|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| ... |  | 
| * | Expand ParameterAttributes to 32 bits (in preparation | Dale Johannesen | 2008-02-19 | 1 | -1/+1 | 
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 | 
| * | Implement part of review feedback for address spaces. | Christopher Lamb | 2007-12-12 | 1 | -6/+5 | 
| * | Fix compilation. | Duncan Sands | 2007-12-11 | 1 | -1/+2 | 
| * | Implement address space attribute for LLVM pointer types. Address spaces are | Christopher Lamb | 2007-12-11 | 1 | -6/+10 | 
| * | Adding a collector name attribute to Function in the IR. These | Gordon Henriksen | 2007-12-10 | 1 | -10/+23 | 
| * | Unbreak backwards compatibility with bytecode format.  Regression | Chris Lattner | 2007-11-27 | 1 | -1/+3 | 
| * | Fix PR1146: parameter attributes are longer part of | Duncan Sands | 2007-11-27 | 1 | -26/+11 | 
| * | Next PPC long double bits.  First cut at constants. | Dale Johannesen | 2007-10-11 | 1 | -3/+1 | 
| * | Make temporaries explicit to avoid premature | Dale Johannesen | 2007-09-26 | 1 | -2/+5 | 
| * | Revise previous patch per review comments. | Dale Johannesen | 2007-09-12 | 1 | -5/+2 | 
| * | Add APInt interfaces to APFloat (allows directly | Dale Johannesen | 2007-09-11 | 1 | -6/+13 | 
| * | Revert previous change to IR. | Dale Johannesen | 2007-09-07 | 1 | -4/+3 | 
| * | Next round of APFloat changes. | Dale Johannesen | 2007-09-06 | 1 | -2/+3 | 
| * | Patch 10 for long double.  Doing constants right needs expanding ConstantFP | Dale Johannesen | 2007-08-09 | 1 | -3/+9 | 
| * | Long double, part 1 of N.  Support in IR. | Dale Johannesen | 2007-08-03 | 1 | -0/+3 | 
| * | remove a dead case | Chris Lattner | 2007-07-05 | 1 | -1/+0 | 
| * | 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 | 1 | -4/+23 | 
| * | Flush the file after writing bitcode so that clients who don't close their | Chris Lattner | 2007-05-06 | 1 | -0/+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 | 
| * | implement reading/writing of inlineasm objects | Chris Lattner | 2007-05-06 | 1 | -6/+16 | 
| * | add some abbrevs for ret and unreachable, shrinking kc++ from 2717360->2705388 | Chris Lattner | 2007-05-06 | 1 | -3/+31 | 
| * | add a denser encoding for null terminated strings, add a 6-bit abbrev as | Chris Lattner | 2007-05-06 | 1 | -8/+36 | 
| * | 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 | 1 | -0/+6 | 
| * | further reduce the redundancy of types in the instruction encoding.  This | Chris Lattner | 2007-05-06 | 1 | -20/+12 | 
| * | stop encoding type/value pairs when the type is implied by the value. | Chris Lattner | 2007-05-06 | 1 | -35/+48 | 
| * | 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 | 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 |