aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* misched: Heuristics based on the machine model.Andrew Trick2012-11-071-146/+762
* misched: handle on-the-fly regpressure queries better for 2-addrAndrew Trick2012-11-071-8/+13
* Add comment describing what's going on here.Bill Wendling2012-11-071-1/+4
* When we're updating the subprogram scope DIE, we want to determine if we'reBill Wendling2012-11-071-36/+37
* [regallocfast] Make sure the MachineRegisterInfo is aware of clobbers from aChad Rosier2012-11-061-0/+5
* misched: TargetSchedule interface for machine resources.Andrew Trick2012-11-061-4/+35
* misched: Rename RemainingCount to avoid confusion with remaining resources.Andrew Trick2012-11-061-6/+6
* ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies.Andrew Trick2012-11-064-62/+63
* Be careful not to optimize a SELECT_CC into a SETCC post-legalization if the ...Owen Anderson2012-11-031-23/+27
* OutputArg: added an index of the original argument to match the change toManman Ren2012-11-012-3/+4
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-019-29/+24
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-014-19/+17
* Add a few more simple fast-math constant propagations and cancellations.Owen Anderson2012-11-011-0/+18
* Exploit the new identity composition in composeSubRegIndices().Jakob Stoklund Olesen2012-11-011-12/+8
* Replace some instances of UniqueVector with SetVector, which is slightly chea...Benjamin Kramer2012-10-312-5/+5
* Change signature of function RAFast::spillAll to avoid conversion betweenAkira Hatanaka2012-10-311-2/+2
* Check that iterator I is not the end iterator.Akira Hatanaka2012-10-311-2/+3
* [inline asm] Get the mayLoad/mayStore directly from the MIOp_ExtraInfo operand.Chad Rosier2012-10-301-8/+2
* Add a comment for r167040.Chad Rosier2012-10-301-0/+4
* [inline asm] Implement mayLoad and mayStore for inline assembly. In general,Chad Rosier2012-10-304-8/+29
* Fix grammar.Bill Wendling2012-10-301-2/+2
* In various places throughout the code generator, there were specialUlrich Weigand2012-10-292-83/+66
* Completely disallow partial copies in adjustCopiesBackFrom().Jakob Stoklund Olesen2012-10-291-1/+2
* Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands2012-10-291-3/+3
* This patch addresses a problem with the Post RA scheduler generating anPreston Gurd2012-10-291-0/+5
* Remove unused typedef.Lang Hames2012-10-291-1/+0
* Never attempt to join an early-clobber def with a regular kill.Jakob Stoklund Olesen2012-10-271-0/+14
* Reduce indentation with early exit.Jakob Stoklund Olesen2012-10-261-22/+21
* Also make the current basic block a class member.Jakob Stoklund Olesen2012-10-261-65/+53
* Make the Processed set a class member.Jakob Stoklund Olesen2012-10-261-21/+14
* Fix whitespace and function names to be coding standardy.Jakob Stoklund Olesen2012-10-261-148/+149
* Remove the canCombineSubRegIndices() target hook.Jakob Stoklund Olesen2012-10-261-129/+0
* Make sure I is not the end iterator when isInsideBundle is called. Akira Hatanaka2012-10-261-2/+3
* Remove GC roots that reference dead objects.Nicolas Geoffray2012-10-261-3/+10
* Fix typo in comment.Nick Lewycky2012-10-261-1/+1
* Stop running the machine code verifier unconditionally.Jakob Stoklund Olesen2012-10-251-1/+0
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-241-4/+4
* Back out r166591, not sure why this made it through since I cancelled the com...Micah Villmow2012-10-242-2/+2
* Delete a directory that wasn't supposed to be checked in yet.Micah Villmow2012-10-242-2/+2
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-244-13/+15
* Teach DAG combine to fold (buildvec (Xint2fp x)) to (Xint2fp (buildvec x))Michael Liao2012-10-241-0/+71
* Keep coding standard. Don't evaluate getNumOperands() every time.Jakub Staszak2012-10-241-1/+1
* Clean up code and put transformation on (build_vec (ext x)) into a helper funcMichael Liao2012-10-231-55/+69
* Make the indirect branch optimization deterministic. No functionality change.Nadav Rotem2012-10-231-8/+8
* Per the C++ standard, we need to include the definition of llvm::Calculate inRichard Smith2012-10-231-0/+1
* Don't crash when the Assignments vector is empty.Jakob Stoklund Olesen2012-10-211-1/+1
* Symbol hygiene: Make sure declarations and definitions match, make helper fun...Benjamin Kramer2012-10-202-1/+3
* 1. Remove noreturn attribute from __builtin_debugtrap().Shuxin Yang2012-10-191-2/+2
* revert r166264 because the LTO build is still failingNadav Rotem2012-10-191-2/+2
* This patch is to fix radar://8426430. It is about llvm support of __builtin_d...Shuxin Yang2012-10-193-5/+23