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