[AVX512] adding PROLQ and PROLD Intrinsics
[oota-llvm.git] / include / llvm / PassSupport.h
2015-08-18 Peter CollingbourneSupport: Clean up TSan annotations.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-10-15 Chris BienemanDefining a new API for debug options that doesn't rely...
2014-06-13 Jiangning LiuMove GlobalMerge from Transform to CodeGen.
2014-06-12 Zachary TurnerRemove pimpl class from PassRegistry.
2014-06-12 Zachary TurnerDo not register and de-register PassRegistrationListene...
2014-06-11 Jiangning LiuCreate macro INITIALIZE_TM_PASS.
2014-05-15 Juergen RibutzkaRevert "[PM] Add pass run listeners to the pass manager."
2014-04-28 Juergen Ributzka[PM] Add pass run listeners to the pass manager.
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-03 Benjamin KramerRevert "[C++11] Replace LLVM atomics with std::atomic."
2014-03-03 Benjamin Kramer[C++11] Replace LLVM atomics with std::atomic.
2014-01-16 Quentin Colombet[opt][PassInfo] Allow opt to run passes that need targe...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-17 Duncan SandsFix comment typo.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2011-12-08 Nick LewyckyAdd Tsan annotations to the pass system.
2011-05-10 Nick LewyckyRevert r131155 for now. It makes VMCore depend on Analy...
2011-05-10 David ChisnallAdd support for plugins add passes to the default set...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-20 Owen AndersonAttempt to fix valgrind complaining about (benign)...
2010-10-19 Owen AndersonRemove extraneous slash.
2010-10-19 Owen AndersonFactor out the call-once implementation into its own...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-14 Owen AndersonTry again at implementing thread-safe lazy pass initial...
2010-10-14 Owen AndersonRevert r116489. It included some changes I didn't...
2010-10-14 Owen AndersonApparently MSVC doesn't support thread-safe static...
2010-10-13 Owen AndersonConversely, Analysis-implementations do NOT need to...
2010-10-13 Owen AndersonAnalysis groups need to initialize their default implem...
2010-10-13 Owen AndersonTake advantage of C++'s thread-safe static local initia...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-10-07 Owen AndersonMove the pass initialization helper functions into...
2010-10-06 Owen AndersonHide analysis group registration behind a macro, just...
2010-10-06 Owen AndersonPass initialization functions should take a PassRegistr...
2010-10-05 Owen AndersonAnother step towards getting rid of static ctors for...
2010-09-07 Owen AndersonClean up some of the PassRegistry implementation, and...
2010-08-07 Dan GohmanTidy some #includes and forward-declarations, and move...
2010-08-06 Rafael EspindolaSome cleanup. Use a class (OptionInfo) instead of a...
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 AndersonAdd INSTANTIATE_AG_PASS, which combines RegisterPass...
2010-07-21 Owen AndersonAdd the INITIALIZE_PASS macro.
2010-07-20 Owen AndersonMove the handling of PassRegistrationListener's to...
2010-07-20 Owen AndersonPull out r108755. After offline discussion with Chris...
2010-07-20 Owen AndersonSpeculatively revert r108813, in an attempt to get...
2010-07-20 Owen AndersonReapply r108794, a fix for the failing test from last...
2010-07-20 Daniel DunbarRevert r108794, "Separate PassInfo into two classes...
2010-07-20 Owen AndersonSeparate PassInfo into two classes: a constructor-free...
2010-07-19 Owen AndersonChange the implemented interfaces list on PassInfo...
2010-06-21 Dan GohmanMove several non-performance-critical member functinos...
2010-01-20 Chris Lattneradd a helper method.
2009-10-17 Daniel DunbarAdd required #includes for freestanding .h files.
2009-08-29 Dan GohmanRemove some unused fields.
2009-03-02 Gabor Greifremove a deprecated interface that was pretty useless
2009-03-02 Gabor Greiffix typo
2008-06-24 Dan GohmanCorrect a comment.
2008-05-19 Bill WendlingRemove warnings about unused parameters and shadowed...
2008-05-14 Dan GohmanMake PassInfo noncopyable.
2008-05-13 Dan GohmanChange class' public PassInfo variables to by initializ...
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-03-19 Devang PatelPassInfo keep tracks whether a pass is an analysis...
2008-01-29 Dan GohmanAdd explicit keywords.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-18 Chris Lattnerupdate comment.
2007-08-12 Reid SpencerChange casts from old style to new style. This helps...
2007-05-02 Devang PatelRe-install patch to enable use of PassID.
2007-05-02 Chris Lattnerrevert enough of devang's recent patches to get the...
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-03-23 Dan GohmanAdd the 'explicit' keyword to several constructors...
2006-12-01 Chris LattnerSwitch analysis groups to be unregistered when llvm_shu...
2006-12-01 Chris LattnerStart moving pass registration over to using the Manage...
2006-12-01 Chris Lattnerpass cfgonly up the ctor instead of calling an explicit...
2006-12-01 Chris Lattnermove 'cfgonly' pass tracking into PassInfo, instead...
2006-12-01 Chris Lattnerremove 'target constructor' support.
2006-12-01 Chris LattnerRemove dead methods
2006-08-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-08-27 Chris LattnerWe no longer care whether something is an opt vs analys...
2006-08-01 Jim LaskeyIntroducing plugable register allocators and instructio...
2006-07-27 Jim LaskeyWorking toward registration of register allocators.
2006-07-26 Reid SpencerFor PR780:
2006-06-07 Reid SpencerFor PR780:
2006-01-23 Chris LattnerSpeedup and simplify pass registration by the observati...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-06-04 Chris LattnerFix more warnings
2004-06-03 Chris LattnerAdjust argument to match destination data type
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-07 Misha BrukmanAdded ability to register FunctionPasses as optimizatio...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-12 Chris LattnerRename method to indicate what it does
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-04-24 Chris LattnerRemove support for "targetdata pass ctors"
next