summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2017-12-13[Targets] Don't automatically include the scheduler class enum from *GenInstr...Craig Topper
2017-12-08Avoid constructing an out-of-range value for an enumeration (which results in...Richard Smith
2017-12-07[TableGen] Give the option of tolerating duplicate register namesAlex Bradbury
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-12-05Revert r319691: [globalisel][tablegen] Split atomic load/store into separate ...Daniel Sanders
2017-12-05Disable detect_leaks in the ASanified build of LLVM when using Apple LLVM. Th...Kuba Mracek
2017-12-04[globalisel][tablegen] Split atomic load/store into separate opcode and enabl...Daniel Sanders
2017-12-04[NFC][lit] Use proper semantic versioning names for variablesJonas Devlieghere
2017-12-04Revert r319649 - [Asm, ARM] Add fallback diag for multiple invalid operandsOliver Stannard
2017-12-04[Asm, ARM] Add fallback diag for multiple invalid operandsOliver Stannard
2017-12-03Fix typo in emitted attribute nameMatt Arsenault
2017-12-01Add more triples to llc_test_checks.pySam Parker
2017-12-01[lit] Don't enable LSan on Darwin for Apple clang 9.0.0Jonas Devlieghere
2017-12-01[lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands i...Ying Yi
2017-11-30[globalisel][tablegen] Add support for relative AtomicOrderingsDaniel Sanders
2017-11-30[globalisel][tablegen] Add support for specific immediates in the match patternDaniel Sanders
2017-11-29Add libstd++-4.8 exceptions to ubsan_blacklist.txtSam Clegg
2017-11-29Make check-lit tests respect LLVM_LIT_TOOLS_DIRGreg Bedwell
2017-11-28[globalisel][tablegen] Add support for importing G_ATOMIC_CMPXCHG, G_ATOMICRM...Daniel Sanders
2017-11-28lit: Bring back -Dtool=xxx feature lost in r313928Matthias Braun
2017-11-26[utils][mips] Add support for mips for update_llc_checks.pySimon Dardis
2017-11-23Reverted rL318911 since it broke the sanitizer-windows.Ying Yi
2017-11-23[lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands i...Ying Yi
2017-11-23Revert r318822 "[llvm-tblgen] - Stop using std::string in RecordKeeper."George Rimar
2017-11-22[llvm-tblgen] - Stop using std::string in RecordKeeper.George Rimar
2017-11-22[SelectionDAG] Add a isel matcher op to check the type of node results other ...Craig Topper
2017-11-21[TableGen] Improve error reportingEvandro Menezes
2017-11-21[Asm] Improve "too few operands" errorsOliver Stannard
2017-11-21[Asm] Finish matching once end of formal and actual lists reached (NFC)Oliver Stannard
2017-11-21Revert r318759 due to make check-all failure on WindowsSander de Smalen
2017-11-21[TableGen] AsmMatcher: Fix bug with reported diagnostic for operand.Sander de Smalen
2017-11-21Re-revert "Refactor debuginfo-tests."Zachary Turner
2017-11-20Resubmit "Refactor debuginfo-tests" again.Zachary Turner
2017-11-20[AArch64][TableGen] Skip tied result operands for InstAliasSander de Smalen
2017-11-19[LIT] Fix testing out-of-tree Clang buildsEric Fiselier
2017-11-18[globalisel][tablegen] Generalize pointer-type inference by introducing ptype...Daniel Sanders
2017-11-17[lit] Try to improve Ctrl-C behavior on WindowsReid Kleckner
2017-11-17Fix an issue with llvm lit tool substitutions.Zachary Turner
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-17Re-revert "Refactor debuginfo-tests"Zachary Turner
2017-11-16Resubmit "Refactor debuginfo-tests"Zachary Turner
2017-11-16[globalisel][tablegen] Generate rule coverage and use it to identify untested...Daniel Sanders
2017-11-14[Docs] Add tablegen backend for target opcode documentationOliver Stannard
2017-11-13Revert "Update test_debuginfo.pl script to point to new tree location."Zachary Turner
2017-11-13[tablegen] Handle atomic predicates for ordering inside tablegen. NFC.Daniel Sanders
2017-11-13[tablegen] Handle atomic predicates for memory type inside tablegen. NFC.Daniel Sanders
2017-11-13[globalisel][tablegen] Add support for extload.Daniel Sanders
2017-11-13fix printing of alias instructions by removing redundant spacingPetar Jovanovic
2017-11-11[globalisel][tablegen] Import signextload and zeroextload.Daniel Sanders
2017-11-10Update test_debuginfo.pl script to point to new tree location.Zachary Turner