summaryrefslogtreecommitdiff
path: root/lib/Driver/Driver.cpp
Commit message (Expand)AuthorAge
* Driver: Fix a misleading comment and test for what it actually didJustin Bogner2014-06-26
* Driver: Remove trailing whitespaceJustin Bogner2014-06-26
* Driver: Restore proper naming of crashdump filesJustin Bogner2014-06-24
* Driver: In crashdumps with -fmodule, dump the module dependenciesJustin Bogner2014-06-20
* Driver: Record that we're in crashdump and push flags to ConstructJobJustin Bogner2014-06-20
* Make clang-cl accept .lib inputs (PR20065)Hans Wennborg2014-06-18
* Add support for the /Fi argument to clang-cl (PR20036)Hans Wennborg2014-06-17
* Add support for the /EP argument to clang-clHans Wennborg2014-06-13
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-04
* [C++11] Use 'nullptr'. Driver edition.Craig Topper2014-05-17
* Eliminate DefaultImageName from the Driver constructorAlp Toker2014-05-15
* Fix clang-cl Driver leakHans Wennborg2014-05-02
* When Driver::generateCompilationDiagnostics is filtering the list ofPaul Robinson2014-04-28
* [ARM64] Plumb in big-endian - add arm64_be to the many switches where it was ...James Molloy2014-04-17
* AArch64: Add command line option to select big or little endianChristian Pirker2014-04-10
* Simplify clang-cl's target triple settingHans Wennborg2014-03-28
* clang-cl wants MSVC-style win32Hans Wennborg2014-03-28
* Use the new Windows environment for target detectionSaleem Abdulrasool2014-03-27
* Fix an logic error in the clang driver preventing crtfastmath.o from linking ...Benjamin Kramer2014-03-25
* Only allow streaming exactly type 'bool' to a DiagnosticBuilder, not anythingRichard Smith2014-03-12
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-09
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-07
* Update for LLVM API changeSaleem Abdulrasool2014-03-06
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* Update for llvm api change.Rafael Espindola2014-02-24
* Use llvm::DeleteContainerSeconds when possibleReid Kleckner2014-02-19
* Add Multilib selection machineryJonathan Roelofs2014-02-12
* Revert 201202Jonathan Roelofs2014-02-12
* Add Multilib selection machineryJonathan Roelofs2014-02-12
* Move -verify-pch to use VerifyJobActionBen Langmuir2014-02-06
* Add a CC1 option -verify-pchBen Langmuir2014-02-05
* clang-cl: Better error message when trying to compile stdin (PR18640)Hans Wennborg2014-01-29
* Fix -Wsometimes-uninitialized in r199754Alp Toker2014-01-21
* Add -m16 option for using x86-*-*-code16 tripleDavid Woodhouse2014-01-21
* Split out -verify into two distinct option flagsAlp Toker2014-01-17
* MachO: use *-*-*-macho for MachO embedded targets.Tim Northover2014-01-16
* Implement -m32 and -m64 with llvm::Triple functions.Jakob Stoklund Olesen2014-01-10
* Enable -fuse-init-array for all AArch64 ELF targets by default, not just linux.Kristof Beyls2014-01-10
* [Driver] Fix a typo in the setting of the arch name when -arch x86_64h is used.Quentin Colombet2014-01-08
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* Propagate "-arch x86_64h" setting to the linker. <rdar://problem/15711488>Bob Wilson2013-12-28
* clang-cl: Support /P and /E (preprocess to file or stdout)Hans Wennborg2013-12-20
* Add option to use temporary file for assembling with clangDavid Peixotto2013-12-06
* Fix method/variable name typosAlp Toker2013-12-03
* Remove a whole lot of unused variablesAlp Toker2013-11-27
* Remove the Darwin_Generic_GCC toolchain.Rafael Espindola2013-11-24
* SanitizerArgs: add ability to filter/diagnose unsupported sanitizers.Peter Collingbourne2013-11-01
* clang-cl: diagnose setting asm listing filename with multiple inputsHans Wennborg2013-10-18