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
/
include
/
llvm
/
CodeGen
/
ScheduleDAG.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
If a node that defines a physical register that is expensive to copy. The
Evan Cheng
2007-10-05
1
-1
/
+5
*
Remove simple scheduler.
Evan Cheng
2007-10-01
1
-18
/
+0
*
If two instructions are both two-address code, favors (schedule closer to
Evan Cheng
2007-09-28
1
-2
/
+2
*
Trim some unneeded fields.
Evan Cheng
2007-09-28
1
-23
/
+10
*
Oops. Forgot this.
Evan Cheng
2007-09-26
1
-1
/
+7
*
Added major new capabilities to scheduler (only BURR for now) to support phys...
Evan Cheng
2007-09-25
1
-28
/
+99
*
Use struct SDep instead of std::pair for SUnit pred and succ lists. First step
Evan Cheng
2007-09-19
1
-18
/
+28
*
Add an option, -view-sunit-dags, for viewing the actual SUnit DAGs used by
Dan Gohman
2007-08-28
1
-0
/
+68
*
Instead of adding copyfromreg's to handle physical definitions. Now isel can
Evan Cheng
2007-08-02
1
-0
/
+9
*
Teach DAG scheduling how to properly emit subreg insert/extract machine instr...
Christopher Lamb
2007-07-26
1
-0
/
+5
*
When a node value is only used by a CopyToReg, use the user's dest. This shou...
Evan Cheng
2007-07-10
1
-2
/
+2
*
switch the VRBaseMap in the scheduler from an std::map to a DenseMap. This
Chris Lattner
2007-02-04
1
-2
/
+2
*
switch the sched unit map over to use a DenseMap instead of std::map. This
Chris Lattner
2007-02-03
1
-2
/
+3
*
rename DenseMap to IndexedMap.
Chris Lattner
2007-02-01
1
-3
/
+2
*
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
Jim Laskey
2007-01-26
1
-1
/
+1
*
Move to operand constraints for two-address instructions.
Evan Cheng
2006-11-04
1
-1
/
+12
*
switch the SUnit pred/succ sets from being std::sets to being smallvectors.
Chris Lattner
2006-08-17
1
-3
/
+30
*
Convert vector to smallvector: 4% speedup.
Chris Lattner
2006-08-16
1
-1
/
+1
*
Now that the ISel is available, it's possible to create a default instruction
Jim Laskey
2006-08-01
1
-0
/
+5
*
1. Change use of "Cache" to "Default".
Jim Laskey
2006-08-01
1
-6
/
+14
*
Introducing plugable register allocators and instruction schedulers.
Jim Laskey
2006-08-01
1
-10
/
+16
*
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-05-24
1
-1
/
+1
*
Revert an un-intended change
Evan Cheng
2006-05-13
1
-12
/
+0
*
Add capability to scheduler to commute nodes for profit.
Evan Cheng
2006-05-12
1
-4
/
+5
*
Refactor scheduler code. Move register-reduction list scheduler to a
Evan Cheng
2006-05-11
1
-0
/
+111
*
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-22
1
-0
/
+1
*
Move simple-selector-specific types to the simple selector.
Chris Lattner
2006-03-10
1
-201
/
+0
*
Simplify the interface to the schedulers, to not pass the selected heuristic
Chris Lattner
2006-03-10
1
-14
/
+4
*
Move some simple-sched-specific instance vars to the simple scheduler.
Chris Lattner
2006-03-10
1
-23
/
+2
*
move some simple scheduler methods into the simple scheduler
Chris Lattner
2006-03-10
1
-29
/
+0
*
Make EmitNode take a SDNode instead of a NodeInfo*
Chris Lattner
2006-03-10
1
-1
/
+1
*
Store VRBase in a map, not in NodeInfo.
Chris Lattner
2006-03-10
1
-12
/
+5
*
make some methods protected instead of private
Chris Lattner
2006-03-10
1
-4
/
+4
*
Change the interface for getting a target HazardRecognizer to be more clean.
Chris Lattner
2006-03-08
1
-6
/
+3
*
Hoist the HazardRecognizer out of the ScheduleDAGList.cpp file to where
Chris Lattner
2006-03-06
1
-6
/
+52
*
add an emitnoop method
Chris Lattner
2006-03-05
1
-2
/
+6
*
Breathe some life into a comment.
Jim Laskey
2006-03-05
1
-1
/
+1
*
Add a new scheduling type. This is, of course, a hack. Proper factoring
Chris Lattner
2006-03-05
1
-3
/
+8
*
add a method
Chris Lattner
2006-02-24
1
-0
/
+3
*
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Chris Lattner
2006-02-22
1
-1
/
+1
*
Get rid of some memory leaks identified by Valgrind
Evan Cheng
2006-02-04
1
-5
/
+20
*
Duh.
Evan Cheng
2006-01-26
1
-2
/
+2
*
No need to keep track of top and bottom nodes in a group since the vector is
Evan Cheng
2006-01-25
1
-5
/
+3
*
Some minor scheduler changes.
Evan Cheng
2006-01-25
1
-4
/
+9
*
Skeleton of the list schedule.
Evan Cheng
2006-01-23
1
-3
/
+9
*
Factor out more instruction scheduler code to the base class.
Evan Cheng
2006-01-23
1
-9
/
+58
*
Visual Studio neurotic about inconsistent class/struct usage.
Jeff Cohen
2006-01-22
1
-1
/
+1
*
Do some code refactoring on Jim's scheduler in preparation of the new list
Evan Cheng
2006-01-21
1
-0
/
+288