Age | Commit message (Expand) | Author |
2010-11-12 | 1. Finishing MBlaze MC asm parser test cases | Wesley Peck |
2010-11-12 | Remove DW_AT_start_scope support. It is incomplete and superseeded by locatio... | Devang Patel |
2010-11-12 | Attemt to provide correct encodings for Thumb2 binary operators. | Owen Anderson |
2010-11-12 | Eliminate ARM::MOVi2pieces. Just use MOVi32imm and expand it to either movi+o... | Evan Cheng |
2010-11-12 | Make this happen for ARM like x86. Don't entirely bail out when | Eric Christopher |
2010-11-12 | Add conditional mvn instructions. | Evan Cheng |
2010-11-12 | Zap a copy/paste-o bit of dead code. | Jim Grosbach |
2010-11-12 | Refactor to parameterize some ARM load/store encoding patterns. Preparatory | Jim Grosbach |
2010-11-12 | First stab at providing correct Thumb2 encodings, start with adc. | Owen Anderson |
2010-11-12 | Have GVN simplify instructions as it goes. For example, consider | Duncan Sands |
2010-11-12 | Add some missing isel predicates on def : pat patterns to avoid generating VF... | Evan Cheng |
2010-11-12 | Kill more unused stuff. | Jim Grosbach |
2010-11-12 | MCELF: Copy the symbol name only if we're going to modify it. | Benjamin Kramer |
2010-11-12 | Remove unused class. | Jim Grosbach |
2010-11-12 | Add --enable-docs. Patch by NAKAMURA Takumi. | Rafael Espindola |
2010-11-12 | When the definition of an address value is in a different block | Dan Gohman |
2010-11-12 | accept lret as an alias for lretl, fixing the reopened part of PR8592 | Chris Lattner |
2010-11-12 | Remove what looks like dead code in the production of debug lines. | Rafael Espindola |
2010-11-12 | typo (4th checkin for one fix) | Andrew Trick |
2010-11-12 | Emacs auto-fill bug. | Andrew Trick |
2010-11-12 | Fill in the default predication bits for ARM unconditional branch. | Jim Grosbach |
2010-11-12 | Test case for PR8287: SD scheduling time. Fixed in r118904. | Andrew Trick |
2010-11-12 | Encoding for ARM LDRSB instructions. | Jim Grosbach |
2010-11-12 | Fixes PR8287: SD scheduling time. The fix is a failsafe that prevents | Andrew Trick |
2010-11-12 | implement PR8592: empirically "lretq" is a "lret" with a rex.w prefix. | Chris Lattner |
2010-11-12 | tidy up. | Chris Lattner |
2010-11-12 | gnu as support both % and @ before types, do the same. | Rafael Espindola |
2010-11-12 | Re-disable TBAA for now; it broke MultiSource/Applications/JM/lencod, | Dan Gohman |
2010-11-12 | Fix memory access lowering on SPU, adding | Kalle Raiskila |
2010-11-12 | Fix up a few more spots of addrmode2 (or not) changes that were | Eric Christopher |
2010-11-12 | Enable TBAA. | Dan Gohman |
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 | Filecheckize. | 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-12 | describe the preferred approach to silencing 'unused variable warnings' due t... | Chris Lattner |
2010-11-12 | add operand iterator apis to MachineInstr, patch by ether zhhb. | Chris Lattner |
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 | Flesh out tests for Thumb2 encodings of NEON instructions. | Owen Anderson |
2010-11-11 | Delete unneeded ssp attributes. | Dan Gohman |
2010-11-11 | Revert the accidental commit I made reverting the previous commit. | Eric Christopher |