| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Driver: Resolve program path for "cp" (used as part of transparent gcc | Daniel Dunbar | 2009-03-18 | 1 | -1/+3 | |
| | | | | | | | PCH support). llvm-svn: 67256 | |||||
| * | Driver: Lookup program names using llvm::sys::Program::FindProgramByName | Daniel Dunbar | 2009-03-18 | 1 | -1/+3 | |
| | | | | | | | | | | if our usual methods fail. This isn't necessary for running the tool, but improves the accuracy of logging output. Also, have GCC tools lookup gcc program path. llvm-svn: 67243 | |||||
| * | Driver: Port Clang argument translation. | Daniel Dunbar | 2009-03-18 | 1 | -11/+294 | |
| | | | | | llvm-svn: 67193 | |||||
| * | Driver: Lift out common GCC tool and implement generic GCC tool | Daniel Dunbar | 2009-03-18 | 1 | -34/+93 | |
| | | | | | | | | | argument translation. Also, stub out clang tool implementation a bit more. llvm-svn: 67185 | |||||
| * | Driver: ConstructJob also needs to know the destination (where to put | Daniel Dunbar | 2009-03-18 | 1 | -6/+21 | |
| | | | | | | | its commands). llvm-svn: 67179 | |||||
| * | Driver: Add a dash of const. | Daniel Dunbar | 2009-03-18 | 1 | -7/+12 | |
| | | | | | llvm-svn: 67170 | |||||
| * | Driver: Stub out Tool::ConstructJob. | Daniel Dunbar | 2009-03-18 | 1 | -0/+55 | |
| llvm-svn: 67169 | ||||||

