[llvm-commits] [regalloc_linearscan] CVS: llvm/include/llvm/CodeGen/Passes.h

Alkis Evlogimenos alkis at cs.uiuc.edu
Tue Sep 30 14:56:07 PDT 2003


Changes in directory llvm/include/llvm/CodeGen:

Passes.h updated: 1.3 -> 1.3.2.1

---
Log message:

Add createLinearScanRegisterAllocator()

---
Diffs of the changes:

Index: llvm/include/llvm/CodeGen/Passes.h
diff -u llvm/include/llvm/CodeGen/Passes.h:1.3 llvm/include/llvm/CodeGen/Passes.h:1.3.2.1
--- llvm/include/llvm/CodeGen/Passes.h:1.3	Thu Aug 21 17:09:31 2003
+++ llvm/include/llvm/CodeGen/Passes.h	Tue Sep 30 14:54:49 2003
@@ -30,6 +30,12 @@
 /// 
 FunctionPass *createLocalRegisterAllocator();
 
+/// LinearScanRegisterAllocation Pass - This pass implements the
+/// linear scan register allocation algorithm, a global register
+/// allocator.
+///
+FunctionPass *createLinearScanRegisterAllocator();
+
 /// PrologEpilogCodeInserter Pass - This pass inserts prolog and epilog code,
 /// and eliminates abstract frame references.
 ///





More information about the llvm-commits mailing list