summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* AVX-512: added VPCONFLICT instruction and intrinsics,Elena Demikhovsky2013-11-03
* Configure with --enable-terminfo=no for Apple's llvmCore builds.Bob Wilson2013-11-03
* Remove linkonce_odr_auto_hide.Rafael Espindola2013-11-01
* Lower stackmap intrinsics directly to their target opcode in the DAG builder.Andrew Trick2013-10-31
* Enable variable arguments support for intrinsics.Andrew Trick2013-10-31
* whitespaceAndrew Trick2013-10-31
* TableGen: remove unused variable.Ahmed Bougacha2013-10-28
* TableGen: Refactor DAG patterns to enable parsing one pattern at a time.Ahmed Bougacha2013-10-28
* TableGen: Refactor AsmWriterEmitter to keep AsmWriterInsts.Ahmed Bougacha2013-10-28
* lit: multiprocessing platform fix attemptAlp Toker2013-10-28
* Clarify the comment about BSD versions in r193465Alp Toker2013-10-27
* self.path may be empty or otherwise miss the normal system directories,Joerg Sonnenberger2013-10-26
* lit: Issue a note when multiprocessing fails to loadAlp Toker2013-10-26
* Fix a referenced before assignment in r193463Alp Toker2013-10-26
* lit: handle late multiprocessing errors gracefullyAlp Toker2013-10-26
* Attempt to fix the FreeBSD build, disable multiprocessingAlp Toker2013-10-26
* Try to fix the openbsd bot.Rafael Espindola2013-10-25
* Actually switch the default to use multiprocessingRafael Espindola2013-10-23
* [lit] Stop hacking the GIL check interval.Daniel Dunbar2013-10-23
* [lit] Use multiprocessing based parallelism by default, on Unix.Daniel Dunbar2013-10-23
* Typo.Peter Collingbourne2013-10-20
* YAMLBench.cpp: Use llvm_move instead of std::move also here.NAKAMURA Takumi2013-10-18
* [Support][YAML] Add support for accessing tags and tag handle substitution.Michael J. Spencer2013-10-18
* Lit: LIT_PRESERVES_TMP should be aware of TMPDIR, too.NAKAMURA Takumi2013-10-17
* Lit: Introduce an environment variable, $LIT_PRESERVES_TMP, to preserve TMP (...NAKAMURA Takumi2013-10-17
* Remove utils/profile.pl.Rafael Espindola2013-10-14
* Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...Craig Topper2013-10-14
* Remove more filters from the disassembler. Mark some AVX512 instructions as C...Craig Topper2013-10-12
* Mark some more instructions as CodeGenOnly. Remove filters from the disassemb...Craig Topper2013-10-12
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-12
* Really fix CHECK-LABEL and CHECK-DAG interaction. This actually just restores...Stephen Lin2013-10-11
* Fix handling of CHECK-DAG inside of CHECK-LABEL.Rafael Espindola2013-10-11
* Remove another unnecessary filter from the disassembler.Craig Topper2013-10-11
* Fix so CRC32r64r8 isn't accidentally filtered from the disassembler tables.Craig Topper2013-10-10
* More x86 disassembler filtering cleanup.Craig Topper2013-10-09
* Remove some old filters from the x86 disassembler table builder.Craig Topper2013-10-09
* Remove unneeded MMX instruction definition by moving pattern to an equivalent...Craig Topper2013-10-08
* Remove some instructions that existed to provide aliases to the assembler. Ca...Craig Topper2013-10-08
* Remove some instructions that seem to only exist to trick the filtering check...Craig Topper2013-10-07
* Add disassembler support for long encodings for INC/DEC in 32-bit mode.Craig Topper2013-10-07
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-07
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-06
* Windows: Add support for unicode command linesDavid Majnemer2013-10-06
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-05
* Revert r191940 to see if it fixes the build bots.Craig Topper2013-10-04
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-04
* 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