| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Handle unindexed instructions in SlotIndices. | Jakob Stoklund Olesen | 2010-07-02 | 1 | -7/+12 |
* | Properly handle debug values during inline spilling. | Jakob Stoklund Olesen | 2010-07-02 | 1 | -13/+32 |
* | beautify output | Gabor Greif | 2010-07-02 | 1 | -0/+1 |
* | use ArgOperand API | Gabor Greif | 2010-07-02 | 1 | -2/+2 |
* | Don't claim to preserve AliasAnalysis. First, this is doesn't actually | Dan Gohman | 2010-07-02 | 1 | -1/+0 |
* | Reword the definition of the noalias attribute. The intention is for | Dan Gohman | 2010-07-02 | 2 | -26/+39 |
* | Rematerialize as much as possible before inserting spills and reloads. | Jakob Stoklund Olesen | 2010-07-02 | 2 | -60/+185 |
* | 80-column and trailing whitespace cleanup. | Jim Grosbach | 2010-07-02 | 1 | -28/+33 |
* | grammar tweaks | Jim Grosbach | 2010-07-02 | 1 | -3/+3 |
* | Fix incorrect asm-printing of some NEON immediates. Fix weak testcase so | Bob Wilson | 2010-07-02 | 3 | -38/+24 |
* | use ArgOperand API (found by my previous commit) | Gabor Greif | 2010-07-02 | 1 | -6/+6 |
* | back out r107480, it was just testing the waters anyway... | Gabor Greif | 2010-07-02 | 1 | -21/+1 |
* | [test commit, just to tickle the selfhost buildbots; I'll back out in a few m... | Gabor Greif | 2010-07-02 | 1 | -1/+21 |
* | Comment a non-obvious member variable. | Dan Gohman | 2010-07-02 | 1 | -0/+2 |
* | IndirectBr is not safe to speculatively execute (!) | Dan Gohman | 2010-07-02 | 1 | -0/+1 |
* | Rename CreateReg to CreateRegs, and MakeReg to CreateReg. | Dan Gohman | 2010-07-02 | 5 | -14/+15 |
* | Shrink down SSE3 code by more multiclass refactoring | Bruno Cardoso Lopes | 2010-07-01 | 1 | -149/+99 |
* | Prevent test from hanging waiting for input. | Dale Johannesen | 2010-07-01 | 1 | -1/+1 |
* | Make the "linker_private" linkage type emit a non-weak symbol to the file. It | Bill Wendling | 2010-07-01 | 1 | -1/+1 |
* | Shrink down SSE3 code by some multiclass refactoring - 1st part | Bruno Cardoso Lopes | 2010-07-01 | 1 | -74/+17 |