| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Don't forward -Wint-conversion to cc1plus. | Ted Kremenek | 2012-10-09 | 1 | -0/+1 |
| * | Use getArch instead of getArchName + string compare. | Rafael Espindola | 2012-10-07 | 1 | -14/+14 |
| * | Driver: Link crtfastmath.o if it's available and -ffast-math is specified. | Benjamin Kramer | 2012-10-04 | 1 | -0/+3 |
| * | During LTO, we call 'dsymutil' when we compile source files. This necessitates | Bill Wendling | 2012-10-02 | 1 | -3/+16 |
| * | Add Clang support for iOS6. | Bob Wilson | 2012-09-29 | 1 | -9/+22 |
| * | Add armv7s and some other arm variants supported by Mach-O files. | Bob Wilson | 2012-09-29 | 1 | -0/+4 |
| * | Modern objcective-C translator. When doing rewriting, Do not | Fariborz Jahanian | 2012-09-28 | 1 | -1/+4 |
| * | Allow -MF to be used in combination with -E -M or -E -MM. | Benjamin Kramer | 2012-09-26 | 1 | -3/+3 |
| * | [driver] Add support for the -fno-fast-math option. | Chad Rosier | 2012-09-25 | 1 | -11/+27 |
| * | [analyzer] Really turn on dynamic-bifurcation on by default. | Anna Zaks | 2012-09-24 | 1 | -2/+0 |
| * | Add four new command line options for MIPS CPU selection: | Simon Atanasyan | 2012-09-21 | 1 | -2/+21 |
| * | Add e500mc and e5500 to the list of valid PPC CPU names. | Hal Finkel | 2012-09-18 | 1 | -0/+2 |
| * | This patch introduces A15 as a target in Clang. | Silviu Baranga | 2012-09-13 | 1 | -2/+3 |
| * | Conditionally parse documentation comments in system headers by | Ted Kremenek | 2012-09-13 | 1 | -0/+3 |
| * | Properly link libpthread_p when using profiling on OpenBSD. | Eric Christopher | 2012-09-13 | 1 | -3/+10 |
| * | Claim --param ssp-buffer-size, even if the stack protector is not | Joerg Sonnenberger | 2012-09-12 | 1 | -6/+8 |
| * | Make -faddress-sanitizer on Android link to the new-style runtime. | Evgeniy Stepanov | 2012-09-12 | 1 | -6/+5 |
| * | Wrong crtbegin/crtend pair used for PIE on Android. | Evgeniy Stepanov | 2012-09-10 | 1 | -2/+6 |
| * | MIPS: Use -march=arch option to select either generic MIPS ISA, | Simon Atanasyan | 2012-09-10 | 1 | -56/+38 |
| * | Link to crtend.S when PIE in the FreeBSD driver. Patch by Brooks Davis! | Roman Divacky | 2012-09-07 | 1 | -3/+3 |
| * | Apply some driver improvements for freebsd-*-mips*. | Eric Christopher | 2012-09-05 | 1 | -8/+39 |
| * | Rename ANDROIDEABI to Android. | Logan Chien | 2012-09-02 | 1 | -5/+5 |
| * | Reland r160052: Default to -std=c++11 on Windows. | Nico Weber | 2012-08-30 | 1 | -2/+5 |
| * | Emit .gcda files as absolute paths instead of relative paths. | Bill Wendling | 2012-08-30 | 1 | -1/+3 |
| * | Cleanup FreeBSD linking and add support for -pie. | Roman Divacky | 2012-08-28 | 1 | -32/+38 |
| * | MIPS: Use -G option to specify MIPS section threshold. Translate it | Simon Atanasyan | 2012-08-27 | 1 | -0/+7 |
| * | [driver] Add support for the --param ssp-buffer-size= driver option. | Chad Rosier | 2012-08-21 | 1 | -0/+12 |
| * | Screw around with ObjCRuntime some more, changing the | John McCall | 2012-08-21 | 1 | -3/+2 |
| * | Fix -Wl,--no-demangle to actually pass the flag to the linker on Linux instead | Nick Lewycky | 2012-08-17 | 1 | -0/+3 |
| * | Followup to r161546, to unbreak linking on Bitrig. Patch by David Hill. | Eli Friedman | 2012-08-09 | 1 | -0/+4 |
| * | clang support for Bitrig (an OpenBSD fork); patch by David Hill. | Eli Friedman | 2012-08-08 | 1 | -0/+137 |
| * | Don't complain about -fobjc-link-runtime being unused with -fobjc-arc. | Bob Wilson | 2012-08-07 | 1 | -1/+3 |
| * | Support ARM hard float (arm-linux-gnueabihf). | Jiangning Liu | 2012-07-31 | 1 | -8/+4 |
| * | No longer emitting a PCH file when using -fsyntax-only on a header file. Fix... | Aaron Ballman | 2012-07-31 | 1 | -1/+3 |
| * | Fix dynamic object linker for ARM GNUEABIHF. | Jiangning Liu | 2012-07-30 | 1 | -2/+6 |
| * | Provide correct linker command line options on FreeBSD 8 (GNU ld 2.15) and on... | David Chisnall | 2012-07-29 | 1 | -3/+17 |
| * | Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm. | Chad Rosier | 2012-07-20 | 1 | -2/+2 |
| * | Add a new flag, -fms-inline-asm, that enables the output of MS-style inline | Chad Rosier | 2012-07-20 | 1 | -0/+4 |
| * | Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. | Bob Wilson | 2012-07-19 | 1 | -4/+7 |
| * | Enable new linker behaviour on FreeBSD. | David Chisnall | 2012-07-15 | 1 | -0/+2 |
| * | Revert r160052, "Default to -std=c++11 on Windows.", for now. | NAKAMURA Takumi | 2012-07-12 | 1 | -5/+2 |
| * | Default to -std=c++11 on Windows. | Nico Weber | 2012-07-11 | 1 | -2/+5 |
| * | Re-apply r159875 with fixes. | Ted Kremenek | 2012-07-07 | 1 | -1/+2 |