aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ModuleSymbolTable.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-05-23[MC] Refactor MCObjectFileInfo initialization and allow targets to create MCO...Philipp Krones1-4/+5
2021-05-05[MC] Untangle MCContext and MCObjectFileInfoPhilipp Krones1-2/+2
2020-07-01[ThinLTO] Always parse module level inline asm with At&t dialect (PR46503)Hans Wennborg1-0/+5
2020-01-29Another round of GCC5 fixes.Benjamin Kramer1-1/+2
2019-10-23[Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-14[macho] save the SDK version stored in module metadata into the version min andAlex Lorenz1-0/+1
2018-04-20LowerTypeTests: Propagate symver directivesVlad Tsyrklevich1-32/+49
2018-03-20Object: Move attribute calculation into RecordStreamer. NFCVitaly Buka1-78/+2
2017-08-02Don't pass the code model to MCRafael Espindola1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-3/+3
2017-04-24[Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko1-7/+25
2017-03-29Add ifunc support to ModuleSymbolTable.Rafael Espindola1-5/+1
2017-03-09Perform symbol binding for .symver versioned symbolsTeresa Johnson1-6/+83
2016-12-01Object: Set SF_Indirect in ModuleSymbolTable.Peter Collingbourne1-0/+2
2016-12-01Object: Add SF_Executable symbol flag.Peter Collingbourne1-1/+4
2016-12-01Object: Extract a ModuleSymbolTable class from IRObjectFile.Peter Collingbourne1-0/+184