This repository was archived by the owner on Mar 31, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 17 files changed +34
-0
lines changed Expand file tree Collapse file tree 17 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
+ // 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8
+ //
7
9
//===----------------------------------------------------------------------===//
8
10
//
9
11
// This file implements __clzdi2 for the compiler_rt library.
Original file line number Diff line number Diff line change 4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
+ // 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8
+ //
7
9
//===----------------------------------------------------------------------===//
8
10
//
9
11
// This file implements __ctzdi2 for the compiler_rt library.
Original file line number Diff line number Diff line change 4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
+ // 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8
+ //
7
9
//===----------------------------------------------------------------------===//
8
10
//
9
11
// This file implements __divdi3 for the compiler_rt library.
Original file line number Diff line number Diff line change 4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
+ // 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8
+ //
7
9
//===----------------------------------------------------------------------===//
8
10
//
9
11
// This file implements __divsi3 for the compiler_rt library.
Original file line number Diff line number Diff line change 4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
+ // 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8
+ //
7
9
//===----------------------------------------------------------------------===//
8
10
//
9
11
// This file implements __divti3 for the compiler_rt library.
Original file line number Diff line number Diff line change 4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
+ // 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8
+ //
7
9
//===----------------------------------------------------------------------===//
8
10
//
9
11
// This file implements __moddi3 for the compiler_rt library.
Original file line number Diff line number Diff line change 4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
+ // 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8
+ //
7
9
//===----------------------------------------------------------------------===//
8
10
//
9
11
// This file implements __modti3 for the compiler_rt library.
Original file line number Diff line number Diff line change 4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
+ // 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8
+ //
7
9
//===----------------------------------------------------------------------===//
8
10
//
9
11
// This file implements __mulodi4 for the compiler_rt library.
Original file line number Diff line number Diff line change 4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
+ // 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8
+ //
7
9
//===----------------------------------------------------------------------===//
8
10
//
9
11
// This file implements __mulosi4 for the compiler_rt library.
Original file line number Diff line number Diff line change 4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
+ // 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8
+ //
7
9
//===----------------------------------------------------------------------===//
8
10
//
9
11
// This file implements __muloti4 for the compiler_rt library.
Original file line number Diff line number Diff line change 4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
+ // 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8
+ //
7
9
//===----------------------------------------------------------------------===//
8
10
//
9
11
// This file implements __mulvdi3 for the compiler_rt library.
Original file line number Diff line number Diff line change 4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
+ // 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8
+ //
7
9
//===----------------------------------------------------------------------===//
8
10
//
9
11
// This file implements __mulvsi3 for the compiler_rt library.
Original file line number Diff line number Diff line change 4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
+ // 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8
+ //
7
9
//===----------------------------------------------------------------------===//
8
10
//
9
11
// This file implements __mulvti3 for the compiler_rt library.
Original file line number Diff line number Diff line change 4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
+ // 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8
+ //
7
9
//===----------------------------------------------------------------------===//
8
10
//
9
11
// This file implements __udivdi3 for the compiler_rt library.
Original file line number Diff line number Diff line change 4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
+ // 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8
+ //
7
9
//===----------------------------------------------------------------------===//
8
10
//
9
11
// This file implements __udivsi3 for the compiler_rt library.
Original file line number Diff line number Diff line change 4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
+ // 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8
+ //
7
9
//===----------------------------------------------------------------------===//
8
10
//
9
11
// This file implements __umoddi3 for the compiler_rt library.
Original file line number Diff line number Diff line change 4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
+ // 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8
+ //
7
9
//===----------------------------------------------------------------------===//
8
10
//
9
11
// This file implements __umodsi3 for the compiler_rt library.
You can’t perform that action at this time.
0 commit comments