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
/
CodeGen
/
CGExprConstant.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add pointer + int (and vice versa) to the constant emitter.
Anders Carlsson
2008-02-06
1
-2
/
+10
*
Add some binops.
Anders Carlsson
2008-02-05
1
-1
/
+69
*
Change the key of CGRecordLayouts from being an llvm type* to being a decl*. ...
Chris Lattner
2008-02-05
1
-1
/
+2
*
Cleanup InitListExpr code generation code.
Devang Patel
2008-02-05
1
-46
/
+107
*
getLLVMFieldNo can't be called before emitting the base value.
Lauro Ramos Venancio
2008-01-30
1
-1
/
+2
*
Handle incomplete struct initializer.
Devang Patel
2008-01-29
1
-14
/
+27
*
Implement __builtin_offsetof.
Anders Carlsson
2008-01-29
1
-0
/
+9
*
Handle binary or in constant expressions.
Anders Carlsson
2008-01-29
1
-0
/
+8
*
Correctly handle constants that refer to enums.
Anders Carlsson
2008-01-29
1
-0
/
+2
*
Correctly handle scalars in braces.
Anders Carlsson
2008-01-29
1
-16
/
+8
*
Tweaks to EmitLValue in CGExprConstant. Patch by Eli Friedman.
Anders Carlsson
2008-01-26
1
-41
/
+46
*
Add CodeGen for AddrOf in constant initializers. Original patch by Eli Friedman.
Anders Carlsson
2008-01-26
1
-1
/
+88
*
Factor out the constant generation into its own file.
Anders Carlsson
2008-01-26
1
-0
/
+371