aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-bcanalyzer
Commit message (Expand)AuthorAgeFilesLines
* fix PR12301 - llvm-bcanalyze should print to stdout, not stderr (except for e...Chris Lattner2012-03-191-48/+48
* Enable streaming of bitcodeDerek Schuff2012-02-061-3/+3
* [unwind removal] Remove a the obsolete 'unwind' enum value.Bill Wendling2012-02-061-1/+0
* Add bitcode reader and writer support for ConstantDataAggregate, whichChris Lattner2012-01-301-0/+2
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-1/+0
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* Update bcanalyzer to handle new USELIST_BLOCK/USELIST_CODE_ENTRY.Chad Rosier2011-12-071-0/+6
* remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...Chris Lattner2011-11-271-10/+0
* LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar2011-11-111-0/+23
* Remove some cruft from the BitcodeWriter, while still maintaining backwardChad Rosier2011-11-031-1/+2
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-181-3/+3
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-20/+25
* Drop the "2" suffix on some enums.Chris Lattner2011-06-171-3/+3
* remove support for a bunch of obsolete instruction encodingsChris Lattner2011-06-171-6/+0
* Remove some "2" suffixes from the metadata enums now that "1" is gone.Chris Lattner2011-06-171-4/+4
* remove bitcode reader support for LLVM 2.7 metadata encoding.Chris Lattner2011-06-171-5/+0
* llvm-bcanalyzer.cpp: Tweak format string to suppress warnings on mingw32-g++.NAKAMURA Takumi2011-03-181-5/+5
* fix dumping of METADATA_ATTACHMENT2 names, patch by Peter Housel!Chris Lattner2011-02-111-1/+1
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-161-5/+5
* Give CurStreamType's enum a name. This works around what is apparentlyDan Gohman2010-12-091-4/+11
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-091-2/+5
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-2/+1
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-1/+2
* Discard metadata produced by LLVM 2.7. The value enumeration it usedDan Gohman2010-09-091-0/+6
* Remove an unused command-line option.Dan Gohman2010-08-181-3/+0
* Make llvm-bcanalyzer print out the full enum name for all metadataDan Gohman2010-07-161-4/+4
* Add special case bitcode support for DebugLoc. This avoidsChris Lattner2010-04-031-0/+2
* add a couple missing enum names.Chris Lattner2010-04-031-0/+2
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-1/+0
* Make llvm-bcanalyzer percentages more readable.Daniel Dunbar2009-09-251-5/+7
* Strip trailing whitespace.Daniel Dunbar2009-09-251-60/+60
* Print INST_INBOUNDS_GEP rather than UnknownCode30.Duncan Sands2009-09-251-47/+49
* Write and read metadata attachments.Devang Patel2009-09-181-9/+16
* Fix the build when using gcc-4.4 on linux. Header neededDuncan Sands2009-08-241-0/+1
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-0/+1
* Handle NamedMDNode.Devang Patel2009-07-301-0/+2
* Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel2009-07-231-1/+1
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-221-1/+6
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-161-2/+0
* Use errs() instead of std::cerr.Dan Gohman2009-07-151-56/+56
* Add missing codenames to the .bc analyzer.Nick Lewycky2009-06-011-0/+4
* Fix a compiler warning on hosts where uint64_t isn't unsigned long long.Dan Gohman2009-05-011-1/+1
* give bitstreamreader an API to ignore names for blocks/records,Chris Lattner2009-04-271-0/+1
* Print statistics for each record kind saying the number of bitsChris Lattner2009-04-271-3/+24
* clean up the output of llvm-bcanalyzer by using printfChris Lattner2009-04-271-8/+17
* Add two new record types to the blockinfo block:Chris Lattner2009-04-261-8/+32
* Make a major API change to BitstreamReader: split all the readingChris Lattner2009-04-261-3/+3
* Add an API for the bitstream reader to read blobs and returnChris Lattner2009-04-071-21/+20
* stub out code for reading record with blobs as blobs. Not active yet.Chris Lattner2009-04-061-4/+25