From bb7a62435264f8f00ae502fcf985a3956d914cd4 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Mon, 8 Jan 2007 03:10:00 +0000 Subject: [PATCH] Testing commit, and adding an entry to CREDITS.TXT git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33004 91177308-0d34-0410-b5e6-96231b3b80d8 --- CREDITS.TXT | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CREDITS.TXT b/CREDITS.TXT index dbeedaa7570..55ce558238b 100644 --- a/CREDITS.TXT +++ b/CREDITS.TXT @@ -39,6 +39,10 @@ N: Cameron Buschardt E: buschard@uiuc.edu D: The `mem2reg' pass - promotes values stored in memory to registers +N: Chandler Carruth +E: chandlerc@gmail.com +D: LinkTimeOptimizer for Linux, via binutils integration, and C API + N: Casey Carter E: ccarter@uiuc.edu D: Fixes to the Reassociation pass, various improvement patches