summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/clang-translation.c
Commit message (Expand)AuthorAgeFilesLines
* clang -cc1: Rename -mcpu to -target-cpu to match other target options and not...Daniel Dunbar2009-12-181-2/+2
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-6/+6
* Driver: Switch to using "clang" "-cc1" instead of "clang-cc".Daniel Dunbar2009-12-111-3/+6
* Improve test portability.Daniel Dunbar2009-12-081-3/+3
* Unbreak clang-cc handling of -msoft-float / -mfloat-abi=, which I borked.Daniel Dunbar2009-12-081-0/+26
* Fix Clang tool translation to forward -fvisibility as separate arguments, theDaniel Dunbar2009-12-031-1/+2
* Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we...Daniel Dunbar2009-11-291-5/+5
* Standardize Driver translation to call clang-cc using '-foo' form instead of ...Daniel Dunbar2009-11-201-6/+6
* Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari...Daniel Dunbar2009-11-191-1/+0
* Add clang -mcpu=native support, patch by Roman Divacky, varioustweaks by me.Daniel Dunbar2009-11-141-2/+2
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-15/+15
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-251-3/+3
* Change these tests to not depend as much on the name of the input.Daniel Dunbar2009-07-251-1/+1
* Tweak x86 -mcpu defaults.Daniel Dunbar2009-05-061-1/+1
* Improve handling of (X86) target features.Daniel Dunbar2009-05-061-0/+4
* (LLVM up) Update to use llvm::sys::getHostTriple().Daniel Dunbar2009-03-311-1/+1
* Driver: Translate -fverbose-asm for LLVM backend.Daniel Dunbar2009-03-241-1/+2
* Driver: ArgList::getLastArg was in fact returning the first matching arg.Daniel Dunbar2009-03-241-1/+1
* Rename clang-driver to clang.Daniel Dunbar2009-03-241-1/+1
* Don't use &> in tests; dash doesn't understand it.Eli Friedman2009-03-221-1/+1
* Driver: Fix bug in translating -O to clang, add clang-translation testDaniel Dunbar2009-03-181-0/+11
OpenPOWER on IntegriCloud