summaryrefslogtreecommitdiff
path: root/lib/IR/PassRegistry.cpp
Commit message (Expand)AuthorAge
* Remove pimpl class from PassRegistry.Zachary Turner2014-06-12
* Don't acquire the mutex during the destructor of PassRegistry.Zachary Turner2014-06-11
* Use unique_ptr to manage PassInfo instances in the PassRegistryDavid Blaikie2014-04-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* [opt][PassInfo] Allow opt to run passes that need target machine.Quentin Colombet2014-01-16
* Use an RWMutex instead of a Mutex in PassRegistry.Chad Rosier2013-07-03
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Rename VMCore directory to IR.Chandler Carruth2013-01-02