aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fp.ll
AgeCommit message (Expand)Author
2009-11-09Use Unified Assembly Syntax for the ARM backend.Jim Grosbach
2009-10-09Convert some ARM tests with lots of greps to use FileCheck.Bob Wilson
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-02-17Remove llvm-upgrade.Tanya Lattner
2007-11-28update this test after the fmrrd fixChris Lattner
2007-11-28Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-05-07Fix tests.Evan Cheng
2007-04-16For PR1319:Reid Spencer
2007-04-15For PR1319: Upgrade to use new test harnessReid Spencer
2007-01-30For PR411:Reid Spencer
2007-01-19ARM test cases contributed by Apple.Evan Cheng
2007-01-12Build constants using instructions mov/orr or mvn/eor.Lauro Ramos Venancio
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-10-17cleanup some testsRafael Espindola
2006-10-17add FSTD and FSTSRafael Espindola
2006-10-07implement FUITOS and FUITODRafael Espindola
2006-10-07implement FLDDRafael Espindola
2006-10-06add support for calling functions that return doubleRafael Espindola
2006-10-06add support for calling functions that have double argumentsRafael Espindola
2006-10-05implement a ArgumentLayout class to factor code common to LowerFORMAL_ARGUMEN...Rafael Espindola
2006-10-03Implement floating point constantsRafael Espindola
2006-10-02fix the names of the 64bit fp registerRafael Espindola
2006-09-29add floating point registersRafael Espindola