Files
revng-revng/lib/BasicAnalyses
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
2020-11-13 10:00:24 +01:00
2021-04-22 18:07:24 +02:00