Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
2bf30fd65a7ad06a7da3fb1794ae48f2ecacfc71
/
lib
/
Analysis
/
DataStructure
/
DataStructure.cpp
13ec72a
Remove some unneccesary 'using' directives
by Chris Lattner
· 23 years ago
65d6a9e
Fix bug with prior checkin
by Chris Lattner
· 23 years ago
0969c50
- Make DSCallSite not inherit from std::vector. Renamed methods slightly.
by Chris Lattner
· 23 years ago
9de906c
Simplify code a bit, add comment flyer
by Chris Lattner
· 23 years ago
26b9826
Remove spurious caller pointer in DSCallSite.
by Vikram S. Adve
· 23 years ago
e80fe61
This function can be static
by Chris Lattner
· 23 years ago
42fd169
Added a first-class representation for each call site that can be
by Vikram S. Adve
· 23 years ago
a3f8586
Convert typerec to be a structure instead of a pair
by Chris Lattner
· 23 years ago
cf15db3
* Make the DSGraph cloner automatically merge global nodes
by Chris Lattner
· 23 years ago
3cc061c
Remove obsolete code
by Chris Lattner
· 23 years ago
a00397e
Prune function nodes that are no longer referenced due to inlining
by Chris Lattner
· 23 years ago
62d928e
Handle bug exposed by power benchmark
by Chris Lattner
· 23 years ago
7b7200c
* Significant rework of DSNode to support arbitrary aliasing due to merging
by Chris Lattner
· 23 years ago
fccd06f
Checkin some major reworks of data structure analysis. This is not done,
by Chris Lattner
· 23 years ago
13c476c
Reorder #includes to be right
by Chris Lattner
· 23 years ago
7541b89
Changes to be GCC3.1 friendly
by Chris Lattner
· 23 years ago
355e2ca
Use a separate globals graph to hold externally visible nodes.
by Vikram S. Adve
· 23 years ago
97f51a3
by Chris Lattner
· 23 years ago
1e43516
* Add support for different "PassType's"
by Chris Lattner
· 23 years ago
e221976
* Inline CopyFunctionCallsList
by Chris Lattner
· 23 years ago
6aa0d62
Add support for a top-down propagation pass.
by Vikram S. Adve
· 23 years ago
055dc2c
Implement cast nodes correctly.
by Chris Lattner
· 23 years ago
0d9bab8
Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start.
by Chris Lattner
· 23 years ago
f9ae4c5
* Nodes now keep track of any global variables in them
by Chris Lattner
· 23 years ago
c68c31b
New implementation of data structure analysis. Only local analysis has been
by Chris Lattner
· 23 years ago
9fdaeb4
Fix anand's last checkin
by Chris Lattner
· 23 years ago
a928403
changes to make it compatible with 64bit gcc
by Anand Shukla
· 23 years ago
1896150
*** empty log message ***
by Chris Lattner
· 23 years ago
7650b94
* Remove the concept of a critical shadow node
by Chris Lattner
· 23 years ago
1f1170c
Add hack to get timing of analysis
by Chris Lattner
· 23 years ago
1120c8b
Many changes
by Chris Lattner
· 23 years ago
bb2a28f
Initial checkin of Datastructure analysis.
by Chris Lattner
· 23 years ago