projects
/
llvm
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
llvm
2019-08-12
Stanislav Mekhanoshin
[AMDGPU] removed unused functions from printf lowering
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Reid Kleckner
[WinEH] Fix catch block parent frame pointer offset
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Juergen Ributzka
[TextAPI] Fix & Add tests for tbd files version 3.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Daniel Sanders
[risc-v] Apply llvm-prefer-register-over-unsigned from...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Daniel Sanders
[aarch64] Apply llvm-prefer-register-over-unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Daniel Sanders
[webassembly] Apply llvm-prefer-register-over-unsigned...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Stanislav Mekhanoshin
[AMDGPU] Use PredicateControl in MIMGBaseOpcode. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Johannes Doerfert
[Attributor] Use the cached data layout directly
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Whitney Tsang
Title: Fix build warning for operator<< when using...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Craig Topper
[X86] Allow combineTruncateWithSat to use pack instruct...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Johannes Doerfert
[Attributor][NFC] Add IntegerState raw_ostream << operator
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Johannes Doerfert
[Attributor] Make the InformationCache an Attributor...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Aditya Nandakumar
[GISel]: Fix a bug in KnownBits where we should have...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Juergen Ributzka
Revert "Disable MachO TBD write tests for Windows."
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Craig Topper
[X86] Remove unreachable code from LowerTRUNCATE. NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Craig Topper
[X86] Add a paranoia type check to the code that detect...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Craig Topper
[X86] Simplify creation of saturating truncating stores.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Craig Topper
[X86] Replace call to isTruncStoreLegalOrCustom with...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Nico Weber
gn build: Merge r368592
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Kang Zhang
[NFC][PowerPC] Add the test case shrink-wrap.mir and...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Wenlei He
[ThinLTO][AutoFDO] Fix memory corruption due to race...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Roman Lebedev
[CostModel][X86][AArch64] Check all 3 cost kinds in...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Craig Topper
[X86] Disable use of zmm registers for varargs musttail...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
David Green
[ARM] sext of a load is free
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Stanislav Mekhanoshin
[AMDGPU] Printf runtime binding pass
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
David Green
[ARM] MVE shuffle broadcast costs
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
David Green
[ARM] Put some of the TTI costmodel behind hasNeon...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
David Green
[ARM] Add or update a number of costmodel tests. NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Sean Fertile
[XCOFF] Use a single symbolic constant for the size...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Sanjay Patel
[InstCombine] add tests for scalar-select-of-vectors...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Hans Wennborg
Revert r368339 "[MBP] Disable aggressive loop rotate...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Jordan Rupprecht
[llvm-ar][NFC] Fix buildbot
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Jordan Rupprecht
[llvm-readobj] Downgrade 'PT_DYNAMIC segment offset...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Simon Pilgrim
[X86][SSE] Add test showing missing demanded elts PSADB...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Kang Zhang
Revert r368565: [CodeGen] Do the Simple Early Return...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Owen Reynolds
[llvm-ar] Accept file paths with windows format slashes
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Sam Elliott
[RISCV] Fix ICE in isDesirableToCommuteWithShift
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
David Bolvansky
[InstCombine] x /c fabs(x) -> copysign(1.0, x)
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
David Stenberg
[DebugInfo] Remove call sites when eliminating unreacha...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Kang Zhang
[CodeGen] Do the Simple Early Return in block-placement...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Owen Reynolds
[llvm-ar][test] Correct tests marked as expected fails
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Hans Wennborg
Revert r368509 "[CodeGen] Do the Simple Early Return...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Simon Pilgrim
[X86][SSE] ComputeKnownBits - add basic PSADBW handling
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Simon Pilgrim
[X86][SSE] Add test showing missing compute known bits...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
James Henderson
NFC. Remove trailing whitespace in test
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
James Henderson
[llvm-strings] Improve testing of llvm-strings
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Roman Lebedev
[InstCombine] foldShiftIntoShiftInAnotherHandOfAndInICm...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Simon Pilgrim
[TargetLowering] SimplifyDemandedBits - call SimplifyMu...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Roman Lebedev
[CostModel][X86][AArch64] Add some tests for extractvalue
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Craig Topper
[X86] Add some reduction add test cases that show sub...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-12
Pengfei Wang
[X86] Support -march=tigerlake
commit
|
commitdiff
|
tree
|
snapshot
2019-08-11
Wenlei He
Fix pass dependency for LICM
commit
|
commitdiff
|
tree
|
snapshot
2019-08-11
Bjorn Pettersson
[X86] Remove redundant ';' chars ending IR lines in...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-11
Bjorn Pettersson
[SelectionDAG] Widen vector results of SMULFIX/UMULFIX...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-11
Craig Topper
[X86] Simplify some of the type checks in combineSubToS...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-11
Craig Topper
[X86] Don't use SplitOpsAndApply for ISD::USUBSAT.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-11
Kang Zhang
[NFC][CodeGen] Use while loop instead for loop in Machi...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-11
David Green
[ARM] MVE spill vector test. NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-08-11
David Green
[MVE] Don't try to unroll vectorised MVE loops
commit
|
commitdiff
|
tree
|
snapshot
2019-08-11
David Green
[ARM] Permit auto-vectorization using MVE
commit
|
commitdiff
|
tree
|
snapshot
2019-08-11
Heejin Ahn
Fix __clang_call_termiante's argument for foreign excep...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-11
Wenlei He
[LICM] Make Loop ICM profile aware
commit
|
commitdiff
|
tree
|
snapshot
2019-08-11
Wenlei He
Revert "test commit"
commit
|
commitdiff
|
tree
|
snapshot
2019-08-11
Wenlei He
test commit
commit
|
commitdiff
|
tree
|
snapshot
2019-08-11
Craig Topper
[X86] Remove some more code from combineShuffle that...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-11
Craig Topper
[X86] Remove some code from combineShuffle that seems...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-10
Roman Lebedev
[InstCombine][NFC] Use SimplifyAddInst() instead of...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-10
Roman Lebedev
[NFC][InstCombine] Tests for shift amount reassociation...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-10
Roman Lebedev
[InstCombine] Shift amount reassociation in bittest...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-10
Roman Lebedev
[InstCombine] Shift amount reassociation in bittest...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-10
Roman Lebedev
[NFC][InstCombine] Tests for shift amount reassociation...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-10
Simon Pilgrim
[X86][SSE] Lower shuffle as ANY_EXTEND_VECTOR_INREG
commit
|
commitdiff
|
tree
|
snapshot
2019-08-10
Kang Zhang
[NFC][CodeGen] Modify the PI++ to ++PI in MachineBlockP...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-10
Michael Liao
[TableGen] Correct the shift to the proper bit width.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-10
Sanjay Patel
[Reassociate] try harder to convert negative FP constan...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-10
Kang Zhang
[CodeGen] Do the Simple Early Return in block-placement...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-10
Craig Topper
[X86] Match the IR pattern form movmsk on SSE1 only...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-10
Craig Topper
[X86] Improve the diagnostic for larger than 4-bit...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-10
Luo, Yuanke
[X86] Fix stack probe issue on windows32.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-10
Fedor Sergeev
[MemDep] allow to select block-scan-limit when construc...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Peter Collingbourne
cfi-icall: Allow the jump table to be optionally made...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Daniel Sanders
Add missing REQUIRES to r368487
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Diego Trevino...
[Bugpoint redesign] Fix nonlocal URI link in doc
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Sanjay Patel
[DAGCombiner] exclude x*2.0 from normal negation profit...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Daniel Sanders
Remove leftover MF->dump()'s from r368487 that break...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Daniel Sanders
[globalisel] Add G_SEXT_INREG
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Eric Christopher
Remove variable only used in an assert.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Taewook Oh
Revert the test commit
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Taewook Oh
Test commit.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Craig Topper
[X86] Remove custom handling for extloads from LowerLoad.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Bill Wendling
[CodeGen] Require a name for a block addr target
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Bill Wendling
[MC] Don't recreate a label if it's already used
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Michael Pozulp
[Docs][llvm-strip] Fix an indentation issue.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Peter Collingbourne
gn build: Merge r368432.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Peter Collingbourne
gn build: Merge r368439.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Peter Collingbourne
gn build: Merge r368402.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Peter Collingbourne
gn build: Merge r368392.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Peter Collingbourne
gn build: Merge r368358.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Michael Pozulp
[Docs][llvm-strip] Add help text to llvm-strip rst doc
commit
|
commitdiff
|
tree
|
snapshot
2019-08-09
Daniel Sanders
[TableGen] Add "InitValue": Handle operands with set...
commit
|
commitdiff
|
tree
|
snapshot
next