aboutsummaryrefslogtreecommitdiff
path: root/contrib/compiler-rt/lib/builtins/arm/addsf3vfp.S
Commit message (Collapse)AuthorAgeFilesLines
* Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric2019-12-201-32/+0
| | | | | | | | | | | | | This uses the new layout of the upstream repository, which was recently migrated to GitHub, and converted into a "monorepo". That is, most of the earlier separate sub-projects with their own branches and tags were consolidated into one top-level directory, and are now branched and tagged together. Updating the vendor area to match this layout is next. Notes: svn path=/head/; revision=355940
* Merge compiler-rt trunk r366426, resolve conflicts, and addDimitry Andric2019-08-221-4/+3
| | | | | | | FREEBSD-Xlist. Notes: svn path=/projects/clang900-import/; revision=351401
* Merge compiler-rt release_40 branch r292009.Dimitry Andric2017-01-141-0/+4
| | | | Notes: svn path=/projects/clang400-import/; revision=312198
* Update compiler-rt to 3.9.0 release, and update the build glue forDimitry Andric2016-09-031-0/+3
| | | | | | | libcompiler_rt and libclang_rt. Notes: svn path=/projects/clang390-import/; revision=305364
* Update compiler-rt to trunk r224034. This brings a number of newDimitry Andric2015-01-081-0/+26
builtins, and also the various sanitizers. Support for these will be added in a later commit. Notes: svn path=/head/; revision=276851