[llvm-commits] [llvm] r145170 - /llvm/trunk/docs/ReleaseNotes.html

Chris Lattner sabre at nondot.org
Sat Nov 26 22:24:49 PST 2011


Author: lattner
Date: Sun Nov 27 00:24:49 2011
New Revision: 145170

URL: http://llvm.org/viewvc/llvm-project?rev=145170&view=rev
Log:
some notes.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=145170&r1=145169&r2=145170&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sun Nov 27 00:24:49 2011
@@ -783,9 +783,12 @@
  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>





More information about the llvm-commits mailing list