| Commit message (Expand) | Author | Age | Files | Lines |
* | [lit] Rewrite TODO list, and elaborate on some things. | Daniel Dunbar | 2013-08-16 | 1 | -12/+129 |
* | FileCheck: Fix stray quote in CHECK-LABEL error message. | Stephen Lin | 2013-08-16 | 1 | -1/+1 |
* | Fixing a warning about control reaching the end of a non-void function. | Aaron Ballman | 2013-08-16 | 1 | -0/+1 |
* | [lit] Remove some done TODOs. | Daniel Dunbar | 2013-08-15 | 1 | -4/+0 |
* | [llvm-build] Make Py3 compatible. | Daniel Dunbar | 2013-08-14 | 4 | -102/+117 |
* | [lit] Add test coverage of gtest format. | Daniel Dunbar | 2013-08-14 | 3 | -0/+57 |
* | [lit] Ensure test output is converted to strings where possible. | Daniel Dunbar | 2013-08-14 | 7 | -4/+63 |
* | [lit] Support parsing scripts with inconsistent or invalid encodings. | Daniel Dunbar | 2013-08-14 | 2 | -12/+48 |
* | Revert r188376, "[lit] Support parsing scripts with inconsistent or invalid e... | Daniel Dunbar | 2013-08-14 | 2 | -45/+12 |
* | [lit] Support parsing scripts with inconsistent or invalid encodings. | Daniel Dunbar | 2013-08-14 | 2 | -12/+45 |
* | [lit] Fix a relative import issue I missed earlier. | Daniel Dunbar | 2013-08-14 | 1 | -2/+4 |
* | [lit] Avoid StringIO. | Daniel Dunbar | 2013-08-14 | 1 | -19/+25 |
* | [lit] Fix tests to execute lit with same python as invoked with. | Daniel Dunbar | 2013-08-14 | 3 | -3/+6 |
* | [lit] Factor ShTest format script command parsing from other processing. | Daniel Dunbar | 2013-08-14 | 1 | -17/+32 |
* | [lit] Move executeCommand() into lit.util. | Daniel Dunbar | 2013-08-14 | 4 | -23/+23 |
* | [lit] Move formats into their own subpackage. | Daniel Dunbar | 2013-08-14 | 4 | -117/+130 |
* | Lit: Introduce "%/[STpst] into parseIntegratedTestScript(), to normalize subs... | NAKAMURA Takumi | 2013-08-14 | 1 | -0/+9 |
* | [Mips][msa] Value types for MSA support. | Jack Carter | 2013-08-13 | 1 | -0/+1 |
* | [lit] Support use of setup.py from other directories. | Daniel Dunbar | 2013-08-13 | 1 | -1/+8 |
* | [FileCheck] Fix a bug that cause FileCheck to misidentify check-prefix | Rui Ueyama | 2013-08-12 | 1 | -2/+26 |
* | Revert r188164: Stablize MCK_Reg ordering in AsmMatcherEmitter | Richard Sandiford | 2013-08-12 | 1 | -21/+19 |
* | Stablize MCK_Reg ordering in AsmMatcherEmitter | Richard Sandiford | 2013-08-12 | 1 | -19/+21 |
* | [lit] Remove old ExamplesTests directory. | Daniel Dunbar | 2013-08-09 | 23 | -262/+0 |
* | [lit] Move ManyTests examples to lit/examples/many-tests. | Daniel Dunbar | 2013-08-09 | 3 | -1/+18 |
* | [lit] Drop deprecated aliases for lit and old module names. | Daniel Dunbar | 2013-08-09 | 3 | -14/+0 |
* | [lit] Update lit's own tests to use lit_config and lit package, as appropriate. | Daniel Dunbar | 2013-08-09 | 11 | -4/+15 |
* | [lit] Fix typo. | Daniel Dunbar | 2013-08-09 | 1 | -1/+1 |
* | [lit] Rename lit.{TestFormats,Util} to their aliased names {formats,util}. | Daniel Dunbar | 2013-08-09 | 7 | -20/+24 |
* | [lit] Inject the lit specific config object as 'lit_config' when loading conf... | Daniel Dunbar | 2013-08-09 | 1 | -0/+1 |
* | [lit] Split TestingConfig.frompath() into separate ctor and load methods. | Daniel Dunbar | 2013-08-09 | 3 | -51/+58 |
* | [lit] Eliminate mustExist parameter from TestingConfig.frompath(). | Daniel Dunbar | 2013-08-09 | 3 | -37/+34 |
* | [lit] Only create config copies when a local config file is present. | Daniel Dunbar | 2013-08-09 | 2 | -5/+12 |
* | [lit] Eliminate parent argument from TestingConfig.frompath(), which is effec... | Daniel Dunbar | 2013-08-09 | 3 | -6/+12 |
* | [lit] Change --show-{tests,suites} to exit after printing. | Daniel Dunbar | 2013-08-08 | 2 | -11/+9 |
* | [lit] Remove --repeat option, which wasn't that useful. | Daniel Dunbar | 2013-08-08 | 3 | -18/+0 |
* | [lit] Eliminate some nested imports. | Daniel Dunbar | 2013-08-08 | 4 | -13/+8 |
* | [lit] Remove on_clone member, which is no longer used. | Daniel Dunbar | 2013-08-08 | 1 | -12/+7 |
* | [lit] Remove unnecessary list copy. | Daniel Dunbar | 2013-08-07 | 1 | -1/+1 |
* | [lit] Always list individual UNRESOLVED tests. | Daniel Dunbar | 2013-08-07 | 1 | -2/+3 |
* | [lit] Explicitly convert dict items() result to a list. | Daniel Dunbar | 2013-08-07 | 1 | -1/+1 |
* | [lit] Make string encoding issues explicit. | Daniel Dunbar | 2013-08-07 | 2 | -1/+6 |
* | [lit] Report the traceback when config import fails. | Daniel Dunbar | 2013-08-07 | 1 | -0/+5 |
* | [lit] Avoid comparisons with None. | Daniel Dunbar | 2013-08-07 | 1 | -1/+3 |
* | [lit] Use list comprehensions instead of map(). | Daniel Dunbar | 2013-08-07 | 3 | -3/+4 |
* | [lit] Avoid deprecated dict.has_key() method. | Daniel Dunbar | 2013-08-07 | 1 | -2/+2 |
* | lit/LitConfig.py: Fixup for msys bash. | NAKAMURA Takumi | 2013-08-07 | 1 | -1/+1 |
* | Lit: Fixup in r187886. | NAKAMURA Takumi | 2013-08-07 | 1 | -1/+1 |
* | Lit: Resurrect --no-execute dropped in r187852. | NAKAMURA Takumi | 2013-08-07 | 5 | -1/+14 |
* | [lit] Use py2&3 compatible exec() syntax. | Daniel Dunbar | 2013-08-07 | 1 | -1/+7 |
* | [lit] Use newer StringIO class. | Daniel Dunbar | 2013-08-07 | 1 | -17/+19 |