summaryrefslogtreecommitdiffstats
path: root/llvm/utils/UpdateTestChecks
Commit message (Expand)AuthorAgeFilesLines
* update_test_checks: match CHECK-EMPTY lines for replacement.James Y Knight2020-01-021-1/+1
* [Utils] Deal with occasionally deleted functionsJohannes Doerfert2019-12-311-4/+25
* [Utils] Reuse argument variable names in the bodyJohannes Doerfert2019-12-311-4/+4
* [Utils] Allow update_test_checks to scrub attribute annotationsJohannes Doerfert2019-12-311-1/+3
* [UpdateTestChecks] Fix parsing of RUN: lines with line continuationsAlex Richardson2019-12-031-1/+1
* [update_cc_test_checks.py] Use CHECK_RE from commonAlex Richardson2019-12-021-1/+1
* [UpdateTestChecks] Share the code to parse RUN: lines between all scriptsAlex Richardson2019-12-021-2/+29
* [UptestTestChecks][NFC] Share some common command line options codeAlex Richardson2019-11-201-0/+8
* [Utils] Hide the default behavior change of D68819 under a flagJohannes Doerfert2019-11-011-2/+2
* [utils] Reflow asm check generation to tolerate blank linesSimon Atanasyan2019-11-012-2/+6
* [Utils][FIX] Unbreak update_XXX_test_checks after 3598b810029dJohannes Doerfert2019-10-311-2/+2
* [Utils] Allow update_test_checks to check function informationJohannes Doerfert2019-10-301-11/+46
* [UpdateTestChecks] Fix invalid python string escapesAlex Richardson2019-10-301-3/+3
* Allow update_test_checks.py to not scrub names.David Greene2019-10-071-2/+4
* [UpdateTestChecks] add basic support for parsing msp430 asmSanjay Patel2019-10-031-0/+17
* [UpdateTestChecks] Update tests optionDavid Bolvansky2019-08-071-7/+16
* [UpdateTestChecks] Add end_function directive to regex matcher for wasm32 fun...Simon Pilgrim2019-08-041-1/+1
* [UpdateTestChecks] Emit warning when invalid value for -check-prefix(es) optionDavid Bolvansky2019-07-291-0/+25
* [utils] Clean up UpdateTestChecks/common.pyFangrui Song2019-07-221-6/+6
* [UpdateTestChecks] Skip over .Lfunc_begin for RISC-VAlex Bradbury2019-07-081-1/+1
* [UpdateTestChecks][PowerPC] Avoid empty string when scrubbing loop commentsJinsong Ji2019-07-011-2/+2
* [UpdateChecks] Add support for armv7-apple-darwinJinsong Ji2019-06-281-0/+9
* [UpdateTestChecks][NFC] Remove entries with same prefixJinsong Ji2019-06-261-2/+0
* [PowerPC][UpdateTestChecks] powerpc- triple supportJinsong Ji2019-06-241-2/+1
* [NFC] Improve triple match of scripts that update testsDiogo N. Sampaio2019-06-181-29/+40
* UpdateTestChecks: Consider .section as end of function for AMDGPUMatt Arsenault2019-06-141-1/+1
* UpdateTestChecks: hexagon supportRoman Lebedev2019-06-051-0/+19
* [UpdateTestChecks] Add support for -march=r600 to match existing -march=amdgc...Simon Pilgrim2019-05-311-0/+1
* UpdateTestChecks: Lanai triple supportRoman Lebedev2019-05-291-0/+18
* UpdateTestChecks: ppc32 triple supportRoman Lebedev2019-05-231-3/+4
* [NFC] UpdateTestChecks: asm.py: fix whitespace issueRoman Lebedev2019-05-231-1/+1
* UpdateTestChecks: -march=mips/-march=mipsel is mips triple.Roman Lebedev2019-05-231-0/+1
* UpdateTestChecks: sparc march handlingRoman Lebedev2019-05-221-0/+1
* [WebAssembly] Add the signature for the new llround builtin functionDan Gohman2019-05-211-0/+17
* UpdateTestChecks: fix AMDGPU handlingRoman Lebedev2019-05-181-0/+10
* UpdateTestChecks: arm64-eabi handlindRoman Lebedev2019-05-181-0/+1
* [UpdateTestChecks] Allow Lbegin_func without a leading periodMartin Storsjo2019-04-291-1/+1
* [ARM] Add armv8a triple to test check updatersOliver Stannard2019-03-011-0/+1
* [utils] Use operator "in" instead of bound function "has_key"Roger Ferrer Ibanez2018-12-071-1/+1
* [NFC] Fix the regular expression for BE PPC in update_llc_test_checks.pyNemanja Ivanovic2018-10-261-0/+1
* Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...Reid Kleckner2018-07-231-2/+3
* [UpdateTestChecks] Teach the x86 asm parser to skip over the functionChandler Carruth2018-07-131-1/+1
* Revert "Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC ...Jonas Devlieghere2018-06-281-3/+2
* Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...Reid Kleckner2018-06-251-2/+3
* Revert r335297 "[X86] Implement more of x86-64 large and medium PIC code models"Reid Kleckner2018-06-211-3/+2
* [X86] Implement more of x86-64 large and medium PIC code modelsReid Kleckner2018-06-211-2/+3
* [Utils] update_llc_test_checks.py: support AMDGPU backend: AMDGCN, r600 triplesRoman Lebedev2018-06-111-0/+19
* [Utils][X86] Help update_llc_test_checks.py to recognise retl/retq to reduce ...Simon Pilgrim2018-06-012-10/+31
* [utils] improve AArch64 asm parserSanjay Patel2018-04-201-1/+1
* Add SPARC support to update_llc_test_checks.pyDaniel Cederman2018-04-201-0/+18
OpenPOWER on IntegriCloud