OSDN Git Service

[llvm-mca] Update the help text to reflect "physical" registers. NFC.
[android-x86/external-llvm.git] / tools / llvm-bcanalyzer /
2018-07-26 Michael Kruse[ADT] Replace std::isprint by llvm::isPrint.
2018-06-04 Teresa JohnsonFix for llvm-dis/llvm-bcanalyzer overflows
2018-04-21 Brian Gesiak[bcanalyzer] Recognize more stream types
2018-04-21 Jonas Devlieghere[tools] Use WithColor for printing errors.
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2018-02-14 Vitaly Buka[ThinLTO/CFI] Include TYPE_ID summaries into GLOBALVAL_...
2018-02-07 Teresa Johnson[ThinLTO] Serialize WithGlobalValueDeadStripping index...
2018-01-25 Easwaran RamanRe-land "[ThinLTO] Add call edges' relative block frequ...
2018-01-24 Easwaran RamanRevert "[ThinLTO] Add call edges' relative block freque...
2018-01-24 Easwaran Raman[ThinLTO] Add call edges' relative block frequency...
2017-12-13 Michael ZolotukhinRemove redundant includes from tools.
2017-07-06 Peter CollingbourneBitcode: Include any strings added to the string table...
2017-06-27 Peter CollingbourneBitcode: Write the irsymtab to disk.
2017-06-16 Evgeniy Stepanov[cfi] CFI-ICall for ThinLTO.
2017-06-08 Peter CollingbourneWrite summaries for merged modules when splitting modul...
2017-04-17 Peter CollingbourneBitcode: Add a string table to the bitcode format.
2017-04-03 Peter CollingbourneBitcode: Remove reader support for MODULE_CODE_PURGEVALS.
2017-02-10 Peter CollingbourneIR: Function summary extensions for whole-program devir...
2017-01-03 Adrian PrantlAdd llvm-bcanalyzer support for new metadata node types.
2016-12-28 Mehdi AminiChange Metadata Index emission in the bitcode to use...
2016-12-28 Mehdi AminiAdd an index for Module Metadata record in the bitcode
2016-12-28 Saleem AbdulrasoolRevert "Add an index for Module Metadata record in...
2016-12-28 Mehdi AminiAdd an index for Module Metadata record in the bitcode
2016-12-21 Peter CollingbourneIR: Function summary representation for type tests.
2016-12-01 Peter CollingbourneBitcode: Correctly handle Fixed and VBR arrays in Bitst...
2016-11-19 Chris Bieneman[CMake] llvm-bcanalyzer depends on intrinsics_gen
2016-11-11 Teresa JohnsonSplit Bitcode/ReaderWriter.h into separate reader and...
2016-11-08 Peter CollingbourneBitcode: Decouple block info block state from reader.
2016-11-02 Peter CollingbourneBitcode: Change reader interface to take memory buffers.
2016-10-03 Zachary TurnerRename Error -> ReportError.
2016-06-09 Richard SmithSearch for llvm-symbolizer binary in the same directory...
2016-04-27 Teresa Johnson[ThinLTO] Use valueid instead of bitcode offsets in...
2016-04-26 Sanjoy DasAlign case statements (whitespace-only cleanup)
2016-04-26 Sanjoy DasSymbolize operand bundle blocks for bcanalyzer
2016-04-24 Mehdi AminiAdd a version field in the bitcode for the summary
2016-04-23 Mehdi AminiStore and emit original name in combined index
2016-04-18 Mehdi Amini[NFC] Header cleanup
2016-04-16 Mehdi AminiThinLTO: Make aliases explicit in the summary
2016-04-13 Mehdi AminiRevert "Make aliases explicit in the summary"
2016-04-13 Mehdi AminiMake aliases explicit in the summary
2016-04-01 Mehdi AminiAdd a module Hash in the bitcode and the combined index...
2016-04-01 Mehdi AminiFix MSVC warning "comparison of integers of different...
2016-04-01 Mehdi AminiRevert "Add support for computing SHA1 in LLVM"
2016-04-01 Mehdi AminiAdd a module Hash in the bitcode and the combined index...
2016-03-27 Duncan P. N. Exon... Reapply ~"Bitcode: Collect all MDString records into...
2016-03-25 Duncan P. N. Exon... Revert "Bitcode: Collect all MDString records into...
2016-03-25 Duncan P. N. Exon... Bitcode: Collect all MDString records into a single...
2016-03-25 Duncan P. N. Exon... Bitcode: Stop using MODULE_CODE_METADATA_VALUES
2016-03-15 Justin Bognerllvm-bcanalyzer: Fix handling of attribute group entries
2016-03-11 Teresa Johnson[ThinLTO] Support for reference graph in per-module...
2016-02-10 Teresa JohnsonRestore "[ThinLTO] Use MD5 hash in function index....
2016-02-10 Teresa JohnsonRevert "[ThinLTO] Use MD5 hash in function index."...
2016-02-10 Teresa Johnson[ThinLTO] Use MD5 hash in function index.
2016-02-06 Richard Smithllvm-bcanalyzer: Produce summary information for the...
2016-01-29 Akira Hatanaka[llvm-bcanalyzer] Dump bitcode wrapper header
2016-01-26 Chris BienemanRemove autoconf support
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-11-20 Teresa Johnson[ThinLTO] Add MODULE_CODE_METADATA_VALUES record
2015-11-15 Teresa JohnsonUse a different block id for block of metadata kind...
2015-11-02 Teresa JohnsonClang format a few prior patches (NFC)
2015-10-26 Mehdi AminiAdd an (optional) identification block in the bitcode
2015-10-21 Mehdi AminiRevert "Add missing #include, found by modules build."
2015-10-13 Richard SmithAdd missing #include, found by modules build.
2015-10-08 Teresa JohnsonSupport for llvm-bcanalyzer dumping of record array...
2015-10-04 Teresa JohnsonSupport for function summary index bitcode sections...
2015-09-17 Teresa JohnsonRestore "Function bitcode index in Value Symbol Table...
2015-09-17 Teresa JohnsonRevert "Function bitcode index in Value Symbol Table...
2015-09-17 Teresa JohnsonFunction bitcode index in Value Symbol Table and lazy...
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-06-30 Adrian Prantlllvm-bcanalyzer: Add a field that was missed in r241016.
2015-06-29 Duncan P. N. Exon... bcanalyzer: Rewrite all the METADATA_ codes
2015-06-29 Duncan P. N. Exon... bcanalyzer: Use a macro to decode bitcodes, NFC
2015-05-13 Jordan Rose[llvm-bcanalyzer] Add -show-binary-blobs option.
2015-02-25 David Blaikie[opaque pointer type] Bitcode support for explicit...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-09 Duncan P. N. Exon... Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC...
2015-01-09 Duncan P. N. Exon... Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD
2014-12-11 Duncan P. N. Exon... Bitcode: Add METADATA_NODE and METADATA_VALUE
2014-12-11 Duncan P. N. Exon... Bitcode: Add `OLD_` prefix to metadata node records
2014-08-30 Jordan RoseTeach llvm-bcanalyzer to use one stream's BLOCKINFO...
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-07-28 Duncan P. N. Exon... Bitcode: Serialize (and recover) use-list order
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-06-25 Rafael Espindolakeep only the StringRef version of getFileOrSTDIN.
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-02-10 Bill WendlingUpdate with attribute group IDs.
2013-01-20 Chris Lattnerswitch llvm-bcanalyzer onto the new cursor APIs, allowi...
2013-01-19 Chris Lattnerfix method name.
next