summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/mul.ll
Commit message (Collapse)AuthorAgeFilesLines
* ARM: update even more testsSaleem Abdulrasool2014-04-031-2/+12
| | | | | | | | | More updating of tests to be explicit about the target triple rather than relying on the default target triple supporting ARM mode. Indicate to lit that object emission is not yet available for Windows on ARM. llvm-svn: 205545
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-2/+2
| | | | llvm-svn: 81293
* Move thumb and thumb2 tests into separate directories.Evan Cheng2009-06-241-2/+0
| | | | llvm-svn: 74068
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-4/+4
| | | | llvm-svn: 41097
* For PR1319: Upgrade to use new test harnessReid Spencer2007-04-151-4/+3
| | | | llvm-svn: 36076
* -march=arm -enable-thumb => -march=thumbEvan Cheng2007-02-231-2/+2
| | | | llvm-svn: 34522
* For PR761:Reid Spencer2007-01-261-4/+4
| | | | | | | | | | | | | | Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. llvm-svn: 33533
* Thumb test cases.Evan Cheng2007-01-231-10/+21
| | | | llvm-svn: 33471
* ARM test cases contributed by Apple.Evan Cheng2007-01-191-4/+3
| | | | llvm-svn: 33354
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+15
llvm-svn: 33296
OpenPOWER on IntegriCloud