Skip to content
  1. Jul 29, 2010
    • Jakob Stoklund Olesen's avatar
      Fix a bug in the -regalloc=fast handling of exotic two-address instruction with · 36cf1190
      Jakob Stoklund Olesen authored
      multiple defs, like t2LDRSB_POST.
      
      The first def could accidentally steal the physreg that the second, tied def was
      required to be allocated to.
      
      Now, the tied use-def is treated more like an early clobber, and the physreg is
      reserved before allocating the other defs.
      
      This would never be a problem when the tied def was the only def which is the
      usual case.
      
      This fixes MallocBench/gs for thumb2 -O0.
      
      llvm-svn: 109715
      36cf1190
  2. Jul 28, 2010
  3. Jul 27, 2010
  4. Jul 26, 2010
  5. Jul 25, 2010
  6. Jul 24, 2010
  7. Jul 23, 2010
  8. Jul 22, 2010
Loading