This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 83092adef9b Don't emit CFI instructions at the end of a function new 2b8b0a56950 Don't test setting sticky bits on files for modern BSDs new 36d7c2b2e59 Move size and alignment information of regclass to TargetRe [...]
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: include/llvm/Target/TargetRegisterInfo.h | 24 +++++++---- lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 5 ++- lib/CodeGen/GlobalISel/InstructionSelect.cpp | 4 +- lib/CodeGen/GlobalISel/RegisterBank.cpp | 2 +- lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 2 +- lib/CodeGen/PrologEpilogInserter.cpp | 8 ++-- lib/CodeGen/RegAllocFast.cpp | 5 ++- lib/CodeGen/RegisterScavenging.cpp | 4 +- lib/CodeGen/StackMaps.cpp | 5 ++- lib/CodeGen/TargetInstrInfo.cpp | 8 ++-- lib/CodeGen/TargetLoweringBase.cpp | 2 +- lib/CodeGen/TargetRegisterInfo.cpp | 10 ++--- lib/CodeGen/VirtRegMap.cpp | 5 ++- lib/Target/AArch64/AArch64FrameLowering.cpp | 7 +++- lib/Target/AArch64/AArch64InstrInfo.cpp | 10 +++-- lib/Target/AMDGPU/GCNRegPressure.cpp | 4 +- lib/Target/AMDGPU/SIFrameLowering.cpp | 2 +- lib/Target/AMDGPU/SIISelLowering.cpp | 21 +++++----- lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 4 +- lib/Target/AMDGPU/SIInsertWaits.cpp | 10 ++--- lib/Target/AMDGPU/SIInstrInfo.cpp | 38 +++++++++-------- lib/Target/AMDGPU/SIInstrInfo.h | 4 +- lib/Target/AMDGPU/SIRegisterInfo.cpp | 59 ++++++++++++++------------- lib/Target/ARM/ARMBaseInstrInfo.cpp | 4 +- lib/Target/ARM/ARMBaseRegisterInfo.cpp | 3 +- lib/Target/ARM/ARMFrameLowering.cpp | 8 ++-- lib/Target/AVR/AVRAsmPrinter.cpp | 3 +- lib/Target/AVR/AVRFrameLowering.cpp | 4 +- lib/Target/Hexagon/BitTracker.cpp | 2 +- lib/Target/Hexagon/HexagonAsmPrinter.cpp | 6 +-- lib/Target/Hexagon/HexagonBitSimplify.cpp | 13 +++--- lib/Target/Hexagon/HexagonExpandCondsets.cpp | 6 +-- lib/Target/Hexagon/HexagonFrameLowering.cpp | 43 +++++++++---------- lib/Target/Mips/MipsAsmPrinter.cpp | 6 +-- lib/Target/Mips/MipsFrameLowering.cpp | 2 +- lib/Target/Mips/MipsMachineFunction.cpp | 19 +++++---- lib/Target/Mips/MipsSEFrameLowering.cpp | 22 ++++++---- lib/Target/Mips/MipsSEInstrInfo.cpp | 4 +- lib/Target/NVPTX/NVPTXInstrInfo.cpp | 2 +- lib/Target/PowerPC/PPCFrameLowering.cpp | 17 ++++---- lib/Target/SystemZ/SystemZInstrInfo.cpp | 7 ++-- lib/Target/X86/X86FastISel.cpp | 3 +- lib/Target/X86/X86FrameLowering.cpp | 11 ++--- lib/Target/X86/X86InstrInfo.cpp | 49 ++++++++++++++-------- lib/Target/X86/X86RegisterInfo.cpp | 14 ++++--- lib/Target/XCore/XCoreFrameLowering.cpp | 13 +++--- lib/Target/XCore/XCoreMachineFunctionInfo.cpp | 24 +++++++---- unittests/Support/Path.cpp | 7 ++++ 48 files changed, 303 insertions(+), 232 deletions(-)