Age | Commit message (Expand) | Author |
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 | 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 | 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 | To create a copy of a SmallVector with an element removed from the | Dan Gohman |
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 |
2010-08-16 | Move SCEVNAryExpr's virtual member functions out of line, and convert | Dan Gohman |
2010-08-16 | Use iterators instead of indices in simple cases. | Dan Gohman |
2010-08-16 | Avoid gratuitous inefficiency in ifndef NDEBUG code. | Dan Gohman |
2010-08-16 | Make one getAddExpr call when analyzing a+b+c+d+e+... instead of one | Dan Gohman |
2010-08-16 | Delete an unused function. | Dan Gohman |
2010-08-16 | Instead of having CollectSubexpr's categorize operands as interesting or | Dan Gohman |
2010-08-16 | Put add operands in ScalarEvolution-canonical order, when convenient. | Dan Gohman |
2010-08-16 | Add hooks to FoldingSetTrait to allow specializations to provide | Dan Gohman |
2010-08-16 | Reverse the order of GetNodeProfile's arguments, for consistency | Dan Gohman |
2010-08-16 | Avoid #include <ScalarEvolution.h> in LoopSimplify.cpp, which doesn't | Dan Gohman |
2010-08-16 | Instead, teach SimplifyCFG to trim non-address-taken blocks from | Dan Gohman |
2010-08-16 | Revert r111058, the lint check for indirectbr successors that aren't | Dan Gohman |
2010-08-15 | Revert r111082. No warnings for this common pattern. | Argyrios Kyrtzidis |
2010-08-15 | llvmc: remove dynamic plugins. | Mikhail Glushenkov |
2010-08-14 | Rework how the non-sse2 memory barrier is lowered so that the | Eric Christopher |
2010-08-14 | Add ATTRIBUTE_UNUSED to methods that are not supposed to be used. | Argyrios Kyrtzidis |
2010-08-14 | improve indentation | Chris Lattner |
2010-08-14 | T2I_rbin_irs rr variant is for disassembly only, so don't provide a pattern. | Bob Wilson |
2010-08-14 | Update CMake build. | Ted Kremenek |
2010-08-14 | LoopSimplify shouldn't split loop backedges that use indirectbr. PR7867. | Dan Gohman |
2010-08-14 | Teach SimplifyCFG how to simplify indirectbr instructions. | Dan Gohman |
2010-08-14 | Add a local stack object block allocation pass. This is still an | Jim Grosbach |
2010-08-13 | Add a lint check for an indirectbr destination which has not | Dan Gohman |
2010-08-13 | Add a Thumb2 t2RSBrr instruction for disassembly only. | Bob Wilson |
2010-08-13 | Clean up the Spiller.h interface. | Jakob Stoklund Olesen |
2010-08-13 | Temporarily disable tail calls on ARM to work around some linker problems. | Bob Wilson |
2010-08-13 | Move the Thumb2 SSAT and USAT optional shift operator out of the | Bob Wilson |