| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Sub simplifications and additional Add simplifications out of | Duncan Sands | 2010-12-15 | 1 | -2/+2 |
* | Teach jump threading to "look through" a select when the branch direction of ... | Frits van Bommel | 2010-12-15 | 1 | -0/+123 |
* | Relax alignment fragments. | Rafael Espindola | 2010-12-15 | 1 | -5/+5 |
* | Patch by David Meyer to avoid a O(N^2) behaviour when relaxing fragments. | Rafael Espindola | 2010-12-15 | 1 | -5/+5 |
* | take care of some todos, transforming [us]mul_lohi into | Chris Lattner | 2010-12-15 | 1 | -0/+1 |
* | merge two tests | Chris Lattner | 2010-12-15 | 2 | -7/+10 |
* | Add some more MC tests for ARM arithmetic instructions that update or don't | Kevin Enderby | 2010-12-15 | 1 | -8/+59 |
* | Fix PR8790, another instance where unreachable code can cause instruction sim... | Owen Anderson | 2010-12-15 | 1 | -0/+17 |
* | Fix a minor bug in two-address pass. It was missing a commute opportunity. | Evan Cheng | 2010-12-14 | 1 | -5/+43 |
* | MC/ARM: Fix-up fixup offset for fixup_arm_branch target specific fixup. | Daniel Dunbar | 2010-12-14 | 1 | -0/+7 |
* | - Insert new instructions before DomBlock's terminator, | Chris Lattner | 2010-12-14 | 2 | -30/+16 |
* | fix two significant issues with FoldTwoEntryPHINode: | Chris Lattner | 2010-12-14 | 1 | -2/+5 |
* | fix yet anohter broken line | Chris Lattner | 2010-12-14 | 1 | -2/+2 |
* | reapply my recent change that disables a piece of the switch formation | Chris Lattner | 2010-12-14 | 1 | -2/+1 |
* | bfi A, (and B, C1), C2) -> bfi A, B, C2 iff C1 & C2 == C1. rdar://8458663 | Evan Cheng | 2010-12-14 | 1 | -0/+13 |
* | fix fixme case typo :-) | Jason W Kim | 2010-12-14 | 1 | -1/+1 |
* | Fix recent buildbot breakage by pulling SimplifyCFG back to its state as of r... | Owen Anderson | 2010-12-13 | 1 | -0/+1 |
* | First cut of ARM/MC/ELF PIC relocations. | Jason W Kim | 2010-12-13 | 1 | -0/+100 |
* | Remove the rest of the *_sfp Neon instruction patterns. | Bob Wilson | 2010-12-13 | 1 | -5/+0 |
* | temporarily disable part of my previous patch, which causes an iterator inval... | Chris Lattner | 2010-12-13 | 1 | -15/+36 |
* | Reapply r121520, PartialAlias implementation for BasicAA, now that | Dan Gohman | 2010-12-13 | 1 | -2/+27 |
* | Fix sort predicate. qsort(3)'s predicate semantics differ from std::sort's. F... | Benjamin Kramer | 2010-12-13 | 1 | -0/+39 |
* | rename test | Chris Lattner | 2010-12-13 | 1 | -0/+0 |
* | Add a couple dag combines to transform mulhi/mullo into a wider multiply | Chris Lattner | 2010-12-13 | 2 | -12/+36 |
* | reinstate my patch: the miscompile was caused by an inverted branch in the | Chris Lattner | 2010-12-13 | 1 | -27/+48 |
* | Completely disable the optimization I added in r121680 until | Chris Lattner | 2010-12-13 | 1 | -27/+28 |
* | Make simplifycfg reprocess newly formed "br (cond1 | cond2)" conditions | Chris Lattner | 2010-12-13 | 1 | -0/+65 |
* | fix a bug in r121680 that upset the various buildbots. | Chris Lattner | 2010-12-13 | 1 | -0/+29 |
* | make these tests a bit less fragile | Chris Lattner | 2010-12-13 | 2 | -12/+6 |
* | enhance the "change or icmp's into switch" xform to handle one value in an | Chris Lattner | 2010-12-13 | 1 | -2/+25 |
* | merge two tests | Chris Lattner | 2010-12-13 | 2 | -30/+42 |
* | Fix my previous patch to handle a degenerate case that the llvm-gcc | Chris Lattner | 2010-12-13 | 1 | -0/+23 |
* | fix a fairly serious oversight with switch formation from | Chris Lattner | 2010-12-13 | 1 | -1/+44 |
* | Add support for using the `!if' operator when initializing variables: | Bill Wendling | 2010-12-13 | 1 | -3/+27 |
* | Missed some ADDI <-> ADDIK conversions in 121649. | Wesley Peck | 2010-12-12 | 1 | -2/+1 |
* | Generalize the and-icmp-select instcombine further by allowing selects of the... | Benjamin Kramer | 2010-12-11 | 1 | -0/+50 |
* | Factor the (x & 2^n) ? 2^m : 0 instcombine into its own method and generalize it | Benjamin Kramer | 2010-12-11 | 1 | -0/+25 |
* | (or (and (shl A, #shamt), mask), B) => ARMbfi B, A, ~mask where lsb(mask) == ... | Evan Cheng | 2010-12-11 | 2 | -2/+24 |
* | Add float patterns for Neon vld1-lane/dup and vst1-lane operations. | Bob Wilson | 2010-12-10 | 4 | -18/+54 |
* | Revert r121520, which may have introduced miscompilations. | Dan Gohman | 2010-12-10 | 1 | -27/+2 |
* | Implement PartialAlias checking in BasicAA. | Dan Gohman | 2010-12-10 | 1 | -2/+27 |
* | Fix some invalid alignments for Neon vld-dup and vld/st-lane instructions. | Bob Wilson | 2010-12-10 | 2 | -8/+28 |
* | macho-dump: Fix CMake build, following up to r121466. | NAKAMURA Takumi | 2010-12-10 | 1 | -1/+1 |
* | Fixed version of 121434 with no new memory leaks. | Rafael Espindola | 2010-12-10 | 2 | -1/+42 |
* | macho-dump: Switch to C++ macho-dump tool. | Daniel Dunbar | 2010-12-10 | 2 | -0/+0 |
* | Revert my previous patch to make the valgrind bots happy. | Rafael Espindola | 2010-12-10 | 2 | -42/+1 |
* | Add dependency to "make check". | NAKAMURA Takumi | 2010-12-10 | 1 | -1/+9 |
* | Formalize the notion that AVX and SSE are non-overlapping extensions from the... | Nate Begeman | 2010-12-10 | 1 | -1/+1 |
* | Initial support for the cfi directives. This is just enough to get | Rafael Espindola | 2010-12-09 | 2 | -1/+42 |
* | Add support for parsing ARM arithmetic instructions that update or don't update | Kevin Enderby | 2010-12-09 | 1 | -0/+9 |