diff options
author | Chris Lattner <sabre@nondot.org> | 2004-06-03 22:35:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-06-03 22:35:13 +0000 |
commit | 3bff8f57aeac62dbd42d74bc36b24ffbd191aca2 (patch) | |
tree | 5147fe9862c4e2f3b6dcbba86e42ce6e7d93d93b | |
parent | 51ae205adfe7f162ea8acd05087f190a6a352641 (diff) |
CQ bug implemented
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13996 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index be15bc15db..196c3ca65b 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -216,6 +216,10 @@ operators into the strict versions when useful (such as "<tt>if (A < B || A <li>LLVM now has infrastructure for (simple and sparse conditional) constant propagation of function calls. It currently supports a few math library functions like sqrt/sin/cos/etc.</li> + +<li>The C backend now emits <a href="http://llvm.cs.uiuc.edu/PR334">Syntactic +loops</a> in the code to help C compilers whose optimizers do not recognize +loops formed from gotos (like GCC).</li> </ol> </div> |