| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix size_t -> uint warnings with MSVC 64-bit build | Matt Arsenault | 2013-07-20 | 1 | -2/+2 |
* | Enable pod-like optimizations for pred and succ iterators. | Benjamin Kramer | 2013-05-20 | 1 | -0/+4 |
* | Seciton 24.2.2 of the C++ standard, [iterator.iterators], Table 106 | Howard Hinnant | 2013-03-28 | 1 | -6/+10 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -2/+2 |
* | Calls and invokes with the new clang.arc.no_objc_arc_exceptions | Dan Gohman | 2012-02-17 | 1 | -0/+6 |
* | Change the Dominators recalculate() function to only rely on GraphTraits | Anna Zaks | 2011-12-05 | 1 | -0/+2 |
* | SuccIterator on bbs without terminator insts | Tobias Grosser | 2011-07-04 | 1 | -3/+11 |
* | Reinstate r133513 (reverted in r133700) with an additional fix for a | Jay Foad | 2011-06-23 | 1 | -1/+1 |
* | Revert r133513: | Eric Christopher | 2011-06-23 | 1 | -1/+1 |
* | Reinstate r133435 and r133449 (reverted in r133499) now that the clang | Jay Foad | 2011-06-21 | 1 | -1/+1 |
* | Revert r133435 and r133449 to appease buildbots. | Chad Rosier | 2011-06-21 | 1 | -1/+1 |
* | Change how PHINodes store their operands. | Jay Foad | 2011-06-20 | 1 | -1/+1 |
* | Make pred_iterator DefaultConstructible, and add an accessor to | Dan Gohman | 2011-03-02 | 1 | -0/+7 |
* | remove unneeded parens | Gabor Greif | 2010-07-08 | 1 | -1/+1 |
* | Fix whitespace, comments. | Dan Gohman | 2010-04-14 | 1 | -3/+3 |
* | Add explicit keywords. | Dan Gohman | 2010-04-14 | 1 | -2/+2 |
* | Use C++, not C++-standard-library-internals-ese. | Dan Gohman | 2010-04-14 | 1 | -33/+33 |
* | Make SuccIterator's private parts private too. | Dan Gohman | 2010-04-14 | 1 | -5/+6 |
* | Make helper utility members private. | Dan Gohman | 2010-04-14 | 1 | -3/+4 |
* | rename pred_const_iterator to const_pred_iterator for consistency's sake | Gabor Greif | 2010-03-25 | 1 | -6/+6 |
* | rename use_const_iterator to const_use_iterator for consistency's sake | Gabor Greif | 2010-03-25 | 1 | -1/+1 |
* | Revive dead assert. | Benjamin Kramer | 2010-01-16 | 1 | -1/+1 |
* | Add getSource() to SuccIterator | Tobias Grosser | 2010-01-13 | 1 | -0/+5 |
* | Extend SuccIterator | Tobias Grosser | 2010-01-13 | 1 | -1/+62 |
* | eliminate all 80-col violations that I have introduced in my recent checkins ... | Gabor Greif | 2009-08-27 | 1 | -6/+8 |
* | Clean up the minor mess I caused with removing iterator.h. I shall take care ... | Gabor Greif | 2009-08-27 | 1 | -5/+4 |
* | For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" | Anton Korobeynikov | 2008-05-29 | 1 | -1/+1 |
* | Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 | Nick Lewycky | 2008-04-25 | 1 | -20/+7 |
* | Whoops! Undo r50087, unbreak the build. | Nick Lewycky | 2008-04-22 | 1 | -3/+13 |
* | Reverse r47989. Part of removing 'unwinds to' support. | Nick Lewycky | 2008-04-22 | 1 | -13/+3 |
* | Workaround for PR2207, in which pred_iterator assert gets triggered due to a | Scott Michel | 2008-04-16 | 1 | -1/+4 |
* | Treat BBs that use BBs as proper predecessors and successors in the CFG. | Nick Lewycky | 2008-03-06 | 1 | -7/+17 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Add a new use_iterator::atEnd() method, which allows us to shrink | Chris Lattner | 2007-10-11 | 1 | -6/+5 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -32/+32 |
* | Switch from using an ilist for uses to using a custom doubly linked list. | Chris Lattner | 2005-02-01 | 1 | -10/+5 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -2/+2 |
* | Starting an identifier with an _ is not legal C/C++ code. | Chris Lattner | 2004-05-21 | 1 | -7/+7 |
* | Move the GraphTraits for MachineBasicBlocks to the MachineBasicBlock file. | Chris Lattner | 2004-05-01 | 1 | -124/+0 |
* | Add machine-CFG graph traits specializations. | Brian Gaeke | 2004-04-29 | 1 | -0/+124 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | No really, I'm not on crack | Chris Lattner | 2003-11-10 | 1 | -1/+1 |
* | Helper method | Chris Lattner | 2003-11-10 | 1 | -0/+4 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -3/+3 |
* | Rename Function::getEntryNode -> getEntryBlock | Chris Lattner | 2003-09-20 | 1 | -4/+4 |
* | Remove a ton of extraneous #includes | Chris Lattner | 2003-06-22 | 1 | -2/+0 |
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+2 |
* | Revert last checkin. Note that PHI nodes can use basic blocks also! | Chris Lattner | 2003-04-26 | 1 | -1/+8 |
* | Remove long-dead obsolete cruft | Chris Lattner | 2003-04-25 | 1 | -10/+2 |