llvm-6502/lib
Eli Friedman 981a010c09 Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures for atomic laod/store on ARM.
(The fix for the related failures on x86 is going to be nastier because we actually need Acquire memoperands attached to the atomic load instrs, etc.)



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139221 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-07 02:23:42 +00:00
..
Analysis memset_pattern16 uses a 16 BYTE pattern, not a 16 BIT pattern. Add comments to that effect. 2011-09-06 23:43:26 +00:00
Archive
AsmParser
Bitcode Don't forget to add the landingpad and resume instructions to the InstructionList. 2011-09-01 00:50:20 +00:00
CodeGen Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures for atomic laod/store on ARM. 2011-09-07 02:23:42 +00:00
CompilerDriver
ExecutionEngine
Linker
MC As a first step, emit both the compact unwind and CIE/FDEs for a function. 2011-09-06 18:37:11 +00:00
Object
Support
Target Reenable compact unwind by default. However, also emit the old version of unwind 2011-09-06 23:47:14 +00:00
Transforms Add -verify-indvars for imperfect SCEV trip count verification after indvars. 2011-09-06 20:20:38 +00:00
VMCore Add codegen support for vector select (in the IR this means a select 2011-09-06 19:07:46 +00:00
CMakeLists.txt
Makefile