diff options
author | Chris Lattner <sabre@nondot.org> | 2011-11-27 06:24:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-11-27 06:24:49 +0000 |
commit | 8ddff91282ec36360677d0febd34803fd9f02153 (patch) | |
tree | b6355e5d3bf68388f3dfb1249a9efaab394bd7b5 | |
parent | a7e6f74631d8a484b3c8e0d9546c221824ab42a5 (diff) |
some notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145170 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 88c94e8ecc..edfc1a0a07 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -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> |