summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CUDA] Moved device-side triple calculation to buildCudaActions().Artem Belevich2015-07-201-24/+23
* Fixed style issues pointed out by Justin Bogner.Artem Belevich2015-07-201-30/+29
* Silence the driver warnings, if we see "-w" on the Driver.Filipe Cabecinhas2015-07-181-0/+3
* Driver: Add AMDGPU toolchainTom Stellard2015-07-181-0/+3
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-5/+173
* This reverts commit r242058, r242065, r242067.Rafael Espindola2015-07-131-173/+5
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-5/+173
* Changed Driver::getToolChain() to use Triple as an argument.Artem Belevich2015-07-101-82/+83
* Driver: Include the driver arguments in crash reportsJustin Bogner2015-07-091-1/+16
* [Driver] print-multi-os-directory is unsupported. Davide Italiano2015-07-081-8/+0
* [Driver] Use llvm::Triple methods to handle -EL and -EB.Benjamin Kramer2015-07-061-12/+6
* Driver: Remove the Job class. NFCJustin Bogner2015-07-021-17/+8
* 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
OpenPOWER on IntegriCloud