summaryrefslogtreecommitdiffstats
path: root/tools/llvm-bcanalyzer
Commit message (Expand)AuthorAgeFilesLines
* Bitcode: Include any strings added to the string table in the module hash.Peter Collingbourne2017-07-061-1/+7
* Bitcode: Write the irsymtab to disk.Peter Collingbourne2017-06-271-0/+6
* [cfi] CFI-ICall for ThinLTO.Evgeniy Stepanov2017-06-161-0/+2
* Write summaries for merged modules when splitting modules for ThinLTO.Peter Collingbourne2017-06-081-0/+3
* Bitcode: Add a string table to the bitcode format.Peter Collingbourne2017-04-171-0/+7
* Bitcode: Remove reader support for MODULE_CODE_PURGEVALS.Peter Collingbourne2017-04-031-1/+0
* IR: Function summary extensions for whole-program devirtualization pass.Peter Collingbourne2017-02-101-0/+4
* Add llvm-bcanalyzer support for new metadata node types.Adrian Prantl2017-01-031-5/+9
* Change Metadata Index emission in the bitcode to use 2x32 bits for the placeh...Mehdi Amini2016-12-281-1/+6
* Add an index for Module Metadata record in the bitcodeMehdi Amini2016-12-281-0/+21
* Revert "Add an index for Module Metadata record in the bitcode"Saleem Abdulrasool2016-12-281-21/+0
* Add an index for Module Metadata record in the bitcodeMehdi Amini2016-12-281-0/+21
* IR: Function summary representation for type tests.Peter Collingbourne2016-12-211-0/+1
* Bitcode: Correctly handle Fixed and VBR arrays in BitstreamCursor::skipRecord().Peter Collingbourne2016-12-011-2/+6
* [CMake] llvm-bcanalyzer depends on intrinsics_genChris Bieneman2016-11-191-0/+3
* Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson2016-11-111-1/+1
* Bitcode: Decouple block info block state from reader.Peter Collingbourne2016-11-081-47/+41
* Bitcode: Change reader interface to take memory buffers.Peter Collingbourne2016-11-021-6/+2
* Rename Error -> ReportError.Zachary Turner2016-10-031-15/+15
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* [ThinLTO] Use valueid instead of bitcode offsets in combined index fileTeresa Johnson2016-04-271-1/+0
* Align case statements (whitespace-only cleanup)Sanjoy Das2016-04-261-15/+15
* Symbolize operand bundle blocks for bcanalyzerSanjoy Das2016-04-261-0/+8
* Add a version field in the bitcode for the summaryMehdi Amini2016-04-241-0/+1
* Store and emit original name in combined indexMehdi Amini2016-04-231-0/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-4/+2
* ThinLTO: Make aliases explicit in the summaryMehdi Amini2016-04-161-0/+2
* Revert "Make aliases explicit in the summary"Mehdi Amini2016-04-131-2/+0
* Make aliases explicit in the summaryMehdi Amini2016-04-131-0/+2
* Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2016-04-011-0/+40
* Fix MSVC warning "comparison of integers of different signs" (NFC)Mehdi Amini2016-04-011-1/+1
* Revert "Add support for computing SHA1 in LLVM"Mehdi Amini2016-04-011-40/+0
* Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2016-04-011-0/+40
* Reapply ~"Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith2016-03-271-2/+55
* Revert "Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith2016-03-251-3/+1
* Bitcode: Collect all MDString records into a single blobDuncan P. N. Exon Smith2016-03-251-1/+3
* Bitcode: Stop using MODULE_CODE_METADATA_VALUESDuncan P. N. Exon Smith2016-03-251-1/+1
* llvm-bcanalyzer: Fix handling of attribute group entriesJustin Bogner2016-03-151-0/+4
* [ThinLTO] Support for reference graph in per-module and combined summary.Teresa Johnson2016-03-111-6/+11
* Restore "[ThinLTO] Use MD5 hash in function index." with fixTeresa Johnson2016-02-101-0/+1
* Revert "[ThinLTO] Use MD5 hash in function index." due to bot failureTeresa Johnson2016-02-101-1/+0
* [ThinLTO] Use MD5 hash in function index.Teresa Johnson2016-02-101-0/+1
* llvm-bcanalyzer: Produce summary information for the BLOCKINFO block, it can beRichard Smith2016-02-061-10/+17
* [llvm-bcanalyzer] Dump bitcode wrapper headerAkira Hatanaka2016-01-291-1/+20
* Remove autoconf supportChris Bieneman2016-01-261-17/+0
* [IR] Remove terminatepadDavid Majnemer2015-12-141-1/+0
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-2/+0
* [ThinLTO] Add MODULE_CODE_METADATA_VALUES recordTeresa Johnson2015-11-201-0/+1
* Use a different block id for block of metadata kind recordsTeresa Johnson2015-11-151-1/+8
* Clang format a few prior patches (NFC)Teresa Johnson2015-11-021-6/+9