Skip to content
  1. Dec 21, 2015
    • David Majnemer's avatar
      [MC, COFF] Unbreak support for COFF timestamps · 18663f87
      David Majnemer authored
      Support for COFF timestamps was unintentionally broken in r246905 when
      it was conditionally available depending on whether or not LLVM was
      configured with LLVM_ENABLE_TIMESTAMPS.  However, Config/config.h was
      never included which essentially broke the feature.  Due to lax testing,
      the breakage was never identified until we observed strange failures
      during incremental links of Chromium.
      
      This issue is resolved by simply including Config/config.h in
      WinCOFFObjectWriter and teaching lit that the MC/COFF/timestamp.s test
      is conditionally supported depending on LLVM_ENABLE_TIMESTAMPS.  With
      this in place, we can strengthen the test to ensure that it will not
      accidentally get broken in the future.
      
      This fixes PR25891.
      
      llvm-svn: 256137
      18663f87
    • Tobias Grosser's avatar
      ScopInfo: Check for the existance of a single memory accesses · 949e8c6a
      Tobias Grosser authored
      Instead of counting all array memory accesses associated with a load
      instruction, we now explicitly check that the single array access that could
      (potentially) be associated with a load instruction does not exist. This helps
      to document the current behavior of Polly where load instructions can indeed
      have at most one associated array access. In the unlikely case this changes
      in the future, we add an assert for the case where two load accesses would
      prevent us to return a single memory access, but we still should communicate
      that not all array memory accesses have been removed.
      
      This addresses post-commit comments from Johannes Doerfert for commit 255776.
      
      llvm-svn: 256136
      949e8c6a
    • Craig Topper's avatar
      [Sema] Use range-based for loops. NFC · dfe29ae5
      Craig Topper authored
      llvm-svn: 256135
      dfe29ae5
    • NAKAMURA Takumi's avatar
      [Cygwin] Enable TLS as emutls. · 9ec6a826
      NAKAMURA Takumi authored
      It resolves clang selfhosting with std::once() for Cygwin.
      
      FIXME: It may be EmulatedTLS-generic also for X86-Android.
      FIXME: Pass EmulatedTLS to LLVM CodeGen from Clang with -femulated-tls.
      llvm-svn: 256134
      9ec6a826
    • NAKAMURA Takumi's avatar
      check-clang-tools requires clang-headers due to test/clang-tidy. · ecba4c3d
      NAKAMURA Takumi authored
      clang-modernize provided clang-headers but it was removed.
      
      llvm-svn: 256133
      ecba4c3d
    • Manuel Jacob's avatar
      [RS4GC] Add an assert which fails if there is a (yet unsupported) addrspacecast. · 8050a497
      Manuel Jacob authored
      The slightly strange indentation comes from clang-format.
      
      llvm-svn: 256132
      8050a497
    • Craig Topper's avatar
      [InstCombine] Fix indentation. NFC. · eafbd57e
      Craig Topper authored
      llvm-svn: 256131
      eafbd57e
    • Dylan McKay's avatar
      [AVR] Added AVRCallingConv.td · f061e9b7
      Dylan McKay authored
      llvm-svn: 256130
      f061e9b7
  2. Dec 20, 2015
  3. Dec 19, 2015
Loading