| Commit message (Expand) | Author | Age | Files | Lines |
| * | [utils] Reflow asm check generation to tolerate blank lines | Simon Atanasyan | 2019-11-01 | 1 | -1/+2 |
| * | [Utils][FIX] Unbreak update_XXX_test_checks after 3598b810029d | Johannes Doerfert | 2019-10-31 | 1 | -2/+2 |
| * | [UpdateTestChecks] add basic support for parsing msp430 asm | Sanjay Patel | 2019-10-03 | 1 | -0/+17 |
| * | [UpdateTestChecks] Add end_function directive to regex matcher for wasm32 fun... | Simon Pilgrim | 2019-08-04 | 1 | -1/+1 |
| * | [UpdateTestChecks] Skip over .Lfunc_begin for RISC-V | Alex Bradbury | 2019-07-08 | 1 | -1/+1 |
| * | [UpdateTestChecks][PowerPC] Avoid empty string when scrubbing loop comments | Jinsong Ji | 2019-07-01 | 1 | -2/+2 |
| * | [UpdateChecks] Add support for armv7-apple-darwin | Jinsong Ji | 2019-06-28 | 1 | -0/+9 |
| * | [UpdateTestChecks][NFC] Remove entries with same prefix | Jinsong Ji | 2019-06-26 | 1 | -2/+0 |
| * | [PowerPC][UpdateTestChecks] powerpc- triple support | Jinsong Ji | 2019-06-24 | 1 | -2/+1 |
| * | [NFC] Improve triple match of scripts that update tests | Diogo N. Sampaio | 2019-06-18 | 1 | -29/+40 |
| * | UpdateTestChecks: Consider .section as end of function for AMDGPU | Matt Arsenault | 2019-06-14 | 1 | -1/+1 |
| * | UpdateTestChecks: hexagon support | Roman Lebedev | 2019-06-05 | 1 | -0/+19 |
| * | [UpdateTestChecks] Add support for -march=r600 to match existing -march=amdgc... | Simon Pilgrim | 2019-05-31 | 1 | -0/+1 |
| * | UpdateTestChecks: Lanai triple support | Roman Lebedev | 2019-05-29 | 1 | -0/+18 |
| * | UpdateTestChecks: ppc32 triple support | Roman Lebedev | 2019-05-23 | 1 | -3/+4 |
| * | [NFC] UpdateTestChecks: asm.py: fix whitespace issue | Roman Lebedev | 2019-05-23 | 1 | -1/+1 |
| * | UpdateTestChecks: -march=mips/-march=mipsel is mips triple. | Roman Lebedev | 2019-05-23 | 1 | -0/+1 |
| * | UpdateTestChecks: sparc march handling | Roman Lebedev | 2019-05-22 | 1 | -0/+1 |
| * | [WebAssembly] Add the signature for the new llround builtin function | Dan Gohman | 2019-05-21 | 1 | -0/+17 |
| * | UpdateTestChecks: fix AMDGPU handling | Roman Lebedev | 2019-05-18 | 1 | -0/+10 |
| * | UpdateTestChecks: arm64-eabi handlind | Roman Lebedev | 2019-05-18 | 1 | -0/+1 |
| * | [UpdateTestChecks] Allow Lbegin_func without a leading period | Martin Storsjo | 2019-04-29 | 1 | -1/+1 |
| * | [ARM] Add armv8a triple to test check updaters | Oliver Stannard | 2019-03-01 | 1 | -0/+1 |
| * | [NFC] Fix the regular expression for BE PPC in update_llc_test_checks.py | Nemanja Ivanovic | 2018-10-26 | 1 | -0/+1 |
| * | Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod... | Reid Kleckner | 2018-07-23 | 1 | -2/+3 |
| * | [UpdateTestChecks] Teach the x86 asm parser to skip over the function | Chandler Carruth | 2018-07-13 | 1 | -1/+1 |
| * | Revert "Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC ... | Jonas Devlieghere | 2018-06-28 | 1 | -3/+2 |
| * | Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod... | Reid Kleckner | 2018-06-25 | 1 | -2/+3 |
| * | Revert r335297 "[X86] Implement more of x86-64 large and medium PIC code models" | Reid Kleckner | 2018-06-21 | 1 | -3/+2 |
| * | [X86] Implement more of x86-64 large and medium PIC code models | Reid Kleckner | 2018-06-21 | 1 | -2/+3 |
| * | [Utils] update_llc_test_checks.py: support AMDGPU backend: AMDGCN, r600 triples | Roman Lebedev | 2018-06-11 | 1 | -0/+19 |
| * | [Utils][X86] Help update_llc_test_checks.py to recognise retl/retq to reduce ... | Simon Pilgrim | 2018-06-01 | 1 | -1/+1 |
| * | [utils] improve AArch64 asm parser | Sanjay Patel | 2018-04-20 | 1 | -1/+1 |
| * | Add SPARC support to update_llc_test_checks.py | Daniel Cederman | 2018-04-20 | 1 | -0/+18 |
| * | [UpdateTestChecks] Add update_analyze_test_checks.py for cost model analysis ... | Simon Pilgrim | 2018-04-06 | 1 | -1/+1 |
| * | [UpdateTestChecks] Moved core functionality of add_asm_checks into add_checks | Simon Pilgrim | 2018-04-05 | 1 | -23/+1 |
| * | [UpdateTestChecks] Make add_asm_checks more like add_ir_checks | Simon Pilgrim | 2018-04-05 | 1 | -5/+8 |
| * | [x86] Fix a pretty obvious think-o with my asm scrubbing. You have to in | Chandler Carruth | 2018-04-03 | 1 | -1/+1 |
| * | [x86] Extend my goofy SP offset scrubbing for llc test cases to actually | Chandler Carruth | 2018-04-03 | 1 | -0/+7 |
| * | [utils] Add utils/update_cc_test_checks.py | Fangrui Song | 2018-03-02 | 1 | -1/+1 |
| * | [utils] Refactor utils/update_{,llc_}test_checks.py to share more code | Fangrui Song | 2018-02-10 | 1 | -1/+35 |
| * | [utils] De-duplicate utils/update_{llc_,}test_checks.py | Fangrui Song | 2018-01-30 | 1 | -0/+199 |