| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Cosmetic: lengthen names and improve comments. | Dale Johannesen | 2010-03-10 | 1 | -3/+3 |
* | Progress towards shepherding debug info through SelectionDAG. | Dale Johannesen | 2010-03-10 | 1 | -13/+34 |
* | Add some new bits of debug info handling. No | Dale Johannesen | 2010-03-06 | 1 | -0/+51 |
* | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 1 | -14/+14 |
* | Trim unneeded includes. | Evan Cheng | 2010-01-21 | 1 | -1/+0 |
* | Target-independent support for TargetFlags on BlockAddress operands, | Dan Gohman | 2009-11-20 | 1 | -1/+2 |
* | Fix a typo in a comment. | Dan Gohman | 2009-11-16 | 1 | -1/+1 |
* | Don't mark registers dead here when processing nodes with MVT::Flag | Dan Gohman | 2009-10-30 | 1 | -1/+5 |
* | Initial target-independent CodeGen support for BlockAddresses. | Dan Gohman | 2009-10-30 | 1 | -0/+2 |
* | Rename usesCustomDAGSchedInserter to usesCustomInserter, and update a | Dan Gohman | 2009-10-29 | 1 | -1/+1 |