summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support mingw-w64 and mingw.org toolchains at any install location.Yaron Keren2015-07-021-6/+1
* More range-based-for-loopification. NFCDouglas Katzman2015-06-301-13/+8
* clang-format some of the files in lib/Driver. NFCDouglas Katzman2015-06-261-139/+130
* Rename local variable CCCPrintActions -> CCCPrintPhases.Douglas Katzman2015-06-251-15/+12
* Use more range-based for loopsDouglas Katzman2015-06-251-12/+9
* Express Driver::GetFilePath more concisely.Douglas Katzman2015-06-241-14/+5
* Use range-based loops when handling OPT_print_search_dirs.Douglas Katzman2015-06-231-11/+11
* Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie2015-06-221-28/+30
* ArrayRef-ify ParseArgsDavid Blaikie2015-06-211-4/+3
* [CFI] Require -flto instead of implying it.Alexey Samsonov2015-06-191-9/+3
* Add nominal support for 'shave' target.Douglas Katzman2015-06-191-0/+2
* If/else looks nicer when both branches have (or don't have) braces. NFCDouglas Katzman2015-06-161-1/+2
* Revert r239213: "clang-cl: Implement /GL in terms of -flto."Hans Wennborg2015-06-131-1/+1
* Driver: only set -mlinker-version based on host if it's validTim Northover2015-06-121-1/+2
* Allow ToolChain to decide if Clang is not the right C compiler.Douglas Katzman2015-06-121-3/+2
* Add comments to PrintActions1 and Driver::PrintActions.Douglas Katzman2015-06-111-1/+6
* clang-cl: Ignore the /o option when /P is specified.Greg Bedwell2015-06-091-2/+1
* range-for'ify Args->filtered_begin(...) loopsSean Silva2015-06-091-10/+5
* clang-cl: Implement /GL in terms of -flto.Peter Collingbourne2015-06-061-1/+1
* Remove extraneous qualifiers due to "using namespace". NFCDouglas Katzman2015-06-041-1/+1
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-2/+2
* Change final case of Driver::getToolChain to "if/else/else/else..."Douglas Katzman2015-05-261-20/+11
* clang-cl: Don't look up absolute paths in %LIB%.Nico Weber2015-04-241-1/+2
* Report an error when -m<os>-version-min= does not specify a version.Bob Wilson2015-04-071-1/+1
* Add driver support for Native Client SDKDerek Schuff2015-03-301-0/+3
* Let Clang invoke CloudABI's linker.Ed Schouten2015-03-261-0/+3
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-2/+2
* Driver: Print the clang version and original command in crash scriptsJustin Bogner2015-03-121-0/+3
* Fix program name in "clang -help"Sumanth Gundapaneni2015-03-031-1/+1
* Implement Control Flow Integrity for virtual calls.Peter Collingbourne2015-02-201-4/+9
* PR 17421: Implemented -save-temps={obj|cwd} optionReid Kleckner2015-02-021-25/+38
* Driver: include rewrite maps in the diagnosticsSaleem Abdulrasool2015-01-121-0/+5
* Driver: tweak the code for determining default image nameHans Wennborg2015-01-091-6/+8
* Fix default image name to 'a.exe' on Windows, instead 'a.out'.Yaron Keren2015-01-041-0/+2
* Driver: convert a couple more instances to range based loopsSaleem Abdulrasool2014-12-291-6/+4
* Driver: convert a number of loops to range basedSaleem Abdulrasool2014-12-291-33/+10
* [multilib] Teach Clang's code about multilib by threadingChandler Carruth2014-12-291-3/+6
* Reapply "Change -save-temps to emit unoptimized bitcode files."Bob Wilson2014-12-211-11/+48
* Revert "Change -save-temps to emit unoptimized bitcode files."Reid Kleckner2014-12-181-33/+10
* Change -save-temps to emit unoptimized bitcode files.Bob Wilson2014-12-181-10/+33
* Use isOSBinFormatMachO() instead of comparing the object formatEric Christopher2014-12-051-1/+1
* Update for LLVM API changeDavid Blaikie2014-11-191-1/+1
* clang-cl: Allow /Fo without an argument (PR21589)Hans Wennborg2014-11-171-15/+4
* Fix style.Michael J. Spencer2014-11-071-4/+3
* Make helper function static. NFC.Benjamin Kramer2014-11-041-1/+2
* [llvm-api-change] Use findProgramByName.Michael J. Spencer2014-11-041-3/+3
* Driver: reduce search logic duplicationSaleem Abdulrasool2014-10-251-21/+28
* Driver: add CrossWindowsToolChainSaleem Abdulrasool2014-10-241-0/+3
* Driver: rename Windows to MSVCToolChainSaleem Abdulrasool2014-10-221-1/+1
* Driver: Quote the command in crash reproduction scripts.Justin Bogner2014-10-211-1/+1
OpenPOWER on IntegriCloud