llvm-6502/lib
David Greene c2d18f8929 Fix Typo
Compare the entire keyword string.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141295 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-06 14:37:47 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen
DebugInfo
ExecutionEngine
Linker
MC
Object
Support
TableGen Fix Typo 2011-10-06 14:37:47 +00:00
Target Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This was done by creating a new register group that excludes AX registers. Fixes PR10345. Also added aliases for flipping the order of the operands of xchg <reg>, %eax. 2011-10-06 06:44:41 +00:00
Transforms PR11061: Make simplifylibcalls fold strcmp("", x) correctly. 2011-10-05 22:27:16 +00:00
VMCore Don't require C bindings opcode numbers to be kept in sync. 2011-10-06 12:39:34 +00:00
CMakeLists.txt
Makefile