aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2022-04-21Moved contents of clang_cflags into cflagsAlix
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/llvmBob Badour
2019-03-04Suppress warningsLuca Stefani
2017-09-28Remove default librariesDan Willemsen
2017-01-26[lit] Support custom parsers in parseIntegratedTestScriptEric Fiselier
2016-12-13Rearrange header librariesColin Cross
2016-12-02Convert the rest of llvm to Android.bpColin Cross
2016-12-01Convert libLLVM to Android.bpColin Cross
2016-10-24Update aosp/master LLVM for rebase to r275480Pirama Arumuga Nainar
2016-03-03Update aosp/master LLVM for rebase to r256229Pirama Arumuga Nainar
2015-09-02Stop checking HOST_OS, whitelist windows modulesDan Willemsen
2015-07-08Update aosp/master LLVM for rebase to r239765Pirama Arumuga Nainar
2015-05-14Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar
2015-04-09Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar
2015-03-23Update aosp/master LLVM for rebase to r230699.Stephen Hines
2015-01-08Pass LSAN_OPTIONS down so that it is possible to add suppressions.Rafael Espindola
2015-01-08Split executeShTest into two parts so that it can be better leveraged by libc++Eric Fiselier
2015-01-08[LIT] Add JSONMetricValue type to wrap types supported by the json encoder.Eric Fiselier
2015-01-08Now that we require a newer python, use the new exception syntax.Rafael Espindola
2015-01-08Require python 2.7.Rafael Espindola
2015-01-08[LIT] Add support for `UNSUPPORTED` tag to `TestRunner.parseIntegratedTestScr...Eric Fiselier
2015-01-08lit: Don't use python 2.6 featuresDavid Majnemer
2015-01-08Fix for xunit output to work around issue in Jenkins when tests are at the ro...Chris Matthews
2015-01-08Fix corner cases in lit xunit for paths with dotsChris Matthews
2015-01-08Add a test-case for lit xunit outputChris Matthews
2015-01-08Don't allow test-suite names with . in them in xml outputChris Matthews
2015-01-08Give lit a --xunit-xml-output option for saving results in xunit formatChris Matthews
2014-12-02Update aosp/master LLVM for rebase to r222494.Stephen Hines
2014-11-03Allow mm in these subdirectories.Dan Albert
2014-07-21Update LLVM for rebase to r212749.Stephen Hines
2014-06-06Adds the ability to run the llvm test suite in-tree.Chris Wailes
2014-06-03Switch name from tblgen -> llvm-tblgen for consistency with upstream LLVM.Stephen Hines
2014-05-29Update LLVM for 3.5 rebase (r209712).Stephen Hines
2014-04-24Update to LLVM 3.5a.Stephen Hines
2014-02-11Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines
2013-11-24Merging r195567:Bill Wendling
2013-11-20Merging r195102:Bill Wendling
2013-11-20Merging r195193:Bill Wendling
2013-11-19Merging r195092:Bill Wendling
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-11-18test-release.sh: tweak RPATH for the binary packages.Arnaud A. de Grandmaison
2013-11-18Unbreak the build after r194997Alexey Samsonov
2013-11-18Revert r194865 and r194874.Alexey Samsonov
2013-11-17TableGen: Generate an enum for all named Operand types in tblgen'd InstrInfo.Ahmed Bougacha
2013-11-16gtest-death-test.cc: Move ~DeathTestFactory() to unbreak cygming build since ...NAKAMURA Takumi
2013-11-16Small improvement to InstrinsicEmitter::EmitAttributes. This change removes ...Owen Anderson
2013-11-15Fix previous commit (r194865)Juergen Ributzka
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-11-15Move all of the GoogleTest files back to the same locations they occupyChandler Carruth
2013-11-15Add addrspacecast instruction.Matt Arsenault