summaryrefslogtreecommitdiff
path: root/tools/llvm-bcanalyzer
Commit message (Expand)AuthorAge
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Drop the "2" suffix on some enums.Chris Lattner2011-06-17
* remove support for a bunch of obsolete instruction encodingsChris Lattner2011-06-17
* Remove some "2" suffixes from the metadata enums now that "1" is gone.Chris Lattner2011-06-17
* remove bitcode reader support for LLVM 2.7 metadata encoding.Chris Lattner2011-06-17
* llvm-bcanalyzer.cpp: Tweak format string to suppress warnings on mingw32-g++.NAKAMURA Takumi2011-03-18
* fix dumping of METADATA_ATTACHMENT2 names, patch by Peter Housel!Chris Lattner2011-02-11
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-16
* Give CurStreamType's enum a name. This works around what is apparentlyDan Gohman2010-12-09
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-09
* Merge System into Support.Michael J. Spencer2010-11-29
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* Discard metadata produced by LLVM 2.7. The value enumeration it usedDan Gohman2010-09-09
* Remove an unused command-line option.Dan Gohman2010-08-18
* Make llvm-bcanalyzer print out the full enum name for all metadataDan Gohman2010-07-16
* Add special case bitcode support for DebugLoc. This avoidsChris Lattner2010-04-03
* add a couple missing enum names.Chris Lattner2010-04-03
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* Make llvm-bcanalyzer percentages more readable.Daniel Dunbar2009-09-25
* Strip trailing whitespace.Daniel Dunbar2009-09-25
* Print INST_INBOUNDS_GEP rather than UnknownCode30.Duncan Sands2009-09-25
* Write and read metadata attachments.Devang Patel2009-09-18
* 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