summaryrefslogtreecommitdiff
path: root/llvm/test/LTO/ARM
AgeCommit message (Expand)Author
2023-10-31[ARM][test] Improve stack-protector testsFangrui Song
2023-09-19[SSP] Accessing __stack_chk_guard when using LTO (#66535)Wolfgang Pieb
2023-06-23[LTO][GlobalDCE] Use pass parameter instead of module flag for LTO phaseTeresa Johnson
2023-05-17[NFC][Py Reformat] Reformat lit.local.cfg python files in llvmTobias Hieta
2020-08-26[LTO] Don't apply LTOPostLink module flag during writeMergedModuleSteven Wu
2019-10-17Reland: Dead Virtual Function EliminationOliver Stannard
2019-10-14Revert "Dead Virtual Function Elimination"Jorge Gorbe Moya
2019-10-11Dead Virtual Function EliminationOliver Stannard
2017-06-07[Linker] Remove warning when linking ARM and Thumb IR modules.Florian Hahn
2015-02-19Introduce Target::createNullTargetStreamer and use it from IRObjectFile.Peter Collingbourne
2015-01-30Introduce llvm/test/LTO/ARM for arm-specific LTO test(s).NAKAMURA Takumi