aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/long.ll
Commit message (Expand)AuthorAgeFilesLines
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-11/+11
* Simplify printing of ARM shifted immediates.Jim Grosbach2011-07-111-3/+3
* Fix test-llvm failures.Johnny Chen2011-04-051-3/+3
* tweak test to check instructions rather than relying on the comment stringJim Grosbach2010-09-171-4/+4
* Fix the rest of the ARM failures by converting them to FileCheck.Bob Wilson2009-10-271-12/+22
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-8/+8
* Move thumb and thumb2 tests into separate directories.Evan Cheng2009-06-241-7/+0
* Do not emit comments unless -asm-verbose.Evan Cheng2009-03-241-1/+1
* Remove llvm-upgrade.Tanya Lattner2008-02-171-47/+48
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-11/+11
* Fix test.Evan Cheng2007-04-161-1/+1
* For PR1319: Upgrade to new test harness.Reid Spencer2007-04-151-0/+1
* For PR1319: Upgrade to use new test harnessReid Spencer2007-04-151-14/+18
* -march=arm -enable-thumb => -march=thumbEvan Cheng2007-02-231-5/+5
* Fix test case.Evan Cheng2007-01-311-2/+0
* Thumb tests.Evan Cheng2007-01-271-2/+9
* ARM test cases contributed by Apple.Evan Cheng2007-01-191-8/+5
* use MVN to handle small negative constantsRafael Espindola2006-12-121-2/+2
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-12/+12
* add the immediate to the Offset in eliminateFrameIndexRafael Espindola2006-10-171-0/+7
* implement smull and umullRafael Espindola2006-10-161-1/+19
* add SBCS and SUBSRafael Espindola2006-10-131-1/+9
* implement calls to functions that return longRafael Espindola2006-10-131-0/+7
* add a test for adds adcsRafael Espindola2006-10-091-1/+9
* if a constant can't be an immediate, add it to the constant poolRafael Espindola2006-09-211-3/+2
* add support for returning 64bit valuesRafael Espindola2006-09-041-0/+32