Skip to content
  1. Nov 18, 2008
    • Bill Wendling's avatar
      - Use "moveAfter" instead of "remove/insert" of a basic block. · eeb04159
      Bill Wendling authored
      - Use less indentation in coding.
      - Shorten description.
      - Update comments.
      - Move code around
      
      llvm-svn: 59496
      eeb04159
    • Dan Gohman's avatar
      Fix a typo in a comment. · fe1748da
      Dan Gohman authored
      llvm-svn: 59489
      fe1748da
    • Dan Gohman's avatar
      Change SUnit's dump method to take a ScheduleDAG* instead of · 22d07b14
      Dan Gohman authored
      a SelectionDAG*.
      
      llvm-svn: 59488
      22d07b14
    • Bill Wendling's avatar
      Revert r59464. It was causing this failure: · e0d5e67c
      Bill Wendling authored
      Running /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.src/test/CodeGen/XCore/dg.exp ...
      FAIL: /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.src/test/CodeGen/XCore/fneg.ll
      Failed with signal(SIGABRT) at line 1
      while running:  llvm-as < /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.src/test/CodeGen/XCore/fneg.ll |  llc -march=xcore > fneg.ll.tmp1.s
      Assertion failed: (VT.isFloatingPoint() && "Cannot create integer FP constant!"), function getConstantFP, file /Volumes/Sandbox/Buildbot/llvm/full-llvm/build/llvm.src/lib/CodeGen/SelectionDAG/SelectionDAG.cpp, line 913.
      0   llc                                 0x0092115c _ZN4llvm3sys18RemoveFileOnSignalERKNS0_4PathEPSs + 844
      1   libSystem.B.dylib                   0x9217809b _sigtramp + 43
      2   ???                                 0xffffffff 0x0 + 4294967295
      3   libSystem.B.dylib                   0x921f0ec2 raise + 26
      4   libSystem.B.dylib                   0x9220047f abort + 73
      5   libSystem.B.dylib                   0x921f2063 __assert_rtn + 101
      6   llc                                 0x005a5b0a _ZN4llvm12SelectionDAG13getConmake[1]: *** [check-local] Error 1
      make: *** [check] Error 2
      
      llvm-svn: 59487
      e0d5e67c
    • Dan Gohman's avatar
      Avoid using a loop in ReleasePred and ReleaseSucc methods to compute the · 5ebdb98a
      Dan Gohman authored
      new CycleBound value. Instead, just update CycleBound on each call.
      Also, make ReleasePred and ReleaseSucc methods more consistent accross
      the various schedulers.
      
      This also happens to make ScheduleDAGRRList's CycleBound computation
      somewhat more interesting, though it still doesn't have any noticeable
      effect, because no current targets that use the register-pressure
      reduction scheduler provide pipeline models.
      
      llvm-svn: 59475
      5ebdb98a
  2. Nov 17, 2008
  3. Nov 16, 2008
  4. Nov 15, 2008
  5. Nov 14, 2008
  6. Nov 13, 2008
  7. Nov 12, 2008
  8. Nov 11, 2008
Loading