aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2017-10-14Revert "lit.py: Add new %{shared_output(LABEL)} substitution"Jordan Rose
2017-10-14lit.py: Give up and disable the new shared-output.py test on WindowsJordan Rose
2017-10-14lit.py: Previous test fix was a red herring; backslashes are escapesJordan Rose
2017-10-14[globalisel][tablegen] Simplify named operand/operator lookups and fix a wron...Daniel Sanders
2017-10-14lit.py: Fix new test harder for systems that don't use / as os.path.sepJordan Rose
2017-10-13lit.py: Fix new test for systems that don't use / as os.path.sepJordan Rose
2017-10-13[globalisel][tablegen] Fix a use-after free bug that manifests on non-macOS m...Daniel Sanders
2017-10-13[globalisel][tablegen] Add support for fpimm and import of APInt/APFloat base...Daniel Sanders
2017-10-13[aarch64] Support APInt and APFloat in ImmLeaf subclasses and make AArch64 us...Daniel Sanders
2017-10-13Revert r315148 [TableGen] Avoid unnecessary std::string creationsDaniel Sanders
2017-10-13[TableGen] : Simplify RegisterInfoEmitterJaved Absar
2017-10-13lit.py: Add new %{shared_output(LABEL)} substitutionJordan Rose
2017-10-12[lit] Raise the logic for enabling clang & lld substitutions to llvm.Zachary Turner
2017-10-12[TableGen] Allow intrinsics to have up to 8 return values.Artem Belevich
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-10-12[AsmParser] Suppress compile warning for targets with no register diagsOliver Stannard
2017-10-11Revert "[ADT] Make Twine's copy constructor private."Zachary Turner
2017-10-11[ADT] Make Twine's copy constructor private.Zachary Turner
2017-10-11[TableGen] Tidy up CodeGenSchedule.cppJaved Absar
2017-10-11[Asm] Add debug tracing in table-generated assembly matcherOliver Stannard
2017-10-10[lit] Only enable LSan on darwin when clang supports itFrancis Ricci
2017-10-10[TableGen] Convert VarDef to range_loop. NFC.Javed Absar
2017-10-10[AsmParser] Add DiagnosticString to register classes in tablegenOliver Stannard
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