| 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
|
|
|
|
|
|
| |
discussion of this change.
llvm-svn: 45410
|
|
|
|
| |
llvm-svn: 45265
|
|
|
|
|
|
| |
left is this crazy thing called "testing".
llvm-svn: 45124
|
|
|
|
|
|
|
| |
contents of the header map. Look ma, no assumptions about input data
here (aka, corrupt header maps can't crash the compiler - crazy thought).
llvm-svn: 45122
|
|
|
|
|
|
|
|
| |
cross-endianness case, where we checked the version in the wrong endianness.
Amusingly, the GCC logic that detects mixed endianness hmaps and rejects
them is dead for this very reason.
llvm-svn: 45113
|
|
|
|
|
|
| |
except resolve lookups.
llvm-svn: 45111
|
|
|
|
|
|
| |
the create method.
llvm-svn: 45109
|
|
llvm-svn: 45095
|