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
/
lib
/
CodeGen
/
CGExprScalar.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't emit read barriers for reading __weak __block variables
John McCall
2011-03-16
1
-4
/
+2
*
Add support for the OpenCL vec_step operator, by generalising and
Peter Collingbourne
2011-03-11
1
-4
/
+5
*
DebugInfo can be enabled or disabled at function level (e.g. using an attribu...
Devang Patel
2011-03-07
1
-2
/
+2
*
Do not emit stop point for CXXDefaultArgExpr. It results in suboptimial user ...
Devang Patel
2011-03-07
1
-1
/
+6
*
IRGen. Fix IR when message returns reference type.
Fariborz Jahanian
2011-03-02
1
-0
/
+3
*
PR9350: increment/decrement of char (and anything else narrower than int)
Eli Friedman
2011-03-02
1
-3
/
+5
*
-fwrapv should turn off the inbounds markers from geps used for pointer
Chris Lattner
2011-03-01
1
-33
/
+48
*
Change the interface to ConstantFoldsToSimpleInteger to not encode
Chris Lattner
2011-02-27
1
-6
/
+9
*
Remove the "conditional save" hashtables from IR generation.
John McCall
2011-02-17
1
-5
/
+0
*
Change the representation of GNU ?: expressions to use a different expression
John McCall
2011-02-17
1
-54
/
+31
*
Save a copy expression for non-trivial copy constructions of catch variables.
John McCall
2011-02-16
1
-0
/
+7
*
Assorted cleanup:
John McCall
2011-02-15
1
-78
/
+97
*
update for ConstantVector API change.
Chris Lattner
2011-02-15
1
-9
/
+9
*
revert my ConstantVector patch, it seems to have made the llvm-gcc
Chris Lattner
2011-02-14
1
-9
/
+9
*
update for ConstantVector::get API change.
Chris Lattner
2011-02-14
1
-9
/
+9
*
A few more tweaks to the blocks AST representation:
John McCall
2011-02-07
1
-2
/
+2
*
pre/post ++/-- for AltiVec vectors. (with builtins-ppc-altivec.c failure fixed)
Anton Yartsev
2011-02-07
1
-23
/
+48
*
More capturing of 'this': implicit member expressions. Getting that
John McCall
2011-02-03
1
-3
/
+3
*
Better framework for conditional cleanups; untested as yet.
John McCall
2011-01-26
1
-18
/
+19
*
Revert r124146 for now. It appears to be failing on a few platforms.
Eric Christopher
2011-01-24
1
-48
/
+23
*
pre/post increase/decrease for AltiVec vectors
Anton Yartsev
2011-01-24
1
-23
/
+48
*
Send code generation for xvalues down the same path as lvalues
Douglas Gregor
2011-01-22
1
-1
/
+1
*
Change QualType::getTypePtr() to return a const pointer, then change a
John McCall
2011-01-19
1
-2
/
+1
*
Replace calls to getTypeSize() and getTypeAlign() with their 'InChars'
Ken Dyck
2011-01-19
1
-2
/
+2
*
Ensure an insertion point at the end of a statement-expression.
John McCall
2011-01-13
1
-2
/
+4
*
Add IR generation support for SizeOfPackExpr.
Douglas Gregor
2011-01-12
1
-0
/
+5
*
Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...
Francois Pichet
2010-12-08
1
-6
/
+1
*
Type traits intrinsic implementation: __is_base_of(T, U)
Francois Pichet
2010-12-07
1
-0
/
+4
*
Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical
John McCall
2010-12-06
1
-2
/
+2
*
Fix a bug in the emission of __real/__imag l-values on scalar operands.
John McCall
2010-12-05
1
-7
/
+4
*
Silly special case: never load when dereferencing void*.
John McCall
2010-12-04
1
-1
/
+5
*
Although we currently have explicit lvalue-to-rvalue conversions, they're
John McCall
2010-12-04
1
-5
/
+13
*
Kill the KVC l-value kind and calculate the base expression when emitting
John McCall
2010-12-04
1
-5
/
+3
*
Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...
John McCall
2010-12-02
1
-4
/
+0
*
Restore the lvalue-to-rvalue conversion patch with a minimal fix.
John McCall
2010-12-01
1
-0
/
+4
*
L-value to r-value conversion is not ready for prime-time.
John McCall
2010-11-30
1
-4
/
+0
*
Introduce an r-value to l-value cast kind. I'm not promising anything
John McCall
2010-11-30
1
-0
/
+4
*
Switch a lot of call-sites over to using the new value-kind calculations.
John McCall
2010-11-24
1
-3
/
+3
*
comparison of AltiVec vectors now gives bool result (fix for 7533)
Anton Yartsev
2010-11-18
1
-0
/
+108
*
Simplify some complex emission and implement correct semantics for
John McCall
2010-11-16
1
-11
/
+35
*
Now that we have reliable cast kinds, simplify scalar cast IR gen.
John McCall
2010-11-16
1
-36
/
+3
*
Kill CK_Unknown and flesh out the documentation for the existing CastKinds.
John McCall
2010-11-16
1
-5
/
+0
*
Assorted work leading towards the elimination of CK_Unknown.
John McCall
2010-11-15
1
-24
/
+52
*
Add a few more complex-related cast kinds that arise due to arbitrary
John McCall
2010-11-14
1
-2
/
+19
*
Introduce five new cast kinds for various conversions into and
John McCall
2010-11-13
1
-1
/
+5
*
Introduce a null-to-pointer implicit cast kind.
John McCall
2010-11-13
1
-3
/
+15
*
Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase...
Anders Carlsson
2010-10-31
1
-1
/
+1
*
More class anonymization.
Benjamin Kramer
2010-10-22
1
-1
/
+1
*
Permit constant evaluation of const floating-point variables with
John McCall
2010-10-09
1
-11
/
+22
*
Tighter check in r116060 blcoked enums also. Emit enum const's debug info.
Devang Patel
2010-10-08
1
-3
/
+3
[next]