1. 70647e8 We need to check that the return type is correct, even in cases where we don't by Owen Anderson · 17 years ago
  2. abb1f16 Throw the switch to allow FastISel to emit instructions whose return types different from their inputs. Next step: adding lowering pattens in FastISel that actually use these newly available opcodes. by Owen Anderson · 17 years ago
  3. 71669e5 Enhance TableGen to emit code for FastISel of opcodes with variadic return types without slowing down opcodes that are not variadic. No such opcodes are currently generated, but in theory it should be a matter of just hitting the switch. by Owen Anderson · 17 years ago
  4. 0f84e4e Add a RetVT parameter to emitted FastISel methods, so that we will be able to pass the desired return by Owen Anderson · 17 years ago
  5. 7b2e579 Deepen the map structure tablegen uses to compute FastISel patterns, in preparation for having patterns by Owen Anderson · 17 years ago
  6. 6d0c25e Add support for fast isel of (integer) immediate materialization pattens, and use them to support by Owen Anderson · 17 years ago
  7. 0bfb752 Add a few comments. by Dan Gohman · 17 years ago
  8. 22bb311 Factor out the predicate check code from DAGISelEmitter.cpp by Dan Gohman · 17 years ago
  9. d5fe57d Basic fast-isel support for instructions with constant int operands. by Dan Gohman · 17 years ago
  10. 520b50c Remove the code that limited FastISel to certain fixed signatures. by Dan Gohman · 17 years ago
  11. c7f72de Begin making more use of the FastISelEmitter class. by Dan Gohman · 17 years ago
  12. 83babde Remove an obsolete todo comment. by Dan Gohman · 17 years ago
  13. 1e0ee4b Factor the code for determining the target-specific instruction by Dan Gohman · 17 years ago
  14. bb46633 Simplify FastISel's constructor argument list, make the FastISel by Dan Gohman · 17 years ago
  15. cf711aa For now, restrict FastISel to instructions that only involve one register class. by Dan Gohman · 17 years ago
  16. d1d2ee8 Factor out the code to scan an instruction's operands into a helper function. by Dan Gohman · 17 years ago
  17. 379cad4 Add more comments. by Dan Gohman · 17 years ago
  18. 56e0f87 Fix indentation in FastISel tablegen-emitted code. by Dan Gohman · 17 years ago
  19. f4137b5 Add more checking to filter out more kinds of things that by Dan Gohman · 17 years ago
  20. 5672634 80 columns. by Dan Gohman · 17 years ago
  21. 04b7dfb Add a few doxygen comments. by Dan Gohman · 17 years ago
  22. b0cf29c Initial checkin of the new "fast" instruction selection support. See by Dan Gohman · 17 years ago