OSDN Git Service

android-x86/external-llvm.git
2018-05-14 Evandro Menezes[AArch64] Improve single vector lane stores
2018-05-14 Andrea Di Biagio[llvm-mca] Improved support for dependency-breaking...
2018-05-14 Pavel Labath[CodeGen/AccelTable]: Handle -dwarf-linkage-names=Abstr...
2018-05-14 Nicola ZaghenDocs: Fix the title underline too short.
2018-05-14 Sanjay Patel[AggressiveInstCombine] avoid crashing on unsimplified...
2018-05-14 Simon Dardis[mips] Add missing test case from r332227
2018-05-14 Nicola ZaghenRename DEBUG macro to LLVM_DEBUG.
2018-05-14 Simon PilgrimFix Wdocumentation warnings. NFCI.
2018-05-14 Simon PilgrimFix "not all control paths return a value" MSVC warning...
2018-05-14 Clement CourbetRe-land r332230 "[llvm-exegesis]Fix a warning in r332221"
2018-05-14 Sander de Smalen[AArch64][SVE] Extend parsing of Prefetch operation...
2018-05-14 Clement Courbet[llvm-exegesis] Revert accidentally commited code.
2018-05-14 Clement Courbet[llvm-exegesis] Fix a warning in r332221
2018-05-14 Clement Courbet[llvm-exegesis] Add an analysis mode.
2018-05-14 Simon Dardis[mips] Correct the predicates of indexed floating point...
2018-05-14 Clement Courbet[llvm-exegesis] Allow lists of BenchmarkResults to...
2018-05-14 Nicola ZaghenTest commit access.
2018-05-14 Robert Widmann[LLVM-C] Add Bindings For Module Flags
2018-05-14 Fangrui Song[llvm-ar] Make PositionalArgs static.
2018-05-14 Bill WendlingCorrect compatibility with the GNU Assembler's handling...
2018-05-14 Craig Topper[X86] Add fast isel test cases for the clang output...
2018-05-14 Craig Topper[X86] Cleanup a multiclass that doesn't need as many...
2018-05-14 Craig Topper[X86] Remove and autoupgrade the cvtusi2sd intrinsic...
2018-05-13 Craig Topper[X86] Add patterns for combining movss+uint_to_fp into...
2018-05-13 Craig Topper[X86] Add fast-isel test cases for _mm_cvtu32_sd, _mm_c...
2018-05-13 Craig Topper[X86] Extend instcombine folds for pclmuldq intrinsics...
2018-05-13 Craig Topper[X86] Add missing test for the InstCombines of pclmulqdq.
2018-05-13 Craig Topper[X86] Remove and autoupgrade masked vpermd/vpermps...
2018-05-13 Dimitry AndricFollow-up to rL332176 by adding a test case for PR37264.
2018-05-13 Matt ArsenaultAMDGPU: Rename OpenCL lowering pass to be R600 specific.
2018-05-13 Matt ArsenaultAMDGPU: Make undef legal for v2i16/v2f16
2018-05-13 Puyan LotfiFixing build bot error: adding const qualifiers to...
2018-05-13 Puyan Lotfi[NFC] MIR-Canon: switching to a stable string sorting...
2018-05-13 Craig Topper[X86] Add some load folding patterns for cvtsi2ss/sd...
2018-05-13 Craig Topper[X86] Remove some unused CHECK lines from tests.
2018-05-13 Craig Topper[X86] Remove an autoupgrade legacy cvtss2sd intrinsics.
2018-05-12 Craig Topper[X86] Remove and autoupgrade cvtsi2ss/cvtsi2sd intrinsi...
2018-05-12 Chandler Carruth[x86] Remove a comment obviated by r330269. Should...
2018-05-12 Dimitry AndricClear converters map after X86 Domain Reassignment...
2018-05-12 JF Bastien[NFC] Remove inaccurate comment
2018-05-12 JF Bastienllc: don't call llvm_shutdown twice
2018-05-12 Simon Pilgrim[X86] Add WriteFCMOV scheduler class for x87 CMOVs
2018-05-12 Simon Dardis[mips] Initialize the long branch pass for testing...
2018-05-12 Craig Topper[X86] Remove some unused masked conversion intrinsics...
2018-05-12 Michael ZolotukhinReapply "[PR16756] Use SSAUpdaterBulk in JumpThreading."
2018-05-12 Michael Zolotukhin[IDF] Enforce the returned blocks to be sorted.
2018-05-12 Stanislav Mekhanoshin[AMDGPU] Fix amdgpu-waves-per-eu accounting in scheduler
2018-05-12 Chris MatthewsRequirements can have & in them!
2018-05-11 Chris MatthewsAdd the message attribute to skipped
2018-05-11 Sanjay Patel[DAG] add convenience function to propagate FMF; NFC
2018-05-11 Tom StellardAMDGPU/GlobalISel: Implement select() for >32-bit G_STORE
2018-05-11 Alina Sbirlea[MemorySSA] getIncomingValueForBlock should return...
2018-05-11 Sergey Dmitriev[CodeExtractor] Allow extracting blocks with exception...
2018-05-11 Sanjay Patel[DAG] clean up flag propagation for binops; NFCI
2018-05-11 Chris MatthewsOverhaul unicode handling in xunit output
2018-05-11 Changpeng FangAMDGPU/SI: Don't promote alloca to vector for AddrSpace...
2018-05-11 Craig Topper[X86] Remove and autoupgrade a bunch of FMA instrinsics...
2018-05-11 Artem Belevich[Split GEP] handle trunc() in separate-const-offset...
2018-05-11 Yaxun Liu[AMDGPU] Fix compilation failure when IR contains comdat
2018-05-11 Sanjay Patel[DAG] reduce code duplication; NFCI
2018-05-11 Daniel Neilson[InstCombine] Handle atomic memset in the same way...
2018-05-11 David BlaikieMove standard library inclusions to after internal...
2018-05-11 Vedant Kumar[DAGCombiner] Set the right SDLoc on extended SETCC...
2018-05-11 Vedant Kumar[DAGCombiner] Set the right SDLoc on a newly-created...
2018-05-11 Vedant Kumar[DAGCombiner] Factor out duplicated logic for an extloa...
2018-05-11 Chris Matthews[LIT] replace output escapes wit a cdata block
2018-05-11 Nico Webermake add_llvm_fuzzer calls slightly more consisten...
2018-05-11 David Bolvansky[InstCombine] snprintf optimizations
2018-05-11 Simon Pilgrim[X86][BtVer2] Model ymm move as double pumped instructions
2018-05-11 Alex Bradbury[RISCV] Support .option rvc and norvc assembler directives
2018-05-11 Martin Storsjo[Analysis] Validate the return type of s(n)printf like...
2018-05-11 Simon Pilgrim[X86][MMX] Tag MMX Move/Load/Store as WriteVec schedule...
2018-05-11 Geoff Berry[AArch64] Fix performPostLD1Combine to check for consta...
2018-05-11 Simon Dardis[mips] Rename Filler to MipsDelaySlotFiller and initial...
2018-05-11 Sanjoy DasUse iteration instead of recursion in CFIInserter
2018-05-11 Davide Italiano[Reassociate] Prevent infinite loops when processing...
2018-05-11 Nico WeberRemove unused SyncExecutor and make it clearer that...
2018-05-11 Simon Dardis[mips] Enable disassembly of fused (negative) multiply...
2018-05-11 Simon Pilgrim[X86][SLM] Vector stores only use the MEC port.
2018-05-11 Simon Pilgrim[X86] Split WriteF/WriteVec Move/Load/Store scheduler...
2018-05-11 Daniel Neilson[InstCombine] Unify handling of atomic memtransfer...
2018-05-11 Simon Pilgrim[X86] Added scheduler helper classes to split move...
2018-05-11 Sven van Haastregt[APFloat] Set losesInfo on no-op convert
2018-05-11 Jakub Kuderski[IRTests] Verify PDT instead of DT
2018-05-11 Tom StellardAMDGPU/GlobalISel: Implement select() for 32-bit G_FPTOUI
2018-05-11 Alexander Shaposhnikov[llvm-strip] Add support for -remove-section
2018-05-11 Craig Topper[X86] Remove and autoupgrade the avx512.mask.store...
2018-05-11 Alexander Shaposhnikov[llvm-objcopy] Update remove-section.test
2018-05-11 Brian Gesiak[Coroutines] PR34897: Fix incorrect elisions
2018-05-11 Brian Gesiak[Support] Add docs for 'openFileFor{Write,Read}'
2018-05-11 Kostya Serebryany[sanitizer-coverage] don't instrument a function if...
2018-05-11 Kamil RytarowskiRegister NetBSD/i386 in AddressSanitizer.cpp
2018-05-11 Craig Topper[InstCombine] Add tests for cases where we don't recogn...
2018-05-11 Chris MatthewsSupport Unsupported Tests in xunit output
2018-05-11 Chris MatthewsRefactor xunit test case builder to not use as much...
2018-05-10 Wei Mi[SampleFDO] Don't treat warm callsite with inline insta...
2018-05-10 Vedant Kumar[STLExtras] Add distance() for ranges, pred_size()...
2018-05-10 Chris Matthews[LIT] Move xunit tests tests into their own location...
2018-05-10 Craig Topper[InstCombine] Replace an 'if' that should always be...
2018-05-10 Sam Clegg[WebAssembly] Initial Disassembler.
next