Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit ccb0ec7

Browse files
committed
Add modification notice to license headers where needed
1 parent 45d10e3 commit ccb0ec7

17 files changed

+34
-0
lines changed

clzdi2.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7+
// 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8+
//
79
//===----------------------------------------------------------------------===//
810
//
911
// This file implements __clzdi2 for the compiler_rt library.

ctzdi2.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7+
// 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8+
//
79
//===----------------------------------------------------------------------===//
810
//
911
// This file implements __ctzdi2 for the compiler_rt library.

divdi3.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7+
// 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8+
//
79
//===----------------------------------------------------------------------===//
810
//
911
// This file implements __divdi3 for the compiler_rt library.

divsi3.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7+
// 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8+
//
79
//===----------------------------------------------------------------------===//
810
//
911
// This file implements __divsi3 for the compiler_rt library.

divti3.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7+
// 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8+
//
79
//===----------------------------------------------------------------------===//
810
//
911
// This file implements __divti3 for the compiler_rt library.

moddi3.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7+
// 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8+
//
79
//===----------------------------------------------------------------------===//
810
//
911
// This file implements __moddi3 for the compiler_rt library.

modti3.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7+
// 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8+
//
79
//===----------------------------------------------------------------------===//
810
//
911
// This file implements __modti3 for the compiler_rt library.

mulodi4.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7+
// 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8+
//
79
//===----------------------------------------------------------------------===//
810
//
911
// This file implements __mulodi4 for the compiler_rt library.

mulosi4.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7+
// 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8+
//
79
//===----------------------------------------------------------------------===//
810
//
911
// This file implements __mulosi4 for the compiler_rt library.

muloti4.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7+
// 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8+
//
79
//===----------------------------------------------------------------------===//
810
//
911
// This file implements __muloti4 for the compiler_rt library.

mulvdi3.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7+
// 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8+
//
79
//===----------------------------------------------------------------------===//
810
//
911
// This file implements __mulvdi3 for the compiler_rt library.

mulvsi3.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7+
// 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8+
//
79
//===----------------------------------------------------------------------===//
810
//
911
// This file implements __mulvsi3 for the compiler_rt library.

mulvti3.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7+
// 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8+
//
79
//===----------------------------------------------------------------------===//
810
//
911
// This file implements __mulvti3 for the compiler_rt library.

udivdi3.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7+
// 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8+
//
79
//===----------------------------------------------------------------------===//
810
//
911
// This file implements __udivdi3 for the compiler_rt library.

udivsi3.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7+
// 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8+
//
79
//===----------------------------------------------------------------------===//
810
//
911
// This file implements __udivsi3 for the compiler_rt library.

umoddi3.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7+
// 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8+
//
79
//===----------------------------------------------------------------------===//
810
//
911
// This file implements __umoddi3 for the compiler_rt library.

umodsi3.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// See https://llvm.org/LICENSE.txt for license information.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
7+
// 2024/08/10 - Modified by mintsuki for use inside cc-runtime
8+
//
79
//===----------------------------------------------------------------------===//
810
//
911
// This file implements __umodsi3 for the compiler_rt library.

0 commit comments

Comments
 (0)