aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test/Scripts/macho-dump: Make hack for Python-2.4. [PR7995]NAKAMURA Takumi2010-10-291-1/+4
* Teach memdep to use pointsToConstantMemory to determine that loadsDan Gohman2010-10-291-0/+23
* Convert this test to a .s file, so that it's not sensitive to codegen changes.Owen Anderson2010-10-293-658/+138
* Add a basic testcase for TBAA-aware DSE.Dan Gohman2010-10-291-0/+43
* add simple support for addrmode5 operands, allowingChris Lattner2010-10-291-0/+4
* The ARM jit cannot handle these tests as of 2010-10-27.Andrew Trick2010-10-292-0/+2
* Improvements to .section parsing:Rafael Espindola2010-10-281-0/+5
* most simple arm instructions match correctly now,Chris Lattner2010-10-281-0/+5
* fix the asmmatcher generator to handle targets with no RegisterPrefixChris Lattner2010-10-281-1/+6
* Add support for the .string directive.Rafael Espindola2010-10-281-0/+7
* Defined weak symbols should have non-zero value.Rafael Espindola2010-10-281-2/+2
* Fix relocations with renamed symbols.Rafael Espindola2010-10-281-0/+46
* Aliases defined with .symver should copy the binding of the symbols they alias.Rafael Espindola2010-10-281-3/+26
* Teach the DAG combiner to fold a splat of a splat. Radar 8597790.Bob Wilson2010-10-281-0/+16
* Implement .equ directive as a synonym to .set.Roman Divacky2010-10-281-0/+5
* Testcase for PR8494 (invalid bitcode crashing the bitcode reader).Duncan Sands2010-10-282-0/+2
* Implement R_X86_64_DTPOFF32.Rafael Espindola2010-10-281-0/+7
* Implement TLSLD.Rafael Espindola2010-10-281-0/+7
* Implement DTPOFF.Rafael Espindola2010-10-281-0/+9
* Implement TLSLDM.Rafael Espindola2010-10-281-0/+7
* Implement VK_GOTNTPOFF and switch RelocNeedsGOT to use VariantKind.Rafael Espindola2010-10-281-0/+9
* Re-commit 117518 and 117519 now that ARM MC test failures are out of the way.Evan Cheng2010-10-287-8/+8
* Disable most of the ARM vfp / NEON MC tests. These are too fragile to be useful.Evan Cheng2010-10-2816-0/+30
* test/Transforms/SimplifyLibCalls/floor.ll: Mark as XFAIL:win32 due to lack of...NAKAMURA Takumi2010-10-281-0/+2
* Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ...Evan Cheng2010-10-287-8/+8
* - Assign load / store with shifter op address modes the right itinerary classes.Evan Cheng2010-10-287-8/+8
* Fix pastos in handling of AVX cvttsd2si, PR8491.Dale Johannesen2010-10-282-2/+2
* Add correct NEON encodings for vtbl and vtbx.Owen Anderson2010-10-281-0/+102
* Add correct NEON encodings for vext, vtrn, vuzp, and vzip.Owen Anderson2010-10-271-0/+213
* Teach InstCombine not to use Add and Neg on FP. PR 8490.Dale Johannesen2010-10-271-0/+20
* Shifter ops are not always free. Do not fold them (especially to formEvan Cheng2010-10-271-9/+63
* Tests for NEON encoding of vrev.Owen Anderson2010-10-271-0/+85
* Provide correct encodings for NEON vcvt, which has its own special immediate ...Owen Anderson2010-10-271-0/+122
* Provide correct encodings for the get_lane and set_lane variants of vmov.Owen Anderson2010-10-271-1/+125
* Add support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TLS_IE and R_386_TLS_LE.Rafael Espindola2010-10-271-0/+32
* Added the x86 instruction ud2b (2nd official undefined instruction).Kevin Enderby2010-10-271-0/+4
* SelectionDAG shuffle nodes do not allow operands with different numbers ofBob Wilson2010-10-271-0/+18
* Implement R_X86_64_GOTTPOFF, R_X86_64_TLSGD and R_X86_64_TPOFF32.Rafael Espindola2010-10-271-7/+28
* Provide correct NEON encodings for vdup.Owen Anderson2010-10-271-0/+115
* Set default type and flags for .init and .fini.Rafael Espindola2010-10-271-0/+28
* Tests for NEON encoding of vmovl, vmovn, vqmovn, and vqmovun.Owen Anderson2010-10-271-0/+138
* Tests for NEON encoding of vcls, vclz, and vcnt.Owen Anderson2010-10-271-0/+118
* Tests for NEON encoding of vneg and vqneg.Owen Anderson2010-10-271-0/+107
* Produce an error for an invalid use of .symver.Rafael Espindola2010-10-271-0/+7
* Tests for NEON encoding of vabs and vqabs.Owen Anderson2010-10-271-0/+117
* Add correct NEON encodings for vsli and vsri.Owen Anderson2010-10-271-0/+138
* Add correct NEON encodings for vsra and vrsra.Owen Anderson2010-10-271-0/+309
* Symbols defined as the difference of other two end up in the ABS section.Rafael Espindola2010-10-271-0/+16
* Add support for the .symver directive. This is really ugly, but most of it isRafael Espindola2010-10-271-0/+142
* Yet another tweak to X86 instructions to add ud2a as an alias to ud2Kevin Enderby2010-10-271-0/+4