This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a8209f7 pdbdump: Dump Free Page Map contents. new 9d2d439 [Hexagon] Fix test that uses -debug-only to require asserts. new 53c51fa [X86] Match PSADBW in straight-line code new 33bf01e [Hexagon] Referencify MachineInstr in HexagonInstrInfo, NFC
The 3 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: lib/Target/Hexagon/HexagonBranchRelaxation.cpp | 18 +- lib/Target/Hexagon/HexagonCopyToCombine.cpp | 2 +- lib/Target/Hexagon/HexagonFixupHwLoops.cpp | 4 +- lib/Target/Hexagon/HexagonFrameLowering.cpp | 44 +- lib/Target/Hexagon/HexagonGenInsert.cpp | 2 +- lib/Target/Hexagon/HexagonHazardRecognizer.cpp | 13 +- lib/Target/Hexagon/HexagonInstrInfo.cpp | 782 ++++++++++----------- lib/Target/Hexagon/HexagonInstrInfo.h | 190 ++--- lib/Target/Hexagon/HexagonMachineScheduler.cpp | 16 +- lib/Target/Hexagon/HexagonOptAddrMode.cpp | 68 +- lib/Target/Hexagon/HexagonRDFOpt.cpp | 14 +- lib/Target/Hexagon/HexagonSubtarget.cpp | 38 +- lib/Target/Hexagon/HexagonSubtarget.h | 4 +- lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 354 +++++----- lib/Target/Hexagon/HexagonVLIWPacketizer.h | 46 +- lib/Target/X86/X86ISelLowering.cpp | 137 +++- .../misaligned_double_vector_store_not_fast.ll | 1 + test/CodeGen/X86/sad.ll | 309 +++++++- 18 files changed, 1231 insertions(+), 811 deletions(-)