[llvm-commits] [llvm] r170200 - /llvm/trunk/docs/ReleaseNotes.rst

Sean Silva silvas at purdue.edu
Fri Dec 14 08:19:50 PST 2012


Hi chandlerc, how are you coordinating docs/ReleaseNotes.rst with the
release branch?

There seems to be a slight impedance mismatch since the docs/
directory right now is currently labeled as "3.3" (although this is
just a setting in conf.py). Are you planning on generally pulling in
all of trunk's docs/ into the release branch? Or are you planning on
pulling just this document specially? It might be beneficial to pull
in the whole thing so that 3.2 can have fully Sphinxified
documentation (we will need to excise YamlIO.rst and I think the
fast-math flags changes to LangRef).

Sorry if this has already been addressed; I'm not actively following
the release branch (although I probably should...).

-- Sean Silva

On Fri, Dec 14, 2012 at 8:43 AM, Chandler Carruth <chandlerc at gmail.com> wrote:
> Author: chandlerc
> Date: Fri Dec 14 07:43:59 2012
> New Revision: 170200
>
> URL: http://llvm.org/viewvc/llvm-project?rev=170200&view=rev
> Log:
> Remove a section that was in 3.1's notes.
>
> Just give a shout if this was actually still important....
>
> Modified:
>     llvm/trunk/docs/ReleaseNotes.rst
>
> Modified: llvm/trunk/docs/ReleaseNotes.rst
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=170200&r1=170199&r2=170200&view=diff
> ==============================================================================
> --- llvm/trunk/docs/ReleaseNotes.rst (original)
> +++ llvm/trunk/docs/ReleaseNotes.rst Fri Dec 14 07:43:59 2012
> @@ -418,21 +418,6 @@
>
>  .. _armintegratedassembler:
>
> -ARM Integrated Assembler
> -^^^^^^^^^^^^^^^^^^^^^^^^
> -
> -The ARM target now includes a full featured macro assembler, including
> -direct-to-object module support for clang.  The assembler is currently enabled
> -by default for Darwin only pending testing and any additional necessary
> -platform specific support for Linux.
> -
> -Full support is included for Thumb1, Thumb2 and ARM modes, along with subtarget
> -and CPU specific extensions for VFP2, VFP3 and NEON.
> -
> -The assembler is Unified Syntax only (see ARM Architecural Reference Manual for
> -details).  While there is some, and growing, support for pre-unfied (divided)
> -syntax, there are still significant gaps in that support.
> -
>  MIPS Target Improvements
>  ------------------------
>
>
>
> _______________________________________________
> 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