Skip to content
  1. Mar 22, 2011
  2. Mar 16, 2011
  3. Mar 12, 2011
    • Duncan Sands's avatar
      Speculatively revert commit 127478 (jsjodin) in an attempt to fix the · b847bf54
      Duncan Sands authored
      llvm-gcc-i386-linux-selfhost and llvm-x86_64-linux-checks buildbots.
      The original log entry:
      Remove optimization emitting a reference insted of label difference, since
      it can create more relocations. Removed isBaseAddressKnownZero method,
      because it is no longer used.
      
      llvm-svn: 127540
      b847bf54
  4. Mar 11, 2011
  5. Mar 09, 2011
  6. Mar 06, 2011
  7. Mar 05, 2011
  8. Mar 03, 2011
  9. Mar 01, 2011
  10. Feb 25, 2011
  11. Feb 24, 2011
  12. Feb 23, 2011
  13. Feb 19, 2011
  14. Feb 15, 2011
  15. Feb 09, 2011
  16. Feb 04, 2011
  17. Feb 02, 2011
  18. Jan 30, 2011
  19. Jan 28, 2011
  20. Jan 24, 2011
  21. Jan 20, 2011
  22. Jan 14, 2011
  23. Jan 11, 2011
  24. Jan 10, 2011
  25. Jan 08, 2011
    • Evan Cheng's avatar
      Do not model all INLINEASM instructions as having unmodelled side effects. · 6eb516db
      Evan Cheng authored
      Instead encode llvm IR level property "HasSideEffects" in an operand (shared
      with IsAlignStack). Added MachineInstrs::hasUnmodeledSideEffects() to check
      the operand when the instruction is an INLINEASM.
      
      This allows memory instructions to be moved around INLINEASM instructions.
      
      llvm-svn: 123044
      6eb516db
  26. Jan 07, 2011
Loading