Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from llvm:master #16

Merged
merged 3 commits into from
Aug 28, 2019
Merged

[pull] master from llvm:master #16

merged 3 commits into from
Aug 28, 2019

Commits on Aug 28, 2019

  1. Annotate return values of allocation functions with dereferenceable_o…

    …r_null
    
    Summary:
    Example
    define dso_local noalias i8* @_Z6maixxnv() local_unnamed_addr #0 {
    entry:
      %call = tail call noalias dereferenceable_or_null(64) i8* @malloc(i64 64) #6
      ret i8* %call
    }
    
    
    Reviewers: jdoerfert
    
    Reviewed By: jdoerfert
    
    Subscribers: aaron.ballman, llvm-commits
    
    Tags: #llvm
    
    Differential Revision: https://reviews.llvm.org/D66651
    
    llvm-svn: 370168
    davidbolvansky committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    05bda8b View commit details
    Browse the repository at this point in the history
  2. [NFC] Updated test

    llvm-svn: 370169
    davidbolvansky committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    a0a8dd2 View commit details
    Browse the repository at this point in the history
  3. [NFC] Unbreak tests

    llvm-svn: 370170
    davidbolvansky committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    207c653 View commit details
    Browse the repository at this point in the history