Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / include / llvm / Support / CFG.h
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-02-17 Dan GohmanCalls and invokes with the new clang.arc.no_objc_arc_ex...
2011-12-05 Anna ZaksChange the Dominators recalculate() function to only...
2011-07-04 Tobias GrosserSuccIterator on bbs without terminator insts
2011-06-23 Jay FoadReinstate r133513 (reverted in r133700) with an additio...
2011-06-23 Eric ChristopherRevert r133513:
2011-06-21 Jay FoadReinstate r133435 and r133449 (reverted in r133499...
2011-06-21 Chad RosierRevert r133435 and r133449 to appease buildbots.
2011-06-20 Jay FoadChange how PHINodes store their operands.
2011-03-02 Dan GohmanMake pred_iterator DefaultConstructible, and add an...
2010-07-08 Gabor Greifremove unneeded parens
2010-04-14 Dan GohmanFix whitespace, comments.
2010-04-14 Dan GohmanAdd explicit keywords.
2010-04-14 Dan GohmanUse C++, not C++-standard-library-internals-ese.
2010-04-14 Dan GohmanMake SuccIterator's private parts private too.
2010-04-14 Dan GohmanMake helper utility members private.
2010-03-25 Gabor Greifrename pred_const_iterator to const_pred_iterator for...
2010-03-25 Gabor Greifrename use_const_iterator to const_use_iterator for...
2010-01-16 Benjamin KramerRevive dead assert.
2010-01-13 Tobias GrosserAdd getSource() to SuccIterator
2010-01-13 Tobias GrosserExtend SuccIterator
2009-08-27 Gabor Greifeliminate all 80-col violations that I have introduced...
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-04-22 Nick LewyckyWhoops! Undo r50087, unbreak the build.
2008-04-22 Nick LewyckyReverse r47989. Part of removing 'unwinds to' support.
2008-04-16 Scott MichelWorkaround for PR2207, in which pred_iterator assert...
2008-03-06 Nick LewyckyTreat BBs that use BBs as proper predecessors and succe...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-11 Chris LattnerAdd a new use_iterator::atEnd() method, which allows...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-02-01 Chris LattnerSwitch from using an ilist for uses to using a custom...
2004-09-01 Reid SpencerChanges For Bug 352
2004-05-21 Chris LattnerStarting an identifier with an _ is not legal C/C+...
2004-05-01 Chris LattnerMove the GraphTraits for MachineBasicBlocks to the...
2004-04-29 Brian GaekeAdd machine-CFG graph traits specializations.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-10 Chris LattnerNo really, I'm not on crack
2003-11-10 Chris LattnerHelper method
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2003-09-20 Chris LattnerRename Function::getEntryNode -> getEntryBlock
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-26 Chris LattnerRevert last checkin. Note that PHI nodes can use basic...
2003-04-25 Chris LattnerRemove long-dead obsolete cruft
2002-10-10 Chris LattnerExpose API to graph library to allow iteration over...
2002-10-07 Chris LattnerFix bug in last checkin
2002-10-07 Chris LattnerImplement operator= for SuccIterators
2002-07-24 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris Lattner* Move BasicBlock and Method graph stuff to new "llvm...