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