aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/SymbolRewriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-6/+6
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-07-30Remove trailing spaceFangrui Song1-1/+1
2017-12-01Mark all library options as hidden.Zachary Turner1-1/+2
2017-10-11[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko1-41/+60
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2016-07-25[PM] Port SymbolRewriter to the new PMMichael Kuperstein1-22/+33
2016-07-25Attempt to pacify windows bots.Michael Kuperstein1-13/+13
2016-07-25Don't use iplist in SymbolRewriter. NFC.Michael Kuperstein1-10/+15
2016-01-27Make some headers self-contained, remove unused includes that violate layering.Benjamin Kramer1-1/+0
2015-08-08Remove unnecessary includesMatt Arsenault1-1/+0
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-03-23Purge unused includes throughout libSupport.Benjamin Kramer1-0/+1
2015-03-09SymbolRewriter: Hide implementation detailsBenjamin Kramer1-6/+6
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth1-1/+1
2015-01-27SymbolRewriter: allow rewriting with comdatsSaleem Abdulrasool1-0/+20
2015-01-27SymbolRewriter: prevent unnecessary rewriteSaleem Abdulrasool1-0/+3
2015-01-05SymbolRewriter: use iplist::spliceSaleem Abdulrasool1-1/+1
2015-01-05SymbolRewriter: 80-columnSaleem Abdulrasool1-2/+4
2014-11-14Remove redundant virtual on overriden functions.David Blaikie1-1/+1
2014-11-10Fix extra semicolon warning. NFC.Vasileios Kalintiris1-1/+1
2014-11-08Transforms: address some late commentsSaleem Abdulrasool1-30/+13
2014-11-07Transforms: use typedef rather than using aliasesSaleem Abdulrasool1-26/+25
2014-11-07Transform: add SymbolRewriter passSaleem Abdulrasool1-0/+543