| Commit message (Expand) | Author | Age | Files | Lines |
* | reapply my recent change that disables a piece of the switch formation | Chris Lattner | 2010-12-14 | 1 | -5/+13 |
* | The tLDR et al instructions were emitting either a reg/reg or reg/imm | Bill Wendling | 2010-12-14 | 10 | -224/+340 |
* | bfi A, (and B, C1), C2) -> bfi A, B, C2 iff C1 & C2 == C1. rdar://8458663 | Evan Cheng | 2010-12-14 | 1 | -0/+20 |
* | Remove unused vector. | Jakob Stoklund Olesen | 2010-12-14 | 1 | -1/+1 |
* | Try reassigning all virtual register interferences, not just those with lower | Jakob Stoklund Olesen | 2010-12-14 | 1 | -49/+71 |
* | Add stub for RAGreedy::trySplit. | Jakob Stoklund Olesen | 2010-12-14 | 1 | -0/+16 |
* | Second attempt at make Thumb2 LEAs pseudos. This time, perform the lowering ... | Owen Anderson | 2010-12-14 | 6 | -19/+74 |
* | Fix recent buildbot breakage by pulling SimplifyCFG back to its state as of r... | Owen Anderson | 2010-12-13 | 1 | -14/+6 |
* | First cut of ARM/MC/ELF PIC relocations. | Jason W Kim | 2010-12-13 | 1 | -7/+25 |
* | Remove the rest of the *_sfp Neon instruction patterns. | Bob Wilson | 2010-12-13 | 2 | -82/+32 |
* | Simplify N2VSPat, removing some unnecessary type arguments. | Bob Wilson | 2010-12-13 | 1 | -13/+12 |
* | temporarily disable part of my previous patch, which causes an iterator inval... | Chris Lattner | 2010-12-13 | 1 | -1/+1 |
* | Update a comment. | Dan Gohman | 2010-12-13 | 1 | -4/+3 |
* | Revert r121721, which broke buildbots. | Owen Anderson | 2010-12-13 | 7 | -85/+21 |
* | Reapply r121520, PartialAlias implementation for BasicAA, now that | Dan Gohman | 2010-12-13 | 1 | -0/+11 |
* | Update memdep to handle PartialAlias as MayAlias. | Dan Gohman | 2010-12-13 | 1 | -4/+4 |
* | Make Thumb2 LEA-like instruction into pseudos, which map down to ADR. Provid... | Owen Anderson | 2010-12-13 | 7 | -21/+85 |
* | Delete a line that I forgot to revert previously. | Bob Wilson | 2010-12-13 | 1 | -1/+0 |
* | Use COPY_TO_REGCLASS instead of pseudo instructions for Neon FP patterns. | Bob Wilson | 2010-12-13 | 2 | -44/+13 |
* | Use pseudo instructions for 2-register Neon instructions for scalar FP. | Bob Wilson | 2010-12-13 | 2 | -35/+39 |
* | Remove unused instruction class arguments. | Bob Wilson | 2010-12-13 | 1 | -25/+14 |
* | Generalize BFI isel lowering a bit. | Evan Cheng | 2010-12-13 | 1 | -29/+35 |
* | add some DEBUG's. | Chris Lattner | 2010-12-13 | 1 | -3/+8 |
* | In Thumb2, direct branches can be encoded as either a "short" conditional bra... | Owen Anderson | 2010-12-13 | 6 | -8/+70 |
* | Use 32-bit types for 32-bit values. | Jim Grosbach | 2010-12-13 | 1 | -3/+3 |
* | Trailing whitespace. | Jim Grosbach | 2010-12-13 | 1 | -8/+8 |
* | Fix sort predicate. qsort(3)'s predicate semantics differ from std::sort's. F... | Benjamin Kramer | 2010-12-13 | 1 | -1/+1 |
* | Add a couple dag combines to transform mulhi/mullo into a wider multiply | Chris Lattner | 2010-12-13 | 1 | -0/+36 |
* | reinstate my patch: the miscompile was caused by an inverted branch in the | Chris Lattner | 2010-12-13 | 1 | -3/+6 |
* | Completely disable the optimization I added in r121680 until | Chris Lattner | 2010-12-13 | 1 | -3/+6 |
* | remove the verbose-asm "constant pool double" comments that we were printing | Chris Lattner | 2010-12-13 | 1 | -8/+0 |
* | Make simplifycfg reprocess newly formed "br (cond1 | cond2)" conditions | Chris Lattner | 2010-12-13 | 1 | -5/+12 |
* | make this logic a bit simpler. | Chris Lattner | 2010-12-13 | 1 | -21/+20 |
* | split all the guts of SimplifyCFGOpt::run out into one function | Chris Lattner | 2010-12-13 | 1 | -374/+441 |
* | fix a bug in r121680 that upset the various buildbots. | Chris Lattner | 2010-12-13 | 1 | -0/+7 |
* | refactor the speculative execution logic to be factored into the cond branch ... | Chris Lattner | 2010-12-13 | 1 | -26/+22 |
* | simplify a bunch of code. | Chris Lattner | 2010-12-13 | 1 | -15/+4 |
* | move HoistThenElseCodeToIf up to a more logical and efficient-to-handle place. | Chris Lattner | 2010-12-13 | 1 | -7/+11 |
* | move 'MergeBlocksIntoPredecessor' call earlier. Use | Chris Lattner | 2010-12-13 | 1 | -20/+9 |
* | factor new code out to a SimplifyBranchOnICmpChain helper function. | Chris Lattner | 2010-12-13 | 1 | -77/+91 |
* | enhance the "change or icmp's into switch" xform to handle one value in an | Chris Lattner | 2010-12-13 | 1 | -3/+45 |
* | merge two very similar functions into one that has a bool argument. | Chris Lattner | 2010-12-13 | 1 | -47/+26 |
* | Disable auto-detection of AVX support since AVX codegen support is not ready. | Evan Cheng | 2010-12-13 | 2 | -2/+5 |
* | don't bother handling non-canonical icmp's | Chris Lattner | 2010-12-13 | 1 | -11/+9 |
* | inline a function, making the result much simpler. | Chris Lattner | 2010-12-13 | 1 | -27/+11 |
* | Fix my previous patch to handle a degenerate case that the llvm-gcc | Chris Lattner | 2010-12-13 | 1 | -0/+16 |
* | convert some methods to be static functions | Chris Lattner | 2010-12-13 | 1 | -25/+23 |
* | zap two more std::sorts. | Chris Lattner | 2010-12-13 | 1 | -2/+2 |
* | fix a fairly serious oversight with switch formation from | Chris Lattner | 2010-12-13 | 1 | -1/+97 |
* | simplify code and reduce indentation | Chris Lattner | 2010-12-13 | 1 | -32/+30 |