Merging r258184:
[oota-llvm.git] / tools / llvm-bcanalyzer /
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.
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-11-28 Bill WendlingAdd back support for reading and parsing 'deplibs'.
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-10-26 Joerg SonnenbergerAdjust llvm-ar and llvm-ranlib to not depend on excepti...
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-09-05 Jan Wen VoungFix a bug.
2012-09-05 Jan Wen Voungrevert the additional stuff.
2012-09-05 Jan Wen VoungClean up llvm-bcanalyzer to print to consistent streams.
2012-03-19 Chris Lattnerfix PR12301 - llvm-bcanalyze should print to stdout...
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-02-06 Bill Wendling[unwind removal] Remove a the obsolete 'unwind' enum...
2012-01-30 Chris LattnerAdd bitcode reader and writer support for ConstantDataA...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-07 Chad RosierUpdate bcanalyzer to handle new USELIST_BLOCK/USELIST_C...
2011-11-27 Chris Lattnerremove support for reading llvm 2.9 .bc files. LLVM...
2011-11-11 Daniel DunbarLLVMBuild: Add description files for the LLVM tools.
2011-11-03 Chad RosierRemove some cruft from the BitcodeWriter, while still...
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-17 Chris LattnerDrop the "2" suffix on some enums.
2011-06-17 Chris Lattnerremove support for a bunch of obsolete instruction...
2011-06-17 Chris LattnerRemove some "2" suffixes from the metadata enums now...
2011-06-17 Chris Lattnerremove bitcode reader support for LLVM 2.7 metadata...
2011-03-18 NAKAMURA Takumillvm-bcanalyzer.cpp: Tweak format string to suppress...
2011-02-11 Chris Lattnerfix dumping of METADATA_ATTACHMENT2 names, patch by...
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-09 Dan GohmanGive CurStreamType's enum a name. This works around...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-09 Dan GohmanDiscard metadata produced by LLVM 2.7. The value enumer...
2010-08-18 Dan GohmanRemove an unused command-line option.
2010-07-16 Dan GohmanMake llvm-bcanalyzer print out the full enum name for...
2010-04-03 Chris LattnerAdd special case bitcode support for DebugLoc. This...
2010-04-03 Chris Lattneradd a couple missing enum names.
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2009-09-25 Daniel DunbarMake llvm-bcanalyzer percentages more readable.
2009-09-25 Daniel DunbarStrip trailing whitespace.
2009-09-25 Duncan SandsPrint INST_INBOUNDS_GEP rather than UnknownCode30.
2009-09-18 Devang PatelWrite and read metadata attachments.
2009-08-24 Duncan SandsFix the build when using gcc-4.4 on linux. Header...
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-07-30 Devang PatelHandle NamedMDNode.
2009-07-23 Devang PatelDerive MDNode from MetadataBase instead of Constant...
2009-07-22 Devang PatelIntroduce MetadataBase, a base class for MDString and...
2009-07-16 Dan GohmanConvert more tools code from cerr and cout to errs...
2009-07-15 Dan GohmanUse errs() instead of std::cerr.
2009-06-01 Nick LewyckyAdd missing codenames to the .bc analyzer.
2009-05-01 Dan GohmanFix a compiler warning on hosts where uint64_t isn...
2009-04-27 Chris Lattnergive bitstreamreader an API to ignore names for blocks...
2009-04-27 Chris LattnerPrint statistics for each record kind saying the number...
2009-04-27 Chris Lattnerclean up the output of llvm-bcanalyzer by using printf
2009-04-26 Chris LattnerAdd two new record types to the blockinfo block:
2009-04-26 Chris LattnerMake a major API change to BitstreamReader: split all...
next