Skip to content
  1. Jan 08, 2005
  2. Nov 30, 2004
  3. Oct 25, 2004
  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. Jul 29, 2004
  6. Jul 15, 2004
  7. Jan 09, 2004
  8. Nov 11, 2003
  9. Oct 20, 2003
  10. Sep 11, 2003
  11. Sep 09, 2003
  12. Aug 02, 2003
  13. May 29, 2003
  14. Mar 31, 2003
    • Chris Lattner's avatar
      Initial checkin of PRE on LLVM. This implementation is still lacking in · 90231556
      Chris Lattner authored
      several ways:
      
       * Load expressions are not PRE'd well.  Alias Analysis should be used to
         get accurate information when computing anticipatibility.
       * The expression collection implementation does not handle PHI nodes properly,
         thus the implementation misses many opportunities to PRE.
       * This code could be sped up quite a bit
      
      Despite these flaws, the code seems to work well, and handles PR's as one
      would expect.
      
      llvm-svn: 5759
      90231556
Loading