Age | Commit message (Expand) | Author |
2010-11-16 | Split pseudo-instruction expansion into a separate pass, to make it | Dan Gohman |
2010-08-30 | Revert r112461. It was failing on PPC... | Bill Wendling |
2010-08-30 | When adding a register, we should mark it as "def" if it can optionally define | Bill Wendling |
2010-07-10 | Emit COPY instructions instead of using copyRegToReg in InstrEmitter, | Jakob Stoklund Olesen |
2010-07-10 | Insert IMPLICIT_DEF instructions at the current insert position, not | Dan Gohman |
2010-07-10 | Reapply bottom-up fast-isel, with several fixes for x86-32: | Dan Gohman |
2010-07-09 | --- Reverse-merging r107947 into '.': | Bob Wilson |
2010-07-09 | Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting | Dan Gohman |
2010-07-08 | Convert EXTRACT_SUBREG to COPY when emitting machine instrs. | Jakob Stoklund Olesen |
2010-07-08 | Revert 107840 107839 107813 107804 107800 107797 107791. | Dan Gohman |
2010-07-07 | Not all custom inserters create new basic blocks. If the inserter | Dan Gohman |
2010-07-07 | Update comment. | Devang Patel |
2010-07-06 | Reapply r107655 with fixes; insert the pseudo instruction into | Dan Gohman |
2010-07-02 | Propagate the AlignStack bit in InlineAsm's to the | Dale Johannesen |
2010-06-29 | Add a VT argument to getMinimalPhysRegClass and replace the copy related uses | Rafael Espindola |
2010-06-18 | Teach regular and fast isel to set dead flags on unused implicit defs | Dan Gohman |
2010-06-09 | Mark physregs defined by inline asm as implicit. | Jakob Stoklund Olesen |
2010-06-09 | Add argument name comments. | Jakob Stoklund Olesen |
2010-05-18 | Continuously refine the register class of REG_SEQUENCE def with all the sourc... | Evan Cheng |
2010-05-18 | Fix PR7162: Use source register classes and sub-indices to determine the corr... | Evan Cheng |
2010-05-14 | Don't set kill flags for instructions which the scheduler has cloned. | Dan Gohman |
2010-05-11 | Don't set kill flags on uses of CopyFromReg nodes. InstrEmitter doesn't | Dan Gohman |
2010-05-10 | Indentation. | Evan Cheng |
2010-05-07 | SDDbgValues are apparently not being legalized. Fix a symptom of the problem, | Dan Gohman |
2010-05-06 | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman |
2010-05-04 | Teach scheduler about REG_SEQUENCE. | Evan Cheng |
2010-05-04 | Re-enable isel kill flags, now that the local allocator is ignoring them. | Dan Gohman |
2010-05-01 | Re-disable kill flags, as there is more trouble. | Dan Gohman |
2010-05-01 | Re-enable kill flags from SelectionDAGISel, with a fix: don't | Dan Gohman |
2010-05-01 | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman |
2010-04-30 | EmitDbgValue doesn't need its EdgeMapping argument. | Dan Gohman |
2010-04-30 | Temporarily disable SelectionDAG kill flags, which are causing trouble. | Dan Gohman |
2010-04-30 | Set register kill flags on the SelectionDAG path, at least in the | Dan Gohman |
2010-04-26 | Avoid adding a null MD node operand, which crashes with "-debug" when trying | Bob Wilson |
2010-04-26 | - Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo an... | Evan Cheng |
2010-04-25 | Stop abusing EmitInstrWithCustomInserter for target-dependent | Dale Johannesen |
2010-04-20 | Delete a redundant return statement. | Dan Gohman |
2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
2010-04-07 | Have the inst emitter add the !srcloc mdnode to the machine instr. | Chris Lattner |
2010-04-07 | Three changes: | Chris Lattner |
2010-04-06 | Allow for the possibility that a debug-value points | Dale Johannesen |
2010-03-26 | LiveVariables should clear kill / dead markers first. This allows us to remov... | Evan Cheng |
2010-03-25 | fix a valgrind error on copy-constructor-synthesis.cpp, which is caused when | Chris Lattner |
2010-03-25 | Make the NDEBUG assertion stronger and more clear what is | Chris Lattner |
2010-03-25 | reapply 99444/99445, which I speculatively reverted in | Chris Lattner |
2010-03-25 | Change how dbg_value sdnodes are converted into machine instructions. Their p... | Evan Cheng |
2010-03-24 | revert 99444/99445. This doesn't cause the failure of | Chris Lattner |
2010-03-24 | remove dead argument. | Chris Lattner |
2010-03-24 | split EmitNode in half to reduce indentation. | Chris Lattner |
2010-03-14 | Rename SDDbgValue.h to SDNodeDbgValue.h for consistency. | Evan Cheng |