summaryrefslogtreecommitdiff
path: root/tools/llvm-bcanalyzer
AgeCommit message (Expand)AuthorFilesLines
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper1-17/+17
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-2/+1
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi1-1/+4
2013-10-12Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz1-0/+1
2013-06-25keep only the StringRef version of getFileOrSTDIN.Rafael Espindola1-1/+1
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei1-1/+1
2013-02-10Update with attribute group IDs.Bill Wendling1-11/+14
2013-01-20switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion ofChris Lattner1-69/+73
2013-01-19fix method name.Chris Lattner1-1/+1
2012-12-04Sort the #include lines for tools/...Chandler Carruth1-3/+2
2012-11-28Add back support for reading and parsing 'deplibs'.Bill Wendling1-0/+1
2012-11-27Remove the dependent libraries feature.Bill Wendling1-1/+0
2012-10-26Adjust llvm-ar and llvm-ranlib to not depend on exception handling.Joerg Sonnenberger1-1/+0
2012-09-05Stop casting away const qualifier needlessly.Roman Divacky1-1/+1
2012-09-05Fix a bug.Jan Wen Voung1-1/+1
2012-09-05revert the additional stuff.Jan Wen Voung1-6/+4
2012-09-05Clean up llvm-bcanalyzer to print to consistent streams.Jan Wen Voung1-13/+17
2012-03-19fix PR12301 - llvm-bcanalyze should print to stdout, not stderr (except for e...Chris Lattner1-48/+48
2012-02-06Enable streaming of bitcodeDerek Schuff1-3/+3
2012-02-06[unwind removal] Remove a the obsolete 'unwind' enum value.Bill Wendling1-1/+0
2012-01-30Add bitcode reader and writer support for ConstantDataAggregate, whichChris Lattner1-0/+2
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie1-1/+0
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar1-1/+0
2011-12-07Update bcanalyzer to handle new USELIST_BLOCK/USELIST_CODE_ENTRY.Chad Rosier1-0/+6
2011-11-27remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...Chris Lattner1-10/+0
2011-11-11LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar1-0/+23
2011-11-03Remove some cruft from the BitcodeWriter, while still maintaining backwardChad Rosier1-1/+2
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar1-3/+3
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner1-20/+25
2011-06-17Drop the "2" suffix on some enums.Chris Lattner1-3/+3
2011-06-17remove support for a bunch of obsolete instruction encodingsChris Lattner1-6/+0
2011-06-17Remove some "2" suffixes from the metadata enums now that "1" is gone.Chris Lattner1-4/+4
2011-06-17remove bitcode reader support for LLVM 2.7 metadata encoding.Chris Lattner1-5/+0
2011-03-18llvm-bcanalyzer.cpp: Tweak format string to suppress warnings on mingw32-g++.NAKAMURA Takumi1-5/+5
2011-02-11fix dumping of METADATA_ATTACHMENT2 names, patch by Peter Housel!Chris Lattner1-1/+1
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer1-5/+5
2010-12-09Give CurStreamType's enum a name. This works around what is apparentlyDan Gohman1-4/+11
2010-12-09Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer1-2/+5
2010-11-29Merge System into Support.Michael J. Spencer1-1/+1
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer1-2/+1
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer1-1/+2
2010-09-09Discard metadata produced by LLVM 2.7. The value enumeration it usedDan Gohman1-0/+6
2010-08-18Remove an unused command-line option.Dan Gohman1-3/+0
2010-07-16Make llvm-bcanalyzer print out the full enum name for all metadataDan Gohman1-4/+4
2010-04-03Add special case bitcode support for DebugLoc. This avoidsChris Lattner1-0/+2
2010-04-03add a couple missing enum names.Chris Lattner1-0/+2
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner1-1/+0
2009-09-25Make llvm-bcanalyzer percentages more readable.Daniel Dunbar1-5/+7
2009-09-25Strip trailing whitespace.Daniel Dunbar1-60/+60