Merging r258416 and r258428:
[oota-llvm.git] / include / llvm / PassRegistry.h
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-03-05 Erik EcksteinRevert r231276 (including r231277): Add a lock() functi...
2015-03-04 Reid KlecknerAdd missing <atomic> include to PassRegistry.h
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-05 Chandler Carruth[cleanup] Fix up trailing whitespace and formatting...
2014-06-12 Zachary TurnerRemove pimpl class from PassRegistry.
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2010-10-20 Owen AndersonAttempt to fix valgrind complaining about (benign)...
2010-09-16 Owen AndersonDo not expose the locking for the PassRegistry in the...
2010-09-15 Owen AndersonSince PassRegistry is currently a shared global object...
2010-09-13 Owen AndersonMinimize #includes in a top-level header.
2010-09-07 Owen AndersonFix PR7972, in which the PassRegistry was being leaked...
2010-09-07 Owen AndersonProperly initialize the pImpl member of PassRegistry...
2010-09-07 Owen AndersonAdd doxygen comments for PassRegistry.
2010-09-07 Owen AndersonClean up some of the PassRegistry implementation, and...
2010-09-05 Chris Lattnerfix inconsistent formatting.
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-21 Owen AndersonMove the smarts of AnalysisGroup registration into...
2010-07-20 Owen AndersonMove the handling of PassRegistrationListener's to...
2010-07-20 Owen AndersonMove more functionality from Pass.cpp to PassRegistry...
2010-07-20 Owen AndersonI just fail with SVN today.
2010-07-20 Owen AndersonOops.