aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/fp.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-8/+8
* ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach2011-11-141-1/+1
* Simplify printing of ARM shifted immediates.Jim Grosbach2011-07-111-2/+2
* Fix test-llvm failures.Johnny Chen2011-04-051-1/+1
* tweak test to check instructions rather than relying on the comment stringJim Grosbach2010-09-171-1/+1
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-091-16/+16
* Convert some ARM tests with lots of greps to use FileCheck.Bob Wilson2009-10-091-11/+27
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
* Remove llvm-upgrade.Tanya Lattner2008-02-171-24/+25
* update this test after the fmrrd fixChris Lattner2007-11-281-3/+2
* Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner2007-11-281-0/+1
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-4/+4
* Fix tests.Evan Cheng2007-05-071-2/+1
* For PR1319:Reid Spencer2007-04-161-18/+12
* For PR1319: Upgrade to use new test harnessReid Spencer2007-04-151-13/+18
* For PR411:Reid Spencer2007-01-301-1/+1
* ARM test cases contributed by Apple.Evan Cheng2007-01-191-25/+34
* Build constants using instructions mov/orr or mvn/eor.Lauro Ramos Venancio2007-01-121-1/+7
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-10/+10
* cleanup some testsRafael Espindola2006-10-171-31/+3
* add FSTD and FSTSRafael Espindola2006-10-171-2/+16
* implement FUITOS and FUITODRafael Espindola2006-10-071-2/+17
* implement FLDDRafael Espindola2006-10-071-1/+8
* add support for calling functions that return doubleRafael Espindola2006-10-061-3/+7
* add support for calling functions that have double argumentsRafael Espindola2006-10-061-2/+8
* implement a ArgumentLayout class to factor code common to LowerFORMAL_ARGUMEN...Rafael Espindola2006-10-051-2/+7
* Implement floating point constantsRafael Espindola2006-10-031-1/+8
* fix the names of the 64bit fp registerRafael Espindola2006-10-021-2/+10
* add floating point registersRafael Espindola2006-09-291-0/+10