Age | Commit message (Expand) | Author |
2012-05-10 | Hexagon V5 FP support. | Sirish Pande |
2012-05-09 | Roll logic into a single if statement, per David's suggestion. | Chad Rosier |
2012-05-09 | Use the triple directly, rather then getTriple(). | Chad Rosier |
2012-05-09 | Now the proper fix for r156497. Sorry for the churn. | Chad Rosier |
2012-05-09 | Move 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-09 | Ignore a "generic" return value from getHostCPUName. <rdar://problem/11314502> | Bob Wilson |
2012-05-08 | add -fbounds-checking option. | Nuno Lopes |
2012-05-04 | StringRefize code because we're good even when we crash. | Chad Rosier |
2012-05-04 | Fix -Wlarge-by-value-copy option handling in the driver. | Jean-Daniel Dupas |
2012-05-04 | This patch adds a new Clang compiler flag "-gline-tables-only". | Alexey Samsonov |
2012-05-04 | Remove 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-03 | Use 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-03 | Canonicalize loop. | Chad Rosier |
2012-05-03 | [driver crash diagnostics] Remove more flags that reference absolute paths that | Chad Rosier |
2012-05-03 | Rip out old code for finding libraries in GCC's directories. | Bob Wilson |
2012-05-02 | Driver: Turn the default value for -fmath-errno into a proper target hook and... | Benjamin Kramer |
2012-05-02 | Fix forwarding of -fpack-struct from driver to CC1, and add a test. | James Molloy |
2012-05-02 | Speculatively fix windows cmake builders. | Andrew Trick |
2012-05-01 | Unify Options.td and CC1Options.td, in a first step towards unifying the seri... | James Molloy |
2012-04-30 | Add 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 bound | Chad Rosier |
2012-04-27 | Fix logic such that we only call getToolChain once. No functional change | Chad Rosier |
2012-04-27 | Remove redundant calls to BAA->getArchName(). No functional change | Chad Rosier |
2012-04-27 | Revert 155679; Not a typo. | Chad Rosier |
2012-04-27 | Typo. | Chad Rosier |
2012-04-26 | MIPS: Add support for 64-bit MIPS targets: mips64 / mips64el. | Simon Atanasyan |
2012-04-26 | Fix a long-standing bug where Clang had a different default from GCC on | Chandler Carruth |
2012-04-25 | Clang driver support for linking on Android. | Evgeniy Stepanov |
2012-04-25 | Fix default cpu for -march=armv5e. | Evgeniy Stepanov |
2012-04-24 | Only pass -mcpu, -march, -mfpu to linux-as on ARM. | Evgeniy Stepanov |
2012-04-23 | Revert r155363, due to the underlying patches in LLVM causing regression | Chandler Carruth |
2012-04-23 | Hexagon V5 (floating point) support in cfe. | Sirish Pande |
2012-04-21 | Link with Foundation whenever -fobjc-link-runtime is used. <rdar://10976177> | Bob Wilson |
2012-04-20 | In r135308, -save-temps was modified to prevent a temporary file from | Chad Rosier |
2012-04-20 | When generating the clang crash diagnostic script, strip out the -o flag. | Chad Rosier |
2012-04-20 | Add a little hack to emulate a clang crash, so the diagnostics generator can be | Chad Rosier |
2012-04-20 | Pass -mfloat-abi= to linuxtools assembler. | Evgeniy Stepanov |
2012-04-20 | When generating the clang crash diagnostic script, strip out the -D, -F, and -I | Chad Rosier |
2012-04-18 | Revert some Hexagon builtin commits to match reverts done to LLVM in | Chandler Carruth |
2012-04-18 | fix GCC version comparison wrt. equal patch suffices (and squash two typos) | Gabor Greif |
2012-04-17 | fix a typo | Gabor Greif |
2012-04-16 | Hexagon V5(Floating Point) support. | Sirish Pande |
2012-04-16 | use DEFAULT_SYSROOT | Sebastian Pop |
2012-04-15 | Correct indentation | David Blaikie |
2012-04-10 | Don't link lib[std]c++ when -nostdlib is specified (Solaris driver). | David Chisnall |
2012-04-10 | Pass -march, -mcpu, -mfpu to linuxtools assembler. | Evgeniy Stepanov |
2012-04-09 | Fix an annoying little bug I found while debugging another LTO issue. Gold | Rafael Espindola |