Skip to content
  1. Nov 29, 2010
  2. Mar 04, 2010
  3. Nov 12, 2009
    • David Greene's avatar
      · 033d6558
      David Greene authored
      Do some cleanups suggested by Chris.
      
      llvm-svn: 87034
      033d6558
    • David Greene's avatar
      · 81eb42d8
      David Greene authored
      Make FixedStackPseudoSourceValue a first-class PseudoSourceValue by
      making it visible to clients and adding LLVM-style cast capability.
      This will be used by AsmPrinter to determine when to emit spill comments
      for an instruction.
      
      llvm-svn: 87019
      81eb42d8
  4. Nov 02, 2009
  5. Oct 27, 2009
  6. Oct 25, 2009
  7. Oct 18, 2009
    • Evan Cheng's avatar
      Spill slots cannot alias. · f0236e01
      Evan Cheng authored
      llvm-svn: 84432
      f0236e01
    • Evan Cheng's avatar
      -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed · 0e9d9ca8
      Evan Cheng authored
      stack slots and giving them different PseudoSourceValue's did not fix the
      problem of post-alloc scheduling miscompiling llvm itself.
      - Apply Dan's conservative workaround by assuming any non fixed stack slots can
      alias other memory locations. This means a load from spill slot #1 cannot 
      move above a store of spill slot #2. 
      - Enable post-alloc scheduling for x86 at optimization leverl Default and above.
      
      llvm-svn: 84424
      0e9d9ca8
  8. Oct 17, 2009
  9. Oct 06, 2009
  10. Sep 23, 2009
    • Dan Gohman's avatar
      Give MachineMemOperand an operator<<, factoring out code from · c0353bff
      Dan Gohman authored
      two different places for printing MachineMemOperands.
      
      Drop the virtual from Value::dump and instead give Value a
      protected virtual hook that can be overridden by subclasses
      to implement custom printing. This lets printing be more
      consistent, and simplifies printing of PseudoSourceValue
      values.
      
      llvm-svn: 82599
      c0353bff
  11. Aug 13, 2009
  12. Jul 14, 2009
  13. Jul 11, 2009
    • Torok Edwin's avatar
      assert(0) -> LLVM_UNREACHABLE. · 56d06597
      Torok Edwin authored
      Make llvm_unreachable take an optional string, thus moving the cerr<< out of
      line.
      LLVM_UNREACHABLE is now a simple wrapper that makes the message go away for
      NDEBUG builds.
      
      llvm-svn: 75379
      56d06597
  14. Mar 23, 2009
  15. Dec 03, 2008
  16. Aug 27, 2008
  17. Aug 24, 2008
  18. Jul 25, 2008
  19. Jul 14, 2008
  20. Jul 12, 2008
  21. Mar 25, 2008
  22. Feb 11, 2008
  23. Feb 07, 2008
  24. Feb 06, 2008
  25. Jan 31, 2008
  26. Jan 30, 2008
Loading