llvm-6502/lib
Tim Northover 196c8e5fbb ARM: correctly determine final tBX_LR in Thumb1 functions
The changes caused by folding an sp-adjustment into a "pop" previously
disrupted the forward search for the final real instruction in a
terminating block. This switches to a backward search (skipping debug
instrs).

This fixes PR18399.

Patch by Zhaoshi.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199266 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-14 22:53:28 +00:00
..
Analysis Make nocapture analysis work with addrspacecast 2014-01-14 19:11:52 +00:00
AsmParser Decouple dllexport/dllimport from linkage 2014-01-14 15:22:47 +00:00
Bitcode Decouple dllexport/dllimport from linkage 2014-01-14 15:22:47 +00:00
CodeGen Enable use of ranges for translation units in the presence of 2014-01-14 22:44:17 +00:00
DebugInfo
ExecutionEngine Decouple dllexport/dllimport from linkage 2014-01-14 15:22:47 +00:00
IR Decouple dllexport/dllimport from linkage 2014-01-14 15:22:47 +00:00
IRReader
Linker Decouple dllexport/dllimport from linkage 2014-01-14 15:22:47 +00:00
LTO Reapply "LTO: add API to set strategy for -internalize" 2014-01-14 18:52:17 +00:00
MC
Object
Option
Support
TableGen
Target ARM: correctly determine final tBX_LR in Thumb1 functions 2014-01-14 22:53:28 +00:00
Transforms Do pointer cast simplifications on addrspacecast 2014-01-14 20:00:45 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile