refresh of the patches

This commit is contained in:
Sylvestre Ledru 2013-08-11 08:02:45 +00:00
parent da344a5b29
commit 5c9ce3725a
27 changed files with 147 additions and 147 deletions

View File

@ -1,8 +1,8 @@
Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Support/CommandLine.cpp Index: llvm-toolchain-snapshot_3.4~svn188146/lib/Support/CommandLine.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/lib/Support/CommandLine.cpp 2013-07-01 13:27:34.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/lib/Support/CommandLine.cpp 2013-08-11 10:01:30.736734807 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/lib/Support/CommandLine.cpp 2013-07-01 13:27:34.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/lib/Support/CommandLine.cpp 2013-08-11 10:01:30.732734807 +0200
@@ -1509,6 +1509,10 @@ @@ -1686,6 +1686,10 @@
OS << LLVM_VERSION_INFO; OS << LLVM_VERSION_INFO;
#endif #endif
OS << "\n "; OS << "\n ";

View File

@ -1,8 +1,8 @@
Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/ToolChains.cpp Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/ToolChains.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Driver/ToolChains.cpp 2013-07-01 13:27:42.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Driver/ToolChains.cpp 2013-08-11 10:01:30.888734802 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/ToolChains.cpp 2013-07-01 13:28:26.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/ToolChains.cpp 2013-08-11 10:01:30.884734801 +0200
@@ -2292,6 +2292,14 @@ @@ -2337,6 +2337,14 @@
addPathIfExists(SysRoot + "/usr/lib/" + MultiarchTriple, Paths); addPathIfExists(SysRoot + "/usr/lib/" + MultiarchTriple, Paths);
addPathIfExists(SysRoot + "/usr/lib/../" + Multilib, Paths); addPathIfExists(SysRoot + "/usr/lib/../" + Multilib, Paths);
@ -17,11 +17,11 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/ToolChains.cpp
// Try walking via the GCC triple path in case of biarch or multiarch GCC // Try walking via the GCC triple path in case of biarch or multiarch GCC
// installations with strange symlinks. // installations with strange symlinks.
if (GCCInstallation.isValid()) if (GCCInstallation.isValid())
Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/Tools.cpp Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/Tools.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Driver/Tools.cpp 2013-07-01 13:27:42.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Driver/Tools.cpp 2013-08-11 10:01:30.888734802 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/Tools.cpp 2013-07-01 13:27:42.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/Tools.cpp 2013-08-11 10:01:30.888734802 +0200
@@ -6168,6 +6168,14 @@ @@ -6153,6 +6153,14 @@
if (D.IsUsingLTO(Args) || Args.hasArg(options::OPT_use_gold_plugin)) { if (D.IsUsingLTO(Args) || Args.hasArg(options::OPT_use_gold_plugin)) {
CmdArgs.push_back("-plugin"); CmdArgs.push_back("-plugin");
std::string Plugin = ToolChain.getDriver().Dir + "/../lib/LLVMgold.so"; std::string Plugin = ToolChain.getDriver().Dir + "/../lib/LLVMgold.so";

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_3.4~svn185325/tools/llvm-shlib/Makefile Index: llvm-toolchain-snapshot_3.4~svn188146/tools/llvm-shlib/Makefile
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/tools/llvm-shlib/Makefile 2013-07-01 13:28:31.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/tools/llvm-shlib/Makefile 2013-08-11 10:01:31.176734794 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/tools/llvm-shlib/Makefile 2013-07-01 13:28:31.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/tools/llvm-shlib/Makefile 2013-08-11 10:01:31.172734791 +0200
@@ -39,6 +39,12 @@ @@ -39,6 +39,12 @@
LLVMLibsPaths := $(IncludeInLibLlvm) LLVMLibsPaths := $(IncludeInLibLlvm)

View File

@ -1,8 +1,8 @@
Index: llvm-toolchain-snapshot_3.4~svn185325/configure Index: llvm-toolchain-snapshot_3.4~svn188146/configure
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/configure 2013-07-01 13:28:33.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/configure 2013-08-11 10:01:31.600734785 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/configure 2013-07-01 13:28:33.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/configure 2013-08-11 10:01:31.600734785 +0200
@@ -13709,7 +13709,7 @@ @@ -13208,7 +13208,7 @@
case $llvm_cv_os_type in case $llvm_cv_os_type in
Linux) Linux)
if test -n "$llvm_cv_oppath" ; then if test -n "$llvm_cv_oppath" ; then
@ -11,7 +11,7 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/configure
{ echo "$as_me:$LINENO: checking for library containing bfd_init" >&5 { echo "$as_me:$LINENO: checking for library containing bfd_init" >&5
echo $ECHO_N "checking for library containing bfd_init... $ECHO_C" >&6; } echo $ECHO_N "checking for library containing bfd_init... $ECHO_C" >&6; }
if test "${ac_cv_search_bfd_init+set}" = set; then if test "${ac_cv_search_bfd_init+set}" = set; then
@@ -13805,7 +13805,7 @@ @@ -13304,7 +13304,7 @@
echo "${ECHO_T}$ac_cv_search_bfd_init" >&6; } echo "${ECHO_T}$ac_cv_search_bfd_init" >&6; }
ac_res=$ac_cv_search_bfd_init ac_res=$ac_cv_search_bfd_init
if test "$ac_res" != no; then if test "$ac_res" != no; then
@ -20,7 +20,7 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/configure
fi fi
@@ -13841,8 +13841,8 @@ @@ -13340,8 +13340,8 @@
if test -z "$ac_lib"; then if test -z "$ac_lib"; then
ac_res="none required" ac_res="none required"
else else

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_3.4~svn185325/tools/llvm-shlib/Makefile Index: llvm-toolchain-snapshot_3.4~svn188146/tools/llvm-shlib/Makefile
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/tools/llvm-shlib/Makefile 2013-07-01 13:28:34.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/tools/llvm-shlib/Makefile 2013-08-11 10:01:32.084734772 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/tools/llvm-shlib/Makefile 2013-07-01 13:28:34.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/tools/llvm-shlib/Makefile 2013-08-11 10:01:32.080734772 +0200
@@ -76,7 +76,7 @@ @@ -76,7 +76,7 @@
ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD GNU/kFreeBSD GNU)) ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD GNU/kFreeBSD GNU))

View File

@ -12,11 +12,11 @@ This reverts commit 60b35f408bc3194e7ea4e96367c0b42dc5e7f850.
test/DebugInfo/X86/ending-run.ll | 6 ++---- test/DebugInfo/X86/ending-run.ll | 6 ++----
2 files changed, 4 insertions(+), 9 deletions(-) 2 files changed, 4 insertions(+), 9 deletions(-)
Index: llvm-toolchain-snapshot_3.4~svn185325/lib/CodeGen/AsmPrinter/DwarfDebug.cpp Index: llvm-toolchain-snapshot_3.4~svn188146/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/lib/CodeGen/AsmPrinter/DwarfDebug.cpp 2013-07-01 13:28:35.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/lib/CodeGen/AsmPrinter/DwarfDebug.cpp 2013-08-11 10:01:32.520734761 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/lib/CodeGen/AsmPrinter/DwarfDebug.cpp 2013-07-01 13:28:35.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/lib/CodeGen/AsmPrinter/DwarfDebug.cpp 2013-08-11 10:01:32.516734761 +0200
@@ -1312,15 +1312,12 @@ @@ -1391,15 +1391,12 @@
if (!MI->isDebugValue()) { if (!MI->isDebugValue()) {
DebugLoc DL = MI->getDebugLoc(); DebugLoc DL = MI->getDebugLoc();
if (DL != PrevInstLoc && (!DL.isUnknown() || UnknownLocations)) { if (DL != PrevInstLoc && (!DL.isUnknown() || UnknownLocations)) {
@ -33,10 +33,10 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lib/CodeGen/AsmPrinter/DwarfDebug.c
if (!DL.isUnknown()) { if (!DL.isUnknown()) {
const MDNode *Scope = DL.getScope(Asm->MF->getFunction()->getContext()); const MDNode *Scope = DL.getScope(Asm->MF->getFunction()->getContext());
recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags);
Index: llvm-toolchain-snapshot_3.4~svn185325/test/DebugInfo/X86/ending-run.ll Index: llvm-toolchain-snapshot_3.4~svn188146/test/DebugInfo/X86/ending-run.ll
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/test/DebugInfo/X86/ending-run.ll 2013-07-01 13:28:35.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/test/DebugInfo/X86/ending-run.ll 2013-08-11 10:01:32.520734761 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/test/DebugInfo/X86/ending-run.ll 2013-07-01 13:28:35.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/test/DebugInfo/X86/ending-run.ll 2013-08-11 10:01:32.516734761 +0200
@@ -1,11 +1,9 @@ @@ -1,11 +1,9 @@
; RUN: llc -mtriple=x86_64-apple-darwin %s -o %t -filetype=obj ; RUN: llc -mtriple=x86_64-apple-darwin %s -o %t -filetype=obj
; RUN: llvm-dwarfdump -debug-dump=line %t | FileCheck %s ; RUN: llvm-dwarfdump -debug-dump=line %t | FileCheck %s

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_3.4~svn185325/autoconf/configure.ac Index: llvm-toolchain-snapshot_3.4~svn188146/autoconf/configure.ac
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/autoconf/configure.ac 2013-07-01 13:28:40.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/autoconf/configure.ac 2013-08-11 10:01:32.952734747 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/autoconf/configure.ac 2013-07-01 13:28:40.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/autoconf/configure.ac 2013-08-11 10:01:32.944734748 +0200
@@ -31,7 +31,7 @@ @@ -31,7 +31,7 @@
dnl===-----------------------------------------------------------------------=== dnl===-----------------------------------------------------------------------===
dnl Initialize autoconf and define the package name, version number and dnl Initialize autoconf and define the package name, version number and
@ -11,10 +11,10 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/autoconf/configure.ac
AC_DEFINE([LLVM_VERSION_MAJOR], [3], [Major version of the LLVM API]) AC_DEFINE([LLVM_VERSION_MAJOR], [3], [Major version of the LLVM API])
AC_DEFINE([LLVM_VERSION_MINOR], [4], [Minor version of the LLVM API]) AC_DEFINE([LLVM_VERSION_MINOR], [4], [Minor version of the LLVM API])
Index: llvm-toolchain-snapshot_3.4~svn185325/configure Index: llvm-toolchain-snapshot_3.4~svn188146/configure
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/configure 2013-07-01 13:28:40.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/configure 2013-08-11 10:01:32.952734747 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/configure 2013-07-01 13:28:40.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/configure 2013-08-11 10:01:32.948734746 +0200
@@ -561,8 +561,8 @@ @@ -561,8 +561,8 @@
# Identity of this package. # Identity of this package.
PACKAGE_NAME='LLVM' PACKAGE_NAME='LLVM'

View File

@ -1,11 +1,11 @@
PPCJITInfo.cpp | 12 ++++++++++++ PPCJITInfo.cpp | 12 ++++++++++++
1 file changed, 12 insertions(+) 1 file changed, 12 insertions(+)
Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Target/PowerPC/PPCJITInfo.cpp Index: llvm-toolchain-snapshot_3.4~svn188146/lib/Target/PowerPC/PPCJITInfo.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/lib/Target/PowerPC/PPCJITInfo.cpp 2013-07-01 13:28:42.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/lib/Target/PowerPC/PPCJITInfo.cpp 2013-08-11 10:01:33.964734725 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/lib/Target/PowerPC/PPCJITInfo.cpp 2013-07-01 13:28:42.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/lib/Target/PowerPC/PPCJITInfo.cpp 2013-08-11 10:01:33.960734725 +0200
@@ -99,6 +99,7 @@ @@ -104,6 +104,7 @@
"stw r8, 196(r1)\n" "stw r7, 192(r1)\n" "stw r8, 196(r1)\n" "stw r7, 192(r1)\n"
"stw r6, 188(r1)\n" "stw r5, 184(r1)\n" "stw r6, 188(r1)\n" "stw r5, 184(r1)\n"
"stw r4, 180(r1)\n" "stw r3, 176(r1)\n" "stw r4, 180(r1)\n" "stw r3, 176(r1)\n"
@ -13,7 +13,7 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Target/PowerPC/PPCJITInfo.cpp
// Save all call-clobbered FP regs. // Save all call-clobbered FP regs.
"stfd f13, 168(r1)\n" "stfd f12, 160(r1)\n" "stfd f13, 168(r1)\n" "stfd f12, 160(r1)\n"
"stfd f11, 152(r1)\n" "stfd f10, 144(r1)\n" "stfd f11, 152(r1)\n" "stfd f10, 144(r1)\n"
@@ -107,6 +108,7 @@ @@ -112,6 +113,7 @@
"stfd f5, 104(r1)\n" "stfd f4, 96(r1)\n" "stfd f5, 104(r1)\n" "stfd f4, 96(r1)\n"
"stfd f3, 88(r1)\n" "stfd f2, 80(r1)\n" "stfd f3, 88(r1)\n" "stfd f2, 80(r1)\n"
"stfd f1, 72(r1)\n" "stfd f1, 72(r1)\n"
@ -21,7 +21,7 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Target/PowerPC/PPCJITInfo.cpp
// Arguments to Compilation Callback: // Arguments to Compilation Callback:
// r3 - our lr (address of the call instruction in stub plus 4) // r3 - our lr (address of the call instruction in stub plus 4)
// r4 - stub's lr (address of instruction that called the stub plus 4) // r4 - stub's lr (address of instruction that called the stub plus 4)
@@ -122,6 +124,7 @@ @@ -127,6 +129,7 @@
"lwz r8, 196(r1)\n" "lwz r7, 192(r1)\n" "lwz r8, 196(r1)\n" "lwz r7, 192(r1)\n"
"lwz r6, 188(r1)\n" "lwz r5, 184(r1)\n" "lwz r6, 188(r1)\n" "lwz r5, 184(r1)\n"
"lwz r4, 180(r1)\n" "lwz r3, 176(r1)\n" "lwz r4, 180(r1)\n" "lwz r3, 176(r1)\n"
@ -29,7 +29,7 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Target/PowerPC/PPCJITInfo.cpp
// Restore all FP arg registers // Restore all FP arg registers
"lfd f13, 168(r1)\n" "lfd f12, 160(r1)\n" "lfd f13, 168(r1)\n" "lfd f12, 160(r1)\n"
"lfd f11, 152(r1)\n" "lfd f10, 144(r1)\n" "lfd f11, 152(r1)\n" "lfd f10, 144(r1)\n"
@@ -130,6 +133,7 @@ @@ -135,6 +138,7 @@
"lfd f5, 104(r1)\n" "lfd f4, 96(r1)\n" "lfd f5, 104(r1)\n" "lfd f4, 96(r1)\n"
"lfd f3, 88(r1)\n" "lfd f2, 80(r1)\n" "lfd f3, 88(r1)\n" "lfd f2, 80(r1)\n"
"lfd f1, 72(r1)\n" "lfd f1, 72(r1)\n"
@ -37,7 +37,7 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Target/PowerPC/PPCJITInfo.cpp
// Pop 3 frames off the stack and branch to target // Pop 3 frames off the stack and branch to target
"lwz r1, 208(r1)\n" "lwz r1, 208(r1)\n"
"lwz r2, 8(r1)\n" "lwz r2, 8(r1)\n"
@@ -164,12 +168,14 @@ @@ -169,12 +173,14 @@
"stw 8, 92(1)\n" "stw 7, 88(1)\n" "stw 8, 92(1)\n" "stw 7, 88(1)\n"
"stw 6, 84(1)\n" "stw 5, 80(1)\n" "stw 6, 84(1)\n" "stw 5, 80(1)\n"
"stw 4, 76(1)\n" "stw 3, 72(1)\n" "stw 4, 76(1)\n" "stw 3, 72(1)\n"
@ -52,7 +52,7 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Target/PowerPC/PPCJITInfo.cpp
// Arguments to Compilation Callback: // Arguments to Compilation Callback:
// r3 - our lr (address of the call instruction in stub plus 4) // r3 - our lr (address of the call instruction in stub plus 4)
// r4 - stub's lr (address of instruction that called the stub plus 4) // r4 - stub's lr (address of instruction that called the stub plus 4)
@@ -185,12 +191,14 @@ @@ -190,12 +196,14 @@
"lwz 8, 92(1)\n" "lwz 7, 88(1)\n" "lwz 8, 92(1)\n" "lwz 7, 88(1)\n"
"lwz 6, 84(1)\n" "lwz 5, 80(1)\n" "lwz 6, 84(1)\n" "lwz 5, 80(1)\n"
"lwz 4, 76(1)\n" "lwz 3, 72(1)\n" "lwz 4, 76(1)\n" "lwz 3, 72(1)\n"
@ -67,7 +67,7 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Target/PowerPC/PPCJITInfo.cpp
// Pop 3 frames off the stack and branch to target // Pop 3 frames off the stack and branch to target
"lwz 1, 104(1)\n" "lwz 1, 104(1)\n"
"lwz 0, 4(1)\n" "lwz 0, 4(1)\n"
@@ -242,6 +250,7 @@ @@ -246,6 +254,7 @@
"std 8, 256(1)\n" "std 7, 248(1)\n" "std 8, 256(1)\n" "std 7, 248(1)\n"
"std 6, 240(1)\n" "std 5, 232(1)\n" "std 6, 240(1)\n" "std 5, 232(1)\n"
"std 4, 224(1)\n" "std 3, 216(1)\n" "std 4, 224(1)\n" "std 3, 216(1)\n"
@ -75,7 +75,7 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Target/PowerPC/PPCJITInfo.cpp
// Save all call-clobbered FP regs. // Save all call-clobbered FP regs.
"stfd 13, 208(1)\n" "stfd 12, 200(1)\n" "stfd 13, 208(1)\n" "stfd 12, 200(1)\n"
"stfd 11, 192(1)\n" "stfd 10, 184(1)\n" "stfd 11, 192(1)\n" "stfd 10, 184(1)\n"
@@ -250,6 +259,7 @@ @@ -254,6 +263,7 @@
"stfd 5, 144(1)\n" "stfd 4, 136(1)\n" "stfd 5, 144(1)\n" "stfd 4, 136(1)\n"
"stfd 3, 128(1)\n" "stfd 2, 120(1)\n" "stfd 3, 128(1)\n" "stfd 2, 120(1)\n"
"stfd 1, 112(1)\n" "stfd 1, 112(1)\n"
@ -83,7 +83,7 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Target/PowerPC/PPCJITInfo.cpp
// Arguments to Compilation Callback: // Arguments to Compilation Callback:
// r3 - our lr (address of the call instruction in stub plus 4) // r3 - our lr (address of the call instruction in stub plus 4)
// r4 - stub's lr (address of instruction that called the stub plus 4) // r4 - stub's lr (address of instruction that called the stub plus 4)
@@ -270,6 +280,7 @@ @@ -274,6 +284,7 @@
"ld 8, 256(1)\n" "ld 7, 248(1)\n" "ld 8, 256(1)\n" "ld 7, 248(1)\n"
"ld 6, 240(1)\n" "ld 5, 232(1)\n" "ld 6, 240(1)\n" "ld 5, 232(1)\n"
"ld 4, 224(1)\n" "ld 3, 216(1)\n" "ld 4, 224(1)\n" "ld 3, 216(1)\n"
@ -91,7 +91,7 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Target/PowerPC/PPCJITInfo.cpp
// Restore all FP arg registers // Restore all FP arg registers
"lfd 13, 208(1)\n" "lfd 12, 200(1)\n" "lfd 13, 208(1)\n" "lfd 12, 200(1)\n"
"lfd 11, 192(1)\n" "lfd 10, 184(1)\n" "lfd 11, 192(1)\n" "lfd 10, 184(1)\n"
@@ -278,6 +289,7 @@ @@ -282,6 +293,7 @@
"lfd 5, 144(1)\n" "lfd 4, 136(1)\n" "lfd 5, 144(1)\n" "lfd 4, 136(1)\n"
"lfd 3, 128(1)\n" "lfd 2, 120(1)\n" "lfd 3, 128(1)\n" "lfd 2, 120(1)\n"
"lfd 1, 112(1)\n" "lfd 1, 112(1)\n"

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_3.4~svn185325/clang/tools/libclang/Makefile Index: llvm-toolchain-snapshot_3.4~svn188146/clang/tools/libclang/Makefile
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/tools/libclang/Makefile 2013-07-01 13:26:38.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/tools/libclang/Makefile 2013-08-11 10:01:26.492734915 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/clang/tools/libclang/Makefile 2013-07-01 13:27:07.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/clang/tools/libclang/Makefile 2013-08-11 10:01:26.488734914 +0200
@@ -14,6 +14,7 @@ @@ -14,6 +14,7 @@
LINK_LIBS_IN_SHARED = 1 LINK_LIBS_IN_SHARED = 1

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_3.4~svn184290/clang/lib/Basic/Version.cpp Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Basic/Version.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn184290.orig/clang/lib/Basic/Version.cpp 2013-06-19 11:13:54.910779487 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Basic/Version.cpp 2013-08-11 10:01:27.104734895 +0200
+++ llvm-toolchain-snapshot_3.4~svn184290/clang/lib/Basic/Version.cpp 2013-06-19 11:13:54.906779469 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Basic/Version.cpp 2013-08-11 10:01:27.104734895 +0200
@@ -15,6 +15,7 @@ @@ -15,6 +15,7 @@
#include "clang/Basic/LLVM.h" #include "clang/Basic/LLVM.h"
#include "llvm/Config/config.h" #include "llvm/Config/config.h"

View File

@ -1,8 +1,8 @@
Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/ToolChains.cpp Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/ToolChains.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Driver/ToolChains.cpp 2013-07-01 13:27:19.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Driver/ToolChains.cpp 2013-08-11 10:01:27.552734888 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/ToolChains.cpp 2013-07-01 13:27:19.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/ToolChains.cpp 2013-08-11 10:01:27.548734887 +0200
@@ -2366,6 +2366,11 @@ @@ -2415,6 +2415,11 @@
addSystemInclude(DriverArgs, CC1Args, P.str()); addSystemInclude(DriverArgs, CC1Args, P.str());
} }

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_3.4~svn185325/clang/include/clang/Basic/Builtins.def Index: llvm-toolchain-snapshot_3.4~svn188146/clang/include/clang/Basic/Builtins.def
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/include/clang/Basic/Builtins.def 2013-07-01 13:27:26.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/include/clang/Basic/Builtins.def 2013-08-11 10:01:27.976734874 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/clang/include/clang/Basic/Builtins.def 2013-07-01 13:27:26.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/clang/include/clang/Basic/Builtins.def 2013-08-11 10:01:27.968734875 +0200
@@ -466,8 +466,8 @@ @@ -466,8 +466,8 @@
BUILTIN(__builtin___stpcpy_chk, "c*c*cC*z", "nF") BUILTIN(__builtin___stpcpy_chk, "c*c*cC*z", "nF")
BUILTIN(__builtin___strcat_chk, "c*c*cC*z", "nF") BUILTIN(__builtin___strcat_chk, "c*c*cC*z", "nF")
@ -24,11 +24,11 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/clang/include/clang/Basic/Builtins.
// id objc_msgSend(id, SEL, ...) // id objc_msgSend(id, SEL, ...)
LIBBUILTIN(objc_msgSend, "GGH.", "f", "objc/message.h", OBJC_LANG) LIBBUILTIN(objc_msgSend, "GGH.", "f", "objc/message.h", OBJC_LANG)
// long double objc_msgSend_fpret(id self, SEL op, ...) // long double objc_msgSend_fpret(id self, SEL op, ...)
Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Sema/SemaChecking.cpp Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Sema/SemaChecking.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Sema/SemaChecking.cpp 2013-07-01 13:27:26.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Sema/SemaChecking.cpp 2013-08-11 10:01:27.976734874 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Sema/SemaChecking.cpp 2013-07-01 13:27:26.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Sema/SemaChecking.cpp 2013-08-11 10:01:27.968734875 +0200
@@ -580,9 +580,10 @@ @@ -804,9 +804,10 @@
return false; return false;
// Handle memory setting and copying functions. // Handle memory setting and copying functions.
@ -42,11 +42,11 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Sema/SemaChecking.cpp
CheckStrncatArguments(TheCall, FnInfo); CheckStrncatArguments(TheCall, FnInfo);
else else
CheckMemaccessArguments(TheCall, CMId, FnInfo); CheckMemaccessArguments(TheCall, CMId, FnInfo);
Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/AST/Decl.cpp Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/AST/Decl.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/AST/Decl.cpp 2013-07-01 13:27:26.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/AST/Decl.cpp 2013-08-11 10:01:27.976734874 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/AST/Decl.cpp 2013-07-01 13:27:26.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/AST/Decl.cpp 2013-08-11 10:01:27.972734874 +0200
@@ -2789,10 +2789,10 @@ @@ -2900,10 +2900,10 @@
case Builtin::BImemmove: case Builtin::BImemmove:
return Builtin::BImemmove; return Builtin::BImemmove;
@ -61,10 +61,10 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/AST/Decl.cpp
case Builtin::BI__builtin_memcmp: case Builtin::BI__builtin_memcmp:
case Builtin::BImemcmp: case Builtin::BImemcmp:
Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp 2013-07-01 13:27:26.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp 2013-08-11 10:01:27.976734874 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp 2013-07-01 13:27:26.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp 2013-08-11 10:01:27.972734874 +0200
@@ -238,9 +238,9 @@ @@ -238,9 +238,9 @@
case Builtin::BIstrncpy: case Builtin::BIstrncpy:
case Builtin::BIstrncat: case Builtin::BIstrncat:

View File

@ -18,10 +18,10 @@ Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch> Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD> Last-Update: <YYYY-MM-DD>
Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/Tools.cpp Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/Tools.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Driver/Tools.cpp 2013-07-01 13:27:28.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Driver/Tools.cpp 2013-08-11 10:01:28.808734856 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/Tools.cpp 2013-07-01 13:27:28.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/Tools.cpp 2013-08-11 10:01:28.804734855 +0200
@@ -683,7 +683,7 @@ @@ -683,7 +683,7 @@
FloatABI = "hard"; FloatABI = "hard";
break; break;

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Headers/stdint.h Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Headers/stdint.h
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Headers/stdint.h 2013-07-01 13:27:27.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Headers/stdint.h 2013-08-11 10:01:28.388734864 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Headers/stdint.h 2013-07-01 13:27:27.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Headers/stdint.h 2013-08-11 10:01:28.384734864 +0200
@@ -22,8 +22,6 @@ @@ -22,8 +22,6 @@
* *
\*===----------------------------------------------------------------------===*/ \*===----------------------------------------------------------------------===*/

View File

@ -1,8 +1,8 @@
Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/ToolChains.h Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/ToolChains.h
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Driver/ToolChains.h 2013-07-01 13:27:32.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Driver/ToolChains.h 2013-08-11 10:01:29.732734829 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/ToolChains.h 2013-07-01 13:27:32.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/ToolChains.h 2013-08-11 10:01:29.728734830 +0200
@@ -129,6 +129,8 @@ @@ -141,6 +141,8 @@
virtual bool isPICDefault() const; virtual bool isPICDefault() const;
virtual bool isPIEDefault() const; virtual bool isPIEDefault() const;
virtual bool isPICDefaultForced() const; virtual bool isPICDefaultForced() const;
@ -11,10 +11,10 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/ToolChains.h
protected: protected:
virtual Tool *getTool(Action::ActionClass AC) const; virtual Tool *getTool(Action::ActionClass AC) const;
Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/ToolChains.cpp Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/ToolChains.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Driver/ToolChains.cpp 2013-07-01 13:27:32.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Driver/ToolChains.cpp 2013-08-11 10:01:29.732734829 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/ToolChains.cpp 2013-07-01 13:27:32.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/ToolChains.cpp 2013-08-11 10:01:29.728734830 +0200
@@ -942,6 +942,13 @@ @@ -942,6 +942,13 @@
return GoodVersion; return GoodVersion;
} }
@ -27,5 +27,5 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/ToolChains.cpp
+} +}
+ +
/// \brief Less-than for GCCVersion, implementing a Strict Weak Ordering. /// \brief Less-than for GCCVersion, implementing a Strict Weak Ordering.
bool Generic_GCC::GCCVersion::operator<(const GCCVersion &RHS) const { bool Generic_GCC::GCCVersion::isOlderThan(int RHSMajor, int RHSMinor,
if (Major != RHS.Major) int RHSPatch,

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Lex/Makefile Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Lex/Makefile
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Lex/Makefile 2013-07-01 13:28:43.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Lex/Makefile 2013-08-11 10:01:34.908734698 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Lex/Makefile 2013-07-01 13:28:43.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Lex/Makefile 2013-08-11 10:01:34.908734698 +0200
@@ -17,8 +17,10 @@ @@ -17,8 +17,10 @@
LIBRARYNAME := clangLex LIBRARYNAME := clangLex

View File

@ -18,11 +18,11 @@ Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch> Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD> Last-Update: <YYYY-MM-DD>
Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/Tools.cpp Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/Tools.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Driver/Tools.cpp 2013-07-01 13:28:44.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Driver/Tools.cpp 2013-08-11 10:01:35.492734685 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/Tools.cpp 2013-07-01 13:28:44.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/Tools.cpp 2013-08-11 10:01:35.488734686 +0200
@@ -492,6 +492,9 @@ @@ -491,6 +491,9 @@
if (Arg *A = Args.getLastArg(options::OPT_march_EQ)) { if (Arg *A = Args.getLastArg(options::OPT_march_EQ)) {
// Otherwise, if we have -march= choose the base CPU for that arch. // Otherwise, if we have -march= choose the base CPU for that arch.
MArch = A->getValue(); MArch = A->getValue();

View File

@ -6,10 +6,10 @@ Reviewed-By: Colin Watson <cjwatson@ubuntu.com>
Last-Update: 2013-04-01 Last-Update: 2013-04-01
Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Lex/Makefile Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Lex/Makefile
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Lex/Makefile 2013-07-01 13:28:48.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Lex/Makefile 2013-08-11 10:01:36.348734664 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Lex/Makefile 2013-07-01 13:28:48.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Lex/Makefile 2013-08-11 10:01:36.344734663 +0200
@@ -16,11 +16,5 @@ @@ -16,11 +16,5 @@
LIBRARYNAME := clangLex LIBRARYNAME := clangLex

View File

@ -1,8 +1,8 @@
Index: llvm-toolchain-snapshot_3.4~svn185325/clang/tools/clang-format/clang-format.py Index: llvm-toolchain-snapshot_3.4~svn188146/clang/tools/clang-format/clang-format.py
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/tools/clang-format/clang-format.py 2013-07-01 13:31:50.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/tools/clang-format/clang-format.py 2013-08-11 10:01:37.348734638 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/clang/tools/clang-format/clang-format.py 2013-07-01 13:31:50.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/clang/tools/clang-format/clang-format.py 2013-08-11 10:01:37.348734638 +0200
@@ -23,7 +23,7 @@ @@ -24,7 +24,7 @@
import vim import vim
# Change this to the full path if clang-format is not on the path. # Change this to the full path if clang-format is not on the path.
@ -11,10 +11,10 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/clang/tools/clang-format/clang-form
# Change this to format according to other formatting styles (see # Change this to format according to other formatting styles (see
# clang-format -help) # clang-format -help)
Index: llvm-toolchain-snapshot_3.4~svn185325/clang/tools/clang-format/clang-format-diff.py Index: llvm-toolchain-snapshot_3.4~svn188146/clang/tools/clang-format/clang-format-diff.py
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/tools/clang-format/clang-format-diff.py 2013-07-01 13:31:50.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/tools/clang-format/clang-format-diff.py 2013-08-11 10:01:37.348734638 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/clang/tools/clang-format/clang-format-diff.py 2013-07-01 13:31:50.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/clang/tools/clang-format/clang-format-diff.py 2013-08-11 10:01:37.348734638 +0200
@@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
@ -24,10 +24,10 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/clang/tools/clang-format/clang-form
def getOffsetLength(filename, line_number, line_count): def getOffsetLength(filename, line_number, line_count):
Index: llvm-toolchain-snapshot_3.4~svn185325/clang/tools/clang-format/clang-format.el Index: llvm-toolchain-snapshot_3.4~svn188146/clang/tools/clang-format/clang-format.el
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/tools/clang-format/clang-format.el 2013-07-01 13:31:50.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/tools/clang-format/clang-format.el 2013-08-11 10:01:37.348734638 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/clang/tools/clang-format/clang-format.el 2013-07-01 13:31:50.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/clang/tools/clang-format/clang-format.el 2013-08-11 10:01:37.348734638 +0200
@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
;; *Location of the clang-format binary. If it is on your PATH, a full path name ;; *Location of the clang-format binary. If it is on your PATH, a full path name

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_3.4~svn185325/lib/Support/Unix/Memory.inc Index: llvm-toolchain-snapshot_3.4~svn188146/lib/Support/Unix/Memory.inc
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/lib/Support/Unix/Memory.inc 2013-07-01 13:28:43.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/lib/Support/Unix/Memory.inc 2013-08-11 10:01:34.452734709 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/lib/Support/Unix/Memory.inc 2013-07-01 13:28:43.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/lib/Support/Unix/Memory.inc 2013-08-11 10:01:34.448734709 +0200
@@ -336,7 +336,7 @@ @@ -336,7 +336,7 @@
// FIXME: Can we safely always call this for __GNUC__ everywhere? // FIXME: Can we safely always call this for __GNUC__ everywhere?
const char *Start = static_cast<const char *>(Addr); const char *Start = static_cast<const char *>(Addr);

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_3.4~svn185325/lib/ExecutionEngine/JIT/JIT.cpp Index: llvm-toolchain-snapshot_3.4~svn188146/lib/ExecutionEngine/JIT/JIT.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/lib/ExecutionEngine/JIT/JIT.cpp 2013-07-01 13:28:56.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/lib/ExecutionEngine/JIT/JIT.cpp 2013-08-11 10:01:36.848734651 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/lib/ExecutionEngine/JIT/JIT.cpp 2013-07-01 13:28:56.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/lib/ExecutionEngine/JIT/JIT.cpp 2013-08-11 10:01:36.848734651 +0200
@@ -68,7 +68,7 @@ @@ -68,7 +68,7 @@
} }
@ -11,10 +11,10 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lib/ExecutionEngine/JIT/JIT.cpp
!defined(__USING_SJLJ_EXCEPTIONS__)) !defined(__USING_SJLJ_EXCEPTIONS__))
#define HAVE_EHTABLE_SUPPORT 1 #define HAVE_EHTABLE_SUPPORT 1
#else #else
Index: llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp Index: llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp 2013-07-01 13:28:56.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp 2013-08-11 10:01:36.848734651 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp 2013-07-01 13:28:56.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp 2013-08-11 10:01:36.848734651 +0200
@@ -115,12 +115,14 @@ @@ -115,12 +115,14 @@
verbose_log->Printf("PTRACE_SETREGS %s", buf.GetData()); verbose_log->Printf("PTRACE_SETREGS %s", buf.GetData());
break; break;
@ -54,10 +54,10 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Plugins/Process/Linux/P
m_result = true; m_result = true;
} }
Index: llvm-toolchain-snapshot_3.4~svn185325/lib/ExecutionEngine/RTDyldMemoryManager.cpp Index: llvm-toolchain-snapshot_3.4~svn188146/lib/ExecutionEngine/RTDyldMemoryManager.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/lib/ExecutionEngine/RTDyldMemoryManager.cpp 2013-06-04 11:09:15.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/lib/ExecutionEngine/RTDyldMemoryManager.cpp 2013-08-11 10:01:36.848734651 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/lib/ExecutionEngine/RTDyldMemoryManager.cpp 2013-07-01 13:31:45.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/lib/ExecutionEngine/RTDyldMemoryManager.cpp 2013-08-11 10:01:36.848734651 +0200
@@ -33,7 +33,7 @@ @@ -33,7 +33,7 @@
RTDyldMemoryManager::~RTDyldMemoryManager() {} RTDyldMemoryManager::~RTDyldMemoryManager() {}

View File

@ -1,8 +1,8 @@
Index: llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Core/Mangled.cpp Index: llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Core/Mangled.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/lldb/source/Core/Mangled.cpp 2013-07-01 13:32:01.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/lldb/source/Core/Mangled.cpp 2013-08-11 10:01:37.940734621 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Core/Mangled.cpp 2013-07-01 13:32:01.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Core/Mangled.cpp 2013-08-11 10:01:37.940734621 +0200
@@ -31,6 +31,7 @@ @@ -23,6 +23,7 @@
#include <ctype.h> #include <ctype.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Host/freebsd/Host.cpp Index: llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Host/freebsd/Host.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/lldb/source/Host/freebsd/Host.cpp 2013-07-01 13:32:48.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/lldb/source/Host/freebsd/Host.cpp 2013-08-11 10:01:39.192734591 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Host/freebsd/Host.cpp 2013-07-01 13:32:48.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Host/freebsd/Host.cpp 2013-08-11 10:01:39.188734591 +0200
@@ -20,6 +20,35 @@ @@ -20,6 +20,35 @@
#include <sys/exec.h> #include <sys/exec.h>
#include <machine/elf.h> #include <machine/elf.h>
@ -38,11 +38,11 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Host/freebsd/Host.cpp
// C++ Includes // C++ Includes
// Other libraries and framework includes // Other libraries and framework includes
Index: llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp Index: llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp 2013-07-01 13:32:48.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp 2013-08-11 10:01:39.192734591 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp 2013-07-01 13:32:48.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp 2013-08-11 10:01:39.188734591 +0200
@@ -18,6 +18,36 @@ @@ -19,6 +19,36 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/wait.h> #include <sys/wait.h>

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp Index: llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp 2013-07-01 13:32:46.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp 2013-08-11 10:01:38.656734602 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp 2013-07-01 13:32:46.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp 2013-08-11 10:01:38.652734602 +0200
@@ -45,7 +45,9 @@ @@ -45,7 +45,9 @@
ADDSIGNAL(PIPE, false, true, true, "write to pipe with reading end closed"); ADDSIGNAL(PIPE, false, true, true, "write to pipe with reading end closed");
ADDSIGNAL(ALRM, false, false, true, "alarm"); ADDSIGNAL(ALRM, false, false, true, "alarm");
@ -12,10 +12,10 @@ Index: llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Plugins/Process/Linux/L
ADDSIGNAL(CHLD, false, false, true, "child process exit"); ADDSIGNAL(CHLD, false, false, true, "child process exit");
ADDSIGNAL(CONT, false, true, true, "process continue"); ADDSIGNAL(CONT, false, true, true, "process continue");
ADDSIGNAL(STOP, false, true, true, "process stop"); ADDSIGNAL(STOP, false, true, true, "process stop");
Index: llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp Index: llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp 2013-07-01 13:32:46.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp 2013-08-11 10:01:38.656734602 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp 2013-07-01 13:32:46.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp 2013-08-11 10:01:38.652734602 +0200
@@ -149,7 +149,7 @@ @@ -149,7 +149,7 @@
// TOOD: need a better way to detect when "long double" types are // TOOD: need a better way to detect when "long double" types are

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/Tools.cpp Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/Tools.cpp
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/lib/Driver/Tools.cpp 2013-07-01 13:27:29.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Driver/Tools.cpp 2013-08-11 10:01:29.288734842 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/clang/lib/Driver/Tools.cpp 2013-07-01 13:27:29.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/Tools.cpp 2013-08-11 10:01:29.284734844 +0200
@@ -34,6 +34,7 @@ @@ -34,6 +34,7 @@
#include "llvm/Support/Program.h" #include "llvm/Support/Program.h"
#include "llvm/Support/Process.h" #include "llvm/Support/Process.h"

View File

@ -1,7 +1,7 @@
Index: llvm-toolchain-snapshot_3.4~svn185325/clang/tools/scan-build/scan-build Index: llvm-toolchain-snapshot_3.4~svn188146/clang/tools/scan-build/scan-build
=================================================================== ===================================================================
--- llvm-toolchain-snapshot_3.4~svn185325.orig/clang/tools/scan-build/scan-build 2013-07-01 13:28:41.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/tools/scan-build/scan-build 2013-08-11 10:01:33.484734737 +0200
+++ llvm-toolchain-snapshot_3.4~svn185325/clang/tools/scan-build/scan-build 2013-07-01 13:28:41.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/clang/tools/scan-build/scan-build 2013-08-11 10:01:33.480734737 +0200
@@ -1538,7 +1538,7 @@ @@ -1538,7 +1538,7 @@
# Find 'clang' # Find 'clang'

View File

@ -4,10 +4,10 @@
# Because of the #ifndef __CLANG_UNWIND_H, it might never include any declaration # Because of the #ifndef __CLANG_UNWIND_H, it might never include any declaration
# from the system. # from the system.
Index: llvm-toolchain-snapshot-3.4~svn185351/clang/lib/Headers/unwind.h Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Headers/unwind.h
=================================================================== ===================================================================
--- llvm-toolchain-snapshot-3.4~svn185351.orig/clang/lib/Headers/unwind.h 2013-07-05 10:05:52.000000000 +0200 --- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Headers/unwind.h 2013-08-11 10:01:40.960734544 +0200
+++ llvm-toolchain-snapshot-3.4~svn185351/clang/lib/Headers/unwind.h 2013-07-05 10:06:31.000000000 +0200 +++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Headers/unwind.h 2013-08-11 10:01:40.956734544 +0200
@@ -23,9 +23,6 @@ @@ -23,9 +23,6 @@
/* See "Data Definitions for libgcc_s" in the Linux Standard Base.*/ /* See "Data Definitions for libgcc_s" in the Linux Standard Base.*/