Mark all calls as "could throw", when exceptions are enabled. Emit necessary LP info...
[oota-llvm.git] / lib / CodeGen / SelectionDAG / ScheduleDAGSimple.cpp
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-02-04 Chris Lattnerswitch the VRBaseMap in the scheduler from an std:...
2007-02-01 Chris LattnerFit in 80 columns
2006-12-17 Bill WendlingFixed so that it dereferences the ostream pointer.
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-11 John CriswellIt seems the llvm::OStream class does not handle stream...
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-11-02 Reid SpencerFor PR786:
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...