Age | Commit message (Expand) | Author |
2012-09-12 | Claim --param ssp-buffer-size, even if the stack protector is not | Joerg Sonnenberger |
2012-09-12 | Make -faddress-sanitizer on Android link to the new-style runtime. | Evgeniy Stepanov |
2012-09-10 | Wrong crtbegin/crtend pair used for PIE on Android. | Evgeniy Stepanov |
2012-09-10 | MIPS: Use -march=arch option to select either generic MIPS ISA, | Simon Atanasyan |
2012-09-07 | Link to crtend.S when PIE in the FreeBSD driver. Patch by Brooks Davis! | Roman Divacky |
2012-09-05 | Apply some driver improvements for freebsd-*-mips*. | Eric Christopher |
2012-09-02 | Rename ANDROIDEABI to Android. | Logan Chien |
2012-08-30 | Reland r160052: Default to -std=c++11 on Windows. | Nico Weber |
2012-08-30 | Emit .gcda files as absolute paths instead of relative paths. | Bill Wendling |
2012-08-28 | Cleanup FreeBSD linking and add support for -pie. | Roman Divacky |
2012-08-27 | MIPS: Use -G option to specify MIPS section threshold. Translate it | Simon Atanasyan |
2012-08-21 | [driver] Add support for the --param ssp-buffer-size= driver option. | Chad Rosier |
2012-08-21 | Screw around with ObjCRuntime some more, changing the | John McCall |
2012-08-17 | Fix -Wl,--no-demangle to actually pass the flag to the linker on Linux instead | Nick Lewycky |
2012-08-09 | Followup to r161546, to unbreak linking on Bitrig. Patch by David Hill. | Eli Friedman |
2012-08-08 | clang support for Bitrig (an OpenBSD fork); patch by David Hill. | Eli Friedman |
2012-08-07 | Don't complain about -fobjc-link-runtime being unused with -fobjc-arc. | Bob Wilson |
2012-07-31 | Support ARM hard float (arm-linux-gnueabihf). | Jiangning Liu |
2012-07-31 | No longer emitting a PCH file when using -fsyntax-only on a header file. Fix... | Aaron Ballman |
2012-07-30 | Fix dynamic object linker for ARM GNUEABIHF. | Jiangning Liu |
2012-07-29 | Provide correct linker command line options on FreeBSD 8 (GNU ld 2.15) and on... | David Chisnall |
2012-07-20 | Rename -fms-inline-asm to -fenable-experimental-ms-inline-asm. | Chad Rosier |
2012-07-20 | Add a new flag, -fms-inline-asm, that enables the output of MS-style inline | Chad Rosier |
2012-07-19 | Define __FINITE_MATH_ONLY__ based on -ffast-math and -ffinite-math-only. | Bob Wilson |
2012-07-15 | Enable new linker behaviour on FreeBSD. | David Chisnall |
2012-07-12 | Revert r160052, "Default to -std=c++11 on Windows.", for now. | NAKAMURA Takumi |
2012-07-11 | Default to -std=c++11 on Windows. | Nico Weber |
2012-07-07 | Re-apply r159875 with fixes. | Ted Kremenek |
2012-07-07 | Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever... | NAKAMURA Takumi |
2012-07-06 | Implement -Wpedantic and --no-pedantic to complement -Weverything. | Ted Kremenek |
2012-07-06 | Add -ffp-contract = { fast | on | off } command line option support. | Lang Hames |
2012-07-05 | MIPS: Add -mdsp/-mno-dsp and -mdspr2/-mno-dspr2 command line options support. | Simon Atanasyan |
2012-07-05 | MIPS: Factor out the code converting command line options to target features. | Simon Atanasyan |
2012-07-05 | MIPS: Add -mips16 / -mno-mips16 command line support. | Simon Atanasyan |
2012-07-04 | Hoist the logic for selecting the Objective-C dispatch method into the runtime | David Chisnall |
2012-07-04 | A few more cleanups for the GNU family of ObjC runtimes. | David Chisnall |
2012-07-04 | Move a comment from the commit message into the code. | Bob Wilson |
2012-07-03 | Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep | David Chisnall |
2012-07-03 | When using -pg targeting OS X 10.8, pass -no_new_main to the linker. | Bob Wilson |
2012-06-28 | Add -ftls-model command-line flag. | Hans Wennborg |
2012-06-26 | Enable -mcpu=native and -march=native for arm targets. | Benjamin Kramer |
2012-06-26 | Add template type diffing to Clang. This feature will provide a better | Richard Trieu |
2012-06-21 | Improve support for -g options accepted by Clang: | Alexey Samsonov |
2012-06-20 | Revert "Provide a -no-pedantic to cancel out -pedantic." This needs to be de... | Ted Kremenek |
2012-06-20 | Restructure how the driver communicates information about the | John McCall |
2012-06-19 | Add a -fuse-init-array option to cc1 and map to the UseInitArray target | Rafael Espindola |
2012-06-18 | [VS Toolchain] Correctly forward -l linker inputs to link.exe. | Michael J. Spencer |
2012-06-14 | Support -f[no-]rewrite-includes from the driver. | David Blaikie |
2012-06-13 | Provide a -no-pedantic to cancel out -pedantic. | John McCall |
2012-06-11 | Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu... | Hal Finkel |