Age | Commit message (Expand) | Author |
2010-10-21 | Remove some variables that are never really used | Duncan Sands |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-12 | Begin adding static dependence information to passes, which will allow us to | Owen Anderson |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-08-23 | Now that PassInfo and Pass::ID have been separated, move the rest of the pass... | Owen Anderson |
2010-08-09 | A REG_SEQUENCE instruction may use the same register twice. | Jakob Stoklund Olesen |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-07-16 | Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway. | Jakob Stoklund Olesen |
2010-07-10 | Replace copyRegToReg with COPY everywhere in lib/CodeGen except for FastISel. | Jakob Stoklund Olesen |
2010-07-10 | Only collect subreg extracting copies for later coalescing. | Jakob Stoklund Olesen |
2010-07-10 | Emit COPY instructions instead of using copyRegToReg in InstrEmitter, | Jakob Stoklund Olesen |
2010-07-08 | Convert EXTRACT_SUBREG to COPY when emitting machine instrs. | Jakob Stoklund Olesen |
2010-07-08 | Remove references to INSERT_SUBREG after de-SSA. | Jakob Stoklund Olesen |
2010-07-07 | Revert "Remove references to INSERT_SUBREG after de-SSA" r107725. | Jakob Stoklund Olesen |
2010-07-06 | Remove references to INSERT_SUBREG after de-SSA | Jakob Stoklund Olesen |
2010-07-06 | Convert INSERT_SUBREG to COPY in TwoAddressInstructionPass. | Jakob Stoklund Olesen |
2010-07-03 | Detect and handle COPY in many places. | Jakob Stoklund Olesen |
2010-07-02 | - Two-address pass should not assume unfolding is always successful. | Evan Cheng |
2010-06-22 | When unfolding a load, avoid assuming which instruction that | Dan Gohman |
2010-06-22 | Fix the new load-unfolding code to update LiveVariable's dead flags, | Dan Gohman |
2010-06-21 | Teach two-address lowering how to unfold a load to open up commuting | Dan Gohman |
2010-06-18 | Only run CoalesceExtSubRegs when we can expect LiveIntervalAnalysis to clean up | Jakob Stoklund Olesen |
2010-06-15 | Add some missing checks for the case where the extract_subregs are | Bob Wilson |
2010-06-15 | Generalize the pre-coalescing of extract_subregs feeding reg_sequences, | Bob Wilson |
2010-06-09 | Allow target to place 2-address pass inserted copies in better spots. Thumb2 ... | Evan Cheng |
2010-06-07 | Fix a mistake in my previous change r105437: don't access operand 2 and assume | Bob Wilson |
2010-06-03 | Add some missing checks in TwoAddressInstructionPass::CoalesceExtSubRegs. | Bob Wilson |
2010-06-02 | Slightly change the meaning of the reMaterialize target hook when the original | Jakob Stoklund Olesen |
2010-06-02 | Rename canCombinedSubRegIndex method to something more grammatically correct | Bob Wilson |
2010-06-02 | Fix an obvious mistake: don't change the operands until all of them have been | Bob Wilson |
2010-05-29 | Handle composed subreg indices when processing REQ_SEQUENCE instructions. | Jakob Stoklund Olesen |
2010-05-21 | - Change MachineInstr::findRegisterDefOperandIdx so it can also look for defs | Evan Cheng |
2010-05-19 | TwoAddressInstructionPass doesn't really know how to merge live intervals when | Jakob Stoklund Olesen |
2010-05-17 | Fix PR7175. Insert copies of a REG_SEQUENCE source if it is used by other REG... | Evan Cheng |
2010-05-17 | Fix PR7156. If the sources of a REG_SEQUENCE are all IMPLICIT_DEF's. Replace ... | Evan Cheng |
2010-05-17 | Careful with reg_sequence coalescing to not to overwrite sub-register indices. | Evan Cheng |
2010-05-14 | Teach two-address pass to do some coalescing while eliminating REG_SEQUENCE | Evan Cheng |
2010-05-13 | If REG_SEQUENCE source is livein, copy it first. Also, update livevariables i... | Evan Cheng |
2010-05-12 | Code clean up. | Evan Cheng |
2010-05-11 | Ensure REG_SEQUENCE source operands are unique. | Evan Cheng |
2010-05-10 | Clear RegSequences vector after eliminating REG_SEQUENCE instructions. | Evan Cheng |
2010-05-06 | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman |
2010-05-05 | Move REG_SEQUENCE removal to 2addr pass. | Evan Cheng |
2010-03-23 | Ignore dbg_value's. | Evan Cheng |
2010-03-03 | Add MachineRegisterInfo::hasOneUse and hasOneNonDBGUse. | Evan Cheng |
2010-03-02 | Swap parameters of isSafeToMove and isSafeToReMat for consistency. | Evan Cheng |
2010-02-11 | Don't allow DBG_VALUE to affect codegen. | Dale Johannesen |
2010-02-10 | Skip debug info in a couple of places. | Dale Johannesen |