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
2002-10-21
- Make DSCallSite not inherit from std::vector. Renamed methods slightly.
Chris Lattner
2002-10-20
Avoid extra copy
Chris Lattner
2002-10-20
Simplify code a bit, add comment flyer
Chris Lattner
2002-10-20
Split some long lines
Chris Lattner
2002-10-20
Remove spurious caller pointer in DSCallSite.
Vikram S. Adve
2002-10-20
This function can be static
Chris Lattner
2002-10-20
Fix previous checkin :(
Chris Lattner
2002-10-20
Avoid extra callSite copy
Chris Lattner
2002-10-20
Print the array flag
Chris Lattner
2002-10-20
Added a first-class representation for each call site that can be
Vikram S. Adve
2002-10-18
Convert typerec to be a structure instead of a pair
Chris Lattner
2002-10-17
Print Mod/ref info
Chris Lattner
2002-10-17
Calculate mod/ref info
Chris Lattner
2002-10-17
Remove more obsolete code
Chris Lattner
2002-10-17
* Make the DSGraph cloner automatically merge global nodes
Chris Lattner
2002-10-17
Remove obsolete code
Chris Lattner
2002-10-17
Enable incompleteness marking
Chris Lattner
2002-10-17
* First try at implementing TD pass this does not merge global nodes yet,
Chris Lattner
2002-10-17
Reenable printing of TD analysis
Chris Lattner
2002-10-17
* Add data structures and code to track the call sites for each function
Chris Lattner
2002-10-17
Cleanup data structure graph printer, eliminate hard coded printing in
Chris Lattner
2002-10-16
Make sure to print out the call nodes as well
Chris Lattner
2002-10-16
* Print the "return" node in the graphs
Chris Lattner
2002-10-16
The second element of the iterator is really an offset, not a link
Chris Lattner
2002-10-16
Specify the graph name
Chris Lattner
2002-10-16
- DSGraph Printing Improvements:
Chris Lattner
2002-10-13
Halfway conversion from custom printing to GraphWriter printing
Chris Lattner
2002-10-11
Use PARALLEL_DIRS.
Vikram S. Adve
2002-10-11
Added capability to get execution count of a loop if it is a predictable
Misha Brukman
2002-10-11
Added helper functions in LoopInfo: isLoopExit and numBackEdges.
Misha Brukman
2002-10-04
Handle post dominance correctly in the case where blocks do not have a path to
Chris Lattner
2002-10-03
Prune function nodes that are no longer referenced due to inlining
Chris Lattner
2002-10-03
sgefa uses truely huge data structures nodes. Only print part of them if they
Chris Lattner
2002-10-03
Handle bug exposed by power benchmark
Chris Lattner
2002-10-03
Reimplement/port the Bottom Up Closure pass
Chris Lattner
2002-10-02
DataStructure.h doesn't include DSGraph.h
Chris Lattner
2002-10-02
* Implement fully general merging of array subscripts on demand! This
Chris Lattner
2002-10-02
When printing DS nodes, print the mergemap index as well to allow easier
Chris Lattner
2002-10-02
* Significant rework of DSNode to support arbitrary aliasing due to merging
Chris Lattner
2002-10-01
Initial checkin of Steensgaards context insensitive flow insensitive
Chris Lattner
2002-10-01
Checkin some major reworks of data structure analysis. This is not done,
Chris Lattner
2002-09-29
Minor tweak
Chris Lattner
2002-09-29
Fix printing of loop information
Chris Lattner
2002-09-26
First try at implementing the AliasSetTracker class. I'm sure it will need
Chris Lattner
2002-09-26
Fix printing of loop information
Chris Lattner
2002-09-26
- Add new methods to LoopInfo: getLoopPreheader, addBasicBlockToLoop.
Chris Lattner
2002-09-25
Convert BasicVN to be an ImmutablePass
Chris Lattner
2002-09-24
Make users of FindUsedTypes not have problems with linkage. This fixes
Chris Lattner
2002-09-10
Clean up indvar printing
Chris Lattner
2002-09-08
* Add capability to recognize alias properties of the following common cases:
Chris Lattner
[prev]
[next]