summaryrefslogtreecommitdiff
path: root/include/llvm/PassSupport.h
Commit message (Expand)AuthorAge
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Fix comment typo.Duncan Sands2012-12-17
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Add Tsan annotations to the pass system.Nick Lewycky2011-12-08
* Revert r131155 for now. It makes VMCore depend on Analysis and TransformsNick Lewycky2011-05-10
* Add support for plugins add passes to the default set of passes. The standar...David Chisnall2011-05-10
* Merge System into Support.Michael J. Spencer2010-11-29
* Attempt to fix valgrind complaining about (benign) leaks in pass registration...Owen Anderson2010-10-20
* Remove extraneous slash.Owen Anderson2010-10-19
* Factor out the call-once implementation into its own macro.Owen Anderson2010-10-19
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Try again at implementing thread-safe lazy pass initialization, without depen...Owen Anderson2010-10-14
* Revert r116489. It included some changes I didn't intend to commit, and brok...Owen Anderson2010-10-14
* Apparently MSVC doesn't support thread-safe static local initialization. Rol...Owen Anderson2010-10-14
* Conversely, Analysis-implementations do NOT need to initialize the AnalysisGr...Owen Anderson2010-10-13
* Analysis groups need to initialize their default implementations.Owen Anderson2010-10-13
* Take advantage of C++'s thread-safe static local initialization to simplify t...Owen Anderson2010-10-13
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Move the pass initialization helper functions into the llvm namespace, and addOwen Anderson2010-10-07
* Hide analysis group registration behind a macro, just like pass registration.Owen Anderson2010-10-06
* Pass initialization functions should take a PassRegistry as a parameterOwen Anderson2010-10-06
* Another step towards getting rid of static ctors for pass registration: have ...Owen Anderson2010-10-05
* Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce ...Owen Anderson2010-09-07
* Tidy some #includes and forward-declarations, and move the C binding codeDan Gohman2010-08-07
* Some cleanup. Use a class (OptionInfo) instead of a pair of a pair and removeRafael Espindola2010-08-06
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG...Owen Anderson2010-07-21
* Add the INITIALIZE_PASS macro.Owen Anderson2010-07-21
* Move the handling of PassRegistrationListener's to PassRegistry.Owen Anderson2010-07-20
* Pull out r108755. After offline discussion with Chris, we're going to go a d...Owen Anderson2010-07-20
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-20
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-20
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-20
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-20
* Change the implemented interfaces list on PassInfo from a std::vector to a ma...Owen Anderson2010-07-19
* Move several non-performance-critical member functinos out of line.Dan Gohman2010-06-21
* add a helper method.Chris Lattner2010-01-20
* Add required #includes for freestanding .h files.Daniel Dunbar2009-10-17
* Remove some unused fields.Dan Gohman2009-08-29
* remove a deprecated interface that was pretty uselessGabor Greif2009-03-02
* fix typoGabor Greif2009-03-02
* Correct a comment.Dan Gohman2008-06-24
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-19
* Make PassInfo noncopyable.Dan Gohman2008-05-14
* Change class' public PassInfo variables to by initialized with theDan Gohman2008-05-13
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-06