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