Re-add the autoconf rule for the docs/doxygen.cfg file.
[oota-llvm.git] / lib / Transforms /
2011-05-13 Andrew TrickConvert SimplifyIVUsers into a worklist instead of...
2011-05-12 Andrew Trickindvars: Added SimplifyIVUsers.
2011-05-10 Devang PatelPreserve line number information.
2011-05-06 Duncan SandsFix PR9820: a read-only call differs from a load in...
2011-05-05 Nick LewyckyThe computation of string length is not that complicate...
2011-05-05 Eli FriedmanPR9838: Fix transform introduced in r127064 to not...
2011-05-05 Nick LewyckyUpdate the gcov version used slightly, to make it stop...
2011-05-05 Nick LewyckyRemove dead function.
2011-05-05 Nick LewyckyWhen the path wasn't emitted by the frontend, discard...
2011-05-04 Devang PatelSet debug loc for new instructions.
2011-05-04 Devang PatelSet debug location for new PHI nodes created in exit...
2011-05-04 Devang PatelPreserve line number information while threading jumps.
2011-05-04 Devang PatelPreserve line number info.
2011-05-04 Devang Patelpreserve line number info.
2011-05-04 Nick LewyckyEmit gcov data files to the directory specified in...
2011-05-04 Andrew Trickindvars: Added DisableIVRewrite and WidenIVs.
2011-05-03 Andrew Trickindvars: Added canExpandBackEdgeTakenCount.
2011-05-03 Benjamin KramerRemove unused variables caught by GCC's -Wunused-but...
2011-05-03 Dan GohmanAdd an unfolded offset field to LSR's Formula record...
2011-05-02 Devang PatelScanning entire basic block may be too expensive in...
2011-05-02 Duncan SandsRemove unused variable.
2011-05-02 Duncan SandsMove some rem transforms out of instcombine and into...
2011-05-01 Chris Lattnerenhance memcpyopt to obey -fno-builtin and friends...
2011-04-30 Benjamin KramerInstCombine: Turn (zext A) udiv (zext B) into (zext...
2011-04-30 Benjamin KramerUse SimplifyDemandedBits on div instructions.
2011-04-29 Devang PatelAssing line number info to new PHIs created by SSA...
2011-04-29 Devang PatelPreserve line number information.
2011-04-29 Peter CollingbourneSimplifyCFG: Expose phi node folding cost threshold...
2011-04-29 Peter CollingbourneSimplifyCFG: Add CostRemaining parameter to DominatesMe...
2011-04-29 Peter CollingbourneSimplifyCFG: Add Trunc, ZExt and SExt to the list of...
2011-04-29 Benjamin KramerBalance parentheses.
2011-04-29 Benjamin KramerInstCombine: turn (C1 << A) << C2) into (C1 << C2)...
2011-04-28 Devang PatelPreserve line number information.
2011-04-28 Benjamin KramerWe require threse bits to be zero, too.
2011-04-28 Nick LewyckyOnly read *predecessor once so as to fix a theoretical...
2011-04-28 Devang PatelRemove DbgDeclare only if all uses are converted.
2011-04-28 Benjamin KramerFix a comment.
2011-04-28 Chris Lattnerimprove comment.
2011-04-28 Devang PatelDo not lose line number info while eliminating tail...
2011-04-28 Chris Lattnerfinal step needed to resolve PR6627, which allows us...
2011-04-28 Chris Lattnercode cleanups only.
2011-04-28 Andrew TrickReapply r130340: Fix for PR9730.
2011-04-28 Benjamin KramerInstCombine: Merge "(trunc x) == C1 & (and x, CA) ...
2011-04-28 Chris Lattnercentralize "marking for deletion" into a helper functio...
2011-04-28 Chris LattnerPromote toErase to be an ivar of the GVN class.
2011-04-28 Chris Lattnerteach GVN to widen integer loads when they are overalig...
2011-04-28 Andrew TrickReverting r130340 in the unlikely event that it's respo...
2011-04-27 Andrew TrickFixes PR9730: indvars: An asserting value handle still...
2011-04-27 Devang PatelSimplify cfg inserts a call to trap when unreachable...
2011-04-27 Duncan SandsStop trying to have instcombine preserve LCSSA form...
2011-04-26 Chris LattnerTransform: "icmp eq (trunc (lshr(X, cst1)), cst" to...
2011-04-26 Chris Lattnersome random cleanups, no functionality change.
2011-04-26 Chris LattnerImprove the bail-out predicate to really only kick...
2011-04-26 Nick LewyckyRename everything to follow LLVM style ... I think.
2011-04-26 Chris LattnerEnhance MemDep: When alias analysis returns a partial...
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-21 Jay FoadPR9214: Convert Metadata API to use ArrayRef.
2011-04-21 Nick LewyckyIn gcov profiling, give all functions an extra unified...
2011-04-21 Nick LewyckyFix think-o: emit all 8 bytes of the EOF marker. Also...
2011-04-21 Nick LewyckyAdd independent controls for whether GCOV profiling...
2011-04-20 Cameron ZwarichFix another case of <rdar://problem/9184212> that only...
2011-04-20 Cameron ZwarichThe bitcast case here is actually handled uniformly...
2011-04-20 Cameron ZwarichCleanup some code to better use an early return style...
2011-04-19 Jay FoadTrivial simplification.
2011-04-18 Chandler CarruthMark some functions as used which are used within debug...
2011-04-16 Frits van BommelRename a misleadingly-named variable.
2011-04-16 Jay FoadFix bug when checking phi operands in InstCombiner...
2011-04-16 Rafael EspindolaFix cmake build.
2011-04-16 Nick LewyckyMove the re-stemming function up top and use it where...
2011-04-16 Nick LewyckyRename LineProfiling to GCOVProfiling to more accuratel...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-14 Eli FriedmanAdd an instcombine for constructs like a | -(b != c...
2011-04-14 Owen AndersonFix an infinite alternation in JumpThreading where...
2011-04-14 Mon P WangCleanup r129509 based on comments by Chris
2011-04-14 Mon P WangCleanup r129472 by using a utility routine as suggested...
2011-04-14 Chris Lattnerrework FoldBranchToCommonDest to exit earlier when...
2011-04-14 Chris Lattnerfix a couple -Wsign-compare warnings.
2011-04-13 Mon P WangVectors with different number of elements of the same...
2011-04-13 Junjie GuFixed the revision 129449.
2011-04-13 Junjie GuPassing unroll parameters (unroll-count, threshold...
2011-04-13 Rafael EspindolaAdd the alias analysis to the C api.
2011-04-13 Bill WendlingReapply r129401 with patch for clang.
2011-04-12 Bill WendlingRevert r129401 for now. Clang is using the old way...
2011-04-12 Bill WendlingRemove the unaligned load intrinsics in favor of using...
2011-04-12 NAKAMURA Takumilib/Transforms/Instrumentation/CMakeLists.txt: Add...
2011-04-12 Nick LewyckyAdd support for line profiling. Very work-in-progress.
2011-04-12 Nick LewyckyConsider ConstantAggregateZero as well as ConstantArray...
2011-04-12 Dan GohmanFix reassociate to use a worklist instead of recursing...
2011-04-11 Chris Lattnercomment cleanup, use moveBefore instead of removeFromPa...
2011-04-11 Chris Lattnerremove the StructRetPromotion pass. It is unused,...
2011-04-11 Nick LewyckyJust because a GlobalVariable's initializer is [N x...
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-04-09 Eli FriedmanAdd back a couple checks removed by r129128; the fact...
2011-04-09 Chris Lattnerfix PR9523, a crash in looprotate on a non-canonical...
2011-04-09 Chris LattnerFix a bug where RecursivelyDeleteTriviallyDeadInstructi...
2011-04-08 Nick LewyckyAdd a function for profiling to run at shutdown. Unlike...
2011-04-08 Nick Lewyckyllvm.global_[cd]tor is defined to be either external...
2011-04-07 Devang PatelDo not let debug info interfer with branch folding.
2011-04-07 Rafael EspindolaExpose more passes to the C API.
2011-04-07 Devang PatelWhile hoisting common code from if/else, hoist debug...
next