* Moved author attribution to CREDITS.TXT

* Removed trailing whitespace


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61927 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2009-01-08 16:40:25 +00:00
parent 2a835f947a
commit ce07e99dd6
2 changed files with 11 additions and 10 deletions

View File

@ -114,6 +114,10 @@ N: Gabor Greif
E: ggreif@gmail.com E: ggreif@gmail.com
D: Improvements for space efficiency D: Improvements for space efficiency
N: Lang Hames
E: lhames@gmail.com
D: PBQP-based register allocator
N: Gordon Henriksen N: Gordon Henriksen
E: gordonhenriksen@mac.com E: gordonhenriksen@mac.com
D: Pluggable GC support D: Pluggable GC support

View File

@ -16,7 +16,7 @@
// //
// The PBQP solver (pbqp.c) provided for this allocator uses a heuristic tuned // The PBQP solver (pbqp.c) provided for this allocator uses a heuristic tuned
// for register allocation. For more information on PBQP for register // for register allocation. For more information on PBQP for register
// allocation see the following papers: // allocation, see the following papers:
// //
// (1) Hames, L. and Scholz, B. 2006. Nearly optimal register allocation with // (1) Hames, L. and Scholz, B. 2006. Nearly optimal register allocation with
// PBQP. In Proceedings of the 7th Joint Modular Languages Conference // PBQP. In Proceedings of the 7th Joint Modular Languages Conference
@ -27,9 +27,6 @@
// Compilers and Tools for Embedded Systems (LCTES'02), ACM Press, New York, // Compilers and Tools for Embedded Systems (LCTES'02), ACM Press, New York,
// NY, USA, 139-148. // NY, USA, 139-148.
// //
// Author: Lang Hames
// Email: lhames@gmail.com
//
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
#define DEBUG_TYPE "regalloc" #define DEBUG_TYPE "regalloc"