Age | Commit message (Expand) | Author |
2012-03-29 | Revert r153613 as it's causing large compile-time regressions on the nightly ... | Chad Rosier |
2012-03-28 | When we can't prove that the target of an aggregate copy is | John McCall |
2012-03-22 | Make sure we correctly set the alignment for vector loads and stores associat... | Eli Friedman |
2011-12-11 | Reuse forAddr to create ignored AggValueSlots. | Benjamin Kramer |
2011-12-03 | Switch LValue so that it exposes alignment in CharUnits. (No functional chan... | Eli Friedman |
2011-12-03 | Add a utility to get a RValue for a given LValue for an aggregate; switch a f... | Eli Friedman |
2011-12-03 | Switch the Alignment argument on AggValueSlot over to CharUnits, per John's r... | Eli Friedman |
2011-12-03 | Track alignment in AggValueSlot. No functional change in this patch, but I'l... | Eli Friedman |
2011-11-07 | Rip the ObjCPropertyRef l-value kind out of IR-generation. | John McCall |
2011-11-06 | Change the AST representation of operations on Objective-C | John McCall |
2011-08-26 | What say we document some of these AggValueSlot flags a bit | John McCall |
2011-08-26 | Since the 'is aliased' bit is critical for correctness in C++, it | John McCall |
2011-08-25 | Track whether an AggValueSlot is potentially aliased, and do not | John McCall |
2011-08-25 | Use stronger typing for the flags on AggValueSlot and require | John McCall |
2011-06-16 | Restore correct use of GC barriers. | John McCall |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-02-03 | More capturing of 'this': implicit member expressions. Getting that | John McCall |
2010-12-04 | Kill the KVC l-value kind and calculate the base expression when emitting | John McCall |
2010-12-02 | Improve codegen for initializer lists to use memset more aggressively | Chris Lattner |
2010-12-02 | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall |
2010-11-17 | Reset the lifetime-managed flag between emission of the agg conditional | John McCall |
2010-10-22 | After discussion with Doug and John, I am reverting | Fariborz Jahanian |
2010-10-22 | Patch fixes miscompile with non-trivial copy constructors and | Fariborz Jahanian |
2010-10-14 | Experimental TBAA support. | Dan Gohman |
2010-09-16 | Removes unused setter. | Fariborz Jahanian |
2010-09-16 | Further beautification: this pointer can now be typed. | John McCall |
2010-09-16 | Initialize AggValueSlot's flags along all paths, plus minor beautification. | John McCall |
2010-09-16 | Patch to move RequiresGCollection bit to | Fariborz Jahanian |
2010-09-15 | one piece of code is responsible for the lifetime of every aggregate | John McCall |
2010-08-26 | CGValue: Increase width of allowed alignment. We could switch to log2, but we | Daniel Dunbar |
2010-08-21 | IRgen/CGValue: Give MakeAddrLValue() an alignment argument, and eliminate old... | Daniel Dunbar |
2010-08-21 | IRgen: Move remaining LValue::Set... methods to LValue::set... (non-static) m... | Daniel Dunbar |
2010-08-21 | IRgen/CGValue: Add getQuals(), so qualifiers can be modified on an LValue. | Daniel Dunbar |
2010-08-21 | IRgen/LValue: Add LValue::setNonGC instead of SetObjCNonGC, for consistency w... | Daniel Dunbar |
2010-08-21 | IRgen: Add an LValue::MakeAddr variant which takes a type and uses that to build | Daniel Dunbar |
2010-08-21 | IRgen/CGValue: Add alignment to LValue, and use that alignment when generatin... | Daniel Dunbar |
2010-08-21 | IRgen/LValue: Rename SetQualifiers() to Initialize(). | Daniel Dunbar |
2010-07-20 | Adopt objc_assign_threadlocal() for __thread variables of GC types. | Fariborz Jahanian |
2010-05-02 | CodeGen: Shrink RValue. 4 words -> 2 words. | Benjamin Kramer |
2010-04-08 | IRgen: Move the bit-field access type into CGBitFieldInfo, and change bit-fie... | Daniel Dunbar |
2010-04-06 | IRgen: Move BitFieldIsSigned bit into CGBitFieldInfo. | Daniel Dunbar |
2010-04-05 | IRgen: Move BitField LValues to just hold a reference to the CGBitFieldInfo. | Daniel Dunbar |
2009-11-03 | Fix documentation. | Mike Stump |
2009-09-24 | Patch fixes a code gen. bug in generation of objc_assign_ivar | Fariborz Jahanian |
2009-09-24 | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall |
2009-09-21 | Miscellanous fixes in generatation of objc gc's write-barriers. | Fariborz Jahanian |
2009-09-18 | Fixed a bug in generation of the new write-barriers when | Fariborz Jahanian |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-20 | Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef... | Fariborz Jahanian |
2009-08-18 | Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. | Fariborz Jahanian |