summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2017-01-24Revert "r292904 - [lit] Allow boolean expressions in REQUIRES and XFAILAlex Lorenz
2017-01-24[lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTEDGreg Parker
2017-01-24Revert "[lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTED"Greg Parker
2017-01-24[lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTEDGreg Parker
2017-01-20[globalisel] Fix an unused variable warning when NDEBUG is defined.Daniel Sanders
2017-01-20[lit] Limit parallelism of sanitizer tests on Darwin [llvm part, take 2]Kuba Mracek
2017-01-19Re-commit: [globalisel] Tablegen-erate current Register Bank InformationDaniel Sanders
2017-01-18[lit] Support sharding testsuites, for parallel execution.Graydon Hoare
2017-01-18Re-revert: [globalisel] Tablegen-erate current Register Bank InformationDaniel Sanders
2017-01-18Re-commit: [globalisel] Tablegen-erate current Register Bank InformationDaniel Sanders
2017-01-18[X86] Fix for bugzilla 31576 - add support for "data32" instruction prefixMarina Yatsina
2017-01-18[test-release.sh] Add Polly to the list of projectsPengxuan Zheng
2017-01-18[LIT] Make util.executeCommand python3 friendlyEric Fiselier
2017-01-17Revert r292231.Kuba Mracek
2017-01-17[lit] Limit parallelism of sanitizer tests on Darwin [llvm part]Kuba Mracek
2017-01-17[utils] Add libc++ and libc++abi config to llvm-litShoaib Meenai
2017-01-16Revert r292132: [globalisel] Tablegen-erate current Register Bank Information...Daniel Sanders
2017-01-16[globalisel] Tablegen-erate current Register Bank InformationDaniel Sanders
2017-01-16[X86] Merge the disassemblers handling of the different TYPE_RELs by getting ...Craig Topper
2017-01-16[X86] Reduce the number of operand 'types' the disassembler needs to deal wit...Craig Topper
2017-01-16[AVX-512] Begin giving the disassembler a way to recognize that VSIB is a dif...Craig Topper
2017-01-16[AVX-512] Correct memory operand size for VPGATHERQPS and VPGATHERQDCraig Topper
2017-01-15Update update_test_checks so that . is a valid identifier character in additi...Daniel Berlin
2017-01-14[utils] Improve extraction of check prefixes from RUN linesNikolai Bozhenov
2017-01-13Fix update_test_checks not to accidentally believe type names are variable namesDaniel Berlin
2017-01-13Fix UBSan bots by blacklisting bits/stl_tree.h.Ivan Krasin
2017-01-12Bump trunk version to 5.0.0svnHans Wennborg
2017-01-11build_llvm_package.bat: Add note about what SWIG version to useHans Wennborg
2017-01-11[gmock] Teach gmock ElementsAre and BeginEndDistanceIs matchers toChandler Carruth
2017-01-10Add the 'googlemock' component of Google Test to LLVM's unittest libraries.Chandler Carruth
2017-01-09Fix function regex in update_tests so it can handle {}'s in function argsDaniel Berlin
2017-01-07Update update_test_checks to work properly with phi nodes and other fun things.Daniel Berlin
2017-01-06[gtest] Detect warning flags using the positive spelling.Chandler Carruth
2017-01-05[gtest] Work around broken installs of libc++ where we don't haveChandler Carruth
2017-01-05Patch gtest to move GTEST_IS_THREADSAFE out of unrelated GTEST_HAS_SEH ifdefReid Kleckner
2017-01-04[gtest] Upgrade googletest to version 1.8.0, minimizing local changes.Chandler Carruth
2016-12-29Fix indentation in r290716.Bryant Wong
2016-12-29Correctly handle multi-lined RUN lines.Bryant Wong
2016-12-27Mark comparator call operator as constEric Fiselier
2016-12-25Fix `update_test_checks.py` bug that incorrectly truncates IR body.Bryant Wong
2016-12-23KillTheDoctor.cpp: Appease cases on case-senstitive host, like mingw on linux.NAKAMURA Takumi
2016-12-23KillTheDoctor: Add a required system lib, psapi. KillTheDoctor itself uses Wi...NAKAMURA Takumi
2016-12-22[PowerPC] Add ppc support to update_llc_test_checks.py, and ppc tests. NFC.Tim Shen
2016-12-22Build KillTheDoctor with mingw-w64Reid Kleckner
2016-12-21[GlobalISel] Add basic Selector-emitter tblgen backend.Ahmed Bougacha
2016-12-21Improve natvis for llvm::SmallString so that it correctly displays only the v...Antonio Maiorano
2016-12-20Remove extraneous space.Rui Ueyama
2016-12-19Add ARM support to update_llc_test_checks.pyEli Friedman
2016-12-19[TableGen] Use 'unsigned' instead of 'bool' in a place where the code conditi...Craig Topper
2016-12-18[FileCheck] Fix --strict-whitespace --match-full-linesTom de Vries