index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
compiler_rt
Age
Commit message (
Expand
)
Author
2021-08-08
Pull up following revision(s) (requested by skrll in ticket #1328):
martin
2017-07-23
Do not use IEEE 754 specific functions for VAX
martin
2017-06-16
Implement __clear_cache using __syncicache on PPC
joerg
2017-05-26
Use MACHINE_ARCH for the sparc check.
joerg
2017-05-24
Add __clear_cache implementatin for SPARC/SPARC64.
joerg
2016-03-30
Drop fixxfdi.c for m68k (where double == long double and this isn't needed
martin
2016-03-26
Make sure to define __SOFT_FP__ when building a SOFTFLOAT userland
martin
2016-02-29
Fix buidling with MKPROFILE=no
adam
2016-02-27
Sync with changes in the profiling implementation of compiler-rt.
joerg
2014-09-03
Changes for OR1K
matt
2014-08-17
VAX does need __clzsi2
matt
2014-08-13
powerpc64 uses the same sources as powerpc and needs the long double as
joerg
2014-08-10
MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPU
matt
2014-08-10
Add the not-yet-used IEEE quad support files.
joerg
2014-08-10
Changes to existing files to enable building AARCH64 userland.
matt
2014-07-14
Don't include atomic.c, we have aliases for it in src/common.
joerg
2014-05-20
For the moment, don't complain about const casts.
joerg
2014-05-16
Prepare in case we want to hook up the profile init code later.
joerg
2014-05-16
Deal with PGO rename.
joerg
2014-03-19
On sh3 __udivsi3 is gcc "millicode" with special calling convention
uwe
2014-03-02
Change remaining "MACHINE_ARCH" to "LIBC_MACHINE_ARCH"
matt
2014-02-26
Update compiler-rt glue for the new source layout.
joerg
2014-01-29
Long double support builds for PPC now.
joerg
2014-01-18
ARM needs __clear_cache.
joerg
2014-01-18
Must use LIBC_MACHINE_ARCH for deciding whether 64bit support code is
joerg
2014-01-18
__fixsfdi is required, __fixdfsi already in softfloat.
joerg
2014-01-18
Use a separate variable for the use of GCC's unwind code.
joerg
2014-01-17
Don't use aeabi_dcmp.S and aeabi_fcmp.S on ARM yet, softfloat provides
joerg
2014-01-17
Comment out softfloat code until it is decided what to use long term.
joerg
2014-01-17
__floatunsidf and __floatunsisf are provided by softfloat, but
joerg
2014-01-17
Explicitly enumerate platforms that have unwind support to make
joerg
2014-01-16
Don't build common quad routines if the platform is 64bit since they
matt
2014-01-15
Add profiling helper functions to the build.
joerg
2013-12-03
Don't include bswap for ARM right now, the routines require ARMv6.
joerg
2013-12-03
Add ARM (EABI) specific sources. Split off code that requires C11,
joerg
2013-07-04
Build glue for including compiler-rt in libc, not hooked up yet.
joerg