Removed trailing whitespace from Makefiles.
[oota-llvm.git] / lib / Transforms / Utils /
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2009-01-09 Dale JohannesenAdjustments to last patch based on review.
2009-01-08 Dale JohannesenDo not inline functions with (dynamic) alloca into
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-12-18 Chris LattnerFix PR2929 by making bugpoint/code extract propagate...
2008-12-18 Chris Lattnermake instnamer name unnamed blocks as well as instructi...
2008-12-16 Eli FriedmanAdd a helper to remove a branch and DCE the condition...
2008-12-13 Misha BrukmanFix spelling.
2008-12-07 Chris Lattnerfix a bug I introduced in simplifycfg handling single...
2008-12-03 Chris LattnerFactor some code into a new FoldSingleEntryPHINodes...
2008-12-03 Chris Lattnerthird time is the charm.
2008-12-03 Chris Lattnerfix assertion.
2008-12-03 Chris LattnerRename DeleteBlockIfDead to DeleteDeadBlock and make it
2008-12-03 Chris LattnerFactor some code out of SimplifyCFG, forming a new
2008-11-28 Chris Lattnerrewrite RecursivelyDeleteTriviallyDeadInstructions...
2008-11-28 Chris Lattnerremove some weirdness that came from the LSR code that has
2008-11-27 Chris Lattnerdelete ErasePossiblyDeadInstructionTree, replacing...
2008-11-27 Chris Lattnerenhance RecursivelyDeleteTriviallyDeadInstructions...
2008-11-27 Chris LattnerEnhance RecursivelyDeleteTriviallyDeadInstructions...
2008-11-27 Chris Lattnerremove doConstantPropagation and dceInstruction, they...
2008-11-27 Chris Lattnerswitch InstCombine::visitLoadInst to use
2008-11-27 Chris Lattnerenhance FindAvailableLoadedValue to make use of AliasAn...
2008-11-27 Chris Lattnermove FindAvailableLoadedValue from JumpThreading to...
2008-11-27 Chris Lattnersimplify this code a bit.
2008-11-27 Chris Lattnermove MergeBasicBlockIntoOnlyPred to Transforms/Utils.
2008-11-21 Chris Lattnerreapply Sanjiv's patch to genericize memcpy/memset...
2008-11-21 Bill WendlingRevert r59802. It was breaking the build of llvm-gcc:
2008-11-21 Sanjiv GuptaMake mem[cpy,move,set] intrinsics overloaded.
2008-11-20 Devang PatelDon't forget arguments!
2008-11-19 Oscar FuentesCMake: Removed source file.
2008-11-19 Devang PatelDo not use separate utility to walk all instructions...
2008-11-18 Devang PatelInitialize MallocFunc and FreeFunc properly.
2008-11-17 Devang PatelLet AnalyzeAlloca() remove debug intrinsics.
2008-11-12 Oscar FuentesCMake: Remove removed source file.
2008-11-11 Devang PatelRemove
2008-11-11 Devang PatelUndo previous check-in.
2008-11-11 Oscar FuentesCMake: Updated list of source files for lib/Transforms...
2008-11-11 Devang PatelAdd utility pass to remove dbg info.
2008-11-11 Cedric VenetUpdate CMakeLists.txt
2008-11-11 Devang PatelAdd utility routines to remove dead debug info.
2008-11-08 Daniel DunbarRework r58829, allowing removal of dbg info intrinsics...
2008-11-07 Bill WendlingBCUI + 1 doesn't work. Use next instead.
2008-11-07 Devang PatelHandle (delete) dbg intrinsics while promoting alloca.
2008-11-06 Devang PatelInstructionNamer preserves everything.
2008-11-05 Devang PatelCheck Attribute::NoInline.
2008-11-03 Devang PatelFix unused variable warnings.
2008-10-31 Daniel DunbarFix warning.
2008-10-30 Daniel DunbarAdd InlineCost class for represent the estimated cost...
2008-10-29 Chris LattnerFix PR2967 by not deleting volatile load/stores that...
2008-10-28 Daniel DunbarAssorted comment/naming fixes, 80-col violations, and...
2008-10-27 Torok Edwinexport an ID for the instructionNamer, allowing analysi...
2008-10-27 Chris LattnerRewrite all the 'PromoteLocallyUsedAlloca[s]' logic...
2008-10-27 Chris LattnerAdd a new LargeBlockInfo helper, which is just a wrappe...
2008-10-22 Daniel DunbarChange create*Pass factory functions to return Pass...
2008-10-09 Nick LewyckyDon't drop alignment on globals when cloning.
2008-10-08 Duncan SandsAdd <cstdio> include where needed by gcc-4.4.
2008-10-07 Andrew LenharthCorrectly set attributes when removing args during...
2008-10-03 Devang PatelNick Lewycky's patch.
2008-10-03 Owen AndersonSplitBlock should only attempt to update LoopInfo if...
2008-09-29 Duncan SandsRename isWeakForLinker to mayBeOverridden. Use it
2008-09-26 Devang PatelImplement function notes as function attributes.
2008-09-25 Devang Patel Large mechanical patch.
2008-09-24 Devang PatelPut FN_NOTE_AlwaysInline and others in FnAttr namespace.
2008-09-23 Devang PatelMove FN_NOTE_AlwaysInline and other out of ParamAttrs...
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-09-23 Devang PatelUse parameter attribute store (soon to be renamed) for
2008-09-22 Devang PatelAdd hasNote() to check note associated with a function.
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-09-18 Devang PatelTry to place hoisted instructions befoe icmp instruction.
2008-09-17 Devang PatelDo not hoist instruction above branch condition. The...
2008-09-09 Devang PatelFix simplifycfg crash in handing block merge.
2008-09-08 Duncan SandsReapply 55859. This doesn't change anything as
2008-09-05 Owen AndersonRevert r55859. This is breaking the build in the absce...
2008-09-05 Duncan SandsDelete the removeCallEdgeTo callgraph method,
2008-09-05 Duncan SandsRemove trailing whitespace.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-09-03 Devang PatelHandle "always inline" note during inline cost analysis.
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-23 Chris LattnerAdd a new trivial -inst-namer pass which makes it possi...
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-17 Chris LattnerRework the routines that convert AP[S]Int into a string...
2008-08-14 Dan GohmanUse empty() instead of begin() == end().
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-07-18 Owen AndersonReapply r53735. My last patch fixed the failures Dan...
2008-07-18 Owen AndersonAdd some checks that got lost in the shuffle. This...
2008-07-18 Dan GohmanRevert r53735. It broke SPEC 464.h264ref.
2008-07-17 Owen AndersonUse MergeBlockIntoPredecessor to simplify some code.
2008-07-17 Owen AndersonMake MergeBlockIntoPredecessor more aggressive when...
2008-07-17 Evan ChengInliner tweak. Function calls should cost more than...
2008-07-17 Owen AndersonFactor MergeBlockIntoPredecessor out into BasicBlockUtils.
2008-07-14 Chris LattnerReapply r53540, now with the matching header!
2008-07-14 Duncan SandsRevert r53540 - it does not compile.
2008-07-14 Chris LattnerIf a function calls setjmp, never inline it into other...
2008-07-14 Chris Lattnersimplify some code, shuffle and insertelt always return...
2008-07-13 Chris LattnerFix mishandling of the infinite loop case when merging...
2008-07-13 Chris Lattnermore refactoring. Use early exits instead of really...
2008-07-13 Chris Lattnerimprove comments.
2008-07-13 Chris Lattnerfactor another large hunk of code out into its own...
2008-07-13 Chris LattnerFinal bit of simplification for FoldBranchToCommonDest.
2008-07-13 Chris Lattnersimplify logic a bit
next