index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CodeGen
/
CGExprConstant.cpp
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-05
remove the source location arguments to various target query methods.
Chris Lattner
2008-03-01
Add codegen support for ObjC message expressions with the GNU runtime.
Chris Lattner
2008-02-26
Implement codegen for the following static var init.
Lauro Ramos Venancio
2008-02-21
Clean up constant implicit cast emission; fixes a few edge cases
Eli Friedman
2008-02-21
Fix brace-enclosed string initializers for char arrays. From pr2079,
Eli Friedman
2008-02-11
strings are arrays too
Chris Lattner
2008-02-11
Make unsupported constant exprs fail with a warning instead of crashing
Eli Friedman
2008-02-11
Fix PR1992 by computing the right type for string literals, which
Chris Lattner
2008-02-06
Add pointer + int (and vice versa) to the constant emitter.
Anders Carlsson
2008-02-05
Add some binops.
Anders Carlsson
2008-02-05
Change the key of CGRecordLayouts from being an llvm type* to being a decl*. ...
Chris Lattner
2008-02-05
Cleanup InitListExpr code generation code.
Devang Patel
2008-01-30
getLLVMFieldNo can't be called before emitting the base value.
Lauro Ramos Venancio
2008-01-29
Handle incomplete struct initializer.
Devang Patel
2008-01-29
Implement __builtin_offsetof.
Anders Carlsson
2008-01-29
Handle binary or in constant expressions.
Anders Carlsson
2008-01-29
Correctly handle constants that refer to enums.
Anders Carlsson
2008-01-29
Correctly handle scalars in braces.
Anders Carlsson
2008-01-26
Tweaks to EmitLValue in CGExprConstant. Patch by Eli Friedman.
Anders Carlsson
2008-01-26
Add CodeGen for AddrOf in constant initializers. Original patch by Eli Friedman.
Anders Carlsson
2008-01-26
Factor out the constant generation into its own file.
Anders Carlsson