index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
ScheduleDAG.h
Age
Commit message (
Expand
)
Author
2007-02-04
switch the VRBaseMap in the scheduler from an std::map to a DenseMap. This
Chris Lattner
2007-02-03
switch the sched unit map over to use a DenseMap instead of std::map. This
Chris Lattner
2007-02-01
rename DenseMap to IndexedMap.
Chris Lattner
2007-01-26
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
Jim Laskey
2006-11-04
Move to operand constraints for two-address instructions.
Evan Cheng
2006-08-17
switch the SUnit pred/succ sets from being std::sets to being smallvectors.
Chris Lattner
2006-08-16
Convert vector to smallvector: 4% speedup.
Chris Lattner
2006-08-01
Now that the ISel is available, it's possible to create a default instruction
Jim Laskey
2006-08-01
1. Change use of "Cache" to "Default".
Jim Laskey
2006-08-01
Introducing plugable register allocators and instruction schedulers.
Jim Laskey
2006-05-24
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-05-13
Revert an un-intended change
Evan Cheng
2006-05-12
Add capability to scheduler to commute nodes for profit.
Evan Cheng
2006-05-11
Refactor scheduler code. Move register-reduction list scheduler to a
Evan Cheng
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-03-10
Move simple-selector-specific types to the simple selector.
Chris Lattner
2006-03-10
Simplify the interface to the schedulers, to not pass the selected heuristic
Chris Lattner
2006-03-10
Move some simple-sched-specific instance vars to the simple scheduler.
Chris Lattner
2006-03-10
move some simple scheduler methods into the simple scheduler
Chris Lattner
2006-03-10
Make EmitNode take a SDNode instead of a NodeInfo*
Chris Lattner
2006-03-10
Store VRBase in a map, not in NodeInfo.
Chris Lattner
2006-03-10
make some methods protected instead of private
Chris Lattner
2006-03-08
Change the interface for getting a target HazardRecognizer to be more clean.
Chris Lattner
2006-03-06
Hoist the HazardRecognizer out of the ScheduleDAGList.cpp file to where
Chris Lattner
2006-03-05
add an emitnoop method
Chris Lattner
2006-03-05
Breathe some life into a comment.
Jim Laskey
2006-03-05
Add a new scheduling type. This is, of course, a hack. Proper factoring
Chris Lattner
2006-02-24
add a method
Chris Lattner
2006-02-22
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Chris Lattner
2006-02-04
Get rid of some memory leaks identified by Valgrind
Evan Cheng
2006-01-26
Duh.
Evan Cheng
2006-01-25
No need to keep track of top and bottom nodes in a group since the vector is
Evan Cheng
2006-01-25
Some minor scheduler changes.
Evan Cheng
2006-01-23
Skeleton of the list schedule.
Evan Cheng
2006-01-23
Factor out more instruction scheduler code to the base class.
Evan Cheng
2006-01-22
Visual Studio neurotic about inconsistent class/struct usage.
Jeff Cohen
2006-01-21
Do some code refactoring on Jim's scheduler in preparation of the new list
Evan Cheng