summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/long.ll
AgeCommit message (Expand)Author
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-04-03ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2011-07-11Simplify printing of ARM shifted immediates.Jim Grosbach
2011-04-05Fix test-llvm failures.Johnny Chen
2010-09-17tweak test to check instructions rather than relying on the comment stringJim Grosbach
2009-10-27Fix the rest of the ARM failures by converting them to FileCheck.Bob Wilson
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-06-24Move thumb and thumb2 tests into separate directories.Evan Cheng
2009-03-24Do not emit comments unless -asm-verbose.Evan Cheng
2008-02-17Remove llvm-upgrade.Tanya Lattner
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-04-16Fix test.Evan Cheng
2007-04-15For PR1319: Upgrade to new test harness.Reid Spencer
2007-04-15For PR1319: Upgrade to use new test harnessReid Spencer
2007-02-23-march=arm -enable-thumb => -march=thumbEvan Cheng
2007-01-31Fix test case.Evan Cheng
2007-01-27Thumb tests.Evan Cheng
2007-01-19ARM test cases contributed by Apple.Evan Cheng
2006-12-12use MVN to handle small negative constantsRafael Espindola
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-10-17add the immediate to the Offset in eliminateFrameIndexRafael Espindola
2006-10-16implement smull and umullRafael Espindola
2006-10-13add SBCS and SUBSRafael Espindola
2006-10-13implement calls to functions that return longRafael Espindola
2006-10-09add a test for adds adcsRafael Espindola
2006-09-21if a constant can't be an immediate, add it to the constant poolRafael Espindola
2006-09-04add support for returning 64bit valuesRafael Espindola