aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Transforms/Utils/CloningTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-08-08[KeyInstr] Remove LLVM_EXPERIMENTAL_KEY_INSTRUCTIONS CMake flag (#152735)Orlando Cazalet-Hyams1-4/+0
2025-06-30[KeyInstr] Add DISubprogram::keyInstructions bit (#144107)Orlando Cazalet-Hyams1-2/+2
2025-05-12[LLVM][Transforms] Add unit test for resolved cloning bug (#139223)Christian Ulmann1-0/+19
2025-05-06[NFC][KeyInstr] Add Atom Group (re)mapping (#133479)Orlando Cazalet-Hyams1-0/+104
2025-02-13[reland][DebugInfo] Update DIBuilder insertion to take InsertPosition (#126967)Harald van Dijk1-2/+3
2025-02-12Revert "[DebugInfo] Update DIBuilder insertion to take InsertPosition (#126059)"Harald van Dijk1-3/+2
2025-02-12[DebugInfo] Update DIBuilder insertion to take InsertPosition (#126059)Harald van Dijk1-2/+3
2025-02-06[llvm][DebugInfo] Add new DW_AT_APPLE_enum_kind to encode enum_extensibility ...Michael Buch1-1/+2
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov1-1/+2
2024-09-21[unittests] Use {} instead of std::nullopt to initialize empty ArrayRef (#109...Jay Foad1-2/+2
2024-06-14Reapply#4 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer1-2/+3
2024-06-11Revert new debug info format commits:Stephen Tozer1-3/+2
2024-06-10Reapply#3 "[RemoveDIs] Load into new debug info format by default in LLVM (#8...Stephen Tozer1-2/+3
2024-05-13Revert "Repply#2 "[RemoveDIs] Load into new debug info format by default in L...Fangrui Song1-3/+2
2024-05-08[RemoveDIs] Change remapDbgVariableRecord to remapDbgRecord (#91456)Harald van Dijk1-0/+37
2024-05-03Repply#2 "[RemoveDIs] Load into new debug info format by default in LLVM (#89...Stephen Tozer1-2/+3
2024-05-02Revert#2 "[RemoveDIs] Load into new debug info format by default in LLVM (#89...Stephen Tozer1-3/+2
2024-05-02Reapply "[RemoveDIs] Load into new debug info format by default in LLVM (#897...Stephen Tozer1-2/+3
2024-05-01Revert "[RemoveDIs] Load into new debug info format by default in LLVM (#89799)"Stephen Tozer1-3/+2
2024-05-01[RemoveDIs] Load into new debug info format by default in LLVM (#89799)Stephen Tozer1-2/+3
2024-01-16Revert "[CloneFunction][DebugInfo] Avoid cloning DILocalVariables of inlined ...Davide Italiano1-105/+0
2024-01-11[CloneFunction][DebugInfo] Avoid cloning DILocalVariables of inlined function...Vladislav Dzhidzhoev1-0/+105
2023-12-13[llvm] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-5/+5
2023-11-08Revert "[DebugMetadata][DwarfDebug] Support function-local types in lexical b...Vladislav Dzhidzhoev1-93/+0
2023-11-02[DebugMetadata][DwarfDebug] Support function-local types in lexical block sco...Vladislav Dzhidzhoev1-0/+93
2023-09-29Revert "[DebugMetadata][DwarfDebug] Support function-local types in lexical b...Hans Wennborg1-93/+0
2023-09-26[DebugMetadata][DwarfDebug] Support function-local types in lexical block sco...Vladislav Dzhidzhoev1-0/+93
2023-08-10[llvm] Drop some bitcasts and references related to typed pointersBjorn Pettersson1-1/+1
2023-08-02Stop using legacy helpers indicating typed pointer types. NFCBjorn Pettersson1-8/+10
2022-12-02[llvm/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+2
2022-11-23CloneModule: Handling cloning ifuncsMatt Arsenault1-0/+32
2022-07-18[CloneFunction][DebugInfo] Avoid cloning DILexicalBlocks of inlined subprogramsKristina Bessonova1-0/+52
2022-03-01Cleanup includes: LLVMAnalysisserge-sans-paille1-0/+1
2021-12-01[Cloning] Clone metadata on function declarationsArthur Eubanks1-2/+11
2021-03-29Reapply "OpaquePtr: Turn inalloca into a type attribute"Matt Arsenault1-2/+2
2021-03-29Revert "Reapply "OpaquePtr: Turn inalloca into a type attribute""Oliver Stannard1-2/+2
2021-03-28Reapply "OpaquePtr: Turn inalloca into a type attribute"Matt Arsenault1-2/+2
2021-03-28Revert "OpaquePtr: Turn inalloca into a type attribute"Nico Weber1-2/+2
2021-03-28OpaquePtr: Turn inalloca into a type attributeMatt Arsenault1-2/+2
2021-02-15TransformUtils: Fix metadata handling in CloneModule (and improve CloneFuncti...Duncan P. N. Exon Smith1-9/+61
2020-12-15[docs][unittest][Go][StackProtector] Migrate deprecated DebugInfo::get to DIL...Fangrui Song1-5/+8
2020-08-21[Cloning] Fix to cloning DISubprograms.Amy Huang1-1/+50
2020-06-24Cloning.h - reduce AliasAnalysis.h include to forward declarations. NFC.Simon Pilgrim1-0/+1
2020-06-22Fix dynamic alloca detection in CloneBasicBlockArthur Eubanks1-0/+59
2019-12-22reland "[DebugInfo] Support to emit debugInfo for extern variables"Yonghong Song1-1/+1
2019-12-22Revert "[DebugInfo] Support to emit debugInfo for extern variables"Reid Kleckner1-1/+1
2019-12-10[DebugInfo] Support to emit debugInfo for extern variablesYonghong Song1-1/+1
2019-08-28Fix for "DICompileUnit not listed in llvm.dbg.cu" verification error after ...Artur Pilipenko1-0/+56
2019-07-08Keep the order of the basic blocks in the cloned loop as the originalWhitney Tsang1-0/+87
2019-02-06Move DomTreeUpdater from IR to AnalysisRichard Trieu1-1/+1