Age | Commit message (Expand) | Author |
2007-05-06 | add some abbrevs for ret and unreachable, shrinking kc++ from 2717360->2705388 | Chris Lattner |
2007-05-06 | enumerate the operands of a constant before we enumerate the constant itself | Chris Lattner |
2007-05-06 | add a denser encoding for null terminated strings, add a 6-bit abbrev as | Chris Lattner |
2007-05-06 | add an abbreviation for the string constants opzn, shrinking the constnats | Chris Lattner |
2007-05-06 | implement the 'string constant' optimization. This shrinks kc.bit from | Chris Lattner |
2007-05-06 | further reduce the redundancy of types in the instruction encoding. This | Chris Lattner |
2007-05-06 | stop encoding type/value pairs when the type is implied by the value. | Chris Lattner |
2007-05-05 | add support for BLOCKINFO records at the module level. This fixes the reader | Chris Lattner |
2007-05-05 | add an abbrev for loads. This shrinks the function block about 50K, from: | Chris Lattner |
2007-05-05 | add abbrevs for the constants tables. This shrinks it from 4.49755e6 bits | Chris Lattner |
2007-05-05 | Add abbreviations to the TYPE_BLOCK for pointers, functions, structs and arrays. | Chris Lattner |
2007-05-05 | add a char6 abbrev for bbnames and value names. This represents each character | Chris Lattner |
2007-05-05 | add an abbreviation for the type symtab, this shrinks the TST from 175197 bits | Chris Lattner |
2007-05-05 | Implement support for globally associating abbrevs with block IDs, which | Chris Lattner |
2007-05-04 | allow the 8-bit abbrev to be used for either bb or other values | Chris Lattner |
2007-05-04 | shave another 150K off of kc++, by using a 7-bit encoding for BB names | Chris Lattner |
2007-05-04 | where possible, encode symtab names with 7 bits per char instead of 8. This | Chris Lattner |
2007-05-04 | Encode all value symtab strings as arrays of 8-bit fixed width integers, | Chris Lattner |
2007-05-04 | eliminate internal length fields from record. Records already know their | Chris Lattner |
2007-05-04 | stub out creation of BLOCKINFO_BLOCK | Chris Lattner |
2007-05-04 | optimize constant layout. This fixes encoding of 181.mcf (by ensuring | Chris Lattner |
2007-05-04 | simple optimization for the type table | Chris Lattner |
2007-05-04 | storeinst ctor takes isvolatile before alignment. With this, 176.gcc roundtrips | Chris Lattner |
2007-05-04 | fix encoding of invoke instructions. kc++ now round trips | Chris Lattner |
2007-05-04 | fix a misplaced error | Chris Lattner |
2007-05-04 | encode and read param attrs along with function type. WE can now roundtrip O... | Chris Lattner |
2007-05-04 | add support for reading the param attrs block | Chris Lattner |
2007-05-04 | fix a bug encoding param attrs | Chris Lattner |
2007-05-04 | remove dead code | Chris Lattner |
2007-05-04 | add writer support for param attrs | Chris Lattner |
2007-05-04 | Allow this to compile with gcc 4.0.X | Reid Spencer |
2007-05-04 | pass by reference, not by value | Chris Lattner |
2007-05-04 | trivial scaffolding for param attrs | Chris Lattner |
2007-05-03 | enumerate parameter attr lists. | Chris Lattner |
2007-05-03 | Encoding calling conv info in call/invoke instrs, tree add now round trips co... | Chris Lattner |
2007-05-03 | the type field for a store is the type of the pointer, not the value. | Chris Lattner |
2007-05-03 | don't bother encoding # varargs | Chris Lattner |
2007-05-03 | fix encoding of BB names in the symtab | Chris Lattner |
2007-05-03 | bug fixes | Chris Lattner |
2007-05-03 | implement the rest of the instructions | Chris Lattner |
2007-05-03 | add a few more instructions, getting close | Chris Lattner |
2007-05-02 | add reader logic for terminator instrs. | Chris Lattner |
2007-05-02 | add reader support for a bunch of new instructions | Chris Lattner |
2007-05-02 | read a few instructions, fix some bugs. This is enough to be able to round | Chris Lattner |
2007-05-02 | use the correct code for binop instrs | Chris Lattner |
2007-05-01 | fix build with non-buggy compilers | Chris Lattner |
2007-05-01 | handle function-level forward references, read binops. | Chris Lattner |
2007-05-01 | implement materializeModule, force deallocation of vector memory when we | Chris Lattner |
2007-05-01 | The stream to read from is now an ivar | Chris Lattner |
2007-05-01 | implement scafolding for lazy deserialization of function bodies | Chris Lattner |