OSDN Git Service

[llvm-mca] Simplify eventing by adding an onEvent templated method.
[android-x86/external-llvm.git] / test /
2018-07-12 Sjoerd MeijerFollow up of r336913: forgot to add the new test files.
2018-07-12 Roman Lebedev[InstCombine] icmp-logical.ll: restore the original...
2018-07-12 Roman Lebedev[InstCombine] Fold x & (-1 >> y) != x to x u> (...
2018-07-12 Andrew Ng[ThinLTO] Escape module paths when printing
2018-07-12 Francis Visoiu Mistrih[DebugInfo][X86] Add start-after flags to MIR tests
2018-07-12 Francis Visoiu Mistrih[XRay] Fix machine verifier issues in X86
2018-07-12 Simon Pilgrim[X86][SSE] Utilize ZeroableElements for canWidenShuffle...
2018-07-12 Chen Zheng[InstCombine]add testcases for folding more SPFofSPF...
2018-07-12 Simon Pilgrim[X86][AVX] Use Zeroable mask to improve shuffle mask...
2018-07-12 Simon Pilgrim[X86] Add UDIV by uniform/non-uniform constant tests
2018-07-12 Chen Zheng[InstSimplify] simplify add instruction if two operands...
2018-07-12 Eric ChristopherTemporarily revert "Recommit r328307: [IPSCCP] Use...
2018-07-12 Chandler Carruth[x86] Fix another trivial bug in x86 flags copy lowerin...
2018-07-12 Craig Topper[X86] Add patterns to use VMOVSS/SD zero masking for...
2018-07-12 Chandler Carruth[x86] Fix EFLAGS copy lowering to correctly handle...
2018-07-12 Craig Topper[X86] Remove and autoupgrade the scalar fma intrinsics...
2018-07-12 Eric ChristopherAdd -allow-deprecated-dag-overlap to one of the experim...
2018-07-11 Duncan P. N. Exon... IR: Skip -print-*-all after -print-*
2018-07-11 Eli Friedman[CodeGen] Emit more precise AssertZext/AssertSext nodes.
2018-07-11 Craig Topper[LoopIdiomRecognize] Don't convert a do while loop...
2018-07-11 Craig Topper[LoopIdiomRecognize] Add a test case showing a loop...
2018-07-11 Roman Lebedev[NFC][InstCombine] Tests for x & (-1 >> y) != x ...
2018-07-11 Joel E. Dennyfinish: [FileCheck] Add -allow-deprecated-dag-overlap...
2018-07-11 Joel E. Denny[FileCheck] Don't permit overlapping CHECK-DAG
2018-07-11 Joel E. Denny[FileCheck] Add -allow-deprecated-dag-overlap to failin...
2018-07-11 Roman Lebedev[InstCombine] Fold x & (-1 >> y) == x to x u<= ...
2018-07-11 Joel E. DennyRevert r336830: [FileCheck] Don't permit overlapping...
2018-07-11 Paul RobinsonQuick fix for some Windows bots
2018-07-11 Joel E. Denny[FileCheck] Don't permit overlapping CHECK-DAG
2018-07-11 Paul SemelRevert "[llvm-objdump] Add -demangle (-C) option"
2018-07-11 Craig Topper[X86] Remove patterns for inserting a load into a zero...
2018-07-11 Simon Pilgrim[TargetTransformInfo] Add pow2 analysis for scalar...
2018-07-11 Sanjay Patel[InstSimplify] add/move tests for add folds; NFC
2018-07-11 Paul SemelFix llvm-objdump demangle test (added triple option)
2018-07-11 Andrea Di Biagio[X86] Fix MayLoad/HasSideEffect flag for (V)MOVLPSrm...
2018-07-11 Paul Semel[llvm-objdump] Add -demangle (-C) option
2018-07-11 Simon Pilgrim[SLPVectorizer] Add initial alternate opcode support...
2018-07-11 Simon Pilgrim[SLPVectorizer] Ensure alternate/passthrough doesn...
2018-07-11 Simon Pilgrim[SLPVectorizer] Add some additional alternate cast...
2018-07-11 Simon PilgrimRevert rL336804: [SLPVectorizer] Add initial alternate...
2018-07-11 Simon Pilgrim[SLPVectorizer] Add initial alternate opcode support...
2018-07-11 Krzysztof Parzyszek[CodeGen] Ignore debug uses in MachineCopyPropagation
2018-07-11 Andrea Di Biagio[llvm-mca] Use a different character to flag instructio...
2018-07-11 Roman Lebedev[NFC][InstCombine] Tests for x & (-1 >> y) == x ...
2018-07-11 Sjoerd Meijer[ARM] ParallelDSP: multiple reduction stmts in loop
2018-07-11 Jonas DevlieghereUse debug-prefix-map for AT_NAME
2018-07-11 Sander de Smalen[AArch64][SVE] Asm: Support for COMPACT instruction.
2018-07-11 Simon PilgrimFix check-prefix vs check-prefixes typo in updated...
2018-07-11 Simon Pilgrim[AArch64] Regenerate SDIV tests
2018-07-11 Roman Lebedev[NFC][InstCombine] icmp-logical.ll: add a few more...
2018-07-11 Sander de Smalen[AArch64][SVE] Asm: Support for LAST(A|B) and CLAST...
2018-07-11 Paul Semel[llvm-readobj] Add -hex-dump (-x) option
2018-07-11 Roman Lebedev[NFC][InstCombine] Fix extra space padding in icmp...
2018-07-11 Roman Lebedev[NFC][InstCombine] Add variable names and regenerate...
2018-07-11 Andrea Di Biagio[llvm-mca] Add tests for partial register writes.
2018-07-11 Simon Pilgrim[DAGCombiner] Support non-uniform X%C -> X-(X/C)*C...
2018-07-11 Simon Pilgrim[DAGCombiner] Add (urem X, -1) -> select(X == -1, 0...
2018-07-11 Simon Tatham[TableGen] Add a general-purpose JSON backend.
2018-07-11 Craig Topper[X86] The TEST instruction is eliminated when BSF/TZCNT...
2018-07-11 Craig Topper[X86] Remove some composite MOVSS/MOVSD isel patterns.
2018-07-11 Sam Clegg[WebAssembly] Add pass to infer prototypes for prototyp...
2018-07-11 Stefan Pintilie[Power9] Add remaining __flaot128 builtin support for...
2018-07-11 Chen Zheng [test cases] add test cases for find more abs pattern
2018-07-10 Eli Friedman[ARM] Treat cmn immediates as legal in isLegalICmpImmed...
2018-07-10 Craig Topper[X86] Teach X86InstrInfo::commuteInstructionImpl to...
2018-07-10 Teresa Johnson[ThinLTO] Use std::map to get determistic imports files
2018-07-10 Alexander Ivchenko[GlobalISel][X86_64] Support for G_SITOFP
2018-07-10 Eugene Leviant[Evaluator] Examine alias when evaluating function...
2018-07-10 Simon Pilgrim[DAGCombiner] Add special case fast paths for udiv...
2018-07-10 Konstantin ZhuravlyovAMDGPU: Make hidden argument metadata consistent with
2018-07-10 Sanjay Patel[InstCombine] allow flag propagation when using safe...
2018-07-10 Simon Pilgrim[X86] Add srem/udiv/urem by constant tests
2018-07-10 Heejin Ahn[WebAssembly] Add missing a few {{$}}s to a test
2018-07-10 Konstantin ZhuravlyovAMDGPU/NFC: Fix typo in test name
2018-07-10 Paul RobinsonUpdate test to work on Windows
2018-07-10 Sanjay Patel[InstCombine] safely allow non-commutative binop identi...
2018-07-10 Krzysztof Parzyszek[Hexagon] Change .mir testcase to make sure function...
2018-07-10 Paul RobinsonSupport -fdebug-prefix-map in llvm-mc. This is useful...
2018-07-10 Sanjay Patel[InstCombine] drop poison flags when shuffle mask undef...
2018-07-10 Sander de Smalen[AArch64][SVE] Asm: Support for predicated unary operat...
2018-07-10 Matt ArsenaultReapply "AMDGPU: Force inlining if LDS global address...
2018-07-10 Sanjay Patel[InstCombine] allow more shuffle-binop folds with safe...
2018-07-10 Anastasis Grammenos[DebugInfo][LoopVectorize] Preserve DL in induction...
2018-07-10 Krzysztof Parzyszek[Hexagon] Add implicit uses even when untied explicit...
2018-07-10 Karl-Johan Karlsson[LowerSwitch] Fixed faulty PHI nodes
2018-07-10 Chandler Carruth[PM/Unswitch] Fix a collection of closely related issue...
2018-07-10 Mikhail Dvoretckii[X86] Fast-isel tests for lowered truncation intrinsics
2018-07-10 Simon Pilgrim[X86][SSE] Prefer BLEND(SHL(v,c1),SHL(v,c2)) over MUL...
2018-07-10 Craig Topper[X86] Regenerate vector-shuffle-512-v8.ll so the script...
2018-07-10 Craig Topper[X86] Correct vfixupimm load patterns to look for an...
2018-07-10 Craig Topper[X86] Add test cases that show failure to fold load...
2018-07-10 Vlad TsyrklevichRevert "AMDGPU: Force inlining if LDS global address...
2018-07-09 Sanjay Patel[InstCombine] allow more shuffle folds using safe constants
2018-07-09 Heejin Ahn[WebAssembly] Support for binary atomic RMW instructions
2018-07-09 Manoj Guptallvm: Add support for "-fno-delete-null-pointer-checks"
2018-07-09 George Burgess IVMake llvm.objectsize more conservative with null
2018-07-09 Simon PilgrimFix line endings. NFCI.
2018-07-09 Stefan Pintilie[Power9] Add __float128 builtins for Rounding Operations
2018-07-09 Heejin Ahn[WebAssembly] Improve readability of load/stores and...
2018-07-09 Stefan Pintilie[Power9] [LLVM] Add __float128 support for trunc to...
next