aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2010-08-19buildbot/valgrind: Suppress warnings about leaks in /bin/grep.Daniel Dunbar
2010-08-19Use std::string instead of StringRef in ClangAttrEmitter.cpp; per report onEli Friedman
2010-08-19lit/GoogleTest: Add .exe to the suffix when looking for tests.Daniel Dunbar
2010-08-19Add include missing for VC build.Sean Hunt
2010-08-19Remove three spurious semicolonsSean Hunt
2010-08-18Finish full attribute class emission for clang.Sean Hunt
2010-08-17Remove predicate workaround, we're going to require that predicateEric Christopher
2010-08-16Rename sat_shift operand to shift_imm, in preparation for using it for otherBob Wilson
2010-08-16Install Embedded builds into usr/local. Radar 8313723.Bob Wilson
2010-08-15Revert r111082. No warnings for this common pattern.Argyrios Kyrtzidis
2010-08-15llvmc: remove dynamic plugins.Mikhail Glushenkov
2010-08-14Add ATTRIBUTE_UNUSED to methods that are not supposed to be used.Argyrios Kyrtzidis
2010-08-13Revert r111007.Mikhail Glushenkov
2010-08-13Add a workaround for building with Clang.Mikhail Glushenkov
2010-08-13llvmc: fix two tests, remove XFAILs.Mikhail Glushenkov
2010-08-12Cleaned up the for-disassembly-only entries in the arm instruction table so thatJohnny Chen
2010-08-12tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl',Daniel Dunbar
2010-08-11Move the ARM SSAT and USAT optional shift amount operand out of theBob Wilson
2010-08-11tblgen/AsmMatcher: Treat '.' in assembly strings as a token separator.Daniel Dunbar
2010-08-11tblgen/AsmMatcher: Downgrade instructions with tied operands to a debug-only ...Daniel Dunbar
2010-08-11Add a separate ARM instruction format for Saturate instructions.Bob Wilson
2010-08-10We already have this as OperandNode.Eric Christopher
2010-08-10Install llvmCore_Sim to the simulator SDK directory. Radar 8282845.Bob Wilson
2010-08-10Expand uses of python 2.6's "A if B else C" syntax into regularDan Gohman
2010-08-08Add back in r109901, which adds a Compare flag to the target instructions. It'sBill Wendling
2010-08-06Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola
2010-08-06Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn'tBill Wendling
2010-08-06Moar words!Eric Christopher
2010-08-06Add tablegen support for vdup_laneNate Begeman
2010-08-05Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMemDan Gohman
2010-08-04Update the polygen grammar for linker_private and linker_private_weak,Dan Gohman
2010-08-04Print a message when a test failure is due to stderr outputDan Gohman
2010-08-04Remove CVS artifacts.Dan Gohman
2010-08-04Delete scripts which haven't noticed that CVS has gone away.Dan Gohman
2010-08-04cvsupdate is gone.Dan Gohman
2010-08-04Delete mkpatch. Everything it does is already done by svn diff by default.Dan Gohman
2010-08-04Change the logic which interprets output on stderr as an error so thatDan Gohman
2010-08-04Don't print "Command output (stdout):" when the command has no output,Dan Gohman
2010-08-04Use the regular conditional operator syntax instead of a clever hack.Dan Gohman
2010-08-02build: Fix a dependency.Daniel Dunbar
2010-08-02tests: Add an 'llvm-lit' tool (script), which gets generated as part of theDaniel Dunbar
2010-08-02lit: Allow clients to define predefined parameters.Daniel Dunbar
2010-07-30Add a "Compare" flag to the target instruction descriptor. This will be usedBill Wendling
2010-07-30Tweak suppressions.Benjamin Kramer
2010-07-30Many Thumb2 instructions can reference the full ARM register set (i.e.,Jim Grosbach
2010-07-29Supress valgrind errors from python.Benjamin Kramer
2010-07-29Make un-named values legible in certain vim configurations.Owen Anderson
2010-07-28Fix a warning from gcc-4.0 (from the ppc buildbot).Bob Wilson
2010-07-28Filter out patterns that have PredicateOperands.Eric Christopher
2010-07-27Return -1 only on failure to execute a program.Mikhail Glushenkov