Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
338128bea14fe0d24442a4a34986e53b551e1d06
/
CodeGen
/
CGExprScalar.cpp
ec0550f
by Steve Naroff
· 18 years ago
7c50aca
Add code generation and sema checking for __builtin_va_arg.
by Anders Carlsson
· 18 years ago
23af9f2
Fix an incorrect assertion.
by Anders Carlsson
· 18 years ago
793680e
Generate code for va_start and va_end.
by Anders Carlsson
· 18 years ago
50c9034
Use LLVMFoldingBuilder
by Devang Patel
· 18 years ago
c9bec4b
further apfloat'ize the front-end, allowing codegen to pass
by Chris Lattner
· 18 years ago
ca2617c
update to match llvm mainline api
by Chris Lattner
· 18 years ago
191396c
adjust to a change in the LLVM APIs, this is still very hackish until
by Chris Lattner
· 18 years ago
419ea7e
When dumping out errors about unsupported stuff, emit loc info.
by Chris Lattner
· 18 years ago
124dd7b
Fixed compilation on Windows.
by Hartmut Kaiser
· 18 years ago
d627889
Updated calls to CreateGEP to new interface in LLVM mainline.
by Ted Kremenek
· 18 years ago
47f7dbf
eliminate some VC++ warnings, patch contributed by Hartmut Kaiser
by Chris Lattner
· 18 years ago
9b65551
Generalize RValue to handle complex better, generalize EmitCompoundStmt to
by Chris Lattner
· 18 years ago
3379320
implement code generation for scalar stmt expressions.
by Chris Lattner
· 18 years ago
04dc764
Implement compound assignment operators whose LHS is scalar but RHS is complex.
by Chris Lattner
· 18 years ago
3ccf774
compound assignment operators are of type CompoundAssignOperator
by Chris Lattner
· 18 years ago
3420d0d
fix a typo noticed by Gordon Henriksen
by Chris Lattner
· 18 years ago
abe471b
llvmgcc is right :)
by Chris Lattner
· 18 years ago
a3e7bfb
compound assignmetns work for scalars.
by Chris Lattner
· 18 years ago
ed70f0a
implement conversions of complex to bool.
by Chris Lattner
· 18 years ago
9abc84e
reimplement ConvertScalarValueToBool in CGExprScalar.cpp
by Chris Lattner
· 18 years ago
4f1a7b3
refactor some code to expose compex->scalar conversion to CGF
by Chris Lattner
· 18 years ago
58a2e94
there are no conversions from aggregates to scalars.
by Chris Lattner
· 18 years ago
cf28908
implement conversions from complex to scalar types.
by Chris Lattner
· 18 years ago
10b00cf
Omit EmitConversion
by Chris Lattner
· 18 years ago
e937712
remove uses of EmitConversion
by Chris Lattner
· 18 years ago
3707b25
refactor scalar conversions out into CGExprScalar.cpp
by Chris Lattner
· 18 years ago
36f8406
implement codegen of __imag of a scalar. Our impl doesn't suffer from
by Chris Lattner
· 18 years ago
e936cc8
fix codegen of pre/post inc/dec of a pointer.
by Chris Lattner
· 18 years ago
3b44b57
The new correct compound assignment operators exposed a bug in codegen.
by Chris Lattner
· 18 years ago
46f93d0
implement codegen for real/imag. TODO: imag of non-complex.
by Chris Lattner
· 18 years ago
1f1ded9
Teach emit-llvm for scalars to properly handle compound assignment
by Chris Lattner
· 18 years ago
dfce2a5
print the computation type for compound assignment operators in dumps.
by Chris Lattner
· 18 years ago
7f02f72
completely refactor codegen of scalar expressions out into its own CGExprScalar.cpp file.
by Chris Lattner
· 18 years ago