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
/
Sema
/
builtins.c
Age
Commit message (
Expand
)
Author
2009-09-28
Provide a custom diagnostic when code tries to use an unknown builtin
Douglas Gregor
2009-09-26
builtin_trap should be noreturn, this fixes PR5062, patch by
Chris Lattner
2009-09-23
implement support for __builtin_eh_return_data_regno on x86-32 and x86-64.
Chris Lattner
2009-09-21
Implement __builtin_unreachable(), a GCC 4.5 extension.
Chris Lattner
2009-07-22
Prep for new warning.
Mike Stump
2009-06-06
Test changes to account for removed builtins.
Eli Friedman
2009-05-08
Fix the atomics sema code to convert operands to the argument types
Chris Lattner
2009-05-08
reimplement __sync_* builtins to be variadic and to follow the same
Chris Lattner
2009-04-28
Simplify the scheme used for keywords, and change the classification
Eli Friedman
2009-04-02
We no longer expect an warning as this is now valid.
Mike Stump
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2008-11-21
merge some simple call diagnostics.
Chris Lattner
2008-05-25
Fix this test on non-X86 platforms.
Eli Friedman
2008-05-05
Fix rdar://5905347 a crash on invalid builtin, due to the
Chris Lattner
2008-01-04
add comments for the various AssignConvertType's, and split int->pointer from...
Chris Lattner
2008-01-04
Merge all the 'assignment' diagnostic code into one routine, decloning
Chris Lattner
2007-12-20
implement semantic analysis for __builtin_islessequal and friends.
Chris Lattner