| Commit message (Expand) | Author | Age | Files | Lines |
* | MC/X86: Rename alternate spellings of ADD{8,16,32} and mark as "code gen only... | Daniel Dunbar | 2010-03-09 | 1 | -9/+11 |
* | MC/X86: Rename alternate spellings of CMP{8,16,32} and mark as "code gen only... | Daniel Dunbar | 2010-03-09 | 1 | -6/+12 |
* | Change the Value argument to eliminateFrameIndex to a type-tagged value. This | Jim Grosbach | 2010-03-09 | 28 | -30/+35 |
* | MSR (Move to Special Register from ARM core register) requires a mask to specify | Johnny Chen | 2010-03-09 | 2 | -12/+12 |
* | The address of an indirect call must be in R12 on Darwin. | Dale Johannesen | 2010-03-09 | 1 | -0/+10 |
* | scavenged frame index value re-use gets confused when more than one base | Jim Grosbach | 2010-03-09 | 2 | -1/+8 |
* | The ARM EH experiment worked! | Bill Wendling | 2010-03-09 | 4 | -50/+78 |
* | In cases where the carry / borrow unused converted ladd / lsub | Richard Osborne | 2010-03-09 | 1 | -0/+30 |
* | Canonicalize ladd constant to RHS. | Richard Osborne | 2010-03-09 | 1 | -0/+4 |
* | Add DAG combine for ladd / lsub. | Richard Osborne | 2010-03-09 | 2 | -0/+70 |
* | Don't try to fold V_SET0 and V_SETALLONES to loads in medium and | Dan Gohman | 2010-03-09 | 1 | -0/+5 |
* | This is part of an LLC-beta test used to test <rdar://problem/6804645>. Please | Bill Wendling | 2010-03-09 | 1 | -1/+31 |
* | Print blank line and clear stubs vector. | Bill Wendling | 2010-03-09 | 1 | -2/+13 |
* | MC-ize the stub printing in ARM. | Bill Wendling | 2010-03-09 | 2 | -5/+18 |
* | don't reset defaults. | Chris Lattner | 2010-03-08 | 2 | -3/+0 |
* | Fix a crash compiling 254.gap for Thumb2. The Thumb2 add/sub with 12-bit | Bob Wilson | 2010-03-08 | 2 | -8/+26 |
* | Fix the vmxon entry in the X86InstrInfo.td so it has the correct prefix bytes | Kevin Enderby | 2010-03-08 | 1 | -1/+1 |
* | X86: Fix encoding for TEST{8,16,32}rr. | Daniel Dunbar | 2010-03-08 | 1 | -3/+3 |
* | Avoid using DIDescriptor.isNull(). | Devang Patel | 2010-03-08 | 1 | -1/+1 |
* | 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 |