summaryrefslogtreecommitdiff
path: root/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
Commit message (Expand)AuthorAge
...
* add a denser encoding for null terminated strings, add a 6-bit abbrev asChris Lattner2007-05-06
* emit spiffy little histograms of codes, if enabled. Don't print averages ifChris Lattner2007-05-05
* do not charge subblock sizes to the parent block.Chris Lattner2007-05-05
* update to new APIs, make output a bit (haha) nicerChris Lattner2007-05-05
* add support for new codes/blockChris Lattner2007-05-04
* add phiChris Lattner2007-05-01
* Implement much expanded dumper support. We now print stuff like:Chris Lattner2007-04-29
* add some simple per-block statisticsChris Lattner2007-04-29
* Implement support to read an arbitrary bitcode file. Next up, dumping theChris Lattner2007-04-29
* very early support for analyzing a bitstream. This opens the file, startsChris Lattner2007-04-29
* fit in 80 colsChris Lattner2007-04-29
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-07
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-06
* For PR786:Reid Spencer2006-11-02
* Change the verifier to never throw an exception. Instead verifyModule canopt...Chris Lattner2006-07-06
* Remove trailing whitespaceMisha Brukman2005-04-22
* For PR351:Reid Spencer2004-12-30
* Changes For Bug 352Reid Spencer2004-09-01
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-29
* Correct to change interface of the analyzer.Reid Spencer2004-08-21
* Name Change: llvm-abcd -> llvm-bcanalyzerReid Spencer2004-07-02