Nuke a clearly bogus assertion
[oota-llvm.git] / lib / Analysis /
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...
2004-04-15 Chris Lattneradd some helpful methods. Rearrange #includes to prope...
2004-04-15 Chris LattnerFactor a bunch of classes out into a public header
2004-04-15 Chris LattnerUnbreak the build
2004-04-14 Chris LattnerImplement a FIXME: if we're going to insert a cast...
2004-04-14 Chris LattnerThis is a trivial tweak to the addrec insertion code...
2004-04-12 Chris LattnerAdd some methods that are useful for updating loop...
2004-04-12 Chris LattnerChange the call graph class to have TWO external nodes...
2004-04-12 Chris LattnerHrm, operator new and new[] do not belong here. We...
2004-04-11 Chris Lattneroperator new & operator new[] do not kill any legal...
2004-04-11 Chris LattnerAllow clients to be more efficient.
2004-04-10 Chris LattnerAdd a couple of more functions that cannot access memor...
2004-04-07 Chris LattnerFix a bug Brian found.
2004-04-05 Chris LattnerSparc don't got not "sqrtl", bum bum bum
2004-04-05 Misha BrukmanKill warnings during an optimized compile where assert...
2004-04-05 Chris LattnerFix PR312 and IndVarsSimplify/2004-04-05-InvokeCastCras...
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-04-03 Chris LattnerImplement test/Regression/Transforms/GCSE/undefined_load.ll
2004-04-03 Chris LattnerAdd a break in the default case
2004-04-02 Chris LattnerRemove obsolete files
2004-04-02 Chris LattnerComment out debugging printouts
2004-04-02 Chris LattnerAdd a new analysis
2004-03-30 Chris LattnerAdd some new methods
2004-03-29 Chris LattnerAdjust to new itf
2004-03-25 Chris LattnerMinor efficiency improvement, finegrainify namespacific...
2004-03-17 Chris LattnerFix a HORRIBLY NASTY bug that caused siod to stop worki...
2004-03-16 Chris LattnerAdd some missing functions. Make sure to handle calls...
2004-03-15 Chris LattnerOk, the assertion was bogus. Calls that do not read...
2004-03-15 Chris LattnerThis assertion is bogus now that calls do not necessari...
next