[OCaml] Don't build stub libraries twice.
[oota-llvm.git] / tools / llvm-bcanalyzer /
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...
2009-04-07 Chris LattnerAdd an API for the bitstream reader to read blobs and...
2009-04-06 Chris Lattnerstub out code for reading record with blobs as blobs...
2009-04-06 Chris LattnerTeach llvm-bcanalyzer to skip over the header we use...
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2009-02-26 Chris Lattnerdisable exports from a bunch more tools, those without...
2008-11-07 Nick LewyckyUpdate to add newer bitcodes.
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2008-03-02 Nick LewyckyAdd an unwind_to field to basic blocks, making them...
2008-03-01 Nick LewyckyAlso handle "getresult".
2007-12-29 Chris Lattnerremove attributions from tools.
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-12-11 Christopher LambImplement address space attribute for LLVM pointer...
2007-10-08 Dan GohmanMove the space in overview output for commands out...
2007-07-04 Gabor GreifPretty straightforward replacement of "bytecode" by...
2007-05-06 Chris Lattnerswitch tools to bitcode instead of bytecode
2007-05-06 Chris Lattneradd inline asm code
2007-05-06 Chris Lattneradd a denser encoding for null terminated strings,...
2007-05-05 Chris Lattneremit spiffy little histograms of codes, if enabled...
2007-05-05 Chris Lattnerdo not charge subblock sizes to the parent block.
2007-05-05 Chris Lattnerupdate to new APIs, make output a bit (haha) nicer
2007-05-04 Chris Lattneradd support for new codes/block
2007-05-01 Chris Lattneradd phi
2007-04-29 Chris LattnerImplement much expanded dumper support. We now print...
2007-04-29 Chris Lattneradd some simple per-block statistics
next