This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 36f2326 [cpu-detection] Substantial refactor of Host CPU detection co [...] new f15d245 [BranchFolding] Replace MachineBlockFrequencyInfo with MBFIWr [...] new eaf5ddf [Kaleidoscope][BuildingAJIT] Fix hyphenation in chapter 2 title. new 8475598 [MBP] Reduce code size by running tail merging in MBP. new 24ef682 [pdbdump] Print out New FPO stream contents.
The 4 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/tutorial/BuildingAJIT2.rst | 6 +-- include/llvm/DebugInfo/PDB/Raw/DbiStream.h | 7 +++ include/llvm/Object/COFF.h | 24 +++++++++ lib/CodeGen/BranchFolding.cpp | 85 ++++++++++++++++++++++-------- lib/CodeGen/BranchFolding.h | 24 ++++++--- lib/CodeGen/IfConversion.cpp | 7 ++- lib/CodeGen/MachineBlockPlacement.cpp | 39 ++++++++++++-- lib/DebugInfo/PDB/Raw/DbiStream.cpp | 25 ++++++++- test/CodeGen/AArch64/tailmerging_in_mbp.ll | 63 ++++++++++++++++++++++ test/CodeGen/ARM/arm-and-tst-peephole.ll | 2 +- test/DebugInfo/PDB/pdbdump-headers.test | 26 ++++++++- tools/llvm-pdbdump/LLVMOutputStyle.cpp | 25 +++++++++ tools/llvm-pdbdump/LLVMOutputStyle.h | 1 + tools/llvm-pdbdump/OutputStyle.h | 1 + tools/llvm-pdbdump/llvm-pdbdump.cpp | 8 +++ tools/llvm-pdbdump/llvm-pdbdump.h | 1 + 16 files changed, 304 insertions(+), 40 deletions(-) create mode 100644 test/CodeGen/AArch64/tailmerging_in_mbp.ll