2019-10-21 |
Simon Pilgrim | [X86][SSE] Add OR(EXTRACTELT(X,0),OR(EXTRACTELT(X,1... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Simon Pilgrim | [X86][SSE] Add OR(EXTRACTELT(X,0),OR(EXTRACTELT(X,1... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Lang Hames | [examples] Add a dependency on ExecutionEngine to LLJIT... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Austin Kerbow | AMDGPU/GlobalISel: Legalize fast unsafe FDIV |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Julian Lettner | [lit] Simplify test scheduling via multiprocessing... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Matt Arsenault | AMDGPU: Select basic interp directly from intrinsics |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Julian Lettner | [lit] Remove redundancy from names and comments |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Roman Lebedev | [CVP] No-wrap deduction for `shl` |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Quentin Colombet | [GISel][CombinerHelper] Add a combine turning shuffle_v... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Matt Arsenault | AMDGPU: Use CopyToReg for interp intrinsic lowering |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Matt Arsenault | AMDGPU: Erase redundant redefs of m0 in SIFoldOperands |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Matt Arsenault | AMDGPU: Stop adding m0 implicit def to SGPR spills |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Matt Arsenault | AMDGPU: Slightly restructure m0 init code |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Stanislav Mekhanoshin | [AMDGPU] Select AGPR in PHI operand legalization |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Simon Pilgrim | [X86] Rename matchBitOpReduction to matchScalarReductio... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Sander de Smalen | Reverted r375425 as it broke some buildbots. |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Roman Lebedev | [NFC][CVP] Add `shl` no-wrap deduction test coverage |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Bjorn Pettersson | Prune Pass.h include from DataLayout.h. NFCI |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Simon Pilgrim | [PowerPC] Regenerate test for D52431 |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Raphael Isemann | [NFC] Add missing include to fix modules build |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Simon Pilgrim | SystemZISelLowering - supportedAddressingMode - silence... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Simon Pilgrim | GVNHoist - silence static analyzer dyn_cast<> null... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Simon Pilgrim | GuardWidening - silence static analyzer null dereferenc... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Simon Pilgrim | CrossDSOCFI - silence static analyzer dyn_cast<> null... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Simon Pilgrim | IndVarSimplify - silence static analyzer dyn_cast<... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Sander de Smalen | [AArch64][DebugInfo] Do not recompute CalleeSavedStackS... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Xiangling Liao | [NFC] Cleanup with variable name IsPPC64 & IsDarwin |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Guillaume Chatelet | [Alignment][NFC] Finish transition for `Loads` |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Jay Foad | Pre-commit test cases for D64713. |
commit | commitdiff | tree | snapshot |
2019-10-21 |
David Green | [Types] Define a getWithNewBitWidth for Types and make... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Guillaume Chatelet | [Alignment][NFC] Instructions::getLoadStoreAlignment |
commit | commitdiff | tree | snapshot |
2019-10-21 |
David Green | [ARM] Extra qdadd patterns |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Guillaume Chatelet | [Alignment][NFC] Add a helper function to DataLayout |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Owen Reynolds | [docs][llvm-ar] Update llvm-ar command guide |
commit | commitdiff | tree | snapshot |
2019-10-21 |
David Green | [ARM] Add qadd lowering from a sadd_sat |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Guillaume Chatelet | [Alignment][NFC] TargetCallingConv::setByValAlign |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Jay Foad | Simplify usage of setFPAttrs. |
commit | commitdiff | tree | snapshot |
2019-10-21 |
George Rimar | [llvm/Object] - Make ELFObjectFile::getRelocatedSection... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Guillaume Chatelet | [Alignment][NFC] TargetCallingConv::setOrigAlign and... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
David Carlier | Fix llvm signal tests build. |
commit | commitdiff | tree | snapshot |
2019-10-21 |
George Rimar | [obj2yaml] - Fix a comment. NFC. |
commit | commitdiff | tree | snapshot |
2019-10-21 |
George Rimar | [obj2yaml] - Stop triggering UB when dumping corrupted... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Sam Elliott | [MemCpyOpt] Fixing Incorrect Code Motion while Handling... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
David Green | [ARM] Lower sadd_sat to qadd8 and qadd16 |
commit | commitdiff | tree | snapshot |
2019-10-21 |
David Green | [ARM] Add and adjust saturation tests for upcoming... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Guillaume Chatelet | Use Align for TFL::TransientStackAlignment |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Roman Lebedev | [NFC][InstCombine] Fixup comments |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Roman Lebedev | [CVP] Deduce no-wrap on `mul` |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Piotr Sobczak | [InstCombine] Allow values with multiple users in Simpl... |
commit | commitdiff | tree | snapshot |
2019-10-21 |
GN Sync Bot | gn build: Merge r375390 |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Martin Storsjo | [LLDB] [Windows] Initial support for ARM register contexts |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Yevgeny Rouban | [IR] Fix mayReadFromMemory() for writeonly calls |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Yonghong Song | [BPF] fix indirect call assembly code |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Johannes Doerfert | [Attributor][FIX] Silence sign-compare warning |
commit | commitdiff | tree | snapshot |
2019-10-21 |
Johannes Doerfert | [Attributor] Teach AANoCapture to use information in... |
commit | commitdiff | tree | snapshot |
2019-10-20 |
Craig Topper | [X86] Check Subtarget.hasSSE3() before calling shouldUs... |
commit | commitdiff | tree | snapshot |
2019-10-20 |
Philip Reames | [IndVars] Add a todo to reflect a further oppurtunity... |
commit | commitdiff | tree | snapshot |
2019-10-20 |
Philip Reames | [IndVars] Eliminate loop exits with equivalent exit... |
commit | commitdiff | tree | snapshot |
2019-10-20 |
Roman Lebedev | [InstCombine] conditional sign-extend of high-bit-extra... |
commit | commitdiff | tree | snapshot |
2019-10-20 |
Roman Lebedev | [NFC][InstCombine] conditional sign-extend of high... |
commit | commitdiff | tree | snapshot |
2019-10-20 |
GN Sync Bot | gn build: Merge r375375 |
commit | commitdiff | tree | snapshot |
2019-10-20 |
Vladimir Vereschaka | Reverted r375254 as it has broken some build bots for... |
commit | commitdiff | tree | snapshot |
2019-10-20 |
Nikita Popov | [InstCombine] Fold uadd.sat(a, b) == 0 and usub.sat... |
commit | commitdiff | tree | snapshot |
2019-10-20 |
Zinovy Nis | Fix buildbot error in SIRegisterInfo.cpp. |
commit | commitdiff | tree | snapshot |
2019-10-20 |
Nikita Popov | [InstCombine] Add tests for uadd/sub.sat(a, b) == 0... |
commit | commitdiff | tree | snapshot |
2019-10-20 |
Roman Lebedev | [InstCombine] Shift amount reassociation in shifty... |
commit | commitdiff | tree | snapshot |
2019-10-20 |
Roman Lebedev | [ConstantRange] makeGuaranteedNoWrapRegion(): `shl... |
commit | commitdiff | tree | snapshot |
2019-10-20 |
Nikita Popov | [ConstantRange] Optimize nowrap region test, remove... |
commit | commitdiff | tree | snapshot |
2019-10-20 |
Matt Arsenault | AMDGPU: Increase vcc liveness scan threshold |
commit | commitdiff | tree | snapshot |
2019-10-20 |
Matt Arsenault | AMDGPU: Split flat offsets that don't fit in DAG |
commit | commitdiff | tree | snapshot |
2019-10-20 |
Matt Arsenault | AMDGPU: Fix missing OPERAND_IMMEDIATE |
commit | commitdiff | tree | snapshot |
2019-10-20 |
Matt Arsenault | AMDGPU: Add baseline tests for flat offset splitting |
commit | commitdiff | tree | snapshot |
2019-10-20 |
Matt Arsenault | AMDGPU: Don't re-get the subtarget |
commit | commitdiff | tree | snapshot |
2019-10-20 |
George Rimar | [yaml2obj][obj2yaml] - Do not create a symbol table... |
commit | commitdiff | tree | snapshot |
2019-10-20 |
Zinovy Nis | Fix minor warning in DWARFVerifier. |
commit | commitdiff | tree | snapshot |
2019-10-20 |
Matt Arsenault | AMDGPU: Don't error on calls to null or undef |
commit | commitdiff | tree | snapshot |
2019-10-19 |
Philip Reames | [SCEV] Simplify umin/max of zext and sext of the same... |
commit | commitdiff | tree | snapshot |
2019-10-19 |
Simon Pilgrim | [X86] Pulled out helper to decode target shuffle elemen... |
commit | commitdiff | tree | snapshot |
2019-10-19 |
Sanjay Patel | [TargetLowering][DAGCombine][MSP430] add/use hook for... |
commit | commitdiff | tree | snapshot |
2019-10-19 |
Nemanja Ivanovic | [ARM] Add dependency on GlobalISel for unit tests to... |
commit | commitdiff | tree | snapshot |
2019-10-19 |
Sanjay Patel | [MSP430] Shift Amount Threshold in DAGCombine (Baseline... |
commit | commitdiff | tree | snapshot |
2019-10-19 |
Simon Pilgrim | [X86][SSE] lowerV16I8Shuffle - tryToWidenViaDuplication... |
commit | commitdiff | tree | snapshot |
2019-10-19 |
Simon Pilgrim | [X86][SSE] LowerUINT_TO_FP_i64 - only use HADDPD for... |
commit | commitdiff | tree | snapshot |
2019-10-19 |
Sylvestre Ledru | Explicit in the doc the current list of projects (with... |
commit | commitdiff | tree | snapshot |
2019-10-19 |
Sylvestre Ledru | Make it clear in the doc that 'all' in LLVM_ENABLE_PROJ... |
commit | commitdiff | tree | snapshot |
2019-10-19 |
Reid Kleckner | Avoid including CodeView/SymbolRecord.h from MCStreamer.h |
commit | commitdiff | tree | snapshot |
2019-10-19 |
Matt Arsenault | AMDGPU: Remove optnone from a test |
commit | commitdiff | tree | snapshot |
2019-10-19 |
Reid Kleckner | Prune a LegacyDivergenceAnalysis and MachineLoopInfo... |
commit | commitdiff | tree | snapshot |
2019-10-19 |
Reid Kleckner | Prune Analysis includes from SelectionDAG.h |
commit | commitdiff | tree | snapshot |
2019-10-19 |
Reid Kleckner | Move endian constant from Host.h to SwapByteOrder.h... |
commit | commitdiff | tree | snapshot |
2019-10-19 |
Reid Kleckner | Prune two MachineInstr.h includes, fix up deps |
commit | commitdiff | tree | snapshot |
2019-10-18 |
Matt Arsenault | LiveIntervals: Fix handleMoveUp with subreg def moving... |
commit | commitdiff | tree | snapshot |
2019-10-18 |
Peter Collingbourne | gn build: Build compiler-rt code with -fvisibility... |
commit | commitdiff | tree | snapshot |
2019-10-18 |
Stanislav Mekhanoshin | [AMDGPU] move PHI nodes to AGPR class |
commit | commitdiff | tree | snapshot |
2019-10-18 |
Wei Mi | [SampleFDO] Add profile remapping support for profile... |
commit | commitdiff | tree | snapshot |
2019-10-18 |
Jay Foad | [AMDGPU] Remove -amdgpu-spill-sgpr-to-smem. |
commit | commitdiff | tree | snapshot |
2019-10-18 |
Roman Lebedev | [CVP] setDeducedOverflowingFlags(): actually inc per... |
commit | commitdiff | tree | snapshot |
2019-10-18 |
GN Sync Bot | gn build: Merge r375288 |
commit | commitdiff | tree | snapshot |
2019-10-18 |
Vedant Kumar | Disable exit-on-SIGPIPE in lldb |
commit | commitdiff | tree | snapshot |
2019-10-18 |
Reid Kleckner | [X86] Fix register parsing in .seh_* in Intel syntax |
commit | commitdiff | tree | snapshot |
next |