summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* [driver] Associate a JobAction with each result file. This enables the driverChad Rosier2013-01-241-3/+4
* [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-styleChad Rosier2013-01-221-4/+0
* Port r172856: 'Include ubsan runtime even when building a shared library. We ...Alexey Samsonov2013-01-211-3/+3
* Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...Alexey Samsonov2013-01-201-2/+17
* Include ubsan runtime even when building a shared library. We don't require t...Richard Smith2013-01-181-11/+9
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-171-0/+6
* Do not pass -pie flag to linker if -shared specified. This matchesPeter Collingbourne2013-01-171-1/+1
* Add initial rough support for synthesizing linker options when passedChandler Carruth2013-01-171-1/+10
* Fix uninitialized bool flag access in SanitizerArgs parserAlexey Samsonov2013-01-161-2/+2
* Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so thatDouglas Gregor2013-01-161-1/+13
* Refactor the x86 CPU name logic in the driver and pass -march and -mcpuChandler Carruth2013-01-131-61/+71
* [Mips] Pass a combination of +soft-float and -mips16-hard-float flags toSimon Atanasyan2013-01-101-1/+8
* Silence some warnings and allow passing down some feature flags to the linker.Rafael Espindola2012-12-311-0/+12
* [ubsan] Recover by default, use -fno-sanitize-recover to disable.Will Dietz2012-12-301-0/+5
* Support -fsanitize-memory-track-origins.Evgeniy Stepanov2012-12-241-0/+7
* Add ARM cortex-r5 subtarget as available mcpuQuentin Colombet2012-12-211-0/+1
* Enable the loop vectorizer in clang via -fvectorizeNadav Rotem2012-12-181-2/+2
* Add support for passing the main file name down to the assemblerEric Christopher2012-12-181-9/+14
* Fix PR14625 by teaching the driver to detect PWD for assembly files.Chandler Carruth2012-12-171-10/+21
* Initial support for FreeBSD on ARM.Rafael Espindola2012-12-131-0/+16
* [driver] Don't warn about an unused -flto option.Chad Rosier2012-12-121-0/+4
* Add -fslp-vectorize to enable bb-vectorizeHal Finkel2012-12-111-0/+7
* [driver] Add the -fvectorize flag to enable the loop vectorization passes.Chad Rosier2012-12-111-0/+7
* Add support to Darwin for the -export_dynamic' flag to the linker.Bill Wendling2012-12-101-0/+3
* Hexagon TC: forward appropriate args to assemblerMatthew Curtis2012-12-071-0/+4
* Hexagon TC: add cc1 defaults for hexagon-gccMatthew Curtis2012-12-071-3/+2
* Hexagon TC: Add/improve support for small dataMatthew Curtis2012-12-061-6/+40
* Hexagon TC: Reimplement Link::ConstructJob to callMatthew Curtis2012-12-061-46/+136
* Hexagon TC: Move getHexagonTargetCPU from Tools.cpp toMatthew Curtis2012-12-061-52/+6
* Hexagon TC: Update toolchain to add appropriate includeMatthew Curtis2012-12-061-1/+0
* [driver, ms-inline asm] MS-Style inline assembly is controlled by theChad Rosier2012-12-051-3/+4
* Reuse an existing diagnostic for tsan/msan needing -pie error.Evgeniy Stepanov2012-12-051-4/+13
* Add -whole-archive around the ASan runtime archive in the link command.Chandler Carruth2012-12-041-2/+8
* Currently, with -fsanitize=address, the driver appends libclang_rt.asan.a toMatt Beaumont-Gay2012-12-041-2/+6
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-10/+7
* Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f...Alexey Samsonov2012-12-031-0/+13
* Add -fsanitize=memory.Evgeniy Stepanov2012-12-031-0/+26
* [MIPS] Add -mxgot/-mno-xgot command line optionsSimon Atanasyan2012-12-011-0/+7
* Remove restriction on combining ubsan with asan or tsan. This has worked for ...Richard Smith2012-12-011-5/+4
* Add ARM cortex-a5 subtargetQuentin Colombet2012-11-291-2/+2
* Revert commit revision r168953, to change the commit message, which was emptyQuentin Colombet2012-11-291-2/+2
* (no commit message)Quentin Colombet2012-11-291-2/+2
* This patch exposes to Clang users three more sanitizers are experimental feat...Alexey Samsonov2012-11-291-0/+7
* Make sure that we put the rest of the sanitizer libraries on the link lineEric Christopher2012-11-291-7/+5
* [driver] -mkernel implies -mstrict-align; don't add the redundant option.Chad Rosier2012-11-291-1/+2
* Refactor -fsanitize, -f*-sanitizer arguments parsing. Provide a more careful ...Alexey Samsonov2012-11-281-44/+4
* PR14306: Move -fbounds-checking to -fsanitize=bounds.Joey Gouly2012-11-231-8/+4
* Reapply a subset of r167567 to clean up Darwin-specific code for invoking gcc.Bob Wilson2012-11-231-612/+10
* Fix the '-fuse-init-array' option to actually be an option.Chandler Carruth2012-11-211-1/+1
* Add -ldl for non-static libgcc in Android.Logan Chien2012-11-191-3/+11
OpenPOWER on IntegriCloud