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: Let lit.util.which() return a normcase()ed path
Nico Weber
2019-01-31
1
-2
/
+2
*
Adjust documentation for git migration.
James Y Knight
2019-01-29
1
-2
/
+2
*
make XFAIL, REQUIRES, and UNSUPPORTED support multi-line expressions
Eric Fiselier
2019-01-20
3
-3
/
+44
*
Update structured references to the license to the new license.
Chandler Carruth
2019-01-19
1
-2
/
+2
*
[lit] Make it possible for the lit test suite to pass with
Dan Liew
2019-01-10
1
-1
/
+1
*
[lit] Respect PYTHONPATH
David Greene
2019-01-07
2
-2
/
+18
*
Python compat - print statement
Serge Guelton
2019-01-03
3
-1
/
+6
*
Revert 349677, it contained a whole bunch of stuff I did not mean to commit
Nico Weber
2018-12-19
2
-61
/
+5
*
[gn build] Add build file for clang/lib/Basic and dependencies
Nico Weber
2018-12-19
2
-5
/
+61
*
[test] Split strip-preserve-time.test, and skip atime test on NetBSD
Michal Gorny
2018-12-05
1
-1
/
+3
*
[lit] Add a generic build script with a lit substitution.
Zachary Turner
2018-12-01
1
-0
/
+2
*
[lit] Pass more environment variables through to child processes.
Zachary Turner
2018-11-27
1
-10
/
+10
*
Fix clang test suite on Windows by reverting part of r347216
Reid Kleckner
2018-11-19
1
-3
/
+0
*
Fix some issues with LLDB's lit configuration files.
Zachary Turner
2018-11-19
3
-41
/
+67
*
[FileCheck] Parse command-line options from FILECHECK_OPTS
Joel E. Denny
2018-11-06
1
-1
/
+1
*
Refactor the lit configuration files
Zachary Turner
2018-11-02
1
-0
/
+2
*
[lit] Only return a found bash executable on Windows if it can understand Win...
Greg Bedwell
2018-10-23
1
-0
/
+16
*
make lit builtins a package
Chris Matthews
2018-09-28
1
-0
/
+0
*
lit: Make sure the builtin_commands directory is packaged by setup.py
Tom Stellard
2018-09-26
1
-0
/
+1
*
Fix lit/example/many-tests pickling issue
Alex Langford
2018-09-14
2
-20
/
+23
*
[lit] Disable shtest-timeout on Windows
Stella Stamenova
2018-09-10
2
-5
/
+3
*
lit: Use sys.executable for executing builtin commands
Tom Stellard
2018-08-31
1
-1
/
+1
*
[lit, shtest-timeout] Always use an internal shell for the shtest-timeout to ...
Stella Stamenova
2018-08-28
1
-1
/
+3
*
[CMake] Use normalized Windows target triples
Petr Hosek
2018-08-09
1
-9
/
+9
*
[lit] Disable shtest-timeout on Windows
Stella Stamenova
2018-08-07
1
-0
/
+3
*
[lit, python3] Update lit error logging to work correctly in python3 and othe...
Stella Stamenova
2018-08-07
7
-11
/
+13
*
[lit, tests] Fix failing lit test: shtest-format.py
Stella Stamenova
2018-08-07
1
-1
/
+1
*
[lit, python] Always add quotes around the python path in lit
Stella Stamenova
2018-08-06
10
-28
/
+30
*
lit: bump version number
Hans Wennborg
2018-08-02
1
-1
/
+1
*
[lit] Move the shtest-xunit-output check lines into shtest-format
Justin Bogner
2018-07-23
2
-86
/
+86
*
[FileCheck] Provide an option for FileCheck to dump original input to stderr ...
George Karpenkov
2018-07-20
1
-1
/
+2
*
Relax shtest-run-at-line.py
Hans Wennborg
2018-06-06
2
-18
/
+7
*
[Analyzer] Fix the Z3 lit test config
Vlad Tsyrklevich
2018-06-06
1
-1
/
+1
*
[lit] Fix windows cmd.exe test config for r333620
Joel E. Denny
2018-05-31
2
-8
/
+8
*
[lit] Terminate ": RUN at line N" with ";" not "&&"
Joel E. Denny
2018-05-31
4
-20
/
+20
*
[lit] Report line number for failed RUN command
Joel E. Denny
2018-05-31
16
-11
/
+181
*
Revert r333584: [lit] Report line number for failed RUN command
Joel E. Denny
2018-05-30
16
-186
/
+17
*
[lit] Report line number for failed RUN command
Joel E. Denny
2018-05-30
16
-17
/
+186
*
Use quoteattr to ensure we make well formed attributes
Chris Matthews
2018-05-25
4
-38
/
+40
*
[lit] Try to make `shtest-timeout.py` test more reliable by using a
Dan Liew
2018-05-22
3
-6
/
+13
*
[lit] Don't run `slow.py` in `shtest-timeout.py` test.
Dan Liew
2018-05-22
2
-27
/
+2
*
[lit] Don't check output of commands used in `shtest-timeout.py` test.
Dan Liew
2018-05-22
1
-6
/
+0
*
Mark test with "REQUIRES: shell" since it directly invokes "sh" and was faili...
Douglas Yung
2018-05-17
1
-0
/
+2
*
Escape ]]> in xunit xml output
Alexander Richardson
2018-05-16
3
-4
/
+8
*
remove output xml incase it is leftover from another run
Chris Matthews
2018-05-16
1
-0
/
+1
*
Use not to catch unexpected pass as well as remove old test results
Chris Matthews
2018-05-16
1
-1
/
+2
*
Requirements can have & in them!
Chris Matthews
2018-05-12
1
-1
/
+1
*
Add the message attribute to skipped
Chris Matthews
2018-05-11
2
-6
/
+12
*
Overhaul unicode handling in xunit output
Chris Matthews
2018-05-11
1
-6
/
+10
*
[LIT] replace output escapes wit a cdata block
Chris Matthews
2018-05-11
2
-6
/
+4
[next]