| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r97947. | Devang Patel | 2010-03-08 | 1 | -1/+1 |
* | disambiguate some types, add a fixme about some | Chris Lattner | 2010-03-08 | 4 | -5/+6 |
* | fix some more ambiguous patterns, remove another nontemporalstore | Chris Lattner | 2010-03-08 | 2 | -14/+12 |
* | Correct immediate sizes. | Chris Lattner | 2010-03-08 | 2 | -2/+2 |
* | fix a type compatibility bug. imm is i32 in the input | Chris Lattner | 2010-03-08 | 2 | -1/+6 |
* | fix a bunch of partially ambiguous patterns on ARM. As an | Chris Lattner | 2010-03-08 | 3 | -35/+40 |
* | Fix a bunch of ambiguous patterns which tblgen happens to infer types | Chris Lattner | 2010-03-08 | 1 | -7/+7 |
* | tidy up | Chris Lattner | 2010-03-08 | 1 | -1/+1 |
* | Avoid using DIDescriptor.isNull(). | Devang Patel | 2010-03-08 | 1 | -1/+1 |
* | remove a non-temporal store pattern which is not tested and | Chris Lattner | 2010-03-08 | 1 | -3/+0 |
* | Re-committing the failed r97807 commit with changes to eliminate warnings. | Wesley Peck | 2010-03-06 | 6 | -62/+193 |
* | Describe what's going on with mingw alloca and why do we need separate instru... | Anton Korobeynikov | 2010-03-06 | 1 | -1/+9 |
* | Initial bits of ARMv4-only support. | Anton Korobeynikov | 2010-03-06 | 5 | -29/+88 |
* | Lower dynamic stack allocation on mingw32 to separate instruction. | Anton Korobeynikov | 2010-03-06 | 4 | -20/+56 |
* | Do not use '&' prefix for globals when register base field is non-zero, other... | Anton Korobeynikov | 2010-03-06 | 2 | -19/+27 |
* | clean this up. | Chris Lattner | 2010-03-06 | 1 | -6/+7 |
* | revert r97807, it introduced build warnings. | Chris Lattner | 2010-03-06 | 5 | -243/+47 |
* | Thumb1 epilogue code generation needs to take into account that callee-saved | Jim Grosbach | 2010-03-06 | 1 | -4/+18 |
* | Fix typo. | Evan Cheng | 2010-03-05 | 1 | -1/+1 |
* | fix bss section printing for cell, patch by Kalle Raiskila! | Chris Lattner | 2010-03-05 | 1 | -0/+3 |
* | Reworking the stack layout that the MicroBlaze backend generates. | Wesley Peck | 2010-03-05 | 5 | -47/+243 |
* | Fix an oops in x86 sibcall optimization. If the ByVal callee argument is itse... | Evan Cheng | 2010-03-05 | 1 | -8/+14 |
* | Rever 96389 and 96990. They are causing some miscompilation that I do not ful... | Evan Cheng | 2010-03-05 | 1 | -54/+0 |
* | Trivial comment change. | Johnny Chen | 2010-03-05 | 1 | -1/+1 |
* | Revert r97766. It's deleting a tag. | Bill Wendling | 2010-03-05 | 1 | -52/+13 |
* | Micro-optimization: | Bill Wendling | 2010-03-05 | 1 | -13/+52 |
* | Drop the ".w" qualifier for t2UXTB16* instructions as there is no 16-bit version | Johnny Chen | 2010-03-04 | 1 | -1/+27 |
* | pr6478: The frame pointer spill frame index is only defined when there is a | Bob Wilson | 2010-03-04 | 1 | -1/+3 |
* | pr6480: Don't try producing ld/st-multiple instructions when the address is | Bob Wilson | 2010-03-04 | 1 | -0/+5 |
* | Fix the remaining MUL8 and DIV8 to define AX instead of AL,AH. | Jakob Stoklund Olesen | 2010-03-04 | 1 | -8/+11 |
* | Fix recognition of 16-bit bswap for C front-ends which emit the | Dan Gohman | 2010-03-04 | 1 | -3/+12 |
* | not committing what you test = bad. | Chris Lattner | 2010-03-04 | 1 | -1/+2 |
* | make gep matching in fastisel match the base of the gep as a | Chris Lattner | 2010-03-04 | 1 | -1/+8 |
* | Added 32-bit Thumb instructions for Preload Data (PLD, PLDW) and Preload | Johnny Chen | 2010-03-04 | 1 | -1/+71 |
* | add a comment. | Chris Lattner | 2010-03-04 | 1 | -0/+1 |
* | Teach the pic16 target to recognize pic16-*-* triples. | John McCall | 2010-03-04 | 1 | -1/+2 |
* | Modified the asm string of 16-bit Thumb MUL instruction so that it prints: | Johnny Chen | 2010-03-03 | 1 | -1/+1 |
* | Fix PR6444, note still doesn't compile libgcc2 all the way, but fixes that er... | Andrew Lenharth | 2010-03-03 | 1 | -1/+2 |
* | Added 32-bit Thumb instructions LDRT, LDRBT, LDRHT,,LDRSBT, LDRSHT, STRT, STRBT, | Johnny Chen | 2010-03-03 | 1 | -0/+41 |
* | remove nvload and two patterns that use it which are | Chris Lattner | 2010-03-03 | 1 | -23/+0 |
* | Added 32-bit Thumb instructions t2NOP, t2YIELD, t2WFE, t2WFI, t2SEV, and t2DBG | Johnny Chen | 2010-03-03 | 1 | -0/+28 |
* | factor the 'in the default address space' check out to a single | Chris Lattner | 2010-03-03 | 1 | -51/+30 |
* | factor the 'sign extended from 8 bit' patterns better so | Chris Lattner | 2010-03-03 | 3 | -20/+11 |
* | - Change MachineInstr::isIdenticalTo to take a new option that determines whe... | Evan Cheng | 2010-03-03 | 2 | -6/+5 |
* | Eliminate unused instruction classes. | Evan Cheng | 2010-03-03 | 1 | -13/+0 |
* | Added 32-bit Thumb instructions t2DMB variants, t2DSB variants, and t2ISBsy for | Johnny Chen | 2010-03-03 | 1 | -0/+60 |
* | merge two loops over all nodes in the graph into one. | Chris Lattner | 2010-03-02 | 1 | -57/+41 |
* | eliminate PreprocessForRMW now that isel handles it. | Chris Lattner | 2010-03-02 | 1 | -136/+27 |
* | remove 300 lines of code that is now dead in the MSP430 backend | Chris Lattner | 2010-03-02 | 1 | -293/+1 |
* | Fix some issues in WalkChainUsers dealing with | Chris Lattner | 2010-03-02 | 2 | -45/+14 |