llvm-project
213cae7f
- DAG: Move expandMultipleResultFPLibCall to TargetLowering (NFC)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 day ago
DAG: Move expandMultipleResultFPLibCall to TargetLowering (NFC) This kind of helper is higher level and not general enough to go directly in SelectionDAG. Most similar utilities are in TargetLowering.
References
users/arsenm/dag/move-expandMultipleResultFPLibCall-tli
#166988 - DAG: Move expandMultipleResultFPLibCall to TargetLowering (NFC)
#167089 - PowerPC: Add vec_malloc functions to AIX in RuntimeLibcalls
#167049 - RuntimeLibcalls: Add a few libm entries from TargetLibraryInfo
#167081 - RuntimeLibcalls: Add malloc and free entries
#167053 - RuntimeLibcalls: Add __memcpy_chk, __memmove_chk, __memset_chk
#167083 - RuntimeLibcalls: Add memset_pattern* calls to darwin systems
#167082 - RuntimeLibcalls: Add more function entries from TargetLibraryInfo
#167080 - RuntimeLibcalls: Add mustprogress to common function attributes
#167087 - RuntimeLibcalls: Add small_printf functions to emscripten
#167084 - RuntimeLibcalls: Add macos unlocked IO functions to systems
#167026 - RuntimeLibcalls: Add definitions for vector math functions
#167088 - XCore: Add iprintf to RuntimeLibcalls system library
Author
arsenm
Committer
arsenm
Parents
faeead57
Loading