aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/MetaRenamer.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-28Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...David Blaikie1-0/+178
2018-03-22Move MetaRenamer from Transforms/UTils to Transforms/IPO since it implements ...David Blaikie1-178/+0
2017-10-27[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko1-8/+21
2017-08-01[MetaRenamer] Leave `@main` alone.Davide Italiano1-1/+5
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-03-23[MetaRenamer] Don't rename library functions.Bryant Wong1-3/+14
2015-08-27Whoops, remove trailing whitespace.Alex Rosenberg1-1/+1
2015-08-26Modernize with range-based for loops.Alex Rosenberg1-21/+15
2015-08-26Reduce code duplication.Alex Rosenberg1-12/+23
2015-08-26Trailing whitespaceAlex Rosenberg1-1/+1
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
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-2/+2
2013-07-15Add 'const' qualifier to some arrays.Craig Topper1-1/+1
2013-01-23Make sure metarenamer won't rename special stuff (intrinsics and explicitly r...Anton Korobeynikov1-3/+17
2013-01-07Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth1-1/+1
2013-01-05switch from pointer equality comparison to MDNode::getMostGenericTBAA Chris Lattner1-1/+0
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-4/+4
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-11-15Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko1-1/+1
2012-09-14Review feedback from Duncan Sands. Alphabetize includes and simplifyAlex Rosenberg1-3/+3
2012-09-11Add a pass that renames everything with metasyntatic names. This works well a...Alex Rosenberg1-0/+132