Just forgot to include the two new files
[oota-llvm.git] / lib / Analysis / IPA /
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...
2008-03-18 Daniel BerlinFix PR 2160 by making sure arguments to external functi...
2008-03-18 Scott MichelDial down gcc's warnings: don't use 0UL when 0U suffice...
2008-03-18 Devang PatelIdentify Analysis pass.
2008-03-05 Daniel BerlinAdd Hybrid Cycle Detection to Andersen's analysis.
2008-02-26 Bill WendlingDe-tabify.
2008-02-21 Dan GohmanChange a C-style cast to const_cast, to avoid a -Wcast...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-29 Chris Lattnerremove attribution from lib Makefiles.
2007-12-14 Dan GohmanAdd explicit keywords, and fix a minor typo that they...
2007-12-12 Daniel BerlinChanges from Curtis Dunham implementing lazy cycle...
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-12-01 Duncan SandsIntegrate the readonly/readnone logic more deeply
2007-11-30 Chris Lattnerchain update requests properly.
2007-11-22 Nick LewyckyCreate nodes for inline asm so that we don't crash...
2007-10-25 Hartmut KaiserSilenced a VC++ warning.
2007-09-30 Chris LattnerAdd a new DenseSet abstraction.
2007-09-29 Daniel BerlinSwitch to densemap rather than std::set
2007-09-27 Daniel BerlinIgnore redundant constraints
2007-09-24 Bill WendlingDon't execute dump unless NDEBUG isn't defined.
2007-09-24 Daniel BerlinComment fixups
2007-09-24 Daniel BerlinImplement offline variable substitution in order to...
2007-09-16 Daniel BerlinFix bug in andersen's related to test_and_set.
2007-09-16 Daniel BerlinRewrite of andersen's to be about 100x faster, cleaner...
2007-08-10 Devang PatelDo not overuse std::string. Pass around char * directly.
2007-08-01 Dan GohmanMore explicit keywords.
2007-07-19 Devang PatelVerify loop info.
2007-07-19 Duncan SandsReplace mysterious code causing a g++-4.2 warning
2007-06-21 Devang PatelCallGraphSCCPass manager may require other passes.
2007-05-06 Nick LewyckyFix typo in comment.
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-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-03-05 Devang PatelAvoid constructing std::strings unless pass debugging...
2007-03-05 Jeff CohenUnbreak VC++ build.
2007-02-27 Devang PatelMake getPassManagerType() const.
2007-02-05 Reid SpencerMake classes in anonymous namespaces use VISIBILITY_HID...
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-02-01 Devang PatelDump function names when debug-pass=Executions is used.
2007-02-01 Devang PatelPretty print pass manager
next