Skip to content
  1. Jul 09, 2014
    • Alexey Bataev's avatar
      [OPENMP] Improved code of DataRecursiveASTVisitor and RecursiveASTVisitor for... · 69efdd8c
      Alexey Bataev authored
      [OPENMP] Improved code of DataRecursiveASTVisitor and RecursiveASTVisitor for OpenMP constructs per Tobias Grosser comments.
      
      llvm-svn: 212592
      69efdd8c
    • Daniel Jasper's avatar
      clang-format: Revamp function declaration/definition indentation. · 4355e7f0
      Daniel Jasper authored
      Key changes:
      - Correctly (well ...) distinguish function declarations and variable
        declarations with ()-initialization.
      - Don't indent when breaking function declarations/definitions after the
        return type.
      - Indent variable declarations and typedefs when breaking after the
        type.
      
      This fixes llvm.org/PR17999.
      
      llvm-svn: 212591
      4355e7f0
    • Alp Toker's avatar
      Prospective -fsanitize=memory build fix following r212586 · 696b4a08
      Alp Toker authored
      This -f group flag appears to influence linker flags, breaking the usual rules
      and causing CMake's link invocation to fail during feature detection due to
      missing link dependencies (msan_*).
      
      Let's forcibly add it for now to get things the way they were before feature
      detection started working.
      
      llvm-svn: 212590
      696b4a08
    • Nikola Smiljanic's avatar
      Fix typos. · 1c125683
      Nikola Smiljanic authored
      llvm-svn: 212589
      1c125683
    • Nikola Smiljanic's avatar
      Use correct memeber when displaying StringMap's size. · 9fa54448
      Nikola Smiljanic authored
      llvm-svn: 212588
      9fa54448
    • Alp Toker's avatar
      CMake: make __DATE__, __TIME__ etc. macro usage an error · 7099cd75
      Alp Toker authored
      When LLVM_ENABLE_TIMESTAMPS has been disabled we can prevent the preprocessor
      from embedding dates, times and file timestamps.
      
      There are a few motivations for this:
      
        1) Validate the recent CMake feature detection bugfix from LLVM r212586 with
           a flag that's not actually available everywhere.
      
        2) Dogfood clang's new -Wdate-time warning from r210511 when bootstrapping.
      
        3) Encourage reproducible builds.
      
      llvm-svn: 212587
      7099cd75
    • Alp Toker's avatar
      CMake: fix compiler feature detection · 0068397f
      Alp Toker authored
      add_flag_if_supported() and add_flag_or_print_warning() were effectively
      no-ops, just returning the value of the first result (usually
      '-fno-omit-frame-pointer') for all subsequent checks for different flags.
      
      Due to the way CMake caches feature detection results, we need to provide
      symbolic variable names which will persist the cached results. This commit
      fixes feature detection using these two macros.
      
      The feature checks now run and get stored correctly, and the correct output can
      be observed in configure logs:
      
        -- Performing Test C_SUPPORTS_FPIC
        -- Performing Test C_SUPPORTS_FPIC - Success
        -- Performing Test CXX_SUPPORTS_FPIC
        -- Performing Test CXX_SUPPORTS_FPIC - Success
      
      llvm-svn: 212586
      0068397f
    • Alp Toker's avatar
      clang-interpreter: don't check input file existence, we're in-process · ed412dac
      Alp Toker authored
      This flag is set by most other tools and avoids extra stat() calls. The
      frontend will diagnose anyway as it performs the check atomically while opening
      files at point of use.
      
      We could probably make Driver::CheckInputsExist default to false and only
      enable it in the main 'clang' binary, or even better only perform the checks if
      we know the tool is external but that needs more thought.
      
      llvm-svn: 212585
      ed412dac
    • Alp Toker's avatar
      Simplify warning flag value handling from r206826 · 4ea0d238
      Alp Toker authored
      Also give the field it a more appropriate name and improve the docs.
      
      llvm-svn: 212584
      4ea0d238
    • Todd Fiala's avatar
      __arm64__ and __aarch64__ #ifdef adjustments · 013434e5
      Todd Fiala authored
      Change by Paul Osmialowski
      
      See http://reviews.llvm.org/D4379 for details.
      
      llvm-svn: 212583
      013434e5
    • Jason Molenda's avatar
      Correct indentation level for one line. · 52d76039
      Jason Molenda authored
      llvm-svn: 212582
      52d76039
    • Chandler Carruth's avatar
      [SDAG] At the suggestion of Hal, switch to an output parameter that · f0a33b71
      Chandler Carruth authored
      tracks which elements of the build vector are in fact undef.
      
      This should make actually inpsecting them (likely in my next patch)
      reasonably pretty. Also makes the output parameter optional as it is
      clear now that *most* users are happy with undefs in their splats.
      
      llvm-svn: 212581
      f0a33b71
    • Ehsan Akhgari's avatar
      [ms-coff] Add a test for proper handling of full Windows path names in the .drectve section · 342595f8
      Ehsan Akhgari authored
      Summary: This test ensures that we can correctly specify a full Windows path to the clang ASAN runtime libraries.  This is in preparation to fix PR20246.
      
      Reviewers: rafael
      
      Subscribers: llvm-commits
      
      Differential Revision: http://reviews.llvm.org/D4427
      
      llvm-svn: 212580
      342595f8
    • Nick Kledzik's avatar
      Change llvm-nm to use -M instead of -s to work with latest llvm-nm · 2552a099
      Nick Kledzik authored
      llvm-svn: 212579
      2552a099
    • Nico Weber's avatar
      rewrap to 80 cols, no behavior change · 9709ebfa
      Nico Weber authored
      llvm-svn: 212578
      9709ebfa
    • NAKAMURA Takumi's avatar
      MipsTargetStreamer.h: Avoid "using" to appease msc17. · 843c4cb4
      NAKAMURA Takumi authored
      llvm-svn: 212577
      843c4cb4
    • Kevin Enderby's avatar
      Changed the lvm-nm alias "-s" for -print-armap to "-M". · 8da4bd60
      Kevin Enderby authored
      This will allow the "-s" flag to implemented in the future as it
      is in darwin’s nm(1) to list symbols only in the specified section.
      
      Given a LGTM by Shankar Easwaran who originally implemented
      the support for lvm-nm’s -print-armap and archive map symbols.
      
      llvm-svn: 212576
      8da4bd60
    • Jason Molenda's avatar
      Tweak for lldb coding style consistency. · 45938b96
      Jason Molenda authored
      llvm-svn: 212575
      45938b96
    • Nico Weber's avatar
      rewrap to 80 cols, no behavior change · 3c68ee95
      Nico Weber authored
      llvm-svn: 212574
      3c68ee95
    • Jim Grosbach's avatar
      AArch64: Better codegen for loading from __fp16. · 04691a53
      Jim Grosbach authored
      Loading will generally extend to an f32 or an 64, so make sure
      to match those patterns directly to load into the FPR16 register
      class directly rather than going through the integer GPRs.
      
      This also eliminates an extra step in the convert-to-f64 path
      which was first converting to f32 and then to f64 from there.
      
      rdar://17594379
      
      llvm-svn: 212573
      04691a53
    • Hal Finkel's avatar
      Improve BasicAA CS-CS queries · 8ae0f8d6
      Hal Finkel authored
      BasicAA contains knowledge of certain intrinsics, such as memcpy and memset,
      and uses that information to form more-accurate answers to CallSite vs. Loc
      ModRef queries. Unfortunately, it did not use this information when answering
      CallSite vs. CallSite queries.
      
      Generically, when an intrinsic takes one or more pointers and the intrinsic is
      marked only to read/write from its arguments, the offset/size is unknown. As a
      result, the generic code that answers CallSite vs. CallSite (and CallSite vs.
      Loc) queries in AA uses UnknownSize when forming Locs from an intrinsic's
      arguments. While BasicAA's CallSite vs. Loc override could use more-accurate
      size information for some intrinsics, it did not do the same for CallSite vs.
      CallSite queries.
      
      This change refactors the intrinsic-specific logic in BasicAA into a generic AA
      query function: getArgLocation, which is overridden by BasicAA to supply the
      intrinsic-specific knowledge, and used by AA's generic implementation. This
      allows the intrinsic-specific knowledge to be used by both CallSite vs. Loc and
      CallSite vs. CallSite queries, and simplifies the BasicAA implementation.
      
      Currently, only one function, Mac's memset_pattern16, is handled by BasicAA
      (all the rest are intrinsics). As a side-effect of this refactoring, BasicAA's
      getModRefBehavior override now also returns OnlyAccessesArgumentPointees for
      this function (which is an improvement).
      
      llvm-svn: 212572
      8ae0f8d6
    • Rui Ueyama's avatar
      [PECOFF] Fix .bss section alignment · 39dc40af
      Rui Ueyama authored
      Previously the alignment of the .bss section was not
      properly set because of a bug in AtomizeDefinedSymbolsInSection.
      We set the alignment of the section at the end of the function,
      but we use an eraly return for the .bss section, so the code had
      been skipped.
      
      llvm-svn: 212571
      39dc40af
    • Tobias Grosser's avatar
      DominanceInfo is strongly preferred over RegionInfo · ca7f76c4
      Tobias Grosser authored
      This is and always was strong community consensus. Make this clear in the header
      in case newcomers may not be aware.
      
      llvm-svn: 212570
      ca7f76c4
    • Marshall Clow's avatar
      string_view enhancements. Move to the correct namespace. Better constexpr... · 926731b1
      Marshall Clow authored
      string_view enhancements. Move to the correct namespace. Better constexpr support (thanks to Richard for the suggestions). Update the tests to match this. Add <experimental/__config for experimental macros/etc to live.
      
      llvm-svn: 212569
      926731b1
    • Kevin Enderby's avatar
      Add support for BSD format Archive map symbols (aka the table of contents · 8c50dbb8
      Kevin Enderby authored
      from a __.SYMDEF or "__.SYMDEF SORTED" archive member).
      
      llvm-svn: 212568
      8c50dbb8
  2. Jul 08, 2014
Loading