Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |