]> granicus.if.org Git - llvm/shortlog
llvm
2017-08-26 Petr Hosek[llvm] Add symbol table support to llvm-objcopy
2017-08-26 Petr Hosek[llvm-objcopy] New layout algorithm that lays out segme...
2017-08-26 Hiroshi YamauchiAdd options to dump block frequency/branch probability...
2017-08-25 Craig Topper[AVX512] Add patterns to use masked moves to implement...
2017-08-25 Craig Topper[AVX512] Add additional test cases for masked extract...
2017-08-25 Craig Topper[X86] Add patterns to show more failures to use TBM...
2017-08-25 Chandler Carruth[x86] Teach the backend to fold more read-modify-write...
2017-08-25 Davide Italiano[Verifier] Diagnose invalid DIType references instead...
2017-08-25 Davide Italiano[Inliner] Only compute fully inline cost when remarks...
2017-08-25 Matt MorehouseRevert "[SanitizeCoverage] Enable stack-depth coverage...
2017-08-25 Matt Morehouse[SanitizeCoverage] Enable stack-depth coverage for...
2017-08-25 Sanjay Patel[utils] add aarch64 target as an option
2017-08-25 Kostya Serebryany[sanitizer-coverage] extend fsanitize-coverage=pc-table...
2017-08-25 Sanjay Patel[x86] regenerate checks; NFC
2017-08-25 Haicheng Wu[InlineCost] Small changes to early exit condition...
2017-08-25 Craig Topper[InstCombine] Don't fall back to only calling computeKn...
2017-08-25 Craig Topper[InstCombine] Add tests to show missed opportunities...
2017-08-25 Florian Hahn[LoopInterchange] Skip zext instructions when looking...
2017-08-25 David BlaikieFix unused-lambda-capture warning by using default...
2017-08-25 Matt MorehouseFix buildbot breakage from r311763. Remove unused...
2017-08-25 David Green[gold] Fix up a new test to allow it to pass on non...
2017-08-25 Michael KruseNormlize to LF line endings.
2017-08-25 Amjad Aboud[InstCombine] Consider more cases where SimplifyDemande...
2017-08-25 Ilya BiryukovUse temporary directory when building docker image.
2017-08-25 Craig Topper[X86] Use SDValue::getOpcode instead of calling getNode...
2017-08-25 Craig Topper[X86] Use isUInt and isShiftedUInt instead of using...
2017-08-25 Aditya Nandakumar[GISel]: Implement widenScalar for Legalizing G_PHI
2017-08-25 Chandler Carruth[x86] NFC - normalize test case formatting of IR and...
2017-08-25 Chandler CarruthTeach the llc check updater to recognize the end-of...
2017-08-25 Gor Nishanov[coroutines] Add support for symmetric control transfer...
2017-08-25 Chandler Carruth[x86] NFC: More refactoring to pave the way to extendin...
2017-08-25 Chandler Carruth[x86] NFC - Refactor the custom lowering of `(load...
2017-08-25 Craig Topper[X86] Add TBM instructions to X86InstrInfo::isDefConver...
2017-08-25 Matt ArsenaultDAG: Fix naming crime
2017-08-25 Justin Bogner[sanitizer-coverage] Make sure pc-tables aren't dead...
2017-08-25 Mandeep Singh... [unittests] Remove reverse iteration tests which use...
2017-08-25 Chandler Carruth[x86] Back out one aspect of r311318: don't generically set
2017-08-25 Stephen HinesFix two (three) more issues with unchecked Error.
2017-08-25 Chandler Carruth[x86] Fix an amazing goof in the handling of sub, or...
2017-08-24 Sanjay Patel[DAG] convert vector select-of-constants to logic/math
2017-08-24 Mandeep Singh... [ADT] Enable reverse iteration for DenseMap
2017-08-24 Xinliang David Li[Profile] backward propagate profile info in JumpThreading
2017-08-24 Sanjay Patel[InstCombine] fix and enhance udiv/urem narrowing
2017-08-24 Dehao ChenMove accurate-sample-profile into the function attribute.
2017-08-24 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-using and...
2017-08-24 Chad Rosier[PartialInlining] Formatting. NFC.
2017-08-24 Nathan Hawestest commit: fix typo in comment
2017-08-24 Chad Rosier[PartialInlining] Type. NFC.
2017-08-24 Konstantin... AMDGPU: Fix gfx801 features
2017-08-24 Jacob Gravelle[WebAssembly] FastISel : Bail to SelectionDAG for const...
2017-08-24 Heejin Ahn[WebAssembly] Update GCC test suite failure expectations
2017-08-24 Krzysztof Parzyszek[Hexagon] Set access size for vector pseudo loads/stores
2017-08-24 Daniel Sanders[globalisel][tablegen] Predicates should start from...
2017-08-24 Victor LeschukRemove duplicate code
2017-08-24 Victor LeschukAdd missing break in switch
2017-08-24 Pete Couperus[ARC] Add ARC backend.
2017-08-24 Krasimir Georgiev[X86AsmParser] Refactor AsmRewrite constructors, NFCI
2017-08-24 Sanjay Patelfix typo; NFC
2017-08-24 Sjoerd Meijer[AArch64] Add FMOVH0: materialize 0 using zero register...
2017-08-24 Sanjay Patel[BypassSlowDivision] move map helper code to header...
2017-08-24 Chad Rosier[TargetParser][AArch64] Add support for RDM feature...
2017-08-24 Michael ZuckermanAdding base lit test for x86interleaved
2017-08-24 Coby Tayree[fixup][rL311639]
2017-08-24 Krasimir Georgiev[X86AsmParser] Fix msan: use-of-uninitialized-value...
2017-08-24 Krzysztof Parzyszek[Hexagon] Generate correct runtime check when recognizi...
2017-08-24 Evgeny Astigeevich[ARM, Thumb1] Prevent ARMTargetLowering::isLegalAddress...
2017-08-24 Tobias GrosserModel cache size and associativity in TargetTransformInfo
2017-08-24 Sjoerd Meijer[AArch64] Custom lowering of copysign f16
2017-08-24 Daniel SandersRe-commit: [globalisel][tablegen] Add support for ImmLe...
2017-08-24 Coby Tayree[LLVM][x86][Inline Asm] support for GCC style inline...
2017-08-24 Mikael Holmen[Reassociate] Do not drop debug location if replacement...
2017-08-24 Coby Tayree[X86AsmParser] Refactoring, (almost) NFC.
2017-08-24 Matt ArsenaultIPRA: Don't assume called function is first call operand
2017-08-24 Matt ArsenaultIPRA: Exit early on functions without calls
2017-08-24 Sjoerd Meijer[AArch64] fix for fcos and frem f16 promotion
2017-08-24 Chandler Carruth[x86] NFC: Clean up two tests and generate precise...
2017-08-24 Igor Breger[GlobalISel][X86] Support G_IMPLICIT_DEF.
2017-08-24 Lang Hames[docs] In the CMake primer, correct the description...
2017-08-24 Lang Hames[Support] Rewrite handleAllErrors in terms of cantFail.
2017-08-24 Wei DingAdd ‘llvm.experimental.constrained.fma‘ Intrinsic.
2017-08-24 Adam NemetSupport all integer types in DiagnosticInfoOptimizatio...
2017-08-24 Daniel BerlinNewGVN: We weren't properly simplifying selects with...
2017-08-24 Eric BeckmannFix bug 34051 by handling empty .res files gracefully.
2017-08-24 Hans Wennborg[DAG] Fix Node Replacement in PromoteIntBinOp
2017-08-24 Dylan McKay[AVR] Use the correct register classes for 16-bit atomi...
2017-08-23 Dehao ChenAdd test to cover accurate-sample-profile.
2017-08-23 Tim NorthoverARM: use internal relocations for local symbols after...
2017-08-23 Adrian PrantlRetire the llvm.dbg.mir hack after r311594.
2017-08-23 Aditya NandakumarFix Verifier test - add REQUIRES aarch64-registered...
2017-08-23 Adrian PrantlAdd a Verifier check for DILocation's scopes.
2017-08-23 Jonas Devlieghere[WebAssembly] Fix overflow for input with missing version
2017-08-23 Rong Xu[PGO] Set edge weights for indirectbr instruction with...
2017-08-23 Geoff Berry[AArch64][Falkor] Fix bug in Falkor HWPF tag collision...
2017-08-23 Pete CouperusTest commit.
2017-08-23 Aditya Nandakumar[GISEl]: Translate phi into G_PHI
2017-08-23 Reid KlecknerAttempt to fix the BUILD_SHARED_LIBS build after the...
2017-08-23 Reid KlecknerParse and print DIExpressions inline to ease IR and...
2017-08-23 Lei HuangUpdate branch coalescing to be a PowerPC specific pass
2017-08-23 Greg ClaytonUpdated my email address.
2017-08-23 Benjamin Kramer[X86] Fix -Wenum-compare warning
next