Skip to content
  1. May 24, 2006
  2. May 04, 2006
  3. Apr 22, 2005
  4. Jan 18, 2005
  5. Jan 02, 2005
  6. Dec 17, 2004
  7. Oct 15, 2004
  8. Aug 30, 2004
  9. Mar 04, 2004
  10. Feb 25, 2004
  11. Nov 11, 2003
  12. Oct 22, 2003
  13. Oct 21, 2003
  14. Jan 15, 2003
  15. Jan 13, 2003
  16. Dec 28, 2002
  17. Dec 13, 2002
    • Brian Gaeke's avatar
      · eaeacc58
      Brian Gaeke authored
      lib/Target/X86/InstSelectSimple.cpp: Start counting arguments with 2,
       because arguments start two stack slots off of EBP. Break out of the
       for loop once the argument is found. Increment the counter at the end
       of the loop instead of the beginning. Use addRegOffset and compute
       the scale * index part at compile time instead of using the fancy
       load instruction. Just because an instruction set has wacky addressing
       modes doesn't mean we ought to use them (at least, if you believe Dave
       Patterson).
      
      lib/Target/X86/X86InstrBuilder.h: Add some comments.
      
      test/Regression/Jello/test-loadstore.ll:  Let main return int 0.
      
      llvm-svn: 4999
      eaeacc58
  18. Nov 22, 2002
  19. Nov 17, 2002
Loading