summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify clang-cl's target triple settingHans Wennborg2014-03-281-3/+2
* clang-cl wants MSVC-style win32Hans Wennborg2014-03-281-1/+3
* Use the new Windows environment for target detectionSaleem Abdulrasool2014-03-271-3/+22
* Fix an logic error in the clang driver preventing crtfastmath.o from linking ...Benjamin Kramer2014-03-251-0/+4
* Only allow streaming exactly type 'bool' to a DiagnosticBuilder, not anythingRichard Smith2014-03-121-2/+2
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-091-1/+1
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-1/+1
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-071-3/+3
* Update for LLVM API changeSaleem Abdulrasool2014-03-061-1/+1
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-2/+2
* Update for llvm api change.Rafael Espindola2014-02-241-2/+1
* Use llvm::DeleteContainerSeconds when possibleReid Kleckner2014-02-191-4/+1
* Add Multilib selection machineryJonathan Roelofs2014-02-121-39/+22
* Revert 201202Jonathan Roelofs2014-02-121-22/+39
* Add Multilib selection machineryJonathan Roelofs2014-02-121-39/+22
* Move -verify-pch to use VerifyJobActionBen Langmuir2014-02-061-6/+5
* Add a CC1 option -verify-pchBen Langmuir2014-02-051-0/+3
* clang-cl: Better error message when trying to compile stdin (PR18640)Hans Wennborg2014-01-291-1/+2
* Fix -Wsometimes-uninitialized in r199754Alp Toker2014-01-211-7/+6
* Add -m16 option for using x86-*-*-code16 tripleDavid Woodhouse2014-01-211-5/+14
* Split out -verify into two distinct option flagsAlp Toker2014-01-171-2/+2
* MachO: use *-*-*-macho for MachO embedded targets.Tim Northover2014-01-161-20/+14
* Implement -m32 and -m64 with llvm::Triple functions.Jakob Stoklund Olesen2014-01-101-12/+7
* Enable -fuse-init-array for all AArch64 ELF targets by default, not just linux.Kristof Beyls2014-01-101-0/+4
* [Driver] Fix a typo in the setting of the arch name when -arch x86_64h is used.Quentin Colombet2014-01-081-1/+1
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* Propagate "-arch x86_64h" setting to the linker. <rdar://problem/15711488>Bob Wilson2013-12-281-6/+13
* clang-cl: Support /P and /E (preprocess to file or stdout)Hans Wennborg2013-12-201-2/+11
* Add option to use temporary file for assembling with clangDavid Peixotto2013-12-061-0/+1
* 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
OpenPOWER on IntegriCloud