summaryrefslogtreecommitdiff
path: root/tools/llvm-bcanalyzer
Commit message (Expand)AuthorAge
...
* Fix the build when using gcc-4.4 on linux. Header neededDuncan Sands2009-08-24
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* Handle NamedMDNode.Devang Patel2009-07-30
* Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel2009-07-23
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-22
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-16
* Use errs() instead of std::cerr.Dan Gohman2009-07-15
* Add missing codenames to the .bc analyzer.Nick Lewycky2009-06-01
* Fix a compiler warning on hosts where uint64_t isn't unsigned long long.Dan Gohman2009-05-01
* give bitstreamreader an API to ignore names for blocks/records,Chris Lattner2009-04-27
* Print statistics for each record kind saying the number of bitsChris Lattner2009-04-27
* clean up the output of llvm-bcanalyzer by using printfChris Lattner2009-04-27
* Add two new record types to the blockinfo block:Chris Lattner2009-04-26
* Make a major API change to BitstreamReader: split all the readingChris Lattner2009-04-26
* Add an API for the bitstream reader to read blobs and returnChris Lattner2009-04-07
* stub out code for reading record with blobs as blobs. Not active yet.Chris Lattner2009-04-06
* Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files.Chris Lattner2009-04-06
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-01
* Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner2009-03-06
* disable exports from a bunch more tools, those without plugins.Chris Lattner2009-02-26
* Update to add newer bitcodes.Nick Lewycky2008-11-07
* Initial support for the CMake build system.Oscar Fuentes2008-09-22
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-25
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-01
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-02
* Also handle "getresult".Nick Lewycky2008-03-01
* remove attributions from tools.Chris Lattner2007-12-29
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-29
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-11
* Move the space in overview output for commands out of each of theDan Gohman2007-10-08
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-04
* switch tools to bitcode instead of bytecodeChris Lattner2007-05-06
* add inline asm codeChris Lattner2007-05-06
* 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
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-04
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-07
* Change the verifier to never throw an exception. Instead verifyModule canopt...Chris Lattner2006-07-06