summaryrefslogtreecommitdiff
path: root/lib/arm/mulsf3vfp.S
Commit message (Collapse)AuthorAgeFilesLines
* Change ARM vfp assembly functions to use unified syntax.Bob Wilson2011-08-231-4/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@138332 91177308-0d34-0410-b5e6-96231b3b80d8
* license changeHoward Hinnant2010-11-161-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@119397 91177308-0d34-0410-b5e6-96231b3b80d8
* add explicit alignment directives to assure arm code is 4-byte alignedNick Kledzik2010-04-211-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@102030 91177308-0d34-0410-b5e6-96231b3b80d8
* Switch to using DEFINE_COMPILERRT_[PRIVATE_]FUNCTION to define function ↵Daniel Dunbar2009-10-271-2/+1
| | | | | | symbols inside .S files. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@85264 91177308-0d34-0410-b5e6-96231b3b80d8
* Add assembly.h for use in .S files.Daniel Dunbar2009-10-271-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@85263 91177308-0d34-0410-b5e6-96231b3b80d8
* start adding implementation of arm *vfp routines with test casesNick Kledzik2009-09-111-0/+23
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@81558 91177308-0d34-0410-b5e6-96231b3b80d8