diff options
author | Brendon Cahoon <bcahoon@codeaurora.org> | 2012-04-14 16:54:12 +0000 |
---|---|---|
committer | Brendon Cahoon <bcahoon@codeaurora.org> | 2012-04-14 16:54:12 +0000 |
commit | ff730398c0543249d71c605946b001d41e5fc1e1 (patch) | |
tree | 20b621ff09dfe36864ab93fa00e67ba06bc03fcb /CREDITS.TXT | |
parent | 35de7619a0599b11c2f1e0644ddea2b1bd1f9ae2 (diff) |
Add the loop unrolling info to ReleaseNotes.html and CREDITS.TXT.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154752 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CREDITS.TXT')
-rw-r--r-- | CREDITS.TXT | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CREDITS.TXT b/CREDITS.TXT index 4ec09c855e..6c8a22b96f 100644 --- a/CREDITS.TXT +++ b/CREDITS.TXT @@ -50,6 +50,10 @@ N: Cameron Buschardt E: buschard@uiuc.edu D: The `mem2reg' pass - promotes values stored in memory to registers +N: Brendon Cahoon +E: bcahoon@codeaurora.org +D: Loop unrolling with run-time trip counts. + N: Chandler Carruth E: chandlerc@gmail.com D: LinkTimeOptimizer for Linux, via binutils integration, and C API |