summaryrefslogtreecommitdiff
path: root/utils/update_llc_test_checks.py
AgeCommit message (Expand)Author
2017-12-01Add more triples to llc_test_checks.pySam Parker
2017-11-26[utils][mips] Add support for mips for update_llc_checks.pySimon Dardis
2017-11-09[utils] Fix RISC-V support in update_llc_test_checks.pyAlex Bradbury
2017-11-08[utils] Add RISC-V support to update_llc_test_checks.pyAlex Bradbury
2017-10-24[utils] make retq/retl regex an option that is off by defaultSanjay Patel
2017-10-22[utils] Support -mtriple=powerpc64Fangrui Song
2017-10-20[utils, x86] add regex for retl/retq to reduce duplicated FileChecking (PR35003)Sanjay Patel
2017-09-06Util: Improve update_llc_test_checks to scrub macosx-style assembly annotationsZvi Rackover
2017-08-25[utils] add aarch64 target as an optionSanjay Patel
2017-08-25Teach the llc check updater to recognize the end-of-function commentChandler Carruth
2017-07-28Fix update_llc_test_checks.py ARM parsingEli Friedman
2017-03-23[PPC] Add generated tests for all atomic operationsTim Shen
2017-03-17Add SystemZ to utils/update_llc_test_checks.py.Jonas Paulsson
2017-02-24[utils] allow auto-generation of checks for thumb triplesSanjay Patel
2017-02-24Add some testcases for bitfields with illegal widths.Eli Friedman
2017-01-14[utils] Improve extraction of check prefixes from RUN linesNikolai Bozhenov
2016-12-29Fix indentation in r290716.Bryant Wong
2016-12-29Correctly handle multi-lined RUN lines.Bryant Wong
2016-12-22[PowerPC] Add ppc support to update_llc_test_checks.py, and ppc tests. NFC.Tim Shen
2016-12-19Add ARM support to update_llc_test_checks.pyEli Friedman
2016-11-07[X86] Fix test checks script to satisfy pyflakesZvi Rackover
2016-11-07[X86] Fix test checks script to handle run lines with no pipe checksZvi Rackover
2016-07-03[X86][AVX512] Add support for masked shuffle commentsSimon Pilgrim
2016-06-11[X86] Updated test checks script to generalise LCPI symbol refsSimon Pilgrim
2016-03-24don't hardcode the name of the llc checks scriptSanjay Patel
2016-03-24reorganize llc checks script to allow more flexibility, part 2; NFCISanjay Patel
2016-03-23reorganize llc checks script to allow more flexibility; NFCISanjay Patel
2016-01-27[utils] Add windows support to update_llc_test_checks.pySimon Pilgrim
2015-11-23Make utils/update_llc_test_checks.py note that the assertions areJames Y Knight
2015-02-15[x86] Teach my test updating script about another quirk of the printedChandler Carruth
2015-02-04[x86] Teach the test update script to strip trailing whitespace.Chandler Carruth
2015-02-03[x86] Tweak my update script to use test case function names startingChandler Carruth
2015-01-12Add a new utility script that helps update very simple regression tests.Chandler Carruth