summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2017-03-31Rename variable.Rafael Espindola
2017-03-31Add a %basename substitution.Rafael Espindola
2017-03-31Use the current working directory in the glob expansionRafael Espindola
2017-03-31Spelling mistakes in comments. NFCI.Simon Pilgrim
2017-03-30Use os.path.realpath when tracking the cwd.Rafael Espindola
2017-03-30lit: support redirect from globsRafael Espindola
2017-03-30[globalisel][tablegen] Change Expected<bool> to Error and rename functions.Daniel Sanders
2017-03-29[tablegen][globalisel] Convert the SelectionDAG importer to a tree walking ap...Daniel Sanders
2017-03-29Remove unused argument.Rafael Espindola
2017-03-27Improve machine schedulers for in-order processorsJaved Absar
2017-03-27[TableGen] Print #nnn as a name of an non-native reg unit with id nnnKrzysztof Parzyszek
2017-03-27[tablegen] Use categories on options that only matter to one emitter.Daniel Sanders
2017-03-27[TableGen] Make CodeGenMapTable understand the namespace field of an instructionKarl-Johan Karlsson
2017-03-24Move spill size and alignment info from MC to TargetRegisterInfoKrzysztof Parzyszek
2017-03-24Revert r298652 on Quentin's requestKrzysztof Parzyszek
2017-03-24stable-merge-request.sh: Add a script for submitting merge requests via bugzillaTom Stellard
2017-03-24Another instance where GCC doesn't understand implicit construction of String...Benjamin Kramer
2017-03-24Make GCC happy again.Benjamin Kramer
2017-03-24Don't build up std::vectors with constant sizes when an array suffices.Benjamin Kramer
2017-03-23Move spill size and alignment info from MC to TargetRegisterInfoKrzysztof Parzyszek
2017-03-23[PPC] Add generated tests for all atomic operationsTim Shen
2017-03-22lit: remove python2-ismsBrian Gesiak
2017-03-21Rename AttributeSet to AttributeListReid Kleckner
2017-03-20GlobalISel: add implicit defs & uses when mutating an instruction.Tim Northover
2017-03-20Explicitly add move constructor/assignment operators.Zachary Turner
2017-03-20[tablegen][globalisel] Capture instructions into locals and related infrastru...Daniel Sanders
2017-03-17Add SystemZ to utils/update_llc_test_checks.py.Jonas Paulsson
2017-03-15Removed unnecessary semicolon. NFCI.Simon Pilgrim
2017-03-15Add GDB pretty-printer for llvm::Twine typeDavid Blaikie
2017-03-15[tablegen][globalisel] Trivial changes to reduce size of following patch. NFC.Daniel Sanders
2017-03-14[globalisel][tblgen] Add support for ComplexPatternsDaniel Sanders
2017-03-14Test commit.James Henderson
2017-03-13[SelectionDAG] Enhance SDTCisSameNumEltsAs to work with scalar types and use ...Craig Topper
2017-03-13[ADT] Improve the genericity of llvm::enumerate().Zachary Turner
2017-03-13Revert "[AVX-512] EVEX2VEX, don't reject intrinsic instructions when both hav...Craig Topper
2017-03-13[AVX-512] EVEX2VEX, don't reject intrinsic instructions when both have a memo...Craig Topper
2017-03-13[X86] Minor formatting tweaks in EVEX to VEX tables. NFCCraig Topper
2017-03-09[FileCheck] Added --enable-var-scope option to enable scope for regex variables.Artem Belevich
2017-03-09[SelectionDAG] Make SelectCode return voidJoey Gouly
2017-03-07Recommit: [globalisel] Change LLT constructor string into an LLT-based object...Daniel Sanders
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