| Commit message (Expand) | Author | Age | Files | Lines | 
| ... |  | 
| *  | remove the instsimplify logic I added in r121754.  It is apparently | Chris Lattner | 2010-12-14 | 1 | -11/+1 | 
| *  | clean up logic, convert std::set to SmallPtrSet, handle the case | Chris Lattner | 2010-12-14 | 1 | -56/+61 | 
| *  | tidy up a bit, move DEBUG down to when we commit to doing the transform so we  | Chris Lattner | 2010-12-14 | 1 | -7/+5 | 
| *  | use SimplifyInstruction instead of reimplementing part of it. | Chris Lattner | 2010-12-14 | 1 | -10/+7 | 
| *  | simplify GetIfCondition by using getSinglePredecessor. | Chris Lattner | 2010-12-14 | 1 | -28/+24 | 
| *  | use AddPredecessorToBlock in 3 places instead of a manual loop. | Chris Lattner | 2010-12-14 | 1 | -18/+6 | 
| *  | make FoldTwoEntryPHINode use instsimplify a bit, make | Chris Lattner | 2010-12-14 | 1 | -12/+21 | 
| *  | improve DEBUG's a bit, switch to eraseFromParent() to simplify | Chris Lattner | 2010-12-14 | 1 | -26/+28 | 
| *  | reapply my recent change that disables a piece of the switch formation | Chris Lattner | 2010-12-14 | 1 | -5/+13 | 
| *  | Fix recent buildbot breakage by pulling SimplifyCFG back to its state as of r... | Owen Anderson | 2010-12-13 | 1 | -14/+6 | 
| *  | temporarily disable part of my previous patch, which causes an iterator inval... | Chris Lattner | 2010-12-13 | 1 | -1/+1 | 
| *  | add some DEBUG's. | Chris Lattner | 2010-12-13 | 1 | -3/+8 | 
| *  | Fix sort predicate. qsort(3)'s predicate semantics differ from std::sort's. F... | Benjamin Kramer | 2010-12-13 | 1 | -1/+1 | 
| *  | reinstate my patch: the miscompile was caused by an inverted branch in the | Chris Lattner | 2010-12-13 | 1 | -3/+6 | 
| *  | Completely disable the optimization I added in r121680 until | Chris Lattner | 2010-12-13 | 1 | -3/+6 | 
| *  | Make simplifycfg reprocess newly formed "br (cond1 | cond2)" conditions | Chris Lattner | 2010-12-13 | 1 | -5/+12 | 
| *  | make this logic a bit simpler. | Chris Lattner | 2010-12-13 | 1 | -21/+20 | 
| *  | split all the guts of SimplifyCFGOpt::run out into one function | Chris Lattner | 2010-12-13 | 1 | -374/+441 | 
| *  | fix a bug in r121680 that upset the various buildbots. | Chris Lattner | 2010-12-13 | 1 | -0/+7 | 
| *  | refactor the speculative execution logic to be factored into the cond branch ... | Chris Lattner | 2010-12-13 | 1 | -26/+22 | 
| *  | simplify a bunch of code. | Chris Lattner | 2010-12-13 | 1 | -15/+4 | 
| *  | move HoistThenElseCodeToIf up to a more logical and efficient-to-handle place. | Chris Lattner | 2010-12-13 | 1 | -7/+11 | 
| *  | move 'MergeBlocksIntoPredecessor' call earlier.  Use | Chris Lattner | 2010-12-13 | 1 | -20/+9 | 
| *  | factor new code out to a SimplifyBranchOnICmpChain helper function. | Chris Lattner | 2010-12-13 | 1 | -77/+91 | 
| *  | enhance the "change or icmp's into switch" xform to handle one value in an  | Chris Lattner | 2010-12-13 | 1 | -3/+45 | 
| *  | merge two very similar functions into one that has a bool argument. | Chris Lattner | 2010-12-13 | 1 | -47/+26 | 
| *  | don't bother handling non-canonical icmp's | Chris Lattner | 2010-12-13 | 1 | -11/+9 | 
| *  | inline a function, making the result much simpler. | Chris Lattner | 2010-12-13 | 1 | -27/+11 | 
| *  | Fix my previous patch to handle a degenerate case that the llvm-gcc | Chris Lattner | 2010-12-13 | 1 | -0/+16 | 
| *  | convert some methods to be static functions | Chris Lattner | 2010-12-13 | 1 | -25/+23 | 
| *  | zap two more std::sorts. | Chris Lattner | 2010-12-13 | 1 | -2/+2 | 
| *  | fix a fairly serious oversight with switch formation from | Chris Lattner | 2010-12-13 | 1 | -1/+97 | 
| *  | convert an std::sort to array_pod_sort. | Chris Lattner | 2010-12-13 | 1 | -2/+8 | 
| *  | move the "br (X == 0 | X == 1), T, F" -> switch optimization to a new | Chris Lattner | 2010-12-13 | 1 | -57/+56 | 
| *  | reduce indentation and generally simplify code, no functionality change. | Chris Lattner | 2010-12-13 | 1 | -333/+309 | 
| *  | use getFirstNonPHIOrDbg to simplify this code. | Chris Lattner | 2010-12-13 | 1 | -9/+5 | 
| *  | Teach SimplifyCFG to turn | Frits van Bommel | 2010-12-05 | 1 | -2/+72 | 
| *  | Fix PR8445: a block with no predecessors may be the entry block, in which case | Duncan Sands | 2010-10-24 | 1 | -12/+10 | 
| *  | Instead, teach SimplifyCFG to trim non-address-taken blocks from | Dan Gohman | 2010-08-16 | 1 | -2/+3 | 
| *  | Teach SimplifyCFG how to simplify indirectbr instructions. | Dan Gohman | 2010-08-14 | 1 | -13/+40 | 
| *  | pass dereferenced iterator to dyn_cast | Gabor Greif | 2010-07-22 | 1 | -1/+1 | 
| *  | Remove unneeded check, and correct style. | Owen Anderson | 2010-07-15 | 1 | -3/+2 | 
| *  | Extend SimplifyCFG's common-destination folding heuristic to allow a single | Owen Anderson | 2010-07-14 | 1 | -5/+67 | 
| *  | cache dereferenced iterators | Gabor Greif | 2010-07-12 | 1 | -4/+6 | 
| *  | cache result of operator* | Gabor Greif | 2010-07-09 | 1 | -2/+3 | 
| *  | Fix a grammaro. | Dan Gohman | 2010-03-30 | 1 | -1/+1 | 
| *  | fix two cases where the arguments were extracted from the wrong range out of ... | Gabor Greif | 2010-03-30 | 1 | -3/+3 | 
| *  | Make returns more consistent with others. | Bill Wendling | 2010-03-14 | 1 | -2/+2 | 
| *  | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -5/+5 | 
| *  | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -1/+1 |