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
/
lib
/
AST
/
ExprConstant.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
expand casts to handle what isIntegerConstantExpr handles.
Chris Lattner
2008-07-12
1
-11
/
+52
*
Add support for __builtin_type_compatible_p, enums, etc.
Chris Lattner
2008-07-12
1
-16
/
+47
*
start remembering diagnostics for various cases, add some missing
Chris Lattner
2008-07-12
1
-28
/
+85
*
Provide a structure for passing down 'is evaluated' and passing up
Chris Lattner
2008-07-11
1
-25
/
+62
*
simplify some code a bit.
Chris Lattner
2008-07-11
1
-48
/
+42
*
share code between sizeof(expr) and sizeof(type)
Chris Lattner
2008-07-11
1
-61
/
+44
*
implement support for __extension__, make sure the result of a
Chris Lattner
2008-07-11
1
-13
/
+30
*
add a new getIntTypeSizeInBits method.
Chris Lattner
2008-07-11
1
-11
/
+12
*
rename "SInt" methods to "Int" in APValue.
Chris Lattner
2008-07-11
1
-1
/
+1
*
make the new evaluator avoid conversions APValue<->APSInt in some cases.
Chris Lattner
2008-07-11
1
-67
/
+51
*
rearrange some code, no functionality changes.
Chris Lattner
2008-07-11
1
-85
/
+98
*
Fix small bug. The evaluator now works well enough to pass all tests
Anders Carlsson
2008-07-08
1
-1
/
+2
*
More constant expression work.
Anders Carlsson
2008-07-08
1
-6
/
+112
*
Move out some methods.
Anders Carlsson
2008-07-08
1
-159
/
+149
*
More work.
Anders Carlsson
2008-07-08
1
-1
/
+78
*
Compilation fix
Seo Sanghyeon
2008-07-08
1
-1
/
+1
*
Port more of Eli's evaluator over. This makes the int evaluator handle binary...
Anders Carlsson
2008-07-08
1
-7
/
+143
*
Commit beginnings of int evaluator. Currently not used.
Anders Carlsson
2008-07-08
1
-0
/
+40
*
Shuffle things around in preparation for integrating Eli's constant evaluator.
Anders Carlsson
2008-07-03
1
-0
/
+60