summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CodeExtractor.cpp
Commit message (Expand)AuthorAge
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-07
* Fix nondeterministic behavior.Julien Lerouge2010-01-10
* Fix nondeterministic behavior.Julien Lerouge2010-01-09
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-05
* Change errs() to dbgs().David Greene2010-01-05
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Comment-ify.Owen Anderson2009-08-25
* Switch to SmallVector.Owen Anderson2009-08-25
* Pull out this predicate loop into a helper function.Owen Anderson2009-08-25
* Handle a corner case when extracing code regions where one of the immediate s...Owen Anderson2009-08-25
* When extracting SEME regions of code, the extractor needs to update the domin...Owen Anderson2009-08-24
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-23
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-05
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-24
* Switch to getNameStr().Daniel Dunbar2009-07-24
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson2009-07-15
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin2009-07-11
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-06
* More LLVMContext-ification.Owen Anderson2009-07-05
* Fix PR2929 by making bugpoint/code extract propagate the nothrowChris Lattner2008-12-18
* Fix spelling.Misha Brukman2008-12-13
* 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