This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 94c4904dc59 CodeGen: Rename DEBUG_TYPE to match passnames new 325c68628ed Add constrained intrinsics for some libm-equivalent operations
The 1 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/LangRef.rst | 465 ++++++++++++++++++++++- include/llvm/CodeGen/ISDOpcodes.h | 8 + include/llvm/CodeGen/SelectionDAG.h | 5 + include/llvm/CodeGen/SelectionDAGNodes.h | 26 ++ include/llvm/IR/IntrinsicInst.h | 13 + include/llvm/IR/Intrinsics.td | 58 ++- lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 67 ++++ lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 57 +++ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 71 +++- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 2 +- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 55 +-- lib/IR/IntrinsicInst.cpp | 26 +- lib/IR/Verifier.cpp | 19 +- test/CodeGen/X86/fp-intrinsics.ll | 147 +++++++ test/Feature/fp-intrinsics.ll | 148 ++++++++ test/Verifier/fp-intrinsics.ll | 39 +- 16 files changed, 1134 insertions(+), 72 deletions(-)