This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c4c34cce407 [InstCombine] add tests from D32285 to show current problems; NFC new 447ca1ab6d6 Delete trailing whitespace new 284277df9a8 [InstNamer] Don't check type of arguments (they're never void) new 00d88a77e1b [InstNamer] Use range-for new 4531b615cbd Add basic test case for -instnamer new 8c3a49c4c12 Use the frame index side table for byval and inalloca arguments
The 5 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/CodeGen/SelectionDAG/FastISel.cpp | 18 +-- lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 33 +---- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 10 +- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 48 +++++++ lib/Transforms/Utils/InstructionNamer.cpp | 13 +- test/CodeGen/X86/2010-01-18-DbgValue.ll | 12 +- test/CodeGen/X86/2012-11-30-handlemove-dbg.ll | 51 ------- test/CodeGen/X86/dbg-baseptr.ll | 62 +++++++-- test/DebugInfo/X86/dbg-declare-inalloca.ll | 158 ++++++++++++++++++++++ test/Transforms/InstNamer/basic.ll | 19 +++ 10 files changed, 309 insertions(+), 115 deletions(-) delete mode 100644 test/CodeGen/X86/2012-11-30-handlemove-dbg.ll create mode 100644 test/DebugInfo/X86/dbg-declare-inalloca.ll create mode 100644 test/Transforms/InstNamer/basic.ll