Age | Commit message (Expand) | Author |
2010-08-17 | Allow more cases of undef shuffle indices and add tests for them. | Bob Wilson |
2010-08-17 | Add an option to disable codegen prepare critical edge splitting. In theory, ... | Evan Cheng |
2010-08-17 | Fix typo. | Eric Christopher |
2010-08-17 | Copy over some overridden MI wrappers for ARM fast-isel. This is where | Eric Christopher |
2010-08-17 | PHI elimination should not break back edge. It can cause some significant cod... | Evan Cheng |
2010-08-17 | Remove predicate workaround, we're going to require that predicate | Eric Christopher |
2010-08-17 | Make arm fast-isel possible to enable via command line. | Eric Christopher |
2010-08-17 | Try to silence a overeager GCC warning. | Benjamin Kramer |
2010-08-17 | A round of minor cleanups for ELFObjectWriter. | Benjamin Kramer |
2010-08-16 | Add a testcase for svn 111208. | Bob Wilson |
2010-08-16 | Fix another iterator invalidation that caused a *really* nasty miscompilation... | Owen Anderson |
2010-08-16 | Ignore undef shuffle indices when checking for a VTRN shuffle. Radar 8290937. | Bob Wilson |
2010-08-16 | tidy up. remove unused local. | Jim Grosbach |
2010-08-16 | Silence warnings and simplify code. Eliminate a 32/64 bit portability issue. | Benjamin Kramer |
2010-08-16 | The plural of analysis is analyses. | Dan Gohman |
2010-08-16 | Make dumpPassStructure be a PMDataManager abstraction, rather than | Dan Gohman |
2010-08-16 | Better handle alignment requirements for local objects in pre-regalloc frame | Jim Grosbach |
2010-08-16 | Generalize a pattern for PKHTB: an SRL of 16-31 bits will guarantee | Bob Wilson |
2010-08-16 | Convert test to FileCheck. | Bob Wilson |
2010-08-16 | Make some of PMTopLevelManager's members non-public. In particular, | Dan Gohman |
2010-08-16 | Remove redundant inline keywords. | Dan Gohman |
2010-08-16 | Eliminate the TopLevelManagerType enum; instead, just make | Dan Gohman |
2010-08-16 | Comment out some broken/unused/useless instructions which mess up disassembly. | Eli Friedman |
2010-08-16 | Fixes for generation of ELF relocations. Patch by Roman Divacky. | Eli Friedman |
2010-08-16 | Don't attempt to SimplifyShortMoveForm in 64-bit mode. | Eli Friedman |
2010-08-16 | Until uleb/sleb are MC-ized, add a hack to make them work with ELF object | Eli Friedman |
2010-08-16 | Fix a few warnings in and detabify MCELFStreamer and ELFObjectWriter. | Eli Friedman |
2010-08-16 | Add ELF ObjectWriter and Streamer support. | Matt Fleming |
2010-08-16 | Hookup ELF support for X86. | Matt Fleming |
2010-08-16 | Add ELF ObjectWriter and Streamer support. | Matt Fleming |
2010-08-16 | Layout helper function. | Matt Fleming |
2010-08-16 | Record a symbol's size which is needed for ELF symbol tables. | Matt Fleming |
2010-08-16 | ELF entry size support. | Matt Fleming |
2010-08-16 | Rename sat_shift operand to shift_imm, in preparation for using it for other | Bob Wilson |
2010-08-16 | Partially revert r111155. It looks like MSVC is calling an operator<() that | Jakob Stoklund Olesen |
2010-08-16 | track local frame size in MFI, not local to the pass, since PEI needs it. | Jim Grosbach |
2010-08-16 | Revert r111031. The way LLVM defines loop invariance, the property of an | Dan Gohman |
2010-08-16 | Remove unused functions. | Jakob Stoklund Olesen |
2010-08-16 | Remove unused functions. | Jakob Stoklund Olesen |
2010-08-16 | Remove unused code. | Bob Wilson |
2010-08-16 | Convert a test to use FileCheck. | Bob Wilson |
2010-08-16 | Placate overzealous compiler warnings. | Dan Gohman |
2010-08-16 | To create a copy of a SmallVector with an element removed from the | Dan Gohman |
2010-08-16 | Install Embedded builds into usr/local. Radar 8313723. | Bob Wilson |
2010-08-16 | silence a vc2010 warning: " result of 32-bit shift implicitly converted to | Chris Lattner |
2010-08-16 | Tidy whitespace. | Dan Gohman |
2010-08-16 | Add a comment. | Dan Gohman |
2010-08-16 | Use const_iterator in a few places. | Dan Gohman |
2010-08-16 | Use iterators instead of indices in a few more places. | Dan Gohman |
2010-08-16 | Micro-optimize SCEVConstant comparison. | Dan Gohman |