Skip to content
  1. Jan 12, 2004
  2. Jan 10, 2004
    • Chris Lattner's avatar
      Update obsolete comments · 3bcecb92
      Chris Lattner authored
      Fix iterator invalidation problems which was causing -mstrip to miss some
      entries, and read free'd memory.  This shrinks the symbol table of 254.gap
      from 333 to 284 bytes!  :)
      
      llvm-svn: 10751
      3bcecb92
  3. Jan 09, 2004
  4. Jan 08, 2004
  5. Dec 23, 2003
  6. Dec 22, 2003
  7. Dec 19, 2003
  8. Dec 18, 2003
  9. Dec 15, 2003
  10. Dec 14, 2003
  11. Dec 11, 2003
  12. Dec 10, 2003
  13. Dec 09, 2003
  14. Dec 08, 2003
    • Chris Lattner's avatar
      Cleanup and restructure the code to make it easier to read and maintain. · a7b6f3ab
      Chris Lattner authored
      The only functionality change is that we now implement:
        Regression/Transforms/TailCallElim/intervening-inst.ll
      
      Which is really kinda pointless, because it means that trivially dead code
      does not interfere with -tce, but trivially dead code probably wouldn't be
      around anytime when this pass is run anyway.
      
      The point of including this change it to support other more aggressive
      transformations when we have the analysis capabilities to do so.
      
      llvm-svn: 10312
      a7b6f3ab
  15. Dec 07, 2003
  16. Dec 02, 2003
Loading