| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add abbreviations to the TYPE_BLOCK for pointers, functions, structs and arrays. | Chris Lattner | 2007-05-05 | 1 | -3/+40 |
| * | add a char6 abbrev for bbnames and value names. This represents each character | Chris Lattner | 2007-05-05 | 1 | -12/+30 |
| * | add an abbreviation for the type symtab, this shrinks the TST from 175197 bits | Chris Lattner | 2007-05-05 | 1 | -8/+16 |
| * | Implement support for globally associating abbrevs with block IDs, which | Chris Lattner | 2007-05-05 | 1 | -42/+33 |
| * | allow the 8-bit abbrev to be used for either bb or other values | Chris Lattner | 2007-05-04 | 1 | -6/+6 |
| * | shave another 150K off of kc++, by using a 7-bit encoding for BB names | Chris Lattner | 2007-05-04 | 1 | -1/+12 |
| * | where possible, encode symtab names with 7 bits per char instead of 8. This | Chris Lattner | 2007-05-04 | 1 | -11/+45 |
| * | Encode all value symtab strings as arrays of 8-bit fixed width integers, | Chris Lattner | 2007-05-04 | 1 | -15/+15 |
| * | eliminate internal length fields from record. Records already know their | Chris Lattner | 2007-05-04 | 1 | -11/+12 |
| * | stub out creation of BLOCKINFO_BLOCK | Chris Lattner | 2007-05-04 | 1 | -0/+25 |
| * | fix encoding of invoke instructions. kc++ now round trips | Chris Lattner | 2007-05-04 | 1 | -1/+0 |
| * | encode and read param attrs along with function type. WE can now roundtrip O... | Chris Lattner | 2007-05-04 | 1 | -2/+2 |
| * | fix a bug encoding param attrs | Chris Lattner | 2007-05-04 | 1 | -1/+1 |
| * | add writer support for param attrs | Chris Lattner | 2007-05-04 | 1 | -1/+15 |
| * | trivial scaffolding for param attrs | Chris Lattner | 2007-05-04 | 1 | -0/+12 |
| * | Encoding calling conv info in call/invoke instrs, tree add now round trips co... | Chris Lattner | 2007-05-03 | 1 | -2/+3 |
| * | don't bother encoding # varargs | Chris Lattner | 2007-05-03 | 1 | -1/+0 |
| * | fix encoding of BB names in the symtab | Chris Lattner | 2007-05-03 | 1 | -4/+10 |
| * | add reader logic for terminator instrs. | Chris Lattner | 2007-05-02 | 1 | -2/+0 |
| * | use the correct code for binop instrs | Chris Lattner | 2007-05-02 | 1 | -1/+1 |
| * | fix build with non-buggy compilers | Chris Lattner | 2007-05-01 | 1 | -10/+11 |
| * | write the symbol table for function bodies | Chris Lattner | 2007-05-01 | 1 | -30/+33 |
| * | encode all of the instructions. | Chris Lattner | 2007-05-01 | 1 | -3/+166 |
| * | Implement visibility checking during linking. Also implement protected | Anton Korobeynikov | 2007-04-29 | 1 | -2/+3 |
| * | Fix this to use the right block ID | Chris Lattner | 2007-04-29 | 1 | -3/+1 |
| * | moved Writer.cpp -> BitcodeWriter.cpp to make it more unique in the tree. | Chris Lattner | 2007-04-29 | 1 | -1/+1 |
| * | start code for writing out instructions. Separate BB#s from normal value | Chris Lattner | 2007-04-26 | 1 | -1/+66 |
| * | add support for incorporating and purging functions to the value enumerator | Chris Lattner | 2007-04-26 | 1 | -1/+3 |
| * | improve a comment | Chris Lattner | 2007-04-26 | 1 | -3/+5 |
| * | move some code around, fix a bug in the reader reading globalinits (which | Chris Lattner | 2007-04-26 | 1 | -66/+86 |
| * | add bitcode alias support | Chris Lattner | 2007-04-26 | 1 | -0/+12 |
| * | implement reading and writing of constant exprs. | Chris Lattner | 2007-04-24 | 1 | -9/+97 |
| * | fix off-by-one computing size for section abbrevs | Chris Lattner | 2007-04-24 | 1 | -1/+1 |
| * | Emit module-level constants. | Chris Lattner | 2007-04-24 | 1 | -4/+111 |
| * | write out the symtab for globals. | Chris Lattner | 2007-04-23 | 1 | -33/+70 |
| * | implement reading of abbrevs, and writing of abbreviated global varrs. | Chris Lattner | 2007-04-23 | 1 | -3/+7 |
| * | first part of implementation of abbrevs. The writer isn't fully there yet an... | Chris Lattner | 2007-04-23 | 1 | -6/+39 |
| * | promote LLVMBitCodes to be a public header | Chris Lattner | 2007-04-23 | 1 | -1/+1 |
| * | Initial support for writing bitcode files. This currently only writes types, | Chris Lattner | 2007-04-22 | 1 | -0/+317 |