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