Skip to content
  1. Dec 19, 2016
    • Rui Ueyama's avatar
      Remove inappropriate use of CachedHashStringRef. · 8f687f71
      Rui Ueyama authored
      Use of CachedHashStringRef makes sense only when we reuse hash values.
      Sprinkling it to all DenseMap has no benefits and just complicates data types.
      Basically we shouldn't use CachedHashStringRef unless there is a strong
      reason to to do so.
      
      llvm-svn: 290076
      8f687f71
  2. Dec 18, 2016
    • Rui Ueyama's avatar
      Remove lld/Support/Memory.h. · 9381eb10
      Rui Ueyama authored
      I thought for a while about how to remove it, but it looks like we
      can just copy the file for now. Of course I'm not happy about that,
      but it's just less than 50 lines of code, and we already have
      duplicate code in Error.h and some other places. I want to solve
      them all at once later.
      
      Differential Revision: https://reviews.llvm.org/D27819
      
      llvm-svn: 290062
      9381eb10
  3. Dec 17, 2016
  4. Dec 16, 2016
  5. Dec 15, 2016
  6. Dec 14, 2016
    • Sean Silva's avatar
      Rename InputSection.cpp:getSymVA to getRelocTargetVA. · 76086266
      Sean Silva authored
      This name was really confusing because there is also another static
      helper Symbols.cpp:getSymVA which has the same name.
      
      llvm-svn: 289733
      76086266
    • Davide Italiano's avatar
      19d647b6
    • Michal Gorny's avatar
      Remove unnecessary llvm/Config/config.h includes · 906534fe
      Michal Gorny authored
      Remove the includes of <llvm/Config/config.h> private LLVM header.
      The relevant files seem not to use any definitions from that file,
      and it is not available when building against installed LLVM.
      
      The use in lib/ReaderWriter/MachO/MachOLinkingContext.cpp originates
      from rL218718, and the use in ELF/Strings.cpp from rL274804 (where it
      was moved from Symbols.cpp). In both cases, they were added as a part of
      demangling support, and they provided HAVE_CXXABI_H.
      
      Since we are now using the LLVM demangler library instead, the code was
      removed and the includes and no longer necessary.
      
      Differential Revision: https://reviews.llvm.org/D27757
      
      llvm-svn: 289707
      906534fe
    • Peter Smith's avatar
      [ELF] Accept first SHT_ARM_ATTRIBUTES section · 532bc984
      Peter Smith authored
          
      The eglibc library, as used by Ubuntu 14.04 requires the presence of an
      SHT_ARM_ATTRIBUTES section in for the purposes of checking hard/soft float
      compatibility when dlopen() is used. Unfortunately when the section is not
      present dlopen() fails with a generic could not find file message.
          
      This change makes lld keep the first .ARM.attributes section that it
      encounters and propagates it to the output. This is not a complete
      SHT_ARM_ATTRIBUTES implementation, that would involve reading the contents
      of the section and joining each individual attribute. It should suffice
      for a homogenous build all libraries and executables on the same system
      with a compatible set of command line options.
      
      Differential revision: https://reviews.llvm.org/D27718
      
      llvm-svn: 289642
      532bc984
  7. Dec 13, 2016
  8. Dec 12, 2016
  9. Dec 11, 2016
  10. Dec 10, 2016
Loading