aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
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
2012-04-23Revert r155363, due to the underlying patches in LLVM causing regressionChandler Carruth
2012-04-23Hexagon V5 (floating point) support in cfe.Sirish Pande
2012-04-21Link with Foundation whenever -fobjc-link-runtime is used. <rdar://10976177>Bob Wilson
2012-04-20Pass -mfloat-abi= to linuxtools assembler.Evgeniy Stepanov
2012-04-18Revert some Hexagon builtin commits to match reverts done to LLVM inChandler Carruth
2012-04-16Hexagon V5(Floating Point) support.Sirish Pande
2012-04-16use DEFAULT_SYSROOTSebastian Pop
2012-04-10Don't link lib[std]c++ when -nostdlib is specified (Solaris driver).David Chisnall
2012-04-10Pass -march, -mcpu, -mfpu to linuxtools assembler.Evgeniy Stepanov
2012-04-09Fix an annoying little bug I found while debugging another LTO issue. GoldRafael Espindola
2012-04-09objective-c: remove -fobjc-default-synthesize-properties from the driver.Fariborz Jahanian
2012-04-09objective-c: Remove -fno-objc-default-synthesize-propertiesFariborz Jahanian
2012-04-09Revert r154321, pending more discussion.David Chisnall
2012-04-09Add -fobjc-trace to emit a call before and after each Objective-C message sendDavid Chisnall
2012-04-09Factor out ARM floating ABI determination to new routine Anton Korobeynikov
2012-04-08Teach Clang about PIE compilations. This is the first step of PR12380.Chandler Carruth
2012-04-07MIPS: Pass -mabi option to the assmbler when compile MIPS targets.Simon Atanasyan
2012-04-07MIPS: Move code calculates CPU and ABI names to the separate function to reus...Simon Atanasyan
2012-04-06MIPS: Provide a correct path to the dynamic linker when build for MIPS 64-bit...Simon Atanasyan
2012-04-06MIPS: Pass -EB/-EL argument to the assembler according to selected endian whe...Simon Atanasyan
2012-04-04Honor -fno-pic, -fno-PIC, -fno-pie, -fno-PIE.Nico Weber
2012-04-04[driver] When using the -mfpmath= option, add an error message when trying to Chad Rosier
2012-04-04Test commit to check commit access.Simon Atanasyan
2012-04-04Whitespace.Chad Rosier
2012-04-04[driver] Add a static helper function for handling -mfpu= to remove some codeChad Rosier