]> granicus.if.org Git - llvm/shortlog
llvm
2019-09-13 Nico Webergn build: (manually) merge r371834
2019-09-13 Nico Webergn build: Merge r371822
2019-09-13 Nico Webergn build: (manually) merge r371787
2019-09-13 Benjamin Kramer[ADT] Make DenseMap use allocate_buffer
2019-09-13 James Henderson[llvm-size] Fix spelling errors (Berkely -> Berkeley)
2019-09-13 Benjamin Kramer[Orc] Roll back ThreadPool to std::function
2019-09-13 Benjamin Kramer[Orc] Address the remaining move-capture FIXMEs
2019-09-13 Simon Pilgrim[X86] negateFMAOpcode - extend to support FMADDSUB...
2019-09-13 David Green[ARM] Add earlyclobber for cross beat MVE instructions
2019-09-13 Nandor Licker[Clang Interpreter] Initial patch for the constexpr...
2019-09-13 Sjoerd Meijer[AArch64] More @llvm.fma.f16 tests
2019-09-13 Guillaume Chatelet[Alignment] Introduce llvm::Align to MCSection
2019-09-13 George Rimar[lib/ObjectYAML] - Change interface to return `bool...
2019-09-13 Sam Tebbs[ARM] Add support for MVE vmaxv and vminv
2019-09-13 George Rimar[llvm-objdump] Fix llvm-objdump --all-headers output...
2019-09-13 Dmitri GribenkoRevert "Fix test failures after r371640"
2019-09-13 Florian Hahn[BasicBlockUtils] Add optional BBName argument, in...
2019-09-13 Sjoerd Meijer[AArch64] MachineCombiner FMA matching. NFC.
2019-09-13 Craig Topper[TargetRegisterInfo] Remove SVT argument from getCommon...
2019-09-13 Matt ArsenaultAMDGPU/GlobalISel: Fix assert on multi-return side...
2019-09-13 Matt ArsenaultAMDGPU/GlobalISel: Legalize s32->s16 G_SITOFP/G_UITOFP
2019-09-13 Shiva Chen[RISCV] Support stack offset exceed 32-bit for RV64
2019-09-13 Shiva ChenRevert "[RISCV] Support stack offset exceed 32-bit...
2019-09-13 Matt ArsenaultAMDGPU/GlobalISel: Fix RegBankSelect for amdgcn.else
2019-09-13 Matt ArsenaultAMDGPU/GlobalISel: Select 16-bit VALU bit ops
2019-09-13 Shiva Chen[RISCV] Support stack offset exceed 32-bit for RV64
2019-09-13 Matt ArsenaultAMDGPU/GlobalISel: Legalize G_FFLOOR
2019-09-13 Tim ShenTemporarily revert r371640 "LiveIntervals: Split live...
2019-09-13 Matt ArsenaultAMDGPU/GlobalISel: Legalize G_FMAD
2019-09-13 Matt ArsenaultAMDGPU/GlobalISel: Select G_CTPOP
2019-09-13 Matt ArsenaultDAG/GlobalISel: Correct type profile of bitcount ops
2019-09-12 Matt ArsenaultAMDGPU: Add immarg to llvm.amdgcn.init.exec.from.input
2019-09-12 Matt ArsenaultLiveIntervals: Remove assertion
2019-09-12 Matt ArsenaultAMDGPU: Inline constant when materalizing FI with add...
2019-09-12 Philip Reames[Test] Restructure check lines to show differences...
2019-09-12 Philip ReamesRename nonvolatile_load/store to simple_load/store...
2019-09-12 Jessica Paquette[AArch64][GlobalISel] Support tail calling with swiftse...
2019-09-12 Philip Reames[SDAG] Update generic code to conservatively check...
2019-09-12 Greg Clayton[NFC] Fix file header filename to be Range.h
2019-09-12 DeForest Richards[Docs] Adds page for reference docs
2019-09-12 Jessica Paquette[AArch64][GlobalISel] Support sibling calls with outgoi...
2019-09-12 Craig Topper[PowerPC] Remove the SPE4RC register class and instead...
2019-09-12 Philip ReamesRemove a duplicate test
2019-09-12 Philip Reames[SCEV] Add smin support to getRangeRef
2019-09-12 Craig Topper[DAGCombiner][X86] Pass the CmpOpVT to reduceSelectOfFP...
2019-09-12 Evandro Menezes[ConstantFolding] Expand folding of some library functions
2019-09-12 Tim ShenFix llvm-reduce tests so that they don't assume the...
2019-09-12 Craig Topper[SelectionDAGBuilder] Simplify loop in visitSelect...
2019-09-12 Simon Pilgrim[X86] Move negateFMAOpcode helper earlier to help futur...
2019-09-12 Florian Hahn[LV] Update test case after r371768.
2019-09-12 Florian Hahn[SCEV] Support SCEVUMinExpr in getRangeRef.
2019-09-12 David Blaikiellvm-reduce: For now, mark these tests as requiring...
2019-09-12 Philip ReamesPrecommit tests for D67514
2019-09-12 Austin KerbowAMDGPU: Fix bug in r371671 on some builds.
2019-09-12 David Blaikiellvm-reduce: Remove unused plugin support/requirements
2019-09-12 Alina Sbirlea[LICM/AST] Check if the AliasAny set is removed from...
2019-09-12 Sanjay Patel[InstCombine] add tests for fptrunc; NFC
2019-09-12 Alina Sbirlea[MemorySSA] Pass (for update) MSSAU when hoisting instr...
2019-09-12 Philip ReamesPrecommit tests for generalization of load dereferencea...
2019-09-12 Sanjay Patel[InstCombine] reduce test noise and regenerate CHECK...
2019-09-12 Philip Reames[LV] Support invariant addresses in speculation logic
2019-09-12 David Green[CGP] Ensure sinking multiple instructions does not...
2019-09-12 Guillaume Chatelet[Alignment] Move OffsetToAlignment to Alignment.h
2019-09-12 Rainer Orthtest-release.sh: Don't use chrpath on Solaris
2019-09-12 James Henderson[docs][llvm-strip] Remove unnecessary whitespace for...
2019-09-12 Roman Lebedev[InstCombine][InstSimplify] Move constant-folding tests...
2019-09-12 Roman Lebedev[NFC][InstCombine][InstSimplify] Add test for "add...
2019-09-12 Sanjay Patel[ConstProp] allow folding for fma that produces NaN
2019-09-12 Petar Avramovic[MIPS GlobalISel] Select indirect branch
2019-09-12 Petar Avramovic[MIPS GlobalISel] Lower G_DYN_STACKALLOC
2019-09-12 Petar Avramovic[MIPS GlobalISel] Select G_IMPLICIT_DEF
2019-09-12 Simon Pilgrim[DAGCombine] visitFDIV - Use isCheaperToUseNegatedFPOps...
2019-09-12 Tim NorthoverAArch64: support arm64_32, an ILP32 slice for watchOS.
2019-09-12 Tim NorthoverCodeGenPrep: add separate hook say when GEPs should...
2019-09-12 Roman Lebedev[InstSimplify] simplifyUnsignedRangeCheck(): handle...
2019-09-12 Kai Luo[PowerPC][MCP][NFC] Pre-commit test cases for https...
2019-09-12 Qiu Chaofan[DAGCombiner] Improve division estimation of floating...
2019-09-12 Craig Topper[LegalizeTypes] Remove code for softening a float type...
2019-09-12 Yevgeny RoubanMake SwitchInstProfUpdateWrapper strict permanently
2019-09-12 Nico Webergn build: Merge r371700
2019-09-12 David BlaikieReapply llvm-reduce: Add pass to reduce parameters""
2019-09-12 David BlaikiePR43278: llvm-reduce: Use temporary file names (and...
2019-09-11 Craig Topper[X86] Enable -mprefer-vector-width=256 by default for...
2019-09-11 Amara Emerson[AArch64][GlobalISel] Fall back on attempts to allocate...
2019-09-11 Jessica Paquette[GlobalISel][AArch64] Check caller for swifterror param...
2019-09-11 Reid Kleckner[TableGen] Skip CRLF conversion when writing output
2019-09-11 Sanjay Patel[InstCombine] rename variable for readability; NFC
2019-09-11 David BlaikieAdd some missing changes to GSYM that was addressing...
2019-09-11 David BlaikiePR43278: Temporarily disable llvm-reduce tests due...
2019-09-11 Reid Kleckner[X86] Fix latent bugs in 32-bit CMPXCHG8B inserter
2019-09-11 Evandro Menezes[ConstantFolding] Refactor math functions to use LLVM...
2019-09-11 Cyndy IshidaRevert [llvm-nm] Add tapi file support
2019-09-11 Cyndy IshidaRevert [Object][TextAPI] NFC, fix tapi lit tests
2019-09-11 Craig Topper[X86] Add test case for v16i64->v16i32 truncate on...
2019-09-11 Craig Topper[X86] Move x86_64 fp128 conversion to libcalls from...
2019-09-11 Austin KerbowAMDGPU: Move m0 initializations earlier
2019-09-11 Nico Webergn build: Merge r371661
2019-09-11 Nico Webergn build: Merge r371657
2019-09-11 Vedant Kumar[DWARF] Emit call site parameter info when tuning for...
2019-09-11 Chris BienemanAll Errors must be checked
next