Skip to content
  1. Feb 11, 2010
  2. Feb 10, 2010
  3. Feb 09, 2010
  4. Feb 08, 2010
  5. Feb 07, 2010
    • Duncan Sands's avatar
      Give DwarfPrinter a protected (but not virtual) destructor. Cppcheck · a1b98ab7
      Duncan Sands authored
      warns about this base class not having a virtual destructor, but since
      this class has no virtual methods and neither it or the types derived
      from it has a destructor, a protected trivial destructor will do (and
      shuts cppcheck up) the trick without the cost of introducing a vtable.
      
      llvm-svn: 95526
      a1b98ab7
  6. Feb 06, 2010
    • Evan Cheng's avatar
      Run codegen dce pass for all targets at all optimization levels. Previously it's · ea5c6be7
      Evan Cheng authored
      only run for x86 with fastisel. I've found it being very effective in
      eliminating some obvious dead code as result of formal parameter lowering
      especially when tail call optimization eliminated the need for some of the loads
      from fixed frame objects. It also shrinks a number of the tests. A couple of
      tests no longer make sense and are now eliminated.
      
      llvm-svn: 95493
      ea5c6be7
Loading