summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Skeleton of post-RA scheduler; doesn't do anything yet.Dale Johannesen2007-07-131-1/+1
* If the operand is marked M_OPTIONAL_DEF_OPERAND, then it's a def.Evan Cheng2007-07-101-1/+4
* When a node value is only used by a CopyToReg, use the user's dest. This shou...Evan Cheng2007-07-101-50/+55
* Change CalculateHeights and CalculateDepths to be non-recursive.Evan Cheng2007-07-061-22/+28
* Pass a SelectionDAG into SDNode::dump everywhere it's used, in preprationDan Gohman2007-06-191-1/+1
* Fix some VC++ warnings.Jeff Cohen2007-03-201-0/+1
* Code clean up.Lauro Ramos Venancio2007-03-201-23/+20
* CopyToReg source operand can be a physical register.Lauro Ramos Venancio2007-03-201-3/+19
* print target nodes nicelyChris Lattner2007-02-171-1/+1
* fix indentationChris Lattner2007-02-151-2/+2
* Apply B Scott Michel's patch for PR1184, which improves diagnostics in anChris Lattner2007-02-151-2/+16
* For PR1195:Reid Spencer2007-02-151-1/+1
* switch the VRBaseMap in the scheduler from an std::map to a DenseMap. ThisChris Lattner2007-02-041-5/+5
* Make LABEL a builtin opcode.Jim Laskey2007-01-261-0/+1
* Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().Evan Cheng2007-01-241-1/+1
* Remove the DoubleTy special case.Evan Cheng2007-01-221-9/+5
* Compensate for loss of DerivedTypes.h in TargetLowering.hReid Spencer2007-01-121-0/+1
* CopyToReg source operand can be a register as well. e.g. Copy from GlobalBase...Evan Cheng2007-01-051-2/+6
* Removing even more <iostream> includes.Bill Wendling2006-12-071-25/+23
* Match TargetInstrInfo changes.Evan Cheng2006-12-011-2/+1
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-271-2/+2
* Matches MachineInstr changes.Evan Cheng2006-11-131-4/+1
* Add methods to add implicit def use operands to a MI.Evan Cheng2006-11-111-10/+1
* Add implicit def / use operands to MachineInstr.Evan Cheng2006-11-101-0/+12
* Changes to use operand constraints to process two-address instructions.Evan Cheng2006-11-041-4/+9
* handle global address constant sdnodesChris Lattner2006-10-311-2/+7
* Debug tweak.Evan Cheng2006-10-141-2/+2
* Added support for machine specific constantpool values. These are useful forEvan Cheng2006-09-121-5/+9
* Completely eliminate def&use operands. Now a register operand is EITHER aChris Lattner2006-09-051-8/+8
* switch the SUnit pred/succ sets from being std::sets to being smallvectors.Chris Lattner2006-08-171-28/+28
* Reverse the FlaggedNodes after scanning up for flagged preds or else the orde...Evan Cheng2006-08-071-5/+10
* Use an enumeration to eliminate data relocations.Jim Laskey2006-07-211-6/+23
* It was pointed out that DEBUG() is only available with -debug.Jim Laskey2006-07-111-1/+3
* Ensure that dump calls that are associated with asserts are removed fromJim Laskey2006-07-111-1/+1
* Instructions with variable operands (variable_ops) can have a number requiredEvan Cheng2006-06-151-1/+2
* commuteInstruction() does not always create a new MI!Evan Cheng2006-05-311-2/+4
* Eliminate a memory leak.Evan Cheng2006-05-311-0/+1
* lib/Target/Target.tdEvan Cheng2006-05-181-12/+13
* Move function-live-in-handling code from the sdisel code to the scheduler.Chris Lattner2006-05-161-0/+14
* Fixing 2006-05-01-SchedCausingSpills.ll; some clean upEvan Cheng2006-05-131-6/+6
OpenPOWER on IntegriCloud