aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
...
| * Add missing index comments to the left side of the DAG ISel matcher table for...Craig Topper2013-09-221-2/+6
| * Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-222-6/+7
| * Missed using check type enum in one placeMatt Arsenault2013-09-171-6/+6
| * Use function's argument instead of the global flag.Matt Arsenault2013-09-171-3/+3
| * FileCheck refactor: use enum instead of bunch of boolsMatt Arsenault2013-09-171-76/+88
| * TableGen: fix constness of new comparison function.Tim Northover2013-09-161-1/+1
| * TableGen: give asm match classes deterministic order.Tim Northover2013-09-161-23/+46
| * AsmMatcher: emit subtarget feature enum in deterministic order.Tim Northover2013-09-161-7/+7
| * Fix the build for git repositories with multiple remotes.Daniel Sanders2013-09-161-1/+1
| * Replace some unnecessary vector copies with references.Benjamin Kramer2013-09-151-1/+1
| * [lit] Add an --output option, for writing results in a machine readable form.Daniel Dunbar2013-09-145-3/+96
| * Fix build failure reported by Tobias Markmann in bug 17203.Daniel Sanders2013-09-131-1/+1
| * Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-124-0/+50
| * [lit] Add support for attach arbitrary metrics to test results.Daniel Dunbar2013-09-115-2/+119
| * llvm-tblgen: Mangle operand replacements into the strings in printAliasInstr.Benjamin Kramer2013-09-111-40/+45
| * llvm-tblgen: Stabilize subreg index tables.Benjamin Kramer2013-09-111-2/+2
| * debuginfo-tests: Add support for an lldb wrapper scriptAdrian Prantl2013-09-061-1/+18
| * [lit] Allow config files to pass arbitrary values to child configs.Daniel Dunbar2013-09-034-12/+8
| * TableGen: Enumerate Schedule Model too.Vincent Lejeune2013-09-031-1/+9
| * Tidy up. Comment grammar.Jim Grosbach2013-08-291-2/+2
| * Tidy up. Trailing whitespace.Jim Grosbach2013-08-291-39/+39
| * Move StringToOffsetTable into the TableGen include directory so I can use it ...Craig Topper2013-08-292-84/+1
| * [lit] [tests] Add missing test input file.Daniel Dunbar2013-08-291-0/+6
| * [lit] Fix internal shell's argv[0] handling.Daniel Dunbar2013-08-292-3/+5
| * [lit] Add support for multiprocessing, under --use-processes for now.Daniel Dunbar2013-08-293-39/+115
| * [lit] Implement --max-time support by using provider cancel method.Daniel Dunbar2013-08-291-10/+16
| * [lit] Refactor test execution logic into lit.run.Run.Daniel Dunbar2013-08-292-123/+158
| * [lit] Put display lock inside the ThreadResultsConsumer.Daniel Dunbar2013-08-291-17/+9
| * [lit] Factor out a results consumer interface for test execution.Daniel Dunbar2013-08-291-20/+44
| * [lit] Move top-level execute code into Run object.Daniel Dunbar2013-08-294-41/+49
| * [lit] Factor out Run class to capture configuration + discovered tests.Daniel Dunbar2013-08-292-18/+29
| * [lit] Change lit.Test.ResultCode to be unique across pickling.Daniel Dunbar2013-08-291-0/+11
| * [lit] Add a TODO.Daniel Dunbar2013-08-291-0/+29
| * [lit] Update shtest format to return lit.Test.Result objects.Daniel Dunbar2013-08-291-40/+21
| * [lit] Update LitTestCase to support lit.Test.Result.Daniel Dunbar2013-08-291-5/+13
| * Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-281-5/+10
| * Add missing includeCraig Topper2013-08-281-0/+1
| * Revert "Option parsing: support case-insensitive option matching." as it brok...Rui Ueyama2013-08-281-14/+16
| * Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-271-16/+14
| * Add function attribute 'optnone'.Andrea Di Biagio2013-08-232-1/+2
| * Add an OtherPreserved field to the CalleeSaved TableGen class.Jakob Stoklund Olesen2013-08-231-1/+13
| * AVX-512: Added masked SHIFT commands, more encoding testsElena Demikhovsky2013-08-221-17/+23
| * ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-222-3/+3
| * Remove llvm-lit from the cmake install target.Hans Wennborg2013-08-221-8/+0
| * [lit] Fix a couple lingering Py3 compat issues in ProgressBar.Daniel Dunbar2013-08-211-4/+12
| * [lit] Lift XFAIL handling to core infrastructure.Daniel Dunbar2013-08-213-36/+48
| * [lit] Allow formats to return lit.Test.Result instances directly.Daniel Dunbar2013-08-212-10/+21
| * [lit] Factor out a separate Test.Result() object.Daniel Dunbar2013-08-212-33/+40
| * [lit] Simplify --time-tests code.Daniel Dunbar2013-08-211-11/+5
| * [lit] Extract TestFormat base class, for future use.Daniel Dunbar2013-08-214-10/+10