summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
...
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-27
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-23
* Add an OtherPreserved field to the CalleeSaved TableGen class.Jakob Stoklund Olesen2013-08-23
* AVX-512: Added masked SHIFT commands, more encoding testsElena Demikhovsky2013-08-22
* ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-22
* Remove llvm-lit from the cmake install target.Hans Wennborg2013-08-22
* [lit] Fix a couple lingering Py3 compat issues in ProgressBar.Daniel Dunbar2013-08-21
* [lit] Lift XFAIL handling to core infrastructure.Daniel Dunbar2013-08-21
* [lit] Allow formats to return lit.Test.Result instances directly.Daniel Dunbar2013-08-21
* [lit] Factor out a separate Test.Result() object.Daniel Dunbar2013-08-21
* [lit] Simplify --time-tests code.Daniel Dunbar2013-08-21
* [lit] Extract TestFormat base class, for future use.Daniel Dunbar2013-08-21
* [lit] Rewrite TODO list, and elaborate on some things.Daniel Dunbar2013-08-16
* FileCheck: Fix stray quote in CHECK-LABEL error message.Stephen Lin2013-08-16
* Fixing a warning about control reaching the end of a non-void function.Aaron Ballman2013-08-16
* [lit] Remove some done TODOs.Daniel Dunbar2013-08-15
* [llvm-build] Make Py3 compatible.Daniel Dunbar2013-08-14
* [lit] Add test coverage of gtest format.Daniel Dunbar2013-08-14
* [lit] Ensure test output is converted to strings where possible.Daniel Dunbar2013-08-14
* [lit] Support parsing scripts with inconsistent or invalid encodings.Daniel Dunbar2013-08-14
* Revert r188376, "[lit] Support parsing scripts with inconsistent or invalid e...Daniel Dunbar2013-08-14
* [lit] Support parsing scripts with inconsistent or invalid encodings.Daniel Dunbar2013-08-14
* [lit] Fix a relative import issue I missed earlier.Daniel Dunbar2013-08-14
* [lit] Avoid StringIO.Daniel Dunbar2013-08-14
* [lit] Fix tests to execute lit with same python as invoked with.Daniel Dunbar2013-08-14
* [lit] Factor ShTest format script command parsing from other processing.Daniel Dunbar2013-08-14
* [lit] Move executeCommand() into lit.util.Daniel Dunbar2013-08-14
* [lit] Move formats into their own subpackage.Daniel Dunbar2013-08-14
* Lit: Introduce "%/[STpst] into parseIntegratedTestScript(), to normalize subs...NAKAMURA Takumi2013-08-14
* [Mips][msa] Value types for MSA support.Jack Carter2013-08-13
* [lit] Support use of setup.py from other directories.Daniel Dunbar2013-08-13
* [FileCheck] Fix a bug that cause FileCheck to misidentify check-prefixRui Ueyama2013-08-12
* Revert r188164: Stablize MCK_Reg ordering in AsmMatcherEmitterRichard Sandiford2013-08-12
* Stablize MCK_Reg ordering in AsmMatcherEmitterRichard Sandiford2013-08-12
* [lit] Remove old ExamplesTests directory.Daniel Dunbar2013-08-09
* [lit] Move ManyTests examples to lit/examples/many-tests.Daniel Dunbar2013-08-09
* [lit] Drop deprecated aliases for lit and old module names.Daniel Dunbar2013-08-09
* [lit] Update lit's own tests to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-09
* [lit] Fix typo.Daniel Dunbar2013-08-09
* [lit] Rename lit.{TestFormats,Util} to their aliased names {formats,util}.Daniel Dunbar2013-08-09
* [lit] Inject the lit specific config object as 'lit_config' when loading conf...Daniel Dunbar2013-08-09
* [lit] Split TestingConfig.frompath() into separate ctor and load methods.Daniel Dunbar2013-08-09
* [lit] Eliminate mustExist parameter from TestingConfig.frompath().Daniel Dunbar2013-08-09
* [lit] Only create config copies when a local config file is present.Daniel Dunbar2013-08-09
* [lit] Eliminate parent argument from TestingConfig.frompath(), which is effec...Daniel Dunbar2013-08-09
* [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