Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-10 | Fix include guards so they exactly match file names. | Jakub Staszak | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172025 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-02-06 | Fix comment-rulers. | Nick Lewycky | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149922 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2012-02-06 | Enable streaming of bitcode | Derek Schuff | |
This CL delays reading of function bodies from initial parse until materialization, allowing overlap of compilation with bitcode download. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149918 91177308-0d34-0410-b5e6-96231b3b80d8 |