Skip to content
  1. Nov 03, 2014
    • Charlie Turner's avatar
      Remove the cortex-a9-mp CPU. · 1d8cc909
      Charlie Turner authored
      This CPU definition is redundant. The Cortex-A9 is defined as
      supporting multiprocessing extensions. Remove its definition and
      update appropriate tests.
      
      LLVM defines both a cortex-a9 CPU and a cortex-a9-mp CPU. The only
      difference between the two CPU definitions in ARM.td is that
      cortex-a9-mp contains the feature FeatureMP for multiprocessing
      extensions.
      
      This is redundant since the Cortex-A9 is defined as having
      multiprocessing extensions in the TRMs. armcc also defines the
      Cortex-A9 as having multiprocessing extensions by default.
      
      Change-Id: Ifcadaa6c322be0a33d9d2a39cfdd7da1d75981a7
      llvm-svn: 221166
      1d8cc909
  2. Oct 30, 2014
  3. Oct 13, 2014
  4. Oct 08, 2014
  5. Oct 01, 2014
    • Oliver Stannard's avatar
      [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM) · 37e4daab
      Oliver Stannard authored
      The Cortex-M7 has 3 options for its FPU: none, FPv5-SP-D16 and
      FPv5-DP-D16. FPv5 has the same instructions as FP-ARMv8, so it can be
      modelled using the same target feature, and all double-precision
      operations are already disabled by the fp-only-sp target features.
      
      llvm-svn: 218747
      37e4daab
  6. Jul 25, 2014
  7. May 27, 2014
  8. Feb 16, 2014
  9. Jan 20, 2014
  10. Jan 19, 2014
  11. Jan 16, 2014
  12. Jan 10, 2014
  13. Nov 25, 2013
  14. Nov 22, 2013
  15. Nov 21, 2013
  16. Nov 12, 2013
  17. Nov 01, 2013
    • Bradley Smith's avatar
      [ARM] Add Virtualization subtarget feature and more build attributes in this area · 2521975a
      Bradley Smith authored
      Add a Virtualization ARM subtarget feature along with adding proper build
      attribute emission for Tag_Virtualization_use (encodes Virtualization and
      TrustZone) and Tag_MPextension_use.
      
      Also rework test/CodeGen/ARM/2010-10-19-mc-elf-objheader.ll testcase to
      something that is more maintainable. This changes the focus of this
      testcase away from testing CPU defaults (which is tested elsewhere), onto
      specifically testing that attributes are encoded correctly.
      
      llvm-svn: 193859
      2521975a
    • Bradley Smith's avatar
      [ARM] Fix Tag_ABI_HardFP_use build attribute · c848beba
      Bradley Smith authored
      Fix Tag_ABI_HardFP_use build attribute to handle single precision FP,
      replace deprecated Tag_ABI_HardFP_use value of 3 with 0 and also add
      some tests for Tag_ABI_VFP_args.
      
      llvm-svn: 193856
      c848beba
  18. Oct 28, 2013
    • Logan Chien's avatar
      [arm] Implement eabi_attribute, cpu, and fpu directives. · 8cbb80d1
      Logan Chien authored
      This commit allows the ARM integrated assembler to parse
      and assemble the code with .eabi_attribute, .cpu, and
      .fpu directives.
      
      To implement the feature, this commit moves the code from
      AttrEmitter to ARMTargetStreamers, and several new test
      cases related to cortex-m4, cortex-r5, and cortex-a15 are
      added.
      
      Besides, this commit also change the Subtarget->isFPOnlySP()
      to Subtarget->hasD16() to match the usage of .fpu directive.
      
      This commit changes the test cases:
      
      * Several .eabi_attribute directives in
        2010-09-29-mc-asm-header-test.ll are removed because the .fpu
        directive already cover the functionality.
      
      * In the Cortex-A15 test case, the value for
        Tag_Advanced_SIMD_arch has be changed from 1 to 2,
        which is more precise.
      
      llvm-svn: 193524
      8cbb80d1
  19. Oct 14, 2013
  20. Oct 11, 2013
  21. Oct 07, 2013
  22. Oct 03, 2013
  23. Sep 13, 2013
  24. Jun 27, 2013
  25. Jun 26, 2013
  26. Feb 07, 2011
  27. Sep 30, 2010
Loading