Files
revng-revng/tools
Antonio Frighetto cf79b2d6e3 Introduce CSVAliasAnalysisPass
This new pass:
- Adds CSV alias information (previously done by `JTM::aliasAnalysis`)
- Optionally segregates the direct stack accesses from all the other
  memory accesses by adding further alias information
- Canonicalizes the inttoptr + add + ptrtoint into a getelementptr, in
  order to have typesafe pointer arithmetics and allow optimizations
  to happen.
2021-05-26 18:07:04 +02:00
..
2021-05-26 18:07:04 +02:00