summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/Lint
AgeCommit message (Expand)Author
2025-09-10[LLVM][LangRef] Remove "n > 0" restriction from get.active.lanes.mask. (#152140)Paul Walker
2025-03-31Lint: Replace -lint-abort-on-error cl::opt with pass parameter (#132933)Matt Arsenault
2025-01-08[Lint] Lint mismatch in ABI attributes (#121929)Nikita Popov
2024-09-25[Lint][AMDGPU] No store to const addrspace (#109181)jofrn
2024-09-04[Lint] Skip null args when checking noaliasNikita Popov
2024-09-04[Lint] Fix another scalable vector crashNikita Popov
2024-09-04[Lint] Fix crash for insert/extract on scalable vectorNikita Popov
2024-09-04[Lint] Fix crash with scalable allocaNikita Popov
2024-06-04[IR] Remove support for icmp and fcmp constant expressions (#93038)Nikita Popov
2024-03-13[ValueTracking] Remove faulty dereference of "InsertBefore" (#85034)mikaelholmen
2024-02-20[Lint] Add option --lint-abort-on-error (#81999)Jannik Silvanus
2023-11-03[IR] Remove zext and sext constant expressions (#71040)Nikita Popov
2023-08-14[Lint] Permit aliasing noalias and readnone argumentsBjorn Pettersson
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta
2023-01-16ExceptionHandling documentation tweaks.James Y Knight
2022-12-16[Lint] Convert tests to opaque pointers (NFC)Nikita Popov
2022-10-21[test] Use -passes syntax in Analysis testsBjorn Pettersson
2022-03-08[test] Modify some tests to remove implicit -basic-aa in legacy PM RUN linesArthur Eubanks
2020-11-20OpaquePtr: Update more tests to use typed sretMatt Arsenault
2020-11-20OpaquePtr: Bulk update tests to use typed sretMatt Arsenault
2020-11-20OpaquePtr: Bulk update tests to use typed byvalMatt Arsenault
2020-09-17[Lint] Add check for intrinsic get.active.lane.maskSjoerd Meijer
2019-04-23[Lint] Permit aliasing noalias readonly argumentsJosh Stone
2018-01-31[Lint] Upgrade uses of MemoryIntrinic::getAlignment() to new API. (NFCI)Daniel Neilson
2018-01-19Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson
2017-12-27[Lint] Don't warn about noalias argument aliasing if other argument is byvalMikael Holmen
2017-11-15[Lint] Don't warn about passing alloca'd value to tail call if using byvalMikael Holmen
2017-10-03[Lint] Avoid failed assertion by fetching the proper pointer typeMikael Holmen
2015-10-09[WinEH] Delete the old landingpad implementation of Windows EHReid Kleckner
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-03-03Make llvm.eh.begincatch use an outparamReid Kleckner
2015-02-10Adding support for llvm.eh.begincatch and llvm.eh.endcatch intrinsics and beg...Andrew Kaylor
2014-03-06Teach lint about address spacesMatt Arsenault
2013-08-26Fix lint assert on integer vector divisionMatt Arsenault