aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/CFG.h
Commit message (Expand)AuthorAgeFilesLines
* eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif2009-08-271-6/+8
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-271-5/+4
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-291-1/+1
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-251-20/+7
* Whoops! Undo r50087, unbreak the build.Nick Lewycky2008-04-221-3/+13
* Reverse r47989. Part of removing 'unwinds to' support.Nick Lewycky2008-04-221-13/+3
* Workaround for PR2207, in which pred_iterator assert gets triggered due to aScott Michel2008-04-161-1/+4
* Treat BBs that use BBs as proper predecessors and successors in the CFG.Nick Lewycky2008-03-061-7/+17
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Add a new use_iterator::atEnd() method, which allows us to shrinkChris Lattner2007-10-111-6/+5
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+266