Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
[oota-llvm.git] / tools / llvm-bcanalyzer / llvm-bcanalyzer.cpp
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-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-07-06 Chris LattnerChange the verifier to never throw an exception. Inste...
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-12-30 Reid SpencerFor PR351:
2004-09-01 Reid SpencerChanges For Bug 352
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