Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (llvm up) Use llvm::Triple for storing target triples. | Daniel Dunbar | 2009-05-22 | 1 | -3/+2 | |
| | | | | | | | - This commit has some messy stuff in it to extend string lifetimes, but that will go away once we switch to using the enum'd Triple interfaces. llvm-svn: 72243 | |||||
* | Fix searching for gcc, we only want executable files. | Mike Stump | 2009-03-27 | 1 | -2/+3 | |
| | | | | llvm-svn: 67806 | |||||
* | Move ToolChain::ShouldUseClangCompiler to | Daniel Dunbar | 2009-03-24 | 1 | -28/+0 | |
| | | | | | | | Driver::ShouldUseClangCompiler. - No functionality change. llvm-svn: 67639 | |||||
* | Driver: Move actions into Compilation, and construct the compilation | Daniel Dunbar | 2009-03-18 | 1 | -2/+2 | |
| | | | | | | | | | | | 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: Add test case for -ccc-clang-archs (which, it turns out, was | Daniel Dunbar | 2009-03-18 | 1 | -2/+2 | |
| | | | | | | inverted). llvm-svn: 67135 | |||||
* | Driver: Pass HostInfo reference into ToolChain. | Daniel Dunbar | 2009-03-17 | 1 | -9/+10 | |
| | | | | llvm-svn: 67105 | |||||
* | Driver: Sketch Tool and ToolChain classes. | Daniel Dunbar | 2009-03-16 | 1 | -0/+62 | |
llvm-svn: 67036 |