Age | Commit message (Expand) | Author |
2013-04-04 | Initial support for struct-path aware TBAA. | Manman Ren |
2013-04-04 | revert r178784 since it does not have a commit message | Manman Ren |
2013-04-04 | Index: include/clang/Driver/CC1Options.td | Manman Ren |
2013-03-13 | Remove trailing comma in enum list. | John McCall |
2013-03-13 | Tighten up the rules for precise lifetime and document | John McCall |
2013-03-07 | Promote atomic type sizes up to a power of two, capped by | John McCall |
2013-03-07 | Change hasAggregateLLVMType, which conflates complex and | John McCall |
2013-01-25 | patch for PR9027 and // rdar://11861085 | Fariborz Jahanian |
2013-01-02 | Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to | Chandler Carruth |
2012-12-24 | CGValue.h: Update one \param to Addr in MakeBitfield(). [-Wdocumentation] | NAKAMURA Takumi |
2012-12-06 | Rework the bitfield access IR generation to address PR13619 and | Chandler Carruth |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-08-15 | Fix for PR#13606: http://llvm.org/bugs/show_bug.cgi?id=13606 | John Criswell |
2012-07-02 | Significantly simplify CGExprAgg's logic about ignored results: | John McCall |
2012-06-27 | Propagate lvalue alignment into bitfields. Per report on cfe-dev. | Eli Friedman |
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 |