Skip to content
  1. Feb 26, 2008
    • Bill Wendling's avatar
      De-tabify · 80d6b879
      Bill Wendling authored
      llvm-svn: 47600
      80d6b879
    • Arnold Schwaighofer's avatar
      Add support for intermodule tail calls on x86/32bit with · 69a10f41
      Arnold Schwaighofer authored
      GOT-style position independent code. Before only tail calls to
      protected/hidden functions within the same module were optimized.
      Now all function calls are tail call optimized.
      
      llvm-svn: 47594
      69a10f41
    • Arnold Schwaighofer's avatar
      Change the lowering of arguments for tail call optimized · b01b99ec
      Arnold Schwaighofer authored
      calls. Before arguments that could overwrite each other were
      explicitly lowered to a stack slot, not giving the register allocator
      a chance to optimize. Now a sequence of copyto/copyfrom virtual
      registers ensures that arguments are loaded in (virtual) registers
      before they are lowered to the stack slot (and might overwrite each
      other). Also parameter stack slots are marked mutable for
      (potentially) tail calling functions.
      
      llvm-svn: 47593
      b01b99ec
  2. Feb 25, 2008
  3. Feb 24, 2008
  4. Feb 23, 2008
  5. Feb 22, 2008
  6. Feb 21, 2008
  7. Feb 20, 2008
  8. Feb 19, 2008
  9. Feb 18, 2008
  10. Feb 17, 2008
  11. Feb 16, 2008
Loading