summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Enable basic testing of __builtin_fpclassify.Benjamin Kramer2010-06-141-2/+3
* Enable the implementation of __builtin_setjmp and __builtin_longjmp. Not allJohn McCall2010-05-271-0/+7
* Implement codegen for __builtin_isnormal.Benjamin Kramer2010-05-191-0/+8
* implement codegen support for __builtin_isfinite, part of PR6083Chris Lattner2010-05-061-2/+8
* optimize builtin_isnan/isinf to not do an extraneous extension fromChris Lattner2010-05-061-0/+18
* PR6515: Implement __builtin_signbit and friends.Eli Friedman2010-03-061-0/+1
* Revert changes r97693, r97700, and r97718.John McCall2010-03-041-7/+0
* Implement __builtin_dwarf_sp_column().John McCall2010-03-041-0/+7
* Support constant-evaluation of __builtin_nans* as well as the correct constantJohn McCall2010-02-281-3/+42
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar2009-11-171-1/+1
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Sorry! Accidentally checked in experimental change.John Thompson2009-10-151-1/+1
* Make this at least compile.Mike Stump2009-10-151-1/+1
* Removed math.h include, as Windows math.h has a compile error.John Thompson2009-10-151-2/+1
* PR4836, part 2: CodeGen for __builtin_isnan.Eli Friedman2009-09-011-0/+2
* PR4134: Implement __builtin_extract_return_addr.Eli Friedman2009-05-031-0/+1
* Add more builtin definitions, including strcmp.Daniel Dunbar2009-04-091-0/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* switch getBuiltinLibFunction to use the new GetOrCreateLLVMFunction Chris Lattner2009-03-221-0/+8
* Add some stdlib builtinsDaniel Dunbar2009-02-201-1/+9
* Add some builtins to codegen test case.Daniel Dunbar2008-10-051-6/+17
* Add two test cases for builtins (mostly related to object sizeDaniel Dunbar2008-09-031-0/+95