summaryrefslogtreecommitdiff
path: root/include/clang/Driver
Commit message (Expand)AuthorAge
* clang-cl: Map /EHs- to -fno-exceptionsReid Kleckner2014-06-27
* Implement the -fuse-ld= option.Logan Chien2014-06-26
* Driver: Record that we're in crashdump and push flags to ConstructJobJustin Bogner2014-06-20
* Frontend: Add a CC1 flag to dump module dependencies to a directoryJustin Bogner2014-06-19
* 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
* Driver: add -m{,no-}long-calls supportSaleem Abdulrasool2014-06-07
* Implement -Wframe-larger-than backend diagnosticAlp Toker2014-06-05
* Add flags -Rpass-missed and -Rpass-analysis.Diego Novillo2014-05-29
* Pass -gdwarf-N options to integrated assemblerOliver Stannard2014-05-19
* Eliminate DefaultImageName from the Driver constructorAlp Toker2014-05-15
* Support -masm= flag for x86 targets.Nico Weber2014-05-13
* clang-cl: accept -mllvm and -fsanitize_blacklistHans Wennborg2014-05-12
* If an instantiation of a template is required to be a complete type, checkRichard Smith2014-05-07
* [PATCH] [ARM64] Enable alignment control option in front-end for ARM64.Kevin Qin2014-05-06
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* Fix clang-cl Driver leakHans Wennborg2014-05-02
* Drop non-cfi assembly support from clang.Rafael Espindola2014-04-30
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-23
* Add support for optimization reports.Diego Novillo2014-04-16
* Add -fmodules-strict-decluse to check that all headers are in modulesDaniel Jasper2014-04-11
* AArch64: Add command line option to select big or little endianChristian Pirker2014-04-10
* clang-cl: Disable TBAA by default for MSVC compatibilityReid Kleckner2014-04-09
* clang-cl: make /Gw map to -fdata-sectionsDavid Majnemer2014-04-07
* Add clang-cl alias to allow users to disable c4005Reid Kleckner2014-04-04
* Add support for dynamic ASan runtime (on Linux) to Clang driver.Alexey Samsonov2014-04-01
* Driver: implement addClangWarningOptionsTim Northover2014-03-29
* Support for -Wa,-compress-debug-sections.David Blaikie2014-03-27
* ARM: be more flexible about how --mhwdiv is accepted.Tim Northover2014-03-26
* Move the -i[no-]system-prefix options from CC1Options.td to Options.td.Alexander Kornienko2014-03-26
* Use an option alias to implement -gmltDavid Blaikie2014-03-25
* Fix an logic error in the clang driver preventing crtfastmath.o from linking ...Benjamin Kramer2014-03-25
* Driver: Fix a typo in a command line descriptionDavid Majnemer2014-03-24
* Driver: Map /Gy to -ffunction-sectionsDavid Majnemer2014-03-23
* Kill deprecated -fbounds-checking flagAlexey Samsonov2014-03-21
* [msan] -fsanitize-memory-track-origins=[level] flag and docs.Evgeniy Stepanov2014-03-20
* Kill -faddress-sanitizer, -fthread-sanitizer and -fcatch-undefined-behavior f...Alexey Samsonov2014-03-20
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-14
* [Modules] Emit the module file paths as dependencies of the PCH when we are b...Argyrios Kyrtzidis2014-03-14
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-13
* Add an option -fmodules-validate-system-headersBen Langmuir2014-03-12
* Driver: Support -gmlt as an alias for -gline-tables-onlyDavid Blaikie2014-03-11
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-09
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* [OPENMP] Added option -fopenmp=libiomp5|libgompAlexey Bataev2014-03-06
* Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a...Argyrios Kyrtzidis2014-03-03
* Add -mcrbits/-mno-crbits to control the PowerPC CR-bit-tracking featureHal Finkel2014-02-28
* Add a driver option -ivfsoverlayBen Langmuir2014-02-25
* Implement -fno-short-wcharRichard Barton2014-02-24
* clang: add -f{no-,}integrate-as as consistent parametersSaleem Abdulrasool2014-02-23