aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove duplicate."Ying Wang2015-04-131-1/+0
|\
| * Remove duplicate.Ying Wang2015-04-131-1/+0
|/
* Merge "Update aosp/master llvm for rebase to r233350"Pirama Arumuga Nainar2015-04-106817-117534/+152810
|\
| * Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-096817-117534/+152810
|/
* Merge "Take HOST_PREFER_32_BIT into account"Colin Cross2015-04-081-0/+4
|\
| * Take HOST_PREFER_32_BIT into accountColin Cross2015-04-081-0/+4
* | Merge "Set LOCAL_MULTLIB := first for all LLVM host builds"Colin Cross2015-04-081-0/+2
|\ \ | |/
| * Set LOCAL_MULTLIB := first for all LLVM host buildsColin Cross2015-04-071-0/+2
* | Merge "Update lit.site.cfg to be able to run LLVM tests properly again."Stephen Hines2015-04-024-1/+73
|\ \
| * | Update lit.site.cfg to be able to run LLVM tests properly again.Stephen Hines2015-04-024-1/+73
|/ /
* | Merge "Update aosp/master LLVM for rebase to r230699."Stephen Hines2015-04-014970-116913/+282029
|\ \ | |/ |/|
| * Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-234970-116913/+282029
* | Merge "Remove uses of libcxx.mk."Dan Albert2015-03-272-4/+0
|\ \ | |/ |/|
| * Remove uses of libcxx.mk.Dan Albert2015-03-272-4/+0
|/
* Merge "Add NOTICE file"Conley Owens2015-03-181-0/+70
|\
| * Add NOTICE fileConley Owens2015-03-121-0/+70
|/
* am 22cea81c: Merge "Revert "Add -fno-inline to LLVM device flags.""Stephen Hines2015-01-291-4/+0
|\
| * Merge "Revert "Add -fno-inline to LLVM device flags.""Stephen Hines2015-01-291-4/+0
| |\
| | * Revert "Add -fno-inline to LLVM device flags."Stephen Hines2015-01-211-4/+0
* | | am e5656de2: Merge "MISched: Fix moving stores across barriers"Stephen Hines2015-01-292-6/+49
|\ \ \ | |/ /
| * | Merge "MISched: Fix moving stores across barriers"Stephen Hines2015-01-292-6/+49
| |\ \ | | |/
| | * MISched: Fix moving stores across barriersTom Stellard2015-01-212-6/+49
| |/
* | am 5a622b72: Merge "Pass LSAN_OPTIONS down so that it is possible to add supp...Dan Albert2015-01-091-1/+2
|\ \ | |/
| * Merge "Pass LSAN_OPTIONS down so that it is possible to add suppressions."Dan Albert2015-01-081-1/+2
| |\
| | * Pass LSAN_OPTIONS down so that it is possible to add suppressions.Rafael Espindola2015-01-081-1/+2
* | | am 51f06ecc: Merge "Split executeShTest into two parts so that it can be bett...Dan Albert2015-01-091-13/+18
|\ \ \ | |/ /
| * | Merge "Split executeShTest into two parts so that it can be better leveraged ...Dan Albert2015-01-081-13/+18
| |\ \ | | |/
| | * Split executeShTest into two parts so that it can be better leveraged by libc++Eric Fiselier2015-01-081-13/+18
* | | am f41cd32a: Merge "[LIT] Add JSONMetricValue type to wrap types supported by...Dan Albert2015-01-091-0/+36
|\ \ \ | |/ /
| * | Merge "[LIT] Add JSONMetricValue type to wrap types supported by the json enc...Dan Albert2015-01-081-0/+36
| |\ \ | | |/
| | * [LIT] Add JSONMetricValue type to wrap types supported by the json encoder.Eric Fiselier2015-01-081-0/+36
* | | am d74cfd3c: Merge "Now that we require a newer python, use the new exception...Dan Albert2015-01-091-1/+1
|\ \ \ | |/ /
| * | Merge "Now that we require a newer python, use the new exception syntax."Dan Albert2015-01-081-1/+1
| |\ \ | | |/
| | * Now that we require a newer python, use the new exception syntax.Rafael Espindola2015-01-081-1/+1
* | | am f13bcf2b: Merge "Require python 2.7."Dan Albert2015-01-096-20/+18
|\ \ \ | |/ /
| * | Merge "Require python 2.7."Dan Albert2015-01-086-20/+18
| |\ \ | | |/
| | * Require python 2.7.Rafael Espindola2015-01-086-20/+18
* | | am 51e2fa82: Merge "[LIT] Add support for `UNSUPPORTED` tag to `TestRunner.pa...Dan Albert2015-01-092-19/+29
|\ \ \ | |/ /
| * | Merge "[LIT] Add support for `UNSUPPORTED` tag to `TestRunner.parseIntegrated...Dan Albert2015-01-082-19/+29
| |\ \ | | |/
| | * [LIT] Add support for `UNSUPPORTED` tag to `TestRunner.parseIntegratedTestScr...Eric Fiselier2015-01-082-19/+29
* | | am 70fd1f24: Merge "lit: Don\'t use python 2.6 features"Dan Albert2015-01-091-1/+1
|\ \ \ | |/ /
| * | Merge "lit: Don't use python 2.6 features"Dan Albert2015-01-081-1/+1
| |\ \ | | |/
| | * lit: Don't use python 2.6 featuresDavid Majnemer2015-01-081-1/+1
* | | am a3c7e9e1: Merge "Fix for xunit output to work around issue in Jenkins when...Dan Albert2015-01-091-1/+1
|\ \ \ | |/ /
| * | Merge "Fix for xunit output to work around issue in Jenkins when tests are at...Dan Albert2015-01-081-1/+1
| |\ \ | | |/
| | * Fix for xunit output to work around issue in Jenkins when tests are at the ro...Chris Matthews2015-01-081-1/+1
* | | am 04092cf9: Merge "Fix corner cases in lit xunit for paths with dots"Dan Albert2015-01-091-2/+9
|\ \ \ | |/ /
| * | Merge "Fix corner cases in lit xunit for paths with dots"Dan Albert2015-01-081-2/+9
| |\ \ | | |/
| | * Fix corner cases in lit xunit for paths with dotsChris Matthews2015-01-081-2/+9
* | | am 2ee64e38: Merge "Add a test-case for lit xunit output"Dan Albert2015-01-091-0/+10
|\ \ \ | |/ /