Skip to content
  1. Jul 14, 2009
  2. Jul 13, 2009
  3. Jul 12, 2009
  4. Jul 11, 2009
  5. Jul 10, 2009
    • David Greene's avatar
      · c97b778b
      David Greene authored
      Make changes suggested by Chris and eliminate newly-added raw_ostream
      hooks as they're no longer needed.
      
      The major change with this patch is to make formatted_raw_ostream usable
      by any client of raw_ostream.
      
      llvm-svn: 75283
      c97b778b
    • Duncan Sands's avatar
      Avoid compiler warnings if assertions turned off. · 45210aab
      Duncan Sands authored
      llvm-svn: 75267
      45210aab
    • Evan Cheng's avatar
      Remove TargetInstrInfo::CommuteChangesDestination and added... · f0759435
      Evan Cheng authored
      Remove TargetInstrInfo::CommuteChangesDestination and added findCommutedOpIndices which returns the operand indices which are swapped (when applicable). This allows for some code clean up and future enhancements.
      
      llvm-svn: 75264
      f0759435
    • David Greene's avatar
      · 68ba0df0
      David Greene authored
      Eliminate an unnecessary include.
      
      llvm-svn: 75256
      68ba0df0
    • David Greene's avatar
      · cd946456
      David Greene authored
      Redesign this to avoid standard stream classes.  This stream class
      provides pretty -printing of comments and other such things in asm
      files.
      
      llvm-svn: 75202
      cd946456
    • Owen Anderson's avatar
      This started as a small change, I swear. Unfortunately, lots of things call... · 1e5f00e7
      Owen Anderson authored
      This started as a small change, I swear.  Unfortunately, lots of things call the [I|F]CmpInst constructors.  Who knew!?
      
      llvm-svn: 75200
      1e5f00e7
Loading