aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils
AgeCommit message (Expand)AuthorFilesLines
2014-04-11Merging r198290:Tom Stellard1-2/+33
2013-11-24Merging r195567:Bill Wendling1-2/+15
2013-11-20Merging r195102:llvmorg-3.4.0-rc1Bill Wendling1-1/+1
2013-11-20Merging r195193:Bill Wendling1-3/+38
2013-11-19Merging r195092:Bill Wendling2-45/+33
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka14-68/+128
2013-11-18test-release.sh: tweak RPATH for the binary packages.Arnaud A. de Grandmaison1-0/+32
2013-11-18Unbreak the build after r194997Alexey Samsonov1-2/+0
2013-11-18Revert r194865 and r194874.Alexey Samsonov14-118/+68
2013-11-17TableGen: Generate an enum for all named Operand types in tblgen'd InstrInfo.Ahmed Bougacha1-0/+31
2013-11-16gtest-death-test.cc: Move ~DeathTestFactory() to unbreak cygming build since ...NAKAMURA Takumi1-2/+2
2013-11-16Small improvement to InstrinsicEmitter::EmitAttributes. This change removes ...Owen Anderson1-17/+38
2013-11-15Fix previous commit (r194865)Juergen Ributzka1-0/+2
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka14-68/+118
2013-11-15Move all of the GoogleTest files back to the same locations they occupyChandler Carruth12-33/+17
2013-11-15Add addrspacecast instruction.Matt Arsenault3-12/+14
2013-11-14Update emacs llvm mode.Matt Arsenault1-4/+11
2013-11-13FileCheck: fix matching of one check-prefix is a prefix of anotherAlexey Samsonov1-10/+11
2013-11-13FileCheck: fix a bug with multiple --check-prefix options.Alexey Samsonov1-3/+3
2013-11-10Allow multiple check prefixes in FileCheck.Matt Arsenault1-80/+237
2013-11-03AVX-512: added VPCONFLICT instruction and intrinsics,Elena Demikhovsky3-5/+39
2013-11-03Configure with --enable-terminfo=no for Apple's llvmCore builds.Bob Wilson1-1/+2
2013-11-01Remove linkonce_odr_auto_hide.Rafael Espindola2-3/+2
2013-10-31Lower stackmap intrinsics directly to their target opcode in the DAG builder.Andrew Trick1-0/+2
2013-10-31Enable variable arguments support for intrinsics.Andrew Trick1-1/+4
2013-10-31whitespaceAndrew Trick1-49/+49
2013-10-28TableGen: remove unused variable.Ahmed Bougacha1-0/+1
2013-10-28TableGen: Refactor DAG patterns to enable parsing one pattern at a time.Ahmed Bougacha2-51/+65
2013-10-28TableGen: Refactor AsmWriterEmitter to keep AsmWriterInsts.Ahmed Bougacha1-26/+26
2013-10-28lit: multiprocessing platform fix attemptAlp Toker1-1/+2
2013-10-27Clarify the comment about BSD versions in r193465Alp Toker1-1/+2
2013-10-26self.path may be empty or otherwise miss the normal system directories,Joerg Sonnenberger1-5/+1
2013-10-26lit: Issue a note when multiprocessing fails to loadAlp Toker1-0/+1
2013-10-26Fix a referenced before assignment in r193463Alp Toker1-0/+1
2013-10-26lit: handle late multiprocessing errors gracefullyAlp Toker2-8/+11
2013-10-26Attempt to fix the FreeBSD build, disable multiprocessingAlp Toker1-1/+2
2013-10-25Try to fix the openbsd bot.Rafael Espindola1-1/+1
2013-10-23Actually switch the default to use multiprocessingRafael Espindola1-1/+1
2013-10-23[lit] Stop hacking the GIL check interval.Daniel Dunbar1-6/+0
2013-10-23[lit] Use multiprocessing based parallelism by default, on Unix.Daniel Dunbar1-3/+7
2013-10-20Typo.Peter Collingbourne1-1/+1
2013-10-18YAMLBench.cpp: Use llvm_move instead of std::move also here.NAKAMURA Takumi1-1/+1
2013-10-18[Support][YAML] Add support for accessing tags and tag handle substitution.Michael J. Spencer1-4/+18
2013-10-17Lit: LIT_PRESERVES_TMP should be aware of TMPDIR, too.NAKAMURA Takumi1-2/+3
2013-10-17Lit: Introduce an environment variable, $LIT_PRESERVES_TMP, to preserve TMP (...NAKAMURA Takumi1-0/+9
2013-10-14Remove utils/profile.pl.Rafael Espindola1-74/+0
2013-10-14Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...Craig Topper1-0/+3
2013-10-12Remove more filters from the disassembler. Mark some AVX512 instructions as C...Craig Topper1-5/+0
2013-10-12Mark some more instructions as CodeGenOnly. Remove filters from the disassemb...Craig Topper1-4/+0
2013-10-12Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2-0/+2