aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/builtins.c
AgeCommit message (Expand)Author
2012-10-06Expose __builtin_bswap16.Benjamin Kramer
2012-08-05Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intr...Hal Finkel
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
2010-06-14Enable basic testing of __builtin_fpclassify.Benjamin Kramer
2010-05-27Enable the implementation of __builtin_setjmp and __builtin_longjmp. Not allJohn McCall
2010-05-19Implement codegen for __builtin_isnormal.Benjamin Kramer
2010-05-06implement codegen support for __builtin_isfinite, part of PR6083Chris Lattner
2010-05-06optimize builtin_isnan/isinf to not do an extraneous extension fromChris Lattner
2010-03-06PR6515: Implement __builtin_signbit and friends.Eli Friedman
2010-03-04Revert changes r97693, r97700, and r97718.John McCall
2010-03-04Implement __builtin_dwarf_sp_column().John McCall
2010-02-28Support constant-evaluation of __builtin_nans* as well as the correct constantJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
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