From: Bill Wendling Date: Mon, 16 Apr 2012 05:24:52 +0000 (+0000) Subject: Add credit and release notes for r150307. By Kai Nacke. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=59fc1664ab6136a347e635c2e8fcd2fe12db3936;p=oota-llvm.git Add credit and release notes for r150307. By Kai Nacke. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154796 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/CREDITS.TXT b/CREDITS.TXT index 8287892ddb4..6c042d55e55 100644 --- a/CREDITS.TXT +++ b/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/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 17235769688..aa85e15f582 100644 --- a/docs/ReleaseNotes.html +++ b/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.
  • DW2 Exception Handling is enabled on Cygwin and MinGW.
  • +
  • Support for implicit TLS model used with MS VC runtime