summaryrefslogtreecommitdiff
path: root/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
Commit message (Expand)AuthorAge
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-12
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-25
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-12
* Update with attribute group IDs.Bill Wendling2013-02-10
* switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion ofChris Lattner2013-01-20
* fix method name.Chris Lattner2013-01-19
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* Add back support for reading and parsing 'deplibs'.Bill Wendling2012-11-28
* Remove the dependent libraries feature.Bill Wendling2012-11-27
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-05
* Fix a bug.Jan Wen Voung2012-09-05
* revert the additional stuff.Jan Wen Voung2012-09-05
* Clean up llvm-bcanalyzer to print to consistent streams.Jan Wen Voung2012-09-05
* fix PR12301 - llvm-bcanalyze should print to stdout, not stderr (except for e...Chris Lattner2012-03-19
* Enable streaming of bitcodeDerek Schuff2012-02-06
* [unwind removal] Remove a the obsolete 'unwind' enum value.Bill Wendling2012-02-06
* Add bitcode reader and writer support for ConstantDataAggregate, whichChris Lattner2012-01-30
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* Update bcanalyzer to handle new USELIST_BLOCK/USELIST_CODE_ENTRY.Chad Rosier2011-12-07
* remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...Chris Lattner2011-11-27
* Remove some cruft from the BitcodeWriter, while still maintaining backwardChad Rosier2011-11-03
* 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
* 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
* 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