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
...
*
Support Unsupported Tests in xunit output
Chris Matthews
2018-05-11
4
-12
/
+24
*
Refactor xunit test case builder to not use as much str addition
Chris Matthews
2018-05-11
2
-11
/
+12
*
[LIT] Move xunit tests tests into their own location, and and add failures
Chris Matthews
2018-05-10
5
-9
/
+59
*
[LIT] Add the missing file
Chris Matthews
2018-05-10
1
-0
/
+7
*
Refactor test incase results are backwards
Chris Matthews
2018-05-10
1
-14
/
+3
*
[LIT] Handle xml characters in test names
Chris Matthews
2018-05-09
3
-2
/
+14
*
Remove 'abi-breaking-checks' lit feature.
Nico Weber
2018-05-09
1
-4
/
+0
*
lit: flesh out `SubsituteCaptures` further
Saleem Abdulrasool
2018-05-03
1
-0
/
+6
*
Revert r330755 "[lit] Report line number for failed RUN command"
Reid Kleckner
2018-04-25
15
-153
/
+16
*
[lit] Report line number for failed RUN command
Joel E. Denny
2018-04-24
15
-16
/
+153
*
[lit] Remove spurious `-` in invocation of lit in
Dan Liew
2018-04-24
1
-1
/
+1
*
Mostly revert r330672.
Nico Weber
2018-04-24
1
-0
/
+4
*
Remove code that's almost always dead, and harmful if not.
Nico Weber
2018-04-24
1
-4
/
+0
*
[lit] Fix a bug where UNRESOLVED tests were not handled in the XUnit
Dan Liew
2018-04-20
2
-1
/
+80
*
[lit] Remove duplicate to_string method
Aaron Smith
2018-04-12
1
-5
/
+0
*
[lit] Fix several Python 2/3 compatibility issues and tests
Aaron Smith
2018-04-07
1
-1
/
+7
*
'cat' command for internal shell - Support Python 3
Reid Kleckner
2018-04-03
1
-4
/
+12
*
[lit] Prefer opening files with open (Python 2) rather than io.open which req...
Aaron Smith
2018-04-03
1
-7
/
+9
*
[lit] One more try at fixing TestRunner.py for D43165
Aaron Smith
2018-04-02
1
-0
/
+3
*
[lit] Attempt to fix builtin diff code for Python 2
Reid Kleckner
2018-04-02
1
-0
/
+3
*
[lit] Fix problem in how Python versions open files with different encodings
Aaron Smith
2018-04-02
1
-1
/
+41
*
[lit] Use io.open to compare two files since it supports different encodings ...
Aaron Smith
2018-04-02
1
-1
/
+1
*
Revert r329012 "[lit] Fix problem in how Python versions open files with diff...
Reid Kleckner
2018-04-02
1
-44
/
+1
*
[lit] Fix problem in how Python versions open files with different encodings
Aaron Smith
2018-04-02
1
-1
/
+44
*
Revert "[lit] Temporarily disable shtest-timeout.py on darwin"
Dan Liew
2018-03-28
1
-4
/
+1
*
[lit] Remove a timing senstive part of `shtest-timeout.py`
Dan Liew
2018-03-28
2
-52
/
+2
*
Revert "Revert "[lit] Generalized /dev/null support on Windows.""
Mircea Trofin
2018-03-27
3
-3
/
+32
*
[lit] Temporarily disable shtest-timeout.py on darwin
Jan Korous
2018-03-27
1
-1
/
+4
*
Revert "[lit] Generalized /dev/null support on Windows."
Mircea Trofin
2018-03-26
3
-32
/
+3
*
[lit] Generalized /dev/null support on Windows.
Mircea Trofin
2018-03-26
3
-3
/
+32
*
[lit] Implement 'cat' command for internal shell
Reid Kleckner
2018-03-26
8
-12
/
+183
*
[lit] - Allow 1 test to report multiple micro-test results to provide support...
Brian Homerding
2018-03-13
7
-0
/
+201
*
utils: add a helper class to lit for captured substitutions
Saleem Abdulrasool
2018-03-09
1
-0
/
+19
*
Losen time contraint to accommodate system loads
Lei Huang
2018-02-28
1
-1
/
+1
*
Remove "--full-shutdown" and instead use an environment variable LLD_IN_TEST.
Rui Ueyama
2018-02-16
1
-3
/
+0
*
Make sure we invoke ld64.lld and ld-wasm in the build directory.
Rui Ueyama
2018-02-16
1
-1
/
+1
*
[lit] Pass CLANG env var to testing configuration
Victor Leschuk
2018-02-09
1
-1
/
+1
*
[lit] Implement "-r" option for builtin "diff" command + a test using that.
Max Moroz
2018-01-09
11
-12
/
+245
*
[lit] Bump version number
Tom Stellard
2018-01-03
1
-1
/
+1
*
Disable detect_leaks in the ASanified build of LLVM when using Apple LLVM. Th...
Kuba Mracek
2017-12-05
1
-1
/
+2
*
[NFC][lit] Use proper semantic versioning names for variables
Jonas Devlieghere
2017-12-04
1
-2
/
+3
*
[lit] Don't enable LSan on Darwin for Apple clang 9.0.0
Jonas Devlieghere
2017-12-01
1
-4
/
+5
*
[lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands i...
Ying Yi
2017-12-01
19
-2
/
+456
*
Make check-lit tests respect LLVM_LIT_TOOLS_DIR
Greg Bedwell
2017-11-29
3
-5
/
+9
*
lit: Bring back -Dtool=xxx feature lost in r313928
Matthias Braun
2017-11-28
1
-3
/
+8
*
Reverted rL318911 since it broke the sanitizer-windows.
Ying Yi
2017-11-23
19
-437
/
+2
*
[lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands i...
Ying Yi
2017-11-23
19
-2
/
+437
*
Re-revert "Refactor debuginfo-tests."
Zachary Turner
2017-11-21
1
-6
/
+3
*
Resubmit "Refactor debuginfo-tests" again.
Zachary Turner
2017-11-20
1
-3
/
+6
*
[LIT] Fix testing out-of-tree Clang builds
Eric Fiselier
2017-11-19
1
-4
/
+4
[prev]
[next]