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
/
CGExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
When producing IR for a lvalue-to-rvalue cast *as an lvalue*, only
Douglas Gregor
2011-01-27
1
-2
/
+3
*
Fixes an IRgen bug where __block variable is
Fariborz Jahanian
2011-01-26
1
-6
/
+3
*
Un-nest the meat of this function.
John McCall
2011-01-26
1
-54
/
+53
*
Better framework for conditional cleanups; untested as yet.
John McCall
2011-01-26
1
-15
/
+16
*
Send code generation for xvalues down the same path as lvalues
Douglas Gregor
2011-01-22
1
-1
/
+1
*
Replace calls to getTypeSize() and getTypeAlign() with their 'InChars'
Ken Dyck
2011-01-19
1
-1
/
+2
*
Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and
Jeffrey Yasskin
2011-01-18
1
-2
/
+0
*
Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical
John McCall
2010-12-06
1
-3
/
+3
*
__block variables require us to evaluate the RHS of an assignment before
John McCall
2010-12-06
1
-3
/
+3
*
Fix a bug in the emission of __real/__imag l-values on scalar operands.
John McCall
2010-12-05
1
-12
/
+29
*
More anonymous struct/union redesign. This one deals with anonymous field use...
Francois Pichet
2010-12-04
1
-15
/
+5
*
Remove some defensive calls to EmitLoadOfPropertyRefLValue that shouldn't
John McCall
2010-12-04
1
-32
/
+3
*
Although we currently have explicit lvalue-to-rvalue conversions, they're
John McCall
2010-12-04
1
-0
/
+15
*
Test case for the l-value base only being evaluated once.
John McCall
2010-12-04
1
-16
/
+0
*
Kill the KVC l-value kind and calculate the base expression when emitting
John McCall
2010-12-04
1
-48
/
+20
*
Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...
John McCall
2010-12-02
1
-16
/
+9
*
Restore the lvalue-to-rvalue conversion patch with a minimal fix.
John McCall
2010-12-01
1
-2
/
+2
*
L-value to r-value conversion is not ready for prime-time.
John McCall
2010-11-30
1
-2
/
+2
*
Introduce an r-value to l-value cast kind. I'm not promising anything
John McCall
2010-11-30
1
-2
/
+2
*
Hide a bunch of symbols.
Benjamin Kramer
2010-11-25
1
-25
/
+25
*
Switch a lot of call-sites over to using the new value-kind calculations.
John McCall
2010-11-24
1
-5
/
+5
*
Minor cleanup. No change otherwise.
Fariborz Jahanian
2010-11-19
1
-2
/
+4
*
Fix a bug where write-barriers for assignment through reference
Fariborz Jahanian
2010-11-18
1
-1
/
+1
*
Support compound complex operations as l-values in C++. Add a test
John McCall
2010-11-16
1
-5
/
+13
*
Simplify some complex emission and implement correct semantics for
John McCall
2010-11-16
1
-2
/
+1
*
Kill CK_Unknown and flesh out the documentation for the existing CastKinds.
John McCall
2010-11-16
1
-1
/
+0
*
Assorted work leading towards the elimination of CK_Unknown.
John McCall
2010-11-15
1
-2
/
+8
*
Add a few more complex-related cast kinds that arise due to arbitrary
John McCall
2010-11-14
1
-1
/
+6
*
Introduce five new cast kinds for various conversions into and
John McCall
2010-11-13
1
-0
/
+5
*
Introduce a null-to-pointer implicit cast kind.
John McCall
2010-11-13
1
-0
/
+1
*
Fix miscompilation regarding VLAs; subscription of VLA pointers was incorrect.
Argyrios Kyrtzidis
2010-11-09
1
-7
/
+4
*
Restore r117403 (fixing IR gen for bool atomics), this time being less
John McCall
2010-10-27
1
-14
/
+25
*
Revert r117403 as it caused PR8480.
Rafael Espindola
2010-10-27
1
-22
/
+14
*
Extract procedures to do scalar-to-memory and memory-to-scalar conversions
John McCall
2010-10-26
1
-14
/
+22
*
Trim an unnecessary #include.
Dan Gohman
2010-10-25
1
-1
/
+0
*
Death to blocks, or at least the word "block" in one particular obnoxiously
John McCall
2010-10-15
1
-2
/
+1
*
Experimental TBAA support.
Dan Gohman
2010-10-14
1
-4
/
+13
*
Eliminate usage of ObjCSuperExpr used for
Fariborz Jahanian
2010-10-14
1
-7
/
+0
*
Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a
Douglas Gregor
2010-10-08
1
-1
/
+7
*
IRgen for gnu extension's conditional lvalue expression
Fariborz Jahanian
2010-09-21
1
-5
/
+17
*
Fixes IRgen bug in objc++ reference binding of a
Fariborz Jahanian
2010-09-18
1
-1
/
+9
*
Fix a bug with binding l-values to elided temporaries, and leave a couple
John McCall
2010-09-18
1
-3
/
+7
*
one piece of code is responsible for the lifetime of every aggregate
John McCall
2010-09-15
1
-23
/
+22
*
Local static block variable referecned in its
Fariborz Jahanian
2010-09-07
1
-2
/
+1
*
clean up some formatting.
Chris Lattner
2010-09-06
1
-14
/
+14
*
Truncate block variable of bool type to i1 when its
Fariborz Jahanian
2010-09-03
1
-18
/
+0
*
Cope with llvm's reference to bool type of 'i1' vs. clang's
Fariborz Jahanian
2010-09-03
1
-0
/
+17
*
Fix IRGen when property-dot syntax used to access
Fariborz Jahanian
2010-09-01
1
-4
/
+9
*
Amusingly, I missed this point of abstraction in all my earlier
John McCall
2010-08-31
1
-9
/
+8
*
Teach IR generation to return 'this' from constructors and destructors
John McCall
2010-08-31
1
-1
/
+2
[next]