index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
CodeGen
/
CGExprScalar.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
update to match llvm mainline api
Chris Lattner
2007-09-13
1
-3
/
+10
*
adjust to a change in the LLVM APIs, this is still very hackish until
Chris Lattner
2007-09-13
1
-1
/
+7
*
When dumping out errors about unsupported stuff, emit loc info.
Chris Lattner
2007-09-13
1
-2
/
+2
*
Fixed compilation on Windows.
Hartmut Kaiser
2007-09-07
1
-1
/
+2
*
Updated calls to CreateGEP to new interface in LLVM mainline.
Ted Kremenek
2007-09-04
1
-1
/
+3
*
eliminate some VC++ warnings, patch contributed by Hartmut Kaiser
Chris Lattner
2007-09-04
1
-1
/
+1
*
Generalize RValue to handle complex better, generalize EmitCompoundStmt to
Chris Lattner
2007-08-31
1
-4
/
+4
*
implement code generation for scalar stmt expressions.
Chris Lattner
2007-08-31
1
-0
/
+7
*
Implement compound assignment operators whose LHS is scalar but RHS is complex.
Chris Lattner
2007-08-26
1
-7
/
+17
*
compound assignment operators are of type CompoundAssignOperator
Chris Lattner
2007-08-26
1
-10
/
+9
*
fix a typo noticed by Gordon Henriksen
Chris Lattner
2007-08-26
1
-2
/
+2
*
llvmgcc is right :)
Chris Lattner
2007-08-26
1
-1
/
+0
*
compound assignmetns work for scalars.
Chris Lattner
2007-08-26
1
-2
/
+0
*
implement conversions of complex to bool.
Chris Lattner
2007-08-26
1
-4
/
+13
*
reimplement ConvertScalarValueToBool in CGExprScalar.cpp
Chris Lattner
2007-08-26
1
-1
/
+36
*
refactor some code to expose compex->scalar conversion to CGF
Chris Lattner
2007-08-26
1
-21
/
+44
*
there are no conversions from aggregates to scalars.
Chris Lattner
2007-08-26
1
-18
/
+11
*
implement conversions from complex to scalar types.
Chris Lattner
2007-08-26
1
-3
/
+12
*
Omit EmitConversion
Chris Lattner
2007-08-26
1
-4
/
+2
*
remove uses of EmitConversion
Chris Lattner
2007-08-26
1
-5
/
+4
*
refactor scalar conversions out into CGExprScalar.cpp
Chris Lattner
2007-08-26
1
-2
/
+90
*
implement codegen of __imag of a scalar. Our impl doesn't suffer from
Chris Lattner
2007-08-26
1
-3
/
+5
*
fix codegen of pre/post inc/dec of a pointer.
Chris Lattner
2007-08-26
1
-9
/
+14
*
The new correct compound assignment operators exposed a bug in codegen.
Chris Lattner
2007-08-25
1
-2
/
+2
*
implement codegen for real/imag. TODO: imag of non-complex.
Chris Lattner
2007-08-24
1
-2
/
+19
*
Teach emit-llvm for scalars to properly handle compound assignment
Chris Lattner
2007-08-24
1
-35
/
+107
*
print the computation type for compound assignment operators in dumps.
Chris Lattner
2007-08-24
1
-1
/
+1
*
completely refactor codegen of scalar expressions out into its own CGExprScal...
Chris Lattner
2007-08-24
1
-0
/
+648
[prev]