Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | On Windows use a BumpPtrAllocator for the UniqueFileContainer's StringMap. | Ted Kremenek | 2009-01-28 | 1 | -1/+1 |
| | | | | llvm-svn: 63162 | ||||
* | FileManager: Use a BumpPtrAllocator for the StringMaps DirEntries and ↵ | Ted Kremenek | 2009-01-28 | 1 | -1/+0 |
| | | | | | | | | | | FileEntries. Performance impact (clang -fsyntax-only INPUTS/Cocoa_h.m): non-PTH: 0.4% improvement PTH: 0.8% improvement llvm-svn: 63159 | ||||
* | Add a some comments to designate Windows-specific/Unix-specific code. No ↵ | Ted Kremenek | 2009-01-28 | 1 | -0/+12 |
| | | | | | | functionality change. llvm-svn: 63157 | ||||
* | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -0/+275 |
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 |