This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 122aad957dc [X86][AsmParser] Allow (%bp,%si) and (%bp,%di) to be encode [...] new 528e0780e70 [X86] Don't accept (%si,%bp) 16-bit address expressions. new aa1b399a8ef Re-land "[LTO] Enable module summary emission by default fo [...]
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/Target/X86/AsmParser/X86AsmParser.cpp | 13 +++++++++---- lib/Transforms/IPO/PassManagerBuilder.cpp | 6 +++++- test/MC/X86/address-size.s | 2 -- test/MC/X86/intel-syntax-32.s | 6 ++++++ test/MC/X86/intel-syntax.s | 1 + test/MC/X86/x86_errors.s | 13 +++++++++++++ 6 files changed, 34 insertions(+), 7 deletions(-) create mode 100644 test/MC/X86/intel-syntax-32.s