1. 860d4a7 really fix an off-by-one error by Chris Lattner · 15 years ago
  2. 5007e1e switch the value# in OPC_CompleteMatch and OPC_EmitNode to use a by Chris Lattner · 15 years ago
  3. 3e22f2d add a new Push2 opcode for targets (like cellspu) which have by Chris Lattner · 15 years ago
  4. 12a667c add a new CheckMultiOpcode opcode for checking that a node by Chris Lattner · 15 years ago
  5. 8fbad24 emit table indexes before each row so that it is debuggable. by Chris Lattner · 15 years ago
  6. bef2a51 fix a table size miscomputation, target opcodes are 2 bytes. by Chris Lattner · 15 years ago
  7. 984e188 emit to the right streams, to avoid emitting the push body before the push. by Chris Lattner · 15 years ago
  8. 77f2e27 implement the last known missing feature: updating uses of results by Chris Lattner · 15 years ago
  9. 8e946be Lots of improvements to the new dagisel emitter. This gets it to by Chris Lattner · 15 years ago
  10. 906b499 add emitter support for integer constants and simple physreg references. by Chris Lattner · 15 years ago
  11. 845c042 add support for referencing registers and immediates, by Chris Lattner · 15 years ago
  12. b49985a start sketching out the structure of code for result emission generation. by Chris Lattner · 15 years ago
  13. bd8227f rename the child field to 'next'. This is not a parent/child by Chris Lattner · 15 years ago
  14. 8ef9c79 eliminate the MatcherNodeWithChild class, give the 'child' field to MatcherNode. by Chris Lattner · 15 years ago
  15. 781f359 improve comments, the matcher is now feature complete, on to codegen. by Chris Lattner · 15 years ago
  16. 9a747f1 Emulate the current isel's "IsChainCompatible" logic for now. by Chris Lattner · 15 years ago
  17. c96087b improve comments on OPC_Record to say what we're recording a node. by Chris Lattner · 15 years ago
  18. 5be6e59 improve comments in generated matcher a bit. by Chris Lattner · 15 years ago
  19. e609a51 make the new isel generator plop out a CheckComplexPattern function by Chris Lattner · 15 years ago
  20. 21390d7 convert the new matcher to check intermediate nodes for a single by Chris Lattner · 15 years ago
  21. 050a03d generate code for node and pattern predicates. Note that this won't by Chris Lattner · 15 years ago
  22. e02ea54 refactor some code into a local class. by Chris Lattner · 15 years ago
  23. e39650a add support for the new isel matcher to generate by Chris Lattner · 15 years ago
  24. da272d1 Check in the first big step of rewriting DAGISelEmitter to by Chris Lattner · 15 years ago