index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CGExpr.cpp
Age
Commit message (
Expand
)
Author
2010-12-06
Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical
John McCall
2010-12-06
__block variables require us to evaluate the RHS of an assignment before
John McCall
2010-12-05
Fix a bug in the emission of __real/__imag l-values on scalar operands.
John McCall
2010-12-04
More anonymous struct/union redesign. This one deals with anonymous field use...
Francois Pichet
2010-12-04
Remove some defensive calls to EmitLoadOfPropertyRefLValue that shouldn't
John McCall
2010-12-04
Although we currently have explicit lvalue-to-rvalue conversions, they're
John McCall
2010-12-04
Test case for the l-value base only being evaluated once.
John McCall
2010-12-04
Kill the KVC l-value kind and calculate the base expression when emitting
John McCall
2010-12-02
Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...
John McCall
2010-12-01
Restore the lvalue-to-rvalue conversion patch with a minimal fix.
John McCall
2010-11-30
L-value to r-value conversion is not ready for prime-time.
John McCall
2010-11-30
Introduce an r-value to l-value cast kind. I'm not promising anything
John McCall
2010-11-25
Hide a bunch of symbols.
Benjamin Kramer
2010-11-24
Switch a lot of call-sites over to using the new value-kind calculations.
John McCall
2010-11-19
Minor cleanup. No change otherwise.
Fariborz Jahanian
2010-11-18
Fix a bug where write-barriers for assignment through reference
Fariborz Jahanian
2010-11-16
Support compound complex operations as l-values in C++. Add a test
John McCall
2010-11-16
Simplify some complex emission and implement correct semantics for
John McCall
2010-11-16
Kill CK_Unknown and flesh out the documentation for the existing CastKinds.
John McCall
2010-11-15
Assorted work leading towards the elimination of CK_Unknown.
John McCall
2010-11-14
Add a few more complex-related cast kinds that arise due to arbitrary
John McCall
2010-11-13
Introduce five new cast kinds for various conversions into and
John McCall
2010-11-13
Introduce a null-to-pointer implicit cast kind.
John McCall
2010-11-09
Fix miscompilation regarding VLAs; subscription of VLA pointers was incorrect.
Argyrios Kyrtzidis
2010-10-27
Restore r117403 (fixing IR gen for bool atomics), this time being less
John McCall
2010-10-27
Revert r117403 as it caused PR8480.
Rafael Espindola
2010-10-26
Extract procedures to do scalar-to-memory and memory-to-scalar conversions
John McCall
2010-10-25
Trim an unnecessary #include.
Dan Gohman
2010-10-15
Death to blocks, or at least the word "block" in one particular obnoxiously
John McCall
2010-10-14
Experimental TBAA support.
Dan Gohman
2010-10-14
Eliminate usage of ObjCSuperExpr used for
Fariborz Jahanian
2010-10-08
Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a
Douglas Gregor
2010-09-21
IRgen for gnu extension's conditional lvalue expression
Fariborz Jahanian
2010-09-18
Fixes IRgen bug in objc++ reference binding of a
Fariborz Jahanian
2010-09-18
Fix a bug with binding l-values to elided temporaries, and leave a couple
John McCall
2010-09-15
one piece of code is responsible for the lifetime of every aggregate
John McCall
2010-09-07
Local static block variable referecned in its
Fariborz Jahanian
2010-09-06
clean up some formatting.
Chris Lattner
2010-09-03
Truncate block variable of bool type to i1 when its
Fariborz Jahanian
2010-09-03
Cope with llvm's reference to bool type of 'i1' vs. clang's
Fariborz Jahanian
2010-09-01
Fix IRGen when property-dot syntax used to access
Fariborz Jahanian
2010-08-31
Amusingly, I missed this point of abstraction in all my earlier
John McCall
2010-08-31
Teach IR generation to return 'this' from constructors and destructors
John McCall
2010-08-25
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-23
fix rdar://8340348, a miscompile of boost that was exposed by r109848.
Chris Lattner
2010-08-23
Abstract out everything having to do with member pointers into the ABI
John McCall
2010-08-22
Experiment with using first-class aggregates to represent member function
John McCall
2010-08-22
Extract member function pointer comparison and null comparison into
John McCall
2010-08-21
IRgen: Set the alignment correctly when creating LValue for a decls.
Daniel Dunbar
2010-08-21
IRgen: Move remaining LValue::Set... methods to LValue::set... (non-static) m...
Daniel Dunbar
[next]