index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
builtins.c
Age
Commit message (
Expand
)
Author
2012-10-06
Expose __builtin_bswap16.
Benjamin Kramer
2012-08-05
Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intr...
Hal Finkel
2011-04-15
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2010-06-14
Enable basic testing of __builtin_fpclassify.
Benjamin Kramer
2010-05-27
Enable the implementation of __builtin_setjmp and __builtin_longjmp. Not all
John McCall
2010-05-19
Implement codegen for __builtin_isnormal.
Benjamin Kramer
2010-05-06
implement codegen support for __builtin_isfinite, part of PR6083
Chris Lattner
2010-05-06
optimize builtin_isnan/isinf to not do an extraneous extension from
Chris Lattner
2010-03-06
PR6515: Implement __builtin_signbit and friends.
Eli Friedman
2010-03-04
Revert changes r97693, r97700, and r97718.
John McCall
2010-03-04
Implement __builtin_dwarf_sp_column().
John McCall
2010-02-28
Support constant-evaluation of __builtin_nans* as well as the correct constant
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-17
Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-10-15
Sorry! Accidentally checked in experimental change.
John Thompson
2009-10-15
Make this at least compile.
Mike Stump
2009-10-15
Removed math.h include, as Windows math.h has a compile error.
John Thompson
2009-09-01
PR4836, part 2: CodeGen for __builtin_isnan.
Eli Friedman
2009-05-03
PR4134: Implement __builtin_extract_return_addr.
Eli Friedman
2009-04-09
Add more builtin definitions, including strcmp.
Daniel Dunbar
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-22
switch getBuiltinLibFunction to use the new GetOrCreateLLVMFunction
Chris Lattner
2009-02-20
Add some stdlib builtins
Daniel Dunbar
2008-10-05
Add some builtins to codegen test case.
Daniel Dunbar
2008-09-03
Add two test cases for builtins (mostly related to object size
Daniel Dunbar