llvm-6502/lib
Robert Lytton 32e8528c33 Add XCore support for ATOMIC_FENCE.
ATOMIC_FENCE is lowered to a compiler barrier which is codegen only. There
is no need to emit an instructions since the XCore provides sequential
consistency.

Original patch by Richard Osborne

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194464 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-12 10:11:26 +00:00
..
Analysis Change data structure to memorize computed result in ScalarEvolution 2013-11-12 09:40:41 +00:00
AsmParser
Bitcode Extract a bc attr parsing helper that returns Attribute::None on error 2013-11-12 01:31:00 +00:00
CodeGen CalcSpillWeights: allow overidding the spill weight normalizing function 2013-11-11 19:56:14 +00:00
DebugInfo
ExecutionEngine Fixing a problem with iterator validity in RuntimeDyldImpl::resolveExternalSymbols 2013-11-11 19:55:10 +00:00
IR Print new JavaScript calling conventions symbolically. 2013-11-11 22:40:22 +00:00
IRReader
Linker Revert "Move copying of global initializers below the cloning of functions." 2013-11-09 00:43:18 +00:00
LTO
MC
Object
Option
Support
TableGen
Target Add XCore support for ATOMIC_FENCE. 2013-11-12 10:11:26 +00:00
Transforms Correct a glitch in r194424 which may invalidate iterator. 2013-11-12 08:33:03 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile