llvm-6502/lib
Tim Northover 19734e7811 ARM: correctly expand LDR-lit based globals.
Quite a major error here: the expansions for the Pseudos with and without
folded load were mixed up. Fortunately it only affects ARM-mode, when not using
movw/movt, on Darwin. I'm guessing no-one actually uses that combination.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223986 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-10 23:40:50 +00:00
..
Analysis Fix PR21694. r219517 added a use of SCEV divide in HowFarToZero computation. This divide can produce incorrect results as we are using an unsigned divide for what should be a modular divide. This change reverts back to a more conservative computation using trailing zeros. 2014-12-10 22:53:52 +00:00
AsmParser
Bitcode
CodeGen A fix for PR21176. 2014-12-10 23:19:56 +00:00
DebugInfo
ExecutionEngine Move three methods only used by MCJIT to MCJIT. 2014-12-10 20:46:55 +00:00
IR ConstantFold: Clean up X * undef code 2014-12-10 21:58:17 +00:00
IRReader
LineEditor
Linker
LTO
MC
Object Move three methods only used by MCJIT to MCJIT. 2014-12-10 20:46:55 +00:00
Option
ProfileData
Support
TableGen
Target ARM: correctly expand LDR-lit based globals. 2014-12-10 23:40:50 +00:00
Transforms
CMakeLists.txt
LLVMBuild.txt
Makefile