mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-24 13:18:17 +00:00
remove asmparsing and documentation support for "volatile load", which was only produced by LLVM 2.9 and earlier. LLVM 3.0 and later prefers "load volatile".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145172 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -776,14 +776,14 @@ be used to verify some algorithms.
|
||||
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.
|
||||
LLVM 3.0 removes support for reading LLVM 2.8 and earlier files. Aim to maintain compatibility all the way back to 3.0 "forever".
|
||||
|
||||
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, cmpxchg, atomicrmw too. What target support?
|
||||
New atomics instructions, "#i_fence" instruction, cmpxchg, atomicrmw too. What target support? 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.
|
||||
|
||||
Reference in New Issue
Block a user