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