Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
012614ecf78442368ec82ee30efb3bc047b413e6
/
test
/
CodeGen
/
exprs.c
8d3d6c9
Ensure an insertion point at the end of a statement-expression. Fixes PR8967.
by John McCall
· 14 years ago
fd56900
Silly special case: never load when dereferencing void*.
by John McCall
· 14 years ago
85515d6
First pass at implementing the intent of ANSI C DR106.
by John McCall
· 14 years ago
f52697a
Improve test coverage.
by Daniel Dunbar
· 14 years ago
986b5d1
tests: Fix test to not depend on instruction names.
by Daniel Dunbar
· 14 years ago
ce88d0f
tweak test to pass on windows
by Chris Lattner
· 14 years ago
4ac0d83
Fix UnitTests/2004-02-02-NegativeZero.c, which regressed when
by Chris Lattner
· 14 years ago
f70d857
merge two tests.
by Chris Lattner
· 14 years ago
9269d5c
Implement rdar://7530813 - collapse multiple GEP instructions in IRgen
by Chris Lattner
· 14 years ago
a4d7145
Implement support for -fwrapv, rdar://7221421
by Chris Lattner
· 14 years ago
e70ffd6
implement rdar://7432000 - signed negate should codegen as NSW.
by Chris Lattner
· 14 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
c08582b
add 'F' to a bunch of libm builtins so that codegen doesn't die on them,
by Chris Lattner
· 15 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 15 years ago
c36541e
Prep for new warning.
by Mike Stump
· 15 years ago
7a574cc
implement l-value codegen of comma expr
by Chris Lattner
· 16 years ago
6545994
fix PR4067: [Linux kernel] cannot aggregate codegen stmtexpr as lvalue
by Chris Lattner
· 16 years ago
f0a990c
fix PR4026: Clang can't codegen __func__ without implicit cast
by Chris Lattner
· 16 years ago
9034558
Support member reference on ?: of struct type.
by Daniel Dunbar
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
40f9292
fix the more complex cases by actually codegen'ing the right expr :)
by Chris Lattner
· 16 years ago
75dfeda
add codegen support for casting an element to a union.
by Chris Lattner
· 16 years ago
8cc9d08
fix PR3809, codegen for inc/dec of function pointers.
by Chris Lattner
· 16 years ago
c3953a6
teach codegen to handle noop casts as lvalues.
by Chris Lattner
· 16 years ago
e5ed151
finish off codegen support for sub of pointer to functions,
by Chris Lattner
· 16 years ago
a468d34
fix folding of '*doubleArray'
by Nuno Lopes
· 16 years ago
f9ef0c6
fix folding of comma if given a non-constant operand.
by Nuno Lopes
· 16 years ago
3cc5e5b
Fix a bug where we didn't promote 'const float' (or typedefs) to
by Chris Lattner
· 16 years ago
a269ebf
implement codegen support for sizeof(void), fixing PR2080.
by Chris Lattner
· 17 years ago
6860f3c
Fix PR1921 by promoting negative indices to intptrty.
by Chris Lattner
· 17 years ago
01e3c9e
fix a problem reported by Eli, caused by not keeping bool as i1
by Chris Lattner
· 17 years ago
8f92528
Fix a crash reported by Seo Sanghyeon.
by Chris Lattner
· 17 years ago
efdd157
Fix PR1895: a crash on an ugly gcc extension.
by Chris Lattner
· 17 years ago