aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/BasicBlock.cpp
AgeCommit message (Expand)Author
2008-07-28Fold the useful features of alist and alist_node into ilist, andDan Gohman
2008-05-27back out last commit: The .cpp file for a module should include its correspon...Gabor Greif
2008-05-27prune unneeded #includesGabor Greif
2008-05-23Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places toDan Gohman
2008-04-25Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif
2008-03-09Two things. Preserve the unwind_to when splitting a BB.Nick Lewycky
2008-03-02Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-10Reverting dtor devirtualization patch.Gordon Henriksen
2007-12-09Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen
2007-11-19Remove meaningless qualifiers from return types, avoiding compiler warnings.Dan Gohman
2007-07-26DummyInst's member functions don't need to be virtual.Dan Gohman
2007-04-17The (negative) offset from a SymbolTableListTraits-using ilist to its containerChris Lattner
2007-04-17Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner
2007-02-12Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...Chris Lattner
2006-09-23add method, correct commentChris Lattner
2006-08-27s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner
2006-06-28Use hidden visibility to reduce codesizeChris Lattner
2006-06-14When asked not to delete useless PHIs, really don't delete them, no matter howOwen Anderson
2006-06-08Remove dead code.Vladimir Prus
2006-06-08New method BasicBlock::getFirstNonPHI.Vladimir Prus
2005-08-12Add a helper methodChris Lattner
2005-08-05Fix an iterator invalidation problem when we decide a phi has a constant valueChris Lattner
2005-08-05Now that hasConstantValue is more careful w.r.t. returning values that onlyChris Lattner
2005-08-04Fix a fixme in CondPropagate.cpp by moving a PhiNode optimization intoNate Begeman
2005-04-23Eliminate tabs and trailing spacesJeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-21Improve doxygen, from part of Evan's patch that didn't apply.Chris Lattner
2005-04-21Improve doxygen documentation, patch contributed by Evan Jones!Chris Lattner
2005-04-12add an argument to allow avoiding deleting phi nodes.Chris Lattner
2005-03-05remove all of the various setName implementations, consolidating them intoChris Lattner
2005-03-05Remove the 2nd argument to Value::setNameChris Lattner
2005-02-24add a new method.Chris Lattner
2005-02-23make this more efficient. Scan up to 16 nodes, not the whole list.Chris Lattner
2005-02-23Reduce the amount of searching this assertion does. On a testcase of mine,Chris Lattner
2005-01-30Improve conformance with the Misha spelling benchmark suiteChris Lattner
2005-01-29Adjust to ilist changes.Chris Lattner
2005-01-29Adjust to changes in User class.Chris Lattner
2004-12-11Check in the file I forgot last night, to solve all of the crashes in everyChris Lattner
2004-10-11Implement remove/eraseFromParent methodsChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-29Fix #includes of i*.h files => Instructions.h as per PR403Misha Brukman
2004-07-06Find bugs sooner rather than later. In this case, don't allow the creationChris Lattner
2004-06-05Fix GCC warningsChris Lattner
2004-06-05As much as I dislike doing this, it's the only fix for VC8.0 that I can comeChris Lattner
2004-04-16Fix retriving parent Function.Misha Brukman
2004-04-16Assert if deleting BasicBlock before removing it from Function.Misha Brukman
2004-02-11Remove obsolete methodChris Lattner
2004-02-04Adjust to the new BB ctorChris Lattner