llvm-6502/lib
Hal Finkel c9ac32837d Replace PPC instruction-size code with MCInstrDesc getSize
As part of the cleanup done to enable the disassembler, the PPC instructions
now have a valid Size description field. This can now be used to replace some
custom logic in a few places to compute instruction sizes.

Patch by David Wiberg!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200623 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-02 06:12:27 +00:00
..
Analysis [inliner] Skip debug intrinsics even earlier in computing the inline 2014-02-01 10:38:17 +00:00
AsmParser
Bitcode
CodeGen Remove some unused #includes 2014-02-01 13:12:54 +00:00
DebugInfo
ExecutionEngine
IR Implement inalloca codegen for x86 with the new inalloca design 2014-01-31 23:50:57 +00:00
IRReader
LineEditor Silence GCC warnings. 2014-02-01 11:26:18 +00:00
Linker
LTO
MC MC: Fix .octa output for APInts with BitWidth > 128 2014-02-01 16:52:33 +00:00
Object
Option
Support Hopefully fix mingw32 bots. 2014-02-01 02:42:20 +00:00
TableGen
Target Replace PPC instruction-size code with MCInstrDesc getSize 2014-02-02 06:12:27 +00:00
Transforms LoopVectorizer: Enable unrolling of conditional stores and the load/store 2014-02-02 03:12:34 +00:00
CMakeLists.txt Introduce line editor library. 2014-01-31 23:46:14 +00:00
LLVMBuild.txt Introduce line editor library. 2014-01-31 23:46:14 +00:00
Makefile Introduce line editor library. 2014-01-31 23:46:14 +00:00