This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fab897d [lib/LTO] Add a way to run a custom pipeline new 4a83266 X86: Fold tail calls into conditional branches where possible [...] new c4c2318 CodeGen: ensure that libcalls are always AAPCS CC
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/TargetInstrInfo.h | 19 +++ lib/CodeGen/BranchFolding.cpp | 37 ++++++ lib/CodeGen/TargetLoweringBase.cpp | 176 ++++++++++++++++++++++++- lib/Target/X86/X86ExpandPseudo.cpp | 33 ++++- lib/Target/X86/X86InstrControl.td | 9 ++ lib/Target/X86/X86InstrInfo.cpp | 69 ++++++++++ lib/Target/X86/X86InstrInfo.h | 7 + lib/Target/X86/X86MCInstLower.cpp | 20 +-- test/CodeGen/Thumb2/float-intrinsics-double.ll | 2 +- test/CodeGen/Thumb2/float-intrinsics-float.ll | 2 +- test/CodeGen/X86/conditional-tailcall.ll | 24 ++++ 11 files changed, 372 insertions(+), 26 deletions(-) create mode 100644 test/CodeGen/X86/conditional-tailcall.ll