| Commit message (Expand) | Author | Age | Files | Lines |
| * | implement materializeModule, force deallocation of vector memory when we | Chris Lattner | 2007-05-01 | 2 | -15/+107 |
| * | The stream to read from is now an ivar | Chris Lattner | 2007-05-01 | 2 | -20/+18 |
| * | implement scafolding for lazy deserialization of function bodies | Chris Lattner | 2007-05-01 | 2 | -7/+85 |
| * | write the symbol table for function bodies | Chris Lattner | 2007-05-01 | 1 | -30/+33 |
| * | encode all of the instructions. | Chris Lattner | 2007-05-01 | 1 | -3/+166 |
| * | Implement visibility checking during linking. Also implement protected | Anton Korobeynikov | 2007-04-29 | 2 | -2/+4 |
| * | Switch the bitcode reader interface to take a MemoryBuffer instead of knowing | Chris Lattner | 2007-04-29 | 3 | -108/+62 |
| * | Fix this to use the right block ID | Chris Lattner | 2007-04-29 | 1 | -3/+1 |
| * | moved Writer.cpp -> BitcodeWriter.cpp to make it more unique in the tree. | Chris Lattner | 2007-04-29 | 1 | -1/+1 |
| * | This is not "FIXME" anymore | Anton Korobeynikov | 2007-04-28 | 1 | -3/+1 |
| * | start code for writing out instructions. Separate BB#s from normal value | Chris Lattner | 2007-04-26 | 3 | -5/+83 |
| * | enumerate BB's separately from other function values. | Chris Lattner | 2007-04-26 | 2 | -4/+16 |
| * | add support for incorporating and purging functions to the value enumerator | Chris Lattner | 2007-04-26 | 3 | -98/+38 |
| * | improve a comment | Chris Lattner | 2007-04-26 | 1 | -3/+5 |
| * | move some code around, fix a bug in the reader reading globalinits (which | Chris Lattner | 2007-04-26 | 5 | -69/+123 |
| * | add bitcode alias support | Chris Lattner | 2007-04-26 | 4 | -17/+81 |
| * | ensure that every error return sets a message (and goes through Error, for | Chris Lattner | 2007-04-24 | 3 | -19/+37 |
| * | fix memory leak | Chris Lattner | 2007-04-24 | 1 | -3/+4 |
| * | implement reading and writing of constant exprs. | Chris Lattner | 2007-04-24 | 2 | -15/+230 |
| * | implement support for reading aggregate constants, including handling forward | Chris Lattner | 2007-04-24 | 2 | -5/+108 |
| * | 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 | 2 | -2/+80 |
| * | fix off-by-one computing size for section abbrevs | Chris Lattner | 2007-04-24 | 1 | -1/+1 |
| * | move check to the right place :) | Chris Lattner | 2007-04-24 | 1 | -3/+4 |
| * | track global inits | Chris Lattner | 2007-04-24 | 2 | -3/+9 |
| * | Emit module-level constants. | Chris Lattner | 2007-04-24 | 3 | -10/+118 |
| * | Read global symtab | Chris Lattner | 2007-04-23 | 2 | -3/+59 |
| * | fix off-by one | Chris Lattner | 2007-04-23 | 1 | -1/+1 |
| * | write out the symtab for globals. | Chris Lattner | 2007-04-23 | 1 | -33/+70 |
| * | implement reading of abbrevs, and writing of abbreviated global varrs. | Chris Lattner | 2007-04-23 | 2 | -6/+13 |
| * | first part of implementation of abbrevs. The writer isn't fully there yet an... | Chris Lattner | 2007-04-23 | 2 | -12/+47 |
| * | promote LLVMBitCodes to be a public header | Chris Lattner | 2007-04-23 | 3 | -89/+2 |
| * | Fix build problem with Gentoo 4.1.1-r3. | Jeff Cohen | 2007-04-22 | 1 | -1/+1 |
| * | add llvm ir bitcode definition file | Chris Lattner | 2007-04-22 | 1 | -0/+87 |
| * | build the bitcode dir | Chris Lattner | 2007-04-22 | 1 | -0/+14 |
| * | Initial support for writing bitcode files. This currently only writes types, | Chris Lattner | 2007-04-22 | 4 | -0/+652 |
| * | Initial support for reading bitcode files. They currently only read types, | Chris Lattner | 2007-04-22 | 4 | -0/+633 |