summaryrefslogtreecommitdiff
path: root/llvm/lib/InterfaceStub
AgeCommit message (Expand)Author
2025-03-26[llvm-ifs] Handle more e_machine values for --target (#128559)Roland McGrath
2024-03-28[Object,ELFType] Rename TargetEndianness to Endianness (#86604)Fangrui Song
2024-01-11[llvm-ifs] Treat unknown symbol types as error. (#75872)Haowei
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-04-10[ifs] Print an error when llvm-ifs is supplied with an unknown archHaowei Wu
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2023-01-31[llvm-ifs] Add support for --target=riscvAlex Brachet
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott
2022-12-16[CodeGen] std::optional::value => operator*/operator->Fangrui Song
2022-12-16std::optional::value => operator*/operator->Fangrui Song
2022-12-06[YAML] Convert Optional to std::optionalKrzysztof Parzyszek
2022-11-25[InterfaceStub] Use std::optional in ELFObjHandler.cpp (NFC)Kazu Hirata
2022-07-13[llvm] Use value instead of getValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-20[llvm] Don't use Optional::getValue (NFC)Kazu Hirata
2022-06-20[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-18[llvm] Use value_or instead of getValueOr (NFC)Kazu Hirata
2022-06-11Use getValueOr (NFC)Kazu Hirata
2022-05-14[ifs] Add --strip-size flagAlex Brachet
2022-05-14Revert "[ifs] Add --strip-size flag"Alex Brachet
2022-05-14[ifs] Add --strip-size flagAlex Brachet
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille
2022-02-18[ifs] Add --exclude flagAlex Brachet
2022-02-13[ifs] Allow llvm-ifs to generate text stub from elf stubHaowei Wu
2022-02-13[ifs] Added missing DT_STRSZ to the .dynamic sectionHaowei Wu
2022-01-07[llvm] Remove redundant member initialization (NFC)Kazu Hirata
2022-01-03Revert "[llvm] Remove redundant member initialization (NFC)"Kazu Hirata
2022-01-02Remove unused "using" (NFC)Kazu Hirata
2022-01-01[llvm] Remove redundant member initialization (NFC)Kazu Hirata
2021-12-28[llvm] Use nullptr instead of 0 (NFC)Kazu Hirata
2021-11-24[LLVM][NFC]Inclusive language: remove occurances of sanity check/test from llvmZarko Todorovski
2021-10-23[llvm] Use StringRef::contains (NFC)Kazu Hirata
2021-08-30[llvm] Remove redundant calls to str() and c_str() (NFC)Kazu Hirata
2021-08-27[ifs] Add option to hide undefined symbolsHaowei Wu
2021-08-13[IFS] Fix the copy constructor warning in IFSStub.cppHaowei Wu
2021-07-21IFSStub.cpp - consistently use default case to silence 'not all control paths...Simon Pilgrim
2021-07-19[ifs][elfabi] Merge llvm-ifs/elfabi toolsHaowei Wu
2021-07-19[ifs] Prepare llvm-ifs for elfabi/ifs merging.Haowei Wu
2021-07-19[elfabi] Prepare elfabi/ifs merging.Haowei Wu
2021-02-19[elfabi] Fix a bug when .dynsym contains no non-local symbolHaowei Wu
2021-01-26[llvm-elfabi] Support ELF file that lacks .gnu.hash sectionHaowei Wu
2020-12-29[llvm-elfabi] Add flag to preserve timestamp when output is the sameHaowei Wu
2020-12-29Revert "[llvm-elfabi] Add flag to preserve timestamp when output is the same"Haowei Wu
2020-12-29[llvm-elfabi] Add flag to preserve timestamp when output is the sameHaowei Wu
2020-12-04[lib/Object, tools] - Make ELFObjectFile::getELFFile return reference.Georgii Rymar
2020-11-24[llvm-elfabi] Emit ELF .dynsym, .dynamic sectionsHaowei Wu
2020-11-23[llvm-elfabi] Emit ELF header and string table sectionsHaowei Wu
2020-11-23Revert "[llvm-elfabi] Emit ELF header and string table sections"Haowei Wu