]> granicus.if.org Git - llvm/shortlog
llvm
2019-08-26 Bjorn Pettersson[LoopUnroll] Handle certain PHIs in full unrolling...
2019-08-26 Zi Xuan Wu[NFC][Regalloc] Add testcases for D66576
2019-08-25 Amaury Sechet[X86] Automatically generate stack folding tests. NFC
2019-08-25 Sanjay Patel[Hexagon] remove noise from tests; NFC
2019-08-25 Sanjay Patel[Hexagon][x86] add tests for bit-test; NFC
2019-08-25 Craig Topper[X86][DAGCombiner] Teach narrowShuffle to use concat_ve...
2019-08-25 Amaury Sechet[X86] Add test case for inserting/extracting from two...
2019-08-25 Amaury Sechet[X86] Add test case for inserting/extracting from shuff...
2019-08-25 Xing Xue[PowerPC][AIX] Adds support for writing the .data secti...
2019-08-25 Benjamin Kramer[AMDGPU] Downgrade from StringLiteral to const char...
2019-08-25 Bjorn PetterssonFixup in test/DebugInfo/X86/live-debug-vars-discard...
2019-08-25 Bjorn Pettersson[TableGen] Correct comments for end of namespace. NFC
2019-08-25 Nikita Popov[SDAG] Fold umul_lohi with 0 or 1 multiplicand
2019-08-25 Craig Topper[X86] Teach -Os immediate sharing code to not count...
2019-08-25 Craig Topper[X86] Add test cases for PR42998. NFC
2019-08-25 Nilanjana BasuRemoving block comments from CodeView records in assemb...
2019-08-24 Craig Topper[X86] Add isel patterns to match vpdpwssd avx512vnni...
2019-08-24 Matt ArsenaultAMDGPU: Add baseline test for mul24 ordering issues
2019-08-24 Matt ArsenaultAMDGPU: Preserve value name when inserting mul24 intrinsic
2019-08-24 Matt ArsenaultAMDGPU: Introduce a flag to disable mul24 intrinsic...
2019-08-24 Matt ArsenaultAMDGPU: Generate check lines
2019-08-24 Benjamin Kramer[TLI] Simplify code. NFCI.
2019-08-24 Benjamin KramerHack around a GCC ICE that was fixed in GCC 6.2
2019-08-24 Benjamin KramerTry to make MSVC 2017 happy.
2019-08-24 Benjamin KramerFix some accidental global initializers by using String...
2019-08-24 Benjamin KramerUpdate tablegen test after r369847.
2019-08-24 Benjamin Kramer[llvm-reduce] Silence -Wdocumentation
2019-08-24 Benjamin KramerUse a bit of relaxed constexpr to make FeatureBitset...
2019-08-24 Roman Lebedev[Constant] Add 'isElementWiseEqual()' method
2019-08-24 Roman Lebedev[InstCombine] matchThreeWayIntCompare(): commutativity...
2019-08-24 Roman Lebedev[InstCombine] Try to reuse constant from select in...
2019-08-24 Roman Lebedev[InstCombine][NFC] reuse-constant-from-select-in-icmp...
2019-08-24 Craig Topper[X86] Add an assert to mark more code that needs to...
2019-08-24 Fangrui Song[LoopFusion] Fix -Wunused-function in -DLLVM_ENABLE_ASS...
2019-08-24 Amara EmersonRemove unnecessary REQUIRES from a test.
2019-08-24 Amara Emerson[GlobalISel] Introduce a G_DYN_STACKALLOC opcode to...
2019-08-24 Vitaly BukaNFC: Rename lifetime-asan.ll -> lifetime-sanitizer.ll
2019-08-23 Guillaume Chatelet[LLVM][NFC] Removing unused functions
2019-08-23 Stanislav Mekhanoshin[AMDGPU] Check for immediate SrcC in mfma in AsmParser
2019-08-23 Stanislav Mekhanoshin[AMDGPU] w/a for gfx908 mfma SrcC literal HW bug
2019-08-23 Stanislav Mekhanoshin[AMDGPU] w/a for gfx908 mfma SrcC literal HW bug
2019-08-23 Peter Collingbournehwasan: Fix use of uninitialized memory.
2019-08-23 Sanjay Patel[x86] add tests for bt/test; NFC
2019-08-23 Guillaume Chatelet[LLVM][NFC] remove unused fields
2019-08-23 Lang Hames[ORC] Remove query dependencies when symbols are resolved.
2019-08-23 Lang Hames[ORC] Fix a FIXME: Propagate errors to dependencies.
2019-08-23 Lang Hames[ORC] Fix an incorrect comment.
2019-08-23 Jessica Paquette[AArch64][GlobalISel] Import XRO load/store patterns...
2019-08-23 Volkan Keles[GlobalISel] Legalizer: Retry combining illegal artifac...
2019-08-23 Johannes Doerfert[Attributor] Manifest alignment in load and store instr...
2019-08-23 Benjamin KramerDo a sweep of symbol internalization. NFC.
2019-08-23 Craig Topper[X86] Move a transform out of combineConcatVectorOps...
2019-08-23 Wei MiFix some warnings introduced by r369798.
2019-08-23 Wei Mi[SampleFDO] Add ExtBinary format to support extension...
2019-08-23 Roland Froese[PowerPC] Expand v1i128 smin
2019-08-23 Philip ReamesFix a bug in just submitted rL369789
2019-08-23 Matt ArsenaultRegScavenger: Use Register
2019-08-23 Amaury Sechet[X86] Automatically generate load-local-v3i1.ll . NFC
2019-08-23 Craig Topper[X86] Mark VPDPWSSD and VPDPWSSDS as commutable. Add...
2019-08-23 Manoj GuptaRevert r369233.
2019-08-23 Philip Reames[InstCombine] icmp eq/ne (gep inbounds P, Idx..), null...
2019-08-23 Amaury Sechet[AMDGPU] Automatically generate various tests. NFC
2019-08-23 Johannes Doerfert[BasicAA] Use dereferenceability to reason about aliasing
2019-08-23 Johannes Doerfert[Attributor] Manifest constant return values
2019-08-23 Johannes Doerfert[Attributor] Deal with shrinking dereferenceability...
2019-08-23 Nathan HuckleberryAllow Compiler.h to be included in C files and fix...
2019-08-23 Shafik YaghmourDebug Info: Support for DW_AT_export_symbols for anonym...
2019-08-23 Craig Topper[SelectionDAG][X86] Enable iX SimplifyDemandedBits...
2019-08-23 Jeremy Morse[DebugInfo] Remove invalidated locations during LiveDeb...
2019-08-23 Sanjay Patel[SLP] use range-for loops, fix formatting; NFC
2019-08-23 Teresa JohnsonFix target for new X86 test
2019-08-23 Cameron McInally[Reassoc] Small fix to support unary FNeg in NegateValu...
2019-08-23 Johannes Doerfert[Attributor][Fix] Deal with "growing" dereferenceability
2019-08-23 Johannes Doerfert[Attributor][NFCI] Avoid lookups when resolving returne...
2019-08-23 Sanjay Patel[SLP] fix formatting; NFC
2019-08-23 Johannes Doerfert[Attributor] FIX: Treat new attributes as changed ones
2019-08-23 Johannes Doerfert[Attributor][NFCI] Try to avoid potential non-determini...
2019-08-23 Teresa Johnson[ThinLTO] Fix handling of weak interposable symbols
2019-08-23 Johannes Doerfert[MustExec] Add a generic "must-be-executed-context...
2019-08-23 Jordan Rupprecht[llvm-objcopy] Strip debug sections when running with...
2019-08-23 Simon Atanasyan[mips] Reduce number of instructions used for loading...
2019-08-23 Simon Atanasyan[mips] Do not include offset into `%got` expression...
2019-08-23 Amaury Sechet[PowerPC] Automatically generate various tests. NFC
2019-08-23 Simon PilgrimUse VT::getHalfNumVectorElementsVT helpers in a few...
2019-08-23 Andrea Di Biagio[X86][BtVer2] Add a read-advance to every implicit...
2019-08-23 Andrea Di Biagio[X86][BtVer2] Fix latency of ALU RMW instructions.
2019-08-23 Martin Storsjo[llvm-dlltool] Make sure to strip decorations from...
2019-08-23 Simon Pilgrim[DAGCombine] GetNegatedExpression - add FMA\FMAD support
2019-08-23 Jay Foad[AMDGPU] gfx10 atomic optimizer changes.
2019-08-23 George Rimar[yaml2obj] - Allow setting the symbol st_other field...
2019-08-23 Craig Topper[X86] Add a further unrolled madd reduction test case...
2019-08-23 Craig Topper[X86] Make combineLoopSADPattern use CONCAT_VECTORS...
2019-08-23 Craig Topper[X86] Improve lowering of v2i32 SAD handling in combine...
2019-08-23 Philip Reames[IndVars] Fix a bug noticed by inspection
2019-08-23 Fangrui Song[AlignmentFromAssumptions] getNewAlignmentDiff(): use...
2019-08-23 Peter Collingbournehwasan: Untag unwound stack frames by wrapping personal...
2019-08-23 Sam Clegg[MC] Minor cleanup to MCFixup::Kind handling. NFC.
2019-08-22 Amaury Sechet[ARM] Automatically generate dsp-mlal.ll . NFC
2019-08-22 Jonas Devlieghere[utils] Update shebang to use the environment.
2019-08-22 Amaury Sechet[PowerPC] Automatically generate vec_buildvector_loadst...
next