Skip to content
  1. Oct 16, 2007
    • Arnold Schwaighofer's avatar
      Correction to tail call optimization code. The new return address · b3d58b98
      Arnold Schwaighofer authored
      was stored to the acutal stack slot before the parameters were
      lowered to their stack slot. This could cause arguments to be
      overwritten by the return address if the called function had less
      parameters than the caller function. The update should remove the
      last failing test case of llc-beta: SPASS.
      
      llvm-svn: 43027
      b3d58b98
  2. Oct 15, 2007
  3. Oct 14, 2007
  4. Oct 13, 2007
  5. Oct 12, 2007
  6. Oct 11, 2007
  7. Oct 09, 2007
  8. Oct 08, 2007
  9. Oct 07, 2007
  10. Oct 06, 2007
  11. Oct 05, 2007
Loading