- Nov 25, 2014
-
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: Iaed181ce8f142355b69b8fd9590f62199c13e534
-
- Nov 09, 2014
-
-
Dan Albert authored
-
Dan Albert authored
Apple doesn't have a libgcc_s. Change-Id: I2d20a579ec629afb2487e61b962c7f22a920c845
-
- Nov 08, 2014
-
-
Dan Albert authored
-
Stephen Hines authored
Bug: 10653601 Bug: 13751317 We need to manually specify the same libgcc_s that is linked with all other host tools, because the libc++ build rules explicitly pass -nodefaultlibs. Change-Id: If85ebb2949f456a2ed5cc412e7d1510cc72a3c76
-
- Nov 06, 2014
-
-
Stephen Hines authored
* commit 'fbc55c91': Revert "Enable 64-bit builds of all host LLVM tools."
-
- Nov 05, 2014
-
-
Stephen Hines authored
-
Stephen Hines authored
This reverts commit f514d2c2. Change-Id: I240b55287c4c8a812b95b950a9a928f3e36628c5
-
Stephen Hines authored
* commit 'e5a80829': Enable 64-bit builds of all host LLVM tools.
-
Stephen Hines authored
-
Stephen Hines authored
Bug: 10653601 Bug: 13751317 We need to manually specify the same libgcc_s that is linked with all other host tools, because the libc++ build rules explicitly pass -nodefaultlibs. Change-Id: I09e7d2894e2be90ac81223b523688973fcb7de9a
-
- Nov 04, 2014
-
-
Stephen Hines authored
* commit '3160f501': Add color support for Clang!
-
- Nov 03, 2014
-
-
Stephen Hines authored
-
Dan Albert authored
* commit '0d802495': Allow mm in these subdirectories.
-
Dan Albert authored
-
Dan Albert authored
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
-
- Oct 31, 2014
-
-
Stephen Hines authored
Bug: 18187181 We were missing the HAVE_TERMINFO define, as well as proper linkage against ncurses to enable this. Change-Id: I985e1720fadbce4e20ec3608e7d5f0f67d1a74e9
-
- Oct 30, 2014
-
-
Stephen Hines authored
* commit 'a7f35714': Add host and device build rules for the llvm-symbolizer binary.
-
Stephen Hines authored
-
Stephen Hines authored
* commit '8c094149': Merge in the following upstream patches to resolve Cortex-A57 crashes.
-
Stephen Hines authored
-
- Oct 24, 2014
-
-
Stephen Hines authored
r214957 r215233 r216455 r216721 r217682 r217689 r217690 r217735 Change-Id: Ia53b88591471325df132caf26e1087510a65ce36
-
- Oct 23, 2014
-
-
Stephen Hines authored
This change also adds DebugInfo to libLLVM.so on the device. Previously, we did not require this library to be present. Change-Id: Ie5791b58fb6d414a6e06e652ba8a63e6e1bdc210
-
- Oct 21, 2014
-
-
Stephen Hines authored
* commit '8a177369': Bring in fixes for Cortex-A53 errata + build updates.
-
- Oct 20, 2014
-
-
Stephen Hines authored
Bug: 18034609 (cherry picked from commit bfc2d688) Change-Id: I010fb735bb84fe97ccb8e3878f9601cb533962f4
-
- Oct 17, 2014
-
-
Stephen Hines authored
* commit '281cc67b': Bring in fixes for Cortex-A53 errata + build updates.
-
Stephen Hines authored
-
Stephen Hines authored
Bug: 18034609 Change-Id: I2cf0094eb9df801a84274ff29018431d75da89dd
-
- Oct 15, 2014
-
-
Tim Murray authored
* commit 'b86aaa73': add ARM codegen for x86 LLVM if specified
-
Tim Murray authored
bug 17765171 Change-Id: Id1135f5804d2738c7de5c264079e0a61d161f997
-
- Oct 01, 2014
-
-
Stephen Hines authored
* commit 'f8e021ce': Undefined fseeko/ftello for Windows builds.
-
Stephen Hines authored
* commit '8a95734f': Fix windows build for LLVM.
-
- Sep 30, 2014
-
-
Stephen Hines authored
Bug: 14416410 These are "defined" when building under mingw, so they can't be used as identifiers in LLVM. Once we fix this in upstream, we can pull the patch back and revert this one. Change-Id: Ib576a9617ca685ab3625a2d2d66f652bcb7f2c3e
-
Stephen Hines authored
Don't include libcxx on windows. Fix PSTR -> PCSTR typo in config header. Bug: 14416410 Change-Id: I2e66ed56a5a585ab126b9ac181def057908289d0
-
- Sep 22, 2014
-
-
Stephen Hines authored
* commit '06d8c96f': Move libLLVMProfileData to llvm_post_static_libraries.
-
Stephen Hines authored
-
- Sep 19, 2014
-
-
Tong Shen authored
This enables us to build libclang for target. libClangCodeGen in libclang needs libLLVMProfileData. Change-Id: I80fe903f9633877a4ac39325cdc9b023a5dfc149
-
- Sep 16, 2014
-
-
Petar Jovanovic authored
* commit '593a05ca': Add support for scalarizing cttz_zero_undef
-
Petar Jovanovic authored
* commit 'f06aaf11': Add support for scalarizing ctlz_zero_undef
-