| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -56/+56 | |
| | | | | | llvm-svn: 81346 | |||||
| * | use the new Path::isAbsolute function, fixing a fixme. Patch by Gregory ↵ | Chris Lattner | 2009-06-15 | 1 | -3/+1 | |
| | | | | | | | Curfman! llvm-svn: 73370 | |||||
| * | Lazily load the controlling macros for all of the headers known in the | Douglas Gregor | 2009-04-25 | 1 | -6/+20 | |
| | | | | | | | | | PCH file. In the Cocoa-prefixed "Hello, World" benchmark, this takes us from reading 503 identifiers down to 37 and from 470 macros down to 4. It also results in an 8% performance improvement. llvm-svn: 70094 | |||||
| * | Add PCH support for #import. | Steve Naroff | 2009-04-24 | 1 | -3/+9 | |
| | | | | | llvm-svn: 69987 | |||||
| * | improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) | Chris Lattner | 2009-03-02 | 1 | -0/+1 | |
| | | | | | llvm-svn: 65884 | |||||
| * | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -0/+425 | |
| lib dir and move all the libraries into it. This follows the main llvm tree, and allows the libraries to be built in parallel. The top level now enforces that all the libs are built before Driver, but we don't care what order the libs are built in. This speeds up parallel builds, particularly incremental ones. llvm-svn: 48402 | ||||||

