Move implicit and paralle to a separate codegen specific section.
[oota-llvm.git] / lib / Analysis / IPA /
2009-09-28 Dan GohmanExtend the StartPassTimer and StopPassTimer functions...
2009-09-18 Victor HernandezEnhance analysis passes so that they apply the same...
2009-09-15 Chris Lattneradd a new CallGraphNode::replaceCallEdge method and...
2009-09-15 Chris Lattnermake -debug-pass=Executions show information about...
2009-09-10 Dale JohannesenFix uppercaseo.
2009-09-03 Gabor Greifback out my recent commit (r80858), it seems to break...
2009-09-03 Gabor Greifre-commit r66920 (which has been backed out in r66953...
2009-09-02 Chris Lattnerrevert my patch, duncan points out what is wrong with...
2009-09-02 Chris Lattnerone more try at making this simpler, hopefully it won...
2009-09-02 Duncan SandsComplicate Chris's simplification, avoiding complaints
2009-09-01 Chris Lattnerdebug intrinsics do not go in the callgraph, this fixes...
2009-09-01 Chris LattnerFix a regression I introduced in r80708, found by llvm...
2009-09-01 Chris Lattnerremove CallGraphNode::replaceCallSite, it is redundant...
2009-09-01 Chris Lattnerdoxygenate RefreshCallGraph, add a new 'verification...
2009-09-01 Chris Lattnersimpler solution to iterator invalidation "problem...
2009-09-01 Duncan SandsDo not manipulate invalid iterators. This fixes the
2009-09-01 Chris LattnerChange CallGraphNode to maintain it's Function as an...
2009-08-31 Chris Lattnercleanups pointed out by duncan
2009-08-31 Chris LattnerStep #1 to giving Callgraph some sane invariants. ...
2009-08-31 Chris Lattnercleanups, factor some code out to a helper function
2009-08-31 Chris Lattnerfix a crash building SPASS by tolerating a callsite...
2009-08-31 Chris LattnerFix PR4834, a tricky case where the inliner would resol...
2009-08-31 Chris Lattneruse an accessor instead of poking internals of a node.
2009-08-31 Chris LattnerFix some nasty callgraph dangling pointer problems in
2009-08-30 Chris Lattneradd a dump() method on callgraph.
2009-08-28 Chris LattnerMark Andersen's as experimental.
2009-08-23 Daniel DunbarFix -Asserts warnings.
2009-08-23 Chris Lattnerremove a few DOUTs here and there.
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-19 Dan GohmanUse hasDefinitiveInitializer() instead of testing the...
2009-08-11 Dan GohmanUse isa instead of dyn_cast when the result is only...
2009-08-07 Daniel DunbarRemove unused function.
2009-08-07 Dan GohmanFix a bunch of namespace pollution.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-07-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2009-07-24 Daniel DunbarMove to raw_ostream.
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-06-30 Owen AndersonFix the build on Cygwin. Patch by Aaron Gray.
2009-06-25 Owen AndersonUse a more correct atomic increment style. This isn...
2009-06-24 Owen AndersonMake this thread-safe.
2009-03-19 Dale JohannesenClear the cached cost when removing a function in
2009-03-13 Bill WendlingRevert r66920. It was causing failures in the self...
2009-03-13 Gabor GreifSecond installment of "BasicBlock operands to the back"
2009-02-28 Chris LattnerChange WriteTypeSymbolic to not put a space out before...
2009-02-13 Nick LewyckyReapply r64300:
2009-02-11 Bill WendlingRevert r64300 and r64301. These were causing the follow...
2009-02-11 Duncan SandsMake sure the SCC pass manager initializes any contained
2009-02-05 Owen AndersonRefactor my previous change to maintain the distinction...
2009-01-22 Gabor Greifintroduce a useful abstraction to find out if a Use...
2009-01-17 Gabor Greifswitch over some other methods from indices to iterators
2009-01-17 Gabor Greifspeed up iterative loop by using iterators. changes...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-14 Gabor Greifminor simplification
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2008-12-27 Nick LewyckyCheck that the function prototypes are correct before...
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-10-03 Duncan SandsTeach internalize to preserve the callgraph.
2008-10-01 Duncan SandsFactorize code: remove variants of "strip off
2008-09-23 Duncan SandsRationalize the names of passes that print information:
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-09-13 Duncan SandsFix PR2792: treat volatile loads as writing memory...
2008-09-12 Duncan SandsRather than marking all internal globals "Ref"
2008-09-11 Duncan SandsIntrinsics don't touch internal global variables
2008-09-11 Duncan SandsIntrinsics don't read these kinds of global
2008-09-09 Duncan SandsSimplify this some more. No functionality change.
2008-09-09 Duncan SandsOptimization suggested by Matthijs Kooijman.
2008-09-09 Duncan SandsCorrect callgraph construction. It has two problems:
2008-09-08 Duncan SandsDidn't mean to commit this change to how the
2008-09-08 Duncan SandsReapply 55859. This doesn't change anything as
2008-09-06 Duncan SandsWhen PruneEH turned an invoke into an ordinary
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-04 Duncan SandsNeaten this up a bit. No functionality change.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-09-03 Duncan SandsIf a SCC has a node without a function, then the SCC
2008-09-03 Duncan SandsFix maxo bado thinko.
2008-09-03 Duncan SandsSince onlyReadsMemory returns true if in fact
2008-09-03 Duncan SandsCleanup GlobalsModRef a bit. When analysing the
2008-08-19 Chris LattnerDon't use the result of WriteAsOperand or WriteTypeSymb...
2008-08-08 Chris LattnerDon't call getAnalysisUsage unless -debug-pass is enabl...
2008-06-04 Matthijs KooijmanReplace two manual loops with calls to CallSite::hasArg...
2008-05-27 Duncan SandsFix some constructs that gcc-4.4 warns about.
2008-05-22 Dan GohmanUse isSingleValueType instead of isFirstClassType to
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-06 Dan GohmanRemove uses of llvm/System/IncludeFile.h that are no...
2008-05-02 Devang PatelAdd assert.
2008-04-13 Chris Lattneradd a new CallGraphNode::removeCallEdgeFor method,...
2008-04-07 Daniel BerlinFix PR 2169.
2008-03-21 Dan GohmanDon't include <map> in Pass.h, which doesn't need it...
2008-03-20 Andrew Lenharthenable -analyze for andersens
2008-03-20 Devang PatelRestore isCFGOnly property of various analysis passes.
2008-03-19 Devang PatelPassInfo keep tracks whether a pass is an analysis...
2008-03-19 Devang PatelDo not use virtual function to identify an analysis...
next