diff options
| author | Chris Lattner <sabre@nondot.org> | 2011-11-27 05:47:57 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2011-11-27 05:47:57 +0000 | 
| commit | 74a3e00ebf34d9c45ef4ad68e3676ec64d3e83f4 (patch) | |
| tree | f90069b1bb9637db93f074db279890b0a03d65b6 /llvm | |
| parent | 8a3c663e95513912f705bbcd0c0ba922159a732b (diff) | |
| download | bcm5719-llvm-74a3e00ebf34d9c45ef4ad68e3676ec64d3e83f4.tar.gz bcm5719-llvm-74a3e00ebf34d9c45ef4ad68e3676ec64d3e83f4.zip  | |
add some notes
llvm-svn: 145163
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 21 | 
1 files changed, 18 insertions, 3 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 733c1bf00e9..88c94e8eccc 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -751,7 +751,7 @@ be used to verify some algorithms.   -->  <!-- - Type system rewrite. + Type system rewrite: http://blog.llvm.org/2011/11/llvm-30-type-system-rewrite.html   Better performance for Neon code in clang due to SRoA improvements.   New regalloc on by default. Lin scan going away in 3.1   PGO / builtin_expect improvements (summary needed) @@ -769,8 +769,23 @@ be used to verify some algorithms.   Better code generation for Cortex-A9   Many APIs take ArrayRef's now.   Pass manager extension API. - - + ARM inline asm constraints implemented. + LangRef.html#fnattrs uwtable attribute for asynch unwind tables. + better performance for indirect gotos. + llvm.prefetch now takes a 4th argument that specifies whether the prefetch happens to the icache or dcache. + New PackedVector, TinyPtrVector class (see Programmer's Manual) + New nonlazybind function attribute. + ARC language specific optimizer (Transforms/ObjCARC) a decent example of language-specific transformation. + LLVM 3.0 removes support for reading LLVM 2.8 and earlier files. + + New llvm.expect intrinsic. + Table generated MC expansion logic for pseudo instructions that expand to multiple MC instructions through the PseudoInstExpansion class. (JimG) + New llvm.fma intrinsic. +  + Euro dev meeting and main one too. + New atomics instructions, "#i_fence" instruction. + X86: inline assembler supports .code32 and .code64. +    -->  <ul>  | 

