diff options
| author | Gabor Greif <ggreif@gmail.com> | 2009-10-11 11:44:34 +0000 |
|---|---|---|
| committer | Gabor Greif <ggreif@gmail.com> | 2009-10-11 11:44:34 +0000 |
| commit | ccdf5fdfc11a5a2bdb87f7d0424dfa7291ce0d5a (patch) | |
| tree | 9254d3b61f74cc535de2ec5e0cef9160d2d54362 /llvm/docs | |
| parent | c51ca75468dda41f85ed2e20947ff9565cdc11eb (diff) | |
| download | bcm5719-llvm-ccdf5fdfc11a5a2bdb87f7d0424dfa7291ce0d5a.tar.gz bcm5719-llvm-ccdf5fdfc11a5a2bdb87f7d0424dfa7291ce0d5a.zip | |
catch some other serial commas that my earlier grep did not spot
llvm-svn: 83772
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes-2.6.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/ReleaseNotes-2.6.html b/llvm/docs/ReleaseNotes-2.6.html index f080802d4da..f97310d3fe0 100644 --- a/llvm/docs/ReleaseNotes-2.6.html +++ b/llvm/docs/ReleaseNotes-2.6.html @@ -458,12 +458,12 @@ in this section. <p>LLVM 2.6 includes several major new capabilities:</p> <ul> -<li>New <a href="#compiler-rt">compiler-rt</a>, <A href="#klee">KLEE</a>, +<li>New <a href="#compiler-rt">compiler-rt</a>, <A href="#klee">KLEE</a> and <a href="#mc">machine code toolkit</a> sub-projects.</li> <li>Debug information now includes line numbers when optimizations are enabled. This allows statistical sampling tools like OProfile and Shark to map samples back to source lines.</li> -<li>LLVM now includes new experimental backends to support the MSP430, SystemZ, +<li>LLVM now includes new experimental backends to support the MSP430, SystemZ and BlackFin architectures.</li> <li>LLVM supports a new <a href="GoldPlugin.html">Gold Linker Plugin</a> which enables support for <a href="LinkTimeOptimization.html">transparent @@ -910,7 +910,7 @@ API changes are:</p> required. <li>The <tt>getABITypeSize</tt> methods are now called <tt>getAllocSize</tt>.</li> <li>The <tt>Add</tt>, <tt>Sub</tt> and <tt>Mul</tt> operators are no longer - overloaded for floating-point types. Floating-point addition, subtraction, + overloaded for floating-point types. Floating-point addition, subtraction and multiplication are now represented with new operators <tt>FAdd</tt>, <tt>FSub</tt> and <tt>FMul</tt>. In the <tt>IRBuilder</tt> API, <tt>CreateAdd</tt>, <tt>CreateSub</tt>, <tt>CreateMul</tt> and |

