aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-12-17Revert "DebugInfo: Assume an absence of ranges or high_pc on a CU means the C...Eric Liu
2018-12-17[MCA] Don't assume that createMCInstrAnalysis() always returns a valid pointer.Andrea Di Biagio
2018-12-17Regenerate test in prep for SimplifyDemandedBits improvements.Simon Pilgrim
2018-12-17[AggressiveInstCombine] add test for rotate insertion point; NFCSanjay Patel
2018-12-17[MIPS GlobalISel] Lower G_UADDE and narrowScalar G_ADDPetar Avramovic
2018-12-17[AArch64] Re-run load/store optimizer after aggressive tail duplicationAlexandros Lamprineas
2018-12-17DebugInfo: Assume an absence of ranges or high_pc on a CU means the CU is emp...David Blaikie
2018-12-17[X86] Add test case for PR39968. NFCCraig Topper
2018-12-17[Power9][NFC]update vabsd case for better dumpingKewen Lin
2018-12-17[Power9][NFC]Make pre-inc-disable case more robustKewen Lin
2018-12-17[EarlyCSE] If DI can't be salvaged, mark it as unavailable.Davide Italiano
2018-12-16[InstCombine] Add cttz/ctlz + select non-bitwidth tests; NFCNikita Popov
2018-12-16[InstCombine] Regenerate test checks; NFCNikita Popov
2018-12-16[InstCombine] Make cttz/ctlz knownbits tests more robust; NFCNikita Popov
2018-12-16Regenerate test (merges X86+X64 cases). NFCI. Simon Pilgrim
2018-12-16[X86] Remove truncation handling from EmitTest. Replace it with a DAG combine.Craig Topper
2018-12-16[X86] Autogenerate complete checks. NFCCraig Topper
2018-12-16Revert "[InstCombine] Regenerate test checks; NFC"Nikita Popov
2018-12-16[InstCombine] Regenerate test checks; NFCNikita Popov
2018-12-16[InstCombined] Add more tests for cttz/ctlz + icmp; NFCNikita Popov
2018-12-16[InstCombine] Add additional saturating add/sub + icmp tests; NFCNikita Popov
2018-12-16[InstCombine] regenerate test checks; NFCSanjay Patel
2018-12-16[InstCombine] add tests for vector widening transforms (PR40032); NFCSanjay Patel
2018-12-16[x86] increment/decrement constant vector with min/max in vsetcc lowering (PR...Sanjay Patel
2018-12-16[DAGCombiner] allow hoisting vector bitwise logic ahead of truncatesSanjay Patel
2018-12-16[SelectionDAG] Add FSHL/FSHR support to computeKnownBitsSimon Pilgrim
2018-12-16[X86] Add computeKnownBits tests for funnel shift intrinsicsSimon Pilgrim
2018-12-15[X86] Autogenerate complete checks. NFCCraig Topper
2018-12-15[X86] Lower to SHLD/SHRD on slow machines for optsizeSimon Pilgrim
2018-12-15[X86] Add optsize SHLD/SHRD testsSimon Pilgrim
2018-12-15[CodeGen] Enhance machine PHIs optimizationDinar Temirbulatov
2018-12-15Regenerate neon copy tests. NFCI.Simon Pilgrim
2018-12-15[TargetLowering] Add ISD::OR + ISD::XOR handling to SimplifyDemandedVectorEltsSimon Pilgrim
2018-12-15[InstSimplify] Add tests for saturating add/sub + icmp; NFCNikita Popov
2018-12-15[mips] Fix test typo in rL348914Fangrui Song
2018-12-15[Power9][NFC] add setb exploitation test caseKewen Lin
2018-12-15[WebAssembly] Check if the section order is correctHeejin Ahn
2018-12-15[NewGVN] Update use counts for SSA copies when replacing them by their operands.Florian Hahn
2018-12-15[Util] Refer to [s|z]exts of args when converting dbg.declares (fix PR35400)Vedant Kumar
2018-12-14[NVPTX] Lower instructions that expand into libcalls.Artem Belevich
2018-12-14DebugInfo: Avoid using split DWARF when the split unit would be empty.David Blaikie
2018-12-14[Hexagon] Add patterns for shifts of v2i16Krzysztof Parzyszek
2018-12-14[GlobalISel] LegalizerHelper: Implement fewerElementsVector for G_LOAD/G_STOREVolkan Keles
2018-12-14[AMDGPU] Promote constant offset to the immediate by finding a new base with ...Farhana Aleen
2018-12-14[TransformWarning] Do not warn missed transformations in optnone functions.Michael Kruse
2018-12-14[x86] add tests for extractelement of FP binops; NFCSanjay Patel
2018-12-14[ARM] make test immune to scalarization improvements; NFCSanjay Patel
2018-12-14[x86] make tests immune to scalarization improvements; NFCSanjay Patel
2018-12-14[globalisel][combiner] Fix r349167 for release mode botsDaniel Sanders
2018-12-14[Transforms] Preserve metadata when converting invoke to call.Michael Kruse