summaryrefslogtreecommitdiffstats
path: root/tools/llvm-bcanalyzer
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-17/+17
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+1
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-1/+4
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-121-0/+1
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-251-1/+1
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-121-1/+1
* Update with attribute group IDs.Bill Wendling2013-02-101-11/+14
* switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion ofChris Lattner2013-01-201-69/+73
* fix method name.Chris Lattner2013-01-191-1/+1
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-3/+2
* Add back support for reading and parsing 'deplibs'.Bill Wendling2012-11-281-0/+1
* Remove the dependent libraries feature.Bill Wendling2012-11-271-1/+0
* Adjust llvm-ar and llvm-ranlib to not depend on exception handling.Joerg Sonnenberger2012-10-261-1/+0
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-051-1/+1
* Fix a bug.Jan Wen Voung2012-09-051-1/+1
* revert the additional stuff.Jan Wen Voung2012-09-051-6/+4
* Clean up llvm-bcanalyzer to print to consistent streams.Jan Wen Voung2012-09-051-13/+17
* fix PR12301 - llvm-bcanalyze should print to stdout, not stderr (except for e...Chris Lattner2012-03-191-48/+48
* Enable streaming of bitcodeDerek Schuff2012-02-061-3/+3
* [unwind removal] Remove a the obsolete 'unwind' enum value.Bill Wendling2012-02-061-1/+0