summaryrefslogtreecommitdiff
path: root/include/llvm/Support/CFG.h
Commit message (Expand)AuthorAge
* Fix size_t -> uint warnings with MSVC 64-bit buildMatt Arsenault2013-07-20
* Enable pod-like optimizations for pred and succ iterators.Benjamin Kramer2013-05-20
* Seciton 24.2.2 of the C++ standard, [iterator.iterators], Table 106Howard Hinnant2013-03-28
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Calls and invokes with the new clang.arc.no_objc_arc_exceptionsDan Gohman2012-02-17
* Change the Dominators recalculate() function to only rely on GraphTraitsAnna Zaks2011-12-05
* SuccIterator on bbs without terminator instsTobias Grosser2011-07-04
* Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad2011-06-23
* Revert r133513:Eric Christopher2011-06-23
* Reinstate r133435 and r133449 (reverted in r133499) now that the clangJay Foad2011-06-21
* Revert r133435 and r133449 to appease buildbots.Chad Rosier2011-06-21
* Change how PHINodes store their operands.Jay Foad2011-06-20
* Make pred_iterator DefaultConstructible, and add an accessor toDan Gohman2011-03-02
* remove unneeded parensGabor Greif2010-07-08
* Fix whitespace, comments.Dan Gohman2010-04-14
* Add explicit keywords.Dan Gohman2010-04-14
* Use C++, not C++-standard-library-internals-ese.Dan Gohman2010-04-14
* Make SuccIterator's private parts private too.Dan Gohman2010-04-14
* Make helper utility members private.Dan Gohman2010-04-14
* rename pred_const_iterator to const_pred_iterator for consistency's sakeGabor Greif2010-03-25
* rename use_const_iterator to const_use_iterator for consistency's sakeGabor Greif2010-03-25
* Revive dead assert.Benjamin Kramer2010-01-16
* Add getSource() to SuccIteratorTobias Grosser2010-01-13
* Extend SuccIteratorTobias Grosser2010-01-13
* eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif2009-08-27
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-27
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-29
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-25
* Whoops! Undo r50087, unbreak the build.Nick Lewycky2008-04-22
* Reverse r47989. Part of removing 'unwinds to' support.Nick Lewycky2008-04-22
* Workaround for PR2207, in which pred_iterator assert gets triggered due to aScott Michel2008-04-16
* Treat BBs that use BBs as proper predecessors and successors in the CFG.Nick Lewycky2008-03-06
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Add a new use_iterator::atEnd() method, which allows us to shrinkChris Lattner2007-10-11
* Remove trailing whitespaceMisha Brukman2005-04-21
* Switch from using an ilist for uses to using a custom doubly linked list.Chris Lattner2005-02-01
* Changes For Bug 352Reid Spencer2004-09-01
* Starting an identifier with an _ is not legal C/C++ code.Chris Lattner2004-05-21
* Move the GraphTraits for MachineBasicBlocks to the MachineBasicBlock file.Chris Lattner2004-05-01
* Add machine-CFG graph traits specializations.Brian Gaeke2004-04-29
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* No really, I'm not on crackChris Lattner2003-11-10
* Helper methodChris Lattner2003-11-10
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Standardize header file commentsChris Lattner2003-09-30
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-20
* Remove a ton of extraneous #includesChris Lattner2003-06-22
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* Revert last checkin. Note that PHI nodes can use basic blocks also!Chris Lattner2003-04-26
* Remove long-dead obsolete cruftChris Lattner2003-04-25