| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PR1434 and test/Linker/link-archive.ll, this is a regression from 1.9. | Chris Lattner | 2007-05-18 | 2 | -54/+91 |
* | implement the ModuleProvider::dematerializeFunction hook | Chris Lattner | 2007-05-15 | 2 | -9/+21 |
* | allow partially materialized modules to be written out, which just strips out | Chris Lattner | 2007-05-11 | 1 | -0/+1 |
* | Make a preemptive bitcode format change to support PR1146. This lets us do | Chris Lattner | 2007-05-08 | 2 | -20/+48 |
* | fix off-by-one that caused the llvm2cpp test to fail | Chris Lattner | 2007-05-06 | 1 | -2/+4 |
* | Flush the file after writing bitcode so that clients who don't close their | Chris Lattner | 2007-05-06 | 1 | -0/+3 |
* | Fix a nasty problem where we would miss enumeration of some types. This fixes | Chris Lattner | 2007-05-06 | 2 | -1/+18 |
* | Allow structs with zero fields. | Chris Lattner | 2007-05-06 | 1 | -1/+1 |
* | add a missing check | Chris Lattner | 2007-05-06 | 1 | -0/+1 |
* | Keep header file free of 'possible loss of data' warnings. | Jeff Cohen | 2007-05-06 | 1 | -3/+3 |
* | Unbreak VC++. | Jeff Cohen | 2007-05-06 | 1 | -1/+1 |
* | add abbrevs for binops and casts. This shrinks a testcase from 725132->682500 | Chris Lattner | 2007-05-06 | 1 | -3/+29 |
* | add a new CreateBitcodeWriterPass method, which creates a bitcode writer as | Chris Lattner | 2007-05-06 | 1 | -0/+43 |
* | implement reading/writing of inlineasm objects | Chris Lattner | 2007-05-06 | 2 | -6/+37 |
* | add some abbrevs for ret and unreachable, shrinking kc++ from 2717360->2705388 | Chris Lattner | 2007-05-06 | 1 | -3/+31 |
* | enumerate the operands of a constant before we enumerate the constant itself | Chris Lattner | 2007-05-06 | 1 | -9/+22 |
* | add a denser encoding for null terminated strings, add a 6-bit abbrev as | Chris Lattner | 2007-05-06 | 2 | -8/+50 |
* | add an abbreviation for the string constants opzn, shrinking the constnats | Chris Lattner | 2007-05-06 | 1 | -5/+16 |
* | implement the 'string constant' optimization. This shrinks kc.bit from | Chris Lattner | 2007-05-06 | 3 | -4/+25 |
* | further reduce the redundancy of types in the instruction encoding. This | Chris Lattner | 2007-05-06 | 2 | -84/+77 |
* | stop encoding type/value pairs when the type is implied by the value. | Chris Lattner | 2007-05-06 | 3 | -110/+145 |
* | add support for BLOCKINFO records at the module level. This fixes the reader | Chris Lattner | 2007-05-05 | 1 | -0/+4 |
* | add an abbrev for loads. This shrinks the function block about 50K, from: | Chris Lattner | 2007-05-05 | 1 | -1/+22 |
* | add abbrevs for the constants tables. This shrinks it from 4.49755e6 bits | Chris Lattner | 2007-05-05 | 1 | -61/+123 |
* | 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 | 2 | -52/+51 |
* | 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 | 2 | -48/+48 |
* | stub out creation of BLOCKINFO_BLOCK | Chris Lattner | 2007-05-04 | 1 | -0/+25 |
* | optimize constant layout. This fixes encoding of 181.mcf (by ensuring | Chris Lattner | 2007-05-04 | 2 | -5/+48 |
* | simple optimization for the type table | Chris Lattner | 2007-05-04 | 1 | -5/+29 |
* | storeinst ctor takes isvolatile before alignment. With this, 176.gcc roundtrips | Chris Lattner | 2007-05-04 | 1 | -1/+1 |
* | fix encoding of invoke instructions. kc++ now round trips | Chris Lattner | 2007-05-04 | 1 | -1/+0 |
* | fix a misplaced error | Chris Lattner | 2007-05-04 | 1 | -1/+1 |
* | encode and read param attrs along with function type. WE can now roundtrip O... | Chris Lattner | 2007-05-04 | 2 | -9/+8 |
* | add support for reading the param attrs block | Chris Lattner | 2007-05-04 | 2 | -0/+82 |
* | fix a bug encoding param attrs | Chris Lattner | 2007-05-04 | 1 | -1/+1 |
* | remove dead code | Chris Lattner | 2007-05-04 | 1 | -6/+0 |
* | add writer support for param attrs | Chris Lattner | 2007-05-04 | 1 | -1/+15 |
* | Allow this to compile with gcc 4.0.X | Reid Spencer | 2007-05-04 | 1 | -2/+4 |
* | pass by reference, not by value | Chris Lattner | 2007-05-04 | 1 | -1/+1 |
* | trivial scaffolding for param attrs | Chris Lattner | 2007-05-04 | 1 | -0/+12 |
* | enumerate parameter attr lists. | Chris Lattner | 2007-05-03 | 2 | -0/+33 |
* | Encoding calling conv info in call/invoke instrs, tree add now round trips co... | Chris Lattner | 2007-05-03 | 2 | -18/+24 |
* | the type field for a store is the type of the pointer, not the value. | Chris Lattner | 2007-05-03 | 1 | -3/+4 |