summaryrefslogtreecommitdiff
path: root/tools/llvm-bcanalyzer
AgeCommit message (Expand)Author
2015-11-02Clang format a few prior patches (NFC)Teresa Johnson
2015-10-26Add an (optional) identification block in the bitcodeMehdi Amini
2015-10-21Revert "Add missing #include, found by modules build."Mehdi Amini
2015-10-13Add missing #include, found by modules build.Richard Smith
2015-10-08Support for llvm-bcanalyzer dumping of record array strings.Teresa Johnson
2015-10-04Support for function summary index bitcode sections and files.Teresa Johnson
2015-09-17Restore "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson
2015-09-17Revert "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson
2015-09-17Function bitcode index in Value Symbol Table and lazy reading supportTeresa Johnson
2015-09-03[WinEH] Add cleanupendpad instructionJoseph Tremoulet
2015-07-31New EH representation for MSVC compatibilityDavid Majnemer
2015-07-10Revert the new EH instructionsDavid Majnemer
2015-07-10New EH representation for MSVC compatibilityDavid Majnemer
2015-06-30llvm-bcanalyzer: Add a field that was missed in r241016.Adrian Prantl
2015-06-29bcanalyzer: Rewrite all the METADATA_ codesDuncan P. N. Exon Smith
2015-06-29bcanalyzer: Use a macro to decode bitcodes, NFCDuncan P. N. Exon Smith
2015-05-13[llvm-bcanalyzer] Add -show-binary-blobs option.Jordan Rose
2015-02-25[opaque pointer type] Bitcode support for explicit type parameter on GEP.David Blaikie
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth
2015-01-09Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD"Duncan P. N. Exon Smith
2015-01-09Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLDDuncan P. N. Exon Smith
2014-12-11Bitcode: Add METADATA_NODE and METADATA_VALUEDuncan P. N. Exon Smith
2014-12-11Bitcode: Add `OLD_` prefix to metadata node recordsDuncan P. N. Exon Smith
2014-08-30Teach llvm-bcanalyzer to use one stream's BLOCKINFO to read another stream.Jordan Rose
2014-08-01Remove some calls to std::move.Rafael Espindola
2014-07-28Bitcode: Serialize (and recover) use-list orderDuncan P. N. Exon Smith
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola
2014-06-13Remove 'using std::error_code' from tools.Rafael Espindola
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola
2014-06-12Remove system_error.h.Rafael Espindola
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi
2013-10-12Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz
2013-06-25keep only the StringRef version of getFileOrSTDIN.Rafael Espindola
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei
2013-02-10Update with attribute group IDs.Bill Wendling
2013-01-20switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion ofChris Lattner
2013-01-19fix method name.Chris Lattner
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2012-11-28Add back support for reading and parsing 'deplibs'.Bill Wendling
2012-11-27Remove the dependent libraries feature.Bill Wendling
2012-10-26Adjust llvm-ar and llvm-ranlib to not depend on exception handling.Joerg Sonnenberger
2012-09-05Stop casting away const qualifier needlessly.Roman Divacky
2012-09-05Fix a bug.Jan Wen Voung
2012-09-05revert the additional stuff.Jan Wen Voung
2012-09-05Clean up llvm-bcanalyzer to print to consistent streams.Jan Wen Voung
2012-03-19fix PR12301 - llvm-bcanalyze should print to stdout, not stderr (except for e...Chris Lattner
2012-02-06Enable streaming of bitcodeDerek Schuff