| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing include | Craig Topper | 2013-08-28 | 1 | -0/+1 |
* | Revert "Option parsing: support case-insensitive option matching." as it brok... | Rui Ueyama | 2013-08-28 | 1 | -14/+16 |
* | Option parsing: support case-insensitive option matching. | Rui Ueyama | 2013-08-27 | 1 | -16/+14 |
* | Add function attribute 'optnone'. | Andrea Di Biagio | 2013-08-23 | 2 | -1/+2 |
* | Add an OtherPreserved field to the CalleeSaved TableGen class. | Jakob Stoklund Olesen | 2013-08-23 | 1 | -1/+13 |
* | AVX-512: Added masked SHIFT commands, more encoding tests | Elena Demikhovsky | 2013-08-22 | 1 | -17/+23 |
* | ARM: use TableGen patterns to select CMOV operations. | Tim Northover | 2013-08-22 | 2 | -3/+3 |
* | Remove llvm-lit from the cmake install target. | Hans Wennborg | 2013-08-22 | 1 | -8/+0 |
* | [lit] Fix a couple lingering Py3 compat issues in ProgressBar. | Daniel Dunbar | 2013-08-21 | 1 | -4/+12 |
* | [lit] Lift XFAIL handling to core infrastructure. | Daniel Dunbar | 2013-08-21 | 3 | -36/+48 |
* | [lit] Allow formats to return lit.Test.Result instances directly. | Daniel Dunbar | 2013-08-21 | 2 | -10/+21 |
* | [lit] Factor out a separate Test.Result() object. | Daniel Dunbar | 2013-08-21 | 2 | -33/+40 |
* | [lit] Simplify --time-tests code. | Daniel Dunbar | 2013-08-21 | 1 | -11/+5 |
* | [lit] Extract TestFormat base class, for future use. | Daniel Dunbar | 2013-08-21 | 4 | -10/+10 |
* | [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 |