Age | Commit message (Expand) | Author |
2012-11-13 | This patch makes the behavior of clang consistent with the behavior of gcc 4.... | Benjamin Kramer |
2012-11-13 | Disable accelerator tables when compiling with LTO. | Bill Wendling |
2012-11-09 | PR14303: Add a NoDriverOption flag to those options which are not accepted by | Richard Smith |
2012-11-09 | Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves | Chad Rosier |
2012-11-09 | [driver] Add a -mstrict-align compiler option for ARM targets. | Chad Rosier |
2012-11-09 | Remove old driver code to grab the iOS simulator version from the -D option. | Bob Wilson |
2012-11-08 | Remove more code related to invoking llvm-gcc. <rdar://problem/11991320> | Bob Wilson |
2012-11-08 | Driver/Darwin: The -arch argument values aren't exactly the arch names from a | Daniel Dunbar |
2012-11-08 | Rip out a bunch of code for invoking gcc from clang. | Bob Wilson |
2012-11-08 | Remove code to fall back to llvm-gcc for i386 kexts. | Bob Wilson |
2012-11-07 | [Driver] Fix -Wp,-MMD pr13959 | Michael J. Spencer |
2012-11-06 | clang/lib/Driver/Tools.cpp: Fix abuse of StringRef. | NAKAMURA Takumi |
2012-11-06 | Follow-up for r167411 to un-break ASan on Mac. Move SanitizerArgs to a header... | Alexey Samsonov |
2012-11-06 | Per discussion on cfe-commits, treat -faddress-sanitizer, | Richard Smith |
2012-11-05 | Use the individual -fsanitize=<...> arguments to control which of the UBSan | Richard Smith |
2012-11-05 | Add -fsanitize=<sanitizers> argument to driver and frontend, and add | Richard Smith |
2012-11-02 | Improve x86 android support: | Rafael Espindola |
2012-11-02 | Add -lpthread when building with Ubsan on Linux, in preparation for making li... | Richard Smith |
2012-11-01 | Remove first argument from Arg::getValue; it's been unused since r105760. | Richard Smith |
2012-10-31 | [driver] Remove an extra space with the -iprefix option, so that | Chad Rosier |
2012-10-31 | [driver] Remove an extra space with the -internal-externc-isystem option, so | Chad Rosier |
2012-10-31 | getArchTypeForDarwinArchName is only used in the clang driver, copy it there. | Rafael Espindola |
2012-10-31 | [driver] Completely rework how superfluous options are stripped out of the crash | Chad Rosier |
2012-10-31 | Fix if-else braces layout accordingly to the style guide. | Simon Atanasyan |
2012-10-31 | Extend -Bprefix functionality and make it closer to gcc. If the "prefix" | Simon Atanasyan |
2012-10-31 | Remove the -ccc-no-clang option. | Rafael Espindola |
2012-10-30 | Remove ccc-no-clang-cpp, which is also dead now. | Rafael Espindola |
2012-10-30 | [driver] Older versions of ld expect '-L<dir>' not '-L <dir>'. In Xcode4 and | Chad Rosier |
2012-10-30 | In the past "production" clang builds would not be used for c++, and | Rafael Espindola |
2012-10-29 | Remove a bit of dead code. | Rafael Espindola |
2012-10-27 | Reverted back the changes made in 166868 and in 166869 | Mahesha S |
2012-10-27 | ------------------------------------------------- | Mahesha S |
2012-10-26 | [driver] Before applying the working directory check if the input path | Argyrios Kyrtzidis |
2012-10-26 | [options] Fix mishandling of aliased options that was introduced in r166444. | Argyrios Kyrtzidis |
2012-10-25 | -fcatch-undefined-behavior checking for appropriate vptr value: Clang CodeGen... | Richard Smith |
2012-10-23 | Handle -pthread, -pg and -shared correctly on bitrig. | Rafael Espindola |
2012-10-22 | [Options] Add prefixes to options. | Michael J. Spencer |
2012-10-22 | driver/Darwin: Default to AAPCS for M-class CPUs. | Daniel Dunbar |
2012-10-21 | Silence warning about && in ||. | Benjamin Kramer |
2012-10-21 | Add support of MIPS n32 ABI to the Clang driver. The fix builds correct libra... | Simon Atanasyan |
2012-10-19 | [Options] Make Option non clang specific. | Michael J. Spencer |
2012-10-19 | [Options] make Option a value type. | Michael J. Spencer |
2012-10-18 | Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. | Argyrios Kyrtzidis |
2012-10-18 | Add a new option for and disable column number information as there | Eric Christopher |
2012-10-18 | [Options] Make Option non clang specific. | Michael J. Spencer |
2012-10-18 | [Options] make Option a value type. | Michael J. Spencer |
2012-10-16 | GNUstep runtime version default to 1.6, generate correct property attribute | David Chisnall |
2012-10-15 | Un-revert r164907 and r164902 (+ follow-ups), 10.6 build fix to follow. | Daniel Dunbar |
2012-10-15 | Revert r164907 and r164902 (+ follow-ups). They broke building on 10.6. | Nico Weber |
2012-10-10 | Revert "[Options] make Option a value type." | Eric Christopher |