index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
Age
Commit message (
Expand
)
Author
2004-07-21
Do not ignore casts unless they are pointer-pointer casts. This caused us
Chris Lattner
2004-07-18
bug 122:
Reid Spencer
2004-07-17
Fix incorrect computation of mod/ref sets. Do not ask for mod/ref information
Chris Lattner
2004-07-17
Print modref information in a useful way.
Chris Lattner
2004-07-17
Cleanups: fold two loops into one
Chris Lattner
2004-07-16
Be compatible with IA64
Chris Lattner
2004-07-15
Fixes for PR341
Chris Lattner
2004-07-15
Fix for PR341
Chris Lattner
2004-07-15
Bug fixes for PR341
Chris Lattner
2004-07-14
Simplify logic.
Chris Lattner
2004-07-08
Disable some code that isn't helping matters
Chris Lattner
2004-07-07
Headers moved
Chris Lattner
2004-07-07
Move all of the DSA headers into the Analysis/DataStructure subdir.
Chris Lattner
2004-07-07
Moving headers
Chris Lattner
2004-07-07
As much as I hate to say it, the whole setNode interface for DSNodeHandles
Chris Lattner
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-06-28
Initial checkin of a simple mod/ref analysis for global variables. This is
Chris Lattner
2004-06-28
Moved IPModRef out of the public include dir
Chris Lattner
2004-06-28
Move DependenceGraph.* to lib/Analysis/DataStructure
Chris Lattner
2004-06-28
Moving to lib/Analysis/DataStructure
Chris Lattner
2004-06-28
Move MemoryDepAnalysis.h into lib/Analysis/DataStructure
Chris Lattner
2004-06-28
Move PgmDependenceGraph.h out of the public include hierarchy
Chris Lattner
2004-06-26
Simplify code
Chris Lattner
2004-06-25
Fix header
Chris Lattner
2004-06-24
Remove distasteful method which is really part of the indvars pass
Chris Lattner
2004-06-23
Fix merging of nodes whose incoming offset is not zero. This unbreaks DSA on
Chris Lattner
2004-06-22
File requires IPA, moved to lib/Analysis/IPA
Misha Brukman
2004-06-22
File depends on MemoryDepAnalysis (DSA); moved to lib/Analysis/DataStructure
Misha Brukman
2004-06-22
Files depend on DSA, moved to lib/Analysis/DataStructure
Misha Brukman
2004-06-22
If an edge points to a field of another memory object, actually reflect this
Chris Lattner
2004-06-20
REALLY fix PR378: crash in scalar evolution analysis
Chris Lattner
2004-06-20
Fix a bug in my change last night that caused a few test failures.
Chris Lattner
2004-06-20
Do not sort SCEV objects by address: instead sort by complexity and group
Chris Lattner
2004-06-19
Fix a tiny bug in the -no-aa pass, in which it did not ever get a target data.
Chris Lattner
2004-06-17
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-15
isnan is dead
Chris Lattner
2004-06-11
llvm.isnan doesn't access memory
Chris Lattner
2004-06-08
Don't grab the condition of unconditional branches!
Chris Lattner
2004-06-05
Add some notes so I can throw away one of my many todo lists.
Chris Lattner
2004-06-04
Don't send random junk to CachedWriter's. Also remove a cast that could be
Chris Lattner
2004-05-28
Minor efficiency gain: do 1 nlogn lookup instead of two
Chris Lattner
2004-05-27
Fix warnings about reaching end of non-void function
Chris Lattner
2004-05-25
Recognize memalign and friends, and handle them specially.
Vikram S. Adve
2004-05-23
Changes to work with the changes to the AliasAnalysis interface. The -no-aa
Chris Lattner
2004-05-23
Move the -no-aa AA implementation into this file since both of these
Chris Lattner
2004-05-23
Updates to work with the new auto-forwarding AA interface changes
Chris Lattner
2004-05-23
Fix a really nasty bug with the -disable-ds-field-sensitivity option
Chris Lattner
2004-05-23
Update to match the autochaining interface that the AA interface uses
Chris Lattner
2004-05-23
Implement the interfaces to update value numbering information. Add an
Chris Lattner
2004-05-23
Rename a method
Chris Lattner
[prev]
[next]