This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c8f9ada [X86] Fix intel syntax push parsing bug new 30ab32f AArch64: Move remaining target specific BranchRelaxation bits to TII new c205b62 Move AArch64BranchRelaxation to generic code
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/CodeGen/Passes.h | 4 + include/llvm/InitializePasses.h | 1 + include/llvm/Target/TargetInstrInfo.h | 12 +++ .../BranchRelaxation.cpp} | 120 ++++++++------------- lib/CodeGen/CMakeLists.txt | 1 + lib/CodeGen/CodeGen.cpp | 1 + lib/Target/AArch64/AArch64.h | 2 - lib/Target/AArch64/AArch64InstrInfo.cpp | 49 +++++---- lib/Target/AArch64/AArch64InstrInfo.h | 9 +- lib/Target/AArch64/AArch64TargetMachine.cpp | 4 +- lib/Target/AArch64/CMakeLists.txt | 1 - test/CodeGen/MIR/AArch64/inst-size-patchpoint.mir | 2 +- test/CodeGen/MIR/AArch64/inst-size-stackmap.mir | 2 +- .../MIR/AArch64/inst-size-tlsdesc-callseq.mir | 2 +- 14 files changed, 100 insertions(+), 110 deletions(-) rename lib/{Target/AArch64/AArch64BranchRelaxation.cpp => CodeGen/BranchRelaxation [...]