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
/
lib
/
CodeGen
/
SelectionDAG
/
ScheduleDAGSimple.cpp
Age
Commit message (
Expand
)
Author
2006-06-28
Shave another 27K off libllvmgcc.dylib with visibility hidden
Chris Lattner
2006-05-12
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
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 heuristicin.
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
Push PrepareNodeInfo/IdentifyGroups down the inheritance hierarchy
Chris Lattner
2006-03-09
don't copy all itinerary data
Chris Lattner
2006-01-24
Fix VC++ compilation error.
Jeff Cohen
2006-01-23
Minor clean up.
Evan Cheng
2006-01-23
Remove a couple of unnecessary #include's
Evan Cheng
2006-01-23
Factor out more instruction scheduler code to the base class.
Evan Cheng
2006-01-21
Do some code refactoring on Jim's scheduler in preparation of the new list
Evan Cheng