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