aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Driver/Tools.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-12-01Remove restriction on combining ubsan with asan or tsan. This has worked for ...Richard Smith1-5/+4
2012-11-29Add ARM cortex-a5 subtargetQuentin Colombet1-2/+2
2012-11-29Revert commit revision r168953, to change the commit message, which was emptyQuentin Colombet1-2/+2
2012-11-29(no commit message)Quentin Colombet1-2/+2
2012-11-29This patch exposes to Clang users three more sanitizers are experimental feat...Alexey Samsonov1-0/+7
2012-11-29Make sure that we put the rest of the sanitizer libraries on the link lineEric Christopher1-7/+5
2012-11-29[driver] -mkernel implies -mstrict-align; don't add the redundant option.Chad Rosier1-1/+2
2012-11-28Refactor -fsanitize, -f*-sanitizer arguments parsing. Provide a more careful ...Alexey Samsonov1-44/+4
2012-11-23PR14306: Move -fbounds-checking to -fsanitize=bounds.Joey Gouly1-8/+4
2012-11-23Reapply a subset of r167567 to clean up Darwin-specific code for invoking gcc.Bob Wilson1-612/+10
2012-11-21Fix the '-fuse-init-array' option to actually be an option.Chandler Carruth1-1/+1
2012-11-19Add -ldl for non-static libgcc in Android.Logan Chien1-3/+11
2012-11-19Completely re-work how the Clang driver interprets PIC and PIE options.Chandler Carruth1-67/+74
2012-11-16Revert r167799. It's not really correct, and it doesn't fix the problem that ...Bill Wendling1-16/+9
2012-11-16UBSan: enable proper linking with UBsan runtime on Darwin. Turn on building u...Alexey Samsonov1-4/+5
2012-11-15block extended signatur option. Change previous optionFariborz Jahanian1-0/+5
2012-11-15Revert r167567, restoring the ability of clang to run gcc in cases where itNick Lewycky1-10/+612
2012-11-13This patch makes the behavior of clang consistent with the behavior of gcc 4....Benjamin Kramer1-7/+19
2012-11-13Disable accelerator tables when compiling with LTO.Bill Wendling1-9/+16
2012-11-09Implement -mstrict-align using '-backend-option -arm-strict-align' as this savesChad Rosier1-1/+2
2012-11-09[driver] Add a -mstrict-align compiler option for ARM targets.Chad Rosier1-0/+3
2012-11-08Rip out a bunch of code for invoking gcc from clang.Bob Wilson1-612/+10
2012-11-06clang/lib/Driver/Tools.cpp: Fix abuse of StringRef.NAKAMURA Takumi1-1/+1
2012-11-06Follow-up for r167411 to un-break ASan on Mac. Move SanitizerArgs to a header...Alexey Samsonov1-113/+26
2012-11-06Per discussion on cfe-commits, treat -faddress-sanitizer,Richard Smith1-13/+27
2012-11-05Use the individual -fsanitize=<...> arguments to control which of the UBSanRichard Smith1-6/+0
2012-11-05Add -fsanitize=<sanitizers> argument to driver and frontend, and addRichard Smith1-21/+162
2012-11-02Improve x86 android support:Rafael Espindola1-5/+8
2012-11-02Add -lpthread when building with Ubsan on Linux, in preparation for making li...Richard Smith1-0/+1
2012-11-01Remove first argument from Arg::getValue; it's been unused since r105760.Richard Smith1-60/+60
2012-10-31getArchTypeForDarwinArchName is only used in the clang driver, copy it there.Rafael Espindola1-0/+31
2012-10-30[driver] Older versions of ld expect '-L<dir>' not '-L <dir>'. In Xcode4 andChad Rosier1-8/+30
2012-10-27Reverted back the changes made in 166868 and in 166869Mahesha S1-1/+0
2012-10-27-------------------------------------------------Mahesha S1-0/+2
2012-10-25-fcatch-undefined-behavior checking for appropriate vptr value: Clang CodeGen...Richard Smith1-1/+3
2012-10-23Handle -pthread, -pg and -shared correctly on bitrig.Rafael Espindola1-2/+8
2012-10-22[Options] Add prefixes to options.Michael J. Spencer1-3/+3
2012-10-22driver/Darwin: Default to AAPCS for M-class CPUs.Daniel Dunbar1-1/+10
2012-10-21Add support of MIPS n32 ABI to the Clang driver. The fix builds correct libra...Simon Atanasyan1-6/+23
2012-10-19[Options] Make Option non clang specific.Michael J. Spencer1-2/+8
2012-10-18Revert r166223 and the subsequent commits that depend on it, r166230 & r166235.Argyrios Kyrtzidis1-8/+2
2012-10-18Add a new option for and disable column number information as thereEric Christopher1-0/+2
2012-10-18[Options] Make Option non clang specific.Michael J. Spencer1-2/+8
2012-10-16GNUstep runtime version default to 1.6, generate correct property attributeDavid Chisnall1-1/+1
2012-10-15Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow.Daniel Dunbar1-9/+22
2012-10-15Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6.Nico Weber1-22/+9
2012-10-09[driver] Remove redundant cases due to overlapping commits between Ted (r1655...Chad Rosier1-2/+0
2012-10-09-fcatch-undefined-behavior: emit calls to the runtime library whenever one of...Richard Smith1-0/+18
2012-10-09[driver] Remove the -W[no-][int-conversion|constant-conversion|enum-conversion]Chad Rosier1-0/+2
2012-10-09Don't forward -Wenum-conversion to cc1plus.Ted Kremenek1-0/+1