Skip to content
  1. Jul 09, 2011
  2. Jul 08, 2011
  3. Jul 07, 2011
  4. Jul 06, 2011
  5. Jul 05, 2011
    • Eli Friedman's avatar
      Add assembler/disassembler support for non-AVX pclmulqdq. While I'm here, use... · 415412e8
      Eli Friedman authored
      Add assembler/disassembler support for non-AVX pclmulqdq. While I'm here, use proper aliases for the pclmullqlqdq and friends. PR10269.
      
      llvm-svn: 134424
      415412e8
    • Jakob Stoklund Olesen's avatar
      Fix PR10277. · bbad3bce
      Jakob Stoklund Olesen authored
      Remat during spilling triggers dead code elimination. If a phi-def
      becomes unused, that may also cause live ranges to split into separate
      connected components.
      
      This type of splitting is different from normal live range splitting. In
      particular, there may not be a common original interval.
      
      When the split range is its own original, make sure that the new
      siblings are also their own originals. The range being split cannot be
      used as an original since it doesn't cover the new siblings.
      
      llvm-svn: 134413
      bbad3bce
  6. Jul 04, 2011
  7. Jul 03, 2011
  8. Jul 02, 2011
Loading