Skip to content
  1. Sep 01, 2016
  2. Aug 31, 2016
  3. Aug 30, 2016
  4. Aug 29, 2016
    • Saleem Abdulrasool's avatar
      COFF: disambiguate make_unique (NFC) · dcbf2cbf
      Saleem Abdulrasool authored
      This disambiguates `llvm::make_unqiue` and `std::make_unique` for the Windows
      buildbots.
      
      llvm-svn: 280014
      dcbf2cbf
    • Saleem Abdulrasool's avatar
      COFF: add beginnings of debug directory creation · 8fcff934
      Saleem Abdulrasool authored
      The IMAGE_FILE_HEADER structure contains a (RVA, size) to an array of
      COFF_DEBUG_DIRECTORY records. Each one of these records contains an RVA to a OMF
      Debug Directory. These OMF debug directories are derived into newer types such
      as PDB70, PDB20, etc. This constructs a PDB70 structure which will allow us to
      associate a GUID with a build to actually tie debug information.
      
      llvm-svn: 280012
      8fcff934
  5. Aug 26, 2016
  6. Aug 25, 2016
  7. Aug 24, 2016
    • Nico Weber's avatar
      fix typo "varaibles" · d08aa5c3
      Nico Weber authored
      llvm-svn: 279638
      d08aa5c3
    • Peter Smith's avatar
      Canonicalize output section name for .ARM.exidx sections · a52864a7
      Peter Smith authored
          
      The ARM Exception handling ABI requires that all ARM exception index
      table sections have a prefix of .ARM.exidx and are combined into a
      single contiguous block either in their own output section or as part
      of another output section.
          
      In general clang will output a single .ARM.exidx section per object,
      but will use .ARM.exidx.<section name> when -ffunction-sections is used.
          
      This change canonicalizes the names of sections with the .ARM.exidx
      prefix to just .ARM.exidx, which ensures that there is only a single
      output section.
      
      Differential Revision: https://reviews.llvm.org/D23775
      
      llvm-svn: 279617
      a52864a7
  8. Aug 22, 2016
Loading