summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2017-04-07[lit] Try using process pools by default againReid Kleckner
2017-04-06[lit] Implement timeouts and max_time for process pool testingReid Kleckner
2017-04-05[lit] Revert to old execution strategy while I debug these pickling errorsReid Kleckner
2017-04-05[lit] Use Python 3 style print to satisfy some botsReid Kleckner
2017-04-05[lit] Use process pools for test execution by defaultReid Kleckner
2017-04-05[globalisel][tablegen] Fix patterns involving multiple ComplexPatterns.Daniel Sanders
2017-04-04[lit] Add a minimum export implementation.Rafael Espindola
2017-04-04[globalisel][tablegen] Fix non-determinism introduced in r299430.Daniel Sanders
2017-04-04[globalisel][tablegen] Try to make MSVC happy with r299430Daniel Sanders
2017-04-04[tablegen][globalisel] Add support for nested instruction matching.Daniel Sanders
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