llvm-6502/lib
JF Bastien 48db91bcc3 x86: check hasOpaqueSPAdjustment in canRealignStack
Summary:
@rnk pointed out in [1] that x86's canRealignStack logic should match that in CantUseSP from hasBasePointer.

  [1]: http://reviews.llvm.org/D11160?id=29713#inline-89350

Reviewers: rnk

Subscribers: rnk, llvm-commits

Differential Revision: http://reviews.llvm.org/D11377

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243772 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-31 18:28:09 +00:00
..
Analysis New EH representation for MSVC compatibility 2015-07-31 17:58:14 +00:00
AsmParser New EH representation for MSVC compatibility 2015-07-31 17:58:14 +00:00
Bitcode New EH representation for MSVC compatibility 2015-07-31 17:58:14 +00:00
CodeGen New EH representation for MSVC compatibility 2015-07-31 17:58:14 +00:00
DebugInfo [RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRef 2015-07-28 17:52:11 +00:00
ExecutionEngine [MCJIT] Fix PR20656 by teaching MCJIT to honor ExecutionEngine's global mapping. 2015-07-29 23:12:33 +00:00
Fuzzer [libFuzzer] record traces from the switch statements only when told to do so 2015-07-31 18:09:08 +00:00
IR New EH representation for MSVC compatibility 2015-07-31 17:58:14 +00:00
IRReader
LibDriver
LineEditor
Linker
LTO Remove access to the DataLayout in the TargetMachine 2015-07-24 16:04:22 +00:00
MC [llvm-mc] Add --no-warn flag with -W alias to disable outputting warnings while assembling. 2015-07-27 22:39:14 +00:00
Object [COFF] Consider the ImageBase when reporting section addresses 2015-07-31 17:40:24 +00:00
Option Add an ArgList::AddAllArgs that accepts a vector of OptSpecifier. 2015-07-29 17:34:41 +00:00
Passes
ProfileData
Support Add amdopencl environment to triple 2015-07-30 08:16:51 +00:00
TableGen TableGen: Support folding casts from bits to int 2015-07-31 01:12:06 +00:00
Target x86: check hasOpaqueSPAdjustment in canRealignStack 2015-07-31 18:28:09 +00:00
Transforms New EH representation for MSVC compatibility 2015-07-31 17:58:14 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile