Skip to content
  1. May 10, 2005
  2. Apr 22, 2005
  3. Mar 15, 2005
  4. Sep 02, 2004
    • Reid Spencer's avatar
      Changes For Bug 352 · 7c16caa3
      Reid Spencer authored
      Move include/Config and include/Support into include/llvm/Config,
      include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
      public header files must be under include/llvm/.
      
      llvm-svn: 16137
      7c16caa3
  5. Feb 04, 2004
  6. Dec 15, 2003
  7. Dec 09, 2003
  8. 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
  9. Nov 21, 2003
  10. Nov 20, 2003
  11. Nov 11, 2003
  12. Oct 20, 2003
  13. Sep 20, 2003
Loading