summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/MetaRenamer.cpp
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* Add 'const' qualifier to some arrays.Craig Topper2013-07-15
* Make sure metarenamer won't rename special stuff (intrinsics and explicitly r...Anton Korobeynikov2013-01-23
* Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.Chandler Carruth2013-01-07
* switch from pointer equality comparison to MDNode::getMostGenericTBAA Chris Lattner2013-01-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-15
* Review feedback from Duncan Sands. Alphabetize includes and simplifyAlex Rosenberg2012-09-14
* Add a pass that renames everything with metasyntatic names. This works well a...Alex Rosenberg2012-09-11