This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ed000e33aae [MIPS GlobalISel] Add pre legalizer combiner pass new 08223c34d49 Replace "no-frame-pointer-*" function attributes with "fram [...] new a490b3ede88 [VFS] Allow multiple RealFileSystem instances with independ [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/CommandGuide/llc.rst | 4 +- include/llvm/CodeGen/CommandFlags.inc | 25 +++-- include/llvm/CodeGen/TargetFrameLowering.h | 7 +- include/llvm/Support/CodeGen.h | 5 + include/llvm/Support/VirtualFileSystem.h | 8 ++ lib/CodeGen/TargetFrameLoweringImpl.cpp | 6 -- lib/CodeGen/TargetOptionsImpl.cpp | 31 +++++-- lib/Support/VirtualFileSystem.cpp | 103 +++++++++++++++------ lib/Target/ARM/ARMFrameLowering.cpp | 5 +- lib/Target/ARM/ARMFrameLowering.h | 2 +- .../AArch64/aarch64-dynamic-stack-layout.ll | 2 +- test/CodeGen/AArch64/addr-of-ret-addr.ll | 2 +- test/CodeGen/AArch64/arm64-abi_align.ll | 4 +- test/CodeGen/AArch64/arm64-fast-isel-alloca.ll | 2 +- test/CodeGen/AArch64/arm64-fast-isel-call.ll | 6 +- test/CodeGen/AArch64/arm64-hello.ll | 2 +- test/CodeGen/AArch64/arm64-large-frame.ll | 2 +- test/CodeGen/AArch64/arm64-shrink-wrapping.ll | 4 +- test/CodeGen/AArch64/emutls.ll | 4 +- test/CodeGen/AArch64/f16-instructions.ll | 8 +- test/CodeGen/AArch64/fastcc.ll | 6 +- test/CodeGen/AArch64/local_vars.ll | 2 +- test/CodeGen/AArch64/regress-tblgen-chains.ll | 2 +- .../AArch64/regress-w29-reserved-with-fp.ll | 2 +- test/CodeGen/AArch64/sponentry.ll | 4 +- test/CodeGen/AArch64/stack-guard-remat-bitcast.ll | 2 +- test/CodeGen/AArch64/swifterror.ll | 4 +- test/CodeGen/ARM/2009-08-21-PostRAKill2.ll | 2 +- test/CodeGen/ARM/2009-08-21-PostRAKill3.ll | 2 +- test/CodeGen/ARM/2011-03-10-DAGCombineCrash.ll | 2 +- test/CodeGen/ARM/2011-03-15-LdStMultipleBug.ll | 2 +- test/CodeGen/ARM/2011-03-23-PeepholeBug.ll | 2 +- test/CodeGen/ARM/2012-04-24-SplitEHCriticalEdge.ll | 2 +- test/CodeGen/ARM/Windows/frame-register.ll | 2 +- test/CodeGen/ARM/build-attributes.ll | 90 +++++++++--------- test/CodeGen/ARM/crash-O0.ll | 2 +- test/CodeGen/ARM/crash-greedy-v6.ll | 4 +- test/CodeGen/ARM/crash-greedy.ll | 2 +- test/CodeGen/ARM/debug-frame-large-stack.ll | 2 +- test/CodeGen/ARM/debug-frame-no-debug.ll | 2 +- test/CodeGen/ARM/debug-frame-vararg.ll | 4 +- test/CodeGen/ARM/debug-frame.ll | 26 +++--- test/CodeGen/ARM/disable-fp-elim.ll | 8 +- test/CodeGen/ARM/ehabi-unwind.ll | 2 +- test/CodeGen/ARM/ehabi.ll | 24 ++--- test/CodeGen/ARM/fold-stack-adjust.ll | 6 +- test/CodeGen/ARM/frame-register.ll | 8 +- test/CodeGen/ARM/hello.ll | 2 +- test/CodeGen/ARM/inline-asm-clobber.ll | 2 +- test/CodeGen/ARM/machine-licm.ll | 6 +- test/CodeGen/ARM/macho-frame-offset.ll | 2 +- test/CodeGen/ARM/none-macho.ll | 4 +- test/CodeGen/ARM/shuffle.ll | 2 +- test/CodeGen/ARM/ssp-data-layout.ll | 2 +- test/CodeGen/ARM/subreg-remat.ll | 2 +- test/CodeGen/MSP430/fp.ll | 2 +- test/CodeGen/Mips/Fast-ISel/stackloadstore.ll | 2 +- test/CodeGen/NVPTX/f16-instructions.ll | 8 +- test/CodeGen/NVPTX/f16x2-instructions.ll | 6 +- test/CodeGen/PowerPC/2010-02-04-EmptyGlobal.ll | 2 +- test/CodeGen/PowerPC/2010-12-18-PPCStackRefs.ll | 2 +- test/CodeGen/PowerPC/Frames-alloca.ll | 4 +- test/CodeGen/PowerPC/Frames-large.ll | 4 +- test/CodeGen/PowerPC/Frames-leaf.ll | 16 ++-- test/CodeGen/PowerPC/Frames-small.ll | 4 +- test/CodeGen/PowerPC/crsave.ll | 2 +- test/CodeGen/PowerPC/empty-functions.ll | 2 +- test/CodeGen/PowerPC/ppc-prologue.ll | 2 +- test/CodeGen/PowerPC/stack-realign.ll | 6 +- test/CodeGen/PowerPC/structsinmem.ll | 2 +- test/CodeGen/PowerPC/structsinregs.ll | 2 +- test/CodeGen/RISCV/calling-conv.ll | 2 +- test/CodeGen/RISCV/frame.ll | 2 +- test/CodeGen/RISCV/large-stack.ll | 2 +- test/CodeGen/RISCV/vararg.ll | 2 +- test/CodeGen/SPARC/empty-functions.ll | 2 +- test/CodeGen/SystemZ/frame-07.ll | 2 +- test/CodeGen/SystemZ/frame-09.ll | 2 +- test/CodeGen/SystemZ/frame-13.ll | 2 +- test/CodeGen/SystemZ/frame-14.ll | 2 +- test/CodeGen/SystemZ/frame-15.ll | 2 +- test/CodeGen/SystemZ/frame-16.ll | 2 +- test/CodeGen/Thumb/2009-07-27-PEIAssert.ll | 2 +- test/CodeGen/Thumb/2009-08-20-ISelBug.ll | 2 +- test/CodeGen/Thumb/frame-access.ll | 2 +- test/CodeGen/Thumb/frame_thumb.ll | 4 +- test/CodeGen/Thumb/push.ll | 2 +- test/CodeGen/Thumb2/2009-07-30-PEICrash.ll | 2 +- test/CodeGen/Thumb2/2009-08-01-WrongLDRBOpc.ll | 2 +- test/CodeGen/Thumb2/2009-08-02-CoalescerBug.ll | 2 +- test/CodeGen/Thumb2/2009-08-04-CoalescerBug.ll | 2 +- test/CodeGen/Thumb2/2009-08-04-ScavengerAssert.ll | 2 +- test/CodeGen/Thumb2/2009-08-21-PostRAKill4.ll | 2 +- test/CodeGen/Thumb2/2009-09-01-PostRAProlog.ll | 2 +- test/CodeGen/Thumb2/2009-11-01-CopyReg2RegBug.ll | 2 +- test/CodeGen/Thumb2/2010-02-24-BigStack.ll | 2 +- test/CodeGen/Thumb2/2010-06-19-ITBlockCrash.ll | 2 +- .../Thumb2/2011-12-16-T2SizeReduceAssert.ll | 2 +- test/CodeGen/Thumb2/2012-01-13-CBNZBug.ll | 2 +- test/CodeGen/Thumb2/frameless.ll | 4 +- test/CodeGen/Thumb2/frameless2.ll | 2 +- test/CodeGen/Thumb2/ldr-str-imm12.ll | 2 +- test/CodeGen/Thumb2/machine-licm.ll | 4 +- test/CodeGen/X86/2007-04-17-LiveIntervalAssert.ll | 2 +- test/CodeGen/X86/2008-03-10-RegAllocInfLoop.ll | 2 +- test/CodeGen/X86/2008-03-31-SpillerFoldingBug.ll | 2 +- test/CodeGen/X86/2008-04-15-LiveVariableBug.ll | 2 +- test/CodeGen/X86/2008-09-29-ReMatBug.ll | 2 +- test/CodeGen/X86/2009-04-16-SpillerUnfold.ll | 2 +- test/CodeGen/X86/2009-04-29-RegAllocAssert.ll | 2 +- test/CodeGen/X86/2009-06-02-RewriterBug.ll | 2 +- test/CodeGen/X86/2009-09-10-LoadFoldingBug.ll | 2 +- test/CodeGen/X86/2009-10-19-EmergencySpill.ll | 2 +- test/CodeGen/X86/2009-10-25-RewriterBug.ll | 2 +- test/CodeGen/X86/2009-11-13-VirtRegRewriterBug.ll | 2 +- test/CodeGen/X86/2010-01-19-OptExtBug.ll | 2 +- test/CodeGen/X86/2010-04-06-SSEDomainFixCrash.ll | 2 +- test/CodeGen/X86/2010-04-29-CoalescerCrash.ll | 2 +- .../X86/2010-04-30-LocalAlloc-LandingPad.ll | 2 +- test/CodeGen/X86/2010-06-09-FastAllocRegisters.ll | 2 +- test/CodeGen/X86/2010-06-24-g-constraint-crash.ll | 2 +- .../X86/2010-06-25-CoalescerSubRegDefDead.ll | 2 +- test/CodeGen/X86/2010-06-25-asm-RA-crash.ll | 2 +- test/CodeGen/X86/2011-06-12-FastAllocSpill.ll | 2 +- .../X86/2011-07-13-BadFrameIndexDisplacement.ll | 2 +- test/CodeGen/X86/2012-01-10-UndefExceptionEdge.ll | 2 +- test/CodeGen/X86/addr-of-ret-addr.ll | 4 +- test/CodeGen/X86/anyregcc.ll | 6 +- test/CodeGen/X86/call-push.ll | 2 +- test/CodeGen/X86/coalescer-dce.ll | 2 +- test/CodeGen/X86/compact-unwind.ll | 6 +- test/CodeGen/X86/crash-O0.ll | 2 +- test/CodeGen/X86/empty-functions.ll | 4 +- test/CodeGen/X86/fp-elim.ll | 2 +- test/CodeGen/X86/hidden-vis-pic.ll | 2 +- test/CodeGen/X86/postra-licm.ll | 4 +- test/CodeGen/X86/pr1489.ll | 4 +- test/CodeGen/X86/pr3154.ll | 2 +- test/CodeGen/X86/pr9743.ll | 2 +- test/CodeGen/X86/remat-fold-load.ll | 2 +- test/CodeGen/X86/ret-addr.ll | 4 +- test/CodeGen/X86/sibcall-2.ll | 4 +- test/CodeGen/X86/ssp-data-layout.ll | 4 +- test/CodeGen/X86/tls-addr-non-leaf-function.ll | 2 +- test/CodeGen/XCore/epilogue_prologue.ll | 2 +- test/CodeGen/XCore/llvm-intrinsics.ll | 2 +- test/DebugInfo/AArch64/frameindices.ll | 2 +- test/DebugInfo/AArch64/prologue_end.ll | 2 +- test/DebugInfo/ARM/prologue_end.ll | 4 +- test/DebugInfo/Generic/2010-04-19-FramePtr.ll | 2 +- test/DebugInfo/Mips/prologue_end.ll | 4 +- test/DebugInfo/Sparc/prologue_end.ll | 2 +- test/DebugInfo/SystemZ/prologue_end.ll | 2 +- test/DebugInfo/SystemZ/variable-loc.ll | 4 +- test/DebugInfo/X86/prologue-stack.ll | 2 +- test/MC/X86/stackmap-nops.ll | 4 +- unittests/Support/VirtualFileSystemTest.cpp | 80 ++++++++++++++++ 157 files changed, 492 insertions(+), 330 deletions(-)