1. 6d0c25e Add support for fast isel of (integer) immediate materialization pattens, and use them to support by Owen Anderson · 17 years ago
  2. 0bfb752 Add a few comments. by Dan Gohman · 17 years ago
  3. 22bb311 Factor out the predicate check code from DAGISelEmitter.cpp by Dan Gohman · 17 years ago
  4. d5fe57d Basic fast-isel support for instructions with constant int operands. by Dan Gohman · 17 years ago
  5. 520b50c Remove the code that limited FastISel to certain fixed signatures. by Dan Gohman · 17 years ago
  6. c7f72de Begin making more use of the FastISelEmitter class. by Dan Gohman · 17 years ago
  7. 83babde Remove an obsolete todo comment. by Dan Gohman · 17 years ago
  8. 1e0ee4b Factor the code for determining the target-specific instruction by Dan Gohman · 17 years ago
  9. bb46633 Simplify FastISel's constructor argument list, make the FastISel by Dan Gohman · 17 years ago
  10. cf711aa For now, restrict FastISel to instructions that only involve one register class. by Dan Gohman · 17 years ago
  11. d1d2ee8 Factor out the code to scan an instruction's operands into a helper function. by Dan Gohman · 17 years ago
  12. 379cad4 Add more comments. by Dan Gohman · 17 years ago
  13. 56e0f87 Fix indentation in FastISel tablegen-emitted code. by Dan Gohman · 17 years ago
  14. f4137b5 Add more checking to filter out more kinds of things that by Dan Gohman · 17 years ago
  15. 5672634 80 columns. by Dan Gohman · 17 years ago
  16. 04b7dfb Add a few doxygen comments. by Dan Gohman · 17 years ago
  17. b0cf29c Initial checkin of the new "fast" instruction selection support. See by Dan Gohman · 17 years ago