aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Convert this test to .s form.Owen Anderson2010-11-012-697/+160
* make the asm matcher emitter reject instructions that have commentsChris Lattner2010-11-011-6/+6
* fix an encoding mismatch where "sal %eax, 1" was not using the short encodingChris Lattner2010-10-301-0/+5
* add a test for the ud2a alias.Chris Lattner2010-10-301-0/+4
* If a function does a volatile load from a global constant, do notDuncan Sands2010-10-301-0/+10
* Overhaul memory barriers in the ARM backend. Radar 8601999.Bob Wilson2010-10-302-14/+28
* Some instructions end with an "ls" prefix, but it doesn't indicate that they areBill Wendling2010-10-292-434/+160
* Teach machine cse to eliminate instructions with multiple physreg uses and de...Evan Cheng2010-10-291-1/+7
* Be more strict on when we produce an undefined reference. In gas a file withRafael Espindola2010-10-293-1/+4
* Change instcombine's getShuffleMask to represent undef with negative values.Bob Wilson2010-10-291-0/+13
* Remove DAG combiner patch to fold vector splats. Instcombiner does it now.Bob Wilson2010-10-291-16/+0
* Make instcombine a little more aggressive in combining vector shuffles.Bob Wilson2010-10-291-0/+10
* Update testcase since we're no longer doing the constant forwarding inline wi...Owen Anderson2010-10-291-2/+1
* Convert this test to .s form.Owen Anderson2010-10-292-625/+150
* Convert this test to .s form.Owen Anderson2010-10-292-85/+26
* Convert this test to .s form.Owen Anderson2010-10-292-121/+26
* Convert this test to .s form.Owen Anderson2010-10-292-427/+87
* Covert this test to .s form.Owen Anderson2010-10-292-107/+30
* Convert this test to .s form.Owen Anderson2010-10-292-278/+56
* Convert this test to .s form.Owen Anderson2010-10-292-381/+67
* Convert this test to .s form.Owen Anderson2010-10-292-431/+117
* Convert this test to .s form.Owen Anderson2010-10-292-295/+58
* Convert this test to .s form.Owen Anderson2010-10-292-115/+27
* Covert this test to .s form.Owen Anderson2010-10-292-122/+34
* Convert this test to .s form.Owen Anderson2010-10-292-477/+104
* Convert this test to .s form.Owen Anderson2010-10-292-143/+36
* Convert this file to less fragile .s form.Owen Anderson2010-10-292-118/+32
* Replace this test with the less fragile .s version. Still XFAIL'd, since the...Owen Anderson2010-10-292-412/+84
* Covert this test to a .s file to reduce fragility.Owen Anderson2010-10-292-117/+31
* Avoiding overly aggressive latency scheduling. If the two nodes share anEvan Cheng2010-10-292-1/+4
* 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