aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/Tools.cpp
AgeCommit message (Expand)Author
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
2012-04-04Reduce variable scope.David Blaikie
2012-04-04[driver] Create a new -mfpmath= option, which is used to control whether clangChad Rosier
2012-04-04modern objc translator. Add moreFariborz Jahanian
2012-04-04Remove unused argument.Fariborz Jahanian
2012-04-02Use -rewrite-legacy-objc as clang argument for translating Fariborz Jahanian
2012-04-01Ignore unused --serialize-diagnostics option when using llvm-gcc.Bob Wilson
2012-03-29ARM backend knows about cortex-m4. The front end should too.Jim Grosbach
2012-03-27Move the emission of strict enum range metadata behind a flag (the sameChandler Carruth
2012-03-26[driver] Fix unused argument warnings.Chad Rosier
2012-03-26[driver] -mkernel implies -fno-common, so claim the arg to avoid an unusedChad Rosier
2012-03-26[driver] -mkernel implies -fno-builtin, so claim the arg to avoid an unusedChad Rosier
2012-03-23Add support for MIPS' floating ABIs (hard, soft and single) to clang driver.Akira Hatanaka