[llvm-commits] CVS: reopt/lib/README
Brian Gaeke
gaeke at cs.uiuc.edu
Thu Aug 21 16:11:10 PDT 2003
Changes in directory reopt/lib:
README updated: 1.2 -> 1.3
---
Log message:
Change to reflect new subdir structure
---
Diffs of the changes:
Index: reopt/lib/README
diff -u reopt/lib/README:1.2 reopt/lib/README:1.3
--- reopt/lib/README:1.2 Mon Aug 11 12:06:04 2003
+++ reopt/lib/README Thu Aug 21 16:10:42 2003
@@ -1,6 +1,9 @@
-Field guide to subdirectories of lib/Reoptimizer
-************************************************
+Field guide to Reoptimizer libraries
+************************************
+
+This directory used to be in the llvm cvs module, at
+llvm/lib/Reoptimizer.
Inst
- Joel Stanley's project.
@@ -17,20 +20,21 @@
which can be generated by opt and output as part of the SPARC
assembly by LLC.
-LightWtProfiling/Trigger
+LightWtProfiling
- Anand's redesigned reoptimizer. Uses first-level and second-level
instrumentation.
+ - This used to be in LightWtProfiling/Trigger.
TraceCache
- Manages traces for the reoptimizers.
- Classes TraceCache, VirtualMem, MemoryManager.
- - Used by: Trigger, LightWtProfiling/Trigger, Inst/lib, BinInterface
+ - Used by: Trigger, LightWtProfiling, Inst/lib, BinInterface
ScratchMemory
- Contains two files with functions that have large blocks of for
loops. These for loops are overwritten by code which is written into
the trace cache.
- - Used by: LightWtProfiling/Trigger, TraceCache/MemoryManager.cpp
+ - Used by: LightWtProfiling, TraceCache/MemoryManager.cpp
BinInterface
- Analyze SPARC instructions, construct pseudo-SSA form, and manipulate
More information about the llvm-commits
mailing list