Age | Commit message (Expand) | Author |
2011-04-29 | Teach Thumb2 isel to fold and->rotr ==> ROR. | Andrew Trick |
2011-04-29 | Combine thumb2-ror tests. | Andrew Trick |
2011-04-26 | Be careful about scheduling nodes above previous calls. It increase usages of | Evan Cheng |
2011-04-25 | Make tests more useful. | Benjamin Kramer |
2011-04-23 | Accidental function name mangling. | Andrew Trick |
2011-04-23 | Thumb2 and ARM add/subtract with carry fixes. | Andrew Trick |
2011-04-23 | whitespace | Andrew Trick |
2011-04-22 | In Thumb2 mode, lower frame indix references to: | Evan Cheng |
2011-04-13 | Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat... | Andrew Trick |
2011-04-09 | fix two completely broken tests, which were matching due to PR9629. | Chris Lattner |
2011-03-31 | Fix Thumb and Thumb2 tests to be register allocator independent. | Jakob Stoklund Olesen |
2011-03-26 | Fix the bfi handling for or (and a mask) (and b mask). We need the two | Eric Christopher |
2011-03-11 | Roll r127459 back in: | Cameron Zwarich |
2011-03-11 | Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often get | Daniel Dunbar |
2011-03-11 | Optimize trivial branches in CodeGenPrepare, which often get created from the | Cameron Zwarich |
2011-02-05 | Move a test that ended up in the wrong place. | Bob Wilson |
2011-01-21 | Last round of fixes for movw + movt global address codegen. | Evan Cheng |
2011-01-21 | Enable support for precise scheduling of the instruction selection | Andrew Trick |
2011-01-07 | Add ARM patterns to match EXTRACT_SUBVECTOR nodes. | Bob Wilson |
2010-12-13 | Remove the rest of the *_sfp Neon instruction patterns. | Bob Wilson |
2010-12-11 | (or (and (shl A, #shamt), mask), B) => ARMbfi B, A, ~mask where lsb(mask) == ... | Evan Cheng |
2010-12-09 | ARM stm/ldm instructions require more than one register in the register list. | Jim Grosbach |
2010-12-04 | The Thumb tADDrSPi instruction is not valid when the destination is SP. | Bob Wilson |
2010-12-03 | When using the 'push' mnemonic for Thumb2 stmdb, be explicit when it's the | Jim Grosbach |
2010-12-01 | Add correct encodings for STRD and LDRD, including fixup support. Additional... | Owen Anderson |
2010-11-22 | Fix epilogue codegen to avoid leaving the stack pointer in an invalid | Evan Cheng |
2010-11-18 | Rewrite stack callee saved spills and restores to use push/pop instructions. | Eric Christopher |
2010-11-17 | These tests are looking for library function names that | Dale Johannesen |
2010-11-17 | Remove ARM isel hacks that fold large immediates into a pair of add, sub, and, | Evan Cheng |
2010-11-03 | Two sets of changes. Sorry they are intermingled. | Evan Cheng |
2010-11-02 | Revert r114340 (improvements in Darwin function prologue/epilogue), as it broke | Jim Grosbach |
2010-10-30 | Overhaul memory barriers in the ARM backend. Radar 8601999. | Bob Wilson |
2010-10-29 | Avoiding overly aggressive latency scheduling. If the two nodes share an | Evan Cheng |
2010-10-20 | More accurate estimate / tracking of register pressure. | Evan Cheng |
2010-10-20 | Fix crash introduced in 116852. 8573915. | Dale Johannesen |
2010-10-19 | Enable using vdup for vector constants which are splat of | Dale Johannesen |
2010-10-19 | Re-enable register pressure aware machine licm with fixes. Hoist() may have | Evan Cheng |
2010-10-19 | Revert r116781 "- Add a hook for target to determine whether an instruction def | Daniel Dunbar |
2010-10-19 | - Add a hook for target to determine whether an instruction def is | Evan Cheng |
2010-10-08 | Change register allocation order for ARM VFP and NEON registers to put the | Bob Wilson |
2010-09-21 | Enable target-specific mul-lowering on ARM, even at -Os. Remove a test that ... | Owen Anderson |
2010-09-20 | Simplify ARM callee-saved register handling by removing the distinction | Jim Grosbach |
2010-09-17 | Teach the (non-MC) instruction printer to use the cannonical names for push/pop, | Jim Grosbach |
2010-09-17 | Move thumb2 tests to the thumb2 directory | Jim Grosbach |
2010-09-10 | Teach if-converter to be more careful with predicating instructions that would | Evan Cheng |
2010-09-09 | Fix NEON VLD pseudo instruction itineraries that were incorrectly copied from | Bob Wilson |
2010-09-03 | Re-apply r112883: | Jim Grosbach |
2010-09-03 | Revert "For ARM stack frames that utilize variable sized objects and have eit... | Daniel Dunbar |
2010-09-02 | For ARM stack frames that utilize variable sized objects and have either | Jim Grosbach |
2010-09-02 | Now that register allocation properly considers reserved regs, simplify the | Jim Grosbach |