summaryrefslogtreecommitdiff
path: root/llvm/test/LTO/Resolution
AgeCommit message (Expand)Author
2025-09-10[llvm-lto2] Added llvm-lto2 -unified-lto descriptions (revised) (#155462)Faith Rivera
2023-07-05[llvm] A Unified LTO Bitcode FrontendMatthew Voss
2023-06-09[test] Explain the purpose of LLVM :: LTO/Resolution/X86/local-def-dllimport.llMatthew Voss
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta
2023-05-03[LTO] Add test for dllimport visibility fixMatthew Voss
2023-01-05[CodeGen] Default TargetOptions::RelaxELFRelocations to trueFangrui Song
2022-12-14[LTO] Convert tests to opaque pointers (NFC)Nikita Popov
2022-11-16[LTO] Make local linkage GlobalValue in non-prevailing COMDAT available_exter...Fangrui Song
2022-11-16Revert D135427 "[LTO] Make local linkage GlobalValue in non-prevailing COMDAT...Fangrui Song
2022-11-10[LTO] Make local linkage GlobalValue in non-prevailing COMDAT available_exter...Fangrui Song
2022-11-10Revert "[LTO] Make local linkage GlobalValue in non-prevailing COMDAT availab...Alan Zhao
2022-11-07[LTO] Make local linkage GlobalValue in non-prevailing COMDAT available_exter...Fangrui Song
2022-10-29[llvm-objdump] Add --no-print-imm-hex to tests depending on it.Daniel Thornburgh
2022-10-19Revert D135427 "[LTO] Make local linkage GlobalValue in non-prevailing COMDAT...Fangrui Song
2022-10-11[LTO] Make local linkage GlobalValue in non-prevailing COMDAT available_exter...Fangrui Song
2022-10-10Revert "[LTO] Make local linkage GlobalValue in non-prevailing COMDAT availab...Jordan Rupprecht
2022-10-08[LTO] Make local linkage GlobalValue in non-prevailing COMDAT available_exter...Fangrui Song
2022-06-24[Inline] Annotate inline pass name with link phase information for analysis.Mingming Liu
2022-06-01LTO: Decide upfront whether to use opaque/non-opaque pointer typesMatthias Braun
2022-04-11[llvm-lto] Remove support for legacy pass managerNikita Popov
2022-01-24[test] Fix no-undef-type-md.ll.Jordan Rupprecht
2022-01-24[llvm] Do not replace dead constant references in metadata with undefStephen Tozer
2021-10-31[Verifier] Add verification logic for GlobalIFuncsItay Bookstein
2021-09-23Resolve {GlobalValue,GloalIndirectSymol}::getBaseObject confusionFangrui Song
2021-09-21[LTO] Emit DebugLoc for dead function in optimization remarksXu Mingjie
2021-08-10[InlineAdvisor] Add single quotes around caller/callee namesFangrui Song
2021-07-20[LTO] Add SelectionKind to IRSymtab and use it in ld.lld/LLVMgoldFangrui Song
2021-06-08LTO: Export functions referenced by non-canonical CFI jump tablesSami Tolvanen
2021-02-13ELFObjectWriter: Don't sort non-local symbolsFangrui Song
2020-12-08[ICP] Don't promote when target not defined in moduleTeresa Johnson
2020-11-30[Remarks][1/2] Expand remarks hotness threshold option support in more toolsWei Wang
2020-08-25[FIX] Avoid creating BFI when emitting remarks for dead functionsWei Wang
2020-06-02[SampleFDO] Add use-sample-profile function attribute.Wei Mi
2020-04-07[ThinLTO] Drop dso_local if a GlobalVariable satisfies isDeclarationForLinker()Fangrui Song
2020-03-26[X86InstPrinter] Change printPCRelImm to print the target address in hexadeci...Fangrui Song
2020-03-05ThinLTOBitcodeWriter: drop dso_local when a GlobalVariable is converted to a ...Fangrui Song
2020-03-05[llvm-objdump] -d: print `00000000 <foo>:` instead of `00000000 foo:`Fangrui Song
2020-01-29[LTO] Add optimization remarks for removed functionsGabor Horvath
2019-12-25[llvm-nm] Display STT_GNU_IFUNC as 'i'Fangrui Song
2019-09-10Reland "Change the X86 datalayout to add three address spacesAmy Huang
2019-08-28Revert r370105 - Update two x86 datalayouts for r370083, looks like racing co...Richard Trieu
2019-08-28Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...Vlad Tsyrklevich
2019-08-27Update two x86 datalayouts for r370083, looks like racing commitsReid Kleckner
2019-08-27Change the X86 datalayout to add three address spaces for 32 bit signed,Amy Huang
2019-08-23Fix target for new X86 testTeresa Johnson
2019-08-23[ThinLTO] Fix handling of weak interposable symbolsTeresa Johnson
2019-08-08Linker: Add support for GlobalIFunc.Peter Collingbourne
2019-08-03IR: print value numbers for unnamed function argumentsTim Northover
2019-07-03Revert [InlineCost] cleanup calculations of Cost and ThresholdJordan Rupprecht
2019-06-26[InlineCost] cleanup calculations of Cost and ThresholdFedor Sergeev