index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
utils
/
lit
Commit message (
Expand
)
Author
Age
Files
Lines
*
lit googletest.py: Don't raise StopIteration in generator
Hans Wennborg
2020-06-16
1
-1
/
+1
*
Bump version to 10.0.1
Tom Stellard
2020-04-13
1
-1
/
+1
*
Make check-llvm run 50% faster on macOS, 18% faster on Windows.
Nico Weber
2020-01-06
1
-6
/
+30
*
[lit] Add "from .main import main" back into lit/__init__.py
Jessica Paquette
2019-12-19
1
-0
/
+1
*
Fix buildbot failures after removing REQUIRES-ANY
Nemanja Ivanovic
2019-12-17
1
-10
/
+3
*
[lit] Fix internal diff newlines for -w/-b
Joel E. Denny
2019-12-17
5
-3
/
+54
*
[lit] Remove lit's REQUIRES-ANY directive
Thomas Preud'homme
2019-12-17
3
-21
/
+0
*
[lit] [windows] Make sure to convert all path separators to backslashes in NT...
Martin Storsjö
2019-12-17
1
-0
/
+4
*
[lit] max_failures does not need to be stored in LitConfig
Julian Lettner
2019-12-16
4
-22
/
+24
*
[lit] Small cleanups. NFCI
Julian Lettner
2019-12-13
7
-53
/
+53
*
[lit] Improve formatting of error messages. NFC
Julian Lettner
2019-12-11
2
-10
/
+10
*
Fix `sed -e s@FOO@%/S@` and similar when there's @'s in the working directory
Daniel Sanders
2019-12-03
1
-0
/
+14
*
[lit] Be more explicit about the state of tests
Julian Lettner
2019-12-02
1
-17
/
+19
*
[lit] Attempt to print test summary on CTRL+C
Julian Lettner
2019-11-22
3
-20
/
+20
*
Fix up lit's tests to run in a multi-config build environment.
Paul Robinson
2019-11-14
1
-0
/
+3
*
Update lit infra to detect "MemoryWithOrigins' sanitizer build.
Sumanth Gundapaneni
2019-11-14
1
-1
/
+1
*
[lit] Better/earlier errors for empty runs
Julian Lettner
2019-11-12
4
-9
/
+41
*
[lit] Protect full test suite from FILECHECK_OPTS
Joel E. Denny
2019-11-06
2
-3
/
+10
*
Revert "[analyzer] Add test directory for scan-build."
Volodymyr Sapsai
2019-11-05
1
-1
/
+0
*
Revert "[lit] Better/earlier errors when no tests are executed"
Julian Lettner
2019-11-05
4
-29
/
+9
*
[lit] Fix `not` calling internal commands
Joel E. Denny
2019-11-05
21
-33
/
+325
*
[analyzer] Add test directory for scan-build.
Devin Coughlin
2019-11-04
1
-0
/
+1
*
[lit] Move measurement of testing time out of Run.execute
Julian Lettner
2019-11-04
2
-10
/
+8
*
[lit] Better/earlier errors when no tests are executed
Julian Lettner
2019-11-04
4
-9
/
+29
*
[lit] Fix internal env calling env
Joel E. Denny
2019-11-01
4
-8
/
+64
*
[lit] Extract Display.print_header function
Julian Lettner
2019-10-31
3
-16
/
+19
*
[lit] Always print newline before test time/summary
Julian Lettner
2019-10-31
1
-2
/
+1
*
[lit] Fix internal env calling other internal commands
Joel E. Denny
2019-10-31
8
-63
/
+95
*
[lit] Rename ProgressDisplay -> Display
Julian Lettner
2019-10-31
1
-21
/
+23
*
[lit] Add missing import
Reid Kleckner
2019-10-30
1
-0
/
+1
*
[lit] Silence warning about importing the resource module on Windows
Reid Kleckner
2019-10-30
1
-1
/
+3
*
[lit] Change progress bar color to red on first failure
Julian Lettner
2019-10-30
2
-3
/
+8
*
[lit] Add helper for `test.result.code.isFailure`
Julian Lettner
2019-10-30
3
-12
/
+13
*
[lit] Extract `_install_win32_signal_handler` function
Julian Lettner
2019-10-30
1
-9
/
+12
*
[lit] Refactor ordering of tests
Julian Lettner
2019-10-29
2
-22
/
+28
*
[lit] Small improvements in cl_arguments.py
Julian Lettner
2019-10-29
2
-58
/
+32
*
[lit] Extend internal diff to support `-` argument
Joel E. Denny
2019-10-29
7
-5
/
+146
*
[lit] Make internal diff work in pipelines
Joel E. Denny
2019-10-29
9
-271
/
+313
*
[lit] Remove callback indirection
Julian Lettner
2019-10-28
1
-3
/
+3
*
[lit] Refactor merging of user parameters
Julian Lettner
2019-10-28
2
-13
/
+11
*
[lit] Remove redundant comments from main function
Julian Lettner
2019-10-28
1
-19
/
+9
*
[lit] Make main.py a pure Python module
Julian Lettner
2019-10-28
2
-9
/
+3
*
[lit] Drop the user-site packages directory from search paths when running tests
Alex Lorenz
2019-10-27
1
-0
/
+4
*
[lit] Move sharding logic into separate function
Julian Lettner
2019-10-25
4
-23
/
+36
*
[lit] Don't fail when printing test output with special chars
Joel E. Denny
2019-10-25
4
-3
/
+35
*
[lit] Move increase_process_limit to ParallelRun
Julian Lettner
2019-10-22
2
-25
/
+24
*
[lit] Simplify test scheduling via multiprocessing.Pool
Julian Lettner
2019-10-21
1
-24
/
+17
*
[lit] Remove redundancy from names and comments
Julian Lettner
2019-10-21
3
-31
/
+26
*
[LLDB] [Windows] Initial support for ARM register contexts
Martin Storsjo
2019-10-21
1
-0
/
+2
*
[lit] Reduce value of synthesized timeouts
Julian Lettner
2019-10-18
1
-2
/
+3
[next]