index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Sema
/
builtins.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
testcase for previous patch!
Chris Lattner
2009-12-30
1
-4
/
+5
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Provide a custom diagnostic when code tries to use an unknown builtin
Douglas Gregor
2009-09-28
1
-0
/
+4
*
builtin_trap should be noreturn, this fixes PR5062, patch by
Chris Lattner
2009-09-26
1
-0
/
+5
*
implement support for __builtin_eh_return_data_regno on x86-32 and x86-64.
Chris Lattner
2009-09-23
1
-0
/
+10
*
Implement __builtin_unreachable(), a GCC 4.5 extension.
Chris Lattner
2009-09-21
1
-0
/
+11
*
Prep for new warning.
Mike Stump
2009-07-22
1
-1
/
+1
*
Test changes to account for removed builtins.
Eli Friedman
2009-06-06
1
-9
/
+0
*
Fix the atomics sema code to convert operands to the argument types
Chris Lattner
2009-05-08
1
-1
/
+1
*
reimplement __sync_* builtins to be variadic and to follow the same
Chris Lattner
2009-05-08
1
-2
/
+12
*
Simplify the scheme used for keywords, and change the classification
Eli Friedman
2009-04-28
1
-1
/
+1
*
We no longer expect an warning as this is now valid.
Mike Stump
2009-04-02
1
-1
/
+1
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
merge some simple call diagnostics.
Chris Lattner
2008-11-21
1
-1
/
+1
*
Fix this test on non-X86 platforms.
Eli Friedman
2008-05-25
1
-1
/
+2
*
Fix rdar://5905347 a crash on invalid builtin, due to the
Chris Lattner
2008-05-05
1
-0
/
+9
*
add comments for the various AssignConvertType's, and split int->pointer from...
Chris Lattner
2008-01-04
1
-1
/
+1
*
Merge all the 'assignment' diagnostic code into one routine, decloning
Chris Lattner
2008-01-04
1
-3
/
+2
*
implement semantic analysis for __builtin_islessequal and friends.
Chris Lattner
2007-12-20
1
-0
/
+33