summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a linked data structure for the uses lists of an SDNode, just like Roman Levenstein2008-03-261-13/+13
* A quick nm audit turned up several fixed tables and objects that wereDan Gohman2008-03-251-4/+4
* Make insert_subreg a two-address instruction, vastly simplifying LowerSubregs...Christopher Lamb2008-03-161-47/+28
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-151-3/+8
* Livein copy scheduling fixes: do not coalesce physical register copies, corre...Evan Cheng2008-03-141-112/+42
* Experimental scheduler change to schedule / coalesce the copies added for fun...Evan Cheng2008-03-121-23/+181
* Recommitting parts of r48130. These do not appear to cause the observed failu...Christopher Lamb2008-03-111-16/+14
* When the register allocator runs out of registers, spill a physical register ...Evan Cheng2008-03-111-6/+5
* variadic instructions don't have operand info for variadic arguments.Chris Lattner2008-03-111-1/+2
* If a register operand comes from the variadic part of a node, don'tChris Lattner2008-03-111-4/+6
* Correctly clone FlaggedNodes.Dan Gohman2008-03-101-2/+1
* Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.Evan Cheng2008-03-101-15/+15
* Allow insert_subreg into implicit, target-specific values. Christopher Lamb2008-03-101-15/+15
* teach X86InstrInfo::copyRegToReg how to copy into ST(0) from Chris Lattner2008-03-091-15/+23
* Add ScheduleDAG support for copytoreg where the src/dst register areChris Lattner2008-03-091-16/+19
* fix 80 col violationChris Lattner2008-03-091-1/+2
* Some improvements related to the computation of heights, depths of SUnits.Roman Levenstein2008-03-041-21/+93
* Rename isOperand() to isOperandOf() (and other similar methods). It always co...Evan Cheng2008-03-041-1/+1
* Keep track how many commutes are performed by the scheduler.Evan Cheng2008-02-281-0/+4
* Rename CountMemOperands to ComputeMemOperandsEnd to reflect whatDan Gohman2008-02-161-12/+9
* Change how FP immediates are handled. Nate Begeman2008-02-141-0/+5
* From Chris' review: use isa instead of explicitly using classof.Dan Gohman2008-02-111-1/+1
* From Chris' review: minor corrections in comments.Dan Gohman2008-02-111-2/+3
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-22/+23
* 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
OpenPOWER on IntegriCloud