[WebAssembly] Implement a new algorithm for placing BLOCK markers
[oota-llvm.git] / lib / IR / PassRegistry.cpp
2015-03-05 Erik EcksteinRevert r231276 (including r231277): Add a lock() functi...
2015-03-04 Erik EcksteinAdd a lock() function in PassRegistry to speed up multi...
2014-10-06 Chandler Carruth[PM] Remove an unused and rather expensive mapping...
2014-10-06 Chandler Carruth[PM] Remove the (deeply misguided) 'unregister' functio...
2014-10-06 Chandler Carruth[cleanup] Switch to using range-based for loops in...
2014-10-05 Chandler Carruth[cleanup] Fix up trailing whitespace and formatting...
2014-06-12 Zachary TurnerRemove pimpl class from PassRegistry.
2014-06-11 Zachary TurnerDon't acquire the mutex during the destructor of PassRe...
2014-04-15 David BlaikieUse unique_ptr to manage PassInfo instances in the...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-01-16 Quentin Colombet[opt][PassInfo] Allow opt to run passes that need targe...
2013-07-03 Chad RosierUse an RWMutex instead of a Mutex in PassRegistry.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.