1. e81aecb Disengage DEBUG_LOC from non-PPC targets. by Jim Laskey · 20 years ago
  2. d845582 Amend comment. by Jim Laskey · 20 years ago
  3. de48ee2 Create a strong dependency for loads following stores. This will leave a by Jim Laskey · 20 years ago
  4. 18840db Keep VC++ happy. by Jeff Cohen · 20 years ago
  5. bd2b621 Fix a bug Sabre was having where the DAG root was a group. The group dominator by Jim Laskey · 20 years ago
  6. 9022ed9 Groups were not emitted if the dominator node and the node in the ordering list by Jim Laskey · 20 years ago
  7. a5282d8 Simplify code by Chris Lattner · 20 years ago
  8. 6510b22 Support multiple ValueTypes per RegisterClass, needed for upcoming vector by Nate Begeman · 20 years ago
  9. 61ca74b Added an index field to GlobalAddressSDNode so it can represent X+12, etc. by Evan Cheng · 20 years ago
  10. de202b3 Switch the allnodes list from a vector of pointers to an ilist of nodes.This eliminates the vector, allows constant time removal of a node froma graph, and makes iteration over the all nodes list stable when adding by Chris Lattner · 20 years ago
  11. 4012eb2 Explicitly initialize some instance vars by Chris Lattner · 20 years ago
  12. 26b91eb Let's try ignoring resource utilization on the backward pass. by Jim Laskey · 20 years ago
  13. a5e5bff Fix logic bug in finding retry slot in tally. by Jim Laskey · 20 years ago
  14. 54f997d Fix a warning by Jim Laskey · 20 years ago
  15. 7d090f3 Scheduling now uses itinerary data. by Jim Laskey · 20 years ago
  16. 5a608dd by Jim Laskey · 20 years ago
  17. a417652 Reduce the number of copies emitted as machine instructions by by Chris Lattner · 20 years ago
  18. 53c523c Inhibit instructions from being pushed before function calls. This will by Jim Laskey · 20 years ago
  19. fab66f6 Finally committing to the new scheduler. Still -sched=none by default. by Jim Laskey · 20 years ago
  20. 089c25c When emiting a CopyFromReg and the source is already a vreg, do not bother by Chris Lattner · 20 years ago
  21. 9d528dc Reverting to version - until problem isolated. by Jim Laskey · 20 years ago
  22. 8ba732b Refactor gathering node info and emission. by Jim Laskey · 20 years ago
  23. dcd5abc silence a bogus warning by Chris Lattner · 20 years ago
  24. a3638c0 Add assertions to the trivial scheduler to check that the value types match by Chris Lattner · 20 years ago
  25. 14765be Codegen CopyFromReg using the regclass that matches the valuetype of the by Chris Lattner · 20 years ago
  26. 505277a Add some very paranoid checking for operand/result reg class matchup by Chris Lattner · 20 years ago
  27. 22f6212 typo by Jim Laskey · 20 years ago
  28. 41755e2 1. Simplify the gathering of node groups. by Jim Laskey · 20 years ago
  29. b6d4c2c 1. Made things node-centric (from operand). by Jim Laskey · 20 years ago
  30. fef80f4 Silence VC++ redeclaration warnings. by Jeff Cohen · 20 years ago
  31. 5324fec Remove some redundancies. by Jim Laskey · 20 years ago
  32. e6b90fb Addition of a simple two pass scheduler. This version is currently hacked up by Jim Laskey · 20 years ago
  33. a639a43 Fix the release build, noticed by Eric van Riet Paap by Chris Lattner · 20 years ago
  34. da8abb0 It is NDEBUG not _NDEBUG by Chris Lattner · 20 years ago
  35. f155635 Name this variable to be what it really is! by Chris Lattner · 20 years ago
  36. 55334fc Handle CopyToReg nodes with flag operands correctly by Chris Lattner · 20 years ago
  37. 82e14db Add a hack to avoid some horrible code in some cases by always emitting by Chris Lattner · 20 years ago
  38. 620c93c fix PHI node emission for basic blocks that have select_cc's in them on ppc32 by Chris Lattner · 20 years ago
  39. 025c39b Call the InsertAtEndOfBasicBlock hook if the usesCustomDAGSchedInserter by Chris Lattner · 20 years ago
  40. 5839bf2 Change ConstantPoolSDNode to actually hold the Constant itself instead of by Chris Lattner · 20 years ago
  41. 376d54f Add support for flag operands by Chris Lattner · 20 years ago
  42. 14b392a Add support for external symbols, and support for variable arity instructions by Chris Lattner · 20 years ago
  43. 23553cf Add a fast-path for register values. Add support for constant pool entries, by Chris Lattner · 20 years ago
  44. 81e72b1 Add support for frame index nodes by Chris Lattner · 20 years ago
  45. f85ab15 Add support for basic blocks, fix a bug in result # computation by Chris Lattner · 20 years ago
  46. fe0c2c8 fix bogus warning by Chris Lattner · 20 years ago
  47. 9b78db7 Add support for global address nodes by Chris Lattner · 20 years ago
  48. 7ef3304 Implement CopyFromReg, TokenFactor, and fix a bug in CopyToReg. This allows by Chris Lattner · 20 years ago
  49. 0189197 Before implementing copyfromreg, we'll implement copytoreg correctly. by Chris Lattner · 20 years ago
  50. 4ccd406 Now that we have operand info for machine instructions, use it to create by Chris Lattner · 20 years ago
  51. ca6aa2f Fix computation of # operands, add a temporary hack for CopyToReg by Chris Lattner · 20 years ago
  52. 068ca15 add a new -view-sched-dags option to view dags as they are sent to the scheduler. by Chris Lattner · 20 years ago
  53. 2d973e4 Implement the first chunk of a code emitter. This is sophisticated enough to by Chris Lattner · 20 years ago
  54. d32b236 new file, obviously just a stub by Chris Lattner · 20 years ago