v0.0.52
What's Changed
- Reduce number of type warnings by @wsmoses in #1027
- Rewrite ReplaceOriginalCall by @tgymnich in #1028
- Add some cuda functions to AA by @wsmoses in #1031
- Fix warnings by @tgymnich in #1030
- Fix julia CI by @tgymnich in #1032
- Fix atomic fwd mode for vector by @wsmoses in #1026
- make type-tree depth runtime configurable by @ZuseZ4 in #1034
- make tree depth unsigned by @ZuseZ4 in #1036
- handle sdiv by @ZuseZ4 in #1037
- handle fp80 in TypeTree.h by @ZuseZ4 in #1038
- stringcmp doesn't require free by @ZuseZ4 in #1039
- [Activity Analysis] handle global alias by @wsmoses in #1042
- reduce clang-14 warnings by @ZuseZ4 in #1040
- Cleanup by @tgymnich in #1045
- force glob re-run by @ZuseZ4 in #1052
- Fix llvm 15 build by @tgymnich in #1054
- MLIR Reverse Mode by @tgymnich in #1057
- invertPointerM of ga is invertPointer of aliasee by @ZuseZ4 in #1053
- LLVM 15 CI by @tgymnich in #1049
- don't free empty fn when inactive by @ZuseZ4 in #1059
- Loose ta by @ZuseZ4 in #1060
- Fix unused function warning by @tgymnich in #1061
- Fix ignoretype by @wsmoses in #1066
- Fix coalesce by @wsmoses in #1073
- Remove
using namespace llvm
fromAdjointGenerator
by @tgymnich in #1075 - Fix loop simplify assumption by @wsmoses in #1077
- Github actions ubuntu18 deprecation by @tgymnich in #1069
- Don't link unnecessary passes by @wsmoses in #1086
- Add realloc support for fwd by @wsmoses in #1085
- Activity analysis check funcname by @wsmoses in #1089
- Fix canonicalize bug by @wsmoses in #1087
- Fix unnecessary store calc by @wsmoses in #1093
- Fix multi phi unreachable memory issue by @wsmoses in #1091
- Fix double pointer activity analysis bug by @wsmoses in #1095
- Enable runtime activity for forward vector by @wsmoses in #1096
Full Changelog: v0.0.51...v0.0.52