Skip to content
  1. Sep 06, 2008
  2. Jul 03, 2008
    • Evan Cheng's avatar
      - Remove calls to copyKillDeadInfo which is an N^2 function. Instead,... · 7d98a48f
      Evan Cheng authored
      - Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propagate kill / dead markers as new instructions are constructed in foldMemoryOperand, convertToThressAddress, etc.
      - Also remove LiveVariables::instructionChanged, etc. Replace all calls with cheaper calls which update VarInfo kill list.
      
      llvm-svn: 53097
      7d98a48f
  3. Dec 29, 2007
  4. May 24, 2006
  5. May 04, 2006
  6. Apr 22, 2005
  7. Jan 18, 2005
  8. Jan 02, 2005
  9. Dec 17, 2004
  10. Oct 15, 2004
  11. Aug 30, 2004
  12. Mar 04, 2004
  13. Feb 25, 2004
  14. Nov 11, 2003
  15. Oct 22, 2003
  16. Oct 21, 2003
  17. Jan 15, 2003
  18. Jan 13, 2003
  19. Dec 28, 2002
  20. 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
  21. Nov 22, 2002
  22. Nov 17, 2002
Loading