Skip to content
  1. Jun 22, 2007
    • Chris Lattner's avatar
      Two changes: · 836e8f3f
      Chris Lattner authored
       1. Make SmallPtrSet::erase faster in the small case by replacing a memmove
          with a pointer copy.
       2. Fix a bug where the null terminator at the end of the array in the small
          case was not copied
      
      llvm-svn: 37696
      836e8f3f
    • Devang Patel's avatar
      CallGraphSCCPass manager may require other passes. · 703de8fe
      Devang Patel authored
      Use schedulePass() to accomodate these requirement instead of directly
      assigning a manager to new CallGraph PassManager.
      
      llvm-svn: 37695
      703de8fe
  2. Jun 21, 2007
  3. Jun 20, 2007
  4. Jun 19, 2007
Loading