llvm-6502/lib
Tim Northover 6b3ed2b821 Atomics: switch direction of cmpxchg comparison
This has two benefits: it makes the result more suitable for direct
insertaion into the struct to emulate the new cmpxchg, and it means
the name we give the instruction matches its actual effect better.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210916 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-13 16:45:36 +00:00
..
Analysis
AsmParser IR: add "cmpxchg weak" variant to support permitted failure. 2014-06-13 14:24:07 +00:00
Bitcode IR: add "cmpxchg weak" variant to support permitted failure. 2014-06-13 14:24:07 +00:00
CodeGen Atomics: switch direction of cmpxchg comparison 2014-06-13 16:45:36 +00:00
DebugInfo Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
ExecutionEngine Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
IR IR: add "cmpxchg weak" variant to support permitted failure. 2014-06-13 14:24:07 +00:00
IRReader Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
LineEditor
Linker
LTO Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
MC Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
Object Remove unused and odd code. 2014-06-13 15:36:17 +00:00
Option
ProfileData Remove unused and odd code. 2014-06-13 15:36:17 +00:00
Support Fix build on windows. 2014-06-13 02:36:09 +00:00
TableGen Remove 'using std::errro_code' from lib. 2014-06-13 02:24:39 +00:00
Target R600: Remove AMDIL instruction and register definitions 2014-06-13 16:38:59 +00:00
Transforms SCCP: update for cmpxchg returning { iN, i1 } now. 2014-06-13 14:54:09 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile