Skip to content
  1. Feb 25, 2004
  2. Nov 11, 2003
  3. Oct 22, 2003
  4. Oct 21, 2003
  5. Jan 15, 2003
  6. Jan 13, 2003
  7. Dec 28, 2002
  8. 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
  9. Nov 22, 2002
  10. Nov 17, 2002
Loading