/* $NetBSD: gtdf2.c,v 1.1 2000/06/06 08:15:05 bjh21 Exp $ */ /* * Written by Ben Harris, 2000. This file is in the Public Domain. */ #include "softfloat-for-gcc.h" #include "milieu.h" #include "softfloat.h" #include #if defined(LIBC_SCCS) && !defined(lint) __RCSID("$NetBSD: gtdf2.c,v 1.1 2000/06/06 08:15:05 bjh21 Exp $"); #endif /* LIBC_SCCS and not lint */ flag __gtdf2(float64, float64); flag __gtdf2(float64 a, float64 b) { /* libgcc1.c says a > b */ return float64_lt(b, a); } 'get'> NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/libLLVMTarget
AgeCommit message (Expand)Author
2019-11-13Remove old LLVM build system.joerg
2017-01-11Update LLVM build glue for pre-4.0.0 r291444.joerg
2016-02-27Update build system for LLVM 3.8.0rc3.joerg
2015-01-29Update build system glue for LLVM 3.6RC1. Notable changes:joerg
2014-01-15Update build glue for LLVM/Clang 3.5svn r199312. Noticable changesjoerg
2013-01-23Update LLVM/Clang snapshot to r172366. Catch up with the move past 3.2joerg
2012-11-17Update LLVM/Clang snapshot to r168187 for various bug fixes.joerg
2012-10-28Update LLVM/Clang snapshot to r166772. Now builds without RTTI andjoerg
2012-04-14Update LLVM/Clang to r154578.joerg
2012-01-11Update LLVM/Clang snapshot to r147888. Most importantly, this fixes ajoerg
2011-12-19Update LLVM/Clang snapshot to r146851. Most noticable, this fixes thejoerg
2011-09-01Update LLVM/Clang snapshot to r138875. Primarily to get the rewrittenjoerg
2011-07-25Update to LLVM/Clang snapshot to r135906. Fixes a number of bugs foundjoerg
2011-07-04Update LLVM/Clang to r134374. This brings the xstorerng alias for Viajoerg
2011-02-23Update LLVM/Clang snapshot. This brings improvements for the integratedjoerg
2011-02-06Add LLVM and clang build system. It is enabled by MKLLVM=yes.joerg