Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
2df96e7019853d80ea599453925bd324cd110a8f
/
test
/
CodeGen
/
const-init.c
2df96e7
Don't update the struct alignment when adding fields to a packed struct. Fixes PR5118.
by Anders Carlsson
· 15 years ago
31f2f9c
When building constant structs, check if the resulting LLVM struct will be bigger than the record layout size and use a packed struct if that's the case. Fixes PR5108.
by Anders Carlsson
· 15 years ago
1da83fa
Update this test to expect the "inbounds" keyword, which LLVM's constant
by Dan Gohman
· 15 years ago
abdad35
Enable the new struct type builder now that the constant struct builder works. (The old code will still be there until we know that everything works well.
by Anders Carlsson
· 15 years ago
8dca3b3
Enable the new constant struct builder by default. The old code is still in place but will be removed shortly. The new struct builder works on big endian systems.
by Anders Carlsson
· 15 years ago
c219a15
Remove the -arch option from clang-cc: for all practical purposes, it's
by Eli Friedman
· 15 years ago
944af71
Fix for PR4108: be a bit looser with the casts that we accept in
by Eli Friedman
· 16 years ago
48f9122
Move where block-related variables are initialized so that block
by Eli Friedman
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
6f877cd
adjust to changes in the mainline llvm .ll printer.
by Chris Lattner
· 16 years ago
e5731f8
Allow constant initializers to reference their defining decl. - PR3662.
by Daniel Dunbar
· 16 years ago
5ec41c2
Remove a FIXME; I was mistaken in believing gcc rejected this.
by Daniel Dunbar
· 16 years ago
d01b669
Fix IRgen of constant expressions referring to external/static
by Daniel Dunbar
· 16 years ago
20733cd
Cleanp code with some recent suggestions.
by Mike Stump
· 16 years ago
8d7d6e9
Force arch for these test cases.
by Daniel Dunbar
· 16 years ago
69ab26a
Handle constant int -> ptr casts of lvalue results. - PR3463 (again).
by Daniel Dunbar
· 16 years ago
dd21164
Extend Evaluate() to fold (int) <pointer type>.
by Daniel Dunbar
· 16 years ago
4087e24
Evaluate ==,!= for complex types.
by Daniel Dunbar
· 16 years ago
a5fd07b
Implement basic _Complex integer constant folding.
by Daniel Dunbar
· 16 years ago
cd761cd
Add test for PR2992.
by Anders Carlsson
· 16 years ago
da8bf14
Fix const-init test case
by Daniel Dunbar
· 16 years ago
bc5ed6e
Add codegen support for a few more kinds of initializer constant expressions.
by Eli Friedman
· 16 years ago
cca196b
Some const initializer tests for stuff I just committed.
by Eli Friedman
· 17 years ago