Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings.
[oota-llvm.git] / lib / Analysis / IPA / Andersens.cpp
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...
2005-03-29 Chris Lattneradd some more functions, ignore setcc for constraints!
2005-03-29 Chris LattnerHandle "known" external calls context sensitively,...
2005-03-28 Chris LattnerTeach andersens that non-escaping memory cannot be...
2005-03-28 Misha BrukmanFix grammar
2005-03-28 Chris LattnerMake anders-aa much more precise by not being completel...
2005-03-27 Chris Lattnerwrap some long lines
2005-03-27 Chris Lattnerteach andersens about undef
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-01-08 Jeff CohenAdd even more missing createXxxPass functions.
2004-10-16 Chris LattnerAdd support
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-16 Chris LattnerFix a bug that caused the pass to go into infinite...
2004-07-18 Reid Spencerbug 122:
2004-06-25 Chris LattnerFix header
2004-06-05 Chris LattnerAdd some notes so I can throw away one of my many todo...
2004-05-27 Chris LattnerFix warnings about reaching end of non-void function
2004-05-23 Chris LattnerAdd a simple implementation of Andersen's interprocedur...