| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix a bunch of custom-inserter functions to handle the case where | Dan Gohman | 2010-07-06 | 14 | -209/+274 |
* | Remove mistakenly added test. | Eric Christopher | 2010-07-06 | 1 | -25/+0 |
* | Fix up -fstack-protector on linux to use the segment | Eric Christopher | 2010-07-06 | 7 | -6/+107 |
* | Detabify this file. | Nick Lewycky | 2010-07-06 | 1 | -7/+7 |
* | Add default value to setIsNoInline for parity with the other methods of its | Nick Lewycky | 2010-07-06 | 1 | -15/+7 |
* | Fix typo 'getter' where 'setter' was intended. | Nick Lewycky | 2010-07-06 | 1 | -2/+2 |
* | Have the X86 backend use Triple instead of a string and some enums. | Eric Christopher | 2010-07-05 | 3 | -64/+38 |
* | Remove some unused/redundant code. | Kalle Raiskila | 2010-07-05 | 2 | -20/+0 |
* | more tidying. | Chris Lattner | 2010-07-05 | 2 | -10/+5 |
* | another v2f32 case, in this case showing poor codegen. | Chris Lattner | 2010-07-05 | 1 | -1/+16 |
* | some notes about suboptimal insertps's | Chris Lattner | 2010-07-05 | 1 | -0/+31 |
* | random tidying | Chris Lattner | 2010-07-05 | 2 | -41/+43 |
* | rip out even more sporadic v2f32 support. | Chris Lattner | 2010-07-05 | 3 | -19/+1 |
* | rip out the various v2f32 "mmx" handling logic, now that | Chris Lattner | 2010-07-05 | 1 | -6/+6 |
* | fix test on non-x86 hosts. | Chris Lattner | 2010-07-05 | 1 | -1/+1 |
* | Print symbolic subreg indices on REG_SEQUENCE and INSERT_SUBREG. | Jakob Stoklund Olesen | 2010-07-04 | 1 | -0/+2 |
* | Just rip v2f32 support completely out of the X86 backend. In | Chris Lattner | 2010-07-04 | 2 | -28/+17 |
* | fix PR7518 - terrible codegen of <2 x float>, by only marking | Chris Lattner | 2010-07-04 | 2 | -6/+32 |
* | indentation | Chris Lattner | 2010-07-04 | 1 | -2/+3 |
* | Infer alignments of fixed frame objects when they are constructed. This ensur... | Evan Cheng | 2010-07-04 | 2 | -18/+7 |
* | indmemrem and lowerallocs are gone. | Chris Lattner | 2010-07-04 | 1 | -35/+0 |
* | Revert r107583. I no longer think that this is the way to solve the problem. | Bill Wendling | 2010-07-04 | 1 | -2/+2 |
* | Mark sse_load_f32 and sse_load_f64 as having memory operands | Bill Wendling | 2010-07-04 | 1 | -2/+2 |
* | back out r107580, I have seen what I wanted | Gabor Greif | 2010-07-04 | 1 | -21/+1 |
* | Proper indentation. | Bill Wendling | 2010-07-04 | 1 | -1/+1 |
* | [another test commit, just to tickle the selfhost buildbots; I'll back out in... | Gabor Greif | 2010-07-04 | 1 | -1/+21 |
* | Minor amendment to switch-lowering improvement. | Eli Friedman | 2010-07-03 | 1 | -2/+10 |
* | Note switch-lowering inefficiency. | Eli Friedman | 2010-07-03 | 1 | -0/+36 |
* | Add AVX SSE4.1 blend, mpsadbw and vdp | Bruno Cardoso Lopes | 2010-07-03 | 3 | -0/+132 |
* | Add AVX SSE4.1 binop (some forms of packed max,min,mul,pack,cmp) instructions | Bruno Cardoso Lopes | 2010-07-03 | 3 | -0/+202 |
* | Fix typo. | Eric Christopher | 2010-07-03 | 1 | -1/+1 |
* | Add AVX SSE4.1 Horizontal Minimum and Position instruction | Bruno Cardoso Lopes | 2010-07-03 | 3 | -0/+19 |
* | Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl... | Evan Cheng | 2010-07-03 | 19 | -74/+58 |
* | Add AVX SSE4.1 round instructions | Bruno Cardoso Lopes | 2010-07-03 | 3 | -0/+140 |
* | Detect and handle COPY in many places. | Jakob Stoklund Olesen | 2010-07-03 | 10 | -40/+73 |
* | Document that BasicAA respects noalias, while InterproceduralBasicAA | Dan Gohman | 2010-07-02 | 2 | -4/+8 |
* | Describe which dependencies are relevant to noalias, and document how | Dan Gohman | 2010-07-02 | 2 | -1/+11 |
* | Simple refactoring of SSE4.1 instructions, making room for the AVX forms | Bruno Cardoso Lopes | 2010-07-02 | 1 | -151/+117 |
* | Add some html anchors, to allow attributes to be linked to directly. | Dan Gohman | 2010-07-02 | 1 | -5/+6 |
* | 80-col fixup. | Eric Christopher | 2010-07-02 | 1 | -1/+2 |
* | Add a new target independent COPY instruction and code to lower it. | Jakob Stoklund Olesen | 2010-07-02 | 5 | -3/+66 |
* | - Add support for the rest of AVX SSE3 instructions | Bruno Cardoso Lopes | 2010-07-02 | 4 | -19/+345 |
* | Clean up TargetOpcodes.h a bit, and limit the number of places where the full | Jakob Stoklund Olesen | 2010-07-02 | 4 | -110/+48 |
* | Custom inserters (e.g., conditional moves in Thumb1 can introduce | Jim Grosbach | 2010-07-02 | 1 | -1/+14 |
* | MDString is already checked earlier. | Devang Patel | 2010-07-02 | 1 | -1/+1 |
* | Remove early IT block formation. It's not used. | Evan Cheng | 2010-07-02 | 3 | -213/+6 |
* | - Two-address pass should not assume unfolding is always successful. | Evan Cheng | 2010-07-02 | 3 | -12/+126 |
* | Remove an unused enum. | Dan Gohman | 2010-07-02 | 1 | -21/+0 |
* | Propagate the AlignStack bit in InlineAsm's to the | Dale Johannesen | 2010-07-02 | 12 | -17/+60 |
* | Remove invalid assert | Jakob Stoklund Olesen | 2010-07-02 | 1 | -1/+0 |