index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[lit] Allow config files to pass arbitrary values to child configs.
Daniel Dunbar
2013-09-03
4
-12
/
+8
*
TableGen: Enumerate Schedule Model too.
Vincent Lejeune
2013-09-03
1
-1
/
+9
*
Tidy up. Comment grammar.
Jim Grosbach
2013-08-29
1
-2
/
+2
*
Tidy up. Trailing whitespace.
Jim Grosbach
2013-08-29
1
-39
/
+39
*
Move StringToOffsetTable into the TableGen include directory so I can use it ...
Craig Topper
2013-08-29
2
-84
/
+1
*
[lit] [tests] Add missing test input file.
Daniel Dunbar
2013-08-29
1
-0
/
+6
*
[lit] Fix internal shell's argv[0] handling.
Daniel Dunbar
2013-08-29
2
-3
/
+5
*
[lit] Add support for multiprocessing, under --use-processes for now.
Daniel Dunbar
2013-08-29
3
-39
/
+115
*
[lit] Implement --max-time support by using provider cancel method.
Daniel Dunbar
2013-08-29
1
-10
/
+16
*
[lit] Refactor test execution logic into lit.run.Run.
Daniel Dunbar
2013-08-29
2
-123
/
+158
*
[lit] Put display lock inside the ThreadResultsConsumer.
Daniel Dunbar
2013-08-29
1
-17
/
+9
*
[lit] Factor out a results consumer interface for test execution.
Daniel Dunbar
2013-08-29
1
-20
/
+44
*
[lit] Move top-level execute code into Run object.
Daniel Dunbar
2013-08-29
4
-41
/
+49
*
[lit] Factor out Run class to capture configuration + discovered tests.
Daniel Dunbar
2013-08-29
2
-18
/
+29
*
[lit] Change lit.Test.ResultCode to be unique across pickling.
Daniel Dunbar
2013-08-29
1
-0
/
+11
*
[lit] Add a TODO.
Daniel Dunbar
2013-08-29
1
-0
/
+29
*
[lit] Update shtest format to return lit.Test.Result objects.
Daniel Dunbar
2013-08-29
1
-40
/
+21
*
[lit] Update LitTestCase to support lit.Test.Result.
Daniel Dunbar
2013-08-29
1
-5
/
+13
*
Option parsing: support case-insensitive option matching.
Rui Ueyama
2013-08-28
1
-5
/
+10
*
Add missing include
Craig Topper
2013-08-28
1
-0
/
+1
*
Revert "Option parsing: support case-insensitive option matching." as it brok...
Rui Ueyama
2013-08-28
1
-14
/
+16
*
Option parsing: support case-insensitive option matching.
Rui Ueyama
2013-08-27
1
-16
/
+14
*
Add function attribute 'optnone'.
Andrea Di Biagio
2013-08-23
2
-1
/
+2
*
Add an OtherPreserved field to the CalleeSaved TableGen class.
Jakob Stoklund Olesen
2013-08-23
1
-1
/
+13
*
AVX-512: Added masked SHIFT commands, more encoding tests
Elena Demikhovsky
2013-08-22
1
-17
/
+23
*
ARM: use TableGen patterns to select CMOV operations.
Tim Northover
2013-08-22
2
-3
/
+3
*
Remove llvm-lit from the cmake install target.
Hans Wennborg
2013-08-22
1
-8
/
+0
*
[lit] Fix a couple lingering Py3 compat issues in ProgressBar.
Daniel Dunbar
2013-08-21
1
-4
/
+12
*
[lit] Lift XFAIL handling to core infrastructure.
Daniel Dunbar
2013-08-21
3
-36
/
+48
*
[lit] Allow formats to return lit.Test.Result instances directly.
Daniel Dunbar
2013-08-21
2
-10
/
+21
*
[lit] Factor out a separate Test.Result() object.
Daniel Dunbar
2013-08-21
2
-33
/
+40
*
[lit] Simplify --time-tests code.
Daniel Dunbar
2013-08-21
1
-11
/
+5
*
[lit] Extract TestFormat base class, for future use.
Daniel Dunbar
2013-08-21
4
-10
/
+10
*
[lit] Rewrite TODO list, and elaborate on some things.
Daniel Dunbar
2013-08-16
1
-12
/
+129
*
FileCheck: Fix stray quote in CHECK-LABEL error message.
Stephen Lin
2013-08-16
1
-1
/
+1
*
Fixing a warning about control reaching the end of a non-void function.
Aaron Ballman
2013-08-16
1
-0
/
+1
*
[lit] Remove some done TODOs.
Daniel Dunbar
2013-08-15
1
-4
/
+0
*
[llvm-build] Make Py3 compatible.
Daniel Dunbar
2013-08-14
4
-102
/
+117
*
[lit] Add test coverage of gtest format.
Daniel Dunbar
2013-08-14
3
-0
/
+57
*
[lit] Ensure test output is converted to strings where possible.
Daniel Dunbar
2013-08-14
7
-4
/
+63
*
[lit] Support parsing scripts with inconsistent or invalid encodings.
Daniel Dunbar
2013-08-14
2
-12
/
+48
*
Revert r188376, "[lit] Support parsing scripts with inconsistent or invalid e...
Daniel Dunbar
2013-08-14
2
-45
/
+12
*
[lit] Support parsing scripts with inconsistent or invalid encodings.
Daniel Dunbar
2013-08-14
2
-12
/
+45
*
[lit] Fix a relative import issue I missed earlier.
Daniel Dunbar
2013-08-14
1
-2
/
+4
*
[lit] Avoid StringIO.
Daniel Dunbar
2013-08-14
1
-19
/
+25
*
[lit] Fix tests to execute lit with same python as invoked with.
Daniel Dunbar
2013-08-14
3
-3
/
+6
*
[lit] Factor ShTest format script command parsing from other processing.
Daniel Dunbar
2013-08-14
1
-17
/
+32
*
[lit] Move executeCommand() into lit.util.
Daniel Dunbar
2013-08-14
4
-23
/
+23
*
[lit] Move formats into their own subpackage.
Daniel Dunbar
2013-08-14
4
-117
/
+130
*
Lit: Introduce "%/[STpst] into parseIntegratedTestScript(), to normalize subs...
NAKAMURA Takumi
2013-08-14
1
-0
/
+9
[prev]
[next]