aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2012-11-29Merging r168622: into 3.2 release branch.Pawel Wodnicki
2012-11-29Merging r168837: into the 3.2 release branch.Pawel Wodnicki
2012-11-26Merging r167912: into the 3.2 release branch.Pawel Wodnicki
2012-11-23Merging r168320: into 3.2 relase branch.Pawel Wodnicki
2012-11-19Merging r167855 into 3.2 relase branchPawel Wodnicki
2012-11-09Fix assertions in updateRegMaskSlots().Jakob Stoklund Olesen
2012-11-09Silence GCC warning about falling off the end of a non-void function.Benjamin Kramer
2012-11-07misched: Heuristics based on the machine model.Andrew Trick
2012-11-07misched: handle on-the-fly regpressure queries better for 2-addrAndrew Trick
2012-11-07Add comment describing what's going on here.Bill Wendling
2012-11-07When we're updating the subprogram scope DIE, we want to determine if we'reBill Wendling
2012-11-06[regallocfast] Make sure the MachineRegisterInfo is aware of clobbers from aChad Rosier
2012-11-06misched: TargetSchedule interface for machine resources.Andrew Trick
2012-11-06misched: Rename RemainingCount to avoid confusion with remaining resources.Andrew Trick
2012-11-06ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.Andrew Trick
2012-11-03Be careful not to optimize a SELECT_CC into a SETCC post-legalization if the ...Owen Anderson
2012-11-01OutputArg: added an index of the original argument to match the change toManman Ren
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth
2012-11-01Revert the series of commits starting with r166578 which introduced theChandler Carruth
2012-11-01Add a few more simple fast-math constant propagations and cancellations.Owen Anderson
2012-11-01Exploit the new identity composition in composeSubRegIndices().Jakob Stoklund Olesen
2012-10-31Replace some instances of UniqueVector with SetVector, which is slightly chea...Benjamin Kramer
2012-10-31Change signature of function RAFast::spillAll to avoid conversion betweenAkira Hatanaka
2012-10-31Check that iterator I is not the end iterator.Akira Hatanaka
2012-10-30[inline asm] Get the mayLoad/mayStore directly from the MIOp_ExtraInfo operand.Chad Rosier
2012-10-30Add a comment for r167040.Chad Rosier
2012-10-30[inline asm] Implement mayLoad and mayStore for inline assembly. In general,Chad Rosier
2012-10-30Fix grammar.Bill Wendling
2012-10-29In various places throughout the code generator, there were specialUlrich Weigand
2012-10-29Completely disallow partial copies in adjustCopiesBackFrom().Jakob Stoklund Olesen
2012-10-29Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands
2012-10-29This patch addresses a problem with the Post RA scheduler generating anPreston Gurd
2012-10-29Remove unused typedef.Lang Hames
2012-10-27Never attempt to join an early-clobber def with a regular kill.Jakob Stoklund Olesen
2012-10-26Reduce indentation with early exit.Jakob Stoklund Olesen
2012-10-26Also make the current basic block a class member.Jakob Stoklund Olesen
2012-10-26Make the Processed set a class member.Jakob Stoklund Olesen
2012-10-26Fix whitespace and function names to be coding standardy.Jakob Stoklund Olesen
2012-10-26Remove the canCombineSubRegIndices() target hook.Jakob Stoklund Olesen
2012-10-26Make sure I is not the end iterator when isInsideBundle is called. Akira Hatanaka
2012-10-26Remove GC roots that reference dead objects.Nicolas Geoffray
2012-10-26Fix typo in comment.Nick Lewycky
2012-10-25Stop running the machine code verifier unconditionally.Jakob Stoklund Olesen
2012-10-24Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow
2012-10-24Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow
2012-10-24Delete a directory that wasn't supposed to be checked in yet.Micah Villmow
2012-10-24Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow
2012-10-24Teach DAG combine to fold (buildvec (Xint2fp x)) to (Xint2fp (buildvec x))Michael Liao
2012-10-24Keep coding standard. Don't evaluate getNumOperands() every time.Jakub Staszak
2012-10-23Clean up code and put transformation on (build_vec (ext x)) into a helper funcMichael Liao