diff --git a/llvm/CREDITS.TXT b/llvm/CREDITS.TXT index 8287892ddb41..6c042d55e550 100644 --- a/llvm/CREDITS.TXT +++ b/llvm/CREDITS.TXT @@ -283,6 +283,10 @@ N: Scott Michel E: scottm@aero.org D: Added STI Cell SPU backend. +N: Kai Nacke +E: kai@redstar.de +D: Support for implicit TLS model used with MS VC runtime + N: Takumi Nakamura E: geek4civic@gmail.com E: chapuni@hf.rim.or.jp diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 172357696880..aa85e15f5825 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -400,6 +400,7 @@ Release Notes. times and better support for different calling conventions. The old WINCALL instructions are no longer needed.