summaryrefslogtreecommitdiffstats
path: root/clang/CodeGen/CGExprScalar.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* update to match llvm mainline apiChris Lattner2007-09-131-3/+10
* adjust to a change in the LLVM APIs, this is still very hackish untilChris Lattner2007-09-131-1/+7
* When dumping out errors about unsupported stuff, emit loc info.Chris Lattner2007-09-131-2/+2
* Fixed compilation on Windows. Hartmut Kaiser2007-09-071-1/+2
* Updated calls to CreateGEP to new interface in LLVM mainline.Ted Kremenek2007-09-041-1/+3
* eliminate some VC++ warnings, patch contributed by Hartmut KaiserChris Lattner2007-09-041-1/+1
* Generalize RValue to handle complex better, generalize EmitCompoundStmt toChris Lattner2007-08-311-4/+4
* implement code generation for scalar stmt expressions.Chris Lattner2007-08-311-0/+7
* Implement compound assignment operators whose LHS is scalar but RHS is complex.Chris Lattner2007-08-261-7/+17
* compound assignment operators are of type CompoundAssignOperatorChris Lattner2007-08-261-10/+9
* fix a typo noticed by Gordon HenriksenChris Lattner2007-08-261-2/+2
* llvmgcc is right :)Chris Lattner2007-08-261-1/+0
* compound assignmetns work for scalars.Chris Lattner2007-08-261-2/+0
* implement conversions of complex to bool.Chris Lattner2007-08-261-4/+13
* reimplement ConvertScalarValueToBool in CGExprScalar.cppChris Lattner2007-08-261-1/+36
* refactor some code to expose compex->scalar conversion to CGFChris Lattner2007-08-261-21/+44
* there are no conversions from aggregates to scalars.Chris Lattner2007-08-261-18/+11
* implement conversions from complex to scalar types.Chris Lattner2007-08-261-3/+12
* Omit EmitConversionChris Lattner2007-08-261-4/+2
* remove uses of EmitConversionChris Lattner2007-08-261-5/+4
* refactor scalar conversions out into CGExprScalar.cppChris Lattner2007-08-261-2/+90
* implement codegen of __imag of a scalar. Our impl doesn't suffer from Chris Lattner2007-08-261-3/+5
* fix codegen of pre/post inc/dec of a pointer.Chris Lattner2007-08-261-9/+14
* The new correct compound assignment operators exposed a bug in codegen.Chris Lattner2007-08-251-2/+2
* implement codegen for real/imag. TODO: imag of non-complex.Chris Lattner2007-08-241-2/+19
* Teach emit-llvm for scalars to properly handle compound assignment Chris Lattner2007-08-241-35/+107
* print the computation type for compound assignment operators in dumps.Chris Lattner2007-08-241-1/+1
* completely refactor codegen of scalar expressions out into its own CGExprScal...Chris Lattner2007-08-241-0/+648
OpenPOWER on IntegriCloud