diff options
| author | Chris Lattner <sabre@nondot.org> | 2011-11-27 07:37:53 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2011-11-27 07:37:53 +0000 | 
| commit | d5bb9e6c4c76d578ebbddd43366406d970111083 (patch) | |
| tree | bc242d409e2c7ae75891ebd821733e45b05cf443 | |
| parent | bc639298e591e833da89a131e4ddc3ce186e3491 (diff) | |
| download | bcm5719-llvm-d5bb9e6c4c76d578ebbddd43366406d970111083.tar.gz bcm5719-llvm-d5bb9e6c4c76d578ebbddd43366406d970111083.zip  | |
add some notes.
llvm-svn: 145173
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 9 | 
1 files changed, 8 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 7d82f5ea83b..3d454cec8a3 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -783,12 +783,19 @@ be used to verify some algorithms.   New llvm.fma intrinsic.   Euro dev meeting and main one too. - New atomics instructions, "#i_fence" instruction, cmpxchg, atomicrmw too.  What target support? Also 'atomic load/store'.  See Atomics.html + New atomics instructions, "#i_fence" instruction, cmpxchg, atomicrmw too.  What target support (X86/ARM)? Also 'atomic load/store'.  See Atomics.html   X86: inline assembler supports .code32 and .code64.   Exception handling rewrite: new landingpad and resume instruction.  Unwind gone.   LowerSetJmp pass removed, unused.   llvm-objdump (d0k) and object file parsing stuff (mspencer)   Old arm disassembler replaced with a new one based on autogenerated encoding information from ARM .td files. + Frontend tests removed from llvm/test/Frontend* (was this completed for 3.0?) + Segmented stack support (X86 only?) Rafael and Sanjoy Das: docs/SegmentedStacks.html should be in CodeGen.html status table? + X86 backend support for NaCl (David Meyer / Nick L) + Codegen now supports vector "select" operations on vector comparisons, turning +   them into various optimized code sequences (e.g. using the SSE4/AVX "blend" +   instructions). +    -->  <ul>  | 

