aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
AgeCommit message (Expand)Author
2007-01-30Add / merge tests.Evan Cheng
2007-01-27Thumb tests.Evan Cheng
2007-01-27Merge tests.Evan Cheng
2007-01-26For PR761:Reid Spencer
2007-01-25fix fcopysign testLauro Ramos Venancio
2007-01-24Added some load from stack frames test cases.Evan Cheng
2007-01-23Thumb test cases.Evan Cheng
2007-01-23Thumb test cases.Evan Cheng
2007-01-22Make it work for both Linux and Mac OS.Evan Cheng
2007-01-22PastoEvan Cheng
2007-01-22Fix test case.Evan Cheng
2007-01-19Add test case extracted from lencod. Spiller was infinite looping in GetRegFo...Evan Cheng
2007-01-19ARM test cases contributed by Apple.Evan Cheng
2007-01-13For PR1043:Reid Spencer
2007-01-12Don't add or sub zero to sp.Lauro Ramos Venancio
2007-01-12Build constants using instructions mov/orr or mvn/eor.Lauro Ramos Venancio
2007-01-05Globals are not being renamed any more.Reid Spencer
2007-01-05This test case has been translated to 2.0 assembly so don't runReid Spencer
2007-01-04Add test for constructor and destructor sections.Lauro Ramos Venancio
2007-01-04Add extload(i1) test.Lauro Ramos Venancio
2007-01-04Add test for FCOPYSIGN.Lauro Ramos Venancio
2007-01-03Update test cases that grepped for register names that have now changedReid Spencer
2007-01-02For PR1070:Reid Spencer
2006-12-31implement missing comparesRafael Espindola
2006-12-31For PR950:Reid Spencer
2006-12-29Update tests that need to be run through llvm-upgrade. This is necessaryReid Spencer
2006-12-14avoid using a constant table when a constant can be used inlineRafael Espindola
2006-12-14Avoid creating invalid sub/add instructions on the prolog/epilogRafael Espindola
2006-12-12more general matching of the MVN instructionRafael Espindola
2006-12-12don't use "ordinary" addressing mode 1 when mvn is appropriateRafael Espindola
2006-12-12use MVN to handle small negative constantsRafael Espindola
2006-12-12add mvnRafael Espindola
2006-12-10.align is in bitsRafael Espindola
2006-12-09use a . instead of a % in the grep expressionRafael Espindola
2006-12-08%progbits not @progbitsRafael Espindola
2006-12-08add missing &&Rafael Espindola
2006-12-08add \"aw\",@progbits" to ctors and dtorsRafael Espindola
2006-12-07fix alignmentRafael Espindola
2006-12-07make sure that we don't use a common symbol if a section was specifiedRafael Espindola
2006-12-06print weak referencesRafael Espindola
2006-12-05expand memmove and memcpyRafael Espindola
2006-12-05add support for the "r" asm constraintRafael Espindola
2006-12-05add support for weak linkageRafael Espindola
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-10-31add support for calling functions when the caller has variable sized objectsRafael Espindola
2006-10-27Improve cvs ignoring of test results.Reid Spencer
2006-10-27Add a run line to this test.Reid Spencer
2006-10-26initial support for frame pointersRafael Espindola
2006-10-24expand ISD::VACOPYRafael Espindola
2006-10-23implement STRB and STRHRafael Espindola