Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
92acbcda99be6e1c4be4dd4d6fd3205d0d7f9807
/
llvm
/
lib
/
Analysis
/
DataStructure
/
TopDownClosure.cpp
230f692
Delete "StripScalars" argument to cloneInto method
by Chris Lattner
· 23 years ago
51a2c3c
- Make sure to only keep track of mappings that the TD pass may need in the
by Chris Lattner
· 23 years ago
155fffd
Delete unused arguments to DSGraph::cloneInto method
by Chris Lattner
· 23 years ago
f760873
- Add "ResolvingCaller" to the CallSite record. This keeps track of which
by Chris Lattner
· 23 years ago
78c1e7d
As it turns out, we don't need a fully generic mapping copy ctor, we just need
by Chris Lattner
· 23 years ago
2f5a6d4
Remove some unneccesary 'using' directives
by Chris Lattner
· 23 years ago
5c3ce31
- Make DSCallSite not inherit from std::vector. Renamed methods slightly.
by Chris Lattner
· 23 years ago
e853196
Remove spurious caller pointer in DSCallSite.
by Vikram S. Adve
· 23 years ago
dc9e142
Added a first-class representation for each call site that can be
by Vikram S. Adve
· 23 years ago
bf25578
Remove more obsolete code
by Chris Lattner
· 23 years ago
b182216
* Make the DSGraph cloner automatically merge global nodes
by Chris Lattner
· 23 years ago
7c02ec2
Enable incompleteness marking
by Chris Lattner
· 23 years ago
f10327e
* First try at implementing TD pass this does not merge global nodes yet,
by Chris Lattner
· 23 years ago
193e692
Checkin some major reworks of data structure analysis. This is not done,
by Chris Lattner
· 23 years ago
c869ecb
by Chris Lattner
· 23 years ago
b3ce9fc
Minor changes to DEBUG()'s
by Chris Lattner
· 23 years ago
c70601c
Changes to be GCC3.1 friendly
by Chris Lattner
· 23 years ago
90c8892
This file implements the top-down propagation pass for data structure graphs.
by Vikram S. Adve
· 23 years ago