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