summaryrefslogtreecommitdiff
path: root/llvm/utils/TableGen/Basic/CodeGenIntrinsics.cpp
AgeCommit message (Expand)Author
2025-11-18Extend MemoryEffects to Support Target-Specific Memory Locations (#148650)CarolineConcatto
2025-11-17[LLVM-Tablegen] Pretty Printing Arguments in LLVM Intrinsics (#162629)Dharuni R Acharya
2025-11-04[IR] Add new function attribute nocreateundeforpoison (#164809)Jay Foad
2025-10-23[LLVM][Intrinsics] Print note if manual name matches default name (#164716)Rahul Joshi
2025-09-26[Intrinsic] Unify IIT_STRUCT{2-9} into ITT_STRUCT to support upto 257 return ...Michael Liao
2025-05-12[NFC][TableGen] Add {} for `else` when `if` body has {} (#139420)Rahul Joshi
2025-04-17[Intrinsics] Add support for range attributes (#135642)Nikita Popov
2024-12-03[LLVM][TableGen] Refine overloaded intrinsic suffix check (#117957)Mason Remy
2024-10-18[LLVM][TableGen] Change all `Init` pointers to const (#112705)Rahul Joshi
2024-10-15[LLVM][TableGen] Check overloaded intrinsic mangling suffix conflicts (#110324)Rahul Joshi
2024-10-05[NFC][TableGen] Change `CodeGenIntrinsics` to use const references (#111219)Rahul Joshi
2024-09-25[LLVM][TableGen] Check name conflicts between target dep and independent intr...Rahul Joshi
2024-09-19[LLVM][TableGen] Speed up sorting of intrinsics (#109230)Rahul Joshi
2024-09-19[LLVM][TableGen] Add error check for duplicate intrinsic names (#109226)Rahul Joshi
2024-09-05[TableGen] Add const variants of accessors for backend (#106658)Rahul Joshi
2024-09-05[TableGen] Add check for number of intrinsic return values (#107326)Rahul Joshi
2024-09-04[TableGen] Refactor Intrinsics record (#106986)Rahul Joshi
2024-09-04[TableGen] Add `CodeGenIntrinsicsMap` for on-demand intrinsic creation (#107100)Rahul Joshi
2024-08-16[TableGen] Refactor Intrinsic handling in TableGen (#103980)Rahul Joshi
2024-06-03[TableGen] CodeGenIntrinsic - pass DefaultProperties as ArrayRef instead of s...Simon Pilgrim
2024-03-25[RFC][TableGen] Restructure TableGen Source (#80847)Pierre van Houtryve