Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e9f2a90d1f3e11a76c36df2bc51bf0d02b4d0ff1
/
clang
/
lib
/
CodeGen
/
CGExprConstant.cpp
7a51313
Make a major restructuring of the clang tree: introduce a top-level
by Chris Lattner
· 18 years ago
[Renamed from clang/CodeGen/CGExprConstant.cpp]
37e0587
remove the source location arguments to various target query methods.
by Chris Lattner
· 18 years ago
a087ff9
Add codegen support for ObjC message expressions with the GNU runtime.
by Chris Lattner
· 18 years ago
01a72ff
Implement codegen for the following static var init.
by Lauro Ramos Venancio
· 18 years ago
a243311
Clean up constant implicit cast emission; fixes a few edge cases
by Eli Friedman
· 18 years ago
115e989
Fix brace-enclosed string initializers for char arrays. From pr2079,
by Eli Friedman
· 18 years ago
c9b96ae
strings are arrays too
by Chris Lattner
· 18 years ago
a5b2023
Make unsupported constant exprs fail with a warning instead of crashing
by Eli Friedman
· 18 years ago
36fc879
Fix PR1992 by computing the right type for string literals, which
by Chris Lattner
· 18 years ago
d3b06cd
Add pointer + int (and vice versa) to the constant emitter.
by Anders Carlsson
· 18 years ago
fcbb11a
Add some binops.
by Anders Carlsson
· 18 years ago
86964a9
Change the key of CGRecordLayouts from being an llvm type* to being a decl*. LLVM
by Chris Lattner
· 18 years ago
a703a67
Cleanup InitListExpr code generation code.
by Devang Patel
· 18 years ago
86b99c1
getLLVMFieldNo can't be called before emitting the base value.
by Lauro Ramos Venancio
· 18 years ago
45a65d2
Handle incomplete struct initializer.
by Devang Patel
· 18 years ago
a8dc3e6
Implement __builtin_offsetof.
by Anders Carlsson
· 18 years ago
ce0740e
Handle binary or in constant expressions.
by Anders Carlsson
· 18 years ago
0674a74
Correctly handle constants that refer to enums.
by Anders Carlsson
· 18 years ago
6f2a10e
Correctly handle scalars in braces.
by Anders Carlsson
· 18 years ago
8a88c38
Tweaks to EmitLValue in CGExprConstant. Patch by Eli Friedman.
by Anders Carlsson
· 18 years ago
a413911
Add CodeGen for AddrOf in constant initializers. Original patch by Eli Friedman.
by Anders Carlsson
· 18 years ago
610ee71
Factor out the constant generation into its own file.
by Anders Carlsson
· 18 years ago