Age | Commit message (Expand) | Author |
2010-11-03 | Two sets of changes. Sorry they are intermingled. | Evan Cheng |
2010-11-02 | chase owen. | Chris Lattner |
2010-11-02 | tweak this to pass. | Chris Lattner |
2010-11-02 | temporarily xfail this. | Chris Lattner |
2010-11-02 | Inline asm mult-alt constraint tests. | John Thompson |
2010-11-02 | Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to work | Bill Wendling |
2010-11-02 | Provide correct encodings for the remaining vst variants that we currently ge... | Owen Anderson |
2010-11-02 | Add correct encodings for basic variants for vst3 and vst4. | Owen Anderson |
2010-11-02 | Add correct encodings for the basic variants for vst2. | Owen Anderson |
2010-11-02 | Add correct encodings for the basic form of vst1. | Owen Anderson |
2010-11-02 | Add correct encodings for the rest of the vld instructions that we generate. | Owen Anderson |
2010-11-02 | Revert r114340 (improvements in Darwin function prologue/epilogue), as it broke | Jim Grosbach |
2010-11-02 | Add support for expressions in .sleb/.uleb directives. | Rafael Espindola |
2010-11-02 | Use frameindex, if available, as a last resort to emit debug info for a param... | Devang Patel |
2010-11-02 | Add correct NEON encodings for vld2, vld3, and vld4 basic variants. | Owen Anderson |
2010-11-02 | Add correct NEON encodings for the "multiple single elements" form of vld. | Owen Anderson |
2010-11-01 | Add support for alignment operands on VLD1-lane instructions. | Bob Wilson |
2010-11-01 | Add VLD1-lane testcases for quad-register types. | Bob Wilson |
2010-11-01 | Add NEON VLD1-lane instructions. Partial fix for Radar 8599955. | Bob Wilson |
2010-11-01 | Use ARM-style comments. | Bill Wendling |
2010-11-01 | When folding away a (shl (shr)) pair, we need to check that the bits that wil... | Owen Anderson |
2010-11-01 | When we look at instructions to convert to setting the 's' flag, we need to look | Bill Wendling |
2010-11-01 | Use ARM-style comment syntax. | Owen Anderson |
2010-11-01 | NEON does not support truncating vector stores. Radar 8598391. | Bob Wilson |
2010-11-01 | Covert this test to .s form. | Owen Anderson |
2010-11-01 | Convert this test to .s form. | Owen Anderson |
2010-11-01 | Covert this test to .s form. | Owen Anderson |
2010-11-01 | Covert this test to .s form. | Owen Anderson |
2010-11-01 | Fix test. | Rafael Espindola |
2010-11-01 | Write the line info to .debug_line. | Rafael Espindola |
2010-11-01 | Mark ARM subtarget features that are available for the assembler. | Jim Grosbach |
2010-11-01 | Add support for .value. | Rafael Espindola |
2010-11-01 | Implement .weakref. | Rafael Espindola |
2010-11-01 | More tests to XFAIL. The arm-and-txt-peephole.ll test passes even when the | Bill Wendling |
2010-11-01 | Disable because peephole is disabled. | Bill Wendling |
2010-11-01 | "mov[zs]x (mem), GR16" are not ambiguous: the mem | Chris Lattner |
2010-11-01 | Implement enough of the missing instalias support to get | Chris Lattner |
2010-11-01 | Convert this test to .s form. | Owen Anderson |
2010-11-01 | make the asm matcher emitter reject instructions that have comments | Chris Lattner |
2010-10-30 | fix an encoding mismatch where "sal %eax, 1" was not using the short encoding | Chris Lattner |
2010-10-30 | add a test for the ud2a alias. | Chris Lattner |
2010-10-30 | If a function does a volatile load from a global constant, do not | Duncan Sands |
2010-10-30 | Overhaul memory barriers in the ARM backend. Radar 8601999. | Bob Wilson |
2010-10-29 | Some instructions end with an "ls" prefix, but it doesn't indicate that they are | Bill Wendling |
2010-10-29 | Teach machine cse to eliminate instructions with multiple physreg uses and de... | Evan Cheng |
2010-10-29 | Be more strict on when we produce an undefined reference. In gas a file with | Rafael Espindola |
2010-10-29 | Change instcombine's getShuffleMask to represent undef with negative values. | Bob Wilson |
2010-10-29 | Remove DAG combiner patch to fold vector splats. Instcombiner does it now. | Bob Wilson |
2010-10-29 | Make instcombine a little more aggressive in combining vector shuffles. | Bob Wilson |
2010-10-29 | Update testcase since we're no longer doing the constant forwarding inline wi... | Owen Anderson |