summaryrefslogtreecommitdiffstats
path: root/llvm/utils/UpdateTestChecks/asm.py
Commit message (Expand)AuthorAgeFilesLines
* [utils] Reflow asm check generation to tolerate blank linesSimon Atanasyan2019-11-011-1/+2
* [Utils][FIX] Unbreak update_XXX_test_checks after 3598b810029dJohannes Doerfert2019-10-311-2/+2
* [UpdateTestChecks] add basic support for parsing msp430 asmSanjay Patel2019-10-031-0/+17
* [UpdateTestChecks] Add end_function directive to regex matcher for wasm32 fun...Simon Pilgrim2019-08-041-1/+1
* [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
* [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-011-1/+1
* [utils] improve AArch64 asm parserSanjay Patel2018-04-201-1/+1
* Add SPARC support to update_llc_test_checks.pyDaniel Cederman2018-04-201-0/+18
* [UpdateTestChecks] Add update_analyze_test_checks.py for cost model analysis ...Simon Pilgrim2018-04-061-1/+1
* [UpdateTestChecks] Moved core functionality of add_asm_checks into add_checksSimon Pilgrim2018-04-051-23/+1
* [UpdateTestChecks] Make add_asm_checks more like add_ir_checksSimon Pilgrim2018-04-051-5/+8
* [x86] Fix a pretty obvious think-o with my asm scrubbing. You have to inChandler Carruth2018-04-031-1/+1
* [x86] Extend my goofy SP offset scrubbing for llc test cases to actuallyChandler Carruth2018-04-031-0/+7
* [utils] Add utils/update_cc_test_checks.pyFangrui Song2018-03-021-1/+1
* [utils] Refactor utils/update_{,llc_}test_checks.py to share more codeFangrui Song2018-02-101-1/+35
* [utils] De-duplicate utils/update_{llc_,}test_checks.pyFangrui Song2018-01-301-0/+199
OpenPOWER on IntegriCloud