summaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/IPO/LowerTypeTests.cpp
AgeCommit message (Expand)Author
2025-11-18[LTT] Mark as unkown weak function tests. (#167399)Mircea Trofin
2025-11-12Remove unused standard headers: memory, unordered_* (#167297)serge-sans-paille
2025-10-22[ARM][AArch64] BTI,GCS,PAC Module flag update. (#86212)Daniel Kiss
2025-10-21[ThinLTO] Make SummaryList private (NFC) (#164355)Teresa Johnson
2025-09-10[LowerTypeTests] Optimize buildBitSet (#157386)Vitaly Buka
2025-09-08[NFC][LowerTypeTests] Make `buildBitSet` is now a static function (#157375)Vitaly Buka
2025-07-30LTO: Redesign the CFI !aliases metadata.Peter Collingbourne
2025-07-11LowerTypeTests: Remove unused variables.Peter Collingbourne
2025-06-17LowerTypeTests: Use jump table entry type as value type of jump table alias.Peter Collingbourne
2025-06-16[llvm][CFI] Ensure COFF comdat renaming applies for imported functions (#143421)PiJoules
2025-06-09LowerTypeTests: Stop creating inline bitset tests on 32-bit architectures.Peter Collingbourne
2025-06-06LowerTypeTests: Shrink check size by 1 instruction on x86.Peter Collingbourne
2025-06-05LowerTypeTests: Fix UAF.Peter Collingbourne
2025-06-05LowerTypeTests: Avoid zext of ptrtoint ConstantExpr.Peter Collingbourne
2025-06-05Add SimplifyTypeTests pass.Peter Collingbourne
2025-05-30[LowerTypeTests] Generate fshr for rotate pattern (#141735)Nikita Popov
2025-05-27LowerTypeTests: Set small code model on imported globals.Peter Collingbourne
2025-05-27IR: Make Module::getOrInsertGlobal() return a GlobalVariable.Peter Collingbourne
2025-05-16Reapply "[llvm][CFI] Do not canonicalize COFF functions in a comdat (#139962)"Leonard Chan
2025-05-16Revert "[llvm][CFI] Do not canonicalize COFF functions in a comdat (#139962)"Leonard Chan
2025-05-16[llvm][CFI] Do not canonicalize COFF functions in a comdat (#139962)PiJoules
2025-05-12[NFCI][LLVM/MLIR] Adopt `TrailingObjects` convenience API (#138554)Rahul Joshi
2025-05-07[NFC][Support] Add llvm::uninitialized_copy (#138174)Rahul Joshi
2025-05-02[IR] Do not store Function inside BlockAddress (#137958)Nikita Popov
2025-04-28Clean up external users of GlobalValue::getGUID(StringRef) (#129644)Owen Rodley
2025-04-21LowerTypeTests: Switch to emitting one inline asm call per jump table entry.Peter Collingbourne
2025-04-17LowerTypeTests: Simplify pointer types.Peter Collingbourne
2025-04-16LowerTypeTests: Fix quadratic complexity (try 2).Peter Collingbourne
2025-04-15Revert "LowerTypeTests: Fix quadratic complexity."Peter Collingbourne
2025-04-15LowerTypeTests: Fix quadratic complexity.Peter Collingbourne
2025-04-04[EquivClasses] Shorten members_{begin,end} idiom (#134373)Ramkumar Ramachandra
2025-04-02[EquivalenceClasses] Use SmallVector for deterministic iteration order. (#134...Florian Hahn
2025-04-01[EquivalenceClasses] Update member_begin to take ECValue (NFC).Florian Hahn
2025-04-01[EquivalenceClasses] Return ECValue directly from insert (NFC).Florian Hahn
2025-03-23[Transforms] Use *Set::insert_range (NFC) (#132652)Kazu Hirata
2025-03-10[IPO] Avoid repeated hash lookups (NFC) (#130546)Kazu Hirata
2025-03-07[NFC][ThinLTO] Avoid temporary std::string (#130353)Vitaly Buka
2025-03-04[LowerTypeTests] Skip declarations when determining Thumb supportAlexander Richardson
2024-12-03[ThinLTO][LowerTypeTests] Don't compute address taken set unless CFI (NFC) (#...Teresa Johnson
2024-11-20Add IsText parameter to open yaml file (#116992)bahareh-farhadi
2024-11-12[ThinLTO] Use heterogenous lookups with std::map (NFC) (#115812)Kazu Hirata
2024-10-31[CFI][LowerTypeTests] Fix indirect call with alias (#113987)Igor Kudrin
2024-10-30[llvm] Allow always dropping all llvm.type.test sequencesPaul Kirth
2024-10-28Revert "[CFI][LowerTypeTests] Fix indirect call with alias" (#113978)Igor Kudrin
2024-10-28[CFI][LowerTypeTests] Fix indirect call with alias (#106185)Igor Kudrin
2024-10-16[LLVM] Add `Intrinsic::getDeclarationIfExists` (#112428)Rahul Joshi
2024-09-26[llvm] Replace uses of Type::getPointerTo() (NFC) (#110163)Youngsuk Kim
2024-07-10[Clang][ARM][AArch64] Alway emit protection attributes for functions. (#82819)Daniel Kiss
2024-07-10Revert "[Clang][ARM][AArch64] Alway emit protection attributes for functions....Daniel Kiss
2024-07-10[Clang][ARM][AArch64] Alway emit protection attributes for functions. (#82819)Daniel Kiss