Skip to content
  1. Aug 13, 2003
    • Vikram S. Adve's avatar
      For instructions in a delay slot of another instruction, · 7dc5b670
      Vikram S. Adve authored
      we no longer need to find the live-before set of the delayed
      branch since that set is now included the live-before/after
      set of the instructions in each delay slot.  Just assert that instead.
      
      llvm-svn: 7796
      7dc5b670
    • Vikram S. Adve's avatar
      For an instruction with delay slots, mark all live values before · 869b11b7
      Vikram S. Adve authored
      the instruction as being live before/after the delay slot
      instructions as well.
      
      llvm-svn: 7795
      869b11b7
    • Brian Gaeke's avatar
      Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, because · 709a16a0
      Brian Gaeke authored
       it's used 7 different times.
      Rename `getBackEdges' to `findAndInstrumentBackEdges', for clarity.
      Remove some excess whitespace and commented-out code.
      Use shorter forms of CallInst ctors.
      Do not make `reopt_threshold' visible to the LLVM program, and do not
       pass it to the call to `reoptimizerInitialize'.  Don't pass the
       GlobalVariable representing it to any of our helper methods.
       `reopt_threshold' is an internal parameter of the reoptimizer, which
       InstLoops does not need to know about.
      
      llvm-svn: 7794
      709a16a0
  2. Aug 12, 2003
  3. Aug 11, 2003
Loading