s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
[oota-llvm.git] / lib / CodeGen / SelectionDAG / ScheduleDAGSimple.cpp
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-08-03 Jim LaskeyCopy the liveins for the first block. PR859
2006-08-02 Jim LaskeyFinal polish on machine pass registries.
2006-08-01 Jim Laskey1. Change use of "Cache" to "Default".
2006-08-01 Jim LaskeyIntroducing plugable register allocators and instructio...
2006-06-28 Chris LattnerShave another 27K off libllvmgcc.dylib with visibility...
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-03-10 Chris LattnerMove simple-selector-specific types to the simple selector.
2006-03-10 Chris LattnerSimplify the interface to the schedulers, to not pass...
2006-03-10 Chris LattnerMove some simple-sched-specific instance vars to the...
2006-03-10 Chris Lattnermove some simple scheduler methods into the simple...
2006-03-10 Chris LattnerPush PrepareNodeInfo/IdentifyGroups down the inheritanc...
2006-03-09 Chris Lattnerdon't copy all itinerary data
2006-01-24 Jeff CohenFix VC++ compilation error.
2006-01-23 Evan ChengMinor clean up.
2006-01-23 Evan ChengRemove a couple of unnecessary #include's
2006-01-23 Evan ChengFactor out more instruction scheduler code to the base...
2006-01-21 Evan ChengDo some code refactoring on Jim's scheduler in preparat...