]> granicus.if.org Git - llvm/shortlog
llvm
2017-01-30 Kevin EnderbyChange the llvm-obdump(1) behavior with the -macho...
2017-01-30 Tim NorthoverGlobalISel: account for differing exception selector...
2017-01-30 Tim NorthoverGlobalISel: tidy up def/use test. NFC.
2017-01-30 Matt ArsenaultLSR: Don't drop address space when type doesn't match
2017-01-30 Tim NorthoverGlobalISel: translate memset & memmove.
2017-01-30 Matt ArsenaultAMDGPU: Undo sub x, c -> add x, -c canonicalization
2017-01-30 Krzysztof Parzyszek[RDF] Add support for regmasks
2017-01-30 Tim NorthoverGlobalISel: permit unused vregs without a register...
2017-01-30 Benjamin KramerFix the GCC build.
2017-01-30 Michael KupersteinTurn a TableGen FastISelEmitter warning into an error.
2017-01-30 Simon Pilgrim[X86][XOP] Fix test name
2017-01-30 Simon PilgrimUse SelectionDAG::getBuildVector helper function where...
2017-01-30 Benjamin Kramer[IR] Remove global constructor from Function.cpp
2017-01-30 Benjamin Kramer[MC] Remove global constructors from MCSectionMachO...
2017-01-30 Matt ArsenaultAMDGPU: Run AMDGPUCodeGenPrepare after inlining
2017-01-30 Sanjay Patel[InstCombine] enable (X >>?exact C1) << C2 --> X >...
2017-01-30 Justin BognerSDAG: Update ChainNodesMatched during UpdateChains...
2017-01-30 Simon PilgrimUse SelectionDAG::getBuildVector/getSplatBuildVector...
2017-01-30 Sanjay Patel[InstCombine] add vector splat tests for (X >>?exact...
2017-01-30 Marcos Pividori[libFuzzer] Implement TmpDir() for Windows.
2017-01-30 Daniel BerlinNewGVN: Instead of changeToUnreachable, insert an instr...
2017-01-30 Matt ArsenaultAMDGPU: Make i32 uaddo/usubo legal
2017-01-30 Matt ArsenaultDAG: Fold fneg into compare with constant into the...
2017-01-30 Benjamin Kramer[Orc] Add missing include.
2017-01-30 Krzysztof Parzyszek[RDF] Extract the physical register information into...
2017-01-30 Tom StellardRevert "AMDGPU/GlobalISel: Add support for simple shaders"
2017-01-30 Sanjay Patel[InstCombine] use auto with obvious type; NFC
2017-01-30 Sanjay Patel[InstCombine] enable (X <<nsw C1) >>s C2 --> X <<nsw...
2017-01-30 David Blaikieunique_ptrify some containers in GlobalISel::RegisterBa...
2017-01-30 Matt ArsenaultAMDGPU: Fix atomic_inc/atomic_dec + ds_swizzle not...
2017-01-30 Tom StellardAMDGPU/GlobalISel: Add support for simple shaders
2017-01-30 Daniel BerlinUpdate pr31758.ll for unreachable revert
2017-01-30 Daniel BerlinRevert "NewGVN: Make unreachable blocks be marked with...
2017-01-30 Simon Pilgrim[X86][SSE] Add support for combining PINSRW+ASSERTZEXT...
2017-01-30 Matt ArsenaultDAG: Constant fold fp16_to_fp/fp16_to_fp
2017-01-30 Sanjay Patel[InstCombine] fixed to propagate 'exact' on lshr
2017-01-30 Sanjay Patel[InstCombine] add 'exact' to lshr to show that it got...
2017-01-30 Benjamin Kramer[Coroutines] Add header guard to header that's missing...
2017-01-30 Adam Nemet[Inliner] Fold analysis remarks into missed remarks
2017-01-30 Krzysztof Parzyszek[RDF] Add phis for entry block live-ins (in addition...
2017-01-30 Haicheng Wu[Inliner] Fix a comment to match the code. NFC.
2017-01-30 Sanjay Patel[InstCombine] enable lshr(shl X, C1), C2 folds for...
2017-01-30 Sanjay Patel[InstCombine] add tests for shift-shift patterns; NFC
2017-01-30 Rafael EspindolaBring back r293480. It is safe now.
2017-01-30 Rafael EspindolaOnly print architecture dependent flags for that archit...
2017-01-30 Tom StellardTableGen: Fix infinite recursion in RegisterBankEmitter
2017-01-30 Benjamin Kramer[Hexagon] Make header self-contained.
2017-01-30 Rafael EspindolaRevert "Fix the values of two xcore ELF flags."
2017-01-30 Rafael EspindolaFix the values of two xcore ELF flags.
2017-01-30 Asaf Badouh[X86][MCU] Minor bug fix for r293469 + test case
2017-01-30 Marek OlsakAMDGPU: Remove a useless VI SMRD pattern
2017-01-30 Marek OlsakAMDGPU: Fix assembler encoding for EXP instructions...
2017-01-30 Daniel BerlinRevert "[MemorySSA] Revert r293361 and r293363, as...
2017-01-30 Sam McCall[MemorySSA] Revert r293361 and r293363, as the tests...
2017-01-30 Kristof Beyls[GlobalISel] Add support for indirectbr
2017-01-30 Asaf Badouh[X86][MCU] replace select with bit manipulation instead...
2017-01-30 Alexey Bader[LanRef] Fix typo in getelementptr example.
2017-01-30 Craig Topper[AVX-512] Remove duplicate CodeGenOnly patterns for...
2017-01-30 Sam McCallInclude LLVMDumpValue in release builds.
2017-01-30 Jonas Paulsson[LoopVectorize] Improve getVectorCallCost() getScalariz...
2017-01-30 Craig Topper[AVX-512] Remove KSET0B/KSET1B in favor of the patterns...
2017-01-30 Davide Italiano[MemorySSA] Correct an assertion surrounding with paren...
2017-01-30 Will DietzTest RuntimeDyld doesn't crash with R_X86_64_NONE ...
2017-01-30 Craig Topper[AVX-512] Don't reuse VSHLI/VSRLI for mask register...
2017-01-29 Chris Ray[X86][Disassembler] Added SALC instruction
2017-01-29 Craig Topper[AVX-512] Fix lowering for mask register concatenation...
2017-01-29 Chris Ray[X86] Fixing flag usage for RCL and RCR
2017-01-29 Matthias BraunMachineInstr: Remove parameter from dump()
2017-01-29 Simon Pilgrim[X86][SSE] Lower scalar_to_vector(0) to zero vector
2017-01-29 Zvi Rackover[X86] Reproducer for pr31719. NFC
2017-01-29 Matthias Braunllvm-c: Keep LLVMDumpModule() even in release builds
2017-01-29 Sanjay Patel[InstCombine] enable (X >>?,exact C1) << C2 --> X ...
2017-01-29 Sanjay Patel[InstCombine] add tests for shl(shr X, C1), C2 transfor...
2017-01-29 Saleem AbdulrasoolARM: support `-mlong-calls` with AEABI TLS on ELF
2017-01-29 Sanjay Patel[ValueTracking] clean up lookThroughCast; NFCI
2017-01-29 Elena Demikhovsky[X86 Codegen] Fixed a bug in unsigned saturation
2017-01-29 NAKAMURA TakumiAdd -mtriple=aarch64-unknown to llvm/test/CodeGen/AArch...
2017-01-29 Daniel BerlinNewGVN: Fix where newline is printed in debug printing...
2017-01-29 Igor Breger[X86][GlobalISel] Add limited argument lowering support...
2017-01-29 Chandler Carruth[ArgPromote] Move static helpers to modern LLVM naming...
2017-01-29 Chandler Carruth[ArgPromote] Run clang-format to normalize remarkably...
2017-01-29 Chandler Carruth[ArgPromote] Re-arrange the code in a more typical...
2017-01-29 Craig Topper[SelectionDAG] Make SDNode::getConstantOperandVal an...
2017-01-29 Justin HibbitsAdd some Book-E instructions to the asm parser and...
2017-01-29 Craig Topper[DAGCombiner] Use unsigned for a constant vector index...
2017-01-29 Craig Topper[DAGCombiner] Remove unnecessary check on the size...
2017-01-29 Craig Topper[DAGCombiner] Make sure index of EXTRACT_SUBVECTOR...
2017-01-29 Lang Hames[Orc][RPC] Have handleOne abandon pending responses...
2017-01-29 Lang Hames[Orc][RPC] Remove redundant braces. NFC.
2017-01-29 Xinliang David LiAdd support to dump dot graph block layout after MBP
2017-01-29 Davide ItalianoRemove inclusion of SSAUpdater from several passes.
2017-01-29 David Majnemer[Target] Add NoSignedZerosFPMath to the TargetOptions...
2017-01-29 Lang Hames[Orc][RPC] Remove a couple of redundant calls to abando...
2017-01-28 Craig Topper[X86] Fix vector ANDN matching to work correctly when...
2017-01-28 Craig Topper[X86] Add test case that shows failure to use a vector...
2017-01-28 Davide Italiano[PM] MLSM has been enabled for a way. Reclaim a cl...
2017-01-28 Kostya Serebryany[libfuzzer] include errno.h. On Ubuntu 14.04 we got...
2017-01-28 Will DietzRuntimeDyldELF: Don't abort on R_X86_64_NONE, it's...
2017-01-28 Will DietzAMDGPU: Add GlobalISel to required_libraries.
2017-01-28 Mohammad Shahid[SLP] Vectorize loads of consecutive memory accesses...
next