| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -69/+0 |
| | | | | | | | | | | | 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 | ||||
| * | move the codegen ASTConsumer out of the driver into libcodegen, | Chris Lattner | 2008-02-06 | 1 | -2/+0 |
| | | | | | | | | eliminating a bunch of forwarding methods and generally simplifying things. llvm-svn: 46792 | ||||
| * | pass the astconsumer into Sema's ctor, clean up some stuff in | Chris Lattner | 2008-02-06 | 1 | -1/+1 |
| | | | | | | | | Sema::ActOnTranslationUnitScope. The various ObjC pieces at the top of Sema.cpp should be moved into SemaObjC or something. llvm-svn: 46787 | ||||
| * | rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp} | Chris Lattner | 2008-02-06 | 1 | -0/+71 |
| llvm-svn: 46786 | |||||

