summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fp.ll
Commit message (Expand)AuthorAge
* ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool2014-04-03
* ARM: force soft-float ABI for tests depending on it.Tim Northover2013-12-18
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach2011-11-14
* Simplify printing of ARM shifted immediates.Jim Grosbach2011-07-11
* Fix test-llvm failures.Johnny Chen2011-04-05
* tweak test to check instructions rather than relying on the comment stringJim Grosbach2010-09-17
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-09
* Convert some ARM tests with lots of greps to use FileCheck.Bob Wilson2009-10-09
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Remove llvm-upgrade.Tanya Lattner2008-02-17
* update this test after the fmrrd fixChris Lattner2007-11-28
* Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner2007-11-28
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* Fix tests.Evan Cheng2007-05-07
* For PR1319:Reid Spencer2007-04-16
* For PR1319: Upgrade to use new test harnessReid Spencer2007-04-15
* For PR411:Reid Spencer2007-01-30
* ARM test cases contributed by Apple.Evan Cheng2007-01-19
* Build constants using instructions mov/orr or mvn/eor.Lauro Ramos Venancio2007-01-12
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* cleanup some testsRafael Espindola2006-10-17
* add FSTD and FSTSRafael Espindola2006-10-17
* implement FUITOS and FUITODRafael Espindola2006-10-07
* implement FLDDRafael Espindola2006-10-07
* add support for calling functions that return doubleRafael Espindola2006-10-06
* add support for calling functions that have double argumentsRafael Espindola2006-10-06
* implement a ArgumentLayout class to factor code common to LowerFORMAL_ARGUMEN...Rafael Espindola2006-10-05
* Implement floating point constantsRafael Espindola2006-10-03
* fix the names of the 64bit fp registerRafael Espindola2006-10-02
* add floating point registersRafael Espindola2006-09-29