Age | Commit message (Expand) | Author |
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 |
2009-11-12 | Revert 86857. It's causing consumer-typeset to fail, and there's a better way... | Jim Grosbach |
2009-11-11 | Do jump table adjustment before constant island allocation | Jim Grosbach |
2009-11-11 | The TBB and TBH instructions for Thumb2 are really handy for jump tables, but | Jim Grosbach |
2009-11-09 | Use Unified Assembly Syntax for the ARM backend. | Jim Grosbach |
2009-10-31 | Use cbz and cbnz instructions. | Evan Cheng |
2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky |
2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |
2009-10-15 | Fix a potential performance problem in placing ARM constant pools. | Bob Wilson |
2009-10-15 | Be smarter about reusing constant pool entries. | Bob Wilson |
2009-10-15 | Fix another problem with ARM constant pools. Radar 7303551. | Bob Wilson |
2009-10-13 | Fix regression introduced by r83894. | Bob Wilson |
2009-10-12 | Delete a comment that makes no sense to me. The statement that moving a CPE | Bob Wilson |
2009-10-12 | Change CreateNewWater method to return NewMBB by reference. | Bob Wilson |
2009-10-12 | Last week, ARMConstantIslandPass was failing to converge for the | Bob Wilson |
2009-10-12 | Another minor clean-up. | Bob Wilson |