Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM VLDR/VSTR instructions don't need a size suffix. | Jim Grosbach | 2011-11-14 | 1 | -1/+1 |
| | | | | | | | Canonicallize on the non-suffixed form, but continue to accept assembly that has any correctly sized type suffix. llvm-svn: 144583 | ||||
* | Simplify printing of ARM shifted immediates. | Jim Grosbach | 2011-07-11 | 1 | -2/+2 |
| | | | | | | | | | Print shifted immediate values directly rather than as a payload+shifter value pair. This makes for more readable output assembly code, simplifies the instruction printer, and is consistent with how Thumb immediates are displayed. llvm-svn: 134902 | ||||
* | Fix test-llvm failures. | Johnny Chen | 2011-04-05 | 1 | -1/+1 |
| | | | | llvm-svn: 128906 | ||||
* | tweak test to check instructions rather than relying on the comment string | Jim Grosbach | 2010-09-17 | 1 | -1/+1 |
| | | | | llvm-svn: 114200 | ||||
* | Use Unified Assembly Syntax for the ARM backend. | Jim Grosbach | 2009-11-09 | 1 | -16/+16 |
| | | | | llvm-svn: 86494 | ||||
* | Convert some ARM tests with lots of greps to use FileCheck. | Bob Wilson | 2009-10-09 | 1 | -11/+27 |
| | | | | llvm-svn: 83651 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -1/+1 |
| | | | | llvm-svn: 81293 | ||||
* | Remove llvm-upgrade. | Tanya Lattner | 2008-02-17 | 1 | -24/+25 |
| | | | | llvm-svn: 47238 | ||||
* | update this test after the fmrrd fix | Chris Lattner | 2007-11-28 | 1 | -3/+2 |
| | | | | llvm-svn: 44393 | ||||
* | Fix bug in regression tests that ignored stderr output in RUN lines. Updated ↵ | Tanya Lattner | 2007-11-28 | 1 | -0/+1 |
| | | | | | | | | tests and fixed broken run lines. XFAILed 3 arm regressions (will file bugs) llvm-svn: 44389 | ||||
* | Convert tests using "| wc -l | grep ..." to use the count script. | Dan Gohman | 2007-08-15 | 1 | -4/+4 |
| | | | | llvm-svn: 41097 | ||||
* | Fix tests. | Evan Cheng | 2007-05-07 | 1 | -2/+1 |
| | | | | llvm-svn: 36913 | ||||
* | For PR1319: | Reid Spencer | 2007-04-16 | 1 | -18/+12 |
| | | | | | | | | Remove && from the end of the lines to prevent tests from throwing run lines into the background. Also, clean up places where the same command is run multiple times by using a temporary file. llvm-svn: 36142 | ||||
* | For PR1319: Upgrade to use new test harness | Reid Spencer | 2007-04-15 | 1 | -13/+18 |
| | | | | llvm-svn: 36076 | ||||
* | For PR411: | Reid Spencer | 2007-01-30 | 1 | -1/+1 |
| | | | | | | | | Update these tests to not use the same name even though the type of the value differs. After PR411 hits, type planes will be gone and it will be illegal for a name to be used twice, regardless of type. llvm-svn: 33660 | ||||
* | ARM test cases contributed by Apple. | Evan Cheng | 2007-01-19 | 1 | -25/+34 |
| | | | | llvm-svn: 33354 | ||||
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 1 | -0/+54 |
llvm-svn: 33296 |