summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [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
* Add an (optional) identification block in the bitcodeMehdi Amini2015-10-261-0/+9
* Revert "Add missing #include, found by modules build."Mehdi Amini2015-10-211-82/+8
* Add missing #include, found by modules build.Richard Smith2015-10-131-8/+82
* Support for llvm-bcanalyzer dumping of record array strings.Teresa Johnson2015-10-081-1/+24
* Support for function summary index bitcode sections and files.Teresa Johnson2015-10-041-0/+15
* Restore "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson2015-09-171-0/+2
* Revert "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson2015-09-171-2/+0
* Function bitcode index in Value Symbol Table and lazy reading supportTeresa Johnson2015-09-171-0/+2
* [WinEH] Add cleanupendpad instructionJoseph Tremoulet2015-09-031-0/+1
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-311-0/+5
* Revert the new EH instructionsDavid Majnemer2015-07-101-5/+0
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-101-0/+5
* llvm-bcanalyzer: Add a field that was missed in r241016.Adrian Prantl2015-06-301-0/+1
* bcanalyzer: Rewrite all the METADATA_ codesDuncan P. N. Exon Smith2015-06-291-9/+31
* bcanalyzer: Use a macro to decode bitcodes, NFCDuncan P. N. Exon Smith2015-06-291-86/+85
* [llvm-bcanalyzer] Add -show-binary-blobs option.Jordan Rose2015-05-131-11/+20
* [opaque pointer type] Bitcode support for explicit type parameter on GEP.David Blaikie2015-02-251-2/+6
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD"Duncan P. N. Exon Smith2015-01-091-1/+1
* Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLDDuncan P. N. Exon Smith2015-01-091-1/+1
* Bitcode: Add METADATA_NODE and METADATA_VALUEDuncan P. N. Exon Smith2014-12-111-0/+2
* Bitcode: Add `OLD_` prefix to metadata node recordsDuncan P. N. Exon Smith2014-12-111-2/+2
* Teach llvm-bcanalyzer to use one stream's BLOCKINFO to read another stream.Jordan Rose2014-08-301-28/+79
* Remove some calls to std::move.Rafael Espindola2014-08-011-4/+4
* Bitcode: Serialize (and recover) use-list orderDuncan P. N. Exon Smith2014-07-281-1/+2
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-4/+5
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-3/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
OpenPOWER on IntegriCloud