summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/PassRegistry.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove pimpl class from PassRegistry.Zachary Turner2014-06-121-91/+26
* Don't acquire the mutex during the destructor of PassRegistry.Zachary Turner2014-06-111-1/+4
* Use unique_ptr to manage PassInfo instances in the PassRegistryDavid Blaikie2014-04-151-8/+4
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-1/+1
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-091-4/+4
* [opt][PassInfo] Allow opt to run passes that need target machine.Quentin Colombet2014-01-161-0/+2
* Use an RWMutex instead of a Mutex in PassRegistry.Chad Rosier2013-07-031-10/+11
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+209
OpenPOWER on IntegriCloud