aboutsummaryrefslogtreecommitdiff
path: root/contrib/compiler-rt/lib/builtins/muldc3.c
Commit message (Collapse)AuthorAgeFilesLines
* Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric2019-12-201-65/+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-66/+58
| | | | | | | FREEBSD-Xlist. Notes: svn path=/projects/clang900-import/; revision=351401
* Merge compiler-rt release_38 branch r258968.Dimitry Andric2016-02-061-7/+7
| | | | | | | | Note that there is still a problem on amd64, causing SIGBUS in the early startup of Address Sanitizer. This is being investigated. Notes: svn path=/projects/clang380-import/; revision=295349
* Update compiler-rt to trunk r224034. This brings a number of newDimitry Andric2015-01-081-0/+73
builtins, and also the various sanitizers. Support for these will be added in a later commit. Notes: svn path=/head/; revision=276851