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
/
APValue.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Constant expression evaluation: preserve subobject designator when flattening a
Richard Smith
2011-11-07
1
-8
/
+63
*
constexpr function substitution:
Richard Smith
2011-10-29
1
-4
/
+3
*
Fix missing includes for llvm_unreachable
David Blaikie
2011-09-23
1
-0
/
+1
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-2
/
+2
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-2
/
+2
*
Define DiagnosticBuilder<<APValue so it's easy to include APValues in
Jeffrey Yasskin
2011-07-18
1
-0
/
+45
*
Refactoring of constant expression evaluator
Peter Collingbourne
2011-05-13
1
-4
/
+4
*
Fix -Wcast-qual warnings.
Dan Gohman
2010-04-19
1
-1
/
+2
*
Convert the type of the LValue offset variable in APValue to CharUnits, moving
Ken Dyck
2010-01-15
1
-0
/
+33
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-1
/
+1
*
Make sure to access APValue's data via a char array (rather than
Douglas Gregor
2009-09-08
1
-7
/
+7
*
Remove some now-unneeded calls to llvm::errs().flush().
Daniel Dunbar
2009-03-10
1
-1
/
+0
*
Support evaluation of vector constant expressions, and codegen of same.
Nate Begeman
2009-01-18
1
-1
/
+3
*
Add support for vectors to APValue. Vector constant evaluator and tests coming.
Nate Begeman
2009-01-18
1
-0
/
+10
*
add dump and print methods, add operator<< for APValue.
Chris Lattner
2008-11-16
1
-0
/
+97
[prev]