aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-apply the memory operand changes, with a fix for the staticDan Gohman2008-02-061-3/+25
* SDIsel processes llvm.dbg.declare by recording the variable debug information...Evan Cheng2008-02-021-0/+1
* Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star...Evan Cheng2008-02-011-22/+1
* Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng2008-01-311-25/+3
* Add a comment for a nasty short term hack.Evan Cheng2008-01-311-0/+4
* Add an extra operand to LABEL nodes which distinguishes between debug, EH, or...Evan Cheng2008-01-311-8/+6
* Add more thorough error checking for NULL register classes.Christopher Lamb2008-01-311-1/+2
* Create a new class, MemOperand, for describing memory referencesDan Gohman2008-01-311-3/+25
* Treat the label for the first @llvm.dbg.stoppoint the same way as the dbg_fun...Evan Cheng2008-01-301-4/+4
* A semi-gross fix for a debug info issue. When inserting the "function start" ...Evan Cheng2008-01-301-9/+26
* Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope...Evan Cheng2008-01-301-1/+1
* Use empty() instead of comparing size() with zero.Dan Gohman2008-01-291-1/+1
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-071-16/+16
* Rename all the M_* flags to be namespace qualified enums, and switch Chris Lattner2008-01-071-1/+1
* add more and significantly better comments to the rest of the machineinstrChris Lattner2008-01-071-1/+1
* rename hasVariableOperands() -> isVariadic(). Add some comments.Chris Lattner2008-01-071-2/+2
* Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptorChris Lattner2008-01-071-14/+15
* remove some uses of MachineOpCode, move getSchedClass Chris Lattner2008-01-071-2/+3
* Add predicates methods to TargetOperandInfo, and switch all clients Chris Lattner2008-01-071-4/+4
* Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner2008-01-071-1/+1
* Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson2007-12-311-5/+5
* update a couple of references to SSARegMap.Chris Lattner2007-12-311-1/+1
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-311-23/+24
* use simplified operand addition methods.Chris Lattner2007-12-301-30/+22
* Start using the simplified methods for adding operands.Chris Lattner2007-12-301-11/+11
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Bug fix. Must also match ResNo when matching an operand with a user.Evan Cheng2007-12-141-1/+1
* Make labels work in asm blocks; allow labels asDale Johannesen2007-11-051-3/+6
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-011-1/+1
* EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG likeEvan Cheng2007-10-121-3/+0
* If a node that defines a physical register that is expensive to copy. TheEvan Cheng2007-10-051-28/+33
* Use empty() member functions when that's what's being tested for insteadDan Gohman2007-10-031-1/+1
* If two instructions are both two-address code, favors (schedule closer toEvan Cheng2007-09-281-5/+5
* Trim some unneeded fields.Evan Cheng2007-09-281-2/+0
* - Move getPhysicalRegisterRegClass() from ScheduleDAG to MRegisterInfo.Evan Cheng2007-09-261-24/+46
* Allow copyRegToReg to emit cross register classes copies.Evan Cheng2007-09-261-4/+6
* Added major new capabilities to scheduler (only BURR for now) to support phys...Evan Cheng2007-09-251-57/+125
* Use struct SDep instead of std::pair for SUnit pred and succ lists. First stepEvan Cheng2007-09-191-6/+6
* Remove dead code.Evan Cheng2007-09-121-1/+1
* Teach the dag scheduler to handle inline asm nodes with multi-value immediate...Chris Lattner2007-08-251-8/+9
* Do not emit copies for physical register output if it's not used.Evan Cheng2007-08-021-1/+2
* Instead of adding copyfromreg's to handle physical definitions. Now isel canEvan Cheng2007-08-021-68/+78
* Teach DAG scheduling how to properly emit subreg insert/extract machine instr...Christopher Lamb2007-07-261-0/+150
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+725