Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make MemoryObject accessor members const again | Derek Schuff | 2012-02-29 | 1 | -16/+19 |
| | | | | llvm-svn: 151687 | ||||
* | Fix comment-rulers. | Nick Lewycky | 2012-02-06 | 1 | -1/+1 |
| | | | | llvm-svn: 149922 | ||||
* | Enable streaming of bitcode | Derek Schuff | 2012-02-06 | 1 | -0/+137 |
This CL delays reading of function bodies from initial parse until materialization, allowing overlap of compilation with bitcode download. llvm-svn: 149918 |