]> granicus.if.org Git - llvm/shortlog
llvm
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
2019-09-11 Greg ClaytonAdd a LineTable class to GSYM and test it.
2019-09-11 Reid Kleckner[llvm-reduce] Fix a bug, improve error handling when...
2019-09-11 Adrian PrantlUpdate link to the DWARF spec.
2019-09-11 Michael Liao[AMDGPU] Fix crash in phi-elimination hook.
2019-09-11 Adrian PrantlUpdate documentation.
2019-09-11 Matt ArsenaultFix test failures after r371640
2019-09-11 Eli Friedman[ConstantHoisting] Fix non-determinism.
2019-09-11 Pirama Arumuga... [IRMover] Don't map globals if their types are the...
2019-09-11 Matt ArsenaultLiveIntervals: Split live intervals on multiple dead...
2019-09-11 Nico Webergn build: Merge r371635
2019-09-11 Petr HosekReland "clang-misexpect: Profile Guided Validation...
2019-09-11 Florian HahnRevert [InstCombine] Use SimplifyFMulInst to simplify...
2019-09-11 Roman Lebedev[InstSimplify] Pass SimplifyQuery into simplifyUnsigned...
2019-09-11 Roman Lebedev[NFC][InstSimplify] Add extra test for D67411 with...
2019-09-11 Nico Webergn build: Merge r371562
2019-09-11 Whitney TsangLLVM: Optimization Pass: Remove conflicting attribute...
2019-09-11 Sanjay Patel[ConstProp] add tests for fma that produce NaN; NFC
2019-09-11 Sanjay Patel[ConstProp] move test file from InstSimplify; NFC
2019-09-11 Sanjay Patel[InstSimplify] regenerate test CHECKs; NFC
2019-09-11 Guillaume Chatelet[Alignment][NFC] use llvm::Align for AsmPrinter::EmitAl...
2019-09-11 Sanjay Patel[LangRef] add link for fma intrinsic
2019-09-11 Sanjay Patel[LangRef] fix punctuation; NFC
2019-09-11 Nico Webergn build: add include_dir that's necessary after r371564
2019-09-11 Sanjay Patel[InstCombine] fold sign-bit compares of srem
2019-09-11 Guillaume Chatelet[Alignment] Use llvm::Align in MachineFunction and...
2019-09-11 Simon Atanasyan[mips][msa] Fix infinite loop for mips.nori.b intrinsic
2019-09-11 Simon PilgrimFix -Wdocumentation warning - void function doesn't...
2019-09-11 David Bolvansky[NFC] Updated objsize-64.ll test
2019-09-11 David Bolvansky[NFC] Fixed test
2019-09-11 David Bolvansky[InstCombine] Fixed handling of isOpNewLike (PR11748)
2019-09-11 Florian Hahn[LoopInterchange] Drop unused splitInnerLoopHeader...
next