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
/
include
/
llvm
/
Analysis
/
DataStructure
/
DSGraph.h
Age
Commit message (
Expand
)
Author
2002-11-07
Instead of using a bool that constant has to be explained, use a self
Chris Lattner
2002-11-07
Add new method
Chris Lattner
2002-11-06
Add const version of function getNodeForValue:
Vikram S. Adve
2002-11-06
Remove stripscalars argument to cloneInto
Chris Lattner
2002-11-03
Rename ValueMap to ScalarMap
Chris Lattner
2002-10-31
Eliminate some unneccesary #includes and forward decls
Chris Lattner
2002-10-31
Refactored DSGraph.h:
Misha Brukman
2002-10-31
This fixes all kinds of problems with array handling. There are still bugs to
Chris Lattner
2002-10-27
Add #include
Chris Lattner
2002-10-22
Allow modification of callee
Chris Lattner
2002-10-21
Delete unused arguments to DSGraph::cloneInto method
Chris Lattner
2002-10-21
- Add "ResolvingCaller" to the CallSite record. This keeps track of which
Chris Lattner
2002-10-21
Add another copy ctor form
Chris Lattner
2002-10-21
As it turns out, we don't need a fully generic mapping copy ctor, we just need
Chris Lattner
2002-10-21
Make sure to initialize isArray member
Chris Lattner
2002-10-21
Two callsites are equivalent even if they are from two completely different
Chris Lattner
2002-10-21
- Make DSCallSite not inherit from std::vector. Renamed methods slightly.
Chris Lattner
2002-10-20
Remove spurious caller pointer in DSCallSite.
Vikram S. Adve
2002-10-20
Add isArray flag
Chris Lattner
2002-10-20
Added a first-class representation for each call site that can be used
Vikram S. Adve
2002-10-18
Convert typerec to be a structure instead of a pair
Chris Lattner
2002-10-17
Add interface for mod/ref info to be captures by dsgraphs
Chris Lattner
2002-10-17
* Remove a lot of obsolete #if 0'd code
Chris Lattner
2002-10-17
Be const correct. Handle both DSGraph* and const DSGraph*'s
Chris Lattner
2002-10-16
Allow direct access to mergemap for printing
Chris Lattner
2002-10-10
Change reference
Chris Lattner
2002-10-02
This file doesn't need Pass.h
Chris Lattner
2002-10-02
* Implement fully general merging of array subscripts on demand! This
Chris Lattner
2002-10-02
Checkin the "meat" of the Data structure graph itself. I forgot to check
Chris Lattner