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 #69

Merged
merged 5 commits into from
Aug 30, 2019
Merged

[pull] master from llvm:master #69

merged 5 commits into from
Aug 30, 2019

Commits on Aug 30, 2019

  1. [clangd] Add highlighting for macro expansions.

    Summary: clangd/clangd#134
    
    Reviewers: hokein, ilya-biryukov
    
    Subscribers: MaskRay, jkorous, arphaman, kadircet, cfe-commits
    
    Tags: #clang
    
    Differential Revision: https://reviews.llvm.org/D66995
    
    llvm-svn: 370482
    jvikstrom committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    becbdc6 View commit details
    Browse the repository at this point in the history
  2. [lit] Fix my earlier bogus fix to not set DYLD_LIBRARY_PATH with Asan.

    My follow-up commit to mess with DYLD_LIBRARY_PATH was bogus for two
    reasons:
    
     - The condition was inverted.
     - We were checking the OS's environment, instead of the config's.
    
    Two wrongs don't make a right, but the second mistake meant that the
    sanitizer bot passed.
    
    llvm-svn: 370483
    JDevlieghere committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    a053ae0 View commit details
    Browse the repository at this point in the history
  3. [X86] Merge X86InstrInfo::loadRegFromAddr/storeRegToAddr into their o…

    …nly call site.
    
    I'm looking at unfolding broadcast loads on AVX512 which will
    require refactoring this code to select broadcast opcodes instead
    of regular load/stores in some cases. Merging them to avoid
    further complicating their interfaces.
    
    llvm-svn: 370484
    topperc committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    66f03ba View commit details
    Browse the repository at this point in the history
  4. [Attributor] Fix: do not pretend to preserve the CFG

    llvm-svn: 370485
    Johannes Doerfert committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    659a870 View commit details
    Browse the repository at this point in the history
  5. [INSTRUCTIONS] Add support of const for getLoadStorePointerOperand() and

    getLoadStorePointerOperand().
    Reviewer: hsaito, sebpop, reames, hfinkel, mkuper, bogner, haicheng,
    arsenm, lattner, chandlerc, grosser, rengolin
    Reviewed By: reames
    Subscribers: wdng, llvm-commits, bmahjour
    Tag: LLVM
    Differential Revision: https://reviews.llvm.org/D66595
    
    llvm-svn: 370486
    whitneywhtsang committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    b8a3564 View commit details
    Browse the repository at this point in the history