summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* lit: print process output, if getting the list of google-tests failed.Ivan Krasin2016-09-022-6/+11
* Quick fix to make LIT_PRESERVES_TMP work againReid Kleckner2016-09-021-1/+2
* [lit] Clean up temporary files created by testsReid Kleckner2016-09-022-11/+28
* [lit] Fail testing if a googletest executable crashes during test discoveryGreg Parker2016-09-022-2/+6
* [lit] Use multiprocessing by default on WindowsReid Kleckner2016-09-011-6/+3
* TableGen: Switch from a std::map to a DenseMap in CodeGenSubRegIndex. NFCJustin Bogner2016-08-261-2/+1
* FileCheck: Minor cleanup of the class PatternSaleem Abdulrasool2016-08-261-8/+6
* [X86] Create a new instruction format to handle 4VOp3 encoding. This saves on...Craig Topper2016-08-222-18/+25
* [X86] Create a new instruction format to handle MemOp4 encoding. This saves o...Craig Topper2016-08-222-17/+28
* [X86] Space out the encodings of X86 instruction formats. I plan to add some ...Craig Topper2016-08-221-83/+83
* [X86] Merge small helper function into the switch that calls it since they bo...Craig Topper2016-08-221-17/+9
* [X86] Explicitly list all X86 instruction forms in switch statement so its ea...Craig Topper2016-08-221-1/+10
* Replace a few more "fall through" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-4/+4
* Use the range variant of remove_if instead of unpacking begin/endDavid Majnemer2016-08-122-58/+41
* Use the range variant of find/find_if instead of unpacking begin/endDavid Majnemer2016-08-124-27/+11
* Use the range variant of find_if instead of unpacking begin/endDavid Majnemer2016-08-122-16/+11
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-116-19/+11
* Use range algorithms instead of unpacking begin/endDavid Majnemer2016-08-111-8/+7
* [vim] Add more attributes to llvm.vimDavid Majnemer2016-08-111-0/+2
* [vim] Update the llvm.vim syntax fileDavid Majnemer2016-08-091-2/+7
* test-release.sh: Drop autoconf supportHans Wennborg2016-08-091-46/+17
* Fix gdb pretty printers to work with Python 3.Igor Kudrin2016-08-051-0/+4
* build_llvm_package.bat: try tests three timesHans Wennborg2016-07-271-8/+8
* [mips][ias] Check '$rs = $rd' constraints when both registers are in AsmText.Daniel Sanders2016-07-271-2/+17
* [tblgen] Compare const char * with strcmp instead of creating StringRef.Benjamin Kramer2016-07-261-2/+2
* [utils] Update coverage regression checking scriptVedant Kumar2016-07-221-37/+41
* [lit] Use full config path in diagnostics.Daniel Dunbar2016-07-211-1/+1
* [lit] Bump version number.Daniel Dunbar2016-07-211-2/+2
* GlobalISel: Remove explicit enumerator values from .def file.Tim Northover2016-07-201-1/+1
* [utils] Add script to check for code coverage regressionsVedant Kumar2016-07-201-0/+135
* TableGen: Allow custom register operand decoder methodMatt Arsenault2016-07-181-25/+33
* [utils] Generate html reports with the code coverage utility scriptVedant Kumar2016-07-181-19/+31
* build_llvm_package.bat: update version to 4.0.0Hans Wennborg2016-07-181-2/+2
* Revert r273099 "If the revision number starts with r, drop it. It will get ad...Hans Wennborg2016-07-181-1/+1
* IR: Sort generic intrinsics before target specific onesJustin Bogner2016-07-155-39/+78
* TableGen: Fix a confusing use of both i and I as variables. NFCJustin Bogner2016-07-141-5/+5
* XRay: Add entry and exit sledsDean Michael Berris2016-07-141-3/+3
* vim: separate the keywords into one per lineSaleem Abdulrasool2016-07-131-22/+116
* vim: add local_unnamed_addr keywordSaleem Abdulrasool2016-07-131-6/+6
* Add a 'Returned' intrinsic property corresponding to the 'returned' argument ...Hal Finkel2016-07-113-1/+10
* TableGen: Update style in CodeGenIntrinsics. NFCJustin Bogner2016-07-081-103/+96
* TableGen: avoid string copy.Tim Northover2016-07-051-1/+1
* AArch64: TableGenerate system instruction operands.Tim Northover2016-07-054-1/+329
* TableGen: promote "code" type from syntactic sugar.Tim Northover2016-07-051-1/+1
* [TableGen] Remove dead code. NFCI.Davide Italiano2016-07-041-28/+0
* Add writeonly IR attributeNicolai Haehnle2016-07-043-1/+20
* [X86][AVX512] Add support for masked shuffle commentsSimon Pilgrim2016-07-032-2/+2
* Make extract_symbols.py be compatible with Python 3John Brawn2016-07-011-13/+21
* [lit] Add SANITIZER_IGNORE_CVE_2016_2143 to pass_vars.Marcin Koscielnicki2016-06-261-1/+2
* Revert "Revert "[misched] Extend scheduler to handle unsupported features""Simon Dardis2016-06-242-1/+37