aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/builtins.c
AgeCommit message (Expand)Author
2009-11-17Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-10-15Sorry! Accidentally checked in experimental change.John Thompson
2009-10-15Make this at least compile.Mike Stump
2009-10-15Removed math.h include, as Windows math.h has a compile error.John Thompson
2009-09-01PR4836, part 2: CodeGen for __builtin_isnan.Eli Friedman
2009-05-03PR4134: Implement __builtin_extract_return_addr.Eli Friedman
2009-04-09Add more builtin definitions, including strcmp.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-22switch getBuiltinLibFunction to use the new GetOrCreateLLVMFunction Chris Lattner
2009-02-20Add some stdlib builtinsDaniel Dunbar
2008-10-05Add some builtins to codegen test case.Daniel Dunbar
2008-09-03Add two test cases for builtins (mostly related to object sizeDaniel Dunbar