Age | Commit message (Expand) | Author |
2012-01-04 | Add an APValue representation for the difference between two address-of-label... | Eli Friedman |
2012-01-04 | implement rdar://10639962 by keeping track of increased alignment | Chris Lattner |
2012-01-04 | Restore r147493 and remove the part of the test that was checking the wrong t... | David Chisnall |
2012-01-04 | Have functions return structures smaller than 128-bit in registers if ABI | Akira Hatanaka |
2012-01-04 | Revert r147493. It broke test/CodeGenObjC/constant-strings.m. | Rafael Espindola |
2012-01-03 | Initialise constant Objective-C string isa pointers with a weak reference to ... | David Chisnall |
2012-01-01 | Eliminate ObjCForwardProtocolDecl, which is redundant now that | Douglas Gregor |
2012-01-01 | Introduce the core infrastructure needed to model redeclaration chains | Douglas Gregor |
2011-12-30 | Unrevert r147271, reverted in r147361. | Richard Smith |
2011-12-28 | Small refactoring and simplification of constant evaluation and some of its | Richard Smith |
2011-12-27 | Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl | Douglas Gregor |
2011-12-27 | constexpr: support for evaluation and codegen of typeid constants. | Richard Smith |
2011-12-25 | Add intrinsics for lzcnt and tzcnt instructions. | Craig Topper |
2011-12-22 | Fix a failure (which led to a crash) in constant emission code with vector co... | Eli Friedman |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
2011-12-19 | Mark the calls to the _setjmp function as returns twice. <rdar://problem/1049... | Bill Wendling |
2011-12-19 | Switch a few callers of MakeAddrLValue places over to MakeNaturalAlignAddrLVa... | Eli Friedman |
2011-12-19 | Fix PR5279 - don't sliently drop alignment information on stores of types tha... | Chris Lattner |
2011-12-19 | Extend the fix for PR9614 to handle inline asm in the outer decl and | Rafael Espindola |
2011-12-19 | More AVX2 intrinsic support including saturating add/sub and palignr. | Craig Topper |
2011-12-16 | When in a limited debug information situation if we can find the original | Eric Christopher |
2011-12-16 | Start down the path of getting clang to internally agree on structs versus | Eric Christopher |
2011-12-15 | When generating debug info for an ObjCInterfaceDecl, try to dig out the defin... | Douglas Gregor |
2011-12-15 | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor |
2011-12-15 | Replace all comparisons between ObjCInterfaceDecl pointers with calls | Douglas Gregor |
2011-12-14 | Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre... | Chad Rosier |
2011-12-12 | Make CGRecordLayoutBuilder correctly switch over to a packed class when a cla... | Eli Friedman |
2011-12-12 | Add frontend flags to enable bitcode verifier pass. | Chad Rosier |
2011-12-12 | Hexagon backend support | Tony Linthicum |
2011-12-12 | Update Clang to emit the new form of llvm.cttz and llvm.ctlz intrinsics, | Chandler Carruth |
2011-12-11 | Reuse forAddr to create ignored AggValueSlots. | Benjamin Kramer |
2011-12-09 | Make array new on a pointer to data member type work correctly. PR11523. | Eli Friedman |
2011-12-08 | Don't get the exception obj from the slot more than once. | Bill Wendling |
2011-12-08 | Fix an edge case in IRGen for conditionals. PR11509. | Eli Friedman |
2011-12-07 | Make sure we correctly zero-initialize unions containing a pointer to data me... | Eli Friedman |
2011-12-06 | Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack | Nick Lewycky |
2011-12-06 | Minor comment update. | Eli Friedman |
2011-12-05 | Add -mstack-alignment=X and fix -mstackrealign handling now that the | Joerg Sonnenberger |
2011-12-05 | Make EmitAggregateCopy take an alignment argument. Make EmitFinalDestCopy pa... | Eli Friedman |
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-12-02 | Introduce a module import declaration, so that we properly represent, e.g., | Douglas Gregor |
2011-12-02 | Update for change to LLVM TargetMachine API in r145714. | Nick Lewycky |
2011-12-02 | Fix wrong-code bug when a const automatic variable of struct type has both a | Richard Smith |
2011-12-02 | When we're passing a vector with an illegal type through memory on x86-64, us... | Eli Friedman |
2011-12-01 | Fix -forwardingTargetForSelector: (GNUstep runtime) which was broken for the | David Chisnall |
2011-12-01 | Don't use a varargs convention for calls unprototyped functions where one of ... | Eli Friedman |
2011-11-30 | Promote ModuleMap::Module to a namespace-scope class in the Basic | Douglas Gregor |