| Commit message (Expand) | Author | Age | Files | Lines |
* | Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f... | Stephen Lin | 2013-07-14 | 1 | -8/+8 |
* | ARM VLDR/VSTR instructions don't need a size suffix. | Jim Grosbach | 2011-11-14 | 1 | -1/+1 |
* | Simplify printing of ARM shifted immediates. | Jim Grosbach | 2011-07-11 | 1 | -2/+2 |
* | Fix test-llvm failures. | Johnny Chen | 2011-04-05 | 1 | -1/+1 |
* | tweak test to check instructions rather than relying on the comment string | Jim Grosbach | 2010-09-17 | 1 | -1/+1 |
* | Use Unified Assembly Syntax for the ARM backend. | Jim Grosbach | 2009-11-09 | 1 | -16/+16 |
* | Convert some ARM tests with lots of greps to use FileCheck. | Bob Wilson | 2009-10-09 | 1 | -11/+27 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -1/+1 |
* | Remove llvm-upgrade. | Tanya Lattner | 2008-02-17 | 1 | -24/+25 |
* | update this test after the fmrrd fix | Chris Lattner | 2007-11-28 | 1 | -3/+2 |
* | Fix bug in regression tests that ignored stderr output in RUN lines. Updated ... | Tanya Lattner | 2007-11-28 | 1 | -0/+1 |
* | Convert tests using "| wc -l | grep ..." to use the count script. | Dan Gohman | 2007-08-15 | 1 | -4/+4 |
* | Fix tests. | Evan Cheng | 2007-05-07 | 1 | -2/+1 |
* | For PR1319: | Reid Spencer | 2007-04-16 | 1 | -18/+12 |
* | For PR1319: Upgrade to use new test harness | Reid Spencer | 2007-04-15 | 1 | -13/+18 |
* | For PR411: | Reid Spencer | 2007-01-30 | 1 | -1/+1 |
* | ARM test cases contributed by Apple. | Evan Cheng | 2007-01-19 | 1 | -25/+34 |
* | Build constants using instructions mov/orr or mvn/eor. | Lauro Ramos Venancio | 2007-01-12 | 1 | -1/+7 |
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 1 | -10/+10 |
* | cleanup some tests | Rafael Espindola | 2006-10-17 | 1 | -31/+3 |
* | add FSTD and FSTS | Rafael Espindola | 2006-10-17 | 1 | -2/+16 |
* | implement FUITOS and FUITOD | Rafael Espindola | 2006-10-07 | 1 | -2/+17 |
* | implement FLDD | Rafael Espindola | 2006-10-07 | 1 | -1/+8 |
* | add support for calling functions that return double | Rafael Espindola | 2006-10-06 | 1 | -3/+7 |
* | add support for calling functions that have double arguments | Rafael Espindola | 2006-10-06 | 1 | -2/+8 |
* | implement a ArgumentLayout class to factor code common to LowerFORMAL_ARGUMEN... | Rafael Espindola | 2006-10-05 | 1 | -2/+7 |
* | Implement floating point constants | Rafael Espindola | 2006-10-03 | 1 | -1/+8 |
* | fix the names of the 64bit fp register | Rafael Espindola | 2006-10-02 | 1 | -2/+10 |
* | add floating point registers | Rafael Espindola | 2006-09-29 | 1 | -0/+10 |