| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
since inodes are bogus abstraction on that platform.
Patch by Argiris Kirtzidis!
llvm-svn: 47535
|
| |
|
|
|
|
|
|
| |
Do not use std::cerr; use llvm::cerr instead.
Patch provided by Sam Bishop!
llvm-svn: 45880
|
| |
|
|
| |
llvm-svn: 45845
|
| |
|
|
|
|
| |
discussion of this change.
llvm-svn: 45410
|
| |
|
|
|
|
| |
ADT storing FileEntry's in FileManager from a map to a set.
llvm-svn: 45184
|
| |
|
|
|
|
| |
accessors to FileEntry to query these values.
llvm-svn: 45171
|
| |
|
|
|
|
| |
now be lazily recreated upon deserialization.
llvm-svn: 44585
|
| |
|
|
| |
llvm-svn: 44573
|
| |
|
|
| |
llvm-svn: 41688
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
out of the llvm namespace. This makes the clang namespace be a sibling of
llvm instead of being a child.
The good thing about this is that it makes many things unambiguous. The
bad things is that many things in the llvm namespace (notably data structures
like smallvector) now require an llvm:: qualifier. IMO, libsystem and libsupport
should be split out of llvm into their own namespace in the future, which will fix
this issue.
llvm-svn: 39659
|
| |
|
|
| |
llvm-svn: 39333
|
| |
|
|
| |
llvm-svn: 39086
|
| |
|
|
|
|
| |
speeds up preprocessing Cocoa.h 16% (from 0.99 to 0.85s).
llvm-svn: 39085
|
| |
|
|
|
|
|
| |
class instead. SmallString allows to code to avoid hitting malloc in
the normal case (or will, when some other stuff is converted over).
llvm-svn: 39084
|
| |
|
|
|
|
|
| |
UniqueDirs value. Instead, just have the UniqueDirs value contain a pointer
to the key in the DirEntries map.
llvm-svn: 39083
|
| |
|
|
|
|
| |
'clang -Eonly INPUTS/Cocoa_h.m' by about 4%.
llvm-svn: 39082
|
| |
|
|
|
|
| |
UniqueDirs/UniqueFiles maps own the memory for the FileEntry and DirEntries.
llvm-svn: 39081
|
| |
|
|
| |
llvm-svn: 38728
|
| |
|
|
| |
llvm-svn: 38574
|
|
|
llvm-svn: 38539
|