summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/JumpThreading.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-2/+2
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-301-2/+3
* prevent jump threading from merging blocks when their address isChris Lattner2011-02-181-1/+11
* Fix a bug in the loop in JumpThreading::ProcessThreadableEdges() where it cou...Frits van Bommel2010-12-161-2/+2
* Teach jump threading to "look through" a select when the branch direction of ...Frits van Bommel2010-12-151-0/+34
* simplify code and reduce indentationChris Lattner2010-12-131-32/+30
* Remove some dead code from the jump threading pass.Frits van Bommel2010-12-071-141/+0
* Implement jump threading of 'indirectbr' by keeping track of whether we're lo...Frits van Bommel2010-12-061-46/+80
* Refactor jump threading.Frits van Bommel2010-12-051-69/+73
* Remove trailing whitespace.Frits van Bommel2010-12-051-208/+208
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-1/+4
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Fix PR8247: JumpThreading can cause a block to become unreachable while still...Owen Anderson2010-09-291-4/+4
* Remove the option to disable LazyValueInfo in JumpThreading, as it is nowOwen Anderson2010-09-141-110/+37
* Change lower atomic pass to use IntrinsicInst to simplify it a bit.Chris Lattner2010-09-051-4/+3
* eliminate some non-obvious casts. UndefValue isa Constant.Chris Lattner2010-09-051-4/+4
* Reapply commit 112699, speculatively reverted by echristo, sinceDuncan Sands2010-09-021-2/+2
* JumpThreading keeps LazyValueInfo up to date, so we don't need to rerun itOwen Anderson2010-09-011-1/+3
* Speculatively revert 112699 and 112702, they seem to be causingEric Christopher2010-09-011-2/+2
* If PrototypeValue is erased in the middle of using the SSAUpdatorDuncan Sands2010-09-011-2/+2
* More cleanups of my JumpThreading transforms, including extracting some dupli...Owen Anderson2010-08-311-37/+26
* Add an RAII helper to make cleanup of the RecursionSet more fool-proof.Owen Anderson2010-08-311-18/+24
* Refactor my fix for PR5652 to terminate the predecessor lookups after the fir...Owen Anderson2010-08-311-25/+24
* More Chris-inspired JumpThreading fixes: use ConstantExpr to correctly consta...Owen Anderson2010-08-311-26/+64
* Re-apply r112539, being more careful to respect the return values of the cons...Owen Anderson2010-08-301-22/+25
* Revert r112539. It accidentally introduced a miscompilation.Owen Anderson2010-08-301-20/+16
* Fixes and cleanups pointed out by Chris. In general, be careful to handle 0 ...Owen Anderson2010-08-301-16/+20
* Fix typos in comments.Owen Anderson2010-08-271-2/+2
* Use LVI to eliminate conditional branches where we've tested a related condit...Owen Anderson2010-08-271-0/+39
* Make JumpThreading smart enough to properly thread StrSwitch when it's compil...Owen Anderson2010-08-261-17/+77
* Turn LVI on, previously detected failures should be fixed now.Owen Anderson2010-08-241-1/+1
* Turn LVI back off, I have a testcase now.Owen Anderson2010-08-231-1/+1
* Re-enable LazyValueInfo. Monitoring for failures.Owen Anderson2010-08-231-1/+1
* Disable LVI while I evaluate a failure.Owen Anderson2010-08-191-1/+1
* Tentatively enabled LVI by default. I'll be monitoring for any failures.Owen Anderson2010-08-191-1/+1
* Inform LazyValueInfo whenever a block is deleted, to avoid dangling pointer i...Owen Anderson2010-08-181-0/+7
* Fix PR7755: knowing something about an inval for a predChris Lattner2010-08-181-8/+4
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Give JumpThreading+LVI a long-form cl::opt so that it's easier to toggle the ...Owen Anderson2010-08-051-1/+4
* Add an initial implementation of LazyValueInfo updating for JumpThreading. D...Owen Anderson2010-07-261-0/+3
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+2
* cache results of operator*Gabor Greif2010-07-121-21/+31
* if jump threading is able to infer interesting values on bothChris Lattner2010-07-121-2/+13
* jump threading can't split a critical edge from an indirectbr. ThisChris Lattner2010-06-141-1/+6
* Move FindAvailableLoadedValue isSafeToLoadUnconditionally out ofDan Gohman2010-05-281-0/+1
* fix PR6743, a case where we'd delete an instruction before using itChris Lattner2010-04-101-1/+3
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-2/+2
OpenPOWER on IntegriCloud