Age | Commit message (Expand) | Author |
---|---|---|
2010-04-07 | @llvm.sqrt isn't really close enough to C's sqrt to justify emitting calls | John McCall |
2010-01-08 | Use -fno-math-errno by default, and remove the IsMathErrnoDefault | Dan Gohman |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-11-19 | Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari... | Daniel Dunbar |
2009-11-08 | Eliminate &&s in tests. | Daniel Dunbar |
2009-06-18 | Add a target triple to a couple of tests which depend on it. Reported | Eli Friedman |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-02-16 | Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow. | Daniel Dunbar |