1. bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 18 years ago
  2. 831e037 switch the VRBaseMap in the scheduler from an std::map to a DenseMap. This by Chris Lattner · 19 years ago
  3. fea997a Fit in 80 columns by Chris Lattner · 19 years ago
  4. f2174da Fixed so that it dereferences the ostream pointer. by Bill Wendling · 19 years ago
  5. 5c7e326 Added an automatic cast to "std::ostream*" etc. from OStream. We then can by Bill Wendling · 19 years ago
  6. 2381f6f It seems the llvm::OStream class does not handle stream manipulators. by John Criswell · 19 years ago
  7. 832171c Removing even more <iostream> includes. by Bill Wendling · 19 years ago
  8. 3ed469c For PR786: by Reid Spencer · 19 years ago
  9. a4f0b3a s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 19 years ago
  10. f492391 Copy the liveins for the first block. PR859 by Jim Laskey · 19 years ago
  11. eb577ba Final polish on machine pass registries. by Jim Laskey · 19 years ago
  12. 9ff542f 1. Change use of "Cache" to "Default". by Jim Laskey · 19 years ago
  13. 13ec702 Introducing plugable register allocators and instruction schedulers. by Jim Laskey · 19 years ago
  14. f8c68f6 Shave another 27K off libllvmgcc.dylib with visibility hidden by Chris Lattner · 19 years ago
  15. 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
  16. a34b6f8 Move simple-selector-specific types to the simple selector. by Chris Lattner · 19 years ago
  17. 20a4921 Simplify the interface to the schedulers, to not pass the selected heuristicin. by Chris Lattner · 19 years ago
  18. 2f5806c Move some simple-sched-specific instance vars to the simple scheduler. by Chris Lattner · 19 years ago
  19. e76074a move some simple scheduler methods into the simple scheduler by Chris Lattner · 19 years ago
  20. be24e59 Push PrepareNodeInfo/IdentifyGroups down the inheritance hierarchy by Chris Lattner · 19 years ago
  21. e70f671 don't copy all itinerary data by Chris Lattner · 19 years ago
  22. 2aa750a Fix VC++ compilation error. by Jeff Cohen · 20 years ago
  23. 4148429 Minor clean up. by Evan Cheng · 20 years ago
  24. dfeeac9 Remove a couple of unnecessary #include's by Evan Cheng · 20 years ago
  25. 4ef1086 Factor out more instruction scheduler code to the base class. by Evan Cheng · 20 years ago
  26. a9c2091 Do some code refactoring on Jim's scheduler in preparation of the new list by Evan Cheng · 20 years ago