This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 41cc19a3ac5 Don't expose a map in the DWARFContext interface. new 16be511cb4b [AMDGPU] fcanonicalize elimination optimization new 9d9b7c829a6 Allow clients to specify search order of DynamicLibraries.
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/Support/DynamicLibrary.h | 16 + lib/Support/DynamicLibrary.cpp | 43 +- lib/Support/Unix/DynamicLibrary.inc | 3 + lib/Support/Windows/DynamicLibrary.inc | 2 + lib/Target/AMDGPU/SIISelLowering.cpp | 95 +++- test/CodeGen/AMDGPU/fcanonicalize-elimination.ll | 487 +++++++++++++++++++++ .../Support/DynamicLibrary/DynamicLibraryTest.cpp | 10 + 7 files changed, 636 insertions(+), 20 deletions(-) create mode 100644 test/CodeGen/AMDGPU/fcanonicalize-elimination.ll