Skip to content
  1. Oct 20, 2003
  2. Oct 01, 2003
  3. Sep 01, 2003
  4. Aug 06, 2003
  5. Jul 02, 2003
    • Vikram S. Adve's avatar
      (1) Major bug fix: DecomposeArrayRef() replaces its argument instr. and · cf952cb5
      Vikram S. Adve authored
          deletes it, but we were merrily trying to fix the operands of that
          instruction anyway!  Instead, fix the replacement instruction.
      
      (2) An Improvement: Check for and extract global values in all operands,
          not just in known pointer operands.  For example, they can occur in
          call arguments, and probably other unforeseeable places as well.
          This also eliminates the special-case handling of Load and Store.
      
      llvm-svn: 7053
      cf952cb5
  6. Jun 05, 2003
  7. Jun 04, 2003
  8. May 31, 2003
  9. May 01, 2003
  10. Apr 24, 2003
  11. Apr 16, 2003
  12. Jan 14, 2003
  13. Oct 27, 2002
  14. Oct 13, 2002
  15. Sep 27, 2002
  16. Sep 20, 2002
    • Vikram S. Adve's avatar
      Moving these files from Code/PreSelection to here. · e9ac29b4
      Vikram S. Adve authored
      Original logs for PreSelection.cpp:
      
        revision 1.2
        date: 2002/09/17 23:50:32;  author: lattner;  state: Exp;  lines: +1 -3
        Don't put default parameter values into .cpp files, it breaks 3.x compilers
      
        revision 1.1
        date: 2002/09/16 15:31:13;  author: vadve;  state: Exp;
        New preselection pass that specializes LLVM code for a target machine,
        while remaining in legal portable LLVM form and preserving type
        information and type safety.
      
      llvm-svn: 3838
      e9ac29b4
  17. Sep 18, 2002
  18. Sep 16, 2002
Loading