summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/PassRegistry.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PM] Remove an unused and rather expensive mapping from an analysisChandler Carruth2014-10-061-4/+0
* [PM] Remove the (deeply misguided) 'unregister' functionality from theChandler Carruth2014-10-061-10/+0
* [cleanup] Switch to using range-based for loops in two very obviousChandler Carruth2014-10-061-6/+4
* [cleanup] Fix up trailing whitespace and formatting in the pass regitsryChandler Carruth2014-10-051-21/+21
* 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