RuntimeLibcalls: Add malloc and free entries#167081
Merged
Conversation
This was referenced Nov 8, 2025
This was referenced Nov 8, 2025
This was referenced Nov 8, 2025
Contributor
Author
This was referenced Nov 8, 2025
7b97131 to
74c1b3e
Compare
47b2103 to
238ad7d
Compare
74c1b3e to
cc2d041
Compare
238ad7d to
ad1d7cb
Compare
RKSimon
reviewed
Nov 11, 2025
llvm/lib/IR/RuntimeLibcalls.cpp
Outdated
| } | ||
|
|
||
| /// TODO: There is really no guarantee that sizeof(size_t) is equal to the index | ||
| /// size of the edfault address space. This matches TargetLibraryInfo and should |
ad1d7cb to
b7cc28e
Compare
cc2d041 to
82ed371
Compare
b7cc28e to
ddc5a54
Compare
dc830b3 to
f4beefa
Compare
ddc5a54 to
22df2fb
Compare
22df2fb to
a921be6
Compare
f4beefa to
6147c59
Compare
Base automatically changed from
users/arsenm/runtime-libcalls/add-mustprogress-common-fn-attrs
to
main
November 25, 2025 14:48
Calloc was already here, but not the others. Also add manual type information.
6147c59 to
89e79ea
Compare
tanji-dg
pushed a commit
to tanji-dg/llvm-project
that referenced
this pull request
Nov 27, 2025
Calloc was already here, but not the others. Also add manual type information.
GeneraluseAI
pushed a commit
to GeneraluseAI/llvm-project
that referenced
this pull request
Nov 27, 2025
Calloc was already here, but not the others. Also add manual type information.
augusto2112
pushed a commit
to augusto2112/llvm-project
that referenced
this pull request
Dec 3, 2025
Calloc was already here, but not the others. Also add manual type information.
kcloudy0717
pushed a commit
to kcloudy0717/llvm-project
that referenced
this pull request
Dec 4, 2025
Calloc was already here, but not the others. Also add manual type information.
Xubaidu
pushed a commit
to Xubaidu/llvm-project
that referenced
this pull request
Jan 26, 2026
Calloc was already here, but not the others. Also add manual type information.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Calloc was already here, but not the others. Also add
manual type information.