android_system_core/libpixelflinger
Chih-Hung Hsieh 7244cf2aa5 To compile with llvm integrated assembler.
* Explicitly specify default .align 0.
* Use standard ldmfdlo instruction.
* Before and after gas outputs are identical,
  with align 0 sections.
* Objdump showed .text/.data/.bss section alignment
  attributes are 2^0 from gas and 2^2 from llvm
  assembler. These .S files might be working when
  compiled by gas, but llvm assembler's output should
  be more correct or conservative.

Change-Id: I4e578dbc8155c0d06d1bbc1c33ec4cc851a18479
2015-08-21 15:58:26 -07:00
..
arch-arm64 To compile with llvm integrated assembler. 2015-08-21 15:58:26 -07:00
arch-mips Add Mips support to libpixelflinger 2012-05-30 11:48:53 -07:00
codeflinger Remove dead code. 2014-12-03 19:35:16 -08:00
include pixelflinger: make self-contained 2015-03-19 12:34:35 -07:00
tests To compile with llvm integrated assembler. 2015-08-21 15:58:26 -07:00
Android.mk To compile with llvm integrated assembler. 2015-08-21 15:58:26 -07:00
MODULE_LICENSE_APACHE2
NOTICE
buffer.cpp Fix compiler warnings in libpixelflinger 2014-02-20 14:21:55 -08:00
buffer.h
clear.cpp
clear.h
col32cb16blend.S
col32cb16blend_neon.S
fixed.cpp
format.cpp
picker.cpp Fix compiler warnings in libpixelflinger 2014-02-20 14:21:55 -08:00
picker.h
pixelflinger.cpp Linux always has POSIX clocks available. 2015-01-09 16:17:46 -08:00
raster.cpp Fix compiler warnings in libpixelflinger 2014-02-20 14:21:55 -08:00
raster.h
rotate90CW_4x4_16v6.S
scanline.cpp [MIPSR6] Skip pixelflinger, memset assembler code on mips32r6 2014-07-31 16:21:16 -07:00
scanline.h
t32cb16blend.S To compile with llvm integrated assembler. 2015-08-21 15:58:26 -07:00
trap.cpp
trap.h