Skip to content
  1. Jun 01, 2012
  2. May 31, 2012
  3. May 30, 2012
  4. May 29, 2012
  5. May 25, 2012
  6. May 24, 2012
  7. May 23, 2012
  8. May 22, 2012
  9. May 21, 2012
  10. May 20, 2012
  11. May 19, 2012
  12. May 18, 2012
    • Jim Grosbach's avatar
      Refactor data-in-code annotations. · 4b63d2ae
      Jim Grosbach authored
      Use a dedicated MachO load command to annotate data-in-code regions.
      This is the same format the linker produces for final executable images,
      allowing consistency of representation and use of introspection tools
      for both object and executable files.
      
      Data-in-code regions are annotated via ".data_region"/".end_data_region"
      directive pairs, with an optional region type.
      
      data_region_directive := ".data_region" { region_type }
      region_type := "jt8" | "jt16" | "jt32" | "jta32"
      end_data_region_directive := ".end_data_region"
      
      The previous handling of ARM-style "$d.*" labels was broken and has
      been removed. Specifically, it didn't handle ARM vs. Thumb mode when
      marking the end of the section.
      
      rdar://11459456
      
      llvm-svn: 157062
      4b63d2ae
    • Craig Topper's avatar
      Simplify code a bit. No functional change intended. · 0cf4038c
      Craig Topper authored
      llvm-svn: 157044
      0cf4038c
    • Craig Topper's avatar
      Simplify handling of v16i8 shuffles and fix a missed optimization. · 92db928e
      Craig Topper authored
      llvm-svn: 157043
      92db928e
  13. May 16, 2012
  14. May 15, 2012
  15. May 14, 2012
  16. May 11, 2012
  17. May 10, 2012
Loading