aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/BasicBlock.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new technique for merging BasicBlock with Instruction sentinel by...Gabor Greif2009-02-271-3/+8
* fix grammar, thanks Duncan!Edwin Török2008-12-111-2/+2
* introduce BasicBlock::getUniquePredecessor()Edwin Török2008-12-111-0/+10
* remove two unneeded forward declarations, pointed out by Gabor.Chris Lattner2008-12-091-2/+0
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-4/+0
* Document BasicBlock::Create.Matthijs Kooijman2008-07-301-1/+3
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-281-12/+2
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-291-1/+1
* Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places toDan Gohman2008-05-231-1/+4
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-251-24/+10
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-6/+11
* Two things. Preserve the unwind_to when splitting a BB.Nick Lewycky2008-03-091-1/+5
* Not all users of a BB are Instructions any more.Nick Lewycky2008-03-081-5/+3
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-021-2/+14
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-101-30/+1
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-091-1/+30
* Remove meaningless qualifiers from return types, avoiding compiler warnings.Dan Gohman2007-11-191-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+216