OSDN Git Service

android-x86/external-llvm.git
2018-06-14 Simon Dardis[docs] Update CompilerWriterInfo.rst for MIPS
2018-06-14 Simon Pilgrim[EarlyCSE] Fix MSVC build. NFCI.
2018-06-14 Simon Pilgrim[CostModel][AArch64] Add cost tests for ALTERNATE/SELEC...
2018-06-14 Sam Clegg[MC] Move MCAssembler::dump into the correct cpp file...
2018-06-14 Paul Robinson[DWARFv5] Tolerate files not all having an MD5 checksum.
2018-06-14 Simon Dardis[mips] Correct predicates for MSA pseudo instructions
2018-06-14 Max Kazantsev[EarlyCSE] Propagate conditions of AND and OR instructions
2018-06-14 Florian Hahn[TableGen] Move some shared_ptrs to avoid unnecessary...
2018-06-14 Bjorn Pettersson[DebugInfo] Check size of variable in ConvertDebugDecla...
2018-06-14 Simon Pilgrim[SLPVectorizer] Remove RawInstructionsData/getMainOpcod...
2018-06-14 Simon Pilgrim[CostModel] Cleanup isSingleSourceVectorMask to match...
2018-06-14 Simon Pilgrim[CostModel] Recognise REVERSE shuffle mask if the eleme...
2018-06-14 Clement Courbet[llvm-exegesis] Use BenchmarkResult::Instructions inste...
2018-06-14 Hiroshi Inoue[NFC] fix trivial typos in comments
2018-06-14 Craig Topper[x86] fix mappings of cvttp2si/cvttp2ui x86 intrinsics...
2018-06-14 Matt Davis[llvm-mca] Introduce the ExecuteStage (was originally...
2018-06-13 Tom StellardAMDGPU/GlobalISel: Implement select() for 32-bit G_FADD...
2018-06-13 Zachary TurnerRevert "Enable ThreadPool to queue tasks that return...
2018-06-13 Francis Visoiu... Reland: [Timers] Use the pass argument name for JSON...
2018-06-13 Florian Hahn[TableGen] Make getOnlyTree return a const ref (NFC)
2018-06-13 George KarpenkovUpdate comments of CheckedArithmetic API based on Phili...
2018-06-13 Reid Kleckner[WinASan] Don't instrument globals in sections containi...
2018-06-13 Francis Visoiu... Revert r334649 "[Timers] Use the pass argument name...
2018-06-13 Francis Visoiu... [Timers] Use the pass argument name for JSON keys in...
2018-06-13 Craig Topper[X86] Move RCPSSr_Int, RSQRTSSr_Int, SQRTSDr_Int, SQRTS...
2018-06-13 Zachary TurnerAdd missing #include.
2018-06-13 Zachary TurnerEnable ThreadPool to support tasks that return values.
2018-06-13 Stanislav Mekhanoshin[AMDGPU] Corrected computeKnownBits for V_PERM_B32
2018-06-13 George KarpenkovAdd checkMulAdd helper function to CheckedArithmetic
2018-06-13 George KarpenkovChange checked arithmetic functions API to return Optional
2018-06-13 Andrea Di Biagio[llvm-mca] Fixed a bug in the logic that checks if...
2018-06-13 Jordan Rose[CMake] Handle 'libtool' being at a path with spaces...
2018-06-13 Peter CollingbourneLTO: Keep file handles open for memory mapped files.
2018-06-13 Craig Topper[X86] Add one more intrinsic and test cases to avx512...
2018-06-13 Saleem AbdulrasoolIR: fix documentation markup
2018-06-13 Yaxun Liu[AMDGPU] Change enqueue kernel handle type
2018-06-13 Simon Pilgrim[CostModel][X86] Test showing failure to recognise...
2018-06-13 Dmitry Preobrazhensky[AMDGPU][MC] Enabled parsing of relocations on VALU...
2018-06-13 Simon Pilgrim[CostModel] Recognise BROADCAST shuffle mask if the...
2018-06-13 Andrea Di BiagioRevert: [llvm-mca] Flush the output stream before we...
2018-06-13 Simon Pilgrim[CostModel][X86] Test showing failure to recognise...
2018-06-13 Andrea Di Biagio[llvm-mca] Flush the output stream before we start...
2018-06-13 Dmitry Preobrazhensky[AMDGPU][MC][GFX8][GFX9] Allow LDS direct reads for...
2018-06-13 Sanjay Patel[DAGCombiner] remove hasOneUse() check from fadd consta...
2018-06-13 Tom StellardAMDGPU: Move isSDNodeSourceOfDivergence() implementatio...
2018-06-13 Sanjay Patel[x86] add test for fadd with more than one use; NFC
2018-06-13 Cameron McInally[FPEnv] Expand constrained FP operations
2018-06-13 Hans WennborgDo not enforce absolute path argv0 in windows
2018-06-13 Guillaume Chatelet[llvm-exegesis] Fix buildbot - power was using native...
2018-06-13 Guillaume Chatelet[llvm-exegesis] Fix failing assert when creating Snippe...
2018-06-13 Krzysztof ParzyszekRevert "Improve handling of COPY instructions with...
2018-06-13 Guillaume Chatelet[llvm-exegesis] Cleaner design without mutable data.
2018-06-13 Zoran Jovanovic[mips][microMIPS] Extending size reduction pass with...
2018-06-13 Krzysztof ParzyszekImprove handling of COPY instructions with identical...
2018-06-13 Sanjay Patel[x86] eliminate even more sign-bit tests with vector...
2018-06-13 Alex Bradbury[RISCV] Add codegen support for atomic load/stores...
2018-06-13 Alex Bradbury[RISCV] Codegen support for atomic operations on RV32I
2018-06-13 Simon Pilgrim[SLPVectorizer] getSameOpcode - remove useless cast...
2018-06-13 Simon Pilgrim[SLPVectorizer] getSameOpcode - remove unusued alternat...
2018-06-13 Clement Courbet[TableGen] Emit a fatal error on inconsistencies in...
2018-06-13 Hans WennborgGettingStarted.rst: Fix 'If you you' typo (PR37787)
2018-06-13 Hiroshi Inoue[PowerPC] fix trivial typos in comment, NFC
2018-06-13 Hans WennborgFix -DLLVM_ENABLE_THREADS=OFF build after r334537
2018-06-13 Pavel LabathFix "Optional" is ambiguous error on some bots
2018-06-13 Hiroshi Inoue[PowerPC] avoid verification failure due to PowerPC...
2018-06-13 Pavel Labath[DWARF/AccelTable] Remove getDIESectionOffset for DWARF...
2018-06-13 Craig Topper[X86] Remove masking from avx512vbmi2 concat and shift...
2018-06-13 Bill WendlingSet the code model when specified.
2018-06-13 Tom Stellardutils/release: Add merge-git.sh
2018-06-13 Max Kazantsev[SimplifyIndVars] Ignore dead users
2018-06-13 Ahmed BougachaRevert "Fix how LLVMOPTIONALCOMPONENTS is passed to...
2018-06-13 Craig Topper[X86] Mark all instructions that have masked store...
2018-06-13 Craig Topper[X86] Remove VPCOMPRESSB/W from the autogenerated load...
2018-06-12 Stanislav Mekhanoshin[AMDGPU] DAG combine to produce V_PERM_B32
2018-06-12 Sanjay Patel[AArch64] add tests for fadd with more than one use...
2018-06-12 Raphael IsemannAdded missing include to AMDHSAKernelDescriptor.h
2018-06-12 Krzysztof Parzyszek[DAGCombiner] Recognize more patterns for ABS
2018-06-12 Craig Topper[X86] add avx512 tests for potentially miscompiling...
2018-06-12 Reid KlecknerRemove malloc.h include from Intel JIT events code
2018-06-12 Reid KlecknerAdd null check to Intel JIT event listener
2018-06-12 Reid KlecknerFix how LLVMOPTIONALCOMPONENTS is passed to llvm-build
2018-06-12 Lang Hames[ORC] Add a fallback definition generator for VSOs.
2018-06-12 Lang Hames[ORC] Refactor blocking lookup logic into the blockingL...
2018-06-12 Lang Hames[RuntimeDyld] Add an assert to catch misbehaving symbol...
2018-06-12 Lang Hames[MCJIT] Call materializeAll on modules before compiling...
2018-06-12 Petr Hosek[AArch64] Support reserving x20 register
2018-06-12 Craig Topper[X86] Remove unnecessary include from one of the tblgen...
2018-06-12 Craig Topper[X86] Remove mayLoad flag from AVX512 truncating store...
2018-06-12 Reid Kleckner[MS][ARM64] Hoist __ImageBase handling into TargetLower...
2018-06-12 Konstantin... AMDHSA/NFC: Code object v3 updates (additional):
2018-06-12 Roman Tereshin[MIR][MachineCSE] Implementing proper MachineInstr...
2018-06-12 Konstantin... AMDHSA: Code object v3 updates
2018-06-12 Zachary TurnerRefactor ExecuteAndWait to take StringRefs.
2018-06-12 Fangrui Song[MC] [X86] Teach leaq _GLOBAL_OFFSET_TABLE(%rip), ...
2018-06-12 Michael BergUtilize new SDNode flag functionality to expand current...
2018-06-12 Simon Pilgrim[CostModel] Replace ShuffleKind::SK_Alternate with...
2018-06-12 Paul Robinson[DWARFv5] llvm-mc -dwarf-version does not imply -g.
2018-06-12 Craig Topper[X86] Remove TB_ALIGN_16 from VEXTRACTF128/VEXTRACTI128...
2018-06-12 Simon PilgrimFix signed/unsigned warning. NFCI.
2018-06-12 Krzysztof Parzyszek[Hexagon] Make floating point operations expensive...
next