Skip to content
  1. Sep 08, 2013
  2. Sep 06, 2013
    • Juergen Ributzka's avatar
      [X86] Perform VSELECT DAG combines also before DAG type legalization. · 53d0b492
      Juergen Ributzka authored
      If the DAG already has only legal types, then the second round of DAG combines
      is skipped. In this case VSELECT+SETCC patterns that match a more efficient
      instruction (e.g. min/max) are never recognized.
      
      This fix allows VSELECT+SETCC combines if the types are already legal before DAG
      type legalization.
      
      Reviewer: Nadav
      llvm-svn: 190105
      53d0b492
  3. Sep 05, 2013
    • Kevin Enderby's avatar
      Fixed a crash in the integrated assembler for Mach-O when a symbol difference · 09cdb438
      Kevin Enderby authored
      expression uses an assembler temporary symbol from an assignment.  In this case
      the symbol does not have a fragment so the use of getFragment() would be NULL
      and caused a crash. In the case of an assembler temporary symbol we want to use
      the AliasedSymbol (if any) which will create a local relocation entry, but if
      it is not an assembler temporary symbol then let it use that symbol with an
      external relocation entry.
      
      rdar://9356266
      
      llvm-svn: 190096
      09cdb438
  4. Sep 04, 2013
  5. Sep 03, 2013
  6. Sep 02, 2013
  7. Sep 01, 2013
  8. Aug 30, 2013
  9. Aug 29, 2013
  10. Aug 28, 2013
  11. Aug 27, 2013
  12. Aug 26, 2013
  13. Aug 25, 2013
  14. Aug 24, 2013
  15. Aug 23, 2013
Loading