The CIE says that the LSDA point in the FDE section is an "sdata4". That's fine,
[oota-llvm.git] / lib / Transforms /
2009-12-14 Dan GohmanFix a thinko; isNotAlreadyContainedIn had a built-in...
2009-12-14 Dan GohmanRemove unnecessary #includes.
2009-12-14 Dan GohmanInstead of having a ScalarEvolution pointer member...
2009-12-14 Dan GohmanDon't bother cleaning up if there's nothing to clean up.
2009-12-14 Dan GohmanDelete an unused variable.
2009-12-14 Dan GohmanLSR itself doesn't need LoopInfo.
2009-12-14 Dan GohmanLSR itself doesn't need DominatorTree.
2009-12-14 Dan GohmanRemove the code in LSR that manually hoists expansions...
2009-12-14 Dan GohmanMinor code cleanups.
2009-12-14 Chris Lattnerrevert r91184, because it causes a crash on a .bc file...
2009-12-13 Chandler CarruthDon't leave pointers uninitialized in the default const...
2009-12-11 Bob WilsonRevise scalar replacement to be more flexible about...
2009-12-10 Eric ChristopherMake sure the immediate dominator isn't NULL through...
2009-12-10 Chris LattnerFix PR5744, a case where we were getting the pointer...
2009-12-10 Chris Lattnerallow this to build when the #if 0's are enabled. ...
2009-12-09 Dan GohmanDereference loopHeader after checking for null rather...
2009-12-09 Chris Lattnerfix hte last remaining known (by me) phi translation...
2009-12-09 Chris Lattnerchange GetStoreValueForLoad to use IRBuilder, which...
2009-12-09 Bob WilsonFix a comment.
2009-12-09 Chris Lattnerchange AnalyzeLoadFromClobberingMemInst/AnalyzeLoadFrom...
2009-12-09 Chris Lattnerchange AnalyzeLoadFromClobberingWrite and clients to...
2009-12-09 Chris Lattnerchange NonLocalDepEntry from being a typedef for an...
2009-12-09 Chris Lattneradd some aborts to #if 0's.
2009-12-09 Chris LattnerSwitch GVN and memdep to use PHITransAddr, which correc...
2009-12-08 Bob WilsonSome superficial cleanups.
2009-12-08 Bob WilsonClean up dead operands left around after SROA replaces...
2009-12-08 Duncan SandsTeach GlobalOpt to delete aliases with internal linkage...
2009-12-08 Nick LewyckyRemove unnecessary #include "llvm/LLVMContext.h".
2009-12-06 Chris Lattnerfix PR5698
2009-12-06 Chris Lattnerconstant fold loads from memcpy's from global constants...
2009-12-06 Chris Lattneradd support for forwarding mem intrinsic values to...
2009-12-06 Chris LattnerHandle forwarding local memsets to loads. For example...
2009-12-05 Nick LewyckyGeneralize this optimization to work on equality compar...
2009-12-04 Bob WilsonFix up some comments.
2009-12-04 Bob WilsonFix 80-column violations.
2009-12-04 Chris Lattneradd an assert to make it really clear what this is...
2009-12-03 Bob WilsonFix a comment typo.
2009-12-03 Owen AndersonFix this crasher, and add a FIXME for a missed optimiza...
2009-12-03 Chris Lattnerimprove portability to avoid conflicting with std:...
2009-12-02 Jim GrosbachMove EliminateDuplicatePHINodes() from SimplifyCFG...
2009-12-02 Andreas NeustifterCheap, mostly strict, stable sorting.
2009-12-02 Owen AndersonCleanup/remove some parts of the lifetime region handli...
2009-12-02 Chris Lattnerfactor some code better.
2009-12-02 Chris Lattnerformatting cleanups.
2009-12-02 Chris Lattnertidy up, remove dependence on order of evaluation of...
2009-12-01 Chris Lattnerfix PR5640 by tracking whether a block is the header...
2009-11-29 Benjamin KramerRevert r90089 for now, it's breaking selfhost.
2009-11-29 Benjamin KramerFix two FIXMEs.
2009-11-29 Chris Lattneradd testcases for the foo_with_overflow op xforms added...
2009-11-29 Chris LattnerImplement PR5634.
2009-11-28 Chris Lattnerreenable load address insertion in load pre. This...
2009-11-28 Chris LattnerEnhance InsertPHITranslatedPointer to be able to return...
2009-11-27 Chris Lattnerdisable value insertion for now, I need to figure out how
2009-11-27 Chris LattnerRework InsertPHITranslatedPointer to handle the recursi...
2009-11-27 Chris Lattnerfactor some logic out of instcombine into a new Simplif...
2009-11-27 Chris Lattnerfix PR5436 by making the 'simple' case of SRoA not...
2009-11-27 Chris Lattnerteach GVN's load PRE to insert computations of the...
2009-11-27 Chris LattnerFix phi translation in load PRE to agree with the phi
2009-11-27 Chris Lattnerfactor some instcombine simplifications for getelementp...
2009-11-26 Chris Lattnerfix crash on Transforms/InstCombine/intrinsics.ll intro...
2009-11-26 Chris LattnerFix PR5471 by removing an instcombine xform. Some...
2009-11-26 Chris Lattnerimplement a bunch of xforms for overflow intrinsics...
2009-11-25 Edward O'CallaghanReverting patch in revision 89758, initial attempt...
2009-11-24 Edward O'CallaghanFix for PR5373, Credit to Jakub Staszak.
2009-11-23 Dan GohmanMake ConstantFoldConstantExpression recursively visit...
2009-11-23 Dan GohmanFix a use of an invalidated iterator in the case where...
2009-11-23 Nick LewyckyPull LLVMContext out of PromoteMemToReg.
2009-11-23 Nick LewyckyRemove LLVMContext and its include.
2009-11-23 Nick LewyckyRemove unused LLVMContext.
2009-11-23 Nick LewyckyReapply r88830 with a bugfix: this transform only appli...
2009-11-21 Eric ChristopherAdd more optimizations for object size checking, enable...
2009-11-20 Dan GohmanMake Loop::getLoopLatch() work on loops which don't...
2009-11-20 Dan GohmanFix IPSCCP's code for deleting dead blocks to tolerate...
2009-11-20 Daniel DunbarRevert "Add some rough optimizations for checking routi...
2009-11-20 Eric ChristopherAdd some rough optimizations for checking routines.
2009-11-20 Duncan SandsFix PR5563, an expensive checks failure when running on
2009-11-19 Dan GohmanExtend CaptureTracking to indicate when a value is...
2009-11-19 Dan GohmanEnable hoisting of loads from constant memory by defaul...
2009-11-19 Jim GrosbachEliminate duplicate phi nodes in loops. Loop rotation...
2009-11-19 Jim GrosbachMake EliminateDuplicatePHINodes() available as a utilit...
2009-11-17 Jim Grosbachgrammar
2009-11-17 Jim Grosbach80-column violations
2009-11-17 Evan ChengGeneralize OptimizeLoopTermCond to optimize more loop...
2009-11-17 Jim GrosbachRemove trailing whitespace
2009-11-17 Devang PatelRemove debug info attached with an instruction.
2009-11-16 David GreeneFix an expensive-checks error.
2009-11-16 Duncan SandsCreateIntCast takes an "isSigned" parameter. Pass...
2009-11-15 Chris Lattnermake PRE of loads preserve the alignment of the moved...
2009-11-15 Chris Lattnerfix a bug handling 'not x' when x is undef.
2009-11-15 Nick LewyckyRevert r88830 and r88831 which appear to have caused...
2009-11-15 Nick LewyckyTeach instcombine to look for booleans in wider integer...
2009-11-14 Nick LewyckyRemove LLVMContext from reassociate. It was threaded...
2009-11-14 Dan GohmanAdd an option for running GVN with redundant load proce...
2009-11-12 Owen AndersonRe-enable this code, since redundant PHIs are now being...
2009-11-12 Chris Lattneruse isInstructionTriviallyDead, as pointed out by Duncan
2009-11-12 Chris Lattnerimplement a nice little efficiency hack in the inliner...
2009-11-12 Evan Cheng- Teach LSR to avoid changing cmp iv stride if it will...
2009-11-12 Chris Lattneruse getPredicateOnEdge to fold comparisons through...
2009-11-12 Chris Lattnervarious fixes to the lattice transfer functions.
2009-11-12 Chris Lattnerswitch jump threading to use getPredicateOnEdge in...
next