Age | Commit message (Expand) | Author |
2011-04-01 | Avoid de-referencing pass beginning of a basic block. No small test case poss... | Evan Cheng |
2011-02-15 | Spelling fix: consequtive -> consecutive. | Duncan Sands |
2011-02-08 | Revert both r121082 (which broke a bunch of constant pool stuff) and r125074 ... | Owen Anderson |
2011-02-08 | Temporary workaround for a bad bug introduced by r121082 which replaced | Evan Cheng |
2011-01-30 | Save a mapping between original and cloned constpool entries. | Anton Korobeynikov |
2011-01-17 | Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g. | Evan Cheng |
2010-12-21 | Comment cleanups. | Bill Wendling |
2010-12-18 | RemoveUnusedCPEntries can change things. Track it. | Bill Wendling |
2010-12-15 | Thumb1 had two patterns for the same load-from-constant-pool instruction. | Jim Grosbach |
2010-12-13 | Revert r121721, which broke buildbots. | Owen Anderson |
2010-12-13 | Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provid... | Owen Anderson |
2010-12-07 | Refactor the ARM CMPz* patterns to just use the normal CMP instructions when | Jim Grosbach |
2010-12-07 | Second attempt at converting Thumb2's LDRpci, including updating the gazillio... | Owen Anderson |
2010-11-29 | Rename t2 TBB and TBH instructions to reference that they encode the jump table | Jim Grosbach |
2010-10-26 | First part of refactoring ARM addrmode2 (load/store) instructions to be more | Jim Grosbach |
2010-08-18 | Remove extra header. | Eric Christopher |
2010-08-12 | Make sure ARM constant island pass does not break up an IT block. If the spli... | Evan Cheng |
2010-08-09 | Change -prefer-32bit-thumb to attribute -mattr=+32bit instead to disable more... | Evan Cheng |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-07-23 | Revert 109076. It is wrong and was causing regressions. Add some | Dale Johannesen |
2010-07-22 | eliminate the TargetInstrInfo::GetInstSizeInBytes hook. | Chris Lattner |
2010-07-22 | Fix constant island pass's handling of tBR_JTr. The offset of the instruction... | Evan Cheng |
2010-07-07 | grammar | Jim Grosbach |
2010-07-07 | Handle cases where the post-RA scheduler may move instructions between the | Jim Grosbach |
2010-07-07 | grammar and trailing whitespace | Jim Grosbach |
2010-06-22 | Use pre-increment instead of post-increment when the result is not used. | Dan Gohman |
2010-06-21 | early exit for dbg_value instructions | Jim Grosbach |
2010-06-02 | Clean up 80 column violations. No functional change. | Jim Grosbach |
2010-04-02 | use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() | Chris Lattner |
2010-03-13 | Change ARM ld/st multiple instructions to have variant instructions for | Bob Wilson |
2010-02-09 | move target-independent opcodes out of TargetInstrInfo | Chris Lattner |
2010-01-27 | eliminate the ARMFunctionInfo::Align member, using | Chris Lattner |
2010-01-25 | prep work to support a future where getJumpTableInfo will return | Chris Lattner |
2009-12-03 | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner |
2009-11-20 | The verify() call of CPEIsInRange() isn't right for the assertion check of | Jim Grosbach |
2009-11-20 | Remove verifySizes() since it's not adding much value. | Jim Grosbach |
2009-11-19 | When placing constant islands and adjusting for alignment padding, inline | Jim Grosbach |
2009-11-19 | fix typo | Jim Grosbach |
2009-11-17 | Enable arm jumpt table adjustment. | Jim Grosbach |
2009-11-17 | When moving a block for table jumps, make sure the prior block terminator | Jim Grosbach |
2009-11-16 | Simplify thumb2 jump table adjustments. Remove unnecessary calculation and | Jim Grosbach |
2009-11-16 | clarify comment | Jim Grosbach |
2009-11-16 | back off for a bit. tracking down weirdness | Jim Grosbach |
2009-11-16 | Analyze has to be before checking the condition, obviously. Properly construc... | Jim Grosbach |
2009-11-14 | cleanup. | Jim Grosbach |
2009-11-14 | Cleanup flow, and only update the jump table we're analyzing when replacing a... | Jim Grosbach |
2009-11-13 | Block renumbering | Jim Grosbach |
2009-11-12 | Update TB[BH] layout optimization. Add support for moving the target block | Jim Grosbach |