Age | Commit message (Expand) | Author |
2010-11-12 | Fix some style issues in PBQP. Patch by David Blaikie. | Lang Hames |
2010-11-12 | Enhance DSE to handle the case where a free call makes more than | Dan Gohman |
2010-11-12 | Remove possibly useful info from comment, per Chris. | Dale Johannesen |
2010-11-12 | Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com> | Bruno Cardoso Lopes |
2010-11-11 | Start of support for binary emit of 16-it Thumb instructions. | Jim Grosbach |
2010-11-11 | Fill out support for Thumb2 encodings of NEON instructions. | Owen Anderson |
2010-11-11 | The BRK instruction in the MicroBlaze is a branch-and-link. | Wesley Peck |
2010-11-11 | Doxygenify | Nick Lewycky |
2010-11-11 | Add helper functions for computing the Location of load, store, | Dan Gohman |
2010-11-11 | Fix tblgen instruction errors exposed by MC asm parser tests | Wesley Peck |
2010-11-11 | Add correct Thumb2 encodings for NEON vst[1,2,3,4] and vld[1,2,3,4]. | Owen Anderson |
2010-11-11 | Don't forget the TBAA info, if available. | Dan Gohman |
2010-11-11 | Factor out Instruction::isSafeToSpeculativelyExecute's code for | Dan Gohman |
2010-11-11 | Revert the accidental commit I made reverting the previous commit. | Eric Christopher |
2010-11-11 | Trailing whitespace. | Jim Grosbach |
2010-11-11 | ARM fixup encoding for direct call instructions (BL). | Jim Grosbach |
2010-11-11 | Revert this temporarily. | Eric Christopher |
2010-11-11 | Change the prologue and epilogue to use push/pop for the low ARM registers. | Eric Christopher |
2010-11-11 | Avoid calling alias on non-pointer values. | Dan Gohman |
2010-11-11 | Add support for Thumb2 encodings of NEON data processing instructions, using ... | Owen Anderson |
2010-11-11 | Mark labels declared in tls sections as STT_TLS. This matches the behavior of | Rafael Espindola |
2010-11-11 | Fixed some bugs in MBlaze asm parser that were introduced when removing Ownin... | Wesley Peck |
2010-11-11 | add a note | Chris Lattner |
2010-11-11 | Initial comdat implementation. | Rafael Espindola |
2010-11-11 | TBAA-enable ArgumentPromotion. | Dan Gohman |
2010-11-11 | Add a FIXME comment. | Dan Gohman |
2010-11-11 | Encoding of destination fixup for ARM branch and conditional branch | Jim Grosbach |
2010-11-11 | Check TRI->getReservedRegs because other allocators do it. Even though | Andrew Trick |
2010-11-11 | Make AliasedSymbol able to handle MCTargetExpr. They can get here if | Rafael Espindola |
2010-11-11 | add pr# | Chris Lattner |
2010-11-11 | Encoding for ARM LDRSH_POST. | Jim Grosbach |
2010-11-11 | Fix the symbol index of weak references. Also make RecordRelocation a bit | Rafael Espindola |
2010-11-11 | Include ImmutablePass passes in -debug-pass=Arguments. | Dan Gohman |
2010-11-11 | Remove the memmove->memcpy optimization from CodeGen. MemCpyOpt does this. | Dan Gohman |
2010-11-11 | Make Sink tbaa-aware. | Dan Gohman |
2010-11-11 | It's safe to sink some instructions which are not safe to speculatively | Dan Gohman |
2010-11-11 | Remove some explicit arguments to getELFSection. This is | Rafael Espindola |
2010-11-11 | Encoding for ARM LDRSH and LDRSH_PRE. Cannonicalize operand names. | Jim Grosbach |
2010-11-11 | Fix encoding of Ra register for ARM smla* instructions. | Jim Grosbach |
2010-11-11 | ARM STRH encoding information. | Jim Grosbach |
2010-11-11 | Delete SplittingSpiller. It was not being used by anyone, and it is being | Jakob Stoklund Olesen |
2010-11-11 | It's not necessary to clear out the Size and TBAATag at each of | Dan Gohman |
2010-11-11 | Set NonLocalDepInfo's Size field to UnknownSize when invalidating | Dan Gohman |
2010-11-11 | Insert two blank SlotIndexes between basic blocks instead of just one. | Jakob Stoklund Olesen |
2010-11-10 | No need to add liveness that's already there. | Jakob Stoklund Olesen |
2010-11-10 | Hook up AliasAnalysis in InlineSpiller. This is used for rematerializing | Jakob Stoklund Olesen |
2010-11-10 | Move LDM predicate operand encoding into base clase. Add STM missing STM | Jim Grosbach |
2010-11-10 | ARM LDM encoding for the mode (ia, ib, da, db) operand. | Jim Grosbach |
2010-11-10 | Factor some code into WriteSection. | Rafael Espindola |
2010-11-10 | Fix ARM encoding of non-return LDM instructions. | Jim Grosbach |