| Age | Commit message (Expand) | Author |
| 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 |
| 2007-05-01 | write the symbol table for function bodies | Chris Lattner |
| 2007-05-01 | encode all of the instructions. | Chris Lattner |
| 2007-04-29 | Implement visibility checking during linking. Also implement protected | Anton Korobeynikov |
| 2007-04-29 | Switch the bitcode reader interface to take a MemoryBuffer instead of knowing | Chris Lattner |
| 2007-04-29 | Fix this to use the right block ID | Chris Lattner |
| 2007-04-29 | moved Writer.cpp -> BitcodeWriter.cpp to make it more unique in the tree. | Chris Lattner |
| 2007-04-28 | This is not "FIXME" anymore | Anton Korobeynikov |
| 2007-04-26 | start code for writing out instructions. Separate BB#s from normal value | Chris Lattner |
| 2007-04-26 | enumerate BB's separately from other function values. | Chris Lattner |
| 2007-04-26 | add support for incorporating and purging functions to the value enumerator | Chris Lattner |
| 2007-04-26 | improve a comment | Chris Lattner |
| 2007-04-26 | move some code around, fix a bug in the reader reading globalinits (which | Chris Lattner |
| 2007-04-26 | add bitcode alias support | Chris Lattner |
| 2007-04-24 | ensure that every error return sets a message (and goes through Error, for | Chris Lattner |
| 2007-04-24 | fix memory leak | Chris Lattner |
| 2007-04-24 | implement reading and writing of constant exprs. | Chris Lattner |
| 2007-04-24 | implement support for reading aggregate constants, including handling forward | Chris Lattner |
| 2007-04-24 | add supprot for FP constants, wide integers, and fix the encoding of MININT | Chris Lattner |
| 2007-04-24 | read basic constants: null, undef, integers <= 64bits | Chris Lattner |
| 2007-04-24 | fix off-by-one computing size for section abbrevs | Chris Lattner |
| 2007-04-24 | move check to the right place :) | Chris Lattner |
| 2007-04-24 | track global inits | Chris Lattner |
| 2007-04-24 | Emit module-level constants. | Chris Lattner |
| 2007-04-23 | Read global symtab | Chris Lattner |