This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dbd280f4e1c Revert r373888 "[IA] Recognize hexadecimal escape sequences" new 85fe2d7d558 gn build: use better triple on windows new 6c92be1c6ce [FPEnv] Add constrained intrinsics for lrint and lround
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: docs/LangRef.rst | 172 +++++++++++++++++++++++ include/llvm/CodeGen/ISDOpcodes.h | 1 + include/llvm/CodeGen/SelectionDAGNodes.h | 4 + include/llvm/CodeGen/TargetLowering.h | 4 + include/llvm/IR/IntrinsicInst.h | 4 + include/llvm/IR/Intrinsics.td | 14 ++ include/llvm/Target/TargetSelectionDAG.td | 20 +++ lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 88 ++++++++---- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 + lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 16 +++ lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 4 + lib/CodeGen/TargetLoweringBase.cpp | 4 + lib/IR/IntrinsicInst.cpp | 4 + lib/IR/Verifier.cpp | 29 ++++ test/CodeGen/X86/fp-intrinsics.ll | 84 +++++++++++ test/Feature/fp-intrinsics.ll | 92 ++++++++++++ utils/gn/secondary/llvm/triples.gni | 2 +- 17 files changed, 517 insertions(+), 29 deletions(-)