llvm-6502/lib
Jim Grosbach 5d0492cfc4 Thumb2 ADD/SUB instructions encoding selection outside IT block.
Outside an IT block, "add r3, #2" should select a 32-bit wide encoding
rather than generating an error indicating the 16-bit encoding is only
legal in an IT block (outside, the 'S' suffic is required for the 16-bit
encoding).

rdar://10348481


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143201 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-28 16:57:07 +00:00
..
Analysis Reapply commit 143028 with a fix: the problem was casting a ConstantExpr Mul 2011-10-27 19:16:21 +00:00
Archive
AsmParser LLLexer: Factor hex char parsing. 2011-10-27 14:08:01 +00:00
Bitcode
CodeGen Dwarf: [PR11022] Fix emitting DW_AT_const_value(>i64), to be host-endian-neutral. 2011-10-28 14:12:22 +00:00
DebugInfo
ExecutionEngine Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete. 2011-10-19 00:13:13 +00:00
Linker Allow the source module to be materialized during the linking process. 2011-10-14 22:17:46 +00:00
MC Teach our Dwarf emission to use the string pool. 2011-10-27 06:44:11 +00:00
Object If we're searching for a symbol reference to pretty-print a scattered relocation address, and we don't find a symbol table entry, try section begin addresses as well. 2011-10-27 21:53:50 +00:00
Support Remove the Alpha backend. 2011-10-27 22:56:32 +00:00
TableGen Implement Paste 2011-10-19 13:04:43 +00:00
Target Thumb2 ADD/SUB instructions encoding selection outside IT block. 2011-10-28 16:57:07 +00:00
Transforms LFTR should avoid a type mismatch with null pointer IVs. 2011-10-28 03:45:11 +00:00
VMCore Add a pinned metadata name for fpaccuracy, and document it 2011-10-27 19:19:14 +00:00
CMakeLists.txt
Makefile