index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
/
ScheduleDAGEmit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman
2008-11-19
1
-717
/
+0
*
For post-regalloc scheduling, remove the instructions from the block
Dan Gohman
2008-11-14
1
-0
/
+6
*
Initial support for carrying MachineInstrs in SUnits.
Dan Gohman
2008-11-14
1
-0
/
+10
*
Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnit
Dan Gohman
2008-11-13
1
-2
/
+7
*
Make the Node member of SUnit private, and add accessors.
Dan Gohman
2008-11-13
1
-3
/
+3
*
Change ScheduleDAG's DAG member from a reference to a pointer, to prepare
Dan Gohman
2008-11-13
1
-2
/
+2
*
Next round of earlyclobber handling. Approach the
Dale Johannesen
2008-09-24
1
-18
/
+5
*
Add a bit to mark operands of asm's that conflict
Dale Johannesen
2008-09-17
1
-5
/
+18
*
When converting a CopyFromReg to a copy instruction, use the register class o...
Evan Cheng
2008-09-16
1
-5
/
+24
*
Reverting r56249. On further investigation, this functionality isn't needed.
Bill Wendling
2008-09-16
1
-2
/
+3
*
- Change "ExternalSymbolSDNode" to "SymbolSDNode".
Bill Wendling
2008-09-16
1
-3
/
+2
*
Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and
Dan Gohman
2008-09-12
1
-1
/
+1
*
Pass "earlyclobber" bit through to machine
Dale Johannesen
2008-09-12
1
-0
/
+7
*
Rename ConstantSDNode::getValue to getZExtValue, for consistency
Dan Gohman
2008-09-12
1
-5
/
+6
*
Move the code that inserts copies for function livein registers
Dan Gohman
2008-09-05
1
-102
/
+0
*
Revert r55817. It broke PIC. FastISel will need to find a different
Dan Gohman
2008-09-05
1
-3
/
+1
*
In FastISel mode, the scheduler may be invoked multiple times
Dan Gohman
2008-09-05
1
-1
/
+3
*
Separate MachineInstr-emitting routines from actual scheduling
Dan Gohman
2008-09-03
1
-0
/
+771