[llvm-commits] CVS: reopt/lib/README

Brian Gaeke gaeke at cs.uiuc.edu
Mon Jan 5 12:52:03 PST 2004


Changes in directory reopt/lib:

README updated: 1.5 -> 1.6

---
Log message:

Update to reflect SSAPRE directory's new name


---
Diffs of the changes:  (+2 -2)

Index: reopt/lib/README
diff -u reopt/lib/README:1.5 reopt/lib/README:1.6
--- reopt/lib/README:1.5	Wed Sep 10 13:46:21 2003
+++ reopt/lib/README	Mon Jan  5 12:50:48 2004
@@ -14,7 +14,7 @@
    Inst/lib/SparcInstManip - Unportable assumptions about pointer sizes.
    Inst/lib/Phases - Uses getexecname(), presumably from Solaris.
 
-SSAPRE
+Optimizations (formerly named SSAPRE)
  - Contains a project by Tanya Brethour that does loop invariant
    code motion for traces.
 
@@ -53,7 +53,7 @@
  - Analyze SPARC instructions, construct pseudo-SSA form, and manipulate
    traces. Also includes a SPARC disassembler. Primarily done by
    Cameron Buschardt.
- - Used by: Trigger, SSAPRE/RuntimeLICM.cpp (only LLVMTrace),
+ - Used by: Trigger, Optimizations/RuntimeLICM.cpp (only LLVMTrace),
    Inst/lib/SparcInstManip.{cpp,h}
  - Portability notes: Supports SPARC binaries only. Should compile &
    link fine on X86.





More information about the llvm-commits mailing list