aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/clang-translation.c
AgeCommit message (Expand)Author
2009-11-14Add clang -mcpu=native support, patch by Roman Divacky, varioustweaks by me.Daniel Dunbar
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-07-25MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar
2009-07-25Change these tests to not depend as much on the name of the input.Daniel Dunbar
2009-05-06Tweak x86 -mcpu defaults.Daniel Dunbar
2009-05-06Improve handling of (X86) target features.Daniel Dunbar
2009-03-31(LLVM up) Update to use llvm::sys::getHostTriple().Daniel Dunbar
2009-03-24Driver: Translate -fverbose-asm for LLVM backend.Daniel Dunbar
2009-03-24Driver: ArgList::getLastArg was in fact returning the first matching arg.Daniel Dunbar
2009-03-24Rename clang-driver to clang.Daniel Dunbar
2009-03-22Don't use &> in tests; dash doesn't understand it.Eli Friedman
2009-03-18Driver: Fix bug in translating -O to clang, add clang-translation testDaniel Dunbar