summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CodeExtractor.cpp
Commit message (Expand)AuthorAge
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* Remove #includes from the commonly used LoopInfo.h.Jakub Staszak2013-02-09
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling2012-10-10
* Fixed r158979.Stepan Dyatkovskiy2012-06-22
* Teach the code extractor how to extract a sequence of blocks fromChandler Carruth2012-05-04
* Factor the computation of input and output sets into a public interfaceChandler Carruth2012-05-04
* Rather than trying to gracefully handle input sequences with repeatedChandler Carruth2012-05-04
* Fix a goof with my previous commit by completely returning when weChandler Carruth2012-05-04
* Hoist a safety assert from the extraction method into the constructionChandler Carruth2012-05-04
* Move the CodeExtractor utility to a dedicated header file / source file,Chandler Carruth2012-05-04
* Factor the logic for testing whether a basic block is viable for codeChandler Carruth2012-05-03
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-08
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-01
* Use ArrayRef instead of an explicit 'const std::vector &'.Bill Wendling2011-09-20
* Use ArrayRef instead of 'const std::vector' to pass around the list of basic ...Bill Wendling2011-09-20
* Fix comments.Bill Wendling2011-09-20
* Revert r140083 and r140084 until buildbots can be fixed.Bill Wendling2011-09-19
* If we are extracting a basic block that ends in an invoke call, we must alsoBill Wendling2011-09-19
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-25
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-15
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-12
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-12
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-11
* De-constify Types in FunctionType::get().Jay Foad2011-07-11
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-30
* typoesGabor Greif2010-09-10
* 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