]> git.sesse.net Git - ffmpeg/history - libavutil/arm/asm.S
time_internal: Prefix fallback versions of gmtime_r/localtime_r with ff_
[ffmpeg] / libavutil / arm / asm.S
2019-01-25 Martin Storsjöarm: Create proper .rdata sections for COFF
2018-10-12 Martin Storsjöarm: Emit .thumb_func directives
2018-03-30 Martin Storsjöarm: Produce .const_data instead of .section .rodata...
2017-05-08 Martin Storsjöarm: Check for the .arch directive in configure
2016-11-24 Janne Grunauarm: warn/error on movrelx usage problematic with PIC...
2016-11-10 Martin Storsjöarm: Clear the gp register alias at the end of functions
2016-07-21 Martin Storsjöarm: Check for support for the .fpu directive
2015-03-07 Martin Storsjöarm: Suppress tags about used cpu arch and extensions
2014-12-09 Martin Storsjöarm: Use .data.rel.ro for const data with relocations
2014-06-03 Janne Grunaubuild: check if AS supports the '.func' directive
2014-03-05 Janne Grunauarm: hpeldsp: prevent overreads in armv6 asm
2014-02-19 Martin Storsjöarm: Mark the stack as non-executable
2014-02-07 Martin Storsjöarm: Add EXTERN_ASM to the .func and .type declarations...
2014-01-07 Martin Storsjöarm: Allow overriding the alignment set in the function...
2013-05-26 Martin Storsjöarm: Only output eabi attributes if building for ELF
2012-12-07 Mans Rullgardarm: rename ARMVFP config symbol to VFP
2012-12-07 Mans Rullgardarm: use HAVE*_INLINE/EXTERNAL macros for conditional...
2012-10-03 Mans RullgardARM: use numeric ID for Tag_ABI_align_preserved
2012-10-02 Mans RullgardARM: set Tag_ABI_align_preserved in all asm files
2012-10-02 Mans RullgardARM: fix Thumb PIC on Apple
2012-09-21 Mans RullgardARM: use 2-operand syntax for ADD Rd, PC in Apple PIC...
2012-09-21 Mans RullgardARM: align PIC offset pools to 4 bytes
2012-09-20 Mans RullgardARM: swap source operands in some add instructions
2012-09-15 Mans Rullgardflacdsp: arm optimised lpc filter
2012-07-01 Mans RullgardARM: generate position independent code to access data...
2012-06-08 Justin RugglesARM: Move asm.S from libavcodec to libavutil