aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2017-10-09Fix LLDB build for Android.Eugene Zemtsov
2017-10-09[globalisel] Add support for ValueType operands in patterns.Daniel Sanders
2017-10-09[TableGen] remove make_range where not necessaryJaved Absar
2017-10-08[TableGen] Simplify, add range_loop in CodeGenScheduleJaved Absar
2017-10-08[X86][TableGen] Recommitting the X86 memory folding tables TableGen backend w...Ayman Musa
2017-10-07[TableGen] Avoid repeated find calls in CodeGenDAGPatterns getters. NFCI.Simon Pilgrim
2017-10-07[TableGen] Avoid unnecessary std::string creationsSimon Pilgrim
2017-10-06[lit] Improve tool substitution in lit.Zachary Turner
2017-10-06Run pyformat on lit code.Zachary Turner
2017-10-06Strip trailing whitespaceSimon Pilgrim
2017-10-06[TableGen] Simplify SubtargetEmitterJaved Absar
2017-10-06[TableGen] : CodeGenInsrtuction modify to range loop. NFC.Javed Absar
2017-10-05[TablgeGen] : Tidy up CodeGenSchedule. NFC.Javed Absar
2017-10-04[test] Fix append_path in the empty caseFrancis Ricci
2017-10-03[AsmParser] Add DiagnosticString to AsmOperands in tablegenOliver Stannard
2017-10-03[Assembler] Report multiple near misses for invalid instructionsOliver Stannard
2017-10-01[lit] Fix running lit tests in unconfigured source dirMichal Gorny
2017-09-29[test] Enable LeakSanitizer on 64-bit Darwin ASan llvm buildsFrancis Ricci
2017-09-27Cleanup some problems with LLVM_ENABLE_DUMP in release builds, andDon Hinton
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