summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/PassRegistry.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Pass] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko2017-09-061-2/+6
* [LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih2017-05-181-2/+0
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-1/+2
* [NFC] Header cleanupMehdi Amini2016-04-181-4/+0
* Revert r231276 (including r231277): Add a lock() function in PassRegistry to ...Erik Eckstein2015-03-051-18/+2
* Add a lock() function in PassRegistry to speed up multi-thread synchronization.Erik Eckstein2015-03-041-2/+18
* [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