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
Age
Commit message (
Expand
)
Author
2002-11-06
Remove stripscalars argument to cloneInto
Chris Lattner
2002-11-04
Add a bunch of assertions
Chris Lattner
2002-11-03
Rename ValueMap to ScalarMap
Chris Lattner
2002-11-03
Rename NewNode flag to HeapNode
Chris Lattner
2002-11-02
Fixed comment on top of DSNode.h, added note to DSSupport.h as to why
Misha Brukman
2002-11-02
Implement the "unknown flag" which mainly consists of aligning printing code
Chris Lattner
2002-11-02
* Eliminate Scalar node type (renumber other node types)
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-29
Fixed spelling of `propagation'.
Misha Brukman
2002-10-27
Add #include
Chris Lattner
2002-10-22
We need to know the call sites each function hosts
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
Vikram S. Adve
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
* Add data structures to BU pass to keep track of call sites for functions
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
The second element of the iterator is really an offset, not a link
Chris Lattner
2002-10-16
Allow direct access to mergemap for printing
Chris Lattner
2002-10-13
First crack at reimplementing graph traits for DSGraphs
Chris Lattner
2002-10-10
Change reference
Chris Lattner
2002-10-10
Rename DataStructureGraph.h to DSGraphTraits.h
Chris Lattner
2002-10-02
Remove commented out stuff
Chris Lattner
2002-10-02
Move GlobalDSGraph class defn to the end of the file
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
2002-10-01
Check in DataStructure rewrite so far.
Chris Lattner
2002-08-21
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-09
The second parameter of hash_set is the default, remove it.
Chris Lattner
2002-08-08
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-07-31
Changes to be GCC 3.1 friendly
Chris Lattner
2002-07-30
Add GlobalDSGraph -- a common graph that holds externally visible nodes.
Vikram S. Adve
2002-07-29
* Eliminate the Provided set. All Passes now finally just automatically
Chris Lattner
2002-07-27
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-26
*** empty log message ***
Chris Lattner
2002-07-26
*** empty log message ***
Chris Lattner
[prev]
[next]