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