summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make crash diagnostics on Windows the tiniest bit more usefulReid Kleckner2014-08-051-0/+2
* AArch64: update Clang for merged arm64/aarch64 triples.Tim Northover2014-07-231-4/+0
* [PATCH] [x32] Introduce -mx32 flag enforcing x32 mode for other triplets. By ...Zinovy Nis2014-07-111-4/+8
* Driver: Fix think-o in adding -ivfsoverlay flag to crashdumpsJustin Bogner2014-07-071-3/+5
* Use the newly added FindInEnvPath helper in clangEhsan Akhgari2014-06-301-30/+1
* Revert r211866, r211895 and r211995, "Driver: use GNU::Link for the Generic_G...NAKAMURA Takumi2014-06-291-3/+0
* Driver: add a cygwin linker toolSaleem Abdulrasool2014-06-291-0/+3
* Driver: Pass -ivfsoverlay to module crashdumpsJustin Bogner2014-06-271-1/+8
* Driver: Fix a misleading comment and test for what it actually didJustin Bogner2014-06-261-1/+1
* Driver: Remove trailing whitespaceJustin Bogner2014-06-261-2/+2
OpenPOWER on IntegriCloud