aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix @llvm.prefetch isel. Selecting between pld / pldw using the first immedia...Evan Cheng2010-11-041-16/+13
* Add encoding for VSTR.Bill Wendling2010-11-041-0/+14
* Covert VORRIMM to be produced via early target-specific DAG combining, rather...Owen Anderson2010-11-032-1/+3
* Add support for code generation of the one register with immediate form of vorr.Owen Anderson2010-11-032-0/+25
* Fix test.Evan Cheng2010-11-031-1/+1
* Unlike a lot of NEON instructions, vext isn't _actually_ parameterized by ele...Owen Anderson2010-11-031-2/+2
* This test assumes SSE is present; that is not the defaultDale Johannesen2010-11-031-1/+1
* Add codegen patterns for VST1-lane instructions. Radar 8599955.Bob Wilson2010-11-033-5/+66
* Check for extractelement with a variable operand for the element number.Bob Wilson2010-11-031-0/+17
* Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten...Evan Cheng2010-11-031-2/+2
* Add support to match @llvm.prefetch to pld / pldw / pli. rdar://8601536.Evan Cheng2010-11-031-0/+64
* The MC code couldn't handle ARM LDR instructions with negative offsets:Bill Wendling2010-11-031-1/+20
* Fix DAGCombiner to avoid going into an infinite loop when itDan Gohman2010-11-031-0/+32
* Two sets of changes. Sorry they are intermingled.Evan Cheng2010-11-036-31/+101
* chase owen.Chris Lattner2010-11-021-3/+3
* tweak this to pass.Chris Lattner2010-11-021-5/+4
* temporarily xfail this.Chris Lattner2010-11-021-2/+3
* Inline asm mult-alt constraint tests.John Thompson2010-11-028-0/+2611
* Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to workBill Wendling2010-11-022-7/+19
* Provide correct encodings for the remaining vst variants that we currently ge...Owen Anderson2010-11-021-0/+33
* Add correct encodings for basic variants for vst3 and vst4.Owen Anderson2010-11-021-0/+36
* Add correct encodings for the basic variants for vst2.Owen Anderson2010-11-021-0/+12
* Add correct encodings for the basic form of vst1.Owen Anderson2010-11-021-0/+20
* Add correct encodings for the rest of the vld instructions that we generate.Owen Anderson2010-11-021-2/+39
* Revert r114340 (improvements in Darwin function prologue/epilogue), as it brokeJim Grosbach2010-11-022-7/+8
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-021-0/+19
* Use frameindex, if available, as a last resort to emit debug info for a param...Devang Patel2010-11-021-0/+35
* Add correct NEON encodings for vld2, vld3, and vld4 basic variants.Owen Anderson2010-11-021-0/+54
* Add correct NEON encodings for the "multiple single elements" form of vld.Owen Anderson2010-11-021-0/+19
* Add support for alignment operands on VLD1-lane instructions.Bob Wilson2010-11-011-10/+13
* Add VLD1-lane testcases for quad-register types.Bob Wilson2010-11-011-0/+27
* Add NEON VLD1-lane instructions. Partial fix for Radar 8599955.Bob Wilson2010-11-011-0/+27
* Use ARM-style comments.Bill Wendling2010-11-011-62/+61
* When folding away a (shl (shr)) pair, we need to check that the bits that wil...Owen Anderson2010-11-011-0/+20
* When we look at instructions to convert to setting the 's' flag, we need to lookBill Wendling2010-11-012-11/+14
* Use ARM-style comment syntax.Owen Anderson2010-11-0118-626/+626
* NEON does not support truncating vector stores. Radar 8598391.Bob Wilson2010-11-011-0/+10
* Covert this test to .s form.Owen Anderson2010-11-012-103/+19
* Convert this test to .s form.Owen Anderson2010-11-012-538/+108
* Covert this test to .s form.Owen Anderson2010-11-012-215/+46
* Covert this test to .s form.Owen Anderson2010-11-012-449/+98
* Fix test.Rafael Espindola2010-11-011-1/+1
* Write the line info to .debug_line.Rafael Espindola2010-11-011-0/+22
* Mark ARM subtarget features that are available for the assembler.Jim Grosbach2010-11-0121-21/+21
* Add support for .value.Rafael Espindola2010-11-011-0/+4
* Implement .weakref.Rafael Espindola2010-11-011-0/+234
* More tests to XFAIL. The arm-and-txt-peephole.ll test passes even when theBill Wendling2010-11-012-4/+5
* Disable because peephole is disabled.Bill Wendling2010-11-011-0/+1
* "mov[zs]x (mem), GR16" are not ambiguous: the memChris Lattner2010-11-011-0/+6
* Implement enough of the missing instalias support to getChris Lattner2010-11-011-3/+45