llvm-6502/test
Bill Schmidt debf7d345a Fix PR15630: Replace faulty stdcx. with stwcx.
When doing a partword atomic operation, a lwarx was being paired with
a stdcx. instead of a stwcx. when compiling for a 64-bit target.  The
target has nothing to do with it in this case; we always need a stwcx.

Thanks to Kai Nacke for reporting the problem.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178559 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-02 18:37:08 +00:00
..
Analysis X86TTI: Add accurate costs for itofp operations, based on the actual instruction counts. 2013-04-01 10:23:49 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Fix PR15630: Replace faulty stdcx. with stwcx. 2013-04-02 18:37:08 +00:00
DebugInfo move testcase into appropriate X86 subdirectory. 2013-03-29 20:14:08 +00:00
ExecutionEngine Add support for vector data types in the LLVM interpreter. 2013-04-01 15:53:30 +00:00
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
MC Mips direct object exception handling regression 2013-04-01 21:55:15 +00:00
Object
Other
Scripts
TableGen
tools
Transforms Use a worklist to avoid a sneaky iterator invalidation. 2013-04-02 08:16:45 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh