1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

* Moved author attribution to CREDITS.TXT

* Removed trailing whitespace

llvm-svn: 61927
This commit is contained in:
Misha Brukman 2009-01-08 16:40:25 +00:00
parent cada42bb4e
commit ae1566f744
2 changed files with 11 additions and 10 deletions

View File

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

View File

@ -16,7 +16,7 @@
//
// The PBQP solver (pbqp.c) provided for this allocator uses a heuristic tuned
// 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
// 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,
// NY, USA, 139-148.
//
// Author: Lang Hames
// Email: lhames@gmail.com
//
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "regalloc"