OSDN Git Service

android-x86/external-llvm.git
9 years agoMerge "Allow mm in these subdirectories."
Dan Albert [Mon, 3 Nov 2014 17:49:49 +0000 (17:49 +0000)]
Merge "Allow mm in these subdirectories."

9 years agoAllow mm in these subdirectories.
Dan Albert [Fri, 31 Oct 2014 22:57:45 +0000 (15:57 -0700)]
Allow mm in these subdirectories.

These files weren't including llvm.mk themselves, causing
LLVM_HOST_BUILD_MK to be undefined. For make, include $(undefined_var)
fails without error, because make is quite possibly the worst tool
ever made.

Change-Id: Ic2ddd7ba844cf0da98e527b4f05511acb9db3b06

9 years agoMerge "Add host and device build rules for the llvm-symbolizer binary."
Stephen Hines [Thu, 30 Oct 2014 21:10:14 +0000 (21:10 +0000)]
Merge "Add host and device build rules for the llvm-symbolizer binary."

9 years agoMerge "Merge in the following upstream patches to resolve Cortex-A57 crashes."
Stephen Hines [Thu, 30 Oct 2014 21:04:03 +0000 (21:04 +0000)]
Merge "Merge in the following upstream patches to resolve Cortex-A57 crashes."

9 years agoMerge in the following upstream patches to resolve Cortex-A57 crashes.
Stephen Hines [Fri, 24 Oct 2014 22:42:31 +0000 (15:42 -0700)]
Merge in the following upstream patches to resolve Cortex-A57 crashes.

r214957
r215233
r216455
r216721
r217682
r217689
r217690
r217735

Change-Id: Ia53b88591471325df132caf26e1087510a65ce36

9 years agoAdd host and device build rules for the llvm-symbolizer binary.
Stephen Hines [Thu, 23 Oct 2014 17:51:46 +0000 (10:51 -0700)]
Add host and device build rules for the llvm-symbolizer binary.

This change also adds DebugInfo to libLLVM.so on the device. Previously, we
did not require this library to be present.

Change-Id: Ie5791b58fb6d414a6e06e652ba8a63e6e1bdc210

9 years agoMerge "Bring in fixes for Cortex-A53 errata + build updates."
Stephen Hines [Fri, 17 Oct 2014 20:14:58 +0000 (20:14 +0000)]
Merge "Bring in fixes for Cortex-A53 errata + build updates."

9 years agoBring in fixes for Cortex-A53 errata + build updates.
Stephen Hines [Fri, 17 Oct 2014 15:47:43 +0000 (08:47 -0700)]
Bring in fixes for Cortex-A53 errata + build updates.

Bug: 18034609

Change-Id: I2cf0094eb9df801a84274ff29018431d75da89dd

9 years agoMerge "Move libLLVMProfileData to llvm_post_static_libraries."
Stephen Hines [Mon, 22 Sep 2014 21:56:09 +0000 (21:56 +0000)]
Merge "Move libLLVMProfileData to llvm_post_static_libraries."

9 years agoMove libLLVMProfileData to llvm_post_static_libraries.
Tong Shen [Fri, 19 Sep 2014 18:59:15 +0000 (11:59 -0700)]
Move libLLVMProfileData to llvm_post_static_libraries.

This enables us to build libclang for target.
libClangCodeGen in libclang needs libLLVMProfileData.

Change-Id: I80fe903f9633877a4ac39325cdc9b023a5dfc149

9 years agoMerge "Legalizer: Use the scalar bit width when promoting bit counting instrs on...
Stephen Hines [Sun, 14 Sep 2014 21:28:36 +0000 (21:28 +0000)]
Merge "Legalizer: Use the scalar bit width when promoting bit counting instrs on vectors."

9 years agoLegalizer: Use the scalar bit width when promoting bit counting instrs on
Benjamin Kramer [Fri, 12 Sep 2014 12:50:27 +0000 (12:50 +0000)]
Legalizer: Use the scalar bit width when promoting bit counting instrs on
vectors.

e.g. when promoting ctlz from <2 x i32> to <2 x i64> we have to fixup
the result by 32 bits, not 64. PR20917.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217671 91177308-0d34-0410-b5e6-96231b3b80d8

9 years agoMerge "Revert "Add LOCAL_NO_FPIE to LLVM.""
Tim Murray [Thu, 4 Sep 2014 22:34:55 +0000 (22:34 +0000)]
Merge "Revert "Add LOCAL_NO_FPIE to LLVM.""

9 years agoRevert "Add LOCAL_NO_FPIE to LLVM."
Tim Murray [Thu, 4 Sep 2014 22:33:07 +0000 (15:33 -0700)]
Revert "Add LOCAL_NO_FPIE to LLVM."

This reverts commit 1263deef0437859a32bacac8d1068cb3a552af02.

moved to clang's android.mk instead

9 years agoMerge "Add LOCAL_NO_FPIE to LLVM."
Tim Murray [Wed, 3 Sep 2014 22:46:54 +0000 (22:46 +0000)]
Merge "Add LOCAL_NO_FPIE to LLVM."

9 years agoAdd LOCAL_NO_FPIE to LLVM.
Tim Murray [Wed, 3 Sep 2014 22:02:24 +0000 (15:02 -0700)]
Add LOCAL_NO_FPIE to LLVM.

This is primarily so we get all clang/LLVM tools built without
PIE.

bug 15814177

Change-Id: Ic5f877a62de5cff3c82354da5a2949565ff1b479

9 years agoMerge "Add support for scalarizing cttz_zero_undef"
Stephen Hines [Thu, 28 Aug 2014 01:22:28 +0000 (01:22 +0000)]
Merge "Add support for scalarizing cttz_zero_undef"

9 years agoMerge "Add support for scalarizing ctlz_zero_undef"
Stephen Hines [Thu, 28 Aug 2014 01:22:12 +0000 (01:22 +0000)]
Merge "Add support for scalarizing ctlz_zero_undef"

9 years agoAdd support for scalarizing cttz_zero_undef
Petar Jovanovic [Sun, 10 Aug 2014 22:49:54 +0000 (22:49 +0000)]
Add support for scalarizing cttz_zero_undef

Follow up to r214266. Add missing case in ScalarizeVectorResult() for
cttz_zero_undef.

Differential Revision: http://reviews.llvm.org/D4813

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215330 91177308-0d34-0410-b5e6-96231b3b80d8

9 years agoAdd support for scalarizing ctlz_zero_undef
Petar Jovanovic [Wed, 30 Jul 2014 00:44:03 +0000 (00:44 +0000)]
Add support for scalarizing ctlz_zero_undef

Fix the missing case in ScalarizeVectorResult() that was exposed with
libclcore.bc in Android.

Differential Revision: http://reviews.llvm.org/D4645

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214266 91177308-0d34-0410-b5e6-96231b3b80d8

10 years agoMerge "Fix build of llvm-ar."
Stephen Hines [Fri, 15 Aug 2014 00:26:57 +0000 (00:26 +0000)]
Merge "Fix build of llvm-ar."

10 years agoMerge "Fixes the build when NDEBUG is not defined."
Stephen Hines [Tue, 12 Aug 2014 22:55:49 +0000 (22:55 +0000)]
Merge "Fixes the build when NDEBUG is not defined."

10 years agoFix build of llvm-ar.
Stephen Hines [Fri, 25 Jul 2014 08:23:30 +0000 (01:23 -0700)]
Fix build of llvm-ar.

Bug: 15433215

llvm-ar was accidentally including static libraries and libLLVM dynamically,
leading to redefined options.

Change-Id: If1f05ff68a3c88580b9ff1981937e8d2cf99ee02

10 years agoMerge "Fix build rules for BuildVariables.inc in llvm-config."
Stephen Hines [Thu, 24 Jul 2014 02:15:21 +0000 (02:15 +0000)]
Merge "Fix build rules for BuildVariables.inc in llvm-config."

10 years agoMerge "Update LLVM for rebase to r212749."
Stephen Hines [Thu, 24 Jul 2014 02:15:15 +0000 (02:15 +0000)]
Merge "Update LLVM for rebase to r212749."

10 years agoFix build rules for BuildVariables.inc in llvm-config.
Stephen Hines [Sat, 19 Jul 2014 10:44:24 +0000 (03:44 -0700)]
Fix build rules for BuildVariables.inc in llvm-config.

Our previous rules didn't actually construct this file in the appropriate
location. It instead was creating it inside of the source tree. We now
use a custom build rule to create the proper file and include it from an
intermediate build object directory.

Change-Id: I571387a647e95e2053fc2520bcb8151cbaec422e

10 years agoUpdate LLVM for rebase to r212749.
Stephen Hines [Mon, 21 Jul 2014 07:45:20 +0000 (00:45 -0700)]
Update LLVM for rebase to r212749.

Includes a cherry-pick of:
r212948 - fixes a small issue with atomic calls

Change-Id: Ib97bd980b59f18142a69506400911a6009d9df18

10 years agoFixes the build when NDEBUG is not defined.
Dan Albert [Sun, 20 Jul 2014 05:44:19 +0000 (22:44 -0700)]
Fixes the build when NDEBUG is not defined.

Symbols from the added file are needed in the Debug() block on line 927
of lib/ExecutionEngine/JIT/JITEmitter.cpp.

Change-Id: I17a02b8f26066232cc9b5d60bdd683a566a955a5

10 years agoMerge "Adds the ability to run the llvm test suite in-tree."
Stephen Hines [Mon, 9 Jun 2014 16:49:54 +0000 (16:49 +0000)]
Merge "Adds the ability to run the llvm test suite in-tree."

10 years agoAdds the ability to run the llvm test suite in-tree.
Chris Wailes [Mon, 2 Jun 2014 18:53:16 +0000 (11:53 -0700)]
Adds the ability to run the llvm test suite in-tree.

This was accomplished by building additional tools and hand-generating
several files that are auto-generated by the configuration system when
LLVM is built out-of-tree.  The LTO, Interpreter, and DebugInfo libraries
are now being compiled, and several source files were added to existing
compilation targets.

To run these tests you must first run build/envsetup.sh and have used
lunch to select a target.  You can then launch the test script by running:

cd $ANDROID_BUILD_TOP/external/llvm && ./android_test.sh

Bug: 15433215

Change-Id: I43d87de0a4620cdd46c8d0f825dd4428e8409702

10 years agoMerge "Build LLVM for the host as 32-bit only."
Ian Rogers [Thu, 5 Jun 2014 22:56:55 +0000 (22:56 +0000)]
Merge "Build LLVM for the host as 32-bit only."

10 years agoBuild LLVM for the host as 32-bit only.
Ian Rogers [Thu, 5 Jun 2014 22:25:22 +0000 (15:25 -0700)]
Build LLVM for the host as 32-bit only.

Change-Id: Id1ca7e1e7a2b15464ae924e7fa629da1f33c6fa8

10 years agoMerge "llvm: fix build"
Colin Cross [Thu, 5 Jun 2014 01:39:04 +0000 (01:39 +0000)]
Merge "llvm: fix build"

10 years agollvm: fix build
Colin Cross [Thu, 5 Jun 2014 01:30:13 +0000 (18:30 -0700)]
llvm: fix build

The previous patch renamed some variables used by the build system
from arm64 to aarch64.  Rename them back so that LLVM can be built
for arm64 again.

Change-Id: I760aff378411b46841819b30723eb1fa9e166519

10 years agoMerge "Updated the makefiles to use AArch64 name."
Stephen Hines [Wed, 4 Jun 2014 22:35:28 +0000 (22:35 +0000)]
Merge "Updated the makefiles to use AArch64 name."

10 years agoUpdated the makefiles to use AArch64 name.
Chris Wailes [Wed, 4 Jun 2014 22:16:35 +0000 (15:16 -0700)]
Updated the makefiles to use AArch64 name.

The makefiles had previously used the name Arm64 for the AArch64
libraries.  This patch changes all of makefiles to use the correct
name for the backend.

Change-Id: Ida062b1173b719b6d2519618827c3a67ede8b479

10 years agoMerge "[MIPS64] Enable mips64 build"
Stephen Hines [Wed, 4 Jun 2014 21:14:13 +0000 (21:14 +0000)]
Merge "[MIPS64] Enable mips64 build"

10 years ago[MIPS64] Enable mips64 build
Duane Sand [Wed, 4 Jun 2014 20:07:53 +0000 (13:07 -0700)]
[MIPS64] Enable mips64 build

Change-Id: Ib3f8c3389a51cd36bcec952ade577e9858c528e7

10 years agoMerge "Switch name from tblgen -> llvm-tblgen for consistency with upstream LLVM."
Tim Murray [Wed, 4 Jun 2014 19:00:37 +0000 (19:00 +0000)]
Merge "Switch name from tblgen -> llvm-tblgen for consistency with upstream LLVM."

10 years agoSwitch name from tblgen -> llvm-tblgen for consistency with upstream LLVM.
Stephen Hines [Wed, 4 Jun 2014 01:31:47 +0000 (18:31 -0700)]
Switch name from tblgen -> llvm-tblgen for consistency with upstream LLVM.

Change-Id: I7735fd88104ff95001dd5f88a1c387df9af993ad

10 years agoam cd06393a: Merge "Update LLVM for 3.5 rebase (r209712)."
Stephen Hines [Fri, 30 May 2014 23:04:38 +0000 (23:04 +0000)]
am cd06393a: Merge "Update LLVM for 3.5 rebase (r209712)."

* commit 'cd06393abba35e4415f01f9873ad3c0791da0776':
  Update LLVM for 3.5 rebase (r209712).

10 years agoMerge "Update LLVM for 3.5 rebase (r209712)."
Stephen Hines [Fri, 30 May 2014 23:00:06 +0000 (23:00 +0000)]
Merge "Update LLVM for 3.5 rebase (r209712)."

10 years agoUpdate LLVM for 3.5 rebase (r209712).
Stephen Hines [Thu, 29 May 2014 09:49:00 +0000 (02:49 -0700)]
Update LLVM for 3.5 rebase (r209712).

Change-Id: I149556c940fb7dc92d075273c87ff584f400941f

10 years agoam 220b921a: Merge "We need to build the ARM components for AArch64 as well."
Stephen Hines [Wed, 7 May 2014 01:00:06 +0000 (01:00 +0000)]
am 220b921a: Merge "We need to build the ARM components for AArch64 as well."

* commit '220b921aed042f9e520c26cffd8282a94c66c3d5':
  We need to build the ARM components for AArch64 as well.

10 years agoMerge "We need to build the ARM components for AArch64 as well."
Stephen Hines [Wed, 7 May 2014 00:56:07 +0000 (00:56 +0000)]
Merge "We need to build the ARM components for AArch64 as well."

10 years agoWe need to build the ARM components for AArch64 as well.
Stephen Hines [Wed, 7 May 2014 00:53:31 +0000 (17:53 -0700)]
We need to build the ARM components for AArch64 as well.

Bug: 14474874
Change-Id: I37d5a95db83c31bb77cf2e2b5686d8aa329fd7d8

10 years agoam a15b2316: Merge "Don\'t try to use Clang on Windows yet."
Stephen Hines [Mon, 5 May 2014 17:51:12 +0000 (17:51 +0000)]
am a15b2316: Merge "Don\'t try to use Clang on Windows yet."

* commit 'a15b2316e7c7871d79475302d650167692f15657':
  Don't try to use Clang on Windows yet.

10 years agoMerge "Don't try to use Clang on Windows yet."
Stephen Hines [Mon, 5 May 2014 17:48:13 +0000 (17:48 +0000)]
Merge "Don't try to use Clang on Windows yet."

10 years agoMerge commit '2136801bbd32f5e9554aa8009d0e5f862744162b' into HEAD
Bill Yi [Tue, 29 Apr 2014 18:34:10 +0000 (11:34 -0700)]
Merge commit '2136801bbd32f5e9554aa8009d0e5f862744162b' into HEAD

10 years agoam 7e3bc2d7: Merge "CleanSpec for clang 3.5"
Brian Carlstrom [Tue, 29 Apr 2014 00:58:25 +0000 (00:58 +0000)]
am 7e3bc2d7: Merge "CleanSpec for clang 3.5"

* commit '7e3bc2d73a00a663afe78dbf4ff37374b05326d5':
  CleanSpec for clang 3.5

10 years agoMerge "CleanSpec for clang 3.5"
Brian Carlstrom [Tue, 29 Apr 2014 00:54:34 +0000 (00:54 +0000)]
Merge "CleanSpec for clang 3.5"

10 years agoCleanSpec for clang 3.5
Brian Carlstrom [Tue, 29 Apr 2014 00:47:30 +0000 (17:47 -0700)]
CleanSpec for clang 3.5

Change-Id: I301d2e56f013d7f9012372fd6c8c3995b88ea4a7

10 years agoam 37a6adeb: Merge "Update to LLVM 3.5a."
Stephen Hines [Fri, 25 Apr 2014 20:52:59 +0000 (20:52 +0000)]
am 37a6adeb: Merge "Update to LLVM 3.5a."

* commit '37a6adeb1525309c655d8acb341019d475b2a6a5':
  Update to LLVM 3.5a.

10 years agoMerge "Update to LLVM 3.5a."
Stephen Hines [Fri, 25 Apr 2014 20:47:46 +0000 (20:47 +0000)]
Merge "Update to LLVM 3.5a."

10 years agoUpdate to LLVM 3.5a.
Stephen Hines [Wed, 23 Apr 2014 23:57:46 +0000 (16:57 -0700)]
Update to LLVM 3.5a.

Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617

10 years agoam 69a86400: Merge "Remove the -O1 WAR for SROA.cpp compilation."
Stephen Hines [Thu, 17 Apr 2014 18:20:49 +0000 (18:20 +0000)]
am 69a86400: Merge "Remove the -O1 WAR for SROA.cpp compilation."

* commit '69a8640022b04415ae9fac62f8ab090601d8f889':
  Remove the -O1 WAR for SROA.cpp compilation.

10 years agoMerge "Remove the -O1 WAR for SROA.cpp compilation."
Stephen Hines [Thu, 17 Apr 2014 18:15:46 +0000 (18:15 +0000)]
Merge "Remove the -O1 WAR for SROA.cpp compilation."

10 years agoRemove the -O1 WAR for SROA.cpp compilation.
Stephen Hines [Thu, 17 Apr 2014 08:47:46 +0000 (01:47 -0700)]
Remove the -O1 WAR for SROA.cpp compilation.

Bug: 8047767
Change-Id: I036af8d0578f723d3f5cb07f1d26b3c6895d8690

10 years agoam 92e3f69b: Merge "Revert "Make LLVM compile with prebuilt clang.""
Tim Murray [Wed, 2 Apr 2014 19:18:44 +0000 (19:18 +0000)]
am 92e3f69b: Merge "Revert "Make LLVM compile with prebuilt clang.""

* commit '92e3f69b3f498f1d48e1f31d72fc7205b781ed45':
  Revert "Make LLVM compile with prebuilt clang."

10 years agoMerge "Revert "Make LLVM compile with prebuilt clang.""
Tim Murray [Wed, 2 Apr 2014 19:13:19 +0000 (19:13 +0000)]
Merge "Revert "Make LLVM compile with prebuilt clang.""

10 years agoRevert "Make LLVM compile with prebuilt clang."
Tim Murray [Wed, 2 Apr 2014 18:32:07 +0000 (18:32 +0000)]
Revert "Make LLVM compile with prebuilt clang."

This reverts commit 7d8cea6e8e2bddaa4475835106bf88d214d95279.

Change-Id: Ide81c8f7662646070481edb9f3196a0d9152adc2

10 years agoDon't try to use Clang on Windows yet.
Tim Murray [Wed, 2 Apr 2014 00:20:44 +0000 (17:20 -0700)]
Don't try to use Clang on Windows yet.

bug 13588226

Change-Id: I8a3e4293a3cb9acaa193779b8a548497b74c69fa

10 years agoam 8c517664: Merge "Make LLVM compile with prebuilt clang."
Tim Murray [Tue, 1 Apr 2014 23:35:27 +0000 (23:35 +0000)]
am 8c517664: Merge "Make LLVM compile with prebuilt clang."

* commit '8c517664df4a2ea1770d77cfee9254d3d13ee5a9':
  Make LLVM compile with prebuilt clang.

10 years agoMerge "Make LLVM compile with prebuilt clang."
Tim Murray [Tue, 1 Apr 2014 23:30:17 +0000 (23:30 +0000)]
Merge "Make LLVM compile with prebuilt clang."

10 years agoMake LLVM compile with prebuilt clang.
Tim Murray [Fri, 21 Mar 2014 22:39:46 +0000 (15:39 -0700)]
Make LLVM compile with prebuilt clang.

bug 13588226

Change-Id: I278371c48b8da811a4bdb1be99bfe6474b0d525a

10 years agoam 15492aa7: am 4afc3292: Merge "Enable x86_64 build"
Tim Murray [Mon, 17 Mar 2014 18:46:31 +0000 (18:46 +0000)]
am 15492aa7: am 4afc3292: Merge "Enable x86_64 build"

* commit '15492aa781bfda21531c05562e138e16657d37b9':
  Enable x86_64 build

10 years agoam 4afc3292: Merge "Enable x86_64 build"
Tim Murray [Mon, 17 Mar 2014 18:43:04 +0000 (11:43 -0700)]
am 4afc3292: Merge "Enable x86_64 build"

* commit '4afc3292eec5c576c091dee244b92bc60f61f692':
  Enable x86_64 build

10 years agoMerge "Enable x86_64 build"
Tim Murray [Mon, 17 Mar 2014 18:38:02 +0000 (18:38 +0000)]
Merge "Enable x86_64 build"

10 years agoEnable x86_64 build
Yang Gu [Fri, 14 Mar 2014 08:46:16 +0000 (16:46 +0800)]
Enable x86_64 build

Change-Id: I9feecd151ab91351c42e230df4eb3aa3af76799a

10 years agoam 91cda01e: am d3e2a437: Merge "Make LLVM build on AArch64."
Tim Murray [Sat, 15 Mar 2014 00:28:39 +0000 (00:28 +0000)]
am 91cda01e: am d3e2a437: Merge "Make LLVM build on AArch64."

* commit '91cda01e1343429d296a9cdd46e13d64c988d525':
  Make LLVM build on AArch64.

10 years agoam d3e2a437: Merge "Make LLVM build on AArch64."
Tim Murray [Sat, 15 Mar 2014 00:24:41 +0000 (17:24 -0700)]
am d3e2a437: Merge "Make LLVM build on AArch64."

* commit 'd3e2a43715e865c6f55f748652a9b29624ea1aab':
  Make LLVM build on AArch64.

10 years agoMerge "Make LLVM build on AArch64."
Tim Murray [Sat, 15 Mar 2014 00:18:39 +0000 (00:18 +0000)]
Merge "Make LLVM build on AArch64."

10 years agoMake LLVM build on AArch64.
Tim Murray [Fri, 7 Mar 2014 21:15:57 +0000 (13:15 -0800)]
Make LLVM build on AArch64.

bug 13343378

Change-Id: I4152d2437a144645fa0b5a425b7bfdcb3a2a5594

10 years agoam 0f9fcaae: am 130045ba: Merge "Avoid redefinition of __STDC_CONSTANT_MACROS."
Ian Rogers [Thu, 13 Mar 2014 01:55:34 +0000 (01:55 +0000)]
am 0f9fcaae: am 130045ba: Merge "Avoid redefinition of __STDC_CONSTANT_MACROS."

* commit '0f9fcaae9798d616aa14c2f85faa3eec28ee1da2':
  Avoid redefinition of __STDC_CONSTANT_MACROS.

10 years agoam 130045ba: Merge "Avoid redefinition of __STDC_CONSTANT_MACROS."
Ian Rogers [Tue, 11 Mar 2014 19:21:05 +0000 (12:21 -0700)]
am 130045ba: Merge "Avoid redefinition of __STDC_CONSTANT_MACROS."

* commit '130045bafb1899ab3ba3a4eab679a7df08321796':
  Avoid redefinition of __STDC_CONSTANT_MACROS.

10 years agoam 3183a4b8: am 4829c014: Merge "x86_64 isn\'t a currently supported LLVM architectur...
Elliott Hughes [Tue, 11 Mar 2014 18:07:58 +0000 (18:07 +0000)]
am 3183a4b8: am 4829c014: Merge "x86_64 isn\'t a currently supported LLVM architecture in our build system."

* commit '3183a4b8b8f277aab18269c69e8a0f282aedad77':
  x86_64 isn't a currently supported LLVM architecture in our build system.

10 years agoMerge "Avoid redefinition of __STDC_CONSTANT_MACROS."
Ian Rogers [Tue, 11 Mar 2014 17:57:42 +0000 (17:57 +0000)]
Merge "Avoid redefinition of __STDC_CONSTANT_MACROS."

10 years agoAvoid redefinition of __STDC_CONSTANT_MACROS.
Ian Rogers [Tue, 11 Mar 2014 06:37:01 +0000 (23:37 -0700)]
Avoid redefinition of __STDC_CONSTANT_MACROS.

(cherry picked from 5c97ecc017eb90037ab8a2cf8ff7066982bb2c50)

Change-Id: I5cf69b6197f8d1ff0f0f4bfa589c82b36d1513f4

10 years agoam 9fedb398: am bd3e4ce9: am b7485134: am 449fc261: Merge "llvm: convert makefiles...
Colin Cross [Mon, 10 Mar 2014 18:05:10 +0000 (18:05 +0000)]
am 9fedb398: am bd3e4ce9: am b7485134: am 449fc261: Merge "llvm: convert makefiles to support multilib build"

* commit '9fedb398dcf64fcaeb9ed524d70a9ee678b5cf83':

10 years agoam 3fb031f5: am cfe73f37: Fix Windows configuration for LLVM 3.4.
Stephen Hines [Mon, 10 Mar 2014 18:05:09 +0000 (18:05 +0000)]
am 3fb031f5: am cfe73f37: Fix Windows configuration for LLVM 3.4.

* commit '3fb031f524f55c1497994b92ad21397bb87e303b':
  Fix Windows configuration for LLVM 3.4.

10 years agoam df51e525: am 4d459ec2: Don\'t build DFSan functionality for Android.
Stephen Hines [Mon, 10 Mar 2014 18:05:08 +0000 (18:05 +0000)]
am df51e525: am 4d459ec2: Don\'t build DFSan functionality for Android.

* commit 'df51e525f1fc57a405bc80dd0c2fe593839deded':
  Don't build DFSan functionality for Android.

10 years agoam f8f49b49: am 373aa5c6: Update LLVM for merge to 3.4.
Stephen Hines [Mon, 10 Mar 2014 18:05:06 +0000 (18:05 +0000)]
am f8f49b49: am 373aa5c6: Update LLVM for merge to 3.4.

* commit 'f8f49b49d3d2507de9e8e2d057aced73e95ace51':
  Update LLVM for merge to 3.4.

10 years agoam 008f5bfe: am ce9904c6: Merge remote-tracking branch \'upstream/release_34\' into...
Stephen Hines [Mon, 10 Mar 2014 18:05:02 +0000 (18:05 +0000)]
am 008f5bfe: am ce9904c6: Merge remote-tracking branch \'upstream/release_34\' into merge-20140211

* commit '008f5bfe7c33a9fe53e3ffddd08e820195c8b60b': (3284 commits)
  Merging r197483: ------------------------------------------------------------------------ r197483 | yrnkrn | 2013-12-17 00:40:11 -0800 (Tue, 17 Dec 2013) | 8 lines
  Small reformatting changes.
  Remove help notes from the ReleaseNotes.
  Merging r197492: ------------------------------------------------------------------------ r197492 | dyatkovskiy | 2013-12-17 04:07:33 -0800 (Tue, 17 Dec 2013) | 26 lines
  Merging r197718: ------------------------------------------------------------------------ r197718 | hans | 2013-12-19 12:32:44 -0800 (Thu, 19 Dec 2013) | 10 lines
  Update notes.
  Merging r197449: ------------------------------------------------------------------------ r197449 | arnolds | 2013-12-16 17:11:01 -0800 (Mon, 16 Dec 2013) | 7 lines
  Merging r195411: ------------------------------------------------------------------------ r195411 | mgottesman | 2013-11-21 21:00:51 -0800 (Thu, 21 Nov 2013) | 1 line
  Merging r197047: ------------------------------------------------------------------------ r197047 | d0k | 2013-12-11 08:36:09 -0800 (Wed, 11 Dec 2013) | 3 lines
  Merging r195710: ------------------------------------------------------------------------
  Merging r197216: ------------------------------------------------------------------------ r197216 | chandlerc | 2013-12-13 00:00:01 -0800 (Fri, 13 Dec 2013) | 9 lines
  Merging r197215: ------------------------------------------------------------------------ r197215 | chandlerc | 2013-12-12 23:59:56 -0800 (Thu, 12 Dec 2013) | 24 lines
  Add release notes for the PowerPC backend
  Merging r197178: ------------------------------------------------------------------------ r197178 | hfinkel | 2013-12-12 12:45:24 -0800 (Thu, 12 Dec 2013) | 9 lines
  Merging r197228: ------------------------------------------------------------------------ r197228 | d0k | 2013-12-13 05:40:24 -0800 (Fri, 13 Dec 2013) | 8 lines
  Fix URL.
  Merging r-197100: ------------------------------------------------------------------------ r197100 | hfinkel | 2013-12-11 16:23:29 -0800 (Wed, 11 Dec 2013) | 1 line
  Merging r197100: ------------------------------------------------------------------------ r197100 | hfinkel | 2013-12-11 16:23:29 -0800 (Wed, 11 Dec 2013) | 1 line
  Merging r197089: ------------------------------------------------------------------------ r197089 | hfinkel | 2013-12-11 15:12:25 -0800 (Wed, 11 Dec 2013) | 6 lines
  Add LibBeauty blurb.
  ...

10 years agoam a01b0ad9: am c27b10b1: am 1fb20b43: am edba52bc: Merge "[MIPS64] Temporary placeho...
Elliott Hughes [Mon, 10 Mar 2014 18:05:01 +0000 (18:05 +0000)]
am a01b0ad9: am c27b10b1: am 1fb20b43: am edba52bc: Merge "[MIPS64] Temporary placeholder build, to allow other projects to build"

* commit 'a01b0ad93de74dd759034d334aec613f703f6e13':

10 years agoam c150d210: am 877a6e14: am e5c96aeb: am 94af5fd9: Merge "Avoid redefinition of...
Ian Rogers [Mon, 10 Mar 2014 18:05:01 +0000 (18:05 +0000)]
am c150d210: am 877a6e14: am e5c96aeb: am 94af5fd9: Merge "Avoid redefinition of __STD_FORMAT_MACROS."

* commit 'c150d2107e21b3ce83203b848ddd7c9cc8216f67':

10 years agoam 2e072618: am 5fdf6cf6: am 16a8fd80: Avoid redefinition of __STD_FORMAT_MACROS.
Ian Rogers [Mon, 10 Mar 2014 18:05:00 +0000 (18:05 +0000)]
am 2e072618: am 5fdf6cf6: am 16a8fd80: Avoid redefinition of __STD_FORMAT_MACROS.

* commit '2e07261879c9286bfb1ceb34d1c43d2e39258742':
  Avoid redefinition of __STD_FORMAT_MACROS.

10 years agoam 2ef279b3: am 8d2ad1af: Avoid redefinition of __STD_FORMAT_MACROS.
Ian Rogers [Mon, 10 Mar 2014 18:04:59 +0000 (18:04 +0000)]
am 2ef279b3: am 8d2ad1af: Avoid redefinition of __STD_FORMAT_MACROS.

* commit '2ef279b3430fe84414acb9b1fb54e18c3db7917b':
  Avoid redefinition of __STD_FORMAT_MACROS.

10 years agoam ef5a4427: am 13607273: am 78c0f17f: Merge "llvm: rename aarch64 target to arm64"
Colin Cross [Mon, 10 Mar 2014 18:04:59 +0000 (18:04 +0000)]
am ef5a4427: am 13607273: am 78c0f17f: Merge "llvm: rename aarch64 target to arm64"

* commit 'ef5a442708d16f9d126f6d170fa232dd82429a16':

10 years agoam b2713ca8: am c27b99f0: am 95015e5c: Merge "Remove unused files."
Stephen Hines [Mon, 10 Mar 2014 18:04:58 +0000 (18:04 +0000)]
am b2713ca8: am c27b99f0: am 95015e5c: Merge "Remove unused files."

* commit 'b2713ca8e072880347775f3e3b4b6714a748a9fc':

10 years agoam 987f85d3: am 6562c95b: am 0000ef0b: Merge "AArch64: Temporarily disable AArch64...
Ben Cheng [Mon, 10 Mar 2014 18:04:57 +0000 (18:04 +0000)]
am 987f85d3: am 6562c95b: am 0000ef0b: Merge "AArch64: Temporarily disable AArch64 build"

* commit '987f85d37d720a72dedc2fa917dccca4cff87b27':

10 years agoam da96b641: am 0de283df: Fixes for LLDB build to work around host 4.6.2+ compiler...
Todd Fiala [Mon, 10 Mar 2014 18:04:56 +0000 (18:04 +0000)]
am da96b641: am 0de283df: Fixes for LLDB build to work around host 4.6.2+ compiler issues.

* commit 'da96b6415b686fa06bb8435b12538053137d8e5a':
  Fixes for LLDB build to work around host 4.6.2+ compiler issues.

10 years agoam 5803f741: am ba309b04: Added libs to the host\'s libLLVM.so.
Todd Fiala [Mon, 10 Mar 2014 18:04:56 +0000 (18:04 +0000)]
am 5803f741: am ba309b04: Added libs to the host\'s libLLVM.so.

* commit '5803f741fe6a5ecf954e9e49ab5bac6252093acf':
  Added libs to the host's libLLVM.so.

10 years agoam ef13f53c: am 1255ecdd: am a91a22bc: am 8e708faf: am 5edef2e8: Merge "x86_64/x32...
Stephen Hines [Mon, 10 Mar 2014 18:04:53 +0000 (18:04 +0000)]
am ef13f53c: am 1255ecdd: am a91a22bc: am 8e708faf: am 5edef2e8: Merge "x86_64/x32: Avoid early fail on x32 or x86_64 build"

* commit 'ef13f53cf00019c167ba31ab5e073d521a2b8abf':

10 years agoam fbafaf4f: am c0c7ba11: Merge "Only build HOST LLVM when forced to do so."
Stephen Hines [Mon, 10 Mar 2014 18:04:52 +0000 (18:04 +0000)]
am fbafaf4f: am c0c7ba11: Merge "Only build HOST LLVM when forced to do so."

* commit 'fbafaf4f03a8e5a5a63bc134a3ad29fd0f1e0bfa':
  Only build HOST LLVM when forced to do so.

10 years agoam 82b5399b: am 917ae8fb: Fix LLVM version number (3.3).
Stephen Hines [Mon, 10 Mar 2014 18:04:52 +0000 (18:04 +0000)]
am 82b5399b: am 917ae8fb: Fix LLVM version number (3.3).

* commit '82b5399b94150ebb811b312cb9e36666b8982ea7':
  Fix LLVM version number (3.3).

10 years agoam f36bad31: (-s ours) am 0210adda: (-s ours) am d79086a1: (-s ours) am 3acb57db...
Stephen Hines [Mon, 10 Mar 2014 18:04:51 +0000 (18:04 +0000)]
am f36bad31: (-s ours) am 0210adda: (-s ours) am d79086a1: (-s ours) am 3acb57db: (-s ours) am f31eb8ab: (-s ours) Merge "DO NOT MERGE - Allow global-merge option to be accessed externally."

* commit 'f36bad3128edafb52dfbc21b6d344e89f3f75fba':

10 years agoam 4829c014: Merge "x86_64 isn\'t a currently supported LLVM architecture in our...
Elliott Hughes [Wed, 26 Feb 2014 03:28:59 +0000 (19:28 -0800)]
am 4829c014: Merge "x86_64 isn\'t a currently supported LLVM architecture in our build system."

* commit '4829c01414b9cf2c9cdb0a5c296e728b6c43bc99':
  x86_64 isn't a currently supported LLVM architecture in our build system.

10 years agoMerge "x86_64 isn't a currently supported LLVM architecture in our build system."
Elliott Hughes [Wed, 26 Feb 2014 03:25:59 +0000 (03:25 +0000)]
Merge "x86_64 isn't a currently supported LLVM architecture in our build system."

10 years agox86_64 isn't a currently supported LLVM architecture in our build system.
Elliott Hughes [Wed, 26 Feb 2014 01:25:50 +0000 (17:25 -0800)]
x86_64 isn't a currently supported LLVM architecture in our build system.

These build failures stand in the way of an x86_64 continuous build.

Change-Id: I8de24ca838616c687b28945415ef5b15dadda887

10 years agoam bd3e4ce9: am b7485134: am 449fc261: Merge "llvm: convert makefiles to support...
Colin Cross [Fri, 21 Feb 2014 21:51:54 +0000 (13:51 -0800)]
am bd3e4ce9: am b7485134: am 449fc261: Merge "llvm: convert makefiles to support multilib build"

* commit 'bd3e4ce9cfa61bcc0176ac17a06f0904cb854a9a':