Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Driver: Cleanup temporary/result files. | Daniel Dunbar | 2009-03-18 | 1 | -2/+46 | |
| | | | | llvm-svn: 67248 | |||||
* | Driver: Implement -### (hard to tell, since we don't actually | Daniel Dunbar | 2009-03-18 | 1 | -0/+27 | |
| | | | | | | construct any jobs). llvm-svn: 67177 | |||||
* | Driver: Fix Compilation::getArgsForToolChain, local variable was | Daniel Dunbar | 2009-03-18 | 1 | -4/+4 | |
| | | | | | | shadowing member. llvm-svn: 67167 | |||||
* | Driver: Move actions into Compilation, and construct the compilation | Daniel Dunbar | 2009-03-18 | 1 | -0/+6 | |
| | | | | | | | | | | | earlier. - This gives us a simple ownership model, and allows clients access to more information should they ever want it. - We now free Actions correctly. llvm-svn: 67158 | |||||
* | Driver: Migrate some data into the Compilation; after pipelining | Daniel Dunbar | 2009-03-16 | 1 | -2/+28 | |
| | | | | | | | | access to most data should go through the current Compilation, not the Driver (which shouldn't be specialized on variables for a single compilation). llvm-svn: 67037 | |||||
* | Driver: Sink Driver/Compilation into clang::driver namespace. | Daniel Dunbar | 2009-03-04 | 1 | -1/+1 | |
| | | | | | | - Add OptTable instance to Driver. llvm-svn: 66063 | |||||
* | Stub out some structure for C++ driver. | Daniel Dunbar | 2009-03-02 | 1 | -0/+21 | |
llvm-svn: 65867 |