Skip to content
  1. Sep 25, 2008
  2. Sep 24, 2008
  3. Sep 23, 2008
  4. Sep 22, 2008
  5. Sep 21, 2008
  6. Sep 20, 2008
  7. Sep 19, 2008
  8. Sep 18, 2008
  9. Sep 17, 2008
    • Dan Gohman's avatar
      FastISel: For calls, prefer using the callee's address as a constant · af13bf1e
      Dan Gohman authored
      over having it in a register. And wait until after checking type
      legality before requesting that the callee address be placed in a
      register. Also, fix support for calls with void return type.
      
      This speeds up fast-isel isel time by about 15% and reduces
      instruction counts by about 3% overall on certain testcases. It also
      changes many indirect calls to direct calls.
      
      llvm-svn: 56292
      af13bf1e
Loading