| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 174565
|
|
|
|
| |
llvm-svn: 172808
|
|
|
|
|
|
| |
building modules.
llvm-svn: 144680
|
|
|
|
| |
llvm-svn: 139791
|
|
|
|
|
|
| |
and preprocessor options (such as macro definitions) first.
llvm-svn: 139638
|
|
|
|
|
|
|
|
|
|
| |
language options. Use that .def file to declare the LangOptions class
and initialize all of its members, eliminating a source of annoying
initialization bugs.
AST serialization changes are next up.
llvm-svn: 139605
|
|
|
|
|
|
|
| |
headers. Future approaches to (de-)serializing ASTs will be based on
the PCH infrastructure.
llvm-svn: 69828
|
|
|
|
|
|
| |
Add corresponding enum in LangOptions.
llvm-svn: 50387
|
|
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
|