summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-11-06[PPC] Use xxbrd to speed up bswap64Guozhi Wei
2017-11-06AMDGPU: Select v_mad_u64_u32 and v_mad_i64_i32Matt Arsenault
2017-11-06[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...Sanjay Patel
2017-11-06[SLP] Test for PR35047, NFC.Alexey Bataev
2017-11-06[AMDGPU] Change alloca addr space of r600 to 5 for amdgiz environmentYaxun Liu
2017-11-06[AMDGPU] Fix assertion due to assuming pointer in default addr space is 32 bitYaxun Liu
2017-11-06[mips] Add movep for microMIPS32R6 and fix microMIPS32r3 versionSimon Dardis
2017-11-06[LV][X86] update the cost of interleaving mem. access of floatsMohammed Agabaria
2017-11-06[mips] Fix PR35140Simon Dardis
2017-11-06[X86][AVX512] Improve lowering of AVX512 test intrinsicsUriel Korach
2017-11-06X86 ISel: Basic support for variable-index vector permutationsZvi Rackover
2017-11-06[test] Add test files that were missed from SVN r317459Martin Storsjo
2017-11-06[ObjectYAML] Map relocation types for COFF ARMNT and ARM64Martin Storsjo
2017-11-06[x86][AVX512] Lowering Broadcastm intrinsics to LLVM IRJina Nahias
2017-11-06[X86] Use EVEX encoded intrinsics for legacy FMA intrinsics when possible.Craig Topper
2017-11-06[X86] Add avx512vl command line to fma-instrinsics-x86.llCraig Topper
2017-11-06[X86] Simplify command lines on the fma-instrinsics-x86.ll test and add -show...Craig Topper
2017-11-06[X86] Use EVEX encoded instructions for legacy scalar sqrt intrinsics.Craig Topper
2017-11-06[PassManager, SimplifyCFG] Revert r316908 and r316869.David L. Jones
2017-11-05[X86] Remove some more RCP and RSQRT patterns from InstrAVX512.td that I miss...Craig Topper
2017-11-05[X86][SSE] Tests for integer min/max horizontal reductionsSimon Pilgrim
2017-11-05[LV/LAA] Avoid specializing a loop for stride=1 when this predicate implies aDorit Nuzman
2017-11-05[SLPVectorizer] minimize tests and auto-generate full checks; NFCSanjay Patel
2017-11-05[REVERT][LV][X86] update the cost of interleaving mem. access of floatsMohammed Agabaria
2017-11-05[LV][X86] update the cost of interleaving mem. access of floatsMohammed Agabaria
2017-11-05[CGP] Extends the scope of optimizeMemoryInst optimization. NFCSerguei Katkov
2017-11-04[X86][AVX] Regenerate test. NFCI.Simon Pilgrim
2017-11-04[X86] Don't use RCP14 and RSQRT14 for reciprocal estimations or for legacy SS...Craig Topper
2017-11-04[X86] Regenerate a couple more tests that I missed in r317410.Craig Topper
2017-11-04[X86] Teach EVEX->VEX pass to turn SHUFI32X4/SHUFF32X4/SHUFI64X/SHUFF64X2 int...Craig Topper
2017-11-04[AMDGPU] Remove hardcoded address space value from AMDGPULibFuncYaxun Liu
2017-11-04[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile
2017-11-04llvm/test/lit.cfg.py: Don't set the feature "llvm-64-bits" if -m32 is specified.NAKAMURA Takumi
2017-11-04[X86] Teach shuffle lowering to use 256-bit SHUF128 when possible.Craig Topper
2017-11-04llvm/test/Object/archive-SYM64-write.test: Delete large temp files. They are ...NAKAMURA Takumi
2017-11-04Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..."Sean Fertile
2017-11-03[X86] Give unary PERMI priority over SHUF128 in lowerV8I64VectorShuffle to ma...Craig Topper
2017-11-03Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()Adrian Prantl
2017-11-03[LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local.Sean Fertile
2017-11-03Fix a crash in llvm-objdump when printing a bad x86_64 relocation in a Mach-OKevin Enderby
2017-11-03[SimplifyCFG] When merging conditional stores, don't count the store we're me...Craig Topper
2017-11-03[cfi-verify] Add blacklist parsing for result filtering.Mitch Phillips
2017-11-03Recommit r317351 : Add CallSiteSplitting passJun Bum Lim
2017-11-03[llvm-ar] Support an options string that start with a dashMartin Storsjo
2017-11-03Revert "Add CallSiteSplitting pass"Jun Bum Lim
2017-11-03Reland "Add support for writing 64-bit symbol tables for archives when offset...Jake Ehrlich
2017-11-03Add CallSiteSplitting passJun Bum Lim
2017-11-03[llvm-objcopy] Add support for dwarf fissionJake Ehrlich
2017-11-03[AArch64] Fix the number of iterations for the Newton seriesEvandro Menezes
2017-11-03Revert "Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()"Adrian Prantl