aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bitcode/LLVMBitCodes.h
AgeCommit message (Expand)Author
2008-09-16Re-enables the new vector select in the bitcode reader, by modifying theDan Gohman
2008-09-09Extend the vcmp/fcmp LLVM IR instructions to take vectors as argumentsDan Gohman
2008-08-17Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen
2008-07-23Enable first-class aggregates support.Dan Gohman
2008-07-21InsertValue and ExtractValue constant expressions are alwaysDan Gohman
2008-05-23Make structs and arrays first-class types, and add assemblyDan Gohman
2008-04-25Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky
2008-03-02Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky
2008-02-22Read and write getresult.Devang Patel
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-12Implement part of review feedback for address spaces.Christopher Lamb
2007-12-11Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb
2007-12-10Adding a collector name attribute to Function in the IR. These Gordon Henriksen
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