aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* lit/LitConfig.py: Fixup for msys bash.NAKAMURA Takumi2013-08-071-1/+1
* Lit: Fixup in r187886.NAKAMURA Takumi2013-08-071-1/+1
* Lit: Resurrect --no-execute dropped in r187852.NAKAMURA Takumi2013-08-075-1/+14
* [lit] Use py2&3 compatible exec() syntax.Daniel Dunbar2013-08-071-1/+7
* [lit] Use newer StringIO class.Daniel Dunbar2013-08-071-17/+19
* [lit] Use modern absolute/relative import style.Daniel Dunbar2013-08-076-76/+84
* [lit] Avoid __cmp__ and cmp().Daniel Dunbar2013-08-071-12/+12
* [lit] Avoid use of iterator .next() method.Daniel Dunbar2013-08-072-12/+10
* [lit] Use .write() methods instead of print statement.Daniel Dunbar2013-08-076-27/+26
* [lit] Use dual-compatible print() syntax where possible.Daniel Dunbar2013-08-072-33/+31
* [lit] Remove use of deprecated parameter tuple unpacking.Daniel Dunbar2013-08-072-3/+3
* [lit] Remove uses of deprecated except syntax.Daniel Dunbar2013-08-073-4/+7
* [lit] Use more modern syntax for constructing exceptions.Daniel Dunbar2013-08-073-10/+13
* [lit] Drop --no-execute, which isn't generally useful.Daniel Dunbar2013-08-075-14/+1
* [lit] tests: Change discovery test to use --show-tests.Daniel Dunbar2013-08-071-25/+31
* [lit] Add a --show-tests option.Daniel Dunbar2013-08-071-7/+21
* [lit] Remove dead ignoreStdError argument.Daniel Dunbar2013-08-073-5/+1
* Remove some std stream usage from Support and TableGenReid Kleckner2013-08-061-1/+2
* Fix handling of CHECK-DAG combined with CHECK-NOTTim Northover2013-08-021-2/+1
* Moving definition of MnemonicContainsDot field from class Instruction to clas...Vladimir Medic2013-08-011-2/+1
* Option parsing: remove non-SUPPORT_ALIASARGS fall-backHans Wennborg2013-07-311-14/+2
* Option parsing: add support for alias arguments.Hans Wennborg2013-07-311-3/+30
* comment typo.Andrew Trick2013-07-311-1/+1
* Revert "TableGen: Enumerate Schedule Model too."Tom Stellard2013-07-311-7/+0
* TableGen: Enumerate Schedule Model too.Vincent Lejeune2013-07-311-0/+7
* Fix register pressure tables on ARM.Andrew Trick2013-07-311-3/+31
* Add tracing to the tblgen register pressure table generator.Andrew Trick2013-07-311-7/+63
* Remove use of sprintf added to X86 disassembler tablegen code. Send message w...Craig Topper2013-07-281-4/+2
* fixed compilation issueElena Demikhovsky2013-07-281-0/+1
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-283-10/+261
* Move the default back to pipefail. I accidentally reverted it before.Rafael Espindola2013-07-261-1/+1
* Propagate pipefail when cloning.Rafael Espindola2013-07-261-4/+6
* Use pipefail when available.Rafael Espindola2013-07-263-3/+8
* Using a different loop induction variable than the enclosing scope. No funct...Aaron Ballman2013-07-251-2/+2
* Fix a bug in TableGen where the intrinsic function name recognizer could mis-...Justin Holewinski2013-07-251-0/+18
* RegPressure: Order the "pressure sets" by number of regunits per set.Andrew Trick2013-07-253-8/+53
* Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-241-38/+71
* Remove 'else' after 'return'. No functional change.Craig Topper2013-07-231-2/+1
* Remove trailing whitespace.Craig Topper2013-07-231-26/+26
* lit: Support cancellation on WindowsNico Rieck2013-07-191-0/+21
* Add a wrapper for open.Rafael Espindola2013-07-161-1/+1
* This patch allows targets to define weather the instruction mnemonics in asm ...Vladimir Medic2013-07-161-4/+7
* Teaching llvm-tblgen to not emit a switch statement when there are no case st...Aaron Ballman2013-07-153-53/+88
* Add 'const' qualifier to some arrays.Craig Topper2013-07-151-1/+1
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-143-4/+4
* Add new directive called CHECK-LABEL to FileCheck.Stephen Lin2013-07-121-29/+94
* Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis2013-07-121-6/+7
* Correct comment.Duncan Sands2013-07-101-1/+1
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-063-1/+15
* Add a --crash option to not.Rafael Espindola2013-07-051-2/+21