summaryrefslogtreecommitdiffstats
path: root/llvm/utils/UpdateTestChecks
Commit message (Expand)AuthorAgeFilesLines
* [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
* [UpdateTestChecks] Add update_analyze_test_checks.py for cost model analysis ...Simon Pilgrim2018-04-062-6/+22
* [UpdateTestChecks] Moved core functionality of add_asm_checks into add_checksSimon Pilgrim2018-04-052-27/+13
* [UpdateTestChecks] Split core functionality of add_ir_checks into add_checksSimon Pilgrim2018-04-051-7/+13
* [UpdateTestChecks] Make add_asm_checks more like add_ir_checksSimon Pilgrim2018-04-051-5/+8
* [UpdateTestChecks] Remove unnecessary return from add_ir_checksSimon Pilgrim2018-04-051-1/+0
* [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
* [UpdateTestChecks] Handle IR variables with a '-' in the nameAlexander Richardson2018-03-141-1/+2
* Fix LLVM IR check lines in utils/update_cc_test_checks.pyFangrui Song2018-03-141-6/+9
* [utils] Add utils/update_cc_test_checks.pyFangrui Song2018-03-022-3/+9
* update_mir_test_checks: Use the regexes from UpdateTestChecks.commonJustin Bogner2018-02-281-5/+6
* [utils] Refactor utils/update_{,llc_}test_checks.py to share more codeFangrui Song2018-02-102-14/+185
* Make utils/UpdateTestChecks/common.py Python 2/3 compatible and fix print sta...Fangrui Song2018-02-021-6/+9
* [utils] De-duplicate utils/update_{llc_,}test_checks.pyFangrui Song2018-01-303-0/+264
OpenPOWER on IntegriCloud