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
/
DataStructure
Age
Commit message (
Expand
)
Author
2004-11-03
Don't call Constant::getNullValue when the argument could be VoidTy
Chris Lattner
2004-11-02
Graphs that are part of equivalence sets can be multi-function SCC's
Chris Lattner
2004-11-02
Correctly handle new SCC's found as a result of merging EQ graphs do to
Chris Lattner
2004-11-02
Substantially cleanup/speedup the eq graphs pass by walking the callgraph
Chris Lattner
2004-11-02
Minor cleanups
Chris Lattner
2004-11-01
Remove more dead methods
Chris Lattner
2004-11-01
Rename FoldedGraph -> DSInfo to be consistent with other passes
Chris Lattner
2004-11-01
Get rid of the EquivClassGraphArgsInfo class, and the map that held it.
Chris Lattner
2004-11-01
Eliminate the cloneGraph method
Chris Lattner
2004-10-31
* Do not refer to ActualCallees in CBU, when we can do it locally.
Chris Lattner
2004-10-31
Simplify graph traversal, improve grammar
Chris Lattner
2004-10-31
Do not do horrible things to the CBU graphs. In particular, we do NOT own
Chris Lattner
2004-10-31
Fix comment
Chris Lattner
2004-10-31
Improve comment
Chris Lattner
2004-10-31
Fix another bug in Prolangs-C++/objects
Chris Lattner
2004-10-31
Only call getNodeForValue on pointer arguments! this fixes a problem running
Chris Lattner
2004-10-31
Add more paranoid assertions :)
Chris Lattner
2004-10-30
Fix some more problems where we called getOffset before getNode()
Chris Lattner
2004-10-30
Fix three bugs:
Chris Lattner
2004-10-30
Fix more undefined behavior
Chris Lattner
2004-10-30
* Add a method
Chris Lattner
2004-10-28
Fix library name.
Alkis Evlogimenos
2004-10-26
add support for UndefValue
Chris Lattner
2004-10-22
We won't use automake
Reid Spencer
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-16
Add support for undef
Chris Lattner
2004-10-13
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-12
Minor cleanups:
Chris Lattner
2004-10-11
Make this build
Chris Lattner
2004-10-10
Build both archive and relinked objects
Reid Spencer
2004-10-10
Initial version of automake Makefile.am file.
Reid Spencer
2004-10-07
Fix a nasty dangling pointer problem, due to a free'd pointer being left in
Chris Lattner
2004-10-06
Dont' let null nodes sneak past cast instructions
Chris Lattner
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-02
Hide this option
Chris Lattner
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-21
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-07-18
bug 122:
Reid Spencer
2004-07-16
Be compatible with IA64
Chris Lattner
2004-07-15
Fix for PR341
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
Moved IPModRef out of the public include dir
Chris Lattner
2004-06-28
Move DependenceGraph.* to lib/Analysis/DataStructure
Chris Lattner
[prev]
[next]