summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2017-03-07Revert r297177: Change LLT constructor string into an LLT-based object ...Daniel Sanders
2017-03-07[globalisel] Change LLT constructor string into an LLT-based object that know...Daniel Sanders
2017-03-07[X86] Quick fix for build bot failure (r297127) due to unused variable.Ayman Musa
2017-03-07[X86][AVX512] Adding new LLVM TableGen backend which generates the EVEX2VEX c...Ayman Musa
2017-03-06[TableGen] Ensure proper ordering of subtarget feature namesKrzysztof Parzyszek
2017-03-06Revert r297039, it's causing some mysterious buildbot failuresKrzysztof Parzyszek
2017-03-06[opt-diff] Fix the case when the script is invoked with directoriesAdam Nemet
2017-03-06[TableGen] Ensure proper ordering of subtarget feature namesKrzysztof Parzyszek
2017-03-04Fix bug in bisect-skip-count not using passed-in argumentsDaniel Berlin
2017-03-03Teach lit to expand glob expressions.Zachary Turner
2017-03-02New tool: opt-diff.pyAdam Nemet
2017-03-02[opt-viewer] Treat remarks with different attributes as differentAdam Nemet
2017-03-02[opt-viewer] Don't use __getattr__ for missing YAML attributesAdam Nemet
2017-03-02[opt-viewer] Sort entries with identical hotness by source lineAdam Nemet
2017-03-01New tool: opt-stats.pyAdam Nemet
2017-03-01[opt-viewer] Suggest installing the faster parser (libYAML)Adam Nemet
2017-02-28[opt-viewer] Handle column number 0Adam Nemet
2017-02-28This script was meant to be committed with the DebugCounter changes.Daniel Berlin
2017-02-24[utils] allow auto-generation of checks for thumb triplesSanjay Patel
2017-02-24Fixed IntOperandMatcher::emitCxxPredicateExpr argumentsSimon Pilgrim
2017-02-24[globalisel] Decouple src pattern operands from dst pattern operands.Daniel Sanders
2017-02-24Fix missing call to base class constructor in r296121.Daniel Sanders
2017-02-24[globalisel] Sort RuleMatchers by priority.Daniel Sanders
2017-02-24Add some testcases for bitfields with illegal widths.Eli Friedman
2017-02-21tablegen: Fix android buildPavel Labath
2017-02-21Add a wrapper around copy_if in STLExtras; NFCSanjoy Das
2017-02-20[globalisel] OperandPredicateMatcher's shouldn't need to generate the Machine...Daniel Sanders
2017-02-20[globalisel] Separate the SelectionDAG importer from the emitter. NFCDaniel Sanders
2017-02-20[X86][AVX] Extend hasVEX_WPrefix bit to accept WIG value (W Ignore) + update ...Ayman Musa
2017-02-18[TableGen] Make sure EnforceSameSize populates the type sets if necessary.Craig Topper
2017-02-18opt-viewer: Fix syntax highlightingBrian Cain
2017-02-14[Tablegen] Instrumenting table gen DAGGenISelDAGAditya Nandakumar
2017-02-14[opt-viewer] For single-process, fall back on map instead of Pool.mapAdam Nemet
2017-02-10vim: add `returned` keywordSaleem Abdulrasool
2017-02-10opt-viewer: fix HtmlFormatter encodingAdam Nemet
2017-02-10[GlobalISel] Return an Expected<RuleMatcher> for each SDAG pattern. NFC.Ahmed Bougacha
2017-02-10[TableGen][AsmWriterEmitter] Use a deterministic order to sort InstrAliasesQuentin Colombet
2017-02-10[CMake] Fix pthread handling for out-of-tree buildsEric Fiselier
2017-02-09[utils] coverage: Add help text about the --restrict flag (NFC)Vedant Kumar
2017-02-09[GlobalISel] Simplify StringRef parameters. NFC.Ahmed Bougacha
2017-02-08Revert r294437 as it broke an asan buildbot.Amara Emerson
2017-02-08build_llvm_package.bat: Build teh clang-format plugin separatelyHans Wennborg
2017-02-08[AArch64][TableGen] Skip tied result operands for InstAliasAmara Emerson
2017-02-08Move mnemonicIsValid to Mips target.Craig Topper
2017-02-06[TableGen] Use less stack in DAGISelMatcherOptJon Chesterfield
2017-02-04Add lld to the test-release.sh scriptDimitry Andric
2017-02-04[GlobalISel] Add a few comments to the tablegen backend. NFC.Ahmed Bougacha
2017-02-04[GlobalISel] Print the matched patterns using an action.Ahmed Bougacha
2017-02-04[GlobalISel] Separate matchers with newlines in emitted selector. NFC.Ahmed Bougacha
2017-02-03[globalisel] Fix missing break.Daniel Sanders