Skip to content
  1. 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
  2. Jan 07, 2011
  3. Jan 06, 2011
  4. Jan 05, 2011
  5. Jan 04, 2011
  6. Jan 03, 2011
  7. Jan 02, 2011
  8. Jan 01, 2011
  9. Dec 31, 2010
  10. Dec 30, 2010
  11. Dec 29, 2010
  12. Dec 27, 2010
  13. Dec 26, 2010
  14. Dec 24, 2010
  15. Dec 23, 2010
  16. Dec 21, 2010
  17. Dec 20, 2010
  18. Dec 19, 2010
Loading