Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Read global symtab | Chris Lattner | 2007-04-23 | 2 | -3/+59 | |
| | | | | llvm-svn: 36378 | |||||
* | implement reading of abbrevs, and writing of abbreviated global varrs. | Chris Lattner | 2007-04-23 | 1 | -3/+6 | |
| | | | | llvm-svn: 36367 | |||||
* | first part of implementation of abbrevs. The writer isn't fully there yet ↵ | Chris Lattner | 2007-04-23 | 1 | -6/+8 | |
| | | | | | | | | 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 | |||||
* | Fix build problem with Gentoo 4.1.1-r3. | Jeff Cohen | 2007-04-22 | 1 | -1/+1 | |
| | | | | llvm-svn: 36348 | |||||
* | Initial support for reading bitcode files. They currently only read types, | Chris Lattner | 2007-04-22 | 4 | -0/+633 | |
the type symtab, and global/function protos, and are missing the important size optimization, but it is a place to start. llvm-svn: 36330 |