]> granicus.if.org Git - llvm/shortlog
llvm
2019-03-24 Simon Pilgrim[X86][SSE41] Start shuffle combining from ZERO_EXTEND_V...
2019-03-24 Heejin Ahn[WebAssembly] Rename a variable in CFGSort (NFC)
2019-03-24 Craig Topper[LegalizeDAG] Expand i16 bswap directly to a rotate...
2019-03-24 Simon Pilgrim[X86] Remove icmp undef from reduced tests
2019-03-24 Simon Pilgrim[X86][AVX] Start shuffle combining from ZERO_EXTEND_VEC...
2019-03-24 Teresa Johnson[CGP] Make several static functions member functions...
2019-03-24 George RimarRecommit r356738 "[llvm-objcopy] - Implement replaceSec...
2019-03-24 Sanjay Patel[x86] improve the default expansion of uaddsat/usubsat
2019-03-24 Simon Pilgrim[SLPVectorizer] shouldReorderOperands - just check...
2019-03-24 George Rimar[llvm-objcopy] - Report SHT_GROUP sections with invalid...
2019-03-24 Nikita Popov[ConstantRange] Add getFull() + getEmpty() named constr...
2019-03-23 Nico Webergn build: Merge r356820
2019-03-23 Nico Webergn build: Add build files for modularize and pp-trace
2019-03-23 Simon PilgrimFix unused variable warning on non-asserts builds....
2019-03-23 Simon PilgrimRemove unused function argument. NFCI.
2019-03-23 Fangrui Song[DWARF] Delete a stray break and a stray comment. NFC
2019-03-23 Simon Pilgrim[X86][SLP] Show example of failure to uniformly commute...
2019-03-23 Sanjay Patel[x86] reduce code duplication; NFC
2019-03-23 Simon Pilgrim[SLPVectorizer] reorderInputsAccordingToOpcode - use...
2019-03-23 Nikita Popov[LowerSwitch] Use ConstantRange::fromKnownBits(); NFC
2019-03-23 Simon Pilgrim[SLPVectorizer] Don't repeat VL.size() call. NFCI.
2019-03-23 Alexey Lapshin [DebugInfo] follow up for "add SectionedAddress to...
2019-03-23 Vitaly Buka[gn] Add clang-tools-extra/clang-tidy/tool/BUILD.gn
2019-03-23 Vitaly Buka[gn] Add clang-tools-extra/clang-tidy/tool/BUILD.gn
2019-03-23 Juergen RibutzkaDisable MachO TBD write tests for Windows.
2019-03-22 Fedor Sergeev[Legacy][TimePasses] allow -time-passes reporting into...
2019-03-22 Juergen RibutzkaFollowup for r356820 to fix the bots.
2019-03-22 Juergen Ributzka[TextAPI] TBD Reader/Writer
2019-03-22 Simon Pilgrim[SLP] Remove redundancy of performing operand reorderin...
2019-03-22 Reid Kleckner[pdb] Add -type-stats and sort stats by descending...
2019-03-22 Douglas YungRevert "[llvm-readobj] Separate `Symbol Version` dumper...
2019-03-22 Simon Pilgrim[TargetLowering] SimplifyDemandedBits trunc(srl(x,...
2019-03-22 Eli Friedman[ARM] Don't form "ands" when it isn't scheduled correctly.
2019-03-22 Craig Topper[X86] Use xmm registers to implement 64-bit popcnt...
2019-03-22 Craig Topper[X86] Use movq for i64 atomic load on 32-bit targets...
2019-03-22 Daniel SandersFix non-determinism in Reassociate caused by address...
2019-03-22 Bjorn Pettersson[KnownBits] Add const to some methods. NFC
2019-03-22 Evandro Menezes[AArch64, ARM] Add support for Exynos M5
2019-03-22 Eli Friedman[ARM] [NFC] Use tGPR in patterns where appropriate.
2019-03-22 Sanjay Patel[SLP] fix variables names in test; NFC
2019-03-22 James Y KnightIR: Support parsing numeric block ids, and emit them...
2019-03-22 Simon Pilgrim[X86] Regenerate powi tests to include i686 x87/sse...
2019-03-22 Simon Pilgrim[X86] Add PR13897 test case (i128 mul on i686)
2019-03-22 Nikita Popov[ValueTracking] Avoid redundant known bits calculation...
2019-03-22 Simon Pilgrim[X86] lowerShuffleAsBitMask - ensure float bit masks...
2019-03-22 Alina Sbirlea[AliasAnalysis] Second prototype to cache BasicAA ...
2019-03-22 Philip Reames[Tests] Add masked.gather tests for non-constant masks...
2019-03-22 Bixia Zheng[ConstantFolding] Fix GetConstantFoldFPValue to avoid...
2019-03-22 Nico WeberMake clang-move use same file naming convention as...
2019-03-22 Philip Reames[tests] Add a generic masked.gather test to show someti...
2019-03-22 Philip Reames[tests] Add tests for converting masked.load to load...
2019-03-22 Xing GUO[llvm-readobj] Revert bad changes
2019-03-22 Philip Reames[Tests] Use valid alignment in masked.gather tests
2019-03-22 Nico Webergn build: Merge r356750
2019-03-22 Nico Webergn build: Merge r356570
2019-03-22 Nico Webergn build: Merge r356662
2019-03-22 Nico Webergn build: Merge r356692
2019-03-22 Tim RenoufInstCombineSimplifyDemanded: Allow v3 results for AMDGC...
2019-03-22 Nico Webergn build: Merge r356753
2019-03-22 Nico Webergn build: Merge r356652 (and follow-up r56655)
2019-03-22 Nico Webergn build: Merge r356729
2019-03-22 Xing GUO[llvm-readobj] Separate `Symbol Version` dumpers into...
2019-03-22 Sanjay Patel[x86] auto-generate complete test checks; NFC
2019-03-22 Sanjay Patel[x86] auto-generate complete test checks; NFC
2019-03-22 Sanjay Patel[x86] add 'nounwind' to tests to reduce noise; NFC
2019-03-22 Sanjay Patel[x86] auto-generate complete checks for test; NFC
2019-03-22 Tim Renouf[AMDGPU] Use three- and five-dword result type in image ops
2019-03-22 Tim Renouf[AMDGPU] Implemented dwordx3 variants of buffer/tbuffer...
2019-03-22 Dinar Temirbulatov[SLPVectorizer] Add test related to SLP Throttling...
2019-03-22 Pavel Labath[ObjectYAML] Add basic minidump generation support
2019-03-22 Clement Courbet[llvm-exegesis] Fix compilation before c++17.
2019-03-22 Clement Courbet[llvm-exegesis] Add clustering test.
2019-03-22 James Henderson[llvm-objcopy]Add coverage for --split-dwo and --output...
2019-03-22 George RimarRevert r356738 "[llvm-objcopy] - Implement replaceSecti...
2019-03-22 Alex Bradbury[RISCV] Add basic RV32E definitions and MC layer support
2019-03-22 Alex Bradbury[RISCV] Optimize emission of SELECT sequences
2019-03-22 Alex Bradbury[RISCV] Allow conversion of CC logic to bitwise logic
2019-03-22 George Rimar[llvm-objcopy] - Fix a st_name of the first symbol...
2019-03-22 George Rimar[llvm-objcopy] - Implement replaceSectionReferences...
2019-03-22 James Henderson[llvm-objcopy]Add support for *-freebsd output formats
2019-03-22 Alex Bradbury[RISCV][NFC] Add test case to MC/RISCV/linker-relaxatio...
2019-03-22 Tim Renouf[AMDGPU] Added v5i32 and v5f32 register classes
2019-03-22 Alex Bradbury[RISCV][NFC] Expand test/MC/RISCV/linker-relaxation...
2019-03-22 Craig Topper[X86] Add 32-bit command lines with and without SSE2...
2019-03-22 Yonghong Song[BPF] fix flaky btf unit test static-var-derived-type.ll
2019-03-22 Fangrui Song[DWARF] Refactor RelocVisitor and fix computation of...
2019-03-22 Yonghong Song[BPF] handle derived type properly for computing type id
2019-03-21 Craig Topper[X86] Autogenerate complete checks. NFC
2019-03-21 Amara Emerson[AArch64] Split the neon.addp intrinsic into integer...
2019-03-21 Craig Topper[X86] Use LoadInst->getType() instead of LoadInst-...
2019-03-21 Nikita Popov[InstSimplify] Add tests for signed icmp of and/or...
2019-03-21 Steven Wu[Object] Fix reading objects created with -fembed-bitco...
2019-03-21 Matt ArsenaultMips: Fix typo in assert message
2019-03-21 Matt ArsenaultMips: Don't create copy of nothing
2019-03-21 Matt ArsenaultGlobalISel: Fix RegBankSelect for REG_SEQUENCE
2019-03-21 Akira HatanakaDon't add a tail keyword to calls to ObjC runtime funct...
2019-03-21 Evandro Menezes[AArch64] Update for Exynos
2019-03-21 Jordan Rupprecht[llvm-objdump] Support arg grouping for -j and -M ...
2019-03-21 Simon Pilgrim[X86] canonicalizeBitSelect - don't attempt to canonica...
2019-03-21 Reid Kleckner[llvm-pdbutil] Add -type-ref-stats to help find unused...
next