summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CodeExtractor.cpp
Commit message (Expand)AuthorAge
* Use Instruction::eraseFromParent().Dan Gohman2008-06-21
* Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places toDan Gohman2008-05-23
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-15
* Revert r49614. As Dan pointed out, some of these aren't correct.Owen Anderson2008-04-14
* Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), Owen Anderson2008-04-13
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* Make Transforms to be 4.3 warnings-cleanAnton Korobeynikov2008-02-20
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-17
* Move Split<...>() into DomTreeBase. This should make the #include's of Domin...Owen Anderson2007-10-18
* Fixed linker errors (unresolved externals: split<>(...)) when compiling with ...Hartmut Kaiser2007-10-17
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-04
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-01
* Move code to update dominator information after basic block is splitDevang Patel2007-06-21
* Do not use ETForest as well as DomiantorTree. DominatorTree is sufficient.Devang Patel2007-06-07
* s/DominatorTree::createNewNode/DominatorTree::addNewBlock/gDevang Patel2007-06-04
* Add basic block level interface to change immediate dominatorDevang Patel2007-06-04
* Use new ETForest accessor.Owen Anderson2007-04-18
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* Expunge DomSet from CodeExtractor. This is part of the continuing workOwen Anderson2007-04-07
* Change uses of Function::front to Function::getEntryBlock for readability.Dan Gohman2007-03-22
* Eliminate use of ctors that take vectors.Chris Lattner2007-02-13
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-05
* eliminate temporary vectorsChris Lattner2007-01-31
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-12
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-11
* For PR1043:Zhou Sheng2007-01-11
* For PR950:Reid Spencer2006-12-31
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Remove #include <iostream> and use llvm_* streams instead.Bill Wendling2006-11-26
* For PR950:Reid Spencer2006-10-20
* simplify codeChris Lattner2006-09-28
* Add explicit #includes of <iostream>Chris Lattner2006-01-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* switchinst ctor now takes a hint for the number of cases that it will have.Chris Lattner2005-01-29
* Allow constructor parameter to override aggregating args; fix spacingMisha Brukman2004-11-20
* Fix: CodeExtractor/2004-11-12-InvokeExtract.llChris Lattner2004-11-13
* Fix a bug where the code extractor would get a bit confused handling invokeChris Lattner2004-11-12
* Convert code to compile with vc7.1.Reid Spencer2004-09-15
* Changes For Bug 352Reid Spencer2004-09-01
* If we are extracting a block that has multiple successors that are the sameChris Lattner2004-08-13
* When we code extract some stuff, leave the codeRepl block in the place whereChris Lattner2004-08-13
* Fix code extraction of unwind blocks. This fixed bugs that bugpoint canChris Lattner2004-08-12
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-21
* Progress on PR341Chris Lattner2004-07-15
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Do not pass a null pointer if this instruction is not prepended orAlkis Evlogimenos2004-05-26
* Do not pass in the same argument to the extracted function more than once, andChris Lattner2004-05-12
* Implement support for code extracting basic blocks that have a returnChris Lattner2004-05-12