Eliminate compiler warnings.
[oota-llvm.git] / lib / Transforms /
2009-03-17 Chris LattnerLSR shouldn't ever try to hack on integer IV's larger...
2009-03-17 Chris LattnerRemove a condition which is always true.
2009-03-17 Dale JohannesenFix a debug info dependency in jump threading.
2009-03-13 Dale JohannesenFix -strip-debug-declare to work when there are
2009-03-13 Evan ChengFix PR3784: If the source of a phi comes from a bb...
2009-03-13 Bill WendlingRevert r66920. It was causing failures in the self...
2009-03-13 Dale JohannesenOne more place where debug info affects codegen.
2009-03-13 Gabor GreifSecond installment of "BasicBlock operands to the back"
2009-03-13 Bill WendlingOops...I committed too much.
2009-03-13 Bill WendlingTemporarily XFAIL this test.
2009-03-13 Dale JohannesenFix one more place where debug info affected
2009-03-12 Dale JohannesenPrevious debug info fix to this code wasn't quite
2009-03-12 Duncan SandsRevert commit 66140 since it caused several failures
2009-03-12 Dale JohannesenThere already was a class to force deterministic
2009-03-12 Dale JohannesenAnother missing check for debug intrinsics.
2009-03-12 Dale JohannesenAllow for switch values bigger than 64 bits.
2009-03-12 Dale JohannesenFix some nondeterministic behavior when forwarding
2009-03-11 Dale JohannesenSkip interleaved debug info when fast-forwarding through
2009-03-11 Anton KorobeynikovI should definitely read make docs someday :(
2009-03-11 Anton KorobeynikovUnbreak the build. Dunno, why it did not fail on mingw :(
2009-03-11 Anton KorobeynikovDisable plugins / shared stuff generation on windows...
2009-03-10 Dale JohannesenDon't consider debug intrinsics when checking
2009-03-10 Dale JohannesenRemoving a dead debug intrinsic shouldn't trigger
2009-03-10 Devang PatelIgnore dbg info, while estimating size of jump through...
2009-03-10 John CriswellDo not attempt to do parial redundancy elimination...
2009-03-10 Evan ChengIf a function is marked alwaysinline, it must be inline...
2009-03-09 Devang PatelIgnore debug info while evaluating function.
2009-03-09 Dan GohmanDon't record the increment instruction; just recompute...
2009-03-09 Devang PatelRemove llvm.dbg.global_variables also.
2009-03-09 Dan GohmanFix a few more places where induction variable types...
2009-03-09 Dan GohmanUse ReplacedTy instead of recomputing the same value.
2009-03-09 Dan GohmanUse LoopInfo's getLoopLatch() instead of doing what...
2009-03-09 Dan GohmanDon't use an induction variable type as a memory access...
2009-03-09 Dan GohmanFactor out the code that determines the memory access...
2009-03-09 Devang PatelAdd helper pass to remove llvm.dbg.declare intrinsics.
2009-03-09 Dan GohmanMove the sorting of the StrideOrder array earlier so...
2009-03-09 Dan GohmanDelete the isOnlyStride argument, which is unused.
2009-03-09 Dan GohmanTidy some LSR debug output: announce the loop it's...
2009-03-09 Duncan SandsThis debug info special case should no longer
2009-03-09 Chris Lattnerreimplement AliasSetTracker in terms of DenseMap instea...
2009-03-08 Nick LewyckyKeep calling-convention and tail-call bit when creating...
2009-03-08 Nick LewyckyFix comments, pointed out by Duncan Sands.
2009-03-08 Nick LewyckyMark function returns as noalias.
2009-03-08 Chris Lattnerteach SROA to handle promoting vector allocas with...
2009-03-08 Chris LattnerEnhance SROA to "promote to scalar" allocas which are
2009-03-08 Chris Lattnerchange the MemIntrinsic get/setAlignment method to...
2009-03-08 Chris Lattneruse MemTransferInst.
2009-03-08 Chris LattnerIntroduce a new MemTransferInst pseudo class, which...
2009-03-07 Chris Lattnerfix a serious pessimization that Tron on IRC pointed...
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-03-06 Dale JohannesenFix another case where debug info interferes with
2009-03-06 Chris Lattneradd a bunch more passes to the C bindings (PR3734)...
2009-03-06 Duncan SandsWhile thinking about the one-definition-rule and trying
2009-03-06 Devang PatelWhile converting an aggregate to scalare, ignore and...
2009-03-06 Devang PatelWhile hoisting instruction to speculatively execute...
2009-03-06 Chris Lattnerthis wasn't intended to go in.
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2009-03-06 Devang PatelDo not count DbgInfoIntrinsic while estimating loop...
2009-03-06 Devang PatelSkip DbgInfoIntrinsic.
2009-03-06 Dale JohannesenDon't assign rank numbers to debug intrinsic "calls".
2009-03-06 Devang PatelRevert 66224.
2009-03-06 Devang PatelRevert rev. 66167.
2009-03-06 Evan ChengSRThreshold is meant to be inclusive.
2009-03-06 Dale JohannesenTweak the check for promotable alloca's to handle
2009-03-06 Devang PatelDo not let debug info prevert globalopt from shriking...
2009-03-06 Devang PatelAdd "check/remove dbg var" helper routines.
2009-03-05 Devang PatelGlobalOpt only process non constant local GVs while...
2009-03-05 Evan ChengDo not split edges to EH landing pads. It will cause...
2009-03-05 Dale JohannesenFix another case where debug info was affecting
2009-03-05 Bill WendlingAdd comment to emphasize that the while body is empty.
2009-03-05 Dale JohannesenFix another case where a dbg.declare meant something
2009-03-04 Bill WendlingTemporarily revert r65994. It was causing rdar://6646455.
2009-03-04 Dale JohannesenRe-commit 65975 and a fix for the problem that
2009-03-04 Dan GohmanFix this comment.
2009-03-04 Dan GohmanAdd an assertion for a condition that's always true...
2009-03-04 Chris Lattnercomplete comment.
2009-03-04 Chris Lattnerthis wasn't intended to be committed.
2009-03-04 Chris LattnerFix PR3720 by properly propagating alignment informatio...
2009-03-04 Dale JohannesenRevert unintended commmit.
2009-03-04 Dale JohannesenSkip ptr-to-ptr bitcasts when counting in another case.
2009-03-04 Dale JohannesenAlways skip ptr-to-ptr bitcasts when counting,
2009-03-04 Devang PatelIf a global constant is dead then global's debug info...
2009-03-04 Dale JohannesenMake my earlier patch to skip debug intrinsics
2009-03-03 Dale JohannesenMarking debug info intrinsics as not touching memory
2009-03-03 Dale JohannesenInstruction counters must skip the bitcasts that
2009-03-03 Devang PatelRecursively remove dead argument while removing llvm...
2009-03-03 Dale JohannesenWhen removing a store to an alloca that has only one
2009-03-03 Bill WendlingRemove accidental check-ins in r65960. :-(
2009-03-03 Bill WendlingUse > instead of >=. We want to promote aggregates...
2009-03-03 Bill WendlingReapply r65755, but reversing "<" to ">=".
2009-03-03 Dan GohmanFix a bunch of Doxygen syntax issues. Escape special...
2009-03-03 Dale JohannesenDon't count DebugInfo instructions in another limit
2009-03-03 Dale JohannesenWhen sinking an insn in InstCombine bring its debug
2009-03-03 Devang PatelIgnore debug info intrinsics.
2009-03-02 Devang PatelIf branch conditions' one successor is dominating anoth...
2009-03-02 Devang PatelRemove all dbg symobls, including those with circular...
2009-03-02 Duncan SandsFix PR3694: add an instcombine micro-optimization that...
2009-03-01 Bill WendlingTemporarily revert r65755. It was causing failures...
2009-03-01 Chris Lattnerhoist the check for alloca size up so that it controls...
2009-02-27 Nick LewyckySilence compiler warning about use of uninitialized...
next