1. 7d56d2c * Eliminate `using' directive * Make code layout more consistent by Misha Brukman · 22 years ago
  2. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  3. cc85d45 First version of SchedGraph common class and refactoring of SchedGraph. by Tanya Lattner · 22 years ago
  4. 24c1d5e Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLiveVarInfo.h by Chris Lattner · 23 years ago
  5. 36051c0 Move function to cpp file from header by Chris Lattner · 23 years ago
  6. 967c38f Remove usage of MachineBasicBlock::get by Chris Lattner · 23 years ago
  7. 02e7a86 * Removed extraneous #includes by Chris Lattner · 23 years ago
  8. e98dd5f *** empty log message *** by Chris Lattner · 23 years ago
  9. 19c55db A single MachineInstr operand may now be both a def and a use, by Vikram S. Adve · 23 years ago
  10. d5a8470 Eliminate duplicate or unneccesary #include's by Chris Lattner · 24 years ago
  11. f998685 s/Method/Function by Chris Lattner · 24 years ago
  12. f739fa8 s/Method/Function by Chris Lattner · 24 years ago
  13. 9db158f Bug fix: nextToTry was not being initialized in one case. by Vikram S. Adve · 24 years ago
  14. 60a6591 Method.h no longer includes BasicBlock.h by Chris Lattner · 24 years ago
  15. ea13e0a Convert operand iterator over to work like an STL iterator by Chris Lattner · 24 years ago
  16. 7e5ee42 Minor change: Methods that return ValueSet's that are guaranteed to be valid by Chris Lattner · 24 years ago
  17. b1def73 * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static by Chris Lattner · 24 years ago
  18. 3da53ad * Add a #include not indirectly included any more by Chris Lattner · 24 years ago
  19. 6974172 * The itf exposed by InstrScheduling is now a single function to create the right pass by Chris Lattner · 24 years ago
  20. 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  21. 2413b16 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 24 years ago
  22. 5de2204 Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  23. dff0a89 Major improvement to how nodes are built for a BB. by Vikram S. Adve · 24 years ago
  24. bb09a10 Pull iterators out of CFG.h and CFGdecls and put them in Support directory by Chris Lattner · 24 years ago
  25. 8656a80 Format file header. by Vikram S. Adve · 24 years ago
  26. 8d44b99 Chris seems fond of #include <vector>. Fix these. Also convert use list in by Chris Lattner · 24 years ago
  27. e99c9ac Remove unneeded #includes by Chris Lattner · 24 years ago
  28. 138c3bb Class that encapsulates priority heuristics for instruction scheduling. by Vikram S. Adve · 24 years ago