Age | Commit message (Expand) | Author |
2009-02-08 | Fix PR3486. Fix a bug in code that manually patch physical register live inte... | Evan Cheng |
2009-01-29 | Exit with nice warnings when register allocator run out of registers. | Evan Cheng |
2009-01-20 | Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi... | Evan Cheng |
2009-01-07 | The coalescer does not coalesce a virtual register to a physical register if ... | Evan Cheng |
2008-12-19 | Fix PR3149. If an early clobber def is a physical register and it is tied to ... | Evan Cheng |
2008-12-08 | Clarify some comments. | Dan Gohman |
2008-12-05 | Reason #3 from 60595 doesn't hold true. If we can fold a PIC load from constp... | Evan Cheng |
2008-12-05 | Fix comment. | Evan Cheng |
2008-12-05 | Drop the reg argument to isRegReDefinedByTwoAddr, which was redundant. | Dan Gohman |
2008-12-03 | Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. | Dan Gohman |
2008-11-26 | LiveRanges are represented as half-open ranges. Fix the findLiveInMBBs code | Dan Gohman |
2008-11-21 | Silence unused variable warnings. | Devang Patel |
2008-11-13 | Use find_first/find_next to iterate through all the set bits in a | Dan Gohman |
2008-11-12 | Remove some debugging code made redundant by the change to do | Dan Gohman |
2008-10-29 | - Rewrite code that update register live interval that's split. | Evan Cheng |
2008-10-27 | Fix PR2634. Create new virtual registers from spills early so that we | David Greene |
2008-10-24 | Avoid splitting an interval multiple times; avoid splitting re-materializable... | Evan Cheng |
2008-10-18 | By min, I mean max. | Evan Cheng |
2008-10-18 | When creating intervals, leave min(1, numdefs) holes after each instruction. | Evan Cheng |
2008-10-07 | Add an option to enable StrongPHIElimination, for ease of testing. | Owen Anderson |
2008-10-03 | Switch the MachineOperand accessors back to the short names like | Dan Gohman |
2008-09-30 | Fix a simple error in renumbering kill markaers, that took an inordinant amou... | Owen Anderson |
2008-09-30 | Re-apply 56835 along with header file changes. | Evan Cheng |
2008-09-30 | Revert commit 56835 since it breaks the build. | Duncan Sands |
2008-09-30 | If a re-materializable instruction has a register operand, the spiller will c... | Evan Cheng |
2008-09-24 | Next round of earlyclobber handling. Approach the | Dale Johannesen |
2008-09-21 | Fetch the starting index of the block when assigning intervals. This gets li... | Owen Anderson |
2008-09-19 | Remove AsmThatEarlyClobber etc. from LiveIntervalAnalysis | Dale Johannesen |
2008-09-17 | Add a bit to mark operands of asm's that conflict | Dale Johannesen |
2008-09-15 | Live intervals for live-in registers should begin at the beginning of a basic... | Owen Anderson |
2008-09-13 | Remove isImm(), isReg(), and friends, in favor of | Dan Gohman |
2008-08-19 | Allow the fast-path spilling code to attempt folding, but still leaving out ... | Owen Anderson |
2008-08-19 | The fast-path still needs to set kill markers and spill/restore points as app... | Owen Anderson |
2008-08-19 | Add a flag to enable the fast spilling path. | Owen Anderson |
2008-08-18 | Fix a few more bugs: | Owen Anderson |
2008-08-18 | Fix several bugs in the new fast-path: | Owen Anderson |
2008-08-18 | Clients of addIntervalForSpills expect the added intervals to be returned sor... | Owen Anderson |
2008-08-18 | Simplify the fast-patch interval spilling by using MachineRegisterInfo::reg_i... | Owen Anderson |
2008-08-18 | Resurrect some ancient code to add spill ranges without attempting folding, r... | Owen Anderson |
2008-08-13 | Expunge the last uses of std::map from LiveIntervals. | Owen Anderson |
2008-08-13 | Move r2iMap_ over to DenseMap from std::map. | Owen Anderson |
2008-08-13 | Make the allocation of LiveIntervals explicit, rather than holding them in th... | Owen Anderson |
2008-08-06 | Oops, didn't mean to commit this. | Owen Anderson |
2008-08-06 | Only remap each VNInfo once when doing renumbering. | Owen Anderson |
2008-07-30 | Value numbers whose def index is a special sentinel value should not be remap... | Owen Anderson |
2008-07-30 | More fixes for corner cases when remapping live range indices. | Owen Anderson |
2008-07-29 | Don't decrement the BB remap when we don't need to. | Owen Anderson |
2008-07-28 | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman |
2008-07-28 | Fix a typo in a comment. | Dan Gohman |
2008-07-25 | Revert my previous patch. In retrospect, this is completely the wrong way to... | Owen Anderson |