summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2013-10-04Revert r191940 to see if it fixes the build bots.Craig Topper
2013-10-04Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper
2013-10-03Add XOP disassembler support. Fixes PR13933.Craig Topper
2013-10-03Add v4f16 to supported value types.Pete Cooper
2013-10-01Remove several unused variables.Rafael Espindola
2013-10-01Fix pattern sort in DAGISelEmitter.cppRichard Sandiford
2013-09-30Filter out repeated sections from the X86 disassembler modRMTable. Saves abou...Craig Topper
2013-09-30Various x86 disassembler fixes.Craig Topper
2013-09-25Mark the x86 machine model as incomplete. PR17367.Andrew Trick
2013-09-25Fix doxygen comments to use correct function name.Craig Topper
2013-09-25Replace EVT with MVT in CodeGenDAGAPatterns.cpp.Craig Topper
2013-09-24Patch that forces MergeFunctions pass for clang.Stepan Dyatkovskiy
2013-09-24Fix formatting to match coding standards.Craig Topper
2013-09-24Initial support for Neon scalar instructions.Jiangning Liu
2013-09-22Add missing index comments to the left side of the DAG ISel matcher table for...Craig Topper
2013-09-22Provide basic type safety for array_pod_sort comparators.Benjamin Kramer
2013-09-17Missed using check type enum in one placeMatt Arsenault
2013-09-17Use function's argument instead of the global flag.Matt Arsenault
2013-09-17FileCheck refactor: use enum instead of bunch of boolsMatt Arsenault
2013-09-16TableGen: fix constness of new comparison function.Tim Northover
2013-09-16TableGen: give asm match classes deterministic order.Tim Northover
2013-09-16AsmMatcher: emit subtarget feature enum in deterministic order.Tim Northover
2013-09-16Fix the build for git repositories with multiple remotes.Daniel Sanders
2013-09-15Replace some unnecessary vector copies with references.Benjamin Kramer
2013-09-14[lit] Add an --output option, for writing results in a machine readable form.Daniel Dunbar
2013-09-13Fix build failure reported by Tobias Markmann in bug 17203.Daniel Sanders
2013-09-12Add an instruction deprecation feature to TableGen.Joey Gouly
2013-09-11[lit] Add support for attach arbitrary metrics to test results.Daniel Dunbar
2013-09-11llvm-tblgen: Mangle operand replacements into the strings in printAliasInstr.Benjamin Kramer
2013-09-11llvm-tblgen: Stabilize subreg index tables.Benjamin Kramer
2013-09-06debuginfo-tests: Add support for an lldb wrapper scriptAdrian Prantl
2013-09-03[lit] Allow config files to pass arbitrary values to child configs.Daniel Dunbar
2013-09-03TableGen: Enumerate Schedule Model too.Vincent Lejeune
2013-08-29Tidy up. Comment grammar.Jim Grosbach
2013-08-29Tidy up. Trailing whitespace.Jim Grosbach
2013-08-29Move StringToOffsetTable into the TableGen include directory so I can use it ...Craig Topper
2013-08-29[lit] [tests] Add missing test input file.Daniel Dunbar
2013-08-29[lit] Fix internal shell's argv[0] handling.Daniel Dunbar
2013-08-29[lit] Add support for multiprocessing, under --use-processes for now.Daniel Dunbar
2013-08-29[lit] Implement --max-time support by using provider cancel method.Daniel Dunbar
2013-08-29[lit] Refactor test execution logic into lit.run.Run.Daniel Dunbar
2013-08-29[lit] Put display lock inside the ThreadResultsConsumer.Daniel Dunbar
2013-08-29[lit] Factor out a results consumer interface for test execution.Daniel Dunbar
2013-08-29[lit] Move top-level execute code into Run object.Daniel Dunbar
2013-08-29[lit] Factor out Run class to capture configuration + discovered tests.Daniel Dunbar
2013-08-29[lit] Change lit.Test.ResultCode to be unique across pickling.Daniel Dunbar
2013-08-29[lit] Add a TODO.Daniel Dunbar
2013-08-29[lit] Update shtest format to return lit.Test.Result objects.Daniel Dunbar
2013-08-29[lit] Update LitTestCase to support lit.Test.Result.Daniel Dunbar
2013-08-28Option parsing: support case-insensitive option matching.Rui Ueyama