projects
/
llvm
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
llvm
2019-07-01
Jinsong Ji
[UpdateTestChecks][PowerPC] Avoid empty string when...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Roman Lebedev
[NFC][InstCombine] Better commutative tests for "shift...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Krzysztof Parzyszek
[Hexagon] Rework VLCR algorithm
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Matt Arsenault
AMDGPU: Convert some places to Register
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Matt Arsenault
AMDGPU/GlobalISel: Fix RegBankSelect for G_FCANONICALIZE
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Matt Arsenault
AMDGPU/GlobalISel: Fix RegBankSelect for G_BUILD_VECTOR
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Matt Arsenault
AMDGPU/GlobalISel: Fail on store to 32-bit address...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Matt Arsenault
AMDGPU/GlobalISel: Improve icmp selection coverage.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Roman Lebedev
[NFC][InstCombine] Improve test coverage for ((~x...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Matt Arsenault
AMDGPU/GlobalISel: RegBankSelect for WWM/WQM
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Matt Arsenault
AMDGPU/GlobalISel: Use vcc reg bank for amdgcn.wqm...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Matt Arsenault
AMDGPU/GlobalISel: Fix scc->vcc copy handling
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Matt Arsenault
AMDGPU/GlobalISel: Use and instead of BFE with inline...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Matt Arsenault
GlobalISel: Add GINodeEquiv for min/max
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Matt Arsenault
GlobalISel: Add DAG compat for G_FCANONICALIZE
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Simon Atanasyan
[mips] Add missing schedinfo for MSA and ASE instructions
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Simon Atanasyan
[mips] Add missing schedinfo for atomic instructions
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Simon Atanasyan
[mips] Add missing schedinfo for ADJCALLSTACKDOWN,...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Florian Hahn
[AMDGPU] Call isLoopExiting for blocks in the loop.
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Roman Lebedev
[NFC][InstCombine] Tests for ((~x) + y) + 1 -> y ...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Fangrui Song
[RISCV] Add break; to the last switch case
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Simon Pilgrim
[X86] CombineShuffleWithExtract - updated description...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Benjamin Kramer
[SelectionDAG] Do minnum->minimum at legalization time...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Andrew Ng
[benchmark] Disable CMake get_git_version
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Roman Lebedev
[NFC][InstCombine] Tests for x - ~(y) -> x + y +...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Roman Lebedev
[InstCombine] Omit 'urem' where possible
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Roman Lebedev
[NFC][InstCombine] Copy test for omit urem when possibl...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Jeremy Morse
[DebugInfo] Avoid adding too much indirection to pointe...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Yevgeny Rouban
[SimpleLoopUnswitch] Implement handling of prof branch_...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Sam Parker
[ARM] WLS/LE Code Generation
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Craig Topper
[X86] Add more load folding tests for vcvt(t)ps2(u...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Craig Topper
[X86] Improve the type checking fast-isel handling...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Craig Topper
[X86] Add a DAG combine to replace vector loads feeding...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Craig Topper
[X86] Add some additional load folding tests to vec_int...
commit
|
commitdiff
|
tree
|
snapshot
2019-07-01
Craig Topper
[X86] Add MOVHPDrm/MOVLPDrm patterns that use VZEXT_LOAD.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-30
Mike Spertus
Clean up MSVC visualization of LLVM pointer types
commit
|
commitdiff
|
tree
|
snapshot
2019-06-30
Sanjay Patel
[InstCombine] canonicalize fcmp+select to minnum/maxnum...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-30
Fangrui Song
Cleanup: llvm::bsearch -> llvm::partition_point after...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-30
Fangrui Song
[ADT] Implement llvm::bsearch() with std::partition_point()
commit
|
commitdiff
|
tree
|
snapshot
2019-06-30
Craig Topper
[X86] Custom lower AVX masked loads to masked load...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-30
Craig Topper
[SelectionDAG] Use the memory VT instead of result...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Nikita Popov
[LFTR] Rephrase getLoopTest into "based-on" check;...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Sanjay Patel
[InstCombine] canonicalize fmin/fmax to LLVM intrinsics...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Nikita Popov
[LFTR] Remove unnecessary latch check; NFCI
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Roman Lebedev
[InstCombine] Shift amount reassociation (PR42391)
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Roman Lebedev
[IR][Patternmatch] Add m_SpecificInt_ULT() predicate
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Dmitry Venikov
[APInt] Fix getBitsNeeded for INT_MIN values
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Nikita Popov
[LFTR] Fix post-inc pointer IV with truncated exit...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Sam Clegg
Partial revert of "[llvm-ar] Document response file...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Matt Arsenault
AMDGPU/GlobalISel: Add some more tests for icmp select
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Matt Arsenault
AMDGPU/GlobalISel: RegBankSelect for update.dpp
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Matt Arsenault
AMDGPU/GlobalISel: RegBankSelect for atomic.inc/atomic.dec
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Matt Arsenault
AMDGPU/GlobalISel: RegBankSelect for some DS intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Matt Arsenault
AMDGPU/GlobalISel: RegBankSelect for some easy intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Matt Arsenault
AMDGPU/GlobalISel: RegBankSelect for icmp/fcmp intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Matt Arsenault
AMDGPU/GlobalISel: RegBankSelect for amdgcn.div.fmas
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Matt Arsenault
AMDGPU/GlobalISel: RegBankSelect for some simple leaf...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-29
Philip Reames
[IndVars] Remove a bit of manual constant folding ...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Matt Arsenault
AMDGPU: Add baseline test for packed shufflevector
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Wouter van...
[WebAssembly] Assembler: support .int16/32/64 directives.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Wouter van...
[WebAssembly] Allow @object in .type directives.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Sanjay Patel
[x86] remove stale comment about cmov; NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Cameron McInally
[NFC][NewGVN] Explicitly check fpmath metadata in fpmath.ll
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Sanjay Patel
[Lanai] auto-generate complete test checks; NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Wouter van...
[WebAssembly] Assembler: Allow offsets and p2align...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Wouter van...
[WebAssembly] Assembler: Improve section parsing.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Cameron McInally
[NewGVN] Add unary FNeg support to NewGVN pass
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Cameron McInally
[GVNSink] Add unary FNeg support to GVNSink pass
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Erik Pilkington
[demangle] Support for C++2a char8_t
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Brad Smith
Default to Secure PLT on PPC for musl libc.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Sam Clegg
[llvm-ar] Document response file support in --help
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Lang Hames
Re-apply r364600 with fixes.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Rainer Orth
[unittests][Support] Fix LLVM-Unit :: Support/./Support...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Jinsong Ji
[UpdateChecks] Add support for armv7-apple-darwin
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Simon Pilgrim
[X86] CombineShuffleWithExtract - recurse through EXTRA...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Peter Collingbourne
hwasan: Remove the old frame descriptor mechanism.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Roman Lebedev
[NFC][Codegen] Revisit test coverage for X % C == 0...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Wouter van...
[WebAssembly] Added visibility and ident directives...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Roman Lebedev
[NFC][InstCombine] Shift amount reassociation: revisit...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Dmitry Preobrazhensky
[AMDGPU][MC] Fix 2 for sanitizer failure in 364645
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Sam Tebbs
[ARM] Add support for the MVE long shift instructions
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Max Moroz
[llvm-cov[ Fix lcov coverage report contains functions...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Roman Lebedev
[NFC][InstCombine] Shift amount reassociation: add...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Dmitry Preobrazhensky
[AMDGPU][MC] Fix for sanitizer failure in 364645
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Cameron McInally
[NFC][Float2Int] Pre-commit unary FNeg test to basic.ll
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Cameron McInally
[NFC][NewGVN] Pre-commit unary FNeg test to fpmath.ll
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Dmitry Preobrazhensky
[AMDGPU][MC] Enabled constant expressions as operands...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Simon Pilgrim
[X86] CombineShuffleWithExtract - only require 1 source...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
David Green
[ARM] Add MVE mul patterns
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Roman Lebedev
[NFC][Codegen] Revisit test coverage for X % C == 0...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
David Green
[ARM] Mark math routines as non-legal for MVE
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
David Green
[ARM] MVE patterns for VABS and VNEG
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Fangrui Song
[DebugInfo] Fix setStartAddress after r364637
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Fangrui Song
[DebugInfo] Simplify GSYM::AddressRange and GSYM::Addre...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
David Green
[ARM] Widening loads and narrowing stores
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Simon Tatham
[ARM] Fix integer UB in MVE load/store immediate handling.
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Fangrui Song
[DebugInfo] GSYM cleanups after D63104/r364427
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
David Green
[ARM] MVE loads and stores
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
Dylan McKay
[AVR] Don't look for the TargetFrameLowering in the...
commit
|
commitdiff
|
tree
|
snapshot
2019-06-28
David Green
[ARM] Mark div and rem as expand for MVE
commit
|
commitdiff
|
tree
|
snapshot
next