Fix up support for OptionalDefOperand when it defaults to an actual register def...
[oota-llvm.git] / lib / CodeGen / SelectionDAG / ScheduleDAGSDNodesEmit.cpp
2009-07-11 Evan ChengFix up support for OptionalDefOperand when it defaults...
2009-06-30 Evan ChengAdd a bit IsUndef to MachineOperand. This indicates...
2009-06-26 Chris Lattnerpropagate target operand flags from dag nodes into...
2009-06-26 Chris Lattnerfit in 80 cols
2009-05-18 Daniel DunbarSilence Release-Asserts warnings.
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-05-05 Evan ChengMove getInstrOperandRegClass from the scheduler to...
2009-04-28 Jakob Stoklund OlesenMove getSubRegisterRegClass from ScheduleDagSDNodesEmit...
2009-04-20 Dan GohmanMake X86's copyRegToReg able to handle copies to and...
2009-04-14 Dan GohmanWhen the result of an EXTRACT_SUBREG, INSERT_SUBREG...
2009-04-13 Dan GohmanRename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize
2009-04-13 Dan GohmanAdd a new TargetInstrInfo MachineInstr opcode, COPY_TO_...
2009-04-10 Dan GohmanNow that register classes have names, include the name...
2009-03-20 Evan ChengFor inline asm output operand that matches an input...
2009-03-13 Evan ChengFix some significant problems with constant pools that...
2009-02-11 Dan GohmanWhen scheduling a block in parts, keep track of the...
2009-02-09 Evan ChengIf the target cannot issue a copy for the given source...
2009-02-06 Evan ChengMove getPointerRegClass from TargetInstrInfo to TargetR...
2009-02-06 Dan GohmanMove ScheduleDAGSDNodes.h to be a private header. Front...
2009-02-03 Bill WendlingPropagate debug loc info during SDNode -> machine instr...
2009-01-22 Evan ChengEliminate a couple of fields from TargetRegisterClass...
2009-01-16 Dan GohmanInstead of adding dependence edges between terminator...
2009-01-16 Evan ChengCreateVirtualRegisters does trivial copy coalescing...
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-12 Evan ChengFix PR3241: Currently EmitCopyFromReg emits a copy...
2009-01-09 Evan ChengDuplicated node may produce a non-physical register...
2009-01-03 Dan GohmanRemove the code from the scheduler that commuted two...
2008-11-19 Dan GohmanExperimental post-pass scheduling support. Post-pass...