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-15 16:07:49 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
include
/
llvm
/
Analysis
History
Chris Lattner
676ea87be5
Initial instruction tree support for the analysis library
...
llvm-svn: 555
2001-09-14 01:42:26 +00:00
..
LiveVar
Use const int instead of #define.
2001-08-28 21:35:26 +00:00
ConstantsScanner.h
NEw file
2001-09-07 19:29:23 +00:00
Dominators.h
* Add a DominatorBase base class to maintain root of Dominator info
2001-07-06 16:57:21 +00:00
Expressions.h
Handle subtract in expression classifier
2001-09-11 04:27:34 +00:00
InstForest.h
Initial instruction tree support for the analysis library
2001-09-14 01:42:26 +00:00
Interval.h
Big changes. Interval*.h is now more or less finalized. IntervalPartition
2001-06-25 03:54:14 +00:00
IntervalIterator.h
getBasicBlocks() is not needed anymore for reading Method data
2001-06-27 23:30:11 +00:00
IntervalPartition.h
IntervalPartition was changed to inherit from vector<Interval*> instead of
2001-07-03 15:28:08 +00:00
LoopDepth.h
Big changes. Interval*.h is now more or less finalized. IntervalPartition
2001-06-25 03:54:14 +00:00
ModuleAnalyzer.h
Simplify analyzer
2001-09-07 16:26:36 +00:00
SimplifyCFG.h
New file, includes method to merge exit nodes together
2001-07-06 16:57:52 +00:00
Verifier.h
Initial revision
2001-06-06 20:29:01 +00:00
Writer.h
IntervalPartition was changed to inherit from vector<Interval*> instead of
2001-07-03 15:28:08 +00:00