aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
AgeCommit message (Expand)Author
2007-02-23bugfix: SP wasn't updated for varargs when frame pointer was eliminated.Lauro Ramos Venancio
2007-02-23Fix stack alignment in functions with varargs.Lauro Ramos Venancio
2007-02-23-march=arm -enable-thumb => -march=thumbEvan Cheng
2007-02-13Add ABI information to ARM subtarget.Lauro Ramos Venancio
2007-02-13According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned.Lauro Ramos Venancio
2007-02-08i64 setcc tests.Evan Cheng
2007-02-07New test case.Evan Cheng
2007-02-06Add a DYNAMIC_STACKALLOC test case.Evan Cheng
2007-02-05Fix unord test.Lauro Ramos Venancio
2007-02-03Add a test case.Evan Cheng
2007-02-03__builtin_isunordered test case.Evan Cheng
2007-02-03Improves alloca test. Verifies SP restoration.Lauro Ramos Venancio
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer
2007-02-01My mistake, my environment wasn't up to date. This passes now.Reid Spencer
2007-02-01XFAIL this on x86 linux as it continues to fail.Reid Spencer
2007-02-01Add a test case.Evan Cheng
2007-02-01Added a thumb vararg test.Evan Cheng
2007-01-31Fix test case.Evan Cheng
2007-01-31Fix test cases.Evan Cheng
2007-01-31ARM fix: Miscompilation when frame pointer can't be eliminated. Uninitialized...Lauro Ramos Venancio
2007-01-30Combine two tests.Evan Cheng
2007-01-30For PR411:Reid Spencer
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