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