OSDN Git Service

android-x86/external-llvm.git
2019-05-31 Simon Pilgrim[AMDGPU] Regenerate CTLZ tests for an upcoming patch
2019-05-31 Simon Pilgrim[UpdateTestChecks] Add support for -march=r600 to match...
2019-05-31 Cameron McInally[NFC][InstCombine] Add unary FNeg tests to fma.ll
2019-05-31 George Rimar[llvm-readobj] - Remove excessive `dynamic.test`
2019-05-31 Nico Webergn build: Merge r362160
2019-05-31 Nico Webergn build: Merge r362196
2019-05-31 Nico Webergn build: Merge r362190
2019-05-31 Russell Gallopftime-trace: Trace loop passes
2019-05-31 Roman Lebedev[InstCombine] 'C-(C2-X) --> X+(C-C2)' constant-fold
2019-05-31 Roman Lebedev[InstCombine] 'add (sub C1, X), C2 --> sub (add C1...
2019-05-31 Cullen Rhodes[AArch64][SVE2] Asm: support WHILE instructions
2019-05-31 Cullen Rhodes[AArch64][SVE2] Asm: support TBL/TBX instructions
2019-05-31 Cullen Rhodes[AArch64][SVE2] Asm: support SVE2 store instructions
2019-05-31 Petar Avramovic[MIPS GlobalISel] Add detailed tests for lower call
2019-05-31 Sjoerd MeijerFollow up and fix for rL362064
2019-05-31 Petar Avramovic[MIPS GlobalISel] Handle position independent code
2019-05-31 Roman Lebedev[NFC][InstCombine] Copy add/sub constant-folding tests...
2019-05-31 Roman Lebedev[NFC][Codegen] Add/sub constant-folding: add scalar...
2019-05-31 Petar Avramovic[mips] Move initGlobalBaseReg to MipsFunctionInfo. NFC
2019-05-31 Craig Topper[InstructionSimplify] Add missing implementation of...
2019-05-31 Petar Avramovic[MIPS GlobalISel] Lower call for callee that is register
2019-05-31 Craig Topper[X86] Remove patterns for X86VSintToFP/X86VUintToFP...
2019-05-31 Craig Topper[X86] Add test cases for failure to use 128-bit masked...
2019-05-31 Craig Topper[X86] Add test cases for a volatile load shrinking...
2019-05-31 Craig Topper[X86] Copy a test case from avx512-cvt.ll to avx512...
2019-05-31 Craig Topper[X86] Remove avx512 isel patterns for fpextend+load...
2019-05-31 Craig Topper[X86] Add test to show missed opportunity to use masked...
2019-05-31 Craig Topper[X86] Add test case for PR42079. NFC
2019-05-31 Puyan Lotfi[MIR-Canon] Skip the first N vreg names lazily.
2019-05-31 Craig Topper[X86] Correct the ins operand order for MASKPAIR16STORE...
2019-05-31 Puyan Lotfi[MIR-Canon] Hardening propagateLocalCopies.
2019-05-31 Richard TrieuFix bad go bindings test.
2019-05-31 Pengfei Wang[X86] Add VP2INTERSECT instructions
2019-05-31 Petr Hosek[CMake] Provide an option to use relative paths in...
2019-05-31 Sam CleggFix -DBUILD_SHARED_LIBS=ON build after rL362160
2019-05-30 Craig Topper[X86] Remove result type constraints from the extloadv2...
2019-05-30 Matt ArsenaultMISched: Fix -misched-regpressure=0 if subreg liveness...
2019-05-30 Craig Topper[X86] Remove code that unnecessarily sets EXTLOAD with...
2019-05-30 Chris BienemanSupport codesigning bundles and forcing
2019-05-30 Douglas YungFix test to add missing '|' to regex.
2019-05-30 Michael TrentUpdate the tests in r362121 / r362141 to allow for...
2019-05-30 Amy HuangAdd enums as global variables in the IR metadata.
2019-05-30 Francis Visoiu... [Remarks] Fix usage of enum class
2019-05-30 Francis Visoiu... [Remarks][NFC] Move the serialization to lib/Remarks
2019-05-30 Roman Lebedev[NFC][ARM] Add a test that potentially causes endless...
2019-05-30 Puyan Lotfi[MIR-Canon] Fixing case where MachineFunction is empty.
2019-05-30 Roman Lebedev[DAGCombine] Limit 'hoist add/sub binop w/ constant...
2019-05-30 Nikita Popov[CVP] Add tests for non-overflowing saturating math...
2019-05-30 Nikita Popov[CVP] Generalize willNotOverflow(); NFC
2019-05-30 Lang Hames[RuntimeDyld] Update reserveAllocationSpace to account...
2019-05-30 Martin Storsjo[InstCombine] Avoid use after free in DenseMap, when...
2019-05-30 Roman Lebedev[DAGCombiner][X86][AArch64] (x - C) + y -> (x + y...
2019-05-30 Roman Lebedev[DAGCombine] (x - C) - y -> (x - y) - C fold. Try 3
2019-05-30 Roman Lebedev[DAGCombine][X86][AArch64][AMDGPU] (x - y) + -1 -...
2019-05-30 Roman Lebedev[DAGCombiner][X86][AArch64][SPARC][SystemZ] y - (x...
2019-05-30 Roman Lebedev[DAGCombiner][X86][AArch64][AMDGPU] (x + C) - y -...
2019-05-30 Michael TrentWrite new tests for r362121
2019-05-30 Lang Hames[RuntimeDyld] Apply padding and alignment bumps to...
2019-05-30 Cameron McInally[NFC][InstCombine] Add unary FNeg tests to fmul.ll
2019-05-30 Matt ArsenaultAMDGPU/GlobalISel: Add wave scratch offset argument
2019-05-30 Roman Lebedev[DAGCombine] ((c1-A)-c2) -> ((c1-c2)-A) constant-fold
2019-05-30 Roman Lebedev[DAGCombine] (A-C1)-C2 -> A-(C1+C2) constant-fold
2019-05-30 Roman Lebedev[DAGCombine] (A+C1)-C2 -> A+(C1-C2) constant-fold
2019-05-30 Roman Lebedev[DAGCombine] Use FoldConstantArithmetic() to perform...
2019-05-30 Roman Lebedev[DAGCombine] ((A-c1)+c2) -> (A+(c2-c1)) constant-fold
2019-05-30 Roman Lebedev[DAGCombine] Use FoldConstantArithmetic() to perform...
2019-05-30 Tim NorthoverReapply: IR: add optional type to 'byval' function...
2019-05-30 Tim Renouf[AMDGPU] Added target-specific attribute amdgpu-max...
2019-05-30 Florian Hahn[LV] Remove the redundant using LoopVectorizationPlanne...
2019-05-30 Craig Topper[LoopVectorize] Add FNeg instruction support
2019-05-30 Michael TrentReverting change r362121 due to lld-x86_64-ubuntu-fast...
2019-05-30 Puyan Lotfi[MIR-Canon] Add support for rewriting VRegs that are...
2019-05-30 Michael TrentSupport Universal dSYM files in llvm-objdump
2019-05-30 Jan Korous[NFC] Fix SmallVector::append comments
2019-05-30 Kevin P. NealCorrect error in revert of r362112.
2019-05-30 Kevin P. NealRevert r362112, it broke the bots with the message...
2019-05-30 Roman Lebedev[NFC][Codegen] Potential add/sub constant folding:...
2019-05-30 J. Ryan Stinnett[Docs] Modernize references to macOS
2019-05-30 Kevin P. Neal[FPEnv] Added a special UnrollVectorOp method to deal...
2019-05-30 Roman Lebedev[NFC][Codegen] Add better test coverage for potential...
2019-05-30 Roman Lebedev[DAGCombine] Revert of recommit of "binop-with-const...
2019-05-30 Sam Parker[NFC][ARM][ParallelDSP] Refactor narrow sequence
2019-05-30 Sjoerd Meijer[ARM] Change the MC names for VMAXNM/VMINNM
2019-05-30 Simon Pilgrim[ARM] LowerVECTOR_SHUFFLE - fix uninitialized variable...
2019-05-30 Roman Lebedev[NFC][Codegen] Add add+sub/sub+add constant-fold tests...
2019-05-30 Roman Lebedev[LoopIdiom] Basic OptimizationRemarkEmitter handling
2019-05-30 Roman Lebedev[LoopIdiomRecognize][NFC] Sort includes
2019-05-30 Sjoerd Meijer[ARM] add target arch definitions for 8.1-M and MVE
2019-05-30 George Rimar[llvm-readobj] - Rewrite reloc-types.test to use YAML...
2019-05-30 Sjoerd Meijer[ARM] Introduce separate features for FP registers
2019-05-30 George Rimar[llvm-readobj] - An attemp to fix BB.
2019-05-30 Simon Pilgrim[CostModel][X86] Add bool vector and/or/xor cost tests
2019-05-30 George Rimar[llvm-readobj/llvm-readelf] - Implement GNU style dumpe...
2019-05-30 Simon Pilgrim[X86][SSE] Improve bool vector extload (PR26091)
2019-05-30 George Rimar[llvm-readobj/llvm-readelf] - Implement GNU style dumpe...
2019-05-30 Simon PilgrimFix sphinx warning about missing footnote.
2019-05-30 Eugene Leviant[llvm-objcopy] Remove %p format specifiers
2019-05-30 Cullen Rhodes[AArch64][SVE2] Asm: support SVE2 vector splice (constr...
2019-05-30 Cullen Rhodes[AArch64][SVE2] Asm: support SVE2 load instructions
2019-05-30 Cullen Rhodes[AArch64][SVE2] Asm: support FCVTX/FLOGB instructions
next