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
...
*
Naming consistency.
Evan Cheng
2007-01-08
1
-25
/
+27
*
Fix for PR1075: bottom-up register-reduction scheduling actually increases re...
Evan Cheng
2007-01-08
1
-120
/
+72
*
Removing even more <iostream> includes.
Bill Wendling
2006-12-07
1
-16
/
+15
*
Match TargetInstrInfo changes.
Evan Cheng
2006-12-01
1
-8
/
+4
*
Remove dead code; added a missing null ptr check.
Evan Cheng
2006-11-06
1
-32
/
+1
*
Changes to use operand constraints to process two-address instructions.
Evan Cheng
2006-11-04
1
-44
/
+128
*
silence warning
Chris Lattner
2006-11-03
1
-35
/
+0
*
For PR786:
Reid Spencer
2006-11-02
1
-2
/
+0
*
Clean up.
Evan Cheng
2006-11-01
1
-5
/
+11
*
CopyFromReg starts a live range so its use should not be considered a floater.
Evan Cheng
2006-11-01
1
-1
/
+1
*
Debug tweak.
Evan Cheng
2006-10-14
1
-2
/
+2
*
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-27
1
-1
/
+1
*
switch the SUnit pred/succ sets from being std::sets to being smallvectors.
Chris Lattner
2006-08-17
1
-30
/
+30
*
Final polish on machine pass registries.
Jim Laskey
2006-08-02
1
-1
/
+1
*
1. Change use of "Cache" to "Default".
Jim Laskey
2006-08-01
1
-2
/
+4
*
Introducing plugable register allocators and instruction schedulers.
Jim Laskey
2006-08-01
1
-4
/
+14
*
Use an enumeration to eliminate data relocations.
Jim Laskey
2006-07-21
1
-1
/
+1
*
Use hidden visibility to make symbols in an anonymous namespace get
Chris Lattner
2006-06-28
1
-2
/
+4
*
Shave another 27K off libllvmgcc.dylib with visibility hidden
Chris Lattner
2006-06-28
1
-1
/
+2
*
Make sure the register pressure reduction schedulers work for non-uniform
Evan Cheng
2006-05-30
1
-12
/
+14
*
Turn on -sched-commute-nodes by default.
Evan Cheng
2006-05-25
1
-7
/
+2
*
Fixing 2006-05-01-SchedCausingSpills.ll; some clean up
Evan Cheng
2006-05-13
1
-9
/
+63
*
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
2006-05-12
1
-0
/
+1
*
Add capability to scheduler to commute nodes for profit.
Evan Cheng
2006-05-12
1
-24
/
+46
*
Refactor scheduler code. Move register-reduction list scheduler to a
Evan Cheng
2006-05-11
1
-0
/
+813
[prev]