test commit
[oota-llvm.git] / tools / llvm-bcanalyzer /
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
2007-04-29 Chris LattnerImplement support to read an arbitrary bitcode file...
2007-04-29 Chris Lattnervery early support for analyzing a bitstream. This...
2007-04-29 Chris Lattnerfit in 80 cols
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-11-02 Reid SpencerFor PR786:
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-07-06 Chris LattnerChange the verifier to never throw an exception. Inste...
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-12-30 Reid SpencerFor PR351:
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-22 Reid SpencerWe're not doing automake any more
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerAdd the LLVMsystem.a library as it is now used for...
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-08-21 Reid SpencerCorrect to change interface of the analyzer.
2004-07-02 Reid SpencerName Change: llvm-abcd -> llvm-bcanalyzer