aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | * | Enable 64-bit builds of all host LLVM tools.Stephen Hines2014-11-041-3/+2
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | am d8a4643f: am 0a12e3b1: am 3160f501: Merge "Add color support for Clang!"Stephen Hines2014-11-042-0/+8
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * commit 'd8a4643f2aac5dc10060f2d25dc82c355c72ec3b': Add color support for Clang!
| * | | | am 0a12e3b1: am 3160f501: Merge "Add color support for Clang!"Stephen Hines2014-11-042-0/+8
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit '0a12e3b13373e65953a2bb1074532bd981c31a6a': Add color support for Clang!
| | * | | am 3160f501: Merge "Add color support for Clang!"Stephen Hines2014-11-042-0/+8
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | * commit '3160f5018b58edd927dc288630f115b8f910f8f3': Add color support for Clang!
| | | * | Merge "Add color support for Clang!"Stephen Hines2014-11-032-0/+8
| | | |\ \
| | | | * | Add color support for Clang!Stephen Hines2014-10-312-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 18187181 We were missing the HAVE_TERMINFO define, as well as proper linkage against ncurses to enable this. Change-Id: I985e1720fadbce4e20ec3608e7d5f0f67d1a74e9
* | | | | | am 3b66b5f9: am 4de5ad43: am 0d802495: Merge "Allow mm in these subdirectories."Dan Albert2014-11-033-1/+9
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * commit '3b66b5f913330c1b88fa949cf6153bce35067d2d': Allow mm in these subdirectories.
| * | | | | am 4de5ad43: am 0d802495: Merge "Allow mm in these subdirectories."Dan Albert2014-11-033-1/+9
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | * commit '4de5ad4388bab02661c00437e7cf6b463b705ca9': Allow mm in these subdirectories.
| | * | | | am 0d802495: Merge "Allow mm in these subdirectories."Dan Albert2014-11-033-1/+9
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | * commit '0d8024950adc786e7d360261de0effe0ddd236d0': Allow mm in these subdirectories.
| | | * | | Merge "Allow mm in these subdirectories."Dan Albert2014-11-033-1/+9
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | Allow mm in these subdirectories.Dan Albert2014-11-033-1/+9
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | am e623772c: am 8a682391: am a7f35714: Merge "Add host and device build ↵Stephen Hines2014-10-312-0/+41
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | rules for the llvm-symbolizer binary." * commit 'e623772ca7e162bca27774620bb989cf1df5eb03': Add host and device build rules for the llvm-symbolizer binary.
| * | | | am 8a682391: am a7f35714: Merge "Add host and device build rules for the ↵Stephen Hines2014-10-302-0/+41
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | llvm-symbolizer binary." * commit '8a68239100bc9f6f30ab1fcb0108085a636b7486': Add host and device build rules for the llvm-symbolizer binary.
| | * | | am a7f35714: Merge "Add host and device build rules for the llvm-symbolizer ↵Stephen Hines2014-10-302-0/+41
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | binary." * commit 'a7f357148de9be178f55725575c70ce9a888d81c': Add host and device build rules for the llvm-symbolizer binary.
| | | * | Merge "Add host and device build rules for the llvm-symbolizer binary."Stephen Hines2014-10-302-0/+41
| | | |\ \
| | | | * | Add host and device build rules for the llvm-symbolizer binary.Stephen Hines2014-10-232-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change also adds DebugInfo to libLLVM.so on the device. Previously, we did not require this library to be present. Change-Id: Ie5791b58fb6d414a6e06e652ba8a63e6e1bdc210
* | | | | | am 32a2d5ed: resolved conflicts for merge of edc631c2 to lmp-mr1-dev-plus-aospStephen Hines2014-10-302-41/+49
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * commit '32a2d5ed927dc586e26c01fe93c85815b542efed': Merge in the following upstream patches to resolve Cortex-A57 crashes.
| * | | | | resolved conflicts for merge of edc631c2 to lmp-mr1-dev-plus-aospStephen Hines2014-10-302-41/+49
| |\ \ \ \ \ | | |/ / / /
| | * | | | am 8c094149: Merge "Merge in the following upstream patches to resolve ↵Stephen Hines2014-10-302-41/+49
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cortex-A57 crashes." * commit '8c094149b5dc8cb6c0cde00f2041b513fa01567b': Merge in the following upstream patches to resolve Cortex-A57 crashes.
| | | * | | Merge "Merge in the following upstream patches to resolve Cortex-A57 crashes."Stephen Hines2014-10-302-41/+49
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | Merge in the following upstream patches to resolve Cortex-A57 crashes.Stephen Hines2014-10-242-41/+49
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r214957 r215233 r216455 r216721 r217682 r217689 r217690 r217735 Change-Id: Ia53b88591471325df132caf26e1087510a65ce36
* | | | | am 98c0d2ba: Revert "Revert "Bring in fixes for Cortex-A53 errata + build ↵Stephen Hines2014-10-3022-13/+1920
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | updates."" * commit '98c0d2bab9bb8899258096bb808b6cd61e29221e': Revert "Revert "Bring in fixes for Cortex-A53 errata + build updates.""
| * | | | Revert "Revert "Bring in fixes for Cortex-A53 errata + build updates.""Stephen Hines2014-10-3022-13/+1920
| | | | | | | | | | | | | | | | | | | | This reverts commit c8db087b3b6d8767db4fa54057ac8fa448d812ca.
* | | | | am e0742d6e: am 3501f0eb: am 8a177369: Bring in fixes for Cortex-A53 errata ↵Stephen Hines2014-10-260-0/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | + build updates. * commit 'e0742d6e6198807da4a8a977345182c537f6e9df':
| * | | | am 3501f0eb: am 8a177369: Bring in fixes for Cortex-A53 errata + build updates.Stephen Hines2014-10-260-0/+0
| |\ \ \ \ | | |/ / / | | | | | | | | | | * commit '3501f0eba09d17cabce968d58bca0301d35e418b':
| | * | | am 8a177369: Bring in fixes for Cortex-A53 errata + build updates.Stephen Hines2014-10-210-0/+0
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '8a1773694c6d9b1277647440583811ad3d85c6a4': Bring in fixes for Cortex-A53 errata + build updates.
* | | \ \ \ am efa07a9c: am 0d30cfd0: am 281cc67b: Merge "Bring in fixes for Cortex-A53 ↵Stephen Hines2014-10-260-0/+0
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | errata + build updates." * commit 'efa07a9cbe0bd4facc257cf998b08ddb927c9662':
| * | | | | am 0d30cfd0: am 281cc67b: Merge "Bring in fixes for Cortex-A53 errata + ↵Stephen Hines2014-10-260-0/+0
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | build updates." * commit '0d30cfd0e95d828428d8fae164a4b567c005847a':
| | * | | | am 281cc67b: Merge "Bring in fixes for Cortex-A53 errata + build updates."Stephen Hines2014-10-1724-15/+1965
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | | | | | | * commit '281cc67b6ac794b1eb8232e6efca366d870dad43': Bring in fixes for Cortex-A53 errata + build updates.
* | | | | | am 2f044d77: am 174cfc0e: am b86aaa73: add ARM codegen for x86 LLVM if specifiedTim Murray2014-10-260-0/+0
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | * commit '2f044d77604d549178ee5e5b11b15c7443808440':
| * | | | | am 174cfc0e: am b86aaa73: add ARM codegen for x86 LLVM if specifiedTim Murray2014-10-260-0/+0
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | * commit '174cfc0e722b8cfd4887564e6c2d827e7e8764ba':
| | * | | | am b86aaa73: add ARM codegen for x86 LLVM if specifiedTim Murray2014-10-155-0/+25
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b86aaa733ce2042447857baf096ccc58b4ec430a': add ARM codegen for x86 LLVM if specified
* | | \ \ \ \ am 72ec76e3: am 41aed678: am f8e021ce: Undefined fseeko/ftello for Windows ↵Stephen Hines2014-10-260-0/+0
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | builds. * commit '72ec76e373305bdfd0960ec807a176a5bc343748':
| * | | | | | am 41aed678: am f8e021ce: Undefined fseeko/ftello for Windows builds.Stephen Hines2014-10-260-0/+0
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | * commit '41aed678bf944bd24d46360ef4a3c7eb207ecbf0':
| | * | | | | am f8e021ce: Undefined fseeko/ftello for Windows builds.Stephen Hines2014-10-011-0/+11
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f8e021ce4621688f8f57bf98302cba23f5d7e0f1': Undefined fseeko/ftello for Windows builds.
* | | \ \ \ \ \ am efbde526: am e5077827: am 8a95734f: Fix windows build for LLVM.Stephen Hines2014-10-260-0/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | * commit 'efbde526d9668a8083c5bf7d0bfcbdee549d2994':
| * | | | | | | am e5077827: am 8a95734f: Fix windows build for LLVM.Stephen Hines2014-10-260-0/+0
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | * commit 'e507782725f445eb6576b03da2d12abec65dc538':
| | * | | | | | am 8a95734f: Fix windows build for LLVM.Stephen Hines2014-10-012-4/+2
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '8a95734f9813e11664344a198af8c9203451e684': Fix windows build for LLVM.
* | | \ \ \ \ \ \ am c61cf34d: am 7e56dd23: am 06d8c96f: Merge "Move libLLVMProfileData to ↵Stephen Hines2014-10-260-0/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | llvm_post_static_libraries." * commit 'c61cf34d79d37bcefd7cb47c82493e0cd86cda28':
| * | | | | | | | am 7e56dd23: am 06d8c96f: Merge "Move libLLVMProfileData to ↵Stephen Hines2014-10-260-0/+0
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | llvm_post_static_libraries." * commit '7e56dd23e719837ea09f383b98c7553484bc9b70':
| | * | | | | | | am 06d8c96f: Merge "Move libLLVMProfileData to llvm_post_static_libraries."Stephen Hines2014-09-221-2/+2
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '06d8c96f9e7be298f0e1372ccb8dea18fe149afa': Move libLLVMProfileData to llvm_post_static_libraries.
* | | \ \ \ \ \ \ \ am f165ae31: am 344ba19c: am 593a05ca: Add support for scalarizing ↵Petar Jovanovic2014-10-260-0/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cttz_zero_undef * commit 'f165ae3198d113facc2caca4d15e4199efefae00':
| * | | | | | | | | am 344ba19c: am 593a05ca: Add support for scalarizing cttz_zero_undefPetar Jovanovic2014-10-260-0/+0
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | * commit '344ba19c2d471f42261a4404924239dd279eb55e':
* | | | | | | | | | am fa323556: am dea5fa20: am f06aaf11: Add support for scalarizing ↵Petar Jovanovic2014-10-260-0/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ctlz_zero_undef * commit 'fa3235567d8a9522d27e5311f2e230ece2d2d21b':
| * | | | | | | | | am dea5fa20: am f06aaf11: Add support for scalarizing ctlz_zero_undefPetar Jovanovic2014-10-260-0/+0
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'dea5fa206021ec211418c2ff6d89e0322da82661':
* | \ \ \ \ \ \ \ \ \ am 4daf1b74: am 9156e802: Apply rL216114 from upstream LLVM.Tim Murray2014-10-232-2/+45
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '4daf1b744a26c535b0728b894a33482f1ba33861': Apply rL216114 from upstream LLVM.
| * | | | | | | | | | am 9156e802: Apply rL216114 from upstream LLVM.Tim Murray2014-10-232-2/+45
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9156e80250ada6f6d39af3b464a918d4855f9a2a': Apply rL216114 from upstream LLVM.
| | * | | | | | | | | Apply rL216114 from upstream LLVM.Tim Murray2014-10-232-2/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug 18094492 Change-Id: Ic049d4123b9240d89daf4f3c5e8d82e8276a84e7
* | | | | | | | | | | am 9c890856: am c8db087b: Revert "Bring in fixes for Cortex-A53 errata + ↵Tim Murray2014-10-2324-1965/+15
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build updates." * commit '9c890856a6d8ed4f1e7ea07a1d1bc100ac6ca6ab': Revert "Bring in fixes for Cortex-A53 errata + build updates."
| * | | | | | | | | | am c8db087b: Revert "Bring in fixes for Cortex-A53 errata + build updates."Tim Murray2014-10-2324-1965/+15
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c8db087b3b6d8767db4fa54057ac8fa448d812ca': Revert "Bring in fixes for Cortex-A53 errata + build updates."