| Commit message (Expand) | Author | Age | Files | Lines |
* | Set correct <def,undef> flags when lowering REG_SEQUENCE. | Jakob Stoklund Olesen | 2012-01-24 | 1 | -0/+46 |
* | Preserve <def,undef> flags in CoalesceExtSubRegs. | Jakob Stoklund Olesen | 2012-01-24 | 1 | -3/+7 |
* | Fix ISD::REG_SEQUENCE to accept physical registers and change TwoAddressInstr... | Pete Cooper | 2012-01-18 | 1 | -9/+12 |
* | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng | 2011-12-07 | 1 | -18/+13 |
* | Simplify code. No functionality change. | Benjamin Kramer | 2011-12-03 | 1 | -2/+1 |
* | Disable expensive two-address optimizations at -O0. rdar://10453055 | Evan Cheng | 2011-11-16 | 1 | -0/+8 |
* | Disable the assertion again. Looks like fastisel is still generating bad kill... | Evan Cheng | 2011-11-16 | 1 | -1/+2 |
* | Revert r144568 now that r144730 has fixed the fast-isel kill marker bug. | Evan Cheng | 2011-11-16 | 1 | -2/+1 |
* | If the 2addr instruction has other kills, don't move it below any other uses ... | Evan Cheng | 2011-11-16 | 1 | -2/+7 |
* | RescheduleKillAboveMI() must backtrack to before the rescheduled DBG_VALUE in... | Evan Cheng | 2011-11-16 | 1 | -1/+1 |
* | Process all uses first before defs to accurately capture register liveness. r... | Evan Cheng | 2011-11-16 | 1 | -7/+13 |
* | Set SeenStore to true to prevent loads from being moved; also eliminates a no... | Evan Cheng | 2011-11-15 | 1 | -2/+2 |
* | Avoid dereferencing off the beginning of lists. | Evan Cheng | 2011-11-14 | 1 | -7/+4 |
* | At -O0, multiple uses of a virtual registers in the same BB are being marked | Evan Cheng | 2011-11-14 | 1 | -1/+2 |
* | Teach two-address pass to re-schedule two-address instructions (or the kill | Evan Cheng | 2011-11-14 | 1 | -19/+356 |
* | PR10998: It is not legal to sink an instruction past the terminator of a bloc... | Eli Friedman | 2011-09-23 | 1 | -1/+9 |
* | Add an isSSA() flag to MachineRegisterInfo. | Jakob Stoklund Olesen | 2011-07-29 | 1 | -0/+3 |
* | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng | 2011-06-28 | 1 | -16/+17 |
* | More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo. | Evan Cheng | 2011-06-27 | 1 | -1/+1 |
* | Simplify code. No change in functionality. | Benjamin Kramer | 2011-06-18 | 1 | -6/+1 |
* | Fix an issue where the two-address conversion pass incorrectly rewrites untied | Cameron Zwarich | 2011-06-07 | 1 | -9/+16 |
* | Catch more cases where 2-address pass should 3-addressify instructions. rdar:... | Evan Cheng | 2011-03-02 | 1 | -49/+70 |
* | After 3-addressifying a two-address instruction, update the register maps; ad... | Evan Cheng | 2011-02-10 | 1 | -4/+9 |
* | Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic. | Jakob Stoklund Olesen | 2011-01-10 | 1 | -1/+1 |
* | Shrink a BitVector that didn't mean to store bits for all physical registers. | Jakob Stoklund Olesen | 2011-01-09 | 1 | -6/+4 |
* | Do not model all INLINEASM instructions as having unmodelled side effects. | Evan Cheng | 2011-01-07 | 1 | -1/+1 |
* | StrongPHIElimination will never run before TwoAddressInstructionPass. | Cameron Zwarich | 2010-12-19 | 1 | -1/+0 |
* | Remove some checks for StrongPHIElim. These checks make it impossible to use an | Cameron Zwarich | 2010-12-19 | 1 | -4/+2 |
* | Fix crash compiling a QQQQ REG_SEQUENCE for a Neon vld3_lane operation. | Bob Wilson | 2010-12-17 | 1 | -2/+5 |
* | Fix a minor bug in two-address pass. It was missing a commute opportunity. | Evan Cheng | 2010-12-14 | 1 | -1/+2 |
* | Remove some variables that are never really used | Duncan Sands | 2010-10-21 | 1 | -1/+0 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |
* | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 2010-10-12 | 1 | -1/+4 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 |
* | Now that PassInfo and Pass::ID have been separated, move the rest of the pass... | Owen Anderson | 2010-08-23 | 1 | -2/+2 |
* | A REG_SEQUENCE instruction may use the same register twice. | Jakob Stoklund Olesen | 2010-08-09 | 1 | -1/+11 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -2/+2 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -2/+2 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -2/+2 |
* | Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway. | Jakob Stoklund Olesen | 2010-07-16 | 1 | -19/+11 |
* | Replace copyRegToReg with COPY everywhere in lib/CodeGen except for FastISel. | Jakob Stoklund Olesen | 2010-07-10 | 1 | -20/+12 |
* | Only collect subreg extracting copies for later coalescing. | Jakob Stoklund Olesen | 2010-07-10 | 1 | -1/+1 |
* | Emit COPY instructions instead of using copyRegToReg in InstrEmitter, | Jakob Stoklund Olesen | 2010-07-10 | 1 | -4/+2 |
* | Convert EXTRACT_SUBREG to COPY when emitting machine instrs. | Jakob Stoklund Olesen | 2010-07-08 | 1 | -15/+11 |
* | Remove references to INSERT_SUBREG after de-SSA. | Jakob Stoklund Olesen | 2010-07-08 | 1 | -19/+5 |
* | Revert "Remove references to INSERT_SUBREG after de-SSA" r107725. | Jakob Stoklund Olesen | 2010-07-07 | 1 | -5/+19 |
* | Remove references to INSERT_SUBREG after de-SSA | Jakob Stoklund Olesen | 2010-07-06 | 1 | -19/+5 |
* | Convert INSERT_SUBREG to COPY in TwoAddressInstructionPass. | Jakob Stoklund Olesen | 2010-07-06 | 1 | -0/+13 |
* | Detect and handle COPY in many places. | Jakob Stoklund Olesen | 2010-07-03 | 1 | -1/+1 |
* | - Two-address pass should not assume unfolding is always successful. | Evan Cheng | 2010-07-02 | 1 | -8/+6 |