This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-30 08:44:48 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
include
/
llvm
/
Analysis
History
Chris Lattner
cf6eb5232a
Add more graph traits specializations for dominator tree nodes
...
llvm-svn: 5751
2003-03-20 21:21:05 +00:00
..
AliasAnalysis.h
Checkin of new alias analysis interface:
2003-02-26 19:24:47 +00:00
AliasSetTracker.h
Add a few new 'add' methods. Move the iterator around
2003-03-03 23:27:52 +00:00
CallGraph.h
Make sure to print indirect node again
2002-12-06 06:40:00 +00:00
ConstantsScanner.h
…
DataStructure.h
Hack to work around deficiency in pass infrastructure
2003-02-03 22:51:28 +00:00
DependenceGraph.h
Make a release build compile. This field is not really an enum, it's really a bitfield
2002-12-12 05:31:26 +00:00
Dominators.h
Add more graph traits specializations for dominator tree nodes
2003-03-20 21:21:05 +00:00
DSGraph.h
Fix uninitialized member problem
2003-02-11 06:36:00 +00:00
DSGraphTraits.h
Implement a "union-findy" version of DS-Analysis, which eliminates the
2003-02-11 23:11:51 +00:00
DSNode.h
Don't apply type information to loads
2003-03-03 17:13:22 +00:00
DSSupport.h
Move node forwarding code from being inlined to being out-of-line.
2003-02-13 19:09:00 +00:00
Expressions.h
…
FindUnsafePointerTypes.h
…
FindUsedTypes.h
…
InductionVariable.h
…
InstForest.h
…
Interval.h
…
IntervalIterator.h
…
IntervalPartition.h
…
IPModRef.h
Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)
2003-02-01 04:52:08 +00:00
LoadValueNumbering.h
…
LoopInfo.h
Add dump method for loops
2003-02-28 16:54:37 +00:00
MemoryDepAnalysis.h
An explicit representation of dependence graphs, and a pass that
2002-12-08 13:26:29 +00:00
PgmDependenceGraph.h
Iterator that enumerates the ProgramDependenceGraph (PDG) for a function,
2002-12-08 14:13:19 +00:00
PostDominators.h
…
ValueNumbering.h
…
Verifier.h
…