aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode/LLVMBitCodes.h
AgeCommit message (Expand)Author
2007-08-03Long double, part 1 of N. Support in IR.Dale Johannesen
2007-05-08update comments, no functionality changeChris Lattner
2007-05-06add inline asm codeChris Lattner
2007-05-06add a denser encoding for null terminated strings, add a 6-bit abbrev asChris Lattner
2007-05-06implement the 'string constant' optimization. This shrinks kc.bit fromChris Lattner
2007-05-04eliminate lengths from record bodiesChris Lattner
2007-05-04minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCKChris Lattner
2007-05-04remove unused codeChris Lattner
2007-05-04add new codesChris Lattner
2007-05-03add a new codeChris Lattner
2007-05-02update to reflect realityChris Lattner
2007-05-01add missing opcode.Chris Lattner
2007-04-29add some helpersChris Lattner
2007-04-26start defining codes for instructionsChris Lattner
2007-04-26add a new codeChris Lattner
2007-04-26add alias support to bitcodeChris Lattner
2007-04-24comentateChris Lattner
2007-04-24add records for constant exprsChris Lattner
2007-04-23add codes for constants tableChris Lattner
2007-04-23Fix a bug in bitstream writer handling abbrevs, add value symtabChris Lattner
2007-04-23promote this to being a public header.Chris Lattner