index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
/
ScheduleDAGRRList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use std::set instead of std::priority_queue for the RegReductionPriorityQueue.
Roman Levenstein
2008-04-29
1
-44
/
+29
*
Fix the new scheduler assertion checks to work when
Dan Gohman
2008-04-15
1
-2
/
+10
*
Treat EntryToken nodes as "passive" so that they aren't added to the
Dan Gohman
2008-04-15
1
-27
/
+45
*
Cosmetic changes.
Evan Cheng
2008-03-29
1
-24
/
+3
*
ifdef out a dead function. Should this be removed?
Chris Lattner
2008-03-28
1
-0
/
+2
*
Fix spelling. Thanks, Duncan! :-)
Roman Levenstein
2008-03-27
1
-1
/
+1
*
Speed-up the SumOfUnscheduledPredsOfSuccs by introducing a new function
Roman Levenstein
2008-03-27
1
-2
/
+25
*
Fixed some spelling errors. Thanks, Duncan!
Roman Levenstein
2008-03-26
1
-52
/
+54
*
Some improvements related to the computation of isReachable.
Roman Levenstein
2008-03-26
1
-54
/
+315
*
Fix typos.
Dan Gohman
2008-03-25
1
-3
/
+3
*
When the register allocator runs out of registers, spill a physical register ...
Evan Cheng
2008-03-11
1
-1
/
+1
*
Rename isOperand() to isOperandOf() (and other similar methods). It always co...
Evan Cheng
2008-03-04
1
-1
/
+1
*
Refactor / clean up code; remove td list scheduler special tie breaker (no re...
Evan Cheng
2008-03-01
1
-78
/
+59
*
Update gcc 4.3 warnings fix patch with recent head changes
Anton Korobeynikov
2008-02-20
1
-6
/
+13
*
Revert 47177, which was incorrect.
Dan Gohman
2008-02-16
1
-1
/
+1
*
Skip over the defs and start at the uses when looking for operands
Dan Gohman
2008-02-15
1
-1
/
+1
*
Use the TargetInstrDescr to determine the number of operands
Dan Gohman
2008-02-15
1
-3
/
+3
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-15
/
+15
*
Use empty() instead of comparing size() with zero.
Dan Gohman
2008-01-29
1
-1
/
+1
*
Fix a typo in a comment.
Dan Gohman
2008-01-29
1
-1
/
+1
*
Fix a typo in a comment.
Dan Gohman
2008-01-29
1
-1
/
+0
*
Special copy SUnit's do not have SDNode's.
Evan Cheng
2008-01-09
1
-2
/
+2
*
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
1
-6
/
+6
*
simplify some code.
Chris Lattner
2008-01-07
1
-10
/
+13
*
Rename all the M_* flags to be namespace qualified enums, and switch
Chris Lattner
2008-01-07
1
-1
/
+1
*
Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor
Chris Lattner
2008-01-07
1
-9
/
+10
*
Update CodeGen for MRegisterInfo --> TargetInstrInfo changes.
Owen Anderson
2008-01-07
1
-1
/
+1
*
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-31
1
-1
/
+0
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
More accurate checks for two-address constraints.
Evan Cheng
2007-12-20
1
-8
/
+40
*
Bring back a burr scheduling heuristic that's still needed.
Evan Cheng
2007-12-20
1
-5
/
+34
*
FIX for PR1799: When a load is unfolded from an instruction, check if it is a...
Evan Cheng
2007-12-18
1
-26
/
+36
*
Bug fix. Passive nodes are not in SUnitMap.
Evan Cheng
2007-11-09
1
-3
/
+6
*
Add pseudo dependency to force two-address instruction to be scheduled after
Evan Cheng
2007-11-06
1
-2
/
+5
*
One mundane change: Change ReplaceAllUsesOfValueWith to *optionally*
Chris Lattner
2007-10-15
1
-4
/
+2
*
EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG like
Evan Cheng
2007-10-12
1
-0
/
+13
*
Fix a typo in a comment.
Dan Gohman
2007-10-05
1
-1
/
+1
*
Chain producing nodes cannot be moved, not chain reading nodes.
Evan Cheng
2007-10-05
1
-5
/
+7
*
Oops. Didn't mean to leave this in.
Evan Cheng
2007-10-05
1
-1
/
+0
*
If a node that defines a physical register that is expensive to copy. The
Evan Cheng
2007-10-05
1
-19
/
+132
*
If two instructions are both two-address code, favors (schedule closer to
Evan Cheng
2007-09-28
1
-3
/
+20
*
Remove a poor scheduling heuristic.
Evan Cheng
2007-09-28
1
-34
/
+5
*
Trim some unneeded fields.
Evan Cheng
2007-09-28
1
-17
/
+8
*
Avoid inserting a live register more than once.
Evan Cheng
2007-09-27
1
-8
/
+18
*
Boogs.
Evan Cheng
2007-09-27
1
-10
/
+10
*
Be smarter about which node to force schedule. Reduce # of duplications + cop...
Evan Cheng
2007-09-27
1
-84
/
+120
*
Backtracking only when it won't create a cycle.
Evan Cheng
2007-09-27
1
-23
/
+35
*
- Move getPhysicalRegisterRegClass() from ScheduleDAG to MRegisterInfo.
Evan Cheng
2007-09-26
1
-65
/
+145
*
Added major new capabilities to scheduler (only BURR for now) to support phys...
Evan Cheng
2007-09-25
1
-71
/
+398
*
Use struct SDep instead of std::pair for SUnit pred and succ lists. First step
Evan Cheng
2007-09-19
1
-22
/
+22
[next]