summaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ModuleSymbolTable.cpp
AgeCommit message (Expand)Author
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov
2024-11-19[Object] Remove unused includes (NFC) (#116750)Kazu Hirata
2024-08-14[MC] Remove Darwin SDK/Version from ObjFileInfo (#103025)Alexis Engelke
2024-04-23IRSymTab: Record _GLOBAL_OFFSET_TABLE_ for ELF x86Fangrui Song
2023-12-18[LTO] Improve diagnostics handling when parsing module-level inline assembly ...Fangrui Song
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-10-13[llvm] Stop including llvm/ADT/StringMap.h (NFC)Kazu Hirata
2023-04-17[nfc][llvm] Replace pointer cast functions in PointerUnion by llvm casting fu...Shraiysh Vaishay
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2022-02-10Cleanup LLVMObject headersserge-sans-paille
2021-10-20[IR] Refactor GlobalIFunc to inherit from GlobalObject, Remove GlobalIndirect...Itay Bookstein
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-10-06[IR][NFC] Rename getBaseObject to getAliaseeObjectItay Bookstein
2021-09-23Resolve {GlobalValue,GloalIndirectSymol}::getBaseObject confusionFangrui Song
2021-07-25[Object] make SourceMgr available to MCContext during inline asm symbolsYuanfang Chen
2021-05-23[MC] Refactor MCObjectFileInfo initialization and allow targets to create MCO...Philipp Krones
2021-05-05[MC] Untangle MCContext and MCObjectFileInfoPhilipp Krones
2020-07-01[ThinLTO] Always parse module level inline asm with At&t dialect (PR46503)Hans Wennborg
2020-01-29Another round of GCC5 fixes.Benjamin Kramer
2019-10-23[Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-14[macho] save the SDK version stored in module metadata into the version min andAlex Lorenz
2018-04-20LowerTypeTests: Propagate symver directivesVlad Tsyrklevich
2018-03-20Object: Move attribute calculation into RecordStreamer. NFCVitaly Buka
2017-08-02Don't pass the code model to MCRafael Espindola
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-04-24[Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko
2017-03-29Add ifunc support to ModuleSymbolTable.Rafael Espindola
2017-03-09Perform symbol binding for .symver versioned symbolsTeresa Johnson
2016-12-01Object: Set SF_Indirect in ModuleSymbolTable.Peter Collingbourne
2016-12-01Object: Add SF_Executable symbol flag.Peter Collingbourne
2016-12-01Object: Extract a ModuleSymbolTable class from IRObjectFile.Peter Collingbourne