Age | Commit message (Expand) | Author |
2010-08-13 | Revert last patch and r110954 as I meant to. | Eric Christopher |
2010-08-13 | Revert r110954 for now, pseudo instructions can't make it through to the JIT. | Eric Christopher |
2010-08-13 | Let LiveInterval::addRange extend existing ranges, it will verify that value | Jakob Stoklund Olesen |
2010-08-13 | Remember to actually update SplitAnalysis statistics now that we have a fancy | Jakob Stoklund Olesen |
2010-08-13 | Reapply this transformation now that it is passing the external test which it... | Nate Begeman |
2010-08-13 | Move some code from Verifier into SVI::isValidOperands. This allows us to ca... | Nate Begeman |
2010-08-12 | Trim #includes. | Dan Gohman |
2010-08-12 | Tidy up whitespace. | Dan Gohman |
2010-08-12 | Use .empty() instead of .size(). | Dan Gohman |
2010-08-12 | Handle an empty dupli. | Jakob Stoklund Olesen |
2010-08-12 | Update the SplitAnalysis statistics as uses are moved from curli to the new | Jakob Stoklund Olesen |
2010-08-12 | fix PR7876: If ipsccp decides that a function's address is taken | Chris Lattner |
2010-08-12 | Some small clean-up: use of pseudo instructions | Bruno Cardoso Lopes |
2010-08-12 | Cleaned up the for-disassembly-only entries in the arm instruction table so that | Johnny Chen |
2010-08-12 | Also recompute HasPHIKill flags in LiveInterval::RenumberValues. | Jakob Stoklund Olesen |
2010-08-12 | Make sure ARM constant island pass does not break up an IT block. If the spli... | Evan Cheng |
2010-08-12 | - Teach SSEDomainFix to switch between different levels of AVX instructions. ... | Bruno Cardoso Lopes |
2010-08-12 | Remove trailing whitespace. | Jakob Stoklund Olesen |
2010-08-12 | Clean up debug output. | Jakob Stoklund Olesen |
2010-08-12 | Define AVX 128-bit pattern versions of SET0PS/PD. | Bruno Cardoso Lopes |
2010-08-12 | Implement single block splitting. | Jakob Stoklund Olesen |
2010-08-12 | Optimize ScalarEvolution::getAddExpr's operand factoring code by | Dan Gohman |
2010-08-12 | Hoist some loop-invariant code out of a hot loop. | Dan Gohman |
2010-08-12 | Optimize ScalarEvolution::getAddExpr's duplicate operand detection | Dan Gohman |
2010-08-12 | Add a 'normalize' method to the Triple class, which takes a mucked up | Duncan Sands |
2010-08-12 | Temporarily revert 110737 and 110734, they were causing failures | Eric Christopher |
2010-08-12 | Fix comment order | Bruno Cardoso Lopes |
2010-08-12 | Begin to support some vector operations for AVX 256-bit intructions. The long | Bruno Cardoso Lopes |
2010-08-12 | The autogened decoder was confusing the ARM STRBT for ARM USAT, because the .td | Johnny Chen |
2010-08-12 | MC/X86/AsmParser: Give an explicit error message when we reject an instruction | Daniel Dunbar |
2010-08-12 | MC/AsmParser: Push the burdon of emitting diagnostics about unmatched | Daniel Dunbar |
2010-08-12 | tblgen/AsmMatcher: Always emit the match function as 'MatchInstructionImpl', | Daniel Dunbar |
2010-08-11 | Changed the format of DMBsy, DSBsy, and friends from Pseudo to MiscFrm. | Johnny Chen |
2010-08-11 | Even if a variable has constant value all the time, it is still a variable in... | Devang Patel |
2010-08-11 | Move the ARM SSAT and USAT optional shift amount operand out of the | Bob Wilson |
2010-08-11 | Fix <rdar://problem/8282498> even if it doesn't reproduce on trunk. | Jakob Stoklund Olesen |
2010-08-11 | Fix a subtle use-after-free issue. | Owen Anderson |
2010-08-11 | Clean up ConstantRange a bit: | Nick Lewycky |
2010-08-11 | Make LoopPass::getContainedPass return a LoopPass* instead of a Pass* | Dan Gohman |
2010-08-11 | Remove BasicBlockPass::runOnFunction, which was unused. | Dan Gohman |
2010-08-11 | Delete FunctionPass::run, which is unused. | Dan Gohman |
2010-08-11 | Delete FunctionPass::runOnModule, which is unused. | Dan Gohman |
2010-08-11 | Don't use unsigned char for alignments in TargetData. There aren't | Dan Gohman |
2010-08-11 | Use ISD::ADD instead of ISD::SUB with a negated constant. This | Dan Gohman |
2010-08-11 | Fix a FIXME. The SlotIndex::Slot enum should be private. | Jakob Stoklund Olesen |
2010-08-11 | cortex m4 has floating point support, but only single precision. | Jim Grosbach |
2010-08-11 | Consider this code snippet: | Bill Wendling |
2010-08-11 | Report error if codegen tries to instantiate a ARM target when the cpu does s... | Evan Cheng |
2010-08-11 | ArchV7M implies HW division instructions. | Evan Cheng |
2010-08-11 | ArchV6T2, V7A, and V7M implies Thumb2; Archv7A implies NEON. | Evan Cheng |