Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Attributor][FIX] Carefully change invokes to calls (after manifest) | Johannes Doerfert | 2020-01-08 | 1 | -2/+0 |
| | | | | | | Before we manually inserted unreachable early but that could lead to broken PHI nodes. Now we use the existing late modification functionality. | ||||
* | [Attributor] Annotate the memory behavior of call site arguments | Johannes Doerfert | 2019-12-31 | 1 | -1/+1 |
| | | | | | | | | | Especially for callbacks, annotating the call site arguments is important. Doing so exposed a too strong dependence of AAMemoryBehavior on AANoCapture since we handle the case of potentially captured pointers explicitly. The changes to the tests are all mechanical. | ||||
* | [Attributor][Tests] Copy & use the ArgumentPromotion tests | Johannes Doerfert | 2019-12-14 | 1 | -0/+74 |