aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-251-1/+0
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-011-5/+1
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-021-0/+1
* Also handle "getresult".Nick Lewycky2008-03-011-0/+1
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-111-0/+1
* Move the space in overview output for commands out of each of theDan Gohman2007-10-081-1/+1
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-041-12/+12
* switch tools to bitcode instead of bytecodeChris Lattner2007-05-061-50/+3
* add inline asm codeChris Lattner2007-05-061-0/+1
* add a denser encoding for null terminated strings, add a 6-bit abbrev asChris Lattner2007-05-061-0/+2
* emit spiffy little histograms of codes, if enabled. Don't print averages ifChris Lattner2007-05-051-11/+47
* do not charge subblock sizes to the parent block.Chris Lattner2007-05-051-1/+7
* update to new APIs, make output a bit (haha) nicerChris Lattner2007-05-051-5/+35
* add support for new codes/blockChris Lattner2007-05-041-1/+7
* add phiChris Lattner2007-05-011-1/+5
* Implement much expanded dumper support. We now print stuff like:Chris Lattner2007-04-291-12/+158
* add some simple per-block statisticsChris Lattner2007-04-291-8/+104
* Implement support to read an arbitrary bitcode file. Next up, dumping theChris Lattner2007-04-291-9/+78
* very early support for analyzing a bitstream. This opens the file, startsChris Lattner2007-04-291-7/+67
* fit in 80 colsChris Lattner2007-04-291-6/+5
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-071-1/+4
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-061-2/+3
* For PR786:Reid Spencer2006-11-021-1/+0
* Change the verifier to never throw an exception. Instead verifyModule canopt...Chris Lattner2006-07-061-14/+1
* Remove trailing whitespaceMisha Brukman2005-04-221-13/+13
* For PR351:Reid Spencer2004-12-301-41/+47
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-291-1/+1
* Correct to change interface of the analyzer.Reid Spencer2004-08-211-2/+4
* Name Change: llvm-abcd -> llvm-bcanalyzerReid Spencer2004-07-021-0/+98