summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* [lit] Change --show-{tests,suites} to exit after printing.Daniel Dunbar2013-08-08
* [lit] Remove --repeat option, which wasn't that useful.Daniel Dunbar2013-08-08
* [lit] Eliminate some nested imports.Daniel Dunbar2013-08-08
* [lit] Remove on_clone member, which is no longer used.Daniel Dunbar2013-08-08
* [lit] Remove unnecessary list copy.Daniel Dunbar2013-08-07
* [lit] Always list individual UNRESOLVED tests.Daniel Dunbar2013-08-07
* [lit] Explicitly convert dict items() result to a list.Daniel Dunbar2013-08-07
* [lit] Make string encoding issues explicit.Daniel Dunbar2013-08-07
* [lit] Report the traceback when config import fails.Daniel Dunbar2013-08-07
* [lit] Avoid comparisons with None.Daniel Dunbar2013-08-07
* [lit] Use list comprehensions instead of map().Daniel Dunbar2013-08-07
* [lit] Avoid deprecated dict.has_key() method.Daniel Dunbar2013-08-07
* lit/LitConfig.py: Fixup for msys bash.NAKAMURA Takumi2013-08-07
* Lit: Fixup in r187886.NAKAMURA Takumi2013-08-07
* Lit: Resurrect --no-execute dropped in r187852.NAKAMURA Takumi2013-08-07
* [lit] Use py2&3 compatible exec() syntax.Daniel Dunbar2013-08-07
* [lit] Use newer StringIO class.Daniel Dunbar2013-08-07
* [lit] Use modern absolute/relative import style.Daniel Dunbar2013-08-07
* [lit] Avoid __cmp__ and cmp().Daniel Dunbar2013-08-07
* [lit] Avoid use of iterator .next() method.Daniel Dunbar2013-08-07
* [lit] Use .write() methods instead of print statement.Daniel Dunbar2013-08-07
* [lit] Use dual-compatible print() syntax where possible.Daniel Dunbar2013-08-07
* [lit] Remove use of deprecated parameter tuple unpacking.Daniel Dunbar2013-08-07
* [lit] Remove uses of deprecated except syntax.Daniel Dunbar2013-08-07
* [lit] Use more modern syntax for constructing exceptions.Daniel Dunbar2013-08-07
* [lit] Drop --no-execute, which isn't generally useful.Daniel Dunbar2013-08-07
* [lit] tests: Change discovery test to use --show-tests.Daniel Dunbar2013-08-07
* [lit] Add a --show-tests option.Daniel Dunbar2013-08-07
* [lit] Remove dead ignoreStdError argument.Daniel Dunbar2013-08-07
* Remove some std stream usage from Support and TableGenReid Kleckner2013-08-06
* Fix handling of CHECK-DAG combined with CHECK-NOTTim Northover2013-08-02
* Moving definition of MnemonicContainsDot field from class Instruction to clas...Vladimir Medic2013-08-01
* Option parsing: remove non-SUPPORT_ALIASARGS fall-backHans Wennborg2013-07-31
* Option parsing: add support for alias arguments.Hans Wennborg2013-07-31
* comment typo.Andrew Trick2013-07-31
* Revert "TableGen: Enumerate Schedule Model too."Tom Stellard2013-07-31
* TableGen: Enumerate Schedule Model too.Vincent Lejeune2013-07-31
* Fix register pressure tables on ARM.Andrew Trick2013-07-31
* Add tracing to the tblgen register pressure table generator.Andrew Trick2013-07-31
* Remove use of sprintf added to X86 disassembler tablegen code. Send message w...Craig Topper2013-07-28
* fixed compilation issueElena Demikhovsky2013-07-28
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-28
* Move the default back to pipefail. I accidentally reverted it before.Rafael Espindola2013-07-26
* Propagate pipefail when cloning.Rafael Espindola2013-07-26
* Use pipefail when available.Rafael Espindola2013-07-26
* Using a different loop induction variable than the enclosing scope. No funct...Aaron Ballman2013-07-25
* Fix a bug in TableGen where the intrinsic function name recognizer could mis-...Justin Holewinski2013-07-25
* RegPressure: Order the "pressure sets" by number of regunits per set.Andrew Trick2013-07-25
* Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-24
* Remove 'else' after 'return'. No functional change.Craig Topper2013-07-23