Skip to content
  1. Sep 01, 2016
  2. Aug 31, 2016
  3. Aug 30, 2016
  4. Aug 26, 2016
  5. Aug 25, 2016
  6. 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
  7. Aug 22, 2016
  8. Aug 20, 2016
  9. Aug 19, 2016
Loading