summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tweak implementation of -Wwrite-strings to better match the behavior of curre...Richard Smith2013-09-041-7/+18
* Remove the -fuse-gold-plugin driver option.Rafael Espindola2013-09-041-5/+2
* clang-cl: Pass -incremental:no to linker when using ASanHans Wennborg2013-08-301-0/+1
* use the last passed -munaligned-access / -mno-unaligned-accessRenato Golin2013-08-281-6/+9
* clang-cl: Pass -debug to the linker when using -fsanitize=addressHans Wennborg2013-08-281-0/+1
* Revert r189440 - Disable loop vectorizer unrolling when no unrolling requestedHal Finkel2013-08-281-11/+1
* Disable loop vectorizer unrolling when no unrolling requestedHal Finkel2013-08-281-1/+11
* clang-cl: Support -fsanitize=addressHans Wennborg2013-08-271-0/+8
* Warn that -O4 is the same as -O3.Rafael Espindola2013-08-271-3/+11
* Simplify now that -O4 just maps to -O3 and -O is an alias of -O2.Rafael Espindola2013-08-261-11/+5
* Add gcc ARM flags -munaligned-access / -mno-unaligned-accessRenato Golin2013-08-241-3/+8
* Add the -ffixed-r9 flag for ARM.Renato Golin2013-08-241-0/+8
* Move -mfpmath handling to -cc1 and implement it for x86.Rafael Espindola2013-08-211-28/+5
* Move the logic for selecting the last feature in the command line to the driver.Rafael Espindola2013-08-211-4/+19
* Centralize the handling of -target-feature.Rafael Espindola2013-08-211-179/+178
* Centralize the handling of -target-cpu (-cc1, -cc1as) and -mcpu (gold plugin).Rafael Espindola2013-08-201-103/+87
* Centralize the logic for handling -m* options and fix pr16943.Rafael Espindola2013-08-201-19/+2
* clang/Driver: [PR12920] Don't forward any -W arguments to gcc-as and gcc-ld.NAKAMURA Takumi2013-08-191-0/+5
* Move SanitizerArgs to the clang DriverAlexey Samsonov2013-08-191-4/+5
* make arm-use-movt available for all ARMRenato Golin2013-08-151-1/+1
* Driver: Forward -Wl, and -Xlink arguments when using windows linkerHans Wennborg2013-08-141-1/+2
* clang-cl: Support /link option and set target to win32Hans Wennborg2013-08-131-0/+2
* Link in the ubsan runtime when building shared objects.Nick Lewycky2013-08-131-3/+0
* Move logic to enable the vectorizer to clangArnold Schwaighofer2013-08-131-6/+37
* Add XCore targetRobert Lytton2013-08-131-1/+18
* [Mips] MSA frontend option supportJack Carter2013-08-121-0/+3
* Simplify now that llvm::sys::current_path checks $PWD.Rafael Espindola2013-08-101-23/+5
* clang-cl: Don't pass /defaultlib to the linkerHans Wennborg2013-08-091-1/+2
* Make SanitizerArgs parsing toolchain-independentAlexey Samsonov2013-08-091-5/+5
* clang-cl: Support /showIncludesHans Wennborg2013-08-091-0/+3
* clang-cl: use MS C++ ABIHans Wennborg2013-08-081-0/+4
* Revert "clang-cl: Hook up /Za to prevent adding oldnames.lib dependency"Reid Kleckner2013-08-081-5/+4
* clang-cl: Hook up /Za to prevent adding oldnames.lib dependencyHans Wennborg2013-08-081-4/+5
* Move SanitizerArgs implementation from .h to .cppAlexey Samsonov2013-08-081-124/+0
* The only useful loop unrolling flag to give realistically isChandler Carruth2013-08-081-1/+2
* clang-cl: Support the run-time selection options (/MD, /MT et al.)Hans Wennborg2013-08-081-0/+45
* DataFlowSanitizer; Clang changes.Peter Collingbourne2013-08-071-0/+8
* Add option to disable module loading.Daniel Jasper2013-08-051-0/+7
* Only use the Darwin linker's -export_dynamic option with supported versions.Bob Wilson2013-08-021-3/+3
* Re-commit r187637: "clang-cl: add more options"Hans Wennborg2013-08-021-0/+3
* Convert last use of st_dev in clang.Rafael Espindola2013-08-021-6/+4
* Revert r187537 "clang-cl: add more options"Hans Wennborg2013-08-021-3/+0
* clang-cl: add more optionsHans Wennborg2013-08-021-0/+3
* Revert "If -fslp-vectorize or -fno-slp-vectorize are given, honor this select...Rafael Espindola2013-08-011-17/+3
* If -fslp-vectorize or -fno-slp-vectorize are given, honor this selection. If ...Nadav Rotem2013-08-011-3/+17
* Enable the SLP-vectorizer by defaultNadav Rotem2013-08-011-2/+2
* Options: Use AliasArgs for -O -> -O2 translation.Hans Wennborg2013-08-011-5/+1
* AArch64: initial NEON supportTim Northover2013-08-011-2/+12
* Make -m[no-]pascal-strings an alias of -f[no]pascal-strings in the .td fileHans Wennborg2013-07-311-8/+1
* Fix a comment.Hans Wennborg2013-07-311-1/+1
OpenPOWER on IntegriCloud