summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Move the enum attributes defined in Attributes.h to a table-gen file.Akira Hatanaka2015-11-114-1/+68
* lit: Show all output with --show-all, even in combination with --succinctMatthias Braun2015-11-111-0/+1
* TableGen: Emit LaneMask for register classes without subregisters as ~0uMatthias Braun2015-11-101-0/+6
* [AsmParser] Generalize matching for grammars without mnemonic-lead statementsColin LeMahieu2015-11-091-35/+31
* [AsmParser] Backends can parameterize ASM tokenization.Colin LeMahieu2015-11-091-47/+68
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-041-10/+10
* lit: Add '-a' option to display commands+output of all testsMatthias Braun2015-11-021-4/+9
* lit/TestRunner.py: Factor variable subsitution into an own function; NFCIMatthias Braun2015-10-281-25/+26
* lit/TestRunner.py: Factor out Substitution construction; NFCMatthias Braun2015-10-281-24/+27
* lit/TestRunner.py: Get execdir from test.getExecPath() instead of passing it ...Matthias Braun2015-10-281-5/+5
* lit/TestRunner.py: Make parseIntegratedTestScriptCommands() keyword list a pa...Matthias Braun2015-10-281-3/+3
* [TblGen] ArrayRefize CodeGenSchedule. No functionality change intended.Benjamin Kramer2015-10-242-69/+61
* [IntrinsicEmitter] Remove GET_INTRINSIC_MODREF_BEHAVIOR tableIgor Laevsky2015-10-221-41/+0
* Lit: Rework r249161; Move RLIMIT_NPROC to main.py.NAKAMURA Takumi2015-10-152-22/+22
* [MISched] Python script to check coverage of misched infoJames Molloy2015-10-121-0/+77
* [TableGen] Add a space between type and '*' in front of a variable name in ou...Craig Topper2015-10-111-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...Hans Wennborg2015-10-062-11/+16
* [lit] Raise the default soft process limit when possibleHal Finkel2015-10-021-0/+22
* [WinEH] Make FuncletLayout more robust against catchretDavid Majnemer2015-10-011-3/+3
* HHVM calling conventions.Maksim Panchenko2015-09-291-4/+5
* TableGen: Add LLVM_READONLY to generated InstrMapping functionsMatt Arsenault2015-09-241-1/+1
* Remove extra 'nullptr' entry from an array in tablegen register info file. It...Craig Topper2015-09-221-1/+1
* Fix formatting of a tablegen register info file by putting a line break in a ...Craig Topper2015-09-221-3/+2
* Use makeArrayRef and None to simplify some code in a tablegen register info f...Craig Topper2015-09-221-12/+18
* Cleanup places that passed SMLoc by const reference to pass it by value inste...Craig Topper2015-09-201-1/+1
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-4/+4
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-4/+4
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-4/+4
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-4/+4
* [TableGen] Use range-based for loops and make a helper function static. NFCCraig Topper2015-09-131-46/+39
* [TableGen] Simplify some code by using StringRef::find instead of std::find. NFCCraig Topper2015-09-131-3/+3
* [TableGen] Use 'size_t' instead of 'unsigned' to better match the argument ty...Craig Topper2015-09-131-2/+2
* Fix typos.Bruce Mitchener2015-09-122-13/+13
* Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fi...Hans Wennborg2015-09-101-22/+20
* Cleaning up LLVM IR mode for Emacs.Rafael Espindola2015-09-101-78/+19
* [FileCheck] Use range-based for loops. NFC.Benjamin Kramer2015-09-101-26/+14
* Revert r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes"Hans Wennborg2015-09-101-20/+22
* Fix Clang-tidy misc-use-override warnings, other minor fixesHans Wennborg2015-09-101-22/+20
* [TableGen] Use make_unique. NFC.Craig Topper2015-09-061-3/+3
* Fix passed env var name in lit for Android tests.Evgeniy Stepanov2015-09-041-1/+1
* llvm.vim: 'musttail' is a keyword tooJonathan Roelofs2015-09-031-1/+1
* [lit] Add basic flaky test retry functionalityReid Kleckner2015-09-023-2/+16
* [TableGen] Allow TokenTy in intrinsic signaturesJoseph Tremoulet2015-09-022-16/+19
* Revert "[lit] Speculatively fix PR24554 by manually closing the process handle"Reid Kleckner2015-08-311-3/+0
* lit: Match UNSUPPORTED against target triple as we do for XFAIL.Peter Collingbourne2015-08-281-0/+7
* [TableGen][DAGISel] Dedup predicates with same code to run. NFCI.Ahmed Bougacha2015-08-271-4/+25
* [TableGen] Remove dead code. NFC.Ahmed Bougacha2015-08-271-7/+0
* [lit] Speculatively fix PR24554 by manually closing the process handleReid Kleckner2015-08-251-0/+3
* Revert r245355 "Release script: correctly symlink clang-tools-extra into the ...Hans Wennborg2015-08-241-2/+2
* Filter libraries that are not installed out of CMake exports (currentlyDan Liew2015-08-211-5/+12