aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ModuleSymbolTable.cpp
AgeCommit message (Expand)AuthorFilesLines
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