]> granicus.if.org Git - llvm/shortlog
llvm
2017-04-09 Sanjay Patel[InstCombine] remove dead cases from icmp pair switches...
2017-04-09 Sanjay Patel[InstCombine] remove duplicate test; NFC
2017-04-09 Davide Italiano[Mem2Reg] Remove AliasSetTracker updating logic from...
2017-04-09 Sanjay Patel[SimplifyCFG] auto-generate better checks; NFC
2017-04-09 Sanjay Patel[InstCombine] auto-generate better checks; NFC
2017-04-09 Hal Finkel[MemorySSA] Fix use of pointsToConstantMemory in isUseT...
2017-04-09 Craig Topper[InstCombine] Extend some OR combines to support vectors.
2017-04-09 Craig Topper[InstCombine] Extend a canonicalization check to apply...
2017-04-09 Craig Topper[InstCombine] Add test cases to show missing support...
2017-04-09 Craig Topper[InstCombine] Use the SubOne helper function to shorten...
2017-04-09 Craig Topper[InstCombine] rename variable for easier reading; NFC
2017-04-08 Peter CollingbourneMC: Remove unused virtual function MCObjectWriter:...
2017-04-08 Matt ArsenaultAMDGPU: Actually write nops for writeNopData
2017-04-08 Coby Tayree[AsmParser]Emit an error if a macro has two (or more...
2017-04-08 Mehdi AminiReorganize libLTO C API header lto.h (NFC)
2017-04-08 Craig Topper[IR] Inline Type::getScalarType() by using isVectorTy...
2017-04-08 Balaram Makam[AArch64] Refine Falkor Machine Model - Part 3
2017-04-08 Gor Nishanov[coroutines] Make CoroSplit pass deterministic
2017-04-08 Gor Nishanovgitignore: Ignore .vs folder (VS2017 config files)
2017-04-07 Evgeniy Stepanov[cfi] Take over existing __cfi_check in CrossDSOCFI.
2017-04-07 Eli Friedman[ARM] Prefer BIC over BFC in ARM mode.
2017-04-07 Aditya Nandakumar[GlobalISel]: Fix bug where we can report GISelFailure...
2017-04-07 Craig Topper[ConstantFolding] Use Intrinsic::not_intrinsic instead...
2017-04-07 Petr Hosek[AArch64] Allow global register asm("x18") or asm(...
2017-04-07 Daniel BerlinNewGVN: Make CongruenceClass a real class in preparatio...
2017-04-07 Reid KlecknerDe-flake a test that is failing due to coroutine spill...
2017-04-07 Davide Italiano[Dominators] Simplify a member function. NFCI.
2017-04-07 Simon DardisRevert "[SelectionDAG] Enable target specific vector...
2017-04-07 Stanislav Mekhanoshin[AMDGPU] Unroll more to eliminate phis and conditions
2017-04-07 Dehao ChenUse PMADDWD to expand reduction in a loop
2017-04-07 Reid Kleckner[lit] Try using process pools by default again
2017-04-07 Igor Breger[GlobalISel] implement narrowing for G_CONSTANT.
2017-04-07 Gor Nishanov[coroutines] Insert spills of PHI instructions correctly
2017-04-07 Matthew SimpsonReapply r298620: [LV] Vectorize GEPs
2017-04-07 Simon Dardis[mips] Remove usage of debug only variable (NFC)
2017-04-07 Petar Jovanovic[mips][msa] Fix generation of bm(n)zi and bins[lr]i...
2017-04-07 Dmitry Preobrazhensky[AMDGPU][MC] Fix for Bug 28211 + LIT tests
2017-04-07 Simon Dardis[SelectionDAG] Enable target specific vector scalarizat...
2017-04-07 Jonas Paulsson[SystemZ] Check for presence of vector support in...
2017-04-07 Jonas Paulsson[SystemZ] Remove confusing comment in combineEXTRACT_V...
2017-04-07 Diana Picus[ARM] GlobalISel: Test hard float properly
2017-04-07 Sam Kolton[AMDGPU] Move SiShrinkInstruction and SDWAPeephole...
2017-04-07 Diana Picus[ARM] GlobalISel: Support frem for 64-bit values
2017-04-07 Diana Picus[ARM] GlobalISel: Support frem for 32-bit values
2017-04-07 Craig Topper[InstCombine] Handle more commuted cases of ((A & B...
2017-04-07 Craig Topper[InstCombine] Add additional tests with varied commutin...
2017-04-07 Craig Topper[InstSimplify] Use Instruction::BinaryOps instead of...
2017-04-07 Daniel BerlinAliasAnalysis: Be less conservative about volatile...
2017-04-07 Craig Topper[InstCombine] Add more commuted patterns to support...
2017-04-06 Derek Schuff[WebAssembly] Fix -Wcovered-switch-default warning
2017-04-06 Zachary TurnerAllow specification of what kinds of class members...
2017-04-06 Zachary Turner[llvm-pdbdump] Allow pretty to only dump specific types...
2017-04-06 Konstantin... AMDGPU/GFX9: Fix shared and private aperture queries
2017-04-06 Eric ChristopherRemove the default subtarget from the Power port. It...
2017-04-06 Craig Topper[InstCombine] Add a few cases for OR we fail to optimiz...
2017-04-06 Yi KongRevert "Revert "[ARM] Add Kryo to available targets""
2017-04-06 Eli FriedmanTurn on -addr-sink-using-gep by default.
2017-04-06 Michael Kuperstein[X86] Revert r299387 due to AVX legalization infinite...
2017-04-06 Craig Topper[InstCombine] Remove testing assert I accidentally...
2017-04-06 Zachary Turneriwyu fixes for lldbCore.
2017-04-06 Matt ArsenaultAMDGPU: Diagnose illegal SGPR to VGPR copies
2017-04-06 Craig Topper[InstCombine] When checking to see if we can turn subtr...
2017-04-06 Matt ArsenaultAMDGPU: Replace fp16SrcZerosHighBits with a whitelist
2017-04-06 Rong Xu[PGO] Preserve GlobalsAA in pgo-memop-opt pass.
2017-04-06 Keno Fischer[llvm-extract] Add option for recursive extraction
2017-04-06 Craig Topper[InstCombine] Remove redundant combine from visitAnd
2017-04-06 Davide Italiano[BFIterator] Remove an assertion that doesn't hold...
2017-04-06 Mehdi AminiRevert "Turn some C-style vararg into variadic templates"
2017-04-06 Huihui Zhang[SelectionDAG] [ARM CodeGen] Fix chain information...
2017-04-06 Mehdi AminiTurn some C-style vararg into variadic templates
2017-04-06 Evgeniy Stepanov[asan] Fix dead stripping of globals on Linux.
2017-04-06 Evgeniy Stepanov[asan] Put ctor/dtor in comdat.
2017-04-06 Evgeniy Stepanov[asan] Delay creation of asan ctor.
2017-04-06 Peter CollingbourneBitcode: Do not create FNENTRYs for aliases of functions.
2017-04-06 Keno Fischer[StripDeadDebugInfo] Drop dead CUs entirely
2017-04-06 Yaxun Liu[AMDGPU] Temporarily change constant address space...
2017-04-06 Yi KongRevert "[ARM] Add Kryo to available targets"
2017-04-06 Nirav Dave[SDAG] Fix visitAND optimization to deal with vector...
2017-04-06 Craig Topper[InstSimplify] Remove unreachable default from Simplify...
2017-04-06 Daniel BerlinNewGVN: Rename some functions for consistency
2017-04-06 Daniel BerlinNewGVN: Fixup some small issues
2017-04-06 Daniel BerlinNewGVN: Fix a small formatting issue in performSymbolic...
2017-04-06 Daniel BerlinNewGVN: This patch makes memory congruence work for...
2017-04-06 Yi Kong[ARM] Add Kryo to available targets
2017-04-06 Matt ArsenaultAMDGPU: Stop using CCAssignToRegWithShadow
2017-04-06 Craig Topper[InstSimplify] Teach SimplifyMulInst to recognize vecto...
2017-04-06 Krzysztof Parzyszek[Hexagon] Change the vector scaling for vector offsets
2017-04-06 Davide Italiano[ADT] Add a generic breadth-first-search graph iterator.
2017-04-06 Stanislav Mekhanoshin[AMDGPU] Eliminate barrier if workgroup size is not...
2017-04-06 Craig Topper[InstCombine] Fix a case where we weren't checking...
2017-04-06 Sam Kolton[AMDGPU] Resubmit SDWA peephole: enable by default
2017-04-06 Jonas Paulsson[SelectionDAG] NFC patch removing a redundant check.
2017-04-06 Simon Pilgrim[X86][MMX] Test showing failure to create MMX non-tempo...
2017-04-06 Daniel Sanders[globalisel][tablegen] Move <Target>InstructionSelector...
2017-04-06 David Green[ARM] Remove a dead ADD during the creation of TBBs
2017-04-06 Craig Topper[InstSimplify] Add test cases for mixing add/sub i1...
2017-04-06 Craig Topper[InstSimplify] Teach SimplifyAddInst and SimplifySubIns...
2017-04-06 Dean Michael... [XRay][docs] Fix hyperlink to XRay doc
2017-04-06 Lang Hames[Orc] Add missing header include for r299611.
2017-04-06 Craig TopperRevert accidental commit of r299619.
next