aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
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
2012-06-04Require -pie when linking with ASan on Android.Evgeniy Stepanov
2012-06-02MIPS: Factor out code selects the float ABI as determined by -msoft-float,Simon Atanasyan
2012-05-29MIPS: Pass -KPIC argument to MIPS assembler if necessary.Simon Atanasyan
2012-05-29Factor out the code retrieves the last PIC related argument fromSimon Atanasyan
2012-05-29Make Clang driver pass the last option from -g group to the compiler.Alexey Samsonov
2012-05-16[driver] Remove obsolete support for -A link option. The standard -A option isChad Rosier
2012-05-16Rename the driver option to -mno-implicit-float, per Eli's suggestion.Chad Rosier
2012-05-16[driver] Allow the driver to directly accept the -no-implicit-float option, s...Chad Rosier
2012-05-16[tsan] add ThreadSanitizer linker flags on Linux and also copy the tsan-rt i...Kostya Serebryany
2012-05-15Add the Objective-C runtime linking arguments after user-specifiedDouglas Gregor
2012-05-15Do not link with Objective-C libraries with -nostdlib or -nodefaultlibs.Bob Wilson
2012-05-14Teach the driver on Linux to respect -nodefaultlibs.Chandler Carruth
2012-05-10Hexagon V5 FP support.Sirish Pande
2012-05-09Ignore a "generic" return value from getHostCPUName. <rdar://problem/11314502>Bob Wilson
2012-05-08add -fbounds-checking option.Nuno Lopes
2012-05-04Fix -Wlarge-by-value-copy option handling in the driver.Jean-Daniel Dupas
2012-05-04This patch adds a new Clang compiler flag "-gline-tables-only".Alexey Samsonov
2012-05-04Remove obsolete code for finding a fallback iOS SDK. <rdar://problem/11378535>Bob Wilson
2012-05-03Rip out old code for finding libraries in GCC's directories.Bob Wilson
2012-05-02Driver: Turn the default value for -fmath-errno into a proper target hook and...Benjamin Kramer
2012-05-02Fix forwarding of -fpack-struct from driver to CC1, and add a test.James Molloy
2012-04-26Fix a long-standing bug where Clang had a different default from GCC onChandler Carruth
2012-04-25Clang driver support for linking on Android.Evgeniy Stepanov
2012-04-25Fix default cpu for -march=armv5e.Evgeniy Stepanov
2012-04-24Only pass -mcpu, -march, -mfpu to linux-as on ARM.Evgeniy Stepanov