aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-bcanalyzer
AgeCommit message (Expand)Author
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-09-09Discard metadata produced by LLVM 2.7. The value enumeration it usedDan Gohman
2010-08-18Remove an unused command-line option.Dan Gohman
2010-07-16Make llvm-bcanalyzer print out the full enum name for all metadataDan Gohman
2010-04-03Add special case bitcode support for DebugLoc. This avoidsChris Lattner
2010-04-03add a couple missing enum names.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2009-09-25Make llvm-bcanalyzer percentages more readable.Daniel Dunbar
2009-09-25Strip trailing whitespace.Daniel Dunbar
2009-09-25Print INST_INBOUNDS_GEP rather than UnknownCode30.Duncan Sands
2009-09-18Write and read metadata attachments.Devang Patel
2009-08-24Fix the build when using gcc-4.4 on linux. Header neededDuncan Sands
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-07-30Handle NamedMDNode.Devang Patel
2009-07-23Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel
2009-07-22Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel
2009-07-16Convert more tools code from cerr and cout to errs() and outs().Dan Gohman
2009-07-15Use errs() instead of std::cerr.Dan Gohman
2009-06-01Add missing codenames to the .bc analyzer.Nick Lewycky
2009-05-01Fix a compiler warning on hosts where uint64_t isn't unsigned long long.Dan Gohman
2009-04-27give bitstreamreader an API to ignore names for blocks/records,Chris Lattner
2009-04-27Print statistics for each record kind saying the number of bitsChris Lattner
2009-04-27clean up the output of llvm-bcanalyzer by using printfChris Lattner
2009-04-26Add two new record types to the blockinfo block:Chris Lattner
2009-04-26Make a major API change to BitstreamReader: split all the readingChris Lattner
2009-04-07Add an API for the bitstream reader to read blobs and returnChris Lattner
2009-04-06stub out code for reading record with blobs as blobs. Not active yet.Chris Lattner
2009-04-06Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files.Chris Lattner
2009-04-01Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman
2009-03-06Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner
2009-02-26disable exports from a bunch more tools, those without plugins.Chris Lattner
2008-11-07Update to add newer bitcodes.Nick Lewycky
2008-09-22Initial support for the CMake build system.Oscar Fuentes
2008-04-25Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky
2008-04-01Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner
2008-03-02Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky
2008-03-01Also handle "getresult".Nick Lewycky
2007-12-29remove attributions from tools.Chris Lattner
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner
2007-12-11Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb
2007-10-08Move the space in overview output for commands out of each of theDan Gohman
2007-07-04Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif
2007-05-06switch tools to bitcode instead of bytecodeChris Lattner
2007-05-06add inline asm codeChris Lattner
2007-05-06add a denser encoding for null terminated strings, add a 6-bit abbrev asChris Lattner
2007-05-05emit spiffy little histograms of codes, if enabled. Don't print averages ifChris Lattner
2007-05-05do not charge subblock sizes to the parent block.Chris Lattner
2007-05-05update to new APIs, make output a bit (haha) nicerChris Lattner
2007-05-04add support for new codes/blockChris Lattner