Skip to content
  1. Oct 06, 2009
  2. 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
  3. Aug 13, 2009
  4. Jul 14, 2009
  5. 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
  6. Mar 23, 2009
  7. Dec 03, 2008
  8. Aug 27, 2008
  9. Aug 24, 2008
  10. Jul 25, 2008
  11. Jul 14, 2008
  12. Jul 12, 2008
  13. Mar 25, 2008
  14. Feb 11, 2008
  15. Feb 07, 2008
  16. Feb 06, 2008
  17. Jan 31, 2008
  18. Jan 30, 2008
Loading