summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/libcalls.c
Commit message (Expand)AuthorAgeFilesLines
* 'pure' and 'const' functions should also be marked nounwind. MigrateEric Christopher2011-08-151-3/+3
* Add codegen support for the fma/fmal/fmaf builtins.Cameron Zwarich2011-07-081-0/+23
* @llvm.sqrt isn't really close enough to C's sqrt to justify emitting callsJohn McCall2010-04-071-10/+40
* Use -fno-math-errno by default, and remove the IsMathErrnoDefaultDan Gohman2010-01-081-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari...Daniel Dunbar2009-11-191-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-5/+5
* Add a target triple to a couple of tests which depend on it. Reported Eli Friedman2009-06-181-2/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-2/+2
* Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow.Daniel Dunbar2009-02-161-0/+22