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