summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/SymbolRewriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-6/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Mark all library options as hidden.Zachary Turner2017-12-011-1/+2
* [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko2017-10-111-41/+60
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [PM] Port SymbolRewriter to the new PMMichael Kuperstein2016-07-251-22/+33
* Attempt to pacify windows bots.Michael Kuperstein2016-07-251-13/+13
* Don't use iplist in SymbolRewriter. NFC.Michael Kuperstein2016-07-251-10/+15
* Make some headers self-contained, remove unused includes that violate layering.Benjamin Kramer2016-01-271-1/+0
* Remove unnecessary includesMatt Arsenault2015-08-081-1/+0
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-0/+1
* SymbolRewriter: Hide implementation detailsBenjamin Kramer2015-03-091-6/+6
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-1/+1
* SymbolRewriter: allow rewriting with comdatsSaleem Abdulrasool2015-01-271-0/+20
* SymbolRewriter: prevent unnecessary rewriteSaleem Abdulrasool2015-01-271-0/+3
* SymbolRewriter: use iplist::spliceSaleem Abdulrasool2015-01-051-1/+1
* SymbolRewriter: 80-columnSaleem Abdulrasool2015-01-051-2/+4
* Remove redundant virtual on overriden functions.David Blaikie2014-11-141-1/+1
* Fix extra semicolon warning. NFC.Vasileios Kalintiris2014-11-101-1/+1
* Transforms: address some late commentsSaleem Abdulrasool2014-11-081-30/+13
* Transforms: use typedef rather than using aliasesSaleem Abdulrasool2014-11-071-26/+25
* Transform: add SymbolRewriter passSaleem Abdulrasool2014-11-071-0/+543
OpenPOWER on IntegriCloud