aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/UpdateTestChecks/asm.py
AgeCommit message (Expand)AuthorFilesLines
2020-02-20[Utils][x86] add an option to reduce scrubbing of shuffles with memopsSanjay Patel1-1/+12
2019-11-01[utils] Reflow asm check generation to tolerate blank linesSimon Atanasyan1-1/+2
2019-10-31[Utils][FIX] Unbreak update_XXX_test_checks after 3598b810029dJohannes Doerfert1-2/+2
2019-10-03[UpdateTestChecks] add basic support for parsing msp430 asmSanjay Patel1-0/+17
2019-08-04[UpdateTestChecks] Add end_function directive to regex matcher for wasm32 fun...Simon Pilgrim1-1/+1
2019-07-08[UpdateTestChecks] Skip over .Lfunc_begin for RISC-VAlex Bradbury1-1/+1
2019-07-01[UpdateTestChecks][PowerPC] Avoid empty string when scrubbing loop commentsJinsong Ji1-2/+2
2019-06-28[UpdateChecks] Add support for armv7-apple-darwinJinsong Ji1-0/+9
2019-06-26[UpdateTestChecks][NFC] Remove entries with same prefixJinsong Ji1-2/+0
2019-06-24[PowerPC][UpdateTestChecks] powerpc- triple supportJinsong Ji1-2/+1
2019-06-18[NFC] Improve triple match of scripts that update testsDiogo N. Sampaio1-29/+40
2019-06-14UpdateTestChecks: Consider .section as end of function for AMDGPUMatt Arsenault1-1/+1
2019-06-05UpdateTestChecks: hexagon supportRoman Lebedev1-0/+19
2019-05-31[UpdateTestChecks] Add support for -march=r600 to match existing -march=amdgc...Simon Pilgrim1-0/+1
2019-05-29UpdateTestChecks: Lanai triple supportRoman Lebedev1-0/+18
2019-05-23UpdateTestChecks: ppc32 triple supportRoman Lebedev1-3/+4
2019-05-23[NFC] UpdateTestChecks: asm.py: fix whitespace issueRoman Lebedev1-1/+1
2019-05-23UpdateTestChecks: -march=mips/-march=mipsel is mips triple.Roman Lebedev1-0/+1
2019-05-22UpdateTestChecks: sparc march handlingRoman Lebedev1-0/+1
2019-05-21[WebAssembly] Add the signature for the new llround builtin functionDan Gohman1-0/+17
2019-05-18UpdateTestChecks: fix AMDGPU handlingRoman Lebedev1-0/+10
2019-05-18UpdateTestChecks: arm64-eabi handlindRoman Lebedev1-0/+1
2019-04-29[UpdateTestChecks] Allow Lbegin_func without a leading periodMartin Storsjo1-1/+1
2019-03-01[ARM] Add armv8a triple to test check updatersOliver Stannard1-0/+1
2018-10-26[NFC] Fix the regular expression for BE PPC in update_llc_test_checks.pyNemanja Ivanovic1-0/+1
2018-07-23Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...Reid Kleckner1-2/+3
2018-07-13[UpdateTestChecks] Teach the x86 asm parser to skip over the functionChandler Carruth1-1/+1
2018-06-28Revert "Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC ...Jonas Devlieghere1-3/+2
2018-06-25Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...Reid Kleckner1-2/+3
2018-06-21Revert r335297 "[X86] Implement more of x86-64 large and medium PIC code models"Reid Kleckner1-3/+2
2018-06-21[X86] Implement more of x86-64 large and medium PIC code modelsReid Kleckner1-2/+3
2018-06-11[Utils] update_llc_test_checks.py: support AMDGPU backend: AMDGCN, r600 triplesRoman Lebedev1-0/+19
2018-06-01[Utils][X86] Help update_llc_test_checks.py to recognise retl/retq to reduce ...Simon Pilgrim1-1/+1
2018-04-20[utils] improve AArch64 asm parserSanjay Patel1-1/+1
2018-04-20Add SPARC support to update_llc_test_checks.pyDaniel Cederman1-0/+18
2018-04-06[UpdateTestChecks] Add update_analyze_test_checks.py for cost model analysis ...Simon Pilgrim1-1/+1
2018-04-05[UpdateTestChecks] Moved core functionality of add_asm_checks into add_checksSimon Pilgrim1-23/+1
2018-04-05[UpdateTestChecks] Make add_asm_checks more like add_ir_checksSimon Pilgrim1-5/+8
2018-04-03[x86] Fix a pretty obvious think-o with my asm scrubbing. You have to inChandler Carruth1-1/+1
2018-04-03[x86] Extend my goofy SP offset scrubbing for llc test cases to actuallyChandler Carruth1-0/+7
2018-03-02[utils] Add utils/update_cc_test_checks.pyFangrui Song1-1/+1
2018-02-10[utils] Refactor utils/update_{,llc_}test_checks.py to share more codeFangrui Song1-1/+35
2018-01-30[utils] De-duplicate utils/update_{llc_,}test_checks.pyFangrui Song1-0/+199