summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/long.ll
Commit message (Expand)AuthorAge
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Simplify printing of ARM shifted immediates.Jim Grosbach2011-07-11
* Fix test-llvm failures.Johnny Chen2011-04-05
* tweak test to check instructions rather than relying on the comment stringJim Grosbach2010-09-17
* Fix the rest of the ARM failures by converting them to FileCheck.Bob Wilson2009-10-27
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Move thumb and thumb2 tests into separate directories.Evan Cheng2009-06-24
* Do not emit comments unless -asm-verbose.Evan Cheng2009-03-24
* Remove llvm-upgrade.Tanya Lattner2008-02-17
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* Fix test.Evan Cheng2007-04-16
* For PR1319: Upgrade to new test harness.Reid Spencer2007-04-15
* For PR1319: Upgrade to use new test harnessReid Spencer2007-04-15
* -march=arm -enable-thumb => -march=thumbEvan Cheng2007-02-23
* Fix test case.Evan Cheng2007-01-31
* Thumb tests.Evan Cheng2007-01-27
* ARM test cases contributed by Apple.Evan Cheng2007-01-19
* use MVN to handle small negative constantsRafael Espindola2006-12-12
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* add the immediate to the Offset in eliminateFrameIndexRafael Espindola2006-10-17
* implement smull and umullRafael Espindola2006-10-16
* add SBCS and SUBSRafael Espindola2006-10-13
* implement calls to functions that return longRafael Espindola2006-10-13
* add a test for adds adcsRafael Espindola2006-10-09
* if a constant can't be an immediate, add it to the constant poolRafael Espindola2006-09-21
* add support for returning 64bit valuesRafael Espindola2006-09-04