1. 7f74a56 Changes to build successfully with GCC 3.02 by Chris Lattner · 24 years ago
  2. 5de2204 Create a new #include "Support/..." directory structure to move things by Chris Lattner · 24 years ago
  3. dff0a89 Major improvement to how nodes are built for a BB. by Vikram S. Adve · 24 years ago
  4. 313a36f Use node->getOpCode() instead of node->getMachineInstr()->getOpCode(). by Vikram S. Adve · 24 years ago
  5. 80310bb MachineCodeForMethod is now an annotation on class Method. by Vikram S. Adve · 24 years ago
  6. 9a64573 Modify code that processes delay slots so that it preserves any by Vikram S. Adve · 24 years ago
  7. d50b665 Don't insert useful instructions in delay slot of a RETURN. by Vikram S. Adve · 24 years ago
  8. 819635e Bug fixes: by Vikram S. Adve · 24 years ago
  9. 703297c Add new entry/exit edges when removing delay slot nodes from the graph. by Vikram S. Adve · 24 years ago
  10. 8d44b99 Chris seems fond of #include <vector>. Fix these. Also convert use list in by Chris Lattner · 24 years ago
  11. 87b3bf6 Split Target/Machine.h into three files: * Machine.h * InstInfo.h * SchedInfo.h by Chris Lattner · 24 years ago
  12. 22a6a90 Make a new llvm/Target #include directory. by Chris Lattner · 24 years ago
  13. f8464e4 Checkin changes to: by Chris Lattner · 24 years ago
  14. facf074 I really don't like it when people break the build. by Chris Lattner · 24 years ago
  15. bbf7656 * Remove lots of #includes by Chris Lattner · 24 years ago
  16. 3148b83 Implementation of instruction scheduling for LLVM. by Vikram S. Adve · 24 years ago