Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-26 | [lit] Document the 'available_features' member of the config object. | Daniel Sanders | 1 | -0/+3 | |
llvm-svn: 276744 | |||||
2016-04-04 | Document standard substitutions defined by lit. | Paul Robinson | 1 | -0/+29 | |
Patch by Guilherme Bufolo! Differential Revision: http://reviews.llvm.org/D18752 llvm-svn: 265314 | |||||
2015-11-06 | CommandGuide/lit.rst: Document the new commandline option -a | Matthias Braun | 1 | -0/+5 | |
llvm-svn: 252257 | |||||
2015-06-19 | Fix "the the" in comments. | Eric Christopher | 1 | -1/+1 | |
llvm-svn: 240112 | |||||
2015-05-04 | Lit: Allow overriding llvm tool paths+arguments, make -D an alias for --param | Matthias Braun | 1 | -1/+1 | |
These changes allow usages where you want to pass an additional commandline option to all invocations of a specific llvm tool. Example: > llvm-lit -Dllc=llc -enable-misched -verify-machineinstrs Differential Revision: http://reviews.llvm.org/D9487 llvm-svn: 236461 | |||||
2015-02-07 | Fix docs typo regarding lit.local.cfg files | Jonathan Roelofs | 1 | -1/+1 | |
llvm-svn: 228499 | |||||
2014-08-21 | [LIT] Remove documentation for method since it does not exist | Eric Fiselier | 1 | -8/+0 | |
llvm-svn: 216204 | |||||
2014-08-15 | [LIT]Correct name of global lit configuration object to be lit_config (not lit). | Eric Fiselier | 1 | -1/+1 | |
llvm-svn: 215695 | |||||
2014-08-02 | [lit] Add --show-xfail flag to LIT. | Eric Fiselier | 1 | -0/+4 | |
Summary: This patch add a --show-xfail flag. If this flag is specified then each xfail test will be printed to output. When it is not given xfail tests are ignored. Ignoring xfail tests is the current behavior. This flag is meant to mirror the --show-unsupported flag that was recently added. Reviewers: ddunbar, EricWF Reviewed By: EricWF Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D4750 llvm-svn: 214609 | |||||
2014-07-31 | Add documentation for lit's --show-unsupported flag | Eric Fiselier | 1 | -0/+4 | |
llvm-svn: 214431 | |||||
2013-08-08 | [lit] Change --show-{tests,suites} to exit after printing. | Daniel Dunbar | 1 | -1/+5 | |
- This is a more sensible behavior than printing and also running tests. llvm-svn: 188009 | |||||
2013-08-08 | [lit] Remove --repeat option, which wasn't that useful. | Daniel Dunbar | 1 | -5/+0 | |
llvm-svn: 188008 | |||||
2013-07-26 | Use pipefail when available. | Rafael Espindola | 1 | -0/+4 | |
This change makes test with RUN lines like RUN: opt ... | FileCheck fail if opt fails, even if it prints what FileCheck wants. Enabling this found some interesting cases of broken tests that were not being noticed because opt (or some other tool) was crashing late. Pipefail is used when the shell supports it or when using the internal python based tester. llvm-svn: 187261 | |||||
2013-05-30 | Fix incorrect parameter name in LIT docs. | Sergey Matveev | 1 | -2/+2 | |
llvm-svn: 182926 | |||||
2013-01-19 | Documentation: remove more mentions of Tcl | Dmitri Gribenko | 1 | -8/+3 | |
Followup for r172836 llvm-svn: 172918 | |||||
2012-11-29 | Documentation for lit: more formatting: use 'option' and 'program' directives. | Dmitri Gribenko | 1 | -139/+144 | |
This enables cross-referencing and now '--' in option names are no more turned into en dashes. llvm-svn: 168906 | |||||
2012-11-29 | Documentation for lit: formatting improvements. | Dmitri Gribenko | 1 | -117/+41 | |
llvm-svn: 168902 | |||||
2012-11-20 | ReST-ify some markup in the LIT document | Eli Bendersky | 1 | -10/+10 | |
llvm-svn: 168345 | |||||
2012-10-19 | lit: Rename the valgrind leaks feature to match what is currently used | Daniel Dunbar | 1 | -1/+1 | |
(vg_leak). llvm-svn: 166306 | |||||
2012-10-19 | lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used. | Daniel Dunbar | 1 | -0/+13 | |
- These can be used with the XFAIL options. llvm-svn: 166303 | |||||
2012-06-02 | Fix typos found by http://github.com/lyda/misspell-check | Benjamin Kramer | 1 | -1/+1 | |
llvm-svn: 157885 | |||||
2012-05-08 | [docs] Add ReST version of all the man pages. | Daniel Dunbar | 1 | -0/+474 | |
- The POD versions are slated for execution, but are still around until llvm.org machinery is in place. llvm-svn: 156384 |