Age | Commit message (Expand) | Author |
2010-08-12 | tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl', | Daniel Dunbar |
2010-08-11 | Move the ARM SSAT and USAT optional shift amount operand out of the | Bob Wilson |
2010-08-11 | tblgen/AsmMatcher: Treat '.' in assembly strings as a token separator. | Daniel Dunbar |
2010-08-11 | tblgen/AsmMatcher: Downgrade instructions with tied operands to a debug-only ... | Daniel Dunbar |
2010-08-11 | Add a separate ARM instruction format for Saturate instructions. | Bob Wilson |
2010-08-10 | We already have this as OperandNode. | Eric Christopher |
2010-08-10 | Install llvmCore_Sim to the simulator SDK directory. Radar 8282845. | Bob Wilson |
2010-08-10 | Expand uses of python 2.6's "A if B else C" syntax into regular | Dan Gohman |
2010-08-08 | Add back in r109901, which adds a Compare flag to the target instructions. It's | Bill Wendling |
2010-08-06 | Fix eabi calling convention when a 64 bit value shadows r3. | Rafael Espindola |
2010-08-06 | Revert r109901. The implementation of <rdar://problem/7405933> (r110423) doesn't | Bill Wendling |
2010-08-06 | Moar words! | Eric Christopher |
2010-08-06 | Add tablegen support for vdup_lane | Nate Begeman |
2010-08-05 | Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem | Dan Gohman |
2010-08-04 | Update the polygen grammar for linker_private and linker_private_weak, | Dan Gohman |
2010-08-04 | Print a message when a test failure is due to stderr output | Dan Gohman |
2010-08-04 | Remove CVS artifacts. | Dan Gohman |
2010-08-04 | Delete scripts which haven't noticed that CVS has gone away. | Dan Gohman |
2010-08-04 | cvsupdate is gone. | Dan Gohman |
2010-08-04 | Delete mkpatch. Everything it does is already done by svn diff by default. | Dan Gohman |
2010-08-04 | Change the logic which interprets output on stderr as an error so that | Dan Gohman |
2010-08-04 | Don't print "Command output (stdout):" when the command has no output, | Dan Gohman |
2010-08-04 | Use the regular conditional operator syntax instead of a clever hack. | Dan Gohman |
2010-08-02 | build: Fix a dependency. | Daniel Dunbar |
2010-08-02 | tests: Add an 'llvm-lit' tool (script), which gets generated as part of the | Daniel Dunbar |
2010-08-02 | lit: Allow clients to define predefined parameters. | Daniel Dunbar |
2010-07-30 | Add a "Compare" flag to the target instruction descriptor. This will be used | Bill Wendling |
2010-07-30 | Tweak suppressions. | Benjamin Kramer |
2010-07-30 | Many Thumb2 instructions can reference the full ARM register set (i.e., | Jim Grosbach |
2010-07-29 | Supress valgrind errors from python. | Benjamin Kramer |
2010-07-29 | Make un-named values legible in certain vim configurations. | Owen Anderson |
2010-07-28 | Fix a warning from gcc-4.0 (from the ppc buildbot). | Bob Wilson |
2010-07-28 | Filter out patterns that have PredicateOperands. | Eric Christopher |
2010-07-27 | Return -1 only on failure to execute a program. | Mikhail Glushenkov |
2010-07-26 | 80-col. | Eric Christopher |
2010-07-23 | Get rid of exceptions in llvmc. | Mikhail Glushenkov |
2010-07-22 | Add an explicit -sdk option to xcrun command. | Bob Wilson |
2010-07-22 | lit: Add some example tests for previous commit. | Daniel Dunbar |
2010-07-21 | lit: Add support for 'REQUIRES: feature-one, feature-two, ...' in the | Daniel Dunbar |
2010-07-21 | Hack around extracts that aren't easy to process. | Eric Christopher |
2010-07-20 | Add support for a new Apple-style build target, EmbeddedSim, that builds | Bob Wilson |
2010-07-20 | remove option from tablegen for building static header. | Chris Lattner |
2010-07-19 | Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions! | Bruno Cardoso Lopes |
2010-07-19 | Save a copy of the unstripped libLTO.dylib in $SYM_DIR. Clean up the code | Bob Wilson |
2010-07-19 | Remove code duplication. | Mikhail Glushenkov |
2010-07-19 | Better error reporting for switch_list. | Mikhail Glushenkov |
2010-07-19 | TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attribut... | Daniel Dunbar |
2010-07-19 | llvmc: Add a new option type (switch_list). | Mikhail Glushenkov |
2010-07-16 | Update comment. | Bill Wendling |
2010-07-16 | Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and | Bill Wendling |