| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add a few more instructions, getting close | Chris Lattner | 2007-05-03 | 1 | -10/+53 |
* | add reader logic for terminator instrs. | Chris Lattner | 2007-05-02 | 1 | -8/+89 |
* | add reader support for a bunch of new instructions | Chris Lattner | 2007-05-02 | 1 | -14/+90 |
* | read a few instructions, fix some bugs. This is enough to be able to round | Chris Lattner | 2007-05-02 | 1 | -15/+38 |
* | handle function-level forward references, read binops. | Chris Lattner | 2007-05-01 | 1 | -20/+126 |
* | implement materializeModule, force deallocation of vector memory when we | Chris Lattner | 2007-05-01 | 1 | -6/+99 |
* | The stream to read from is now an ivar | Chris Lattner | 2007-05-01 | 1 | -13/+12 |
* | implement scafolding for lazy deserialization of function bodies | Chris Lattner | 2007-05-01 | 1 | -2/+63 |
* | Implement visibility checking during linking. Also implement protected | Anton Korobeynikov | 2007-04-29 | 1 | -0/+1 |
* | Switch the bitcode reader interface to take a MemoryBuffer instead of knowing | Chris Lattner | 2007-04-29 | 1 | -5/+50 |
* | This is not "FIXME" anymore | Anton Korobeynikov | 2007-04-28 | 1 | -3/+1 |
* | move some code around, fix a bug in the reader reading globalinits (which | Chris Lattner | 2007-04-26 | 1 | -3/+11 |
* | add bitcode alias support | Chris Lattner | 2007-04-26 | 1 | -17/+57 |
* | ensure that every error return sets a message (and goes through Error, for | Chris Lattner | 2007-04-24 | 1 | -19/+35 |
* | fix memory leak | Chris Lattner | 2007-04-24 | 1 | -3/+4 |
* | implement reading and writing of constant exprs. | Chris Lattner | 2007-04-24 | 1 | -6/+133 |
* | implement support for reading aggregate constants, including handling forward | Chris Lattner | 2007-04-24 | 1 | -1/+77 |
* | add supprot for FP constants, wide integers, and fix the encoding of MININT | Chris Lattner | 2007-04-24 | 1 | -8/+40 |
* | read basic constants: null, undef, integers <= 64bits | Chris Lattner | 2007-04-24 | 1 | -0/+77 |
* | move check to the right place :) | Chris Lattner | 2007-04-24 | 1 | -3/+4 |
* | track global inits | Chris Lattner | 2007-04-24 | 1 | -3/+7 |
* | Read global symtab | Chris Lattner | 2007-04-23 | 1 | -3/+56 |
* | implement reading of abbrevs, and writing of abbreviated global varrs. | Chris Lattner | 2007-04-23 | 1 | -3/+6 |
* | first part of implementation of abbrevs. The writer isn't fully there yet an... | Chris Lattner | 2007-04-23 | 1 | -6/+8 |
* | Initial support for reading bitcode files. They currently only read types, | Chris Lattner | 2007-04-22 | 1 | -0/+455 |