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

Brian Gaeke gaeke at cs.uiuc.edu
Sun Dec 5 18:38:17 PST 2004



Changes in directory reopt/lib:

README updated: 1.9 -> 1.10
---
Log message:

ValueAllocState moved to Mapping library


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

Index: reopt/lib/README
diff -u reopt/lib/README:1.9 reopt/lib/README:1.10
--- reopt/lib/README:1.9	Sun Dec  5 20:20:12 2004
+++ reopt/lib/README	Sun Dec  5 20:38:07 2004
@@ -20,6 +20,7 @@
  - Functions to query the mapping between LLVM (Functions,BasicBlocks) and
    (MachineFunctions,MachineBasicBlocks) which can be output as part of
    the SPARC assembly by LLC.
+ - Also contains the ValueAllocState register allocator mapping info extractor.
  - Here is a list of the exported functions and the users of each function:
   - getLLVMinfo.cpp:
    - unsigned getLLVMFunctionPositionInfo (Function *F) 
@@ -46,7 +47,6 @@
    instrumentation.
  - This used to be in LightWtProfiling/Trigger.
  - Also contains the UnpackTraceFunction component of Brian's trace optimizer.
- - Also contains the ValueAllocState register allocator mapping info extractor.
  - Portability notes:
    SecondTrigger
    - Depends on libcpc.h from Solaris - port to use PAPI.
@@ -98,5 +98,5 @@
    Inst/lib/SparcInstManip - Unportable assumptions about pointer sizes.
    Inst/lib/Phases - Uses getexecname(), presumably from Solaris.
 
-Last updated $Date: 2004/12/06 02:20:12 $
+Last updated $Date: 2004/12/06 02:38:07 $
 






More information about the llvm-commits mailing list