OSDN Git Service

[APFloat] APFloat::Storage::Storage - fix use after move
[android-x86/external-llvm.git] / test /
2019-05-14 Xing Xue[lit][tests]Add feature libcxx-used and use it in llvm...
2019-05-14 Tim NorthoverTableGen: support #ifndef in addition to #ifdef.
2019-05-14 Thomas Preud'hommeReinstate "FileCheck [5/12]: Introduce regular numeric...
2019-05-14 Tim NorthoverAArch64: support binutils-like things on arm64_32.
2019-05-14 Tim NorthoverGlobalOpt: do not promote globals used atomically to...
2019-05-14 James Henderson[test]Make test work on Windows
2019-05-14 Diana Picus[IRTranslator] Don't hardcode GEP index type
2019-05-14 Thomas Preud'hommeRevert "FileCheck [5/12]: Introduce regular numeric...
2019-05-14 Philip Reames[X86] Prefer locked stack op over mfence for seq_cst...
2019-05-14 Jinsong Ji[PowerPC][NFC] Fix typos in triples
2019-05-14 Craig Topper[X86] Use X86 instead of X32 as a check prefix in atomi...
2019-05-14 Sanjay Patel[SDAG, x86] allow targets to override test for binop...
2019-05-13 Gor Nishanov[coroutines] Fix spills of static array allocas
2019-05-13 Nemanja Ivanovic[Pass Pipeline][NFC] Add a test prior to committing...
2019-05-13 Lang Hames[JITLink][MachO] Honor the no-dead-strip flag on nlist...
2019-05-13 Nikita Popov[WebAssembly] Don't assume that zext/sext result is...
2019-05-13 Stanislav Mekhanoshin[AMDGPU] gfx1010 tests. NFC.
2019-05-13 Robert LougherRevert [X86] Avoid SFB - Fix inconsistent codegen with...
2019-05-13 Sanjay Patel[InstCombine] try harder to form rotate (funnel shift...
2019-05-13 Nick Desaulniers[TargetLowering] Handle multi depth GEPs w/ inline...
2019-05-13 Sanjay Patel[InstCombine] add tests for rotates with narrow shift...
2019-05-13 Simon Pilgrim[X86][SSE] LowerBuildVectorv4x32 - don't insert MOVQ...
2019-05-13 Simon Pilgrim[X86][SSE] Relax use limits for lowerAddSubToHorizontal...
2019-05-13 Simon Pilgrim[TargetLowering] Add SimplifyDemandedBits support for...
2019-05-13 Craig Topper[X86] Add test case for mask register variant of PR4161...
2019-05-13 Sanjay Patel[DAGCombiner] narrow vector binop with inserts/extract
2019-05-13 Sanjay Patel[x86] add test for insert/extract binop; NFC
2019-05-13 Kevin P. NealAdd constrained fptrunc and fpext intrinsics.
2019-05-13 Thomas Preud'hommeFileCheck [5/12]: Introduce regular numeric variables
2019-05-13 Eugene Leviant[ThinLTO] Don't internalize weak writeable variables
2019-05-13 Ulrich Weigand[SystemZ] Model floating-point control register
2019-05-13 Sam Parker[ARM][ParallelDSP] Relax alias checks
2019-05-13 Clement Courbet[DAGCombiner] Fix invalid alias analysis.
2019-05-13 Clement Courbet[DAGCombiner][NFC] Commit test to show fix in D61846.
2019-05-13 Yonghong Song[BPF] emit BTF sections only if debuginfo available
2019-05-13 Lang Hames[JITLink] Track section alignment and make sure it...
2019-05-13 Craig TopperRecommit r358887 "[TargetLowering][AMDGPU][X86] Improve...
2019-05-12 Lang Hames[JITLink] Add a test for zero-filled content.
2019-05-12 Simon Pilgrim[X86][AVX] Split VZEXT_MOVL ymm/zmm if the upper elemen...
2019-05-12 Sanjay Patel[LoopVectorizer] add tests for FP minmax; NFC
2019-05-12 Sanjay Patel[DAGCombiner] try to move bitcast after extract_subvector
2019-05-11 Simon Pilgrim[X86][SSE] SimplifyDemandedBits - call PEXTRB/PEXTRW...
2019-05-11 Simon Pilgrim[DAG] Add SimplifyDemandedBits support for BITREVERSE
2019-05-11 Simon Pilgrim[X86] Updated shift-mask test targets for D61830
2019-05-11 Simon Pilgrim[X86] Add scalar shl+lshr -> shift+mask tests (PR40758)
2019-05-11 Simon Pilgrim[X86] Add avx512f tests for boolean reduction
2019-05-11 Simon Pilgrim[CostModel][X86] Add min/max reduction costs for all...
2019-05-11 Simon Pilgrim[X86][SSE] Add SimplifyDemandedVectorElts HADD/HSUB...
2019-05-11 Craig Topper[X86] Add CMOV_FR32X/CMOV_FR64X pseudo instructions...
2019-05-11 Simon Pilgrim[MC][X86] Add test cases from PR14056
2019-05-11 Simon Pilgrim[X86][SSE] Tweaked HADD/HSUB SimplifyDemandedVectorElts
2019-05-11 Simon Pilgrim[X86][SSE] Add integer HADD/HSUB SimplifyDemandedVector...
2019-05-11 Simon Pilgrim[X86][SSE] Add HADD/HSUB SimplifyDemandedVectorElts...
2019-05-11 Craig Topper[X86] Don't emit MOVNTDQA loads from fast-isel without...
2019-05-11 Craig Topper[X86] Add a test case for idempotent atomic operations...
2019-05-10 Lang Hames[JITLink][MachO] Mark atoms in sections 'no-dead-strip...
2019-05-10 Reid Kleckner[COFF] Fix .bss section size bug in obj2yaml / yaml2obj
2019-05-10 Mircea TrofinSkip over prefetches
2019-05-10 Nikita Popov[SDAG] Recursively legalize both vector mulo results
2019-05-10 Teresa Johnson[ThinLTO] Auto-hide prevailing linkonce_odr only when...
2019-05-10 Cameron McInallyAdd InstCombine::visitFNeg(...)
2019-05-10 Nikita Popov[CVP] Add tests for urem, sdiv, srem ranges; NFC
2019-05-10 David BlaikieDebugInfo: Only move types out of type units if they...
2019-05-10 Paul RobinsonReplace 'REQUIRES: nozlib' with '!zlib' because we...
2019-05-10 Paul RobinsonReplace 'REQUIRES: not_?san' with 'UNSUPPORTED: ?san...
2019-05-10 Nikita Popov[CVP] Add tests for abs and nabs spf; NFC
2019-05-10 Fangrui Song[MC][ELF] Copy top 3 bits of st_other to .symver aliases
2019-05-10 Momchil VelikovAdjust MachineScheduler to use ProcResource counts
2019-05-10 Fangrui Song[llvm-objdump] Print st_other
2019-05-10 Nemanja IvanovicPull r360426 as it is breaking the build bots.
2019-05-10 Robert Lougher[X86] Avoid SFB - Fix inconsistent codegen with/without...
2019-05-10 Simon Pilgrim[X86][SSE] Add getHopForBuildVector vector splitting
2019-05-10 Nemanja IvanovicAnother attempt to fix the build bot breaks after r360426
2019-05-10 Nemanja IvanovicFix build break after r360426
2019-05-10 Michael Liao[InferAddressSpaces] Enhance the handling of cosntexpr.
2019-05-10 Lei Huang[PowerPC] custom lower `v2f64 fpext v2f32`
2019-05-10 Nemanja Ivanovic[Pass Pipeline][NFC] Add a test prior to committing...
2019-05-10 Cameron McInallyPre-commit InstCombine::visitFNeg(...) test.
2019-05-10 James Henderson[llvm-objcopy] Add additional testing for various cases
2019-05-10 Tim NorthoverSelectionDAG: accommodate atomic floating stores.
2019-05-10 Fangrui Song[Object] Fix macho-invalid.test
2019-05-10 Jeremy Morse[DebugInfo] Use zero linenos for debug intrinsics when...
2019-05-10 Sam Clegg[WebAssembly] Don't assume that strongly defined symbol...
2019-05-10 Mircea Trofin[llvm] X86DiscriminateMemOps: insert debug info when...
2019-05-10 Stanislav Mekhanoshin[AMDGPU] Pattern for v_xor3_b32
2019-05-09 Philip Reames[X86] Improve lowering of idemptotent RMW operations
2019-05-09 Lang Hames[JITLink] Fixed a signedness bug when processing X86_64...
2019-05-09 Bill WendlingAdd ".dword" directive
2019-05-09 Caroline Ticellvm-dwarfdump: Add dwo parsing to --statistics.
2019-05-09 Simon Pilgrim[X86][SSE] Fold add(shuffle(),shuffle()) to hadd on...
2019-05-09 Andrea Di Biagio[MCA] Add support for nested and overlapping region...
2019-05-09 Pavel LabathMinidumpYAML: add support for the ThreadList stream
2019-05-09 Roman Lebedev[X86] AMD Piledriver (BdVer2): major cleanup (mainly...
2019-05-09 Sanjay Patel[LoopVectorizer] fix test file to not run the entire...
2019-05-09 Fangrui Song[llvm-nm] Fix handling of symbol types 't' 'd' 'r'
2019-05-09 Nemanja Ivanovic[PowerPC][NFC] Add test for D60506 to show differences...
2019-05-09 Sam Parker[ARM][CGP] Guard against signext args and sitofp
2019-05-09 Diana Picus[ARM GlobalISel] Map DBG_VALUE for types != s32
2019-05-09 Clement Courbet[MergeICmps][NFC] Re-generate tests with update_test_ch...
2019-05-09 Clement Courbet[NFC] Fix typo.
next