| Commit message (Expand) | Author | Age | Files | Lines |
* | Centralize the handling of -target-feature. | Rafael Espindola | 2013-08-21 | 1 | -2/+2 |
* | Add some missing PPC cpus | Bill Schmidt | 2013-02-01 | 1 | -0/+96 |
* | Add PPC A2Q core and BG/Q preprocessor definitions | Hal Finkel | 2013-02-01 | 1 | -0/+6 |
* | Improve x86 android support: | Rafael Espindola | 2012-11-02 | 1 | -0/+6 |
* | The clang driver has a fairly fancy support for executing gcc instead of | Rafael Espindola | 2012-10-09 | 1 | -5/+5 |
* | Use getArch instead of getArchName. | Rafael Espindola | 2012-10-07 | 1 | -0/+8 |
* | Use pipes. | Rafael Espindola | 2012-09-22 | 1 | -31/+18 |
* | Use FileCheck. | Rafael Espindola | 2012-09-22 | 1 | -4/+8 |
* | Use FileCheck. | Rafael Espindola | 2012-09-22 | 1 | -11/+13 |
* | Fix pr13749. There is still a lot of code using getArchName that should be | Rafael Espindola | 2012-09-22 | 1 | -0/+7 |
* | Add e500mc and e5500 to the list of valid PPC CPU names. | Hal Finkel | 2012-09-18 | 1 | -0/+17 |
* | Fix test to work when clang is built without powerpc64 support. | Bob Wilson | 2012-06-12 | 1 | -3/+6 |
* | Add PPC support for translating gcc-style -mcpu options into LLVM -target-cpu... | Hal Finkel | 2012-06-11 | 1 | -0/+20 |
* | Fix default cpu for -march=armv5e. | Evgeniy Stepanov | 2012-04-25 | 1 | -0/+7 |
* | rename -ccc-host-triple into -target | Sebastian Pop | 2012-01-20 | 1 | -6/+6 |
* | Revert r148138; it's causing test failures. | Eli Friedman | 2012-01-13 | 1 | -6/+6 |
* | rename -ccc-host-triple into -target | Sebastian Pop | 2012-01-13 | 1 | -6/+6 |
* | Driver/ARM: Match GCC behavior in that -msoft-float disables NEON, despite this | Daniel Dunbar | 2011-03-17 | 1 | -0/+2 |
* | clang -cc1: Rename -mcpu to -target-cpu to match other target options and not... | Daniel Dunbar | 2009-12-18 | 1 | -2/+2 |
* | Update tests to use %clang instead of 'clang', and forcibly disable use of ' | Daniel Dunbar | 2009-12-15 | 1 | -6/+6 |
* | Driver: Switch to using "clang" "-cc1" instead of "clang-cc". | Daniel Dunbar | 2009-12-11 | 1 | -3/+6 |
* | Improve test portability. | Daniel Dunbar | 2009-12-08 | 1 | -3/+3 |
* | Unbreak clang-cc handling of -msoft-float / -mfloat-abi=, which I borked. | Daniel Dunbar | 2009-12-08 | 1 | -0/+26 |
* | Fix Clang tool translation to forward -fvisibility as separate arguments, the | Daniel Dunbar | 2009-12-03 | 1 | -1/+2 |
* | Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we... | Daniel Dunbar | 2009-11-29 | 1 | -5/+5 |
* | Standardize Driver translation to call clang-cc using '-foo' form instead of ... | Daniel Dunbar | 2009-11-20 | 1 | -6/+6 |
* | Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari... | Daniel Dunbar | 2009-11-19 | 1 | -1/+0 |
* | Add clang -mcpu=native support, patch by Roman Divacky, varioustweaks by me. | Daniel Dunbar | 2009-11-14 | 1 | -2/+2 |
* | Remove RUN: true lines. | Daniel Dunbar | 2009-11-08 | 1 | -1/+0 |
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -15/+15 |
* | MultiTestRunner: Validate '&&' at the end of RUN lines. | Daniel Dunbar | 2009-07-25 | 1 | -3/+3 |
* | Change these tests to not depend as much on the name of the input. | Daniel Dunbar | 2009-07-25 | 1 | -1/+1 |
* | Tweak x86 -mcpu defaults. | Daniel Dunbar | 2009-05-06 | 1 | -1/+1 |
* | Improve handling of (X86) target features. | Daniel Dunbar | 2009-05-06 | 1 | -0/+4 |
* | (LLVM up) Update to use llvm::sys::getHostTriple(). | Daniel Dunbar | 2009-03-31 | 1 | -1/+1 |
* | Driver: Translate -fverbose-asm for LLVM backend. | Daniel Dunbar | 2009-03-24 | 1 | -1/+2 |
* | Driver: ArgList::getLastArg was in fact returning the first matching arg. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Rename clang-driver to clang. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Don't use &> in tests; dash doesn't understand it. | Eli Friedman | 2009-03-22 | 1 | -1/+1 |
* | Driver: Fix bug in translating -O to clang, add clang-translation test | Daniel Dunbar | 2009-03-18 | 1 | -0/+11 |