This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8ddde8c [NVPTX] Remove NVPTXFavorNonGenericAddrSpaces pass. new 485ef16 [ThinLTO] Disable importing and other cross-module optis at -O0 new f185e91 CodeGen: further loosen -O0 CG for WoA division
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: lib/LTO/LTO.cpp | 58 ++++++++++++---------- lib/Target/ARM/ARMISelLowering.cpp | 18 +++++-- test/CodeGen/ARM/Windows/dbzchk.ll | 31 ++++++------ test/CodeGen/ARM/Windows/division-range.ll | 4 +- test/CodeGen/ARM/Windows/division.ll | 20 ++++---- .../X86/Inputs/{llvm.used.ll => funcimport2.ll} | 4 +- test/ThinLTO/X86/funcimport2.ll | 28 +++++++++++ .../gold/X86/Inputs/thinlto_funcimport.ll} | 7 ++- test/tools/gold/X86/thinlto_funcimport.ll | 28 +++++++++++ tools/llvm-lto2/llvm-lto2.cpp | 7 +++ 10 files changed, 143 insertions(+), 62 deletions(-) copy test/ThinLTO/X86/Inputs/{llvm.used.ll => funcimport2.ll} (71%) create mode 100644 test/ThinLTO/X86/funcimport2.ll copy test/{ThinLTO/X86/Inputs/emit_imports.ll => tools/gold/X86/Inputs/thinlto_fun [...] create mode 100644 test/tools/gold/X86/thinlto_funcimport.ll