OSDN Git Service

[X86] Regenerate cmpxchg tests
[android-x86/external-llvm.git] / test /
2018-02-28 Simon Pilgrim[X86] Regenerate cmpxchg tests
2018-02-28 Sanjay Patel[InstCombine] simplify code for X * -1.0 --> -X; NFC
2018-02-28 Jonas Devlieghere[GlobalOpt] don't change CC of musttail calle(e|r)
2018-02-28 Craig Topper[X86] Lower extract_element from k-registers by bitcast...
2018-02-28 Simon Pilgrim[X86][AVX512] Improve support for signed saturation...
2018-02-28 Tim Renouf[AMDGPU] added writelane intrinsic
2018-02-28 Vedant Kumar[InstrProfiling] Emit the runtime hook when no counters...
2018-02-28 Roman Tereshin[GlobalISel] Print/Parse FailedISel MachineFunction...
2018-02-28 Chih-Hung Hsieh[TLS] use emulated TLS if the target supports only...
2018-02-28 Nicholas Wilson[WebAssembly] Reorder symbol table to match MC order
2018-02-28 Pablo Barrio[ARM] Lower lower saturate to 0 and lower saturate...
2018-02-28 Sanjay Patel[InstCombine] auto-generate complete checks; NFC
2018-02-28 Alexey Bataev[DEBUGINFO] Add flag for DWARF2 or less to use sections...
2018-02-28 Alexander Ivchenko[GlobalIsel][X86] Support G_INTTOPTR instruction.
2018-02-28 Xin Tong[MergeICmp] Fix a bug in MergeICmp that can lead to...
2018-02-28 Alexander Ivchenko[GlobalIsel][X86] Support G_PTRTOINT instruction.
2018-02-28 Alex Bradbury[RISCV] Update two tests after r326208
2018-02-28 Craig Topper[X86] Don't use EXTRACT_ELEMENT from v1i1 with i8/i32...
2018-02-28 Mohammad Shahid[SLP] Added new tests and updated existing for jumbled...
2018-02-28 Lang Hames[RuntimeDyld][MachO] Support ARM64_RELOC_BRANCH26 for...
2018-02-27 Sam Clegg[WebAssembly] Remove DataSize from linking metadata...
2018-02-27 Krzysztof Parzyszek[Hexagon] Recognize more sign-extensions as inputs...
2018-02-27 Krzysztof Parzyszek[Pipeliner] Drop memrefs instead of creating ones with...
2018-02-27 Reid Kleckner[CodeView] Lower __restrict and other pointer qualifier...
2018-02-27 Shoaib Meenai[AsmPrinter] Handle qualified unnamed types in CodeView...
2018-02-27 Martin Storsjo[llvm-cvtres] Update the help test after SVN r326244.
2018-02-27 Sanjay Patel[InstSimplify] add tests for FP with undef operand...
2018-02-27 Craig Topper[ValueTracking] Teach cannotBeOrderedLessThanZeroImpl...
2018-02-27 Sjoerd Meijer[ARM] Another f16 litpool fix
2018-02-27 Jonas Devlieghere[dsymutil] Skip DW_AT_sibling attributes.
2018-02-27 Peter CollingbourneARM: Don't rewrite add reg, $sp, 0 -> mov reg, $sp...
2018-02-27 Sanjay Patel[ARM] add loop vectorizer test based on 482.sphinx3...
2018-02-27 Krzysztof Parzyszek[Hexagon] Add patterns for compares of i1 values
2018-02-27 Sanjay Patel[AArch64] add SLP test based on TSVC; NFC
2018-02-27 Geoff BerryRe-enable "[MachineCopyPropagation] Extend pass to...
2018-02-27 Simon Pilgrim[X86][AVX] combineLoopMAddPattern - support 256-bit...
2018-02-27 Alexander RichardsonMake the LLParser accept call instructions of variables...
2018-02-27 Alexander RichardsonDon't output bitcode to stdout in 2002-07-31-SlashInStr...
2018-02-27 Jonas Devlieghere[dsymutil][test] Add PowerPC test
2018-02-27 Florian Hahn[NewGVN] Update phi-of-ops def block when updating...
2018-02-27 Adam NemetMake test agnostic to cost model
2018-02-27 Evgeny StupachenkoFix r326154 buildbots test fail
2018-02-27 Evgeny StupachenkoFix PR36032, PR35432
2018-02-26 Sanjay Patel[InstCombine, InstSimplify] add tests with undef elemen...
2018-02-26 Evandro Menezes[AArch64] Harden test cases
2018-02-26 Craig Topper[ValueTracking] Teach cannotBeOrderedLessThanZeroImpl...
2018-02-26 Simon Pilgrim[X86][SSE] Reduce FADD/FSUB/FMUL costs on later targets...
2018-02-26 Scott Linder[DebugInfo] Remove target-specific instructions in...
2018-02-26 Craig Topper[X86] Add constant folding to combineMOVMSK.
2018-02-26 Adam Nemet[opt-viewer] Set title for the source pages
2018-02-26 Craig Topper[X86] Add a custom legalization for (i16 (bitcast v16i1...
2018-02-26 Alexey Bataev[SLP] Added new test + fixed some checks, NFC.
2018-02-26 Craig Topper[InstCombine] Add test cases with vector constants...
2018-02-26 Craig Topper[InstCombine] Switch to using FileCheck instead of...
2018-02-26 Adam Nemet[LTO] Support filtering by hotness threshold
2018-02-26 Simon Pilgrim[X86][AVX] createPSADBW - support 256-bit cases on...
2018-02-26 Matt ArsenaultAMDGPU/GlobalISel: Make f64 constants legal
2018-02-26 Sanjay Patel[InstCombine] allow fdiv folds with less than fully...
2018-02-26 Simon Pilgrim[X86][AVX] Add AVX1 PSAD tests
2018-02-26 Francis Visoiu Mistrih[CodeGen] Don't omit any redundant information in ...
2018-02-26 Simon Pilgrim[X86][SSE] Regenerate PSAD tests
2018-02-26 Tim Renouf[AMDGPU] Scratch setup fix on AMDPAL gfx9+ merge shader
2018-02-26 Renato Golin[LV] Move isLegalMasked* functions from Legality to...
2018-02-26 Florian Hahn[LoopInterchange] Add test case for D43236.
2018-02-26 Jonas Paulsson[XCore] Return true in enableMultipleCopyHints().
2018-02-26 Craig Topper[X86] Add avx1 command line to madd.ll to show splittin...
2018-02-26 Craig Topper[X86] Don't use getZExtValue when we have no idea how...
2018-02-26 Craig Topper[X86] Remove VT.isSimple() check from detectAVGPattern.
2018-02-25 Craig Topper[InstSimplify] Add test cases for removal of vector...
2018-02-25 Craig Topper[InstSimplify] Remove unused parameter from test cases.
2018-02-24 Simon Pilgrim[TargetLowering] SimplifyDemandedVectorElts - pass...
2018-02-24 Simon Pilgrim[TargetLowering] SimplifyDemandedVectorElts - pass...
2018-02-24 Craig Topper[X86] Add cvt tests to avx512vl-intrinsics-fast-isel.ll
2018-02-24 Craig Topper[X86] Allow int_x86_sse2_cvtps2dq and int_x86_avx_cvt_p...
2018-02-24 Adam NemetRevert "StructurizeCFG: Test for branch divergence...
2018-02-24 Scott Linder[DebugInfo] Fix buildbot failure on non-X86 targets
2018-02-24 Simon Pilgrim[X86][SSE] combineSubToSubus - support v8i64 handling...
2018-02-24 Simon Pilgrim[X86][SSE] combineSubToSubus - support v8i32 handling...
2018-02-24 Simon Pilgrim[X86][SSE] combineSubToSubus - begun generalizing to...
2018-02-24 Jonas Paulsson[Sparc] Return true in enableMultipleCopyHints().
2018-02-24 Stanislav Mekhanoshin[AMDGPU] Shrinking V_SUBBREV_U32
2018-02-24 Pavel LabathImplement equal_range for the DWARF v5 accelerator...
2018-02-24 Craig Topper[X86] Remove checks for '(scalar_to_vector (i8 (trunc...
2018-02-23 Stanislav Mekhanoshin[AMDGPU] Fixed madak.ll test on VI, added GFX10. NFC.
2018-02-23 Yonghong Songbpf: New disassembler testcases for 32-bit subregister...
2018-02-23 Yonghong Songbpf: New codegen testcases for 32-bit subregister support
2018-02-23 Scott Linder[DebugInfo] Add remaining files to r325970
2018-02-23 Nemanja Ivanovic[PowerPC] Disable shrink-wrapping when getting PC addre...
2018-02-23 Scott Linder[DebugInfo] Support DWARF v5 source code embedding...
2018-02-23 Sanjay Patel[InstSimplify] sqrt(X) * sqrt(X) --> X
2018-02-23 Sriraman TallamIntrinsics calls should avoid the PLT when "RtLibUseGOT...
2018-02-23 Sanjay Patel[InstCombine] allow fmul-sqrt folds with less than...
2018-02-23 Craig Topper[X86] Add assembler/disassembler support for blendm...
2018-02-23 Krzysztof Parzyszek[Hexagon] Recognize non-immediate constants in HexagonC...
2018-02-23 Craig Topper[X86] Add DAG combine to remove (and X, 1) from in...
2018-02-23 Simon Pilgrim[X86][SSE] Generalize x > C-1 ? x+-C : 0 --> subus...
2018-02-23 Evandro Menezes[PATCH] [AArch64] Add new target feature to fuse condit...
2018-02-23 Matt Davis[Test] Fix the test to output to /dev/null instead...
2018-02-23 Simon Pilgrim[X86][SSE] Add x > C-1 ? x+-C : 0 --> subus x, C test...
2018-02-23 Craig Topper[X86] Custom split v32i16/v64i8 bitcasts when AVX512F...
next