This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b0917b06be3 [ARM] Fix for DLS/LE CodeGen new 4284cfd2919 [PPC32] Support PLT calls for -msecure-plt -fpic new d3047099fd0 [DAGCombine] combineRepeatedFPDivisors - recognize -1.0 / X [...] new 84a952a3e69 [FPEnv] A missing crucial step was undocumented.
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: docs/AddingConstrainedIntrinsics.rst | 8 +++++ lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 +-- lib/Target/PowerPC/PPCAsmPrinter.cpp | 45 +++++++++++++-------------- lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 9 +++--- lib/Target/PowerPC/PPCMCInstLower.cpp | 10 +++--- test/CodeGen/PowerPC/combine-fneg.ll | 32 +++++++++++++++++++ test/CodeGen/PowerPC/ppc32-pic.ll | 28 ++++++++++------- test/CodeGen/PowerPC/ppc32-secure-plt-tls2.ll | 18 +++++++++++ 8 files changed, 107 insertions(+), 47 deletions(-) create mode 100644 test/CodeGen/PowerPC/combine-fneg.ll create mode 100644 test/CodeGen/PowerPC/ppc32-secure-plt-tls2.ll