Skip to content
  1. Aug 22, 2013
  2. Aug 17, 2013
  3. Aug 16, 2013
  4. Aug 15, 2013
  5. Aug 14, 2013
  6. Aug 13, 2013
  7. Aug 12, 2013
    • Richard Sandiford's avatar
      Revert r188164: Stablize MCK_Reg ordering in AsmMatcherEmitter · 173cf407
      Richard Sandiford authored
      Apparently caused a failure on Darwin
      
      llvm-svn: 188166
      173cf407
    • Richard Sandiford's avatar
      Stablize MCK_Reg ordering in AsmMatcherEmitter · 3e2cbf18
      Richard Sandiford authored
      clang bootstraps intermittently failed for me due a difference in
      the MCK_Reg ordering in ARMGenAsmMatcher.inc.  E.g. in my latest
      run the stage 1 and stage 3 versions were the same but the stage 2
      one was different (though still functionally correct).  This meant
      that the .o comparison failed.
      
      MCK_Regs were assigned by iterating over a std::set< std::set<Record*> >,
      and since std::set is sorted lexicographically, the order depended on the
      order of the pointer values.  This patch replaces the pointer ordering
      with LessRecordByID.
      
      llvm-svn: 188164
      3e2cbf18
  8. Aug 09, 2013
Loading