aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-11-13[SystemZ] Increase the number of VLREPslinaro-local/diana.picus/aJonas Paulsson
2018-11-13[X86] Add more tests for -x86-experimental-vector-widening-legalizationCraig Topper
2018-11-13[commit test] Add blank line to test/tools/llvm-objdump/full-contents.testXing GUO
2018-11-13[libObject] Fix getDesc for Elf_Note_ImplJake Ehrlich
2018-11-13[FileCheck] introduce CHECK-COUNT-<num> repetition directiveFedor Sergeev
2018-11-12[InstCombine] add rotate variants that include select; NFCSanjay Patel
2018-11-12[InstCombine] narrow width of rotate patterns, part 3Sanjay Patel
2018-11-12[InstCombine] narrow width of rotate patterns, part 2 (PR39624)Sanjay Patel
2018-11-12[X86][SSE] Add lowerVectorShuffleAsByteRotateAndPermute (PR39387)Simon Pilgrim
2018-11-12AMDGPU: Adding more median3 patternsAakanksha Patil
2018-11-12[InstCombine] add more tests for rotate narrowing; NFCSanjay Patel
2018-11-12[WebAssembly] Added WasmAsmParser.Wouter van Oortmerssen
2018-11-12[X86] In LowerMULH, use generic truncate and vector shuffle nodes instead of ...Craig Topper
2018-11-12[AMDGPU] Optimize S_CBRANCH_VCC[N]Z -> S_CBRANCH_EXEC[N]ZStanislav Mekhanoshin
2018-11-12[InstCombine] regenerate checks; NFCSanjay Patel
2018-11-12[CostModel][X86] Add funnel shift rotation special case costsSimon Pilgrim
2018-11-12Fix MachineInstr::findRegisterUseOperandIdx subreg checksStanislav Mekhanoshin
2018-11-12[llvm-readelf] Make llvm-readelf more compatible with GNU readelf.Jordan Rupprecht
2018-11-12[CostModel][X86] Add SHLD/SHRD scalar funnel shift costsSimon Pilgrim
2018-11-12[DWARFv5] Emit split type units in .debug_info.dwo.Paul Robinson
2018-11-12[CostModel][X86] Add some initial cost tests for funnel shiftsSimon Pilgrim
2018-11-12[CostModel][X86] SK_ExtractSubvector is cheap if the (legal) subvector is ali...Simon Pilgrim
2018-11-12[SystemZ::TTI] Improve accuracy of costs for vector fp <-> int conversionsJonas Paulsson
2018-11-12[CostModel] Add more realistic SK_InsertSubvector generic costs.Simon Pilgrim
2018-11-12[VectorUtils] add funnel-shifts to the list of vectorizable intrinsicsSanjay Patel
2018-11-12[LoopVectorize] add tests for funnel shifts; NFCSanjay Patel
2018-11-12[CostModel] Add more realistic SK_ExtractSubvector generic costs.Simon Pilgrim
2018-11-12[RISCV] Support .option relax and .option norelaxAlex Bradbury
2018-11-12[DAGCombiner] Fix load-store forwarding of indexed loads.Nirav Dave
2018-11-12[llvm-mca] Correctly update the resource strategy for processor resources wit...Andrea Di Biagio
2018-11-12Add an OptimizerLast EPPhilip Pfaffe
2018-11-12[LICM] Hoist guards from non-header blocksMax Kazantsev
2018-11-12[SystemZ] Replicate the load with most uses in buildVector()Jonas Paulsson
2018-11-12[llvm-objdump] add more constraints for testsFangrui Song
2018-11-11[llvm-nm] Use WithColor for error reportingJonas Devlieghere
2018-11-11[IPSCCP,PM] Preserve PDT in the new pass manager.Florian Hahn
2018-11-11[MC] Fix 3 objdump tests after rL346610Fangrui Song
2018-11-11[DWARF] Change pubnames to use DWARFSection instead of StringRefFangrui Song
2018-11-11[llvm][test] Update tests using objdumpKristina Brooks
2018-11-11[llvm-objdump] Add symbol 'O' for object dataKristina Brooks
2018-11-11[x86] auto-generate complete checks; NFCSanjay Patel
2018-11-11[X86] Use DAG.getConstant instead of getZeroVector.Craig Topper
2018-11-11[llvm-cxxdump] Use error reporting helpers from supportJonas Devlieghere
2018-11-10[x86] allow vector load narrowing with multi-use valuesSanjay Patel
2018-11-10[InstCombine] auto-generate full checks; NFCSanjay Patel
2018-11-10[X86][BdVer2] Fix loads/stores throughput for Piledriver (PR39465)Roman Lebedev
2018-11-10[NFC][MCA][BdVer2] Add bdver2 runline into register-file-statistics.s testRoman Lebedev
2018-11-10[ThinLTO] Internalize readonly globalsEugene Leviant
2018-11-10[X86] Use a MOVSX instruction instead of a MOVZX instruction in isel for an a...Craig Topper
2018-11-10[X86] Add a test case to show scalarized vector srem to demonstrate unnecessa...Craig Topper