summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Driver: Restore proper naming of crashdump filesJustin Bogner2014-06-241-1/+2
* Driver: In crashdumps with -fmodule, dump the module dependenciesJustin Bogner2014-06-201-1/+6
* Driver: Record that we're in crashdump and push flags to ConstructJobJustin Bogner2014-06-201-2/+0
* Make clang-cl accept .lib inputs (PR20065)Hans Wennborg2014-06-181-0/+34
* Add support for the /Fi argument to clang-cl (PR20036)Hans Wennborg2014-06-171-1/+4
* Add support for the /EP argument to clang-clHans Wennborg2014-06-131-1/+2
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-2/+1
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-041-4/+1
* [C++11] Use 'nullptr'. Driver edition.Craig Topper2014-05-171-10/+11
* Eliminate DefaultImageName from the Driver constructorAlp Toker2014-05-151-2/+1
* Fix clang-cl Driver leakHans Wennborg2014-05-021-2/+3
* When Driver::generateCompilationDiagnostics is filtering the list ofPaul Robinson2014-04-281-3/+4
* [ARM64] Plumb in big-endian - add arm64_be to the many switches where it was ...James Molloy2014-04-171-0/+4
* AArch64: Add command line option to select big or little endianChristian Pirker2014-04-101-3/+9
* 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
OpenPOWER on IntegriCloud