summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Merging r195567:Bill Wendling2013-11-24
* Merging r195102:Bill Wendling2013-11-20
* Merging r195193:Bill Wendling2013-11-20
* Merging r195092:Bill Wendling2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* test-release.sh: tweak RPATH for the binary packages.Arnaud A. de Grandmaison2013-11-18
* Unbreak the build after r194997Alexey Samsonov2013-11-18
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* TableGen: Generate an enum for all named Operand types in tblgen'd InstrInfo.Ahmed Bougacha2013-11-17
* gtest-death-test.cc: Move ~DeathTestFactory() to unbreak cygming build since ...NAKAMURA Takumi2013-11-16
* Small improvement to InstrinsicEmitter::EmitAttributes. This change removes ...Owen Anderson2013-11-16
* Fix previous commit (r194865)Juergen Ributzka2013-11-15
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Move all of the GoogleTest files back to the same locations they occupyChandler Carruth2013-11-15
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Update emacs llvm mode.Matt Arsenault2013-11-14
* FileCheck: fix matching of one check-prefix is a prefix of anotherAlexey Samsonov2013-11-13
* FileCheck: fix a bug with multiple --check-prefix options.Alexey Samsonov2013-11-13
* Allow multiple check prefixes in FileCheck.Matt Arsenault2013-11-10
* 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