aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver
AgeCommit message (Expand)Author
2012-05-10Hexagon V5 FP support.Sirish Pande
2012-05-09Roll logic into a single if statement, per David's suggestion.Chad Rosier
2012-05-09Use the triple directly, rather then getTriple().Chad Rosier
2012-05-09Now the proper fix for r156497. Sorry for the churn.Chad Rosier
2012-05-09Move the iOSVersionMin string to a header so as to avoid a dangling pointer.Chad Rosier
2012-05-09[driver] Use the iOS target triple to infer the deployment target.Chad Rosier
2012-05-09Ignore a "generic" return value from getHostCPUName. <rdar://problem/11314502>Bob Wilson
2012-05-08add -fbounds-checking option.Nuno Lopes
2012-05-04StringRefize code because we're good even when we crash.Chad Rosier
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-03[driver - crash diagnostics] Convert the flags back to an array of strings an...Chad Rosier
2012-05-03Use array_lengthof instead of sizeof trickery.Chad Rosier
2012-05-03[driver - crash diagnostics] Only write the failing command in the script.Chad Rosier
2012-05-03Canonicalize loop.Chad Rosier
2012-05-03[driver crash diagnostics] Remove more flags that reference absolute paths thatChad Rosier
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-05-02Speculatively fix windows cmake builders.Andrew Trick
2012-05-01Unify Options.td and CC1Options.td, in a first step towards unifying the seri...James Molloy
2012-04-30Add support for openSUSE 12.2, from Ismail Donmez!Douglas Gregor
2012-04-27[driver] Don't try to set the deployment target when there is no boundChad Rosier
2012-04-27Fix logic such that we only call getToolChain once. No functional changeChad Rosier
2012-04-27Remove redundant calls to BAA->getArchName(). No functional changeChad Rosier
2012-04-27Revert 155679; Not a typo.Chad Rosier
2012-04-27Typo.Chad Rosier
2012-04-26MIPS: Add support for 64-bit MIPS targets: mips64 / mips64el.Simon Atanasyan
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-20In r135308, -save-temps was modified to prevent a temporary file fromChad Rosier
2012-04-20When generating the clang crash diagnostic script, strip out the -o flag.Chad Rosier
2012-04-20Add a little hack to emulate a clang crash, so the diagnostics generator can beChad Rosier
2012-04-20Pass -mfloat-abi= to linuxtools assembler.Evgeniy Stepanov
2012-04-20When generating the clang crash diagnostic script, strip out the -D, -F, and -IChad Rosier
2012-04-18Revert some Hexagon builtin commits to match reverts done to LLVM inChandler Carruth
2012-04-18fix GCC version comparison wrt. equal patch suffices (and squash two typos)Gabor Greif
2012-04-17fix a typoGabor Greif
2012-04-16Hexagon V5(Floating Point) support.Sirish Pande
2012-04-16use DEFAULT_SYSROOTSebastian Pop
2012-04-15Correct indentationDavid Blaikie
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