]> granicus.if.org Git - llvm/shortlog
llvm
2017-03-22 Adrian PrantlDwarfExpression: Defer emitting DWARF register operations
2017-03-21 Adam NemetMake test more robust
2017-03-21 Zachary TurnerResubmit "Improve StringMap iterator support."
2017-03-21 Ahmed Bougacha[GlobalISel] Update DBG_VALUEs referencing DCE'd instru...
2017-03-21 Ahmed Bougacha[GlobalISel] Don't translate br to layout successor.
2017-03-21 Craig Topper[IR] Remove validAlignment and validPointer methods...
2017-03-21 Matt ArsenaultAMDGPU: Remove hasSideEffects from SI_RETURN_TO_EPILOG
2017-03-21 Tim NorthoverGlobalISel: respect BooleanContents when extending i1.
2017-03-21 Matt ArsenaultAMDGPU: Rename SI_RETURN
2017-03-21 Matthias BraunSplitKit: Fix subreg copy related problems
2017-03-21 Matt ArsenaultAMDGPU: Mark all unspecified CC functions in tests...
2017-03-21 Zachary TurnerRevert "Improve StringMap iterator support."
2017-03-21 Tim NorthoverGlobalISel: widen booleans by zero-extending to a byte.
2017-03-21 Zachary TurnerFix clang errors caused by StringMap iterator changes.
2017-03-21 Zachary TurnerImprove StringMap iterator support.
2017-03-21 Zachary TurnerRemove eol-style:native from StringMap.h
2017-03-21 Sanjay Patel[InstCombine] regenerate checks; NFC
2017-03-21 George Burgess IVLet llvm.objectsize be conservative with null pointers
2017-03-21 Dehao ChenDo not inline hot callsites for samplepgo in thinlto...
2017-03-21 Zachary Turner[ADT] Add a version of llvm::join() that takes a range.
2017-03-21 Coby Tayree[X86][MS-compatability][llvm] allow MS TYPE/SIZE/LENGTH...
2017-03-21 Davide Italiano[X86] Remove extra semicolon to placate GCC. NFCI.
2017-03-21 Artyom Skrobov[ARM] Recommit the glueless lowering of addc/adde in...
2017-03-21 Zachary TurnerDelete eol-style:native SVN property.
2017-03-21 Dehao ChenUse ProfileSummary:getProfileCount to get ScaledCount...
2017-03-21 Adrian PrantlRevert 298388 and 298389 because they broke some AMDGPU...
2017-03-21 Krzysztof ParzyszekRecommit r298282 with fixes for memory allocation/deall...
2017-03-21 Reid KlecknerFix RST docs AttributeList heading underline
2017-03-21 Marek OlsakAMDGPU: Buffer descriptor changes for GFX9
2017-03-21 Marek OlsakAMDGPU: Always use VGPR indexing on GFX9
2017-03-21 Krzysztof Parzyszek[Hexagon] Add -march=hexagon to a testcase
2017-03-21 Reid KlecknerRename AttributeSet to AttributeList
2017-03-21 Matt ArsenaultAMDGPU: Fix not including v2i16/v2f16 in register class
2017-03-21 Adrian PrantlDon't compose DWARF expressions with multiple subregisters.
2017-03-21 Adrian PrantlDwarfExpression: Defer emitting DWARF register operations
2017-03-21 Matt ArsenaultAMDGPU: Fix asserting on 0 dmask for image intrinsics
2017-03-21 Matt ArsenaultAMDGPU: Convert image intrinsic uses in tests
2017-03-21 Matt ArsenaultDAG: Fold bitcast/extract_vector_elt of undef to undef
2017-03-21 Simon PilgrimFix shufpd test name.
2017-03-21 Sanne Wouda[ARM] [Assembler] Support negative immediates for A32...
2017-03-21 Yi KongTest commit access
2017-03-21 Sanjay Patel[InstCombine] auto-generate better checks; NFC
2017-03-21 Sanjay Patel[x86] use PMOVMSK for vector-sized equality comparisons
2017-03-21 Simon Pilgrim[X86][AVX] Tests showing missing SHUFPD + ZERO lowering
2017-03-21 Valery Pykhtin[AMDGPU] Iterative scheduling infrastructure + minimal...
2017-03-21 Volkan Keles[GlobalISel] Fix shufflevector tests
2017-03-21 Sam Kolton[ADMGPU] SDWA peephole optimization pass.
2017-03-21 Andrea Di Biagio[DebugInfo][X86] Teach Optimize LEAs pass to handle...
2017-03-21 Artur PilipenkoNFC. InstCombiner::visitFAdd extract LHSIntVal/RHSIntVa...
2017-03-21 Volkan Keles[GlobalISel] Move isTriviallyDead to Utils. NFC.
2017-03-21 Jonas Paulsson[DAGTypeLegalizer] Handle widening truncate to vector...
2017-03-21 David Green[ConstantFolding] Fix to prevent constant folding havin...
2017-03-21 Volkan Keles[GlobalISel] Translate shufflevector
2017-03-21 Craig Topper[APFloat] Tag the fltSemantic getter functions with...
2017-03-21 Craig Topper[APInt] Add LLVM_READONLY to some methods.
2017-03-21 Jonas Paulsson[SystemZ] Don't drop MO flags in foldMemoryOperandImpl()
2017-03-21 Serge PavlovFix evaluation of LLVM_DEFINITIONS
2017-03-21 Vitaly BukaRevert "[Hexagon] Recognize polynomial-modulo loop...
2017-03-21 Eli Friedman[ARM] Revert r297443 and r297820.
2017-03-20 Zachary Turner[Support] Fill the file_status struct with link count.
2017-03-20 Zachary TurnerAdd a function to MD5 a file's contents.
2017-03-20 Vadzim Dambrouski[ARM] Fix PR32130: Handle promotion of zero sized const...
2017-03-20 Sanjay Patel[x86] add tests for setcc of i128/i256; NFC
2017-03-20 Matt ArsenaultInstCombine: Check source value precision when reducing...
2017-03-20 Tim NorthoverGlobalISel: add implicit defs & uses when mutating...
2017-03-20 Adrian PrantlReplace uses of DwarfExpression::addMachineReg* with...
2017-03-20 Adrian PrantlMake implementation details in DwarfExpression protecte...
2017-03-20 Evgeniy Stepanov[Fuchsia] Use %gs for ABI slots under -mcmodel=kernel
2017-03-20 Eli Friedman[SCEV] Fix trip multiple calculation
2017-03-20 David L. Jones[X86] Clean up test/CodeGen/X86/2006-03-01-InstrSchedBug.ll
2017-03-20 Zachary TurnerExplicitly add move constructor/assignment operators.
2017-03-20 Nirav DaveAdd test case for merging of chained stores of mismatch...
2017-03-20 Kevin EnderbyAdd the rest of the error checking for Mach-O dyld...
2017-03-20 Evgeniy StepanovRevert r298158.
2017-03-20 Simon PilgrimFixed include order. NFCI.
2017-03-20 Peter CollingbourneTry using llvm::errc, should hopefully fix version...
2017-03-20 Krzysztof Parzyszek[Hexagon] Recognize polynomial-modulo loop idiom again
2017-03-20 Konstantin... [AMDGPU] Run always inliner early in opt
2017-03-20 Daniel BerlinAdd missing updated test from VN coercion changes....
2017-03-20 David BlaikieFix UB found by -Wtautological-undefined-compare
2017-03-20 Jonathan RoelofsMention that the Sphinx docs build wants version 1...
2017-03-20 Reid Kleckner[WinEH] Adjust decision to emit SEH moves for leaf...
2017-03-20 Tim NorthoverGlobalISel: allow quad-precision values to be dumped.
2017-03-20 Peter CollingbourneSupport, LTO: When pruning a directory, ignore files...
2017-03-20 Dehao ChenUpdates branch_weights annotation for call instructions...
2017-03-20 Adrian PrantlUse isa<> instead of dyn_cast<> (NFC).
2017-03-20 David BlaikieAvoid potential ADL ambiguity between llvm::make_unique...
2017-03-20 Dmitry Preobrazhensky[AMDGPU][MC] Fix for Bugs 28201, 28199, 28170 + LIT...
2017-03-20 Craig Topper[InstCombine] Print a debug message when we constant...
2017-03-20 Jessica Paquette[Outliner] ACTUALLY remove the errs output
2017-03-20 Daniel BerlinTemplatize parts of VNCoercion, and add constant-only...
2017-03-20 Jessica Paquette[Outliner] Remove output for offset range check
2017-03-20 Daniel Sanders[tablegen][globalisel] Capture instructions into locals...
2017-03-20 Dmitry Preobrazhensky[AMDGPU][MC] Fix for Bugs 28200, 28202 + LIT tests
2017-03-20 Diana Picus[GlobalISel] Use the correct calling conv for calls
2017-03-20 Simon PilgrimUse MutableArrayRef for APFloat::convertToInteger
2017-03-20 Maxim Ostapenko[sancov] Fix broken links and displaced coloring in...
2017-03-20 Simon PilgrimStrip trailing whitespace
2017-03-20 Simon PilgrimStrip trailing whitespace
2017-03-20 Simon PilgrimStrip trailing whitespace
next