some notes.
authorChris Lattner <sabre@nondot.org>
Sun, 27 Nov 2011 06:24:49 +0000 (06:24 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Nov 2011 06:24:49 +0000 (06:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145170 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 88c94e8eccc10556526a3016e56597a585b1d605..edfc1a0a078472d1eefa112feab9b688fa34fe93 100644 (file)
@@ -783,9 +783,12 @@ be used to verify some algorithms.
  New llvm.fma intrinsic.
  
  Euro dev meeting and main one too.
- New atomics instructions, "#i_fence" instruction.
+ New atomics instructions, "#i_fence" instruction, cmpxchg, atomicrmw too.  What target support?
  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.
  -->
   
 <ul>