| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all uses of PathV1::makeAbsolute with PathV2::fs::make_absolute. | Michael J. Spencer | 2010-12-21 | 1 | -12/+16 |
* | Replace all uses of PathV1::get{Basename,Dirname,Suffix} with their PathV2 eq... | Michael J. Spencer | 2010-12-18 | 1 | -2/+2 |
* | Replace all uses of PathV1::getLast with PathV2::filename. | Michael J. Spencer | 2010-12-18 | 1 | -3/+3 |
* | MemoryBuffer API update. | Michael J. Spencer | 2010-12-16 | 1 | -4/+2 |
* | Use error_code instead of std::string* for MemoryBuffer. | Michael J. Spencer | 2010-12-09 | 1 | -1/+3 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -4/+4 |
* | Refactoring of Diagnostic class. | Argyrios Kyrtzidis | 2010-11-18 | 1 | -1/+2 |
* | Turns out that we may end up calling dladdr on GetExecutablePath, give it ext... | Benjamin Kramer | 2010-10-30 | 1 | -2/+1 |
* | This function doesn't need external linkage either. | Benjamin Kramer | 2010-10-30 | 1 | -1/+2 |
* | Make "-ccc-cxx" option work on Linux. | Rafael Espindola | 2010-09-06 | 1 | -1/+0 |
* | Simplify the ownership model for DiagnosticClients, which was really | Douglas Gregor | 2010-08-18 | 1 | -4/+4 |
* | Driver: Keep track of a separate "install dir", which is the path where clang | Daniel Dunbar | 2010-08-01 | 1 | -0/+18 |
* | Simplify. | Daniel Dunbar | 2010-08-01 | 1 | -4/+2 |
* | Driver: Switch to using a SmallVector instead of std::vector, and stop | Daniel Dunbar | 2010-07-20 | 1 | -8/+8 |
* | Implement support for reading arguments specified in a file with @file. If | Rafael Espindola | 2010-07-19 | 1 | -18/+96 |
* | Revert r108672, "Implement support for reading arguments specified in a file | Daniel Dunbar | 2010-07-19 | 1 | -106/+18 |
* | Implement support for reading arguments specified in a file with @file. | Rafael Espindola | 2010-07-19 | 1 | -18/+106 |
* | Driver: Change the driver to take the path to the main executable, instead of | Daniel Dunbar | 2010-07-19 | 1 | -2/+1 |
* | Refactor the code a bit so that there is only one call to BuildCompilation. The | Rafael Espindola | 2010-07-18 | 1 | -12/+5 |
* | Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts ap... | Daniel Dunbar | 2010-05-20 | 1 | -4/+17 |
* | Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable | Daniel Dunbar | 2010-04-01 | 1 | -1/+8 |
* | make -ftime-report work even in -disable-free mode. Woo, finally. | Chris Lattner | 2010-03-30 | 1 | -6/+13 |
* | Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -... | Daniel Dunbar | 2010-03-20 | 1 | -0/+5 |
* | Mark variable as const | Kovarththanan Rajaratnam | 2010-03-08 | 1 | -2/+2 |
* | Driver: Use TextDiagnosticPrinter instead of a custom one. | Daniel Dunbar | 2010-02-25 | 1 | -33/+4 |
* | clang: Add support for s// edit form of QA_OVERRIDE_GCC3_OPTIONS. | Daniel Dunbar | 2010-02-17 | 1 | -7/+22 |
* | Driver: Use "g++" as generic gcc name when running in C++ mode, for platforms | Daniel Dunbar | 2009-12-25 | 1 | -1/+3 |
* | Remove several .c_str() to be forward-compatible with StringRef. | Jeffrey Yasskin | 2009-12-08 | 1 | -2/+2 |
* | Add gcc's -no-canonical-prefixes option to clang. | Rafael Espindola | 2009-12-04 | 1 | -3/+14 |
* | Put CompilerInvocation testing code in clang-cc instead of clang for now, I c... | Daniel Dunbar | 2009-11-30 | 1 | -7/+6 |
* | Change CompilerInvocation::CreateFromArgs to take Argv0 and the address of ma... | Daniel Dunbar | 2009-11-29 | 1 | -2/+4 |
* | Add a workaround to silence a bogus g++-4.4 -pedantic warning. | Benjamin Kramer | 2009-11-20 | 1 | -1/+3 |
* | Sketch some 'clang -cc1' support, for testing parts of CompilerInvocation. | Daniel Dunbar | 2009-11-19 | 1 | -0/+7 |
* | Driver: ArgList doesn't depend on Options.h anymore. | Daniel Dunbar | 2009-11-19 | 1 | -1/+0 |
* | Fix unsafe use of StringRef I introduced. | Daniel Dunbar | 2009-11-11 | 1 | -2/+3 |
* | Driver: Run 'clang' in C++ mode based on the name it was invoked by. We match | Daniel Dunbar | 2009-11-10 | 1 | -0/+9 |
* | Push "clang-is-production" logic up to tools/driver, and make it hittable by | Daniel Dunbar | 2009-09-22 | 1 | -1/+6 |
* | Fix indentation / trailing white space. | Daniel Dunbar | 2009-07-17 | 1 | -51/+51 |
* | [llvm up] Add support for '#' component of QA_OVERRIDE_GCC3_OPTIONS. | Daniel Dunbar | 2009-07-16 | 1 | -11/+26 |
* | Driver: Move Compilation::Execute to Driver::ExecuteCompilation. | Daniel Dunbar | 2009-07-01 | 1 | -1/+1 |
* | Revert to using &...[0] for std::vector, apparently .data isn't generally | Daniel Dunbar | 2009-05-26 | 1 | -2/+2 |
* | Use .data() vs &...[0] | Daniel Dunbar | 2009-05-26 | 1 | -2/+2 |
* | The driver/diagnostic client don't need to be on the heap. | Daniel Dunbar | 2009-05-26 | 1 | -12/+10 |
* | Support QA_OVERRIDE_GCC3_OPTIONS | Daniel Dunbar | 2009-04-17 | 1 | -10/+111 |
* | Driver: CCC_ADD_ARGS could end up using dangling pointers. | Daniel Dunbar | 2009-04-10 | 1 | -1/+1 |
* | Allow CCC_ADD_ARGS to add empty arguments | Daniel Dunbar | 2009-04-01 | 1 | -5/+3 |
* | Support CCC_ADD_ARGS in new driver. | Daniel Dunbar | 2009-04-01 | 1 | -2/+37 |
* | (LLVM up) Update to use llvm::sys::getHostTriple(). | Daniel Dunbar | 2009-03-31 | 1 | -7/+5 |
* | Rename clang-driver to clang. | Daniel Dunbar | 2009-03-24 | 1 | -0/+1 |
* | Driver: Give Compilation::Execute total control over the Driver result | Daniel Dunbar | 2009-03-21 | 1 | -8/+4 |