Skip to content
  1. Feb 24, 2009
  2. Feb 07, 2009
  3. Nov 28, 2008
  4. Nov 12, 2008
  5. Oct 25, 2008
    • Dan Gohman's avatar
      Move the code that adds the DeadMachineInstructionElimPass from · 19145317
      Dan Gohman authored
      target-independent code to target-specific code. This prevents it
      from running on targets that aren't using fast-isel.
      
      In addition to saving compile time, this addresses the problem
      that not all targets are prepared for it. In order to use this
      pass, all instructions must declare all their fixed uses and
      defs of physical registers.
      
      llvm-svn: 58144
      19145317
  6. Oct 18, 2008
    • Dan Gohman's avatar
      Teach DAGCombine to fold constant offsets into GlobalAddress nodes, · 2fe6bee5
      Dan Gohman authored
      and add a TargetLowering hook for it to use to determine when this
      is legal (i.e. not in PIC mode, etc.)
      
      This allows instruction selection to emit folded constant offsets
      in more cases, such as the included testcase, eliminating the need
      for explicit arithmetic instructions.
      
      This eliminates the need for the C++ code in X86ISelDAGToDAG.cpp
      that attempted to achieve the same effect, but wasn't as effective.
      
      Also, fix handling of offsets in GlobalAddressSDNodes in several
      places, including changing GlobalAddressSDNode's offset from
      int to int64_t.
      
      The Mips, Alpha, Sparc, and CellSPU targets appear to be
      unaware of GlobalAddress offsets currently, so set the hook to
      false on those targets.
      
      llvm-svn: 57748
      2fe6bee5
  7. Oct 14, 2008
  8. Sep 26, 2008
    • Dan Gohman's avatar
      Factor out the code for determining when symblic addresses · 007a6bb9
      Dan Gohman authored
      require RIP-relative addressing and use it to fix a bug
      in X86FastISel in x86-64 PIC mode, where it was trying to
      use base/index registers with RIP-relative addresses. This
      fixes a bunch of x86-64 testsuite failures.
      
      llvm-svn: 56676
      007a6bb9
  9. Sep 25, 2008
  10. Aug 21, 2008
  11. Aug 17, 2008
  12. Aug 12, 2008
  13. Jul 09, 2008
  14. Jun 22, 2008
  15. May 23, 2008
  16. May 13, 2008
  17. Apr 23, 2008
  18. Mar 23, 2008
  19. Mar 11, 2008
  20. Feb 29, 2008
  21. Feb 28, 2008
  22. Feb 20, 2008
  23. Jan 08, 2008
  24. Dec 29, 2007
  25. Dec 22, 2007
  26. Aug 06, 2007
  27. Aug 04, 2007
  28. Aug 03, 2007
  29. Jul 20, 2007
  30. Jul 09, 2007
  31. Feb 23, 2007
  32. Feb 14, 2007
  33. Feb 08, 2007
Loading