aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* AVX-512: added VPCONFLICT instruction and intrinsics,Elena Demikhovsky2013-11-033-5/+39
* Configure with --enable-terminfo=no for Apple's llvmCore builds.Bob Wilson2013-11-031-1/+2
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-012-3/+2
* Lower stackmap intrinsics directly to their target opcode in the DAG builder.Andrew Trick2013-10-311-0/+2
* Enable variable arguments support for intrinsics.Andrew Trick2013-10-311-1/+4
* whitespaceAndrew Trick2013-10-311-49/+49
* TableGen: remove unused variable.Ahmed Bougacha2013-10-281-0/+1
* TableGen: Refactor DAG patterns to enable parsing one pattern at a time.Ahmed Bougacha2013-10-282-51/+65
* TableGen: Refactor AsmWriterEmitter to keep AsmWriterInsts.Ahmed Bougacha2013-10-281-26/+26
* lit: multiprocessing platform fix attemptAlp Toker2013-10-281-1/+2
* Clarify the comment about BSD versions in r193465Alp Toker2013-10-271-1/+2
* self.path may be empty or otherwise miss the normal system directories,Joerg Sonnenberger2013-10-261-5/+1
* lit: Issue a note when multiprocessing fails to loadAlp Toker2013-10-261-0/+1
* Fix a referenced before assignment in r193463Alp Toker2013-10-261-0/+1
* lit: handle late multiprocessing errors gracefullyAlp Toker2013-10-262-8/+11
* Attempt to fix the FreeBSD build, disable multiprocessingAlp Toker2013-10-261-1/+2
* Try to fix the openbsd bot.Rafael Espindola2013-10-251-1/+1
* Actually switch the default to use multiprocessingRafael Espindola2013-10-231-1/+1
* [lit] Stop hacking the GIL check interval.Daniel Dunbar2013-10-231-6/+0
* [lit] Use multiprocessing based parallelism by default, on Unix.Daniel Dunbar2013-10-231-3/+7
* Typo.Peter Collingbourne2013-10-201-1/+1
* YAMLBench.cpp: Use llvm_move instead of std::move also here.NAKAMURA Takumi2013-10-181-1/+1
* [Support][YAML] Add support for accessing tags and tag handle substitution.Michael J. Spencer2013-10-181-4/+18
* Lit: LIT_PRESERVES_TMP should be aware of TMPDIR, too.NAKAMURA Takumi2013-10-171-2/+3
* Lit: Introduce an environment variable, $LIT_PRESERVES_TMP, to preserve TMP (...NAKAMURA Takumi2013-10-171-0/+9
* Remove utils/profile.pl.Rafael Espindola2013-10-141-74/+0
* Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...Craig Topper2013-10-141-0/+3
* Remove more filters from the disassembler. Mark some AVX512 instructions as C...Craig Topper2013-10-121-5/+0
* Mark some more instructions as CodeGenOnly. Remove filters from the disassemb...Craig Topper2013-10-121-4/+0
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-122-0/+2
* Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores...Stephen Lin2013-10-111-9/+17
* Fix handling of CHECK-DAG inside of CHECK-LABEL.Rafael Espindola2013-10-111-6/+4
* Remove another unnecessary filter from the disassembler.Craig Topper2013-10-111-3/+0
* Fix so CRC32r64r8 isn't accidentally filtered from the disassembler tables.Craig Topper2013-10-101-1/+1
* More x86 disassembler filtering cleanup.Craig Topper2013-10-091-4/+1
* Remove some old filters from the x86 disassembler table builder.Craig Topper2013-10-091-6/+0
* Remove unneeded MMX instruction definition by moving pattern to an equivalent...Craig Topper2013-10-081-1/+0
* Remove some instructions that existed to provide aliases to the assembler. Ca...Craig Topper2013-10-081-3/+1
* Remove some instructions that seem to only exist to trick the filtering check...Craig Topper2013-10-071-1/+2
* Add disassembler support for long encodings for INC/DEC in 32-bit mode.Craig Topper2013-10-071-1/+2
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-073-3/+3
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-063-3/+3
* Windows: Add support for unicode command linesDavid Majnemer2013-10-063-3/+3
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-054-1/+46
* Revert r191940 to see if it fixes the build bots.Craig Topper2013-10-044-46/+1
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-044-1/+46
* Add XOP disassembler support. Fixes PR13933.Craig Topper2013-10-033-3/+72
* Add v4f16 to supported value types.Pete Cooper2013-10-031-0/+1
* Remove several unused variables.Rafael Espindola2013-10-014-12/+0
* Fix pattern sort in DAGISelEmitter.cppRichard Sandiford2013-10-011-9/+7