ef8821e5db
It seems there have only been a small amount to the compiler-rt source code in the mean time. I'd rather have the code in sync as much as possible by the time we release 9.0. Changes: - The libcompiler_rt library is now dual licensed under both the University of Illinois "BSD-Like" license and the MIT license. - Our local modifications for using .hidden instead of .private_extern have been upstreamed, meaning our changes to lib/assembly.h can now be reverted. - A possible endless recursion in __modsi3() has been fixed. - Support for ARM EABI has been added, but it has no effect on FreeBSD (yet). - The functions __udivmodsi4 and __divmodsi4 have been added. Requested by: many, including bf@ and Pedro Giffuni
25 lines
846 B
Plaintext
25 lines
846 B
Plaintext
This file is a partial list of people who have contributed to the LLVM/CompilerRT
|
|
project. If you have contributed a patch or made some other contribution to
|
|
LLVM/CompilerRT, please submit a patch to this file to add yourself, and it will be
|
|
done!
|
|
|
|
The list is sorted by surname and formatted to allow easy grepping and
|
|
beautification by scripts. The fields are: name (N), email (E), web-address
|
|
(W), PGP key ID and fingerprint (P), description (D), and snail-mail address
|
|
(S).
|
|
|
|
N: Craig van Vliet
|
|
E: cvanvliet@auroraux.org
|
|
W: http://www.auroraux.org
|
|
D: Code style and Readability fixes.
|
|
|
|
N: Edward O'Callaghan
|
|
E: eocallaghan@auroraux.org
|
|
W: http://www.auroraux.org
|
|
D: CMake'ify Compiler-RT build system
|
|
D: Maintain Solaris & AuroraUX ports of Compiler-RT
|
|
|
|
N: Howard Hinnant
|
|
E: hhinnant@apple.com
|
|
D: Architect and primary author of compiler-rt
|