summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-bcanalyzer
Commit message (Expand)AuthorAgeFilesLines
* [opaque pointer type] Bitcode support for explicit type parameter on GEP.David Blaikie2015-02-251-2/+6
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD"Duncan P. N. Exon Smith2015-01-091-1/+1
* Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLDDuncan P. N. Exon Smith2015-01-091-1/+1
* Bitcode: Add METADATA_NODE and METADATA_VALUEDuncan P. N. Exon Smith2014-12-111-0/+2
* Bitcode: Add `OLD_` prefix to metadata node recordsDuncan P. N. Exon Smith2014-12-111-2/+2
* Teach llvm-bcanalyzer to use one stream's BLOCKINFO to read another stream.Jordan Rose2014-08-301-28/+79
* Remove some calls to std::move.Rafael Espindola2014-08-011-4/+4
* Bitcode: Serialize (and recover) use-list orderDuncan P. N. Exon Smith2014-07-281-1/+2
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-4/+5
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-131-3/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-251-17/+17
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+1
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-101-1/+4
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-121-0/+1
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-251-1/+1
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-121-1/+1
* Update with attribute group IDs.Bill Wendling2013-02-101-11/+14
* switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion ofChris Lattner2013-01-201-69/+73
* fix method name.Chris Lattner2013-01-191-1/+1
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-3/+2
* Add back support for reading and parsing 'deplibs'.Bill Wendling2012-11-281-0/+1
* Remove the dependent libraries feature.Bill Wendling2012-11-271-1/+0
* Adjust llvm-ar and llvm-ranlib to not depend on exception handling.Joerg Sonnenberger2012-10-261-1/+0
* Stop casting away const qualifier needlessly.Roman Divacky2012-09-051-1/+1
* Fix a bug.Jan Wen Voung2012-09-051-1/+1
* revert the additional stuff.Jan Wen Voung2012-09-051-6/+4
* Clean up llvm-bcanalyzer to print to consistent streams.Jan Wen Voung2012-09-051-13/+17
* 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
OpenPOWER on IntegriCloud