Skip to content
  1. Apr 07, 2009
  2. Apr 03, 2009
  3. Apr 02, 2009
  4. Mar 31, 2009
  5. Mar 30, 2009
  6. Mar 28, 2009
  7. Mar 27, 2009
  8. Mar 26, 2009
  9. Mar 25, 2009
  10. Mar 24, 2009
  11. Mar 23, 2009
  12. Mar 19, 2009
  13. Mar 18, 2009
    • Chris Lattner's avatar
      Disable the "call to immediate" optimization on x86-64. It is · a6bed3e9
      Chris Lattner authored
      not safe in general because the immediate could be an arbitrary
      value that does not fit in a 32-bit pcrel displacement.  
      Conservatively fall back to loading the value into a register
      and calling through it.
      
      We still do the optzn on X86-32.
      
      llvm-svn: 67142
      a6bed3e9
  14. Mar 17, 2009
  15. Mar 14, 2009
Loading