summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/hello.ll
AgeCommit message (Expand)Author
2016-08-23[ARM] Generate consistent frame records for Thumb2Oliver Stannard
2016-02-17Fix some erroneous lit test failures due to unlucky name of working directory.Mitch Bodart
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2014-04-03ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool
2012-01-04Fix more places which should be checking for iOS, not darwin.Evan Cheng
2011-07-07Change some ARM subtarget features to be single bit yes/no in order to sink t...Evan Cheng
2010-11-22Fix epilogue codegen to avoid leaving the stack pointer in an invalidEvan Cheng
2009-11-21Revert 89562. We're being sneakier than I was giving us credit for, and thisJim Grosbach
2009-11-21Darwin requires a frame pointer for all non-leaf functions to support correctJim Grosbach
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-04-16For PR1319:Reid Spencer
2007-04-16Fix hello.ll test.Lauro Ramos Venancio
2007-04-15For PR1336:Reid Spencer
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-19ARM test cases contributed by Apple.Evan Cheng
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-08-04use a 'register pressure reducing' schedulerRafael Espindola