summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Tools.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Completely re-work how the Clang driver interprets PIC and PIE options.Chandler Carruth2012-11-191-67/+74
* Revert r167799. It's not really correct, and it doesn't fix the problem that ...Bill Wendling2012-11-161-16/+9
* UBSan: enable proper linking with UBsan runtime on Darwin. Turn on building u...Alexey Samsonov2012-11-161-4/+5
* block extended signatur option. Change previous optionFariborz Jahanian2012-11-151-0/+5
* Revert r167567, restoring the ability of clang to run gcc in cases where itNick Lewycky2012-11-151-10/+612
* This patch makes the behavior of clang consistent with the behavior of gcc 4....Benjamin Kramer2012-11-131-7/+19
* Disable accelerator tables when compiling with LTO.Bill Wendling2012-11-131-9/+16
* Implement -mstrict-align using '-backend-option -arm-strict-align' as this savesChad Rosier2012-11-091-1/+2
* [driver] Add a -mstrict-align compiler option for ARM targets.Chad Rosier2012-11-091-0/+3
* Rip out a bunch of code for invoking gcc from clang.Bob Wilson2012-11-081-612/+10
* clang/lib/Driver/Tools.cpp: Fix abuse of StringRef.NAKAMURA Takumi2012-11-061-1/+1
* Follow-up for r167411 to un-break ASan on Mac. Move SanitizerArgs to a header...Alexey Samsonov2012-11-061-113/+26
* Per discussion on cfe-commits, treat -faddress-sanitizer,Richard Smith2012-11-061-13/+27
* Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith2012-11-051-6/+0
* Add -fsanitize=<sanitizers> argument to driver and frontend, and addRichard Smith2012-11-051-21/+162
* Improve x86 android support:Rafael Espindola2012-11-021-5/+8
* Add -lpthread when building with Ubsan on Linux, in preparation for making li...Richard Smith2012-11-021-0/+1
* Remove first argument from Arg::getValue; it's been unused since r105760.Richard Smith2012-11-011-60/+60
* getArchTypeForDarwinArchName is only used in the clang driver, copy it there.Rafael Espindola2012-10-311-0/+31
* [driver] Older versions of ld expect '-L<dir>' not '-L <dir>'. In Xcode4 andChad Rosier2012-10-301-8/+30
* Reverted back the changes made in 166868 and in 166869Mahesha S2012-10-271-1/+0
* -------------------------------------------------Mahesha S2012-10-271-0/+2
* -fcatch-undefined-behavior checking for appropriate vptr value: Clang CodeGen...Richard Smith2012-10-251-1/+3
* Handle -pthread, -pg and -shared correctly on bitrig.Rafael Espindola2012-10-231-2/+8
* [Options] Add prefixes to options.Michael J. Spencer2012-10-221-3/+3
* driver/Darwin: Default to AAPCS for M-class CPUs.Daniel Dunbar2012-10-221-1/+10
* Add support of MIPS n32 ABI to the Clang driver. The fix builds correct libra...Simon Atanasyan2012-10-211-6/+23
* [Options] Make Option non clang specific.Michael J. Spencer2012-10-191-2/+8
* Revert r166223 and the subsequent commits that depend on it, r166230 & r166235.Argyrios Kyrtzidis2012-10-181-8/+2
* Add a new option for and disable column number information as thereEric Christopher2012-10-181-0/+2
OpenPOWER on IntegriCloud