Skip to content
Snippets Groups Projects
  1. May 21, 2013
  2. May 15, 2013
  3. May 13, 2013
    • Martin Storsjö's avatar
      Add an option for building for arm in thumb mode · 132422d9
      Martin Storsjö authored
      Change-Id: I5a46645064c2fe1c13287cf06c3244820b4e699e
      132422d9
    • Martin Storsjö's avatar
      ads2gas: Allow converting code to thumb mode · 644587cf
      Martin Storsjö authored
      Currently this only supports thumb2.
      
      This involves rewriting certain instructions that can't be expressed
      in thumb2 into equivalent instruction sequences. The regexps for
      rewriting are currently written pretty narrowly, only covering the
      exact cases currently encountered in the code base.
      
      No IT instructions are added (since that would require more logic than
      plain regexps), so using the thumb mode requires enabling
      -mimplicit-it=always/thumb.
      
      Change-Id: I1f676ad1d351381f02bcf00105102aa8dd7ae364
      644587cf
  4. May 03, 2013
  5. May 02, 2013
  6. May 01, 2013
    • Martin Storsjö's avatar
      configure: arm: Check __ARM_PCS_VFP if the float ABI hasn't been defined · 2ce47839
      Martin Storsjö authored
      The support for detecting hardfp toolchains in af9dd50e is a
      step in the right direction, but that particular switch case
      isn't executed at all if the toolchain variable is set.
      
      This fixes cross building from x86 ubuntu to armhf ubuntu,
      in configurations such as
      "CROSS=arm-linux-gnueabihf- ./configure --target=armv7-linux-gcc".
      
      Change-Id: I6f141361e40374fbab564f9196d90e598fe9a0f6
      2ce47839
  7. Apr 30, 2013
  8. Apr 29, 2013
  9. Apr 26, 2013
  10. Apr 25, 2013
  11. Apr 24, 2013
  12. Apr 23, 2013
    • Johann Koenig's avatar
      Resolve declaration and implementation. · 7af58d43
      Johann Koenig authored
      Clean Windows build warnings:
      warning C4028: formal parameter <N> different from declaration
      
      This was fixed independently in master and experimental but the fixes
      were in opposite directions. One added const to the declaration and the
      other removed it from the implementation.
      
      Also update the variable names. This doesn't modify the data so call it
      ref, matching the functions in the vicinity, rather than dst.
      
      Change-Id: I2ffc6b4a874cb98c26487b909d20a5e099b5582c
      7af58d43
    • Johann Koenig's avatar
      Improve sign consistency. · ac980b71
      Johann Koenig authored
      Fix warning on windows: signed/unsigned mismatch on lines 415, 454
      
      Comparison was between size_t data_sz >= int index_sz on 415 and
      unsigned int data_sz >= int index_sz on 454. Both might be changed to
      size_t but that would be tracing and replacing all comparisons is
      outside the scope of this change.
      
      In the rest of these two functions ensure unsigned values are used
      consistently.
      
      Change-Id: I922b399ceca612a92f44b9d1d331c1c6bae9d768
      ac980b71
  13. Apr 19, 2013
  14. Apr 18, 2013
  15. Apr 17, 2013
    • Frank Galligan's avatar
      libvpx: Fix vp9 clang build. · 2bb8ecad
      Frank Galligan authored
      - UNINITIALIZED_IS_SAFE Macro triggers a warning in Clang for
        structs.
      
      Change-Id: Ib02c82f1fede7826564e17ccb7171c6fb18b8e44
      2bb8ecad
    • Johann Koenig's avatar
      Fix Android ndk-build · 3810bca9
      Johann Koenig authored
      Add the config directory to the rtcd generation script. libvpx is
      configured in the jni directory but ndk-build is intended to be run from
      the next directory up. Currently it needs to be run from the jni
      directory but this is being looked in to.
      
      Add a trailing slash to allow the variable to be empty.
      
      Reduce offset generation to the files which are actually used.
      
      Change-Id: Ia84fac37e8998ba647423d0ee45fc66a891ce10c
      3810bca9
    • Johann Koenig's avatar
      fc37c219
    • Jim Bankoski's avatar
      Merge "set up a speed 1" · cb044e6d
      Jim Bankoski authored
      cb044e6d
  16. Apr 16, 2013
  17. Apr 15, 2013
Loading