llvm-6502/lib
Reed Kotler 65692c809e Expand pseudos/macros:
SltCCRxRy16, SltiCCRxImmX16, SltiuCCRxImmX16, SltuCCRxRy16
$T8 shows up as register $24 when emitted from C++ code so we had
to change some tests that were already there for this functionality.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175593 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-20 05:45:15 +00:00
..
Analysis
Archive
AsmParser
Bitcode Simplify code. No functionality change. 2013-02-19 09:48:30 +00:00
CodeGen Fix #includes, so we include only what we really need. 2013-02-20 00:26:25 +00:00
DebugInfo Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C linkage. 2013-02-15 12:30:38 +00:00
ExecutionEngine
IR Add the function attributes from an inline asm call. These don't have declarations that set the attribute groups, so we must do it on our own. 2013-02-20 00:04:41 +00:00
Linker
MC clear new map and initialize new variable 2013-02-20 00:10:29 +00:00
Object
Option
Support Move part of APInt implementation from header to cpp file. These methods 2013-02-20 00:17:42 +00:00
TableGen Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C linkage. 2013-02-15 12:30:38 +00:00
Target Expand pseudos/macros: 2013-02-20 05:45:15 +00:00
Transforms Remove unused variable. 2013-02-19 22:17:58 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile