summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix method/variable name typosAlp Toker2013-12-031-4/+4
* Remove a whole lot of unused variablesAlp Toker2013-11-271-1/+1
* Remove the Darwin_Generic_GCC toolchain.Rafael Espindola2013-11-241-7/+1
* SanitizerArgs: add ability to filter/diagnose unsupported sanitizers.Peter Collingbourne2013-11-011-8/+0
* clang-cl: diagnose setting asm listing filename with multiple inputsHans Wennborg2013-10-181-1/+12
* clang-cl: Add support for asm listings (/FA and /Fa)Hans Wennborg2013-10-171-2/+17
* XCore target: add an xcore toolchain implementationRobert Lytton2013-10-111-0/+4
* Produce an error if a -cc1 only option is passed to the driver.Rafael Espindola2013-09-251-1/+1
* Produce errors for unknown options.Rafael Espindola2013-09-231-0/+5
* clang-cl: Don't warn about overriding /MD with /MT, /Fo with another /Fo, etc.Hans Wennborg2013-09-181-22/+0
* clang-cl: ignore compile-only options in link-only invocations.Hans Wennborg2013-09-171-1/+6
* Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print.Hans Wennborg2013-09-121-3/+3
* clang-cl: Warn about overriding /MD with /MT etc.Hans Wennborg2013-09-111-2/+2
* clang-cl: Support building DLLs (PR17083)Hans Wennborg2013-09-101-6/+14
* clang-cl: Use .obj as extension for unnamed object files (PR17095)Hans Wennborg2013-09-051-1/+1
* Use -### instead of -ccc-print-options.Rafael Espindola2013-09-031-26/+2
* Produce an error when trying to link with -emit-llvm.Rafael Espindola2013-08-251-0/+4
* Don't imply -flto with -O4.Rafael Espindola2013-08-231-4/+0
* Driver::IsUsingLTO() no longer return true when seeing -emit-llvm.Shuxin Yang2013-08-231-3/+5
* Move SanitizerArgs to the clang DriverAlexey Samsonov2013-08-191-0/+8
* revert 188352Shuxin Yang2013-08-141-5/+3
* Driver::IsUsingLTO() no longer return true when seeing -emit-llvm.Shuxin Yang2013-08-141-3/+5
* clang-cl: Support /link option and set target to win32Hans Wennborg2013-08-131-0/+6
* Handle "--" explicitly in the driverHans Wennborg2013-08-131-9/+17
* clang-cl: Sink /Fe and /Fo diagnostic code into BuildActionsHans Wennborg2013-08-121-27/+28
* clang-cl: Support the /Fe optionHans Wennborg2013-08-121-27/+67
* clang-cl: Expand warning about /TC and /TP override, and expand testHans Wennborg2013-08-121-14/+16
* clang-cl: Use .obj as object file extension instead of .oHans Wennborg2013-08-071-4/+5
* clang-cl: Implement support for the /Fo optionHans Wennborg2013-08-061-2/+48
* clang-cl: Implement the /Tc, /TC, /Tp and /TP options.Hans Wennborg2013-08-061-19/+74
* clang-cl: add the /c, /W0 and /W1 optionsHans Wennborg2013-07-311-3/+3
* Start keeping track of what work was done to detect a GCC installationChandler Carruth2013-07-301-0/+4
* clang-cl: add support for the /? and /help optionsHans Wennborg2013-07-271-4/+36
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-0/+8
* Remove the -ccc-echo option that is now unused.Rafael Espindola2013-07-231-2/+1
* Add a cl.exe compatible driver modeHans Wennborg2013-07-191-0/+1
* Address -Wreorder warning in Driver.cppHans Wennborg2013-07-181-2/+2
* Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum,Hans Wennborg2013-07-181-10/+40
* Use the simpler is_directory.Rafael Espindola2013-07-171-2/+1
* Update for llvm API change.Rafael Espindola2013-07-161-3/+2
* Use llvm::sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-1/+1
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-041-1/+1
* Add r184803 back now that the bug in unique_file has been fixed.Rafael Espindola2013-06-251-21/+6
* Revert "Use the new PathV2 instead of implementing the logic in clang."Rafael Espindola2013-06-251-6/+21
* Remove PathV1.h from Driver.cpp.Rafael Espindola2013-06-251-2/+1
* Use the new PathV2 instead of implementing the logic in clang.Rafael Espindola2013-06-251-20/+6
* Convert some uses of llvm::sys::Path.Rafael Espindola2013-06-241-27/+27
* Use the simpler version of llvm::sys::fs::exists.Rafael Espindola2013-06-241-8/+4
* Use llvm::sys::fs::can_execute.Rafael Espindola2013-06-191-5/+10
* Include PathV1.h only where it is used.Rafael Espindola2013-06-171-0/+1
OpenPOWER on IntegriCloud