[llvm-commits] [llvm] r52007 - /llvm/trunk/docs/ReleaseNotes.html
Bill Wendling
isanbard at gmail.com
Thu Jun 5 11:31:08 PDT 2008
On Thu, Jun 5, 2008 at 8:43 AM, Dan Gohman <gohman at apple.com> wrote:
> --- llvm/trunk/docs/ReleaseNotes.html (original)
> +++ llvm/trunk/docs/ReleaseNotes.html Thu Jun 5 10:43:11 2008
> @@ -195,7 +195,12 @@
>
> <ul>
> <li>MemOperand in the code generator: describe me!.</li>
> -<li>i128 support and APInt through most of codegen.</li>
> +<li>Target-independent codegen infastructure now uses LLVM's APInt class for
s/Target/The target/
s/uses/uses the/
s/infastructure/infrastructure/
s/for handling/to handle/
> + handling integer values, which allow it to support integer types larger
s/allow/allows/
> + than 64 bits. Note that support for such types is also dependent on
> + target-specific support. Use of APInt is also a step toward support for
> + non-power-of-2 integer sizes.</li>
> +<li>Support for 128-bit integers on X86-64.</li>
> <li>Several compile time speedups for code with large basic blocks.</li>
> </ul>
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
More information about the llvm-commits
mailing list