summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Driver: Move crash report command mangling into Command::PrintJustin Bogner2014-10-211-27/+4
* Driver: Consolidate the logic for naming the module crashdump cacheJustin Bogner2014-10-201-15/+10
* Driver: Name crashdump scripts after the first temp fileJustin Bogner2014-10-201-42/+54
* Driver: Use an early return instead of a long if condition (NFC)Justin Bogner2014-10-201-56/+55
* Driver: Make FailingCommand mandatory for generateCompilationDiagnosticsJustin Bogner2014-10-201-9/+4
* CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & sin...Jonathan Roelofs2014-10-031-3/+7
* Driver: Use pointee_iterator rather than iterating over unique_ptrsJustin Bogner2014-10-031-2/+2
* Driver: use range based for loopSaleem Abdulrasool2014-09-161-8/+6
* Teach Clang how to use response files when calling other toolsReid Kleckner2014-09-151-2/+28
* clang-cl: Warn when a /TC or /TP argument is unusedEhsan Akhgari2014-09-121-2/+2
* clang-cl: Don't treat linker input files differently when /TP or /TC is speci...Ehsan Akhgari2014-09-121-2/+11
* clang-cl: Add support for the /o option for object files, executables, and pr...Ehsan Akhgari2014-09-111-7/+19
* Avoid some unnecessary SmallVector copies.Benjamin Kramer2014-09-111-1/+1
* Only override the target architecture on -m32 and friends if it isJoerg Sonnenberger2014-09-101-1/+1
* unique_ptrify Driver Action handlingDavid Blaikie2014-08-291-31/+43
* Update for llvm api change.Rafael Espindola2014-08-251-4/+4
* Fix PR17239 by changing the semantics of the RemainingArgsClass Option kindReid Kleckner2014-08-221-2/+5
* [x32] Handle -m64/-m32 switches by Driver in x32 modePavel Chupin2014-08-181-4/+8
* Delete support for AuroraUX.Rafael Espindola2014-08-141-6/+1
OpenPOWER on IntegriCloud