summaryrefslogtreecommitdiff
path: root/utils/UpdateTestChecks
AgeCommit message (Expand)Author
2018-07-23Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...Reid Kleckner
2018-07-13[UpdateTestChecks] Teach the x86 asm parser to skip over the functionChandler Carruth
2018-06-28Revert "Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC ...Jonas Devlieghere
2018-06-25Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...Reid Kleckner
2018-06-21Revert r335297 "[X86] Implement more of x86-64 large and medium PIC code models"Reid Kleckner
2018-06-21[X86] Implement more of x86-64 large and medium PIC code modelsReid Kleckner
2018-06-11[Utils] update_llc_test_checks.py: support AMDGPU backend: AMDGCN, r600 triplesRoman Lebedev
2018-06-01[Utils][X86] Help update_llc_test_checks.py to recognise retl/retq to reduce ...Simon Pilgrim
2018-04-20[utils] improve AArch64 asm parserSanjay Patel
2018-04-20Add SPARC support to update_llc_test_checks.pyDaniel Cederman
2018-04-06[UpdateTestChecks] Add update_analyze_test_checks.py for cost model analysis ...Simon Pilgrim
2018-04-05[UpdateTestChecks] Moved core functionality of add_asm_checks into add_checksSimon Pilgrim
2018-04-05[UpdateTestChecks] Split core functionality of add_ir_checks into add_checksSimon Pilgrim
2018-04-05[UpdateTestChecks] Make add_asm_checks more like add_ir_checksSimon Pilgrim
2018-04-05[UpdateTestChecks] Remove unnecessary return from add_ir_checksSimon Pilgrim
2018-04-03[x86] Fix a pretty obvious think-o with my asm scrubbing. You have to inChandler Carruth
2018-04-03[x86] Extend my goofy SP offset scrubbing for llc test cases to actuallyChandler Carruth
2018-03-14[UpdateTestChecks] Handle IR variables with a '-' in the nameAlexander Richardson
2018-03-14Fix LLVM IR check lines in utils/update_cc_test_checks.pyFangrui Song
2018-03-02[utils] Add utils/update_cc_test_checks.pyFangrui Song
2018-02-28update_mir_test_checks: Use the regexes from UpdateTestChecks.commonJustin Bogner
2018-02-10[utils] Refactor utils/update_{,llc_}test_checks.py to share more codeFangrui Song
2018-02-02Make utils/UpdateTestChecks/common.py Python 2/3 compatible and fix print sta...Fangrui Song
2018-01-30[utils] De-duplicate utils/update_{llc_,}test_checks.pyFangrui Song