]> granicus.if.org Git - llvm/shortlog
llvm
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...
2017-01-28 Arpith Chacko... [NVPTX] Add intrinsics to support named barriers.
2017-01-28 Sylvestre LedruRemove unused 'using' declaration. Found by clang-tidy...
2017-01-28 Daniel SandersstripDebugInfo() should remove DILocation's found in...
2017-01-28 Daniel Sanders[globalisel] Rename emitCxxPredicatesExpr() following...
2017-01-28 Lang Hames[Orc][RPC] Unlock message send/receive locks on failure.
2017-01-28 Vadim ChugunovThis addresses LLDB bug 31699, which was caused by...
2017-01-28 Taewook Oh[InstCombine] Merge DebugLoc when speculatively hoistin...
2017-01-28 Matthias BraunUse print() instead of dump() in code
2017-01-28 Richard Trieu[WebAssembly] Use print instead of dump method.
2017-01-28 Matthias BraunUse print() instead of dump() in code
2017-01-28 Daniel BerlinMemorySSA: Allow movement to arbitrary places
2017-01-28 Quentin Colombet[RegisterBankInfo] Emit proper type for remapped registers.
2017-01-28 Daniel BerlinMemorySSA: Fix block numbering invalidation and replace...
2017-01-28 Matthias BraunCleanup dump() functions.
2017-01-28 Daniel BerlinMemorySSA: Move updater to its own file
2017-01-28 Daniel BerlinIntroduce a basic MemorySSA updater, that supports...
2017-01-28 Quentin Colombet[RegisterCoalescing] Recommit the patch "Remove partial...
2017-01-28 Evgeniy StepanovFix memory leak in globalisel.
2017-01-27 Vadim ChugunovTest commit.
2017-01-27 Eugene Zelenko[ARM] Fix some Clang-tidy modernize and Include What...
2017-01-27 Tim NorthoverGlobalISel: don't leak super-entry BB when merging...
next