aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bitcode/LLVMBitCodes.h
Commit message (Expand)AuthorAgeFilesLines
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-021-1/+3
* Read and write getresult.Devang Patel2008-02-221-1/+2
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Implement part of review feedback for address spaces.Christopher Lamb2007-12-121-0/+1
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-111-3/+7
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-101-1/+3
* Long double, part 1 of N. Support in IR.Dale Johannesen2007-08-031-1/+8
* update comments, no functionality changeChris Lattner2007-05-081-4/+4
* add inline asm codeChris Lattner2007-05-061-1/+2
* add a denser encoding for null terminated strings, add a 6-bit abbrev asChris Lattner2007-05-061-8/+9
* implement the 'string constant' optimization. This shrinks kc.bit fromChris Lattner2007-05-061-8/+9
* eliminate lengths from record bodiesChris Lattner2007-05-041-16/+16
* minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCKChris Lattner2007-05-041-9/+9
* remove unused codeChris Lattner2007-05-041-12/+11
* add new codesChris Lattner2007-05-041-5/+11
* add a new codeChris Lattner2007-05-031-1/+2
* update to reflect realityChris Lattner2007-05-021-1/+1
* add missing opcode.Chris Lattner2007-05-011-9/+10
* add some helpersChris Lattner2007-04-291-1/+1
* start defining codes for instructionsChris Lattner2007-04-261-6/+34
* add a new codeChris Lattner2007-04-261-1/+4
* add alias support to bitcodeChris Lattner2007-04-261-1/+4
* comentateChris Lattner2007-04-241-0/+8
* add records for constant exprsChris Lattner2007-04-241-9/+46
* add codes for constants tableChris Lattner2007-04-231-3/+17
* Fix a bug in bitstream writer handling abbrevs, add value symtabChris Lattner2007-04-231-1/+6
* promote this to being a public header.Chris Lattner2007-04-231-0/+87