aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/CodeExtractor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-16/+14
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-9/+11
* Update to LLVM 3.5a.Stephen Hines2014-04-241-15/+13
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-091-2/+1
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-2/+2
* Remove #includes from the commonly used LoopInfo.h.Jakub Staszak2013-02-091-0/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-6/+6
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-8/+8
* Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling2012-10-101-1/+1
* Fixed r158979.Stepan Dyatkovskiy2012-06-221-1/+2
* Teach the code extractor how to extract a sequence of blocks fromChandler Carruth2012-05-041-7/+32
* Factor the computation of input and output sets into a public interfaceChandler Carruth2012-05-041-35/+34
* Rather than trying to gracefully handle input sequences with repeatedChandler Carruth2012-05-041-1/+1
* Fix a goof with my previous commit by completely returning when weChandler Carruth2012-05-041-1/+1
* Hoist a safety assert from the extraction method into the constructionChandler Carruth2012-05-041-9/+13
* Move the CodeExtractor utility to a dedicated header file / source file,Chandler Carruth2012-05-041-161/+107
* Factor the logic for testing whether a basic block is viable for codeChandler Carruth2012-05-031-14/+21
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-081-1/+2
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-011-3/+3
* Use ArrayRef instead of an explicit 'const std::vector &'.Bill Wendling2011-09-201-3/+3
* Use ArrayRef instead of 'const std::vector' to pass around the list of basic ...Bill Wendling2011-09-201-8/+10
* Fix comments.Bill Wendling2011-09-201-4/+4
* Revert r140083 and r140084 until buildbots can be fixed.Bill Wendling2011-09-191-8/+1
* If we are extracting a basic block that ends in an invoke call, we must alsoBill Wendling2011-09-191-1/+8
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-251-5/+4
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-3/+3
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-1/+1
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-3/+3
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-3/+3
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-111-1/+1
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-2/+2
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-3/+2
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-301-3/+4
* typoesGabor Greif2010-09-101-2/+2
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-1/+1
* Fix nondeterministic behavior.Julien Lerouge2010-01-101-9/+3
* Fix nondeterministic behavior.Julien Lerouge2010-01-091-6/+7
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-051-1/+1
* Change errs() to dbgs().David Greene2010-01-051-7/+7
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Comment-ify.Owen Anderson2009-08-251-0/+3
* Switch to SmallVector.Owen Anderson2009-08-251-2/+2
* Pull out this predicate loop into a helper function.Owen Anderson2009-08-251-11/+15
* Handle a corner case when extracing code regions where one of the immediate s...Owen Anderson2009-08-251-2/+20
* When extracting SEME regions of code, the extractor needs to update the domin...Owen Anderson2009-08-241-2/+18
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-231-7/+8
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-23/+31
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-051-2/+2