aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/update_llc_test_checks.py
AgeCommit message (Expand)AuthorFilesLines
2019-08-07[UpdateTestChecks] Update tests optionDavid Bolvansky1-3/+20
2019-07-29[UpdateTestChecks] Emit warning when invalid value for -check-prefix(es) optionDavid Bolvansky1-0/+1
2019-05-18UpdateTestChecks: fix AMDGPU handlingRoman Lebedev1-5/+11
2019-03-05Add wildcard support to all update_*_test_checks.py scripts (PR37500)Simon Pilgrim1-1/+3
2019-01-30[utils] Fix update scripts output when run on python3.Simon Pilgrim1-1/+1
2019-01-03Python compat - no explicit reference to Python versionSerge Guelton1-1/+1
2019-01-03Python compat - print statementSerge Guelton1-10/+12
2018-07-23Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...Reid Kleckner1-0/+5
2018-06-28Revert "Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC ...Jonas Devlieghere1-5/+0
2018-06-25Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...Reid Kleckner1-0/+5
2018-06-21Revert r335297 "[X86] Implement more of x86-64 large and medium PIC code models"Reid Kleckner1-5/+0
2018-06-21[X86] Implement more of x86-64 large and medium PIC code modelsReid Kleckner1-0/+5
2018-06-01[Utils][X86] Help update_llc_test_checks.py to recognise retl/retq to reduce ...Simon Pilgrim1-2/+2
2018-02-10[utils] Refactor utils/update_{,llc_}test_checks.py to share more codeFangrui Song1-25/+1
2018-01-30[utils] De-duplicate utils/update_{llc_,}test_checks.pyFangrui Song1-263/+16
2018-01-17[utils] Make .cfi_startproc optional for powerpcFangrui Song1-1/+1
2017-12-01Add more triples to llc_test_checks.pySam Parker1-0/+17
2017-11-26[utils][mips] Add support for mips for update_llc_checks.pySimon Dardis1-0/+20
2017-11-09[utils] Fix RISC-V support in update_llc_test_checks.pyAlex Bradbury1-1/+1
2017-11-08[utils] Add RISC-V support to update_llc_test_checks.pyAlex Bradbury1-0/+18
2017-10-24[utils] make retq/retl regex an option that is off by defaultSanjay Patel1-10/+14
2017-10-22[utils] Support -mtriple=powerpc64Fangrui Song1-2/+3
2017-10-20[utils, x86] add regex for retl/retq to reduce duplicated FileChecking (PR35003)Sanjay Patel1-0/+3
2017-09-06Util: Improve update_llc_test_checks to scrub macosx-style assembly annotationsZvi Rackover1-1/+1
2017-08-25[utils] add aarch64 target as an optionSanjay Patel1-19/+29
2017-08-25Teach the llc check updater to recognize the end-of-function commentChandler Carruth1-2/+2
2017-07-28Fix update_llc_test_checks.py ARM parsingEli Friedman1-1/+1
2017-03-23[PPC] Add generated tests for all atomic operationsTim Shen1-0/+4
2017-03-17Add SystemZ to utils/update_llc_test_checks.py.Jonas Paulsson1-0/+18
2017-02-24[utils] allow auto-generation of checks for thumb triplesSanjay Patel1-0/+2
2017-02-24Add some testcases for bitfields with illegal widths.Eli Friedman1-0/+1
2017-01-14[utils] Improve extraction of check prefixes from RUN linesNikolai Bozhenov1-3/+3
2016-12-29Fix indentation in r290716.Bryant Wong1-4/+4
2016-12-29Correctly handle multi-lined RUN lines.Bryant Wong1-1/+8
2016-12-22[PowerPC] Add ppc support to update_llc_test_checks.py, and ppc tests. NFC.Tim Shen1-17/+72
2016-12-19Add ARM support to update_llc_test_checks.pyEli Friedman1-9/+34
2016-11-07[X86] Fix test checks script to satisfy pyflakesZvi Rackover1-5/+4
2016-11-07[X86] Fix test checks script to handle run lines with no pipe checksZvi Rackover1-1/+5
2016-07-03[X86][AVX512] Add support for masked shuffle commentsSimon Pilgrim1-1/+1
2016-06-11[X86] Updated test checks script to generalise LCPI symbol refsSimon Pilgrim1-1/+4
2016-03-24don't hardcode the name of the llc checks scriptSanjay Patel1-5/+2
2016-03-24reorganize llc checks script to allow more flexibility, part 2; NFCISanjay Patel1-73/+104
2016-03-23reorganize llc checks script to allow more flexibility; NFCISanjay Patel1-28/+31
2016-01-27[utils] Add windows support to update_llc_test_checks.pySimon Pilgrim1-1/+3
2015-11-23Make utils/update_llc_test_checks.py note that the assertions areJames Y Knight1-1/+7
2015-02-15[x86] Teach my test updating script about another quirk of the printedChandler Carruth1-1/+1
2015-02-04[x86] Teach the test update script to strip trailing whitespace.Chandler Carruth1-0/+3
2015-02-03[x86] Tweak my update script to use test case function names startingChandler Carruth1-0/+3
2015-01-12Add a new utility script that helps update very simple regression tests.Chandler Carruth1-0/+207