]> granicus.if.org Git - llvm/shortlog
llvm
2017-11-06 Guozhi Wei[PPC] Use xxbrd to speed up bswap64
2017-11-06 Mitch PhillipsMake MCAsmBackend and MCCodeEmiiter passed by unique_pt...
2017-11-06 Matt ArsenaultAMDGPU: Select v_mad_u64_u32 and v_mad_i64_i32
2017-11-06 Adrian PrantlCanonicalize spelling of long-form-options in dsymutil.rst
2017-11-06 Sanjay Patel[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math...
2017-11-06 Simon Pilgrim[X86][SSE] Merge combineExtractVectorElt_SSE into combi...
2017-11-06 Alexey Bataev[SLP] Test for PR35047, NFC.
2017-11-06 Simon Pilgrim[X86][SSE] Combine EXTRACT_VECTOR_ELT with combineExtra...
2017-11-06 Yaxun Liu[AMDGPU] Change alloca addr space of r600 to 5 for...
2017-11-06 Jonas Paulsson[SystemZ] implement hasDivRemOp()
2017-11-06 Yaxun Liu[AMDGPU] Fix assertion due to assuming pointer in defau...
2017-11-06 Simon Dardis[mips] Add movep for microMIPS32R6 and fix microMIPS32r...
2017-11-06 Jonas Devlieghere[docs] Update code block for compatibility with Sphinx...
2017-11-06 Mohammed Agabaria[LV][X86] update the cost of interleaving mem. access...
2017-11-06 Simon Dardis[mips] Fix PR35140
2017-11-06 Raphael IsemannFixed dead links in WritingAnLLVMPass.rst
2017-11-06 Uriel Korach[X86][AVX512] Improve lowering of AVX512 test intrinsics
2017-11-06 Uriel Korach[X86] Replace duplicate function call with variable...
2017-11-06 Zvi RackoverX86 ISel: Basic support for variable-index vector permu...
2017-11-06 Jina NahiasRevert "adding a pattern for broadcastm"
2017-11-06 Martin Storsjo[test] Add test files that were missed from SVN r317459
2017-11-06 Martin Storsjo[ObjectYAML] Map relocation types for COFF ARMNT and...
2017-11-06 Jina Nahias[x86][AVX512] Lowering Broadcastm intrinsics to LLVM IR
2017-11-06 Jina Nahiasadding a pattern for broadcastm
2017-11-06 Craig Topper[X86] Use EVEX encoded intrinsics for legacy FMA intrin...
2017-11-06 Craig Topper[X86] Add scalar FMA ISD nodes without rounding mode...
2017-11-06 Craig Topper[X86] Add avx512vl command line to fma-instrinsics...
2017-11-06 Craig Topper[X86] Simplify command lines on the fma-instrinsics...
2017-11-06 Craig Topper[X86] Use EVEX encoded instructions for legacy scalar...
2017-11-06 David L. Jones[PassManager, SimplifyCFG] Revert r316908 and r316869.
2017-11-05 Craig Topper[X86] Add missing predicate to a pattern. NFC
2017-11-05 Craig Topper[X86] Remove some more RCP and RSQRT patterns from...
2017-11-05 Craig Topper[X86] Fix outdated comment. NFC
2017-11-05 Simon Pilgrim[X86][SSE] Tests for integer min/max horizontal reductions
2017-11-05 Dorit Nuzman[LV/LAA] Avoid specializing a loop for stride=1 when...
2017-11-05 Sanjay Patel[SLPVectorizer] minimize tests and auto-generate full...
2017-11-05 Mohammed Agabaria[REVERT][LV][X86] update the cost of interleaving mem...
2017-11-05 Mohammed Agabaria[LV][X86] update the cost of interleaving mem. access...
2017-11-05 Serguei Katkov[CGP] Fix the bug found by asan.
2017-11-05 Serguei Katkov[CGP] Extends the scope of optimizeMemoryInst optimizat...
2017-11-05 Serguei Katkov[CGP] Extends the scope of optimizeMemoryInst optimization
2017-11-04 Simon Pilgrim[X86][AVX] Regenerate test. NFCI.
2017-11-04 Harlan HaskinsUse code voice for DIBuilder in LLVM C API
2017-11-04 Aaron BallmanMove the llvm-tblgen project into the Tablegenning...
2017-11-04 Aaron BallmanMove the srpm, ocaml_make_directory, llvm_vcsrevision_h...
2017-11-04 Aaron BallmanMove the LLVMCFIVerify project into the Libraries folde...
2017-11-04 Aaron BallmanMove these CMake projects into the Tests folder on...
2017-11-04 Craig Topper[X86] Don't use RCP14 and RSQRT14 for reciprocal estima...
2017-11-04 Craig Topper[X86] Regenerate a couple more tests that I missed...
2017-11-04 Craig Topper[X86] Teach EVEX->VEX pass to turn SHUFI32X4/SHUFF32X4...
2017-11-04 Yaxun Liu[AMDGPU] Remove hardcoded address space value from...
2017-11-04 Sean Fertile[LTO][ThinLTO] Use the linker resolutions to mark globa...
2017-11-04 NAKAMURA Takumillvm/test/lit.cfg.py: Don't set the feature "llvm-64...
2017-11-04 Craig Topper[X86] Teach shuffle lowering to use 256-bit SHUF128...
2017-11-04 NAKAMURA TakumiCMake: Let LLVM_BUILD_32_BITS aware of large file.
2017-11-04 NAKAMURA Takumillvm/test/Object/archive-SYM64-write.test: Delete large...
2017-11-04 Sean FertileRevert "[LTO][ThinLTO] Use the linker resolutions to...
2017-11-04 Davide Italiano[CallSiteSplitting] clang-format my last commit. NFCI.
2017-11-03 Davide Italiano[CallSiteSplitting] Silence GCC's -Wparentheses. NFCI.
2017-11-03 Craig Topper[X86] Give unary PERMI priority over SHUF128 in lowerV8...
2017-11-03 David BlaikieMove TargetFrameLowering.h to CodeGen where it's implem...
2017-11-03 Adrian PrantlInvoke salvageDebugInfo from CodeGenPrepare's SinkCast()
2017-11-03 Sean Fertile[LTO][ThinLTO] Use the linker resolutions to mark globa...
2017-11-03 Kevin EnderbyFix a crash in llvm-objdump when printing a bad x86_64...
2017-11-03 Peter CollingbourneRevert r317046, "Object: Move some code from ELF.h...
2017-11-03 Craig Topper[SimplifyCFG] When merging conditional stores, don...
2017-11-03 David BlaikieGCOV: Move GCOV from IR & Support into ProfileData...
2017-11-03 David Blaikiellvm-objdump: Fix unused-lambda-capture warning by...
2017-11-03 Mitch Phillips[cfi-verify] Add blacklist parsing for result filtering.
2017-11-03 Jun Bum LimRecommit r317351 : Add CallSiteSplitting pass
2017-11-03 David BlaikieModularize: Include some required headers
2017-11-03 Martin Storsjo[llvm-ar] Support an options string that start with...
2017-11-03 Aaron BallmanCorrecting some CRLFs that snuck in with my previous...
2017-11-03 Aaron BallmanAdd llvm::for_each as a range-based extensions to ...
2017-11-03 Mitch Phillips[cfi-verify] Add an interesting unit test where undef...
2017-11-03 Craig Topper[X86] Promote athlon, athlon-xp, k8, and k8-sse3 to...
2017-11-03 Jun Bum LimRevert "Add CallSiteSplitting pass"
2017-11-03 Jake EhrlichReland "Add support for writing 64-bit symbol tables...
2017-11-03 Jun Bum LimAdd CallSiteSplitting pass
2017-11-03 Jake Ehrlich[llvm-objcopy] Add support for dwarf fission
2017-11-03 Evandro Menezes[AArch64] Fix the number of iterations for the Newton...
2017-11-03 Evgeny StupachenkoThe patch fixes PR35131
2017-11-03 Adrian PrantlRevert "Invoke salvageDebugInfo from CodeGenPrepare...
2017-11-03 Craig Topper[CodeGen] Remove unnecessary semicolons to fix a warnin...
2017-11-03 Craig Topper[X86] Initialize Type and Subtype in getHostCPUName...
2017-11-03 Adrian PrantlInvoke salvageDebugInfo from CodeGenPrepare's SinkCast()
2017-11-03 Jun Bum Lim[LICM] sink through non-trivially replicable PHI
2017-11-03 Alexey Bataev[SLP] Test for PR23510, NFC.
2017-11-03 Simon Dardis[mips] Match 'ins' and its' variants with C++ code
2017-11-03 Andrew V. TischenkoFix for Bug 34475 - LOCK/REP/REPNE prefixes emitted...
2017-11-03 Anna Thomas[LoopPredication] NFC: Refactored code to separate...
2017-11-03 Mikael Holmen[ADCE] Use MapVector for BlockInfo to make iteration...
2017-11-03 Clement Courbetre-land [ExpandMemCmp] Split ExpandMemCmp from CodeGen...
2017-11-03 Simon Pilgrim[X86][SSE] Add PACKUS support to combineVectorTruncation
2017-11-03 Florian Hahn[PartialInliner] Skip call sites where inlining fails.
2017-11-03 Diana Picus[globalisel][tablegen] Skip src child predicates
2017-11-03 Diana Picus[ARM GlobalISel] Move the check for Thumb higher up
2017-11-03 Ivan A. Kosarev[Analysis] Refine matching and merging of TBAA tags
2017-11-03 Francis Visoiu... [PEI] Simplify handling of targets with no phys regs...
2017-11-03 Martin Storsjo[AArch64] Use dwarf exception handling on MinGW
next