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
/
ScheduleDAGRRList.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Speculatively disable Dan's commits 143177 and 143179 to see if
Duncan Sands
2011-10-28
1
-134
/
+0
*
Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUW
Dan Gohman
2011-10-28
1
-0
/
+134
*
Change this overloaded use of Sched::Latency to be an overloaded
Dan Gohman
2011-10-24
1
-4
/
+4
*
Remove a now dead function, fixing -Wunused-function warnings from
Chandler Carruth
2011-10-21
1
-20
/
+0
*
Delete the list-tdrr scheduler. Top-down schedulers are going away
Dan Gohman
2011-10-20
1
-203
/
+11
*
PreRA scheduler should avoid cloning compares.
Andrew Trick
2011-09-01
1
-1
/
+35
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
1
-20
/
+20
*
More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.
Evan Cheng
2011-06-27
1
-1
/
+1
*
pre-RA-sched: Cleanup register pressure tracking.
Andrew Trick
2011-06-27
1
-7
/
+3
*
Distinguish early clobber output operands from clobbered registers.
Jakob Stoklund Olesen
2011-06-27
1
-1
/
+2
*
Fix some trailing issues from my introduction of MVT::untyped and its use for...
Owen Anderson
2011-06-21
1
-1
/
+11
*
Remove unused but set variables.
Benjamin Kramer
2011-06-18
1
-2
/
+0
*
Add a new MVT::untyped. This will be used in future work for modelling ISA f...
Owen Anderson
2011-06-15
1
-9
/
+39
*
Added -stress-sched flag in the Asserts build.
Andrew Trick
2011-06-15
1
-14
/
+42
*
Remove a temporary test case probe in CheckForLiveRegDef.
Andrew Trick
2011-06-08
1
-1
/
+0
*
Fix a merge bug in preRAsched for handling physreg aliases.
Andrew Trick
2011-06-07
1
-4
/
+6
*
Be careful about scheduling nodes above previous calls. It increase usages of
Evan Cheng
2011-04-26
1
-1
/
+42
*
Fix typo
Evan Cheng
2011-04-26
1
-1
/
+1
*
In the pre-RA scheduler, maintain cmp+br proximity.
Andrew Trick
2011-04-14
1
-13
/
+53
*
Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat...
Andrew Trick
2011-04-13
1
-110
/
+176
*
Revert 129383. It causes some targets to hit a scheduler assert.
Andrew Trick
2011-04-12
1
-177
/
+111
*
PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency.
Andrew Trick
2011-04-12
1
-111
/
+177
*
Added a check in the preRA scheduler for potential interference on a
Andrew Trick
2011-04-07
1
-4
/
+55
*
Fix for -pre-RA-sched=source.
Andrew Trick
2011-03-25
1
-0
/
+2
*
Ensure that def-side physreg copies are scheduled above any other uses
Andrew Trick
2011-03-23
1
-0
/
+9
*
whitespace
Andrew Trick
2011-03-23
1
-2
/
+2
*
Grammar-o.
Eric Christopher
2011-03-21
1
-1
/
+1
*
Re-commit 127368 and 127371. They are exonerated.
Evan Cheng
2011-03-10
1
-5
/
+11
*
Revert 127368 and 127371 for now.
Evan Cheng
2011-03-09
1
-11
/
+5
*
Change the definition of TargetRegisterInfo::getCrossCopyRegClass to be more
Evan Cheng
2011-03-09
1
-5
/
+11
*
Fix typo, make helper static.
Benjamin Kramer
2011-03-09
1
-3
/
+3
*
Fix some latent bugs if the nodes are unschedulable. We'd gotten away
Eric Christopher
2011-03-08
1
-1
/
+6
*
Further improvements to pre-RA-sched=list-ilp.
Andrew Trick
2011-03-08
1
-17
/
+62
*
Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.
Cameron Zwarich
2011-03-07
1
-1
/
+1
*
Typo.
Eric Christopher
2011-03-06
1
-1
/
+1
*
Disable a couple of experimental heuristics to get the best results from the ...
Andrew Trick
2011-03-06
1
-2
/
+2
*
Be explicit with abs(). Visual Studio workaround.
Andrew Trick
2011-03-05
1
-4
/
+6
*
Missing comment.
Andrew Trick
2011-03-05
1
-0
/
+2
*
Increased the register pressure limit on x86_64 from 8 to 12
Andrew Trick
2011-03-05
1
-22
/
+143
*
Minor pre-RA-sched fixes and cleanup.
Andrew Trick
2011-03-04
1
-7
/
+15
*
Introducing a new method of tracking register pressure. We can't
Andrew Trick
2011-02-04
1
-111
/
+62
*
Remove a temporary workaround for a lencod miscompile. Depends on the fix in ...
Andrew Trick
2011-01-27
1
-2
/
+0
*
Temporarily workaround JM/lencod miscompile (SIGSEGV).
Andrew Trick
2011-01-24
1
-0
/
+2
*
Enable support for precise scheduling of the instruction selection
Andrew Trick
2011-01-21
1
-1
/
+1
*
Convert -enable-sched-cycles and -enable-sched-hazard to -disable
Andrew Trick
2011-01-21
1
-29
/
+31
*
Selection DAG scheduler register pressure heuristic fixes.
Andrew Trick
2011-01-20
1
-8
/
+27
*
Support for precise scheduling of the instruction selection DAG,
Andrew Trick
2011-01-14
1
-537
/
+663
*
Minor cleanup related to my latest scheduler changes.
Andrew Trick
2010-12-24
1
-3
/
+5
*
Fix a few cases where the scheduler is not checking for phys reg copies. The ...
Andrew Trick
2010-12-24
1
-3
/
+10
*
Various bits of framework needed for precise machine-level selection
Andrew Trick
2010-12-24
1
-60
/
+367
[prev]
[next]