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
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-627
/
+0
*
remove the source location arguments to various target query methods.
Chris Lattner
2008-03-05
1
-8
/
+8
*
Add codegen support for ObjC message expressions with the GNU runtime.
Chris Lattner
2008-03-01
1
-0
/
+3
*
Implement codegen for the following static var init.
Lauro Ramos Venancio
2008-02-26
1
-6
/
+10
*
Clean up constant implicit cast emission; fixes a few edge cases
Eli Friedman
2008-02-21
1
-24
/
+24
*
Fix brace-enclosed string initializers for char arrays. From pr2079,
Eli Friedman
2008-02-21
1
-3
/
+6
*
strings are arrays too
Chris Lattner
2008-02-11
1
-2
/
+0
*
Make unsupported constant exprs fail with a warning instead of crashing
Eli Friedman
2008-02-11
1
-12
/
+11
*
Fix PR1992 by computing the right type for string literals, which
Chris Lattner
2008-02-11
1
-11
/
+5
*
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