Skip to content
  1. Aug 30, 2012
    • Craig Topper's avatar
      Only perform DAG combine on FMAs of legal types. · e39ad7b5
      Craig Topper authored
      llvm-svn: 162892
      e39ad7b5
    • Michael Liao's avatar
      Fix PR13727 · 3c898064
      Michael Liao authored
      - The root cause is that target constant materialization in X86 fast-isel
        creates a PC-rel addressing which may overflow 32-bit range in non-Small code
        model if .rodata section is allocated too far away from code segment in
        MCJIT, which uses Large code model so far.
      - Follow the similar logic to fix non-Small code model in fast-isel by skipping
        non-Small code model.
      
      llvm-svn: 162881
      3c898064
  2. Aug 29, 2012
  3. Aug 28, 2012
  4. Aug 27, 2012
  5. Aug 25, 2012
  6. Aug 24, 2012
  7. Aug 23, 2012
  8. Aug 22, 2012
  9. Aug 21, 2012
Loading