summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* add a test for the ud2a alias.Chris Lattner2010-10-30
* If a function does a volatile load from a global constant, do notDuncan Sands2010-10-30
* Overhaul memory barriers in the ARM backend. Radar 8601999.Bob Wilson2010-10-30
* Some instructions end with an "ls" prefix, but it doesn't indicate that they areBill Wendling2010-10-29
* Teach machine cse to eliminate instructions with multiple physreg uses and de...Evan Cheng2010-10-29
* Be more strict on when we produce an undefined reference. In gas a file withRafael Espindola2010-10-29
* Change instcombine's getShuffleMask to represent undef with negative values.Bob Wilson2010-10-29
* Remove DAG combiner patch to fold vector splats. Instcombiner does it now.Bob Wilson2010-10-29
* Make instcombine a little more aggressive in combining vector shuffles.Bob Wilson2010-10-29
* Update testcase since we're no longer doing the constant forwarding inline wi...Owen Anderson2010-10-29
* Convert this test to .s form.Owen Anderson2010-10-29
* Convert this test to .s form.Owen Anderson2010-10-29
* Convert this test to .s form.Owen Anderson2010-10-29
* Convert this test to .s form.Owen Anderson2010-10-29
* Covert this test to .s form.Owen Anderson2010-10-29
* Convert this test to .s form.Owen Anderson2010-10-29
* Convert this test to .s form.Owen Anderson2010-10-29
* Convert this test to .s form.Owen Anderson2010-10-29
* Convert this test to .s form.Owen Anderson2010-10-29
* Convert this test to .s form.Owen Anderson2010-10-29
* Covert this test to .s form.Owen Anderson2010-10-29
* Convert this test to .s form.Owen Anderson2010-10-29
* Convert this test to .s form.Owen Anderson2010-10-29
* Convert this file to less fragile .s form.Owen Anderson2010-10-29
* Replace this test with the less fragile .s version. Still XFAIL'd, since the...Owen Anderson2010-10-29
* Covert this test to a .s file to reduce fragility.Owen Anderson2010-10-29
* Avoiding overly aggressive latency scheduling. If the two nodes share anEvan Cheng2010-10-29
* test/Scripts/macho-dump: Make hack for Python-2.4. [PR7995]NAKAMURA Takumi2010-10-29
* Teach memdep to use pointsToConstantMemory to determine that loadsDan Gohman2010-10-29
* Convert this test to a .s file, so that it's not sensitive to codegen changes.Owen Anderson2010-10-29
* Add a basic testcase for TBAA-aware DSE.Dan Gohman2010-10-29
* add simple support for addrmode5 operands, allowingChris Lattner2010-10-29
* The ARM jit cannot handle these tests as of 2010-10-27.Andrew Trick2010-10-29
* Improvements to .section parsing:Rafael Espindola2010-10-28
* most simple arm instructions match correctly now,Chris Lattner2010-10-28
* fix the asmmatcher generator to handle targets with no RegisterPrefixChris Lattner2010-10-28
* Add support for the .string directive.Rafael Espindola2010-10-28
* Defined weak symbols should have non-zero value.Rafael Espindola2010-10-28
* Fix relocations with renamed symbols.Rafael Espindola2010-10-28
* Aliases defined with .symver should copy the binding of the symbols they alias.Rafael Espindola2010-10-28
* Teach the DAG combiner to fold a splat of a splat. Radar 8597790.Bob Wilson2010-10-28
* Implement .equ directive as a synonym to .set.Roman Divacky2010-10-28
* Testcase for PR8494 (invalid bitcode crashing the bitcode reader).Duncan Sands2010-10-28
* Implement R_X86_64_DTPOFF32.Rafael Espindola2010-10-28
* Implement TLSLD.Rafael Espindola2010-10-28
* Implement DTPOFF.Rafael Espindola2010-10-28
* Implement TLSLDM.Rafael Espindola2010-10-28
* Implement VK_GOTNTPOFF and switch RelocNeedsGOT to use VariantKind.Rafael Espindola2010-10-28
* Re-commit 117518 and 117519 now that ARM MC test failures are out of the way.Evan Cheng2010-10-28
* Disable most of the ARM vfp / NEON MC tests. These are too fragile to be useful.Evan Cheng2010-10-28