aboutsummaryrefslogtreecommitdiff
path: root/litsupport
AgeCommit message (Expand)Author
2018-08-03litsupport/timeit: Fix relative paths for stdinMatthias Braun
2018-06-25[test-suite] Allow --use-perf=profile and --run-under to work togetherPeter Smith
2018-05-31Make compatible with upstream litChris Matthews
2018-03-16[test-suite] Update litsupport/module/microbenchmark.py to report individual ...Brian Homerding
2017-11-03add microbenchmark litsupport pluginEizan Miyamoto
2017-09-26litsupport: Rework test module supportMatthias Braun
2017-09-20litsupport: Extend documentationMatthias Braun
2017-09-20litsupport: Do lit.Test.toMetricValue() in a central placeMatthias Braun
2017-09-20litsupport: Mark file-local functions as suchMatthias Braun
2017-08-21SPEC2017: Add initial CMakeLists.Michael Kruse
2017-06-29[lit, test-suite] Fix a reference to FileBasedTest that I missed earlier.David L. Jones
2017-06-13litsupport/README: Improve documentationMatthias Braun
2017-04-21Make measured perf events configurable.Kristof Beyls
2017-04-19Pipe output to /dev/null when running under perf recordKristof Beyls
2017-04-19Fix collection of linux perf data as a metric.Kristof Beyls
2017-03-11Improve documentation for lit benchmark runnerMatthias Braun
2017-01-16Make all lit scripts have a unique name.Kristof Beyls
2017-01-13litsupport: Add compatibility cludge so it still works with the pypy version ...Matthias Braun
2017-01-13litsupport: Do not report exec_time for empty run scriptsMatthias Braun
2016-12-06Fix LIT test-suite breakage caused by r288694Eric Fiselier
2016-10-08litsupport: Introduce stats moduleMatthias Braun
2016-07-13litsupport/remote.py: Fix preparescript handlingMatthias Braun
2016-06-13lit: Initialize preparescript in TestPlan constructorMatthias Braun
2016-06-03[test-suite] Use shellcommand.wrap() when adding the run_under commandSilviu Baranga
2016-05-11litsupport: Introduce a PREPARE: part for test files.Matthias Braun
2016-05-05lit: Use a custom error code in case the executable is missingMatthias Braun
2016-04-26lit/remote: Fix typo in ssh invocationMatthias Braun
2016-04-19lit: Dynamically load test modulesMatthias Braun
2016-04-19litsupport: Refactor parsing code, add 'run' moduleMatthias Braun
2016-04-19litsupport: Make hash module more robustMatthias Braun
2016-03-31lit: Fix python3 compatibilityMatthias Braun
2016-03-28cmake/lit: Make lit aware of SingleSource tests.Matthias Braun
2016-03-26lit: Log all executed commands in test.logMatthias Braun
2016-03-26lit/codesize: Fix warning reportsMatthias Braun
2016-03-26cmake/lit: Put SingleSource executables into separate directoriesMatthias Braun
2016-03-24lit: Collect detailed codesize information via llvm-sizeMatthias Braun
2016-03-22cmake/lit: Specify work directories explicitely.Matthias Braun
2016-03-22lit: Fix for pep8 style, fix whitespace; NFCMatthias Braun
2016-03-22[litsupport] Make sure perf is run under "rununder"!James Molloy
2016-03-22[cmake] Properly convert custom metrics to Lit metric typesJames Molloy
2016-03-21cmake/lit: Use CMAKE_STRIP variable to provide strip tool name to hash.pySimon Atanasyan
2016-03-20lit: Add space between "run under" script and its command line arguments.Simon Atanasyan
2016-03-16litsupport: Fix bug in environment variable parsingMatthias Braun
2016-03-15cmake/lit: Collect link_timesMatthias Braun
2016-03-15lit: Skip RunSafely.sh and invoke timeit directlyMatthias Braun
2016-03-15lit: Big refactoring, introduce TestPlan objectMatthias Braun
2016-03-15litsupport/shellcommand: Add toCommandline() and wrap() convenience functions...Matthias Braun
2016-03-14[cmake] Fix typo in hash strip commandJames Molloy
2016-03-10lit: Add 'cp' to the list of ignored executablesMatthias Braun
2016-03-10lit: Fix detection of non-zero exit codes in run-linesMatthias Braun