aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode/BitCodes.h
Commit message (Expand)AuthorAgeFilesLines
* Code Custodian:Joe Abbey2012-11-251-13/+14
* Enable the small vector POD optimization for BitCodeAbbrevOp.Benjamin Kramer2012-03-031-1/+3
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-4/+2
* Add 'llvm_unreachable' to passify GCC's understanding of the constraintsChandler Carruth2012-01-101-0/+2
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-1/+0
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Add two new record types to the blockinfo block:Chris Lattner2009-04-261-2/+4
* fix comment to reflect the implementation I ended up settling on.Chris Lattner2009-04-071-1/+1
* add a new Blob encoding abbreviation for bitcode files that emitsChris Lattner2009-04-061-1/+3
* Removed trailing whitespace.Misha Brukman2009-02-201-17/+17
* Fix a calculation error in comments.Zhongxing Xu2008-10-161-1/+1
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-1/+3
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add explicit keywords.Dan Gohman2007-10-081-2/+2
* Unbreak VC++.Jeff Cohen2007-05-061-0/+2
* add a 6-bit encoding type for strings.Chris Lattner2007-05-051-3/+32
* Implement support for globally associating abbrevs with block IDs, whichChris Lattner2007-05-051-2/+3
* add support for array abbreviations.Chris Lattner2007-05-041-5/+17
* minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCKChris Lattner2007-05-041-4/+28
* refcount BitCodeAbbrev objectsChris Lattner2007-05-041-3/+9
* first part of implementation of abbrevs. The writer isn't fully there yet an...Chris Lattner2007-04-231-3/+62
* Define the content-independent interfaces to read/write bitcode files andChris Lattner2007-04-221-0/+46