aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
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
2010-07-2680-col.Eric Christopher
2010-07-23Get rid of exceptions in llvmc.Mikhail Glushenkov
2010-07-22Add an explicit -sdk option to xcrun command.Bob Wilson
2010-07-22lit: Add some example tests for previous commit.Daniel Dunbar
2010-07-21lit: Add support for 'REQUIRES: feature-one, feature-two, ...' in theDaniel Dunbar
2010-07-21Hack around extracts that aren't easy to process.Eric Christopher
2010-07-20Add support for a new Apple-style build target, EmbeddedSim, that buildsBob Wilson
2010-07-20remove option from tablegen for building static header.Chris Lattner
2010-07-19Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!Bruno Cardoso Lopes
2010-07-19Save a copy of the unstripped libLTO.dylib in $SYM_DIR. Clean up the codeBob Wilson
2010-07-19Remove code duplication.Mikhail Glushenkov
2010-07-19Better error reporting for switch_list.Mikhail Glushenkov
2010-07-19TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attribut...Daniel Dunbar
2010-07-19llvmc: Add a new option type (switch_list).Mikhail Glushenkov
2010-07-16Update comment.Bill Wendling
2010-07-16Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission andBill Wendling
2010-07-14Remove the entire docs directory from Apple-style builds.Bob Wilson
2010-07-14Try to get embedded build of llvmCore to pass verification.Bob Wilson
2010-07-12Silence a warning.Jakob Stoklund Olesen
2010-07-12Convert some tab stops into spaces.Duncan Sands
2010-07-11Replace copyRegToReg with COPY in FastISelEmitter.Jakob Stoklund Olesen
2010-07-10Reapply bottom-up fast-isel, with several fixes for x86-32:Dan Gohman
2010-07-09Start the support for AVX instructions with 256-bit %ymm registers. A couple ofBruno Cardoso Lopes
2010-07-09--- Reverse-merging r107947 into '.':Bob Wilson