summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/MetaRenamer.cpp
AgeCommit message (Expand)Author
2018-07-30Remove trailing spaceFangrui Song
2018-03-28Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...David Blaikie
2018-03-22Move MetaRenamer from Transforms/UTils to Transforms/IPO since it implements ...David Blaikie
2017-10-27[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko
2017-08-01[MetaRenamer] Leave `@main` alone.Davide Italiano
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-03-23[MetaRenamer] Don't rename library functions.Bryant Wong
2015-08-27Whoops, remove trailing whitespace.Alex Rosenberg
2015-08-26Modernize with range-based for loops.Alex Rosenberg
2015-08-26Reduce code duplication.Alex Rosenberg
2015-08-26Trailing whitespaceAlex Rosenberg
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2013-07-15Add 'const' qualifier to some arrays.Craig Topper
2013-01-23Make sure metarenamer won't rename special stuff (intrinsics and explicitly r...Anton Korobeynikov
2013-01-07Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth
2013-01-05switch from pointer equality comparison to MDNode::getMostGenericTBAA Chris Lattner
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-15Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko
2012-09-14Review feedback from Duncan Sands. Alphabetize includes and simplifyAlex Rosenberg
2012-09-11Add a pass that renames everything with metasyntatic names. This works well a...Alex Rosenberg