Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | write out the symtab for globals. | Chris Lattner | 2007-04-23 | 1 | -33/+70 |
| | | | | llvm-svn: 36374 | ||||
* | implement reading of abbrevs, and writing of abbreviated global varrs. | Chris Lattner | 2007-04-23 | 1 | -3/+7 |
| | | | | llvm-svn: 36367 | ||||
* | first part of implementation of abbrevs. The writer isn't fully there yet ↵ | Chris Lattner | 2007-04-23 | 1 | -6/+39 |
| | | | | | | | | and the reader doesn't handle them at all yet. llvm-svn: 36363 | ||||
* | promote LLVMBitCodes to be a public header | Chris Lattner | 2007-04-23 | 1 | -1/+1 |
| | | | | llvm-svn: 36358 | ||||
* | Initial support for writing bitcode files. This currently only writes types, | Chris Lattner | 2007-04-22 | 1 | -0/+317 |
the type symtab, and global/function protos, and is missing the important size optimization, but it is a place to start. llvm-svn: 36331 |