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