summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/IntervalPartition.h
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* Correct word hyphenationsAlp Toker2013-12-05
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Fix minor typo in IntervalPartition.hWill Dietz2012-09-19
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* 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
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* rename destroy -> releaseMemory to properly hook into passmgr.Chris Lattner2008-08-28
* Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman2008-03-21
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-19
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-19
* Identify Analysis pass.Devang Patel2008-03-18
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Fix typo in comment.Nick Lewycky2007-05-06
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* Remove trailing whitespaceMisha Brukman2005-04-21
* For PR387:\Reid Spencer2004-12-07
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Fixed spelling of `propagation'.Misha Brukman2002-10-29
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-21
* * IntervalPartition no longer derives from vectorChris Lattner2002-08-09
* * Eliminate the Provided set. All Passes now finally just automaticallyChris Lattner2002-07-29
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-27
* *** empty log message ***Chris Lattner2002-07-26
* *** empty log message ***Chris Lattner2002-07-26
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* Remove all contents of the cfg namespace to the global namespaceChris Lattner2002-04-28
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Rename Method to FunctionChris Lattner2002-03-23
* Convert analyses over to new Pass frameworkChris Lattner2002-01-30
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* IntervalPartition was changed to inherit from vector<Interval*> instead ofChris Lattner2001-07-03
* Big changes. Interval*.h is now more or less finalized. IntervalPartitionChris Lattner2001-06-25
* New files due to the Intervals.h splitupChris Lattner2001-06-24