[Debug Info] add DISubroutineType and its creation takes DITypeArray.
[oota-llvm.git] / test / CodeGen / X86 / avx-sext.ll
2013-10-23 Benjamin KramerX86: Custom lower sext v16i8 to v16i16, and the corresp...
2013-04-22 Arnaud A. de Grand... Cleanup: test source files do not need to be executable
2013-03-19 Nadav RotemOptimize sext <4 x i8> and <4 x i16> to <4 x i64>.
2013-02-20 Elena DemikhovskyI optimized the following patterns:
2013-01-20 Nadav RotemRevert 172708.
2013-01-19 Nadav RotemOn Sandybridge split unaligned 256bit stores into two...
2013-01-17 Elena DemikhovskyOptimization for the following SIGN_EXTEND pairs:
2012-12-22 Benjamin KramerX86: Emit vector sext as shuffle + sra if vpmovsx is...
2012-12-19 Elena DemikhovskyOptimized load + SIGN_EXTEND patterns in the X86 backend.
2012-02-02 Elena DemikhovskyOptimization for SIGN_EXTEND operation on AVX.