Only correctly lower exception handing intrinsics if exception handling is
[oota-llvm.git] / lib / Transforms /
2007-06-12 Owen AndersonFix test/Transforms/GVNPRE/2007-06-12-PhiTranslate.ll
2007-06-12 Owen AndersonRefactor some code, and fix test/Transforms/GVNPRE...
2007-06-12 Dale JohannesenSink CmpInst's to their uses to reduce register pressure.
2007-06-12 Owen AndersonFix a few more bugs, including an instance of walking...
2007-06-11 Devang PatelAdd and use DominatorTreeBase::findNearestCommonDominat...
2007-06-11 Devang PatelSimplify.
2007-06-11 Devang Patelsimplify
2007-06-11 Devang PatelSimplify. Dominator Tree is required so always available.
2007-06-11 Owen AndersonHandle functions with multiple exit blocks properly.
2007-06-09 Owen AndersonPerform PRE of comparison operators.
2007-06-08 Owen AndersonCollect statistics from GVN-PRE.
2007-06-08 Owen AndersonFix typo in a comment.
2007-06-08 Owen AndersonFix a bug that was causing the elimination phase not...
2007-06-08 Owen AndersonSmall bugfix, and const-ify some methods (Thanks, Bill).
2007-06-08 Devang PatelUpdate LoopSimplify to require and preserve DominatorTr...
2007-06-08 Owen AndersonAdd partial redundancy elimination.
2007-06-08 Devang PatelDo not preserve ETForest.
2007-06-07 Devang PatelDo not require ETForest. Now it is unused by LICM.
2007-06-07 Devang PatelDo not use ETForest as well as DomiantorTree. Dominato...
2007-06-07 Devang PatelUse DominatorTree instead of ETForest.
2007-06-07 Devang PatelUse DominatorTree instead of ETForest.
2007-06-07 Devang PatelUse DominatorTree instead of ETForest.
2007-06-07 Devang PatelUse DominatorTree instead of ETForest.
2007-06-07 Devang PatelUse DominatorTree instead of ETForest.
2007-06-07 Devang PatelMaintain ETNode as part of DomTreeNode.
2007-06-07 Tanya LattnerFormating fixes.
2007-06-06 Tanya LattnerInstruct the inliner to obey the noinline attribute...
2007-06-06 Chris Lattnersimplify this code and fix PR1493, now that llvm-gcc3...
2007-06-06 Lauro Ramos VenancioFix PR1499.
2007-06-06 Nick LewyckyInform ScalarEvolutions that we're deleting Values.
2007-06-06 Owen AndersonAdd simple full redundancy elimination.
2007-06-06 Chris LattnerFix PR1495 and CodeGen/X86/2007-06-05-LSR-Dominator.ll
2007-06-06 Devang PatelAvoid non-trivial loop unswitching while optimizing...
2007-06-05 Owen AndersonFix a misunderstanding of the algorithm. Really, we...
2007-06-05 Owen AndersonDon't leak memory.
2007-06-05 Owen AndersonFix a small bug, some 80 cols violations, and add some...
2007-06-05 Dan GohmanAllow insertelement, extractelement, and shufflevector...
2007-06-04 Bill WendlingPatches by Chuck Rose to unbreak V Studio builds.
2007-06-04 Devang Patels/ETNode::getChildren/ETNode::getETNodeChildren/g
2007-06-04 Owen AndersonDon't use std::set_difference when the two sets are...
2007-06-04 Owen AndersonFix a bunch of small bugs, and improve the debugging...
2007-06-04 Chris LattnerWhen rebuilding constant structs, make sure to honor...
2007-06-04 Owen AndersonMake phi_translate correct.
2007-06-04 Devang Patels/DominatorTree::createNewNode/DominatorTree::addNewBlock/g
2007-06-04 Devang PatelAdd basic block level interface to change immediate...
2007-06-04 Devang Patels/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
2007-06-03 Owen AndersonDon't use the custom comparator where it's not necessary.
2007-06-03 Devang Patels/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
2007-06-03 Owen AndersonRemove an unused method.
2007-06-03 Owen AndersonThere's no need to have an Expression class... Value...
2007-06-01 Devang PatelInsert new instructions in AliasSet.
2007-06-01 Owen Andersonclean() needs to process things in topological order.
2007-06-01 Owen AndersonFix Expression comparison, which in turn fixes a value...
2007-05-31 Owen AndersonAdd a topological sort function.
2007-05-31 Owen AndersonAttempt to fix up phi_translate.
2007-05-30 Devang PatelFix typo.
2007-05-30 Chris LattnerFix Transforms/ScalarRepl/2007-05-29-MemcpyPreserve...
2007-05-29 Owen AndersonFix a typo
2007-05-29 Owen AndersonRe-fix a bug, where I was now being too aggressive.
2007-05-29 Owen AndersonUse proper debugging facilities so other people don...
2007-05-29 Owen AndersonComment debug code out that I accidentally uncommented...
2007-05-29 Owen AndersonAdd a place where I missed using the maximal set. ...
2007-05-29 Owen AndersonVery first part of a GVN-PRE implementation. It curren...
2007-05-24 Chris LattnerFix PR1446 by not scalarrepl'ing giant structures.
2007-05-24 Dan GohmanMinor comment cleanups.
2007-05-23 Chris Lattnerfix a miscompilation when passing a float through varargs
2007-05-19 Chris LattnerFix Transforms/InstCombine/2007-05-18-CastFoldBug.ll...
2007-05-19 Chris LattnerHandle negative strides much more optimally. This...
2007-05-17 Devang PatelFix PR1431
2007-05-15 Chris Lattnerselects can also reach here
2007-05-15 Chris LattnerFix Transforms/InstCombine/2007-05-14-Crash.ll
2007-05-14 Dan GohmanCorrect a few comments.
2007-05-13 Chris LattnerFix Transforms/GlobalOpt/2007-05-13-Crash.ll
2007-05-11 Chris Lattnersignificantly improve debug output of lsr
2007-05-11 Dan GohmanFix typos.
2007-05-11 Dan GohmanThis patch extends the LoopUnroll pass to be able to...
2007-05-11 Chris Lattnerfix regressions from my previous checking, including
2007-05-11 Chris Lattnerfix Transforms/InstCombine/2007-05-10-icmp-or.ll
2007-05-09 Devang PatelFix PR1333
2007-05-08 Dan GohmanFix various whitespace inconsistencies.
2007-05-08 Dan GohmanCorrect the comment for ApproximateLoopSize to reflect...
2007-05-08 Dale JohannesenDon't generate branch to entry block.
2007-05-06 Chris LattnerFix PR1395, by passing the ID correctly
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-06 Chris LattnerFix a bug in my previous patch
2007-05-05 Chris LattnerImplement Transforms/InstCombine/cast_ptr.ll
2007-05-05 Chris Lattnerwrap long lines
2007-05-05 Chris LattnerFix Transforms/LoopUnroll/2007-05-05-UnrollMiscomp...
2007-05-05 Chris Lattnermake a temporary for *SI, no functionality change.
2007-05-05 Chris LattnerFix InstCombine/2007-05-04-Crash.ll and PR1384
2007-05-04 Dan GohmanUse IntrinsicInst to test for prefetch instructions...
2007-05-03 Dan GohmanAllow strength reduction to make use of addressing...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-02 Lauro Ramos VenancioFix build error.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-29 Anton KorobeynikovImplement review feedback
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-28 Chris Lattnerfix a bug triggered by 403.gcc
2007-04-28 Chris LattnerFix several latent bugs in EmitGEPOffset that didn...
next