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
/
ScheduleDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
2006-05-12
1
-0
/
+1
*
Duh. That could take a long time.
Evan Cheng
2006-05-12
1
-11
/
+15
*
Add capability to scheduler to commute nodes for profit.
Evan Cheng
2006-05-12
1
-7
/
+15
*
Refactor scheduler code. Move register-reduction list scheduler to a
Evan Cheng
2006-05-11
1
-0
/
+251
*
Remove and simplify some more machineinstr/machineoperand stuff.
Chris Lattner
2006-05-04
1
-1
/
+1
*
Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.
Chris Lattner
2006-05-04
1
-3
/
+3
*
Remove a bunch more SparcV9 specific stuff
Chris Lattner
2006-05-04
1
-5
/
+5
*
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-05-03
1
-2
/
+2
*
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-22
1
-0
/
+3
*
fix spello
Chris Lattner
2006-03-24
1
-1
/
+1
*
TargetData doesn't know the alignment of vectors :(
Chris Lattner
2006-03-20
1
-1
/
+8
*
Move some simple-sched-specific instance vars to the simple scheduler.
Chris Lattner
2006-03-10
1
-3
/
+0
*
prune #includes
Chris Lattner
2006-03-10
1
-5
/
+0
*
move some simple scheduler methods into the simple scheduler
Chris Lattner
2006-03-10
1
-235
/
+0
*
Make EmitNode take a SDNode instead of a NodeInfo*
Chris Lattner
2006-03-10
1
-4
/
+3
*
Move the VRBase field from NodeInfo to being a separate, explicit, map.
Chris Lattner
2006-03-10
1
-11
/
+24
*
Push PrepareNodeInfo/IdentifyGroups down the inheritance hierarchy
Chris Lattner
2006-03-10
1
-4
/
+0
*
Change the interface for getting a target HazardRecognizer to be more clean.
Chris Lattner
2006-03-08
1
-1
/
+1
*
When a hazard recognizer needs noops to be inserted, do so. This represents
Chris Lattner
2006-03-05
1
-0
/
+4
*
Added an offset field to ConstantPoolSDNode.
Evan Cheng
2006-02-25
1
-1
/
+2
*
Pass all the flags to the asm printer, not just the # operands.
Chris Lattner
2006-02-24
1
-1
/
+1
*
rename NumOps -> NumVals to avoid shadowing a NumOps var in an outer scope.
Chris Lattner
2006-02-24
1
-5
/
+11
*
Refactor operand adding out to a new AddOperand method
Chris Lattner
2006-02-24
1
-66
/
+81
*
Record all of the expanded registers in the DAG and machine instr, fixing
Chris Lattner
2006-02-23
1
-11
/
+20
*
Make MachineConstantPool entries alignments explicit
Chris Lattner
2006-02-09
1
-2
/
+12
*
Fix VC++ warning.
Jeff Cohen
2006-02-04
1
-1
/
+0
*
Get rid of some memory leaks identified by Valgrind
Evan Cheng
2006-02-04
1
-2
/
+8
*
Add initial support for immediates. This allows us to compile this:
Chris Lattner
2006-02-04
1
-5
/
+15
*
Allow the specification of explicit alignments for constant pool entries.
Evan Cheng
2006-01-31
1
-1
/
+2
*
Handle physreg input/outputs. We now compile this:
Chris Lattner
2006-01-31
1
-1
/
+1
*
Teach the scheduler to emit the appropriate INLINEASM MachineInstr for an
Chris Lattner
2006-01-26
1
-0
/
+29
*
No need to keep track of top and bottom nodes in a group since the vector is
Evan Cheng
2006-01-25
1
-5
/
+0
*
Keep track of bottom / top element of a set of flagged nodes.
Evan Cheng
2006-01-25
1
-1
/
+6
*
Factor out more instruction scheduler code to the base class.
Evan Cheng
2006-01-23
1
-6
/
+234
*
Do some code refactoring on Jim's scheduler in preparation of the new list
Evan Cheng
2006-01-21
1
-1127
/
+24
*
purity++
Duraid Madina
2005-12-29
1
-0
/
+1
*
Disengage DEBUG_LOC from non-PPC targets.
Jim Laskey
2005-12-21
1
-1
/
+1
*
Amend comment.
Jim Laskey
2005-12-19
1
-1
/
+2
*
Create a strong dependency for loads following stores. This will leave a
Jim Laskey
2005-12-19
1
-2
/
+6
*
Keep VC++ happy.
Jeff Cohen
2005-12-18
1
-0
/
+1
*
Fix a bug Sabre was having where the DAG root was a group. The group dominator
Jim Laskey
2005-12-18
1
-1
/
+6
*
Groups were not emitted if the dominator node and the node in the ordering list
Jim Laskey
2005-12-18
1
-10
/
+6
*
Simplify code
Chris Lattner
2005-12-18
1
-7
/
+2
*
Support multiple ValueTypes per RegisterClass, needed for upcoming vector
Nate Begeman
2005-12-01
1
-1
/
+1
*
Added an index field to GlobalAddressSDNode so it can represent X+12, etc.
Evan Cheng
2005-11-30
1
-1
/
+1
*
Switch the allnodes list from a vector of pointers to an ilist of nodes.This ...
Chris Lattner
2005-11-09
1
-11
/
+8
*
Explicitly initialize some instance vars
Chris Lattner
2005-11-08
1
-4
/
+5
*
Let's try ignoring resource utilization on the backward pass.
Jim Laskey
2005-11-07
1
-0
/
+2
*
Fix logic bug in finding retry slot in tally.
Jim Laskey
2005-11-05
1
-15
/
+33
*
Fix a warning
Jim Laskey
2005-11-04
1
-0
/
+1
[prev]
[next]