OSDN Git Service

android-x86/external-llvm.git
2018-03-05 Tony Tye[AMDGPU] Remove unused AMDOpenCL triple environment
2018-03-05 Dylan McKay[AVR] Fix the test suite after r326500.
2018-03-05 Alexey Bataev[SLP] Additional tests for stores vectorization, NFC.
2018-03-05 Daniel SandersRe-commit: Make STATISTIC() values available programmat...
2018-03-05 Dmitry MikulinOn Windows we need to be able to process response files...
2018-03-05 Nemanja Ivanovic[PowerPC] Do not emit record-form rotates when record...
2018-03-05 Sanjay Patel[x86] auto-generate full checks for fabs tests
2018-03-05 Dmitry MikulinOn Windows expansion of regex file name patterns is...
2018-03-05 Eric LiuFix an unused variable warning introduced by rr326703...
2018-03-05 Aaron Smith[llvm-pdbdump] Dump restrict type qualifier
2018-03-05 Daniel Neilson[InstCombine] Don't blow up in foldICmpWithCastAndCast...
2018-03-05 Craig Topper[InstCombine] Add constant vector support to getMinimum...
2018-03-05 Daniel SandersRevert r326723: Make STATISTIC() values available progr...
2018-03-05 Evandro Menezes[AArch64] Harden test case
2018-03-05 Daniel SandersMake STATISTIC() values available programmatically
2018-03-05 Sebastian Popfix PR36582
2018-03-05 Florian Hahn[IPSCCP] Add getCompare which returns either true,...
2018-03-05 Evandro Menezes[AArch64] Improve code generation of constant vectors
2018-03-05 Jonas Paulsson[MachineScheduler] Dump SUnits before calling SchedImpl...
2018-03-05 Matt ArsenaultAMDGPU/GlobalISel: Add InstrMapping for G_EXTRACT
2018-03-05 Matt ArsenaultAMDGPU/GlobalISel: Make some G_EXTRACTs legal
2018-03-05 Matt ArsenaultAMDGPU: Fix build warning about override
2018-03-05 Sanjay Patel[CVP] fix formatting; NFC
2018-03-05 Tim NorthoverFuzzer: remove temporary files after we're done with...
2018-03-05 Nicolai HaehnleTableGen: Resolve all template args simultaneously...
2018-03-05 Nicolai HaehnleTableGen: Resolve all template args simultaneously...
2018-03-05 Nicolai HaehnleTableGen: Resolve all template args simultaneously...
2018-03-05 Nicolai HaehnleTableGen: Reimplement !foreach using the resolving...
2018-03-05 Nicolai HaehnleTableGen: Introduce an abstract variable resolver interface
2018-03-05 Alexander TimofeevPass Divergence Analysis data to Selection DAG to drive...
2018-03-05 Stefan Pintilie[Power9] Add more missing instructions to the Power...
2018-03-05 Nicolai HaehnleTableGen: Allow NAME in template arguments in defm...
2018-03-05 Nicolai HaehnleTableGen: Use DefInit::getDef() instead of the type...
2018-03-05 Xin Tong[MergeICmp] We can discard initial blocks that do other...
2018-03-05 Nicholas Wilson[WebAssembly] Add validation to reloc section
2018-03-05 Oliver Stannard[ARM][Asm] VMOVSRR and VMOVRRS need sequential S registers
2018-03-05 Nicholas Wilson[WebAssembly] Reorder reloc sections to come between...
2018-03-05 Nicholas Wilson[WebAssembly] Fix tests with invalid yaml (required...
2018-03-05 Nicholas Wilson[WebAssembly] Attach a name to globals similarly to...
2018-03-05 Thomas Preud... Fix location of comment in EmitPopInst
2018-03-05 Yuka Takahashi[Bash-autocompletion] Pass all flags in shell command...
2018-03-05 Clement Courbet[MergeICmps][NFC] Improve logging.
2018-03-05 Craig Topper[X86] Replace usages of X86Subtarget::hasFp256 with...
2018-03-04 Craig Topper[X86] Add a DAG combine to turn stores of vXi1 constant...
2018-03-04 Craig Topper[X86] Add a 32-bit mode command line to avx512-mask...
2018-03-04 Craig Topper[DAGCombiner] Add a peekThroughBitcast to MergeStoresOf...
2018-03-04 Simon Pilgrim[X86][X87] Add X87 folded integer arithmetic tests
2018-03-04 Simon Pilgrim[X86][MMX] Remove completed _mm_cvtsi32_si64 todo
2018-03-04 Craig Topper[X86] Fix unused variable in release builds.
2018-03-04 Craig Topper[X86] Combine (store (v1i1 (scalar_to_vector (i8 X...
2018-03-04 Craig Topper[X86] Lower v1i1/v2i1/v4i1/v8i1 load/stores to i8 load...
2018-03-03 Fedor Indutny[CallSiteSplitting] fix use after-free
2018-03-03 Fedor Indutny[CallSiteSplitting] properly split musttail calls
2018-03-03 Sanjay Patel[InstCombine] add test for vectors with undef elts...
2018-03-03 Sanjay Patel[InstCombine] (~X) - (~Y) --> Y - X
2018-03-03 Sanjay Patel[InstCombine] add tests for notnotsub; NFC
2018-03-03 Simon Pilgrim[X86] This bit-test TODO has been moved in PR36551
2018-03-03 Craig Topper[X86] Remove 'else' after return. NFC
2018-03-02 Chandler Carruth[ThinLTO] Revert r325320: Import global variables
2018-03-02 Craig Topper[LegalizeVectorTypes] When scalarizing the operand...
2018-03-02 Dmitry MikulinImplementation of MRI "delete" command.
2018-03-02 Vedant Kumar[AggressiveInstCombine] Use use_empty() instead of...
2018-03-02 Sanjay Patel[InstCombine] rearrange visitFMul; NFCI
2018-03-02 Adrian PrantlAdd DBG_VALUE support to the linear DAG scheduler
2018-03-02 Francis Ricci[llvm-symbolizer] Use correct path when resolving ...
2018-03-02 Vedant Kumar[Utils] Salvage debug info in block simplification
2018-03-02 Krzysztof Parzyszek[Hexagon] Generate valignb for shifting shuffles (inste...
2018-03-02 Sameer AbuAsal[RISCV] Implement MC relaxations for compressed instruc...
2018-03-02 Rui UeyamaMake llvm::djbHash an inline function.
2018-03-02 Vedant Kumar[Utils] Salvage debug info in recursive inst deletion
2018-03-02 Vedant Kumar[unittests] Make some parseIR calls more readable, NFC
2018-03-02 Sam Clegg[WebAssembly] Avoid cast ExprType to wasm::ValType
2018-03-02 Craig Topper[InstCombine] Rewrite the binary op shrinking in visitF...
2018-03-02 Ulrich Weigand[SystemZ] Fix test cases after r326613
2018-03-02 Heejin AhnReland "[WebAssembly] More uses of uint8_t for single...
2018-03-02 Ulrich Weigand[SystemZ] Allow LRV/STRV with volatile memory accesses
2018-03-02 Ulrich Weigand[SystemZ] Add support for anyregcc calling convention
2018-03-02 Ulrich Weigand[SystemZ] Support stackmaps and patchpoints
2018-03-02 Ulrich Weigand[SystemZ] Fix common-code users of stack size
2018-03-02 Ulrich Weigand[SystemZ] Support vector registers in inline asm
2018-03-02 Sanjay Patel[InstCombine] partly fix FMF for fmul+log2 fold
2018-03-02 Sanjay Patel[InstCombine] add tests for rL169025; NFC
2018-03-02 Vedant KumarFix more spelling mistakes in comments of LLVM Analysis...
2018-03-02 Sanjay Patel[PatternMatch, InstSimplify] fix m_NaN to work with...
2018-03-02 Krzysztof Parzyszek[Hexagon] Handle VACOPY in isel lowering
2018-03-02 Simon Pilgrim[X86][BTVER2] Fix throughput of YMM bitwise instructions
2018-03-02 Craig Topper[X86] Reject xmm16-31 in inline asm constraints when...
2018-03-02 Craig Topper[InstCombine] Allow fptrunc (fpext X)) to be reduced...
2018-03-02 Derek Schuff[X86][x32] Save callee-save register used as base point...
2018-03-02 Benjamin Kramer[ARM] Fold variable into assert.
2018-03-02 Fangrui Song[utils] Add utils/update_cc_test_checks.py
2018-03-02 Matt ArsenaultAMDGPU/GlobalISel: InstrMapping for G_ZEXT
2018-03-02 Matt ArsenaultAMDGPU/GlobalISel: InstrMapping for G_TRUNC
2018-03-02 Matt ArsenaultAMDGPU/GlobalISel: Define InstrMappings for G_FCMP
2018-03-02 Matt ArsenaultAMDGPU/GlobalISel: Define instruction mapping for ...
2018-03-02 Yaxun LiuLoopUnroll: respect pragma unroll when AllowRemainder...
2018-03-02 Momchil Velikov[ARM] Fix access to stack arguments when re-aligning...
2018-03-02 Clement Courbet[MergeICmps] Revert accidentally submitted failing...
2018-03-02 Stefan Pintilie[Power9] Add missing instructions to the Power 9 scheduler
2018-03-02 Nicholas Wilson[WebAssembly] Check function type indexes
next