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
/
CGExprScalar.cpp
Age
Commit message (
Expand
)
Author
2007-09-13
update to match llvm mainline api
Chris Lattner
2007-09-13
adjust to a change in the LLVM APIs, this is still very hackish until
Chris Lattner
2007-09-13
When dumping out errors about unsupported stuff, emit loc info.
Chris Lattner
2007-09-07
Fixed compilation on Windows.
Hartmut Kaiser
2007-09-04
Updated calls to CreateGEP to new interface in LLVM mainline.
Ted Kremenek
2007-09-04
eliminate some VC++ warnings, patch contributed by Hartmut Kaiser
Chris Lattner
2007-08-31
Generalize RValue to handle complex better, generalize EmitCompoundStmt to
Chris Lattner
2007-08-31
implement code generation for scalar stmt expressions.
Chris Lattner
2007-08-26
Implement compound assignment operators whose LHS is scalar but RHS is complex.
Chris Lattner
2007-08-26
compound assignment operators are of type CompoundAssignOperator
Chris Lattner
2007-08-26
fix a typo noticed by Gordon Henriksen
Chris Lattner
2007-08-26
llvmgcc is right :)
Chris Lattner
2007-08-26
compound assignmetns work for scalars.
Chris Lattner
2007-08-26
implement conversions of complex to bool.
Chris Lattner
2007-08-26
reimplement ConvertScalarValueToBool in CGExprScalar.cpp
Chris Lattner
2007-08-26
refactor some code to expose compex->scalar conversion to CGF
Chris Lattner
2007-08-26
there are no conversions from aggregates to scalars.
Chris Lattner
2007-08-26
implement conversions from complex to scalar types.
Chris Lattner
2007-08-26
Omit EmitConversion
Chris Lattner
2007-08-26
remove uses of EmitConversion
Chris Lattner
2007-08-26
refactor scalar conversions out into CGExprScalar.cpp
Chris Lattner
2007-08-26
implement codegen of __imag of a scalar. Our impl doesn't suffer from
Chris Lattner
2007-08-26
fix codegen of pre/post inc/dec of a pointer.
Chris Lattner
2007-08-25
The new correct compound assignment operators exposed a bug in codegen.
Chris Lattner
2007-08-24
implement codegen for real/imag. TODO: imag of non-complex.
Chris Lattner
2007-08-24
Teach emit-llvm for scalars to properly handle compound assignment
Chris Lattner
2007-08-24
print the computation type for compound assignment operators in dumps.
Chris Lattner
2007-08-24
completely refactor codegen of scalar expressions out into its own CGExprScal...
Chris Lattner
[prev]