Remove isPod() from DenseMapInfo, splitting it out to its own
[oota-llvm.git] / lib / Analysis / IPA / Andersens.cpp
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-11-22 Chris LattnerRemove the AliasAnalysis::getMustAliases method, which...
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-10-27 Victor HernandezRename MallocFreeHelper as MemoryBuiltins
2009-10-26 Victor HernandezRename MallocHelper as MallocFreeHelper, since it now...
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-23 Victor HernandezRemove AllocationInst. Since MallocInst went away...
2009-09-18 Victor HernandezEnhance analysis passes so that they apply the same...
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-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-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-13 Bill WendlingRevert r66920. It was causing failures in the self...
2009-03-13 Gabor GreifSecond installment of "BasicBlock operands to the back"
2009-01-15 Rafael EspindolaAdd the private linkage.
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-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
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-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-14 Dan GohmanAdd explicit keywords, and fix a minor typo that they...
2007-12-12 Daniel BerlinChanges from Curtis Dunham implementing lazy cycle...
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-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-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-03-05 Jeff CohenUnbreak VC++ build.
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-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2006-12-23 Reid SpencerFor PR950:
2006-12-19 Chris Lattnereliminate static ctors from Statistics
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-27 Reid SpencerFor PR950:
2006-11-17 Bill WendlingReplaced DEBUG(std::cerr with DOUT.
2006-11-08 Reid SpencerFor PR950:
2006-11-02 Reid SpencerFor PR786:
2006-08-28 Reid SpencerFor PR387:
2006-08-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-07-11 Jim LaskeyIt was pointed out that DEBUG() is only available with...
2006-07-11 Jim LaskeyEnsure that dump calls that are associated with asserts...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-03-03 Chris Lattnerupdates for recent changes
2006-01-22 Chris LattnerAdd explicit iostream #includes
2005-06-18 Andrew Lenharthcore changes for varargs
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-05 Chris Lattnerdo not crash when using -debug
2005-04-04 Chris Lattnerdo not dereference an extra layer of pointers to determ...
2005-03-29 Chris Lattnerimport all of the rest of the stubs that dsa uses for...
2005-03-29 Chris Lattnerlearn about some more functions.
2005-03-29 Chris LattnerFix a major problem with global variable initializers...
next