summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2017-09-27Use const where possible. NFCI.Simon Pilgrim
2017-09-26Tidyup P->getComplexPatternInfo call by moving it inside if( != NULL) test. N...Simon Pilgrim
2017-09-22[TableGen] Replace InfoByHwMode::getAsString with writeToStreamKrzysztof Parzyszek
2017-09-22Remove trailing whitespace. NFCI.Simon Pilgrim
2017-09-22Revert "[TableGen] Replace InfoByHwMode::getAsString with writeToStream"Krzysztof Parzyszek
2017-09-22[TableGen] Replace InfoByHwMode::getAsString with writeToStreamKrzysztof Parzyszek
2017-09-22[TableGen] Return StringRef from ValueTypeByHwMode::getMVTNameSimon Pilgrim
2017-09-21Resubmit "[lit] Refactor out some more common lit configuration code."Zachary Turner
2017-09-21Revert "[lit] Refactor out some more common lit configuration code."Zachary Turner
2017-09-21[lit] Refactor out some more common lit configuration code.Zachary Turner
2017-09-21[lit] Actually do normalize the case of files in the config map.Zachary Turner
2017-09-21[lit] Don't norm case when inserting into the config map.Zachary Turner
2017-09-21[lit] Add a test for the builtin config map.Zachary Turner
2017-09-21[TableGen] Tidy up CodeGenRegistersJaved Absar
2017-09-21[TableGen] Use CHAR_BIT instead of hardcoded 8 with sizeof. NFCCraig Topper
2017-09-21[TableGen] Include StringMap.h instead of StringSet.h since that's the data s...Craig Topper
2017-09-21[lit/Win] Check if a path was found before attempting to use it.David L. Jones
2017-09-21[lit] Make lit support config files with .py extension.Zachary Turner
2017-09-20[lit] Undo the patch to stop writing pyc files.Zachary Turner
2017-09-20[TableGen] Some optimizations to TableGen.Zachary Turner
2017-09-20[lit] Reverse path list when updating environment vars.Zachary Turner
2017-09-19Make lit stop writing pyc files.Zachary Turner
2017-09-19[TableGen] Generate formatted DAGISelEmitter without relying on formatted_raw...Craig Topper
2017-09-19Recommit r313647 now that GCC seems to accept the offeringKrzysztof Parzyszek
2017-09-19Revert "Improve TableGen performance of -gen-dag-isel (motivated by X86 backe...Krzysztof Parzyszek
2017-09-19Move "(void)variable" closer to the assertion that uses it, NFCKrzysztof Parzyszek
2017-09-19Improve TableGen performance of -gen-dag-isel (motivated by X86 backend)Krzysztof Parzyszek
2017-09-19[globalisel] Add support for intrinsic_w_chain.Daniel Sanders
2017-09-18[lit] Use realpath when adding to the config map.Zachary Turner
2017-09-18Fix inverted regex search.Zachary Turner
2017-09-18[lit] Fix a Python 3 compatibility issue.Zachary Turner
2017-09-18[lit] Update clang and lld to use new config helpers.Zachary Turner
2017-09-17Remove uses of deprecated std::not1.Benjamin Kramer
2017-09-16Try to fix some failing bots.Zachary Turner
2017-09-16Resubmit "Add a shared llvm.lit module that all test suites can use."Zachary Turner
2017-09-16[lit] Fix some Python 3 compatibility issues.Zachary Turner
2017-09-16[lit] Fix the lit unit tests.Zachary Turner
2017-09-16[lit] Add a single process mode.Zachary Turner
2017-09-16[git] Update the llvm git helper script to work correctly with theChandler Carruth
2017-09-16Revert lit changes related to lit.llvm module.Zachary Turner
2017-09-16[lit] Fix another Python 3 error.Zachary Turner
2017-09-16[lit] Better check for integral value.Zachary Turner
2017-09-16Resubmit "[lit] Add a lit.llvm module that all llvm projects can use"Zachary Turner
2017-09-15Resubmit "[lit] Force site configs to run before source-tree configs"Zachary Turner
2017-09-15Fix selecting legal types in TypeInfer::getLegalTypesKrzysztof Parzyszek
2017-09-15Added optional validation of svn sources to Dockerfiles.Ilya Biryukov
2017-09-15Revert "[lit] Force site configs to run before source-tree configs"Zachary Turner
2017-09-15merge-request.sh: Update to use new "Fixed by Commit(s)" fieldTom Stellard
2017-09-15[lit] Revert "Add a lit.llvm module that all llvm projects can use"Zachary Turner
2017-09-15[lit] Remove some code that I forgot to remove.Zachary Turner