summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
...
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* [lit] Add support for attach arbitrary metrics to test results.Daniel Dunbar2013-09-11
* llvm-tblgen: Mangle operand replacements into the strings in printAliasInstr.Benjamin Kramer2013-09-11
* llvm-tblgen: Stabilize subreg index tables.Benjamin Kramer2013-09-11
* debuginfo-tests: Add support for an lldb wrapper scriptAdrian Prantl2013-09-06
* [lit] Allow config files to pass arbitrary values to child configs.Daniel Dunbar2013-09-03
* TableGen: Enumerate Schedule Model too.Vincent Lejeune2013-09-03
* Tidy up. Comment grammar.Jim Grosbach2013-08-29
* Tidy up. Trailing whitespace.Jim Grosbach2013-08-29
* Move StringToOffsetTable into the TableGen include directory so I can use it ...Craig Topper2013-08-29
* [lit] [tests] Add missing test input file.Daniel Dunbar2013-08-29
* [lit] Fix internal shell's argv[0] handling.Daniel Dunbar2013-08-29
* [lit] Add support for multiprocessing, under --use-processes for now.Daniel Dunbar2013-08-29
* [lit] Implement --max-time support by using provider cancel method.Daniel Dunbar2013-08-29
* [lit] Refactor test execution logic into lit.run.Run.Daniel Dunbar2013-08-29
* [lit] Put display lock inside the ThreadResultsConsumer.Daniel Dunbar2013-08-29
* [lit] Factor out a results consumer interface for test execution.Daniel Dunbar2013-08-29
* [lit] Move top-level execute code into Run object.Daniel Dunbar2013-08-29
* [lit] Factor out Run class to capture configuration + discovered tests.Daniel Dunbar2013-08-29
* [lit] Change lit.Test.ResultCode to be unique across pickling.Daniel Dunbar2013-08-29
* [lit] Add a TODO.Daniel Dunbar2013-08-29
* [lit] Update shtest format to return lit.Test.Result objects.Daniel Dunbar2013-08-29
* [lit] Update LitTestCase to support lit.Test.Result.Daniel Dunbar2013-08-29
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-28
* Add missing includeCraig Topper2013-08-28
* Revert "Option parsing: support case-insensitive option matching." as it brok...Rui Ueyama2013-08-28
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-27
* Add function attribute 'optnone'.Andrea Di Biagio2013-08-23
* Add an OtherPreserved field to the CalleeSaved TableGen class.Jakob Stoklund Olesen2013-08-23
* AVX-512: Added masked SHIFT commands, more encoding testsElena Demikhovsky2013-08-22
* ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-22
* Remove llvm-lit from the cmake install target.Hans Wennborg2013-08-22
* [lit] Fix a couple lingering Py3 compat issues in ProgressBar.Daniel Dunbar2013-08-21
* [lit] Lift XFAIL handling to core infrastructure.Daniel Dunbar2013-08-21
* [lit] Allow formats to return lit.Test.Result instances directly.Daniel Dunbar2013-08-21
* [lit] Factor out a separate Test.Result() object.Daniel Dunbar2013-08-21
* [lit] Simplify --time-tests code.Daniel Dunbar2013-08-21
* [lit] Extract TestFormat base class, for future use.Daniel Dunbar2013-08-21
* [lit] Rewrite TODO list, and elaborate on some things.Daniel Dunbar2013-08-16
* FileCheck: Fix stray quote in CHECK-LABEL error message.Stephen Lin2013-08-16
* Fixing a warning about control reaching the end of a non-void function.Aaron Ballman2013-08-16
* [lit] Remove some done TODOs.Daniel Dunbar2013-08-15
* [llvm-build] Make Py3 compatible.Daniel Dunbar2013-08-14
* [lit] Add test coverage of gtest format.Daniel Dunbar2013-08-14
* [lit] Ensure test output is converted to strings where possible.Daniel Dunbar2013-08-14
* [lit] Support parsing scripts with inconsistent or invalid encodings.Daniel Dunbar2013-08-14
* Revert r188376, "[lit] Support parsing scripts with inconsistent or invalid e...Daniel Dunbar2013-08-14
* [lit] Support parsing scripts with inconsistent or invalid encodings.Daniel Dunbar2013-08-14
* [lit] Fix a relative import issue I missed earlier.Daniel Dunbar2013-08-14
* [lit] Avoid StringIO.Daniel Dunbar2013-08-14