This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bb0606e8def Add some useful helper methods / operators to TypeIndex. new 550359cb2f9 Don't add DBG_VALUE instructions for static allocas in dbg.declare new a641bd93fbf ARM: use divmod libcalls on embedded MachO platforms too.
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/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 14 --- lib/Target/ARM/ARMISelLowering.cpp | 6 +- test/CodeGen/ARM/divmod-eabi.ll | 73 ++++++------ test/CodeGen/ARM/divmod.ll | 1 + test/CodeGen/X86/2012-11-30-misched-dbg.ll | 142 ----------------------- test/CodeGen/X86/2012-11-30-regpres-dbg.ll | 47 -------- test/DebugInfo/COFF/local-variables.ll | 5 - 7 files changed, 39 insertions(+), 249 deletions(-) delete mode 100644 test/CodeGen/X86/2012-11-30-misched-dbg.ll delete mode 100644 test/CodeGen/X86/2012-11-30-regpres-dbg.ll