Age | Commit message (Expand) | Author |
---|---|---|
2013-01-23 | Make sure metarenamer won't rename special stuff (intrinsics and explicitly r... | Anton Korobeynikov |
2013-01-07 | Move TypeFinder.h into the IR tree, it clearly belongs with the IR library. | Chandler Carruth |
2013-01-05 | switch from pointer equality comparison to MDNode::getMostGenericTBAA | Chris Lattner |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-11-15 | Use empty parens for empty function parameter list instead of '(void)'. | Dmitri Gribenko |
2012-09-14 | Review feedback from Duncan Sands. Alphabetize includes and simplify | Alex Rosenberg |
2012-09-11 | Add a pass that renames everything with metasyntatic names. This works well a... | Alex Rosenberg |