From 7fcc1246c6b98d5715f9bc4a961751ea4e032822 Mon Sep 17 00:00:00 2001 From: Michael Woerister Date: Fri, 7 Oct 2016 15:40:32 -0400 Subject: [PATCH 1/3] llvm: Update LLVM to include fix for pathologic case in its LiveDebugValues pass. --- src/llvm | 2 +- src/rustllvm/llvm-auto-clean-trigger | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/llvm b/src/llvm index 3e03f7374169c..8a0fc26559123 160000 --- a/src/llvm +++ b/src/llvm @@ -1 +1 @@ -Subproject commit 3e03f7374169cd41547d75e62ac2ab8a103a913c +Subproject commit 8a0fc26559123bb6eab3ceae93d5a2c94943614b diff --git a/src/rustllvm/llvm-auto-clean-trigger b/src/rustllvm/llvm-auto-clean-trigger index 979f5f07abea1..a5788deb3a102 100644 --- a/src/rustllvm/llvm-auto-clean-trigger +++ b/src/rustllvm/llvm-auto-clean-trigger @@ -1,4 +1,4 @@ # If this file is modified, then llvm will be forcibly cleaned and then rebuilt. # The actual contents of this file do not matter, but to trigger a change on the # build bots then the contents should be changed so git updates the mtime. -2016-09-25 +2016-10-07 From d46defc82c01b3a1059eef63936879a36bab1ed9 Mon Sep 17 00:00:00 2001 From: Michael Woerister Date: Mon, 10 Oct 2016 09:53:14 -0400 Subject: [PATCH 2/3] Update LLVM to fix bug in SimplifyCFG pass. --- src/llvm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llvm b/src/llvm index 8a0fc26559123..52ead537fbd84 160000 --- a/src/llvm +++ b/src/llvm @@ -1 +1 @@ -Subproject commit 8a0fc26559123bb6eab3ceae93d5a2c94943614b +Subproject commit 52ead537fbd849cc16027ed7fdb6da0fba24bd6a From 7d03badb2ad9c018faa65a088b37ff5cf3dc6fa4 Mon Sep 17 00:00:00 2001 From: Michael Woerister Date: Mon, 10 Oct 2016 11:12:29 -0400 Subject: [PATCH 3/3] LLVM: Backport "[SimplifyCFG] Correctly test for unconditional branches in GetCaseResults" --- src/llvm | 2 +- src/rustllvm/llvm-auto-clean-trigger | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/llvm b/src/llvm index 52ead537fbd84..ac1c94226e9fa 160000 --- a/src/llvm +++ b/src/llvm @@ -1 +1 @@ -Subproject commit 52ead537fbd849cc16027ed7fdb6da0fba24bd6a +Subproject commit ac1c94226e9fa17005ce7e2dd52dd6d1875f3137 diff --git a/src/rustllvm/llvm-auto-clean-trigger b/src/rustllvm/llvm-auto-clean-trigger index a5788deb3a102..b12e25bba694f 100644 --- a/src/rustllvm/llvm-auto-clean-trigger +++ b/src/rustllvm/llvm-auto-clean-trigger @@ -1,4 +1,4 @@ # If this file is modified, then llvm will be forcibly cleaned and then rebuilt. # The actual contents of this file do not matter, but to trigger a change on the # build bots then the contents should be changed so git updates the mtime. -2016-10-07 +2016-10-10