summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Add XOP disassembler support. Fixes PR13933.Craig Topper2013-10-03
* Add v4f16 to supported value types.Pete Cooper2013-10-03
* Remove several unused variables.Rafael Espindola2013-10-01
* Fix pattern sort in DAGISelEmitter.cppRichard Sandiford2013-10-01
* Filter out repeated sections from the X86 disassembler modRMTable. Saves abou...Craig Topper2013-09-30
* Various x86 disassembler fixes.Craig Topper2013-09-30
* Mark the x86 machine model as incomplete. PR17367.Andrew Trick2013-09-25
* Fix doxygen comments to use correct function name.Craig Topper2013-09-25
* Replace EVT with MVT in CodeGenDAGAPatterns.cpp.Craig Topper2013-09-25
* Patch that forces MergeFunctions pass for clang.Stepan Dyatkovskiy2013-09-24
* Fix formatting to match coding standards.Craig Topper2013-09-24
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-24
* Add missing index comments to the left side of the DAG ISel matcher table for...Craig Topper2013-09-22
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-22
* Missed using check type enum in one placeMatt Arsenault2013-09-17
* Use function's argument instead of the global flag.Matt Arsenault2013-09-17
* FileCheck refactor: use enum instead of bunch of boolsMatt Arsenault2013-09-17
* TableGen: fix constness of new comparison function.Tim Northover2013-09-16
* TableGen: give asm match classes deterministic order.Tim Northover2013-09-16
* AsmMatcher: emit subtarget feature enum in deterministic order.Tim Northover2013-09-16
* Fix the build for git repositories with multiple remotes.Daniel Sanders2013-09-16
* Replace some unnecessary vector copies with references.Benjamin Kramer2013-09-15
* [lit] Add an --output option, for writing results in a machine readable form.Daniel Dunbar2013-09-14
* Fix build failure reported by Tobias Markmann in bug 17203.Daniel Sanders2013-09-13
* 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