]> granicus.if.org Git - llvm/shortlog
llvm
2019-09-19 Simon Pilgrim[DAG] Add SelectionDAG::MaxRecursionDepth constant
2019-09-19 Hans WennborgRevert r372285 "GlobalISel: Don't materialize immarg...
2019-09-19 David Green[ARM] MVE i1 splat
2019-09-19 Owen ReynoldsRevert [llvm-ar] Include a line number when failing...
2019-09-19 Simon PilgrimFix -Wdocumentation "@returns in a void function" warni...
2019-09-19 Owen Reynolds[llvm-ar] Include a line number when failing to parse...
2019-09-19 Simon PilgrimFix MSVC "result of 32-bit shift implicitly converted...
2019-09-19 Serguei Katkov[Unroll] Add an option to control complete unrolling
2019-09-19 Craig Topper[X86] Prevent crash in LowerBUILD_VECTORvXi1 for v64i1...
2019-09-19 Sam Parker[ARM] Fix for buildbots
2019-09-19 Craig Topper[X86] Change a SmallVector& argument to SmallVectorImpl...
2019-09-19 Craig Topper[X86] Remove unused argument from a helper function...
2019-09-19 Tom StellardAMDGPU/SILoadStoreOptimizer: Add const to more functions
2019-09-19 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect llvm.amdgcn.ds.swizzle
2019-09-19 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect tbuffer load/store
2019-09-19 Matt ArsenaultAMDGPU/GlobalISel: Select llvm.amdgcn.raw.buffer.store...
2019-09-19 Matt ArsenaultAMDGPU/GlobalISel: Select llvm.amdgcn.raw.buffer.store
2019-09-19 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect struct buffer load...
2019-09-19 Matt ArsenaultAMDGPU/GlobalISel: RegBankSelect llvm.amdgcn.raw.buffer...
2019-09-19 Matt ArsenaultAMDGPU/GlobalISel: Attempt to RegBankSelect image intri...
2019-09-19 Matt ArsenaultFix typo
2019-09-19 Matt ArsenaultMachineScheduler: Fix assert from not checking subregs
2019-09-19 Matt ArsenaultAMDGPU/GlobalISel: Fix RegBankSelect G_SMULH/G_UMULH...
2019-09-19 Matt ArsenaultGlobalISel: Don't materialize immarg arguments to intri...
2019-09-19 GN Sync Botgn build: Merge r372282
2019-09-19 David Blaikiellvm-reduce: Add pass to reduce instructions
2019-09-19 David Blaikiellvm-reduce: Avoid use-after-free when removing a branc...
2019-09-19 Alexander Shaposhnikov[Object] Extend MachOUniversalBinary::getObjectForArch
2019-09-18 Roman Tereshin[utils] Add minimal support for MIR inputs to update_ll...
2019-09-18 Roman Tereshin[utils] Amend update_llc_test_checks.py to non-llc...
2019-09-18 Thomas Lively[WebAssembly] Restore defaults for stores per memop
2019-09-18 DeForest Richards[Docs] Moves topics to new categories
2019-09-18 Jessica Paquette[AArch64][GlobalISel] Support lowering musttail calls
2019-09-18 Adrian PrantlRemove the obsolete BlockByRefStruct flag from LLVM IR
2019-09-18 David Blaikiellvm-reduce: Remove inaccurate doxy comment about a...
2019-09-18 David Blaikiellvm-reduce: Fix inconsistencies between int/unsigned...
2019-09-18 GN Sync Botgn build: Merge r372267
2019-09-18 Amy HuangAdd AutoUpgrade function to add new address space datal...
2019-09-18 GN Sync Botgn build: Merge r372264
2019-09-18 David Blaikiellvm-reduce: Add pass to reduce basic blocks
2019-09-18 Roman Lebedev[SimplifyCFG] mergeConditionalStoreToAddress(): try...
2019-09-18 Dimitry AndricOn PowerPC, Secure-PLT by default for FreeBSD 13 and...
2019-09-18 Roman Lebedev[DAGCombine][ARM][X86] (sub Carry, X) -> (addcarry...
2019-09-18 Roman Lebedev[CodeGen][X86][NFC] Tests for (sub Carry, X) -> (addcar...
2019-09-18 Roman Lebedev[InstCombine] foldUnsignedUnderflowCheck(): handle...
2019-09-18 Lang Hames[AArch64] Don't implicitly enable global isel on Darwin...
2019-09-18 Roman Lebedev[SimplifyCFG] mergeConditionalStoreToAddress(): conside...
2019-09-18 Roman Lebedev[MIPS] For vectors, select `add %x, C` as `sub %x,...
2019-09-18 Roman Lebedev[CodeGen][MIPS][NFC] Some standalone tests for D66805...
2019-09-18 Simon Atanasyan[mips] Expand 'lw/sw' instructions for 32-bit GOT
2019-09-18 Roman Lebedev[InstCombine] dropRedundantMaskingOfLeftShiftInput...
2019-09-18 Roman Lebedev[NFC][InstCombine] More tests for PR42563 "Dropping...
2019-09-18 Daniel SandersFix compile-time regression caused by rL371928
2019-09-18 Benjamin Kramer[DDG] Break a cyclic dependency from Analysis to ScalarOpts
2019-09-18 GN Sync Botgn build: Merge r372238
2019-09-18 Bardia MahjourData Dependence Graph Basics
2019-09-18 Sanjay Patel[InstSimplify] add tests for fma/fmuladd; NFC
2019-09-18 Guillaume Chatelet[Alignment][NFC] Align(1) to Align::None() conversions
2019-09-18 Wei Mi[SampleFDO] Minimize performance impact when profile...
2019-09-18 Guillaume Chatelet[Alignment][NFC] Remove LogAlignment functions
2019-09-18 Guillaume Chatelet[Alignment][NFC] Use Align::None instead of 1
2019-09-18 Krasimir GeorgievRevert "[AArch64][DebugInfo] Do not recompute CalleeSav...
2019-09-18 Sanjay Patel[SimplifyLibCalls] fix crash with empty function name...
2019-09-18 Hans WennborgFollow-up to r372209: Use single quotes for host_ldflag...
2019-09-18 Jay Foad[SDA] Don't stop divergence propagation at the IPD.
2019-09-18 Simon Atanasyan[mips] Pass "xgot" flag as a subtarget feature
2019-09-18 Simon Atanasyan[mips] Mark tests for lw/sw expansion in PIC by a separ...
2019-09-18 Simon Atanasyan[mips] Reduce code duplication in the `loadAndAddSymbol...
2019-09-18 Simon PilgrimFix -Wdocumentation warning. NFCI.
2019-09-18 Simon PilgrimFix -Wdocumentation "empty paragraph passed to '\brief...
2019-09-18 Simon PilgrimFix -Wdocumentation "@returns in a void function" warni...
2019-09-18 Simon PilgrimFix -Wdocumentation "Unknown param" warning. NFCI.
2019-09-18 Russell Gallop[cmake] Changes to get Windows self-host working with PGO
2019-09-18 Tim Renouf[AMDGPU] Allow FP inline constant in v_madak_f16 and...
2019-09-18 Guillaume Chatelet[Alignment] Add a None() member function
2019-09-18 Sander de Smalen[AArch64][DebugInfo] Do not recompute CalleeSavedStackSize
2019-09-18 Ilya BiryukovRevert "r372201: [Support] Replace function with functi...
2019-09-18 Ilya Biryukov[Support] Replace function with function_ref in writeFi...
2019-09-18 Craig Topper[X86] Break non-power of 2 vXi1 vectors into scalars...
2019-09-18 Craig Topper[X86] Add test case for passing a v17i1 vector with...
2019-09-18 Yonghong Song[BPF] Permit all user instructed offset relocatiions
2019-09-18 Craig Topper[X86] Prevent assertion when calling a function that...
2019-09-18 Francis Visoiu... [Remarks] Allow the RemarkStreamer to be used directly...
2019-09-17 Teresa Johnson[PGO] Change hardcoded thresholds for cold/inlinehint...
2019-09-17 Eli Friedman[ARM] VFPv2 only supports 16 D registers.
2019-09-17 Reid Kleckner[PGO] Don't use comdat groups for counters & data on...
2019-09-17 Jinsong JiReland "[docs][Bugpoint]Add notes about multiple crashes"
2019-09-17 Greg ClaytonFix buildbots.
2019-09-17 Jessica Paquette[AArch64][GlobalISel] Support -tailcallopt
2019-09-17 GN Sync Botgn build: Merge r372168
2019-09-17 Roman LebedevAArch64CallLowering::lowerCall(): fix build by not...
2019-09-17 Roman Lebedev[NFC][InstCombine] dropRedundantMaskingOfLeftShiftInput...
2019-09-17 Roman Lebedev[NFC][InstCombine] More tests for "Dropping pointless...
2019-09-17 Bardia MahjourRevert "Data Dependence Graph Basics"
2019-09-17 Simon PilgrimNVPTXAsmPrinter - Don't dereference a dyn_cast result...
2019-09-17 Simon PilgrimWasmEmitter - Don't dereference a dyn_cast result....
2019-09-17 Jessica Paquette[AArch64][GlobalISel][NFC] Refactor tail call lowering...
2019-09-17 GN Sync Botgn build: Merge r372162
2019-09-17 Bardia MahjourData Dependence Graph Basics
2019-09-17 Jinsong Ji[docs][Bugpoint] Revert 5584ead50 a5aa3353
next