llvm-6502/lib
Craig Topper af1d08782b Explicitly don't let the asm printer use the clrb/w/l aliases for xor %reg, %reg.
It only didn't use it before because it seems InstAlias handling in the asm printer fails to count tied operands so it tried to find an xor with 2 operands instead of the 3 it wfails to count tied.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186900 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-23 00:15:19 +00:00
..
Analysis Treat nothrow forms of ::operator delete and ::operator delete[] as 2013-07-21 23:11:42 +00:00
AsmParser
Bitcode
CodeGen [stackprotector] Changed isNoopBitcast/sameNoopInput to take TargetLoweringBase instead of TargetLowering. 2013-07-22 21:05:47 +00:00
DebugInfo
ExecutionEngine
IR Debug Info Finder: add processScope to actually handle the Scope. 2013-07-22 20:28:53 +00:00
IRReader
Linker
MC
Object Typo. 2013-07-22 22:25:09 +00:00
Option Silence gcc warning. 2013-07-22 21:29:28 +00:00
Support Fix size_t -> uint warnings with MSVC 64-bit build 2013-07-20 00:20:10 +00:00
TableGen
Target Explicitly don't let the asm printer use the clrb/w/l aliases for xor %reg, %reg. 2013-07-23 00:15:19 +00:00
Transforms Remove extraneous null statement. No functionality change! 2013-07-22 23:38:27 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile