aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/fpconv.ll
Commit message (Expand)AuthorAgeFilesLines
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-091-10/+10
* Convert some ARM tests with lots of greps to use FileCheck.Bob Wilson2009-10-091-22/+42
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-2/+2
* Move thumb and thumb2 tests into separate directories.Evan Cheng2009-06-241-1/+0
* More soft fp fixes.Evan Cheng2008-04-011-1/+3
* Unbreak ARM / Thumb soft FP support.Evan Cheng2008-04-011-0/+10
* Remove llvm-upgrade.Tanya Lattner2008-02-171-26/+26
* For PR1319:Reid Spencer2007-04-161-11/+11
* ARM test cases contributed by Apple.Evan Cheng2007-01-191-11/+11
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-11/+11
* cleanup some testsRafael Espindola2006-10-171-7/+39
* uint <-> double conversionRafael Espindola2006-10-101-0/+12
* add double <-> int conversionRafael Espindola2006-10-101-2/+14
* add float -> double and double -> float conversionRafael Espindola2006-10-091-0/+15