index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Sema
/
constant-builtins-2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle __builtin_clzs and __builtin_ctzs in the constant expression evaluator.
Anders Carlsson
2014-07-07
1
-43
/
+47
*
Add constant evaluation support for __builtin_isinf, __builtin_isfinite,
Richard Smith
2013-10-15
1
-0
/
+52
*
More for PR12457: fix handling of __builtin_isinf_sign and test.
Richard Smith
2013-06-13
1
-0
/
+7
*
Towards PR12457: constant expression evaluation support for __builtin_parity{...
Richard Smith
2013-06-13
1
-0
/
+30
*
Fix part of PR12457. Patch by Justin Bogner!
Richard Smith
2013-06-13
1
-1
/
+28
*
Expose __builtin_bswap16.
Benjamin Kramer
2012-10-06
1
-2
/
+3
*
Allow __builtin_bswap32/64 in constant expressions, like gcc does. Patch by T...
Richard Smith
2012-09-28
1
-0
/
+2
*
Support strlen() and __builtin_strlen() as constant expressions with
Douglas Gregor
2010-09-10
1
-0
/
+4
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Fix the type of __builtin_expect, from Ed Schouten!
Douglas Gregor
2009-10-31
1
-0
/
+2
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Teach tryEvaluate that fabs, copysign, and unary +/- are constants for
Daniel Dunbar
2008-10-16
1
-0
/
+50