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] Remove old ExamplesTests directory.
Daniel Dunbar
2013-08-09
23
-262
/
+0
*
[lit] Move ManyTests examples to lit/examples/many-tests.
Daniel Dunbar
2013-08-09
3
-1
/
+18
*
[lit] Drop deprecated aliases for lit and old module names.
Daniel Dunbar
2013-08-09
3
-14
/
+0
*
[lit] Update lit's own tests to use lit_config and lit package, as appropriate.
Daniel Dunbar
2013-08-09
11
-4
/
+15
*
[lit] Fix typo.
Daniel Dunbar
2013-08-09
1
-1
/
+1
*
[lit] Rename lit.{TestFormats,Util} to their aliased names {formats,util}.
Daniel Dunbar
2013-08-09
7
-20
/
+24
*
[lit] Inject the lit specific config object as 'lit_config' when loading conf...
Daniel Dunbar
2013-08-09
1
-0
/
+1
*
[lit] Split TestingConfig.frompath() into separate ctor and load methods.
Daniel Dunbar
2013-08-09
3
-51
/
+58
*
[lit] Eliminate mustExist parameter from TestingConfig.frompath().
Daniel Dunbar
2013-08-09
3
-37
/
+34
*
[lit] Only create config copies when a local config file is present.
Daniel Dunbar
2013-08-09
2
-5
/
+12
*
[lit] Eliminate parent argument from TestingConfig.frompath(), which is effec...
Daniel Dunbar
2013-08-09
3
-6
/
+12
*
[lit] Change --show-{tests,suites} to exit after printing.
Daniel Dunbar
2013-08-08
2
-11
/
+9
*
[lit] Remove --repeat option, which wasn't that useful.
Daniel Dunbar
2013-08-08
3
-18
/
+0
*
[lit] Eliminate some nested imports.
Daniel Dunbar
2013-08-08
4
-13
/
+8
*
[lit] Remove on_clone member, which is no longer used.
Daniel Dunbar
2013-08-08
1
-12
/
+7
*
[lit] Remove unnecessary list copy.
Daniel Dunbar
2013-08-07
1
-1
/
+1
*
[lit] Always list individual UNRESOLVED tests.
Daniel Dunbar
2013-08-07
1
-2
/
+3
*
[lit] Explicitly convert dict items() result to a list.
Daniel Dunbar
2013-08-07
1
-1
/
+1
*
[lit] Make string encoding issues explicit.
Daniel Dunbar
2013-08-07
2
-1
/
+6
*
[lit] Report the traceback when config import fails.
Daniel Dunbar
2013-08-07
1
-0
/
+5
*
[lit] Avoid comparisons with None.
Daniel Dunbar
2013-08-07
1
-1
/
+3
*
[lit] Use list comprehensions instead of map().
Daniel Dunbar
2013-08-07
3
-3
/
+4
*
[lit] Avoid deprecated dict.has_key() method.
Daniel Dunbar
2013-08-07
1
-2
/
+2
*
lit/LitConfig.py: Fixup for msys bash.
NAKAMURA Takumi
2013-08-07
1
-1
/
+1
*
Lit: Fixup in r187886.
NAKAMURA Takumi
2013-08-07
1
-1
/
+1
*
Lit: Resurrect --no-execute dropped in r187852.
NAKAMURA Takumi
2013-08-07
5
-1
/
+14
*
[lit] Use py2&3 compatible exec() syntax.
Daniel Dunbar
2013-08-07
1
-1
/
+7
*
[lit] Use newer StringIO class.
Daniel Dunbar
2013-08-07
1
-17
/
+19
*
[lit] Use modern absolute/relative import style.
Daniel Dunbar
2013-08-07
6
-76
/
+84
*
[lit] Avoid __cmp__ and cmp().
Daniel Dunbar
2013-08-07
1
-12
/
+12
*
[lit] Avoid use of iterator .next() method.
Daniel Dunbar
2013-08-07
2
-12
/
+10
*
[lit] Use .write() methods instead of print statement.
Daniel Dunbar
2013-08-07
6
-27
/
+26
*
[lit] Use dual-compatible print() syntax where possible.
Daniel Dunbar
2013-08-07
2
-33
/
+31
*
[lit] Remove use of deprecated parameter tuple unpacking.
Daniel Dunbar
2013-08-07
2
-3
/
+3
*
[lit] Remove uses of deprecated except syntax.
Daniel Dunbar
2013-08-07
3
-4
/
+7
*
[lit] Use more modern syntax for constructing exceptions.
Daniel Dunbar
2013-08-07
3
-10
/
+13
*
[lit] Drop --no-execute, which isn't generally useful.
Daniel Dunbar
2013-08-07
5
-14
/
+1
*
[lit] tests: Change discovery test to use --show-tests.
Daniel Dunbar
2013-08-07
1
-25
/
+31
*
[lit] Add a --show-tests option.
Daniel Dunbar
2013-08-07
1
-7
/
+21
*
[lit] Remove dead ignoreStdError argument.
Daniel Dunbar
2013-08-07
3
-5
/
+1
*
Remove some std stream usage from Support and TableGen
Reid Kleckner
2013-08-06
1
-1
/
+2
*
Fix handling of CHECK-DAG combined with CHECK-NOT
Tim Northover
2013-08-02
1
-2
/
+1
*
Moving definition of MnemonicContainsDot field from class Instruction to clas...
Vladimir Medic
2013-08-01
1
-2
/
+1
*
Option parsing: remove non-SUPPORT_ALIASARGS fall-back
Hans Wennborg
2013-07-31
1
-14
/
+2
*
Option parsing: add support for alias arguments.
Hans Wennborg
2013-07-31
1
-3
/
+30
*
comment typo.
Andrew Trick
2013-07-31
1
-1
/
+1
*
Revert "TableGen: Enumerate Schedule Model too."
Tom Stellard
2013-07-31
1
-7
/
+0
*
TableGen: Enumerate Schedule Model too.
Vincent Lejeune
2013-07-31
1
-0
/
+7
*
Fix register pressure tables on ARM.
Andrew Trick
2013-07-31
1
-3
/
+31
*
Add tracing to the tblgen register pressure table generator.
Andrew Trick
2013-07-31
1
-7
/
+63
[next]