aboutsummaryrefslogtreecommitdiff
path: root/contrib/compiler-rt/lib/builtins/fixunssfdi.c
Commit message (Collapse)AuthorAgeFilesLines
* Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric2019-12-201-43/+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-33/+23
| | | | | | | FREEBSD-Xlist. Notes: svn path=/projects/clang900-import/; revision=351401
* Merge compiler-rt trunk r321017 to contrib/compiler-rt.Dimitry Andric2017-12-201-7/+5
| | | | Notes: svn path=/projects/clang600-import/; revision=327033
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r303197, and updateDimitry Andric2017-05-161-2/+12
| | | | | | | build glue. Notes: svn path=/projects/clang500-import/; revision=318384
* Merge compiler-rt release_38 branch r258968.Dimitry Andric2016-02-061-2/+2
| | | | | | | | 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 3.7.0 release. This also includes the sanitizerDimitry Andric2015-09-101-2/+26
| | | | | | | and profile libraries. Notes: svn path=/projects/clang370-import/; revision=287626
* Pull in r231965 from upstream compiler-rt trunk (by Jörg Sonnenberger):Dimitry Andric2015-03-141-29/+6
| | | | | | | | | | | | | | | | | | | | | Refactor float to integer conversion to share the same code. 80bit Intel/PPC long double is excluded due to lacking support for the abstraction. Consistently provide saturation logic. Extend to long double on 128bit IEEE extended platforms. Initial patch with test cases from GuanHong Liu. Reviewed by Steve Canon. Differential Revision: http://reviews.llvm.org/D2804 Pull in r232107 from upstream compiler-rt trunk (by Ed Maste): Use signed int implementation for __fixint Requested by: emaste Notes: svn path=/head/; revision=279981
* Update compiler-rt to trunk r224034. This brings a number of newDimitry Andric2015-01-081-0/+44
builtins, and also the various sanitizers. Support for these will be added in a later commit. Notes: svn path=/head/; revision=276851