Fix names of 64-bit CMP*D* opcodes, add LWA and STD* opcodes
[oota-llvm.git] / lib / Analysis /
2004-08-08 Chris LattnerAdd standard print/dump methods to CallGraph classes.
2004-08-02 Chris LattnerHide this option
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-29 Alkis EvlogimenosMerge i*.h headers into Instructions.h as part of bug403.
2004-07-29 Chris LattnerFix test/Regression/Analysis/BasicAA/2004-07-28-MustAli...
2004-07-27 Brian GaekeMake the create...() functions for some of these passes...
2004-07-27 Chris Lattnernuke pointless -debug output
2004-07-27 Chris LattnerFix conservative assumption, which was quite broken...
2004-07-27 Chris LattnerRemove a bogus assertion
2004-07-27 Chris LattnerComplete rewrite of this pass to be faster, use less...
2004-07-27 Chris LattnerUse context-sensitive alias analysis to avoid pessimiza...
2004-07-27 Chris LattnerMake basicaa a bit more aggressive
2004-07-27 Chris Lattnerbasic-aa can actually provide simple mod/ref info
2004-07-27 Chris LattnerThis was implemented back in march
2004-07-26 Chris LattnerAdd some new methods
2004-07-25 Chris LattnerFix a latent bug in the AliasSetTracker that was expose...
2004-07-25 Chris LattnerAdd support for free instructions
2004-07-22 Chris LattnerClean up reference counting to stop "leaking" alias...
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-21 Chris LattnerAdd capability to remove aliasing aliassets from an AST
2004-07-21 Chris LattnerMake the AST interface a bit richer by returning whethe...
2004-07-21 Chris LattnerDo not ignore casts unless they are pointer-pointer...
2004-07-18 Reid Spencerbug 122:
2004-07-17 Chris LattnerFix incorrect computation of mod/ref sets. Do not...
2004-07-17 Chris LattnerPrint modref information in a useful way.
2004-07-17 Chris LattnerCleanups: fold two loops into one
2004-07-16 Chris LattnerBe compatible with IA64
2004-07-15 Chris LattnerFixes for PR341
2004-07-15 Chris LattnerFix for PR341
2004-07-15 Chris LattnerBug fixes for PR341
2004-07-14 Chris LattnerSimplify logic.
2004-07-08 Chris LattnerDisable some code that isn't helping matters
2004-07-07 Chris LattnerHeaders moved
2004-07-07 Chris LattnerMove all of the DSA headers into the Analysis/DataStruc...
2004-07-07 Chris LattnerMoving headers
2004-07-07 Chris LattnerAs much as I hate to say it, the whole setNode interfac...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-06-28 Chris LattnerInitial checkin of a simple mod/ref analysis for global...
2004-06-28 Chris LattnerMoved IPModRef out of the public include dir
2004-06-28 Chris LattnerMove DependenceGraph.* to lib/Analysis/DataStructure
2004-06-28 Chris LattnerMoving to lib/Analysis/DataStructure
2004-06-28 Chris LattnerMove MemoryDepAnalysis.h into lib/Analysis/DataStructure
2004-06-28 Chris LattnerMove PgmDependenceGraph.h out of the public include...
2004-06-26 Chris LattnerSimplify code
2004-06-25 Chris LattnerFix header
2004-06-24 Chris LattnerRemove distasteful method which is really part of the...
2004-06-23 Chris LattnerFix merging of nodes whose incoming offset is not zero...
2004-06-22 Misha BrukmanFile requires IPA, moved to lib/Analysis/IPA
2004-06-22 Misha BrukmanFile depends on MemoryDepAnalysis (DSA); moved to lib...
2004-06-22 Misha BrukmanFiles depend on DSA, moved to lib/Analysis/DataStructure
2004-06-22 Chris LattnerIf an edge points to a field of another memory object...
2004-06-20 Chris LattnerREALLY fix PR378: crash in scalar evolution analysis
2004-06-20 Chris LattnerFix a bug in my change last night that caused a few...
2004-06-20 Chris LattnerDo not sort SCEV objects by address: instead sort by...
2004-06-19 Chris LattnerFix a tiny bug in the -no-aa pass, in which it did...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-15 Chris Lattnerisnan is dead
2004-06-11 Chris Lattnerllvm.isnan doesn't access memory
2004-06-08 Chris LattnerDon't grab the condition of unconditional branches!
2004-06-05 Chris LattnerAdd some notes so I can throw away one of my many todo...
2004-06-04 Chris LattnerDon't send random junk to CachedWriter's. Also remove...
2004-05-28 Chris LattnerMinor efficiency gain: do 1 nlogn lookup instead of two
2004-05-27 Chris LattnerFix warnings about reaching end of non-void function
2004-05-25 Vikram S. AdveRecognize memalign and friends, and handle them specially.
2004-05-23 Chris LattnerChanges to work with the changes to the AliasAnalysis...
2004-05-23 Chris LattnerMove the -no-aa AA implementation into this file since...
2004-05-23 Chris LattnerUpdates to work with the new auto-forwarding AA interfa...
2004-05-23 Chris LattnerFix a really nasty bug with the -disable-ds-field-sensi...
2004-05-23 Chris LattnerUpdate to match the autochaining interface that the...
2004-05-23 Chris LattnerImplement the interfaces to update value numbering...
2004-05-23 Chris LattnerRename a method
2004-05-23 Chris LattnerAdd a simple implementation of Andersen's interprocedur...
2004-05-23 Vikram S. AdveInline both direct and indirect callees in the CBU...
2004-05-23 Vikram S. AdveComplete rewrite of the code that merges DS graphs...
2004-05-09 Chris LattnerFine grainify namespacification
2004-05-05 Brian GaekeMove the stuff that fixes the size, orientation & fonts...
2004-05-04 Brian GaekeAdd stub support for reading BBTraces.
2004-05-04 Brian GaekeShare ProfilingType enum with the C profiling runtime...
2004-05-02 Chris LattnerFix a problem with double freeing memory. For some...
2004-05-02 Chris LattnerPlug a minor memory leak
2004-04-29 Misha BrukmanWrapped code and comments at 80 cols; doxygenified...
2004-04-29 Misha BrukmanReorder #includes as per style guide.
2004-04-28 Misha BrukmanSend text and numbers directly to CachedWriter's contai...
2004-04-27 Chris LattnerChanges to fix up the inst_iterator to pass to boost...
2004-04-26 Brian GaekeAdd functions that return instances of these printer...
2004-04-26 Chris LattnerIf an object is not in the scalar map then it must...
2004-04-23 Chris LattnerEliminate all of the SCEV Expansion code which is reall...
2004-04-20 Chris LattnerPass the callgraph not the module
2004-04-20 Chris LattnerAdd the ability for SCC passes to initialize and finali...
2004-04-19 Chris LattnerIt's not just a printer, it's actually an analysis too
2004-04-19 Chris LattnerRemove code to update loop depths
2004-04-18 Chris LattnerAdd new method
2004-04-18 Chris LattnerFix computation of exit blocks
2004-04-18 Chris LattnerChange the ExitBlocks list from being explicitly contai...
2004-04-18 Chris LattnerImplement method
2004-04-18 Chris LattnerAdd a new method, add a check missing that caused a...
2004-04-17 Chris LattnerAdd the ability to compute exit values for complex...
2004-04-17 Chris LattnerAdd the ability to compute trip counts that are only...
2004-04-16 Brian GaekeInclude <cmath> for compatibility with gcc 3.0.x (the...
next