llvm-6502/lib
Akira Hatanaka cc7ecc7290 Use the correct opcodes: SLLV/SRLV or AND must be used instead of SLL/SRL or
ANDi, when the instruction does not have any immediate operands.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135520 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-19 20:34:00 +00:00
..
Analysis Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yesterday. 2011-07-19 19:41:54 +00:00
Archive
AsmParser
Bitcode
CodeGen Convert TargetData::getIndexedOffset to use ArrayRef. 2011-07-19 14:01:37 +00:00
CompilerDriver
ExecutionEngine Convert TargetData::getIndexedOffset to use ArrayRef. 2011-07-19 14:01:37 +00:00
Linker
MC Introduce MCCodeGenInfo, which keeps information that can affect codegen 2011-07-19 06:37:02 +00:00
Object
Support
Target Use the correct opcodes: SLLV/SRLV or AND must be used instead of SLL/SRL or 2011-07-19 20:34:00 +00:00
Transforms Convert SimplifyGEPInst to use ArrayRef. 2011-07-19 15:07:52 +00:00
VMCore Convert ConstantFoldGetElementPtr to use ArrayRef. 2011-07-19 15:30:30 +00:00
CMakeLists.txt
Makefile