Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
68dc5fad79c52dcbcbb2f28b142c661fd9945276
68dc5fa
[BranchProbability] Manually round the floating point output.
by Benjamin Kramer
· 10 years ago
5775e77
AMDGPU: Remove hasPostISelHook from most instructions
by Matt Arsenault
· 10 years ago
4d6cb93
AMDGPU: Switch over reg class size instead of checking all super classes
by Matt Arsenault
· 10 years ago
0a8ee14
AMDGPU: Don't handle invalid reg classes in helper functions
by Matt Arsenault
· 10 years ago
1af10eb
AMDGPU: address -Winconsistent-missing-override
by Saleem Abdulrasool
· 10 years ago
32c69da
AMDGPU: Set CopyCost of register classes
by Matt Arsenault
· 10 years ago
9cc82f0
[Bug 24848] Use range metadata to constant fold comparisons between two values
by Chen Li
· 10 years ago
c03102a
AMDGPU: VOP3b definition cleanups
by Matt Arsenault
· 10 years ago
23663b8
AMDGPU: Fix sched model for VOP2b instructions
by Matt Arsenault
· 10 years ago
24b507c
[WebAssembly] Rename several functions and types according to the new spec.
by Dan Gohman
· 10 years ago
8e43417
[ARM] Don't generate clrex for pre-v7 targets.
by Ahmed Bougacha
· 10 years ago
fe14a33
[SCEV] Reapply 'Teach isLoopBackedgeGuardedByCond to exploit trip counts'
by Sanjoy Das
· 10 years ago
f0841dc
[SCEV] Reapply 'Exploit A < B => (A+K) < (B+K) when possible'
by Sanjoy Das
· 10 years ago
a882dfa
LivePhysRegs: Fix live-outs of return blocks
by Matthias Braun
· 10 years ago
358e408
[InstCombine] match De Morgan's Law hidden by zext ops (PR22723)
by Sanjay Patel
· 10 years ago
fed6bd8
Use fixed-point representation for BranchProbability.
by Cong Hou
· 10 years ago
0146367
SelectionDAGDumper: Print simple operands inline.
by Matthias Braun
· 10 years ago
728cde2
AMDGPU: Construct new buffer instruction when moving SMRD
by Matt Arsenault
· 10 years ago
476be37
DAGCombiner: Check if store is volatile first
by Matt Arsenault
· 10 years ago
86ac1df
TargetRegisterInfo: Introduce PrintLaneMask.
by Matthias Braun
· 10 years ago
dfc5b65
TargetRegisterInfo: Add typedef unsigned LaneBitmask and use it where apropriate; NFC
by Matthias Braun
· 10 years ago
f776100
merge vector stores into wider vector stores and fix AArch64 misaligned access TLI hook (PR21711)
by Sanjay Patel
· 10 years ago
7aa5b69
PrologueEpilogInserter: Fix missing live-ins when savepoint equals restorepoint
by Matthias Braun
· 10 years ago
1566e71
AMDGPU/SI: Use .hsatext section instead of .text for HSA
by Tom Stellard
· 10 years ago
68f9d1c
MCAsmInfo: Allow targets to specify when the .section directive should be omitted
by Tom Stellard
· 10 years ago
63daa14
MachineBasicBlock: Factor out common code into isReturnBlock()
by Matthias Braun
· 10 years ago
34fd05d
Revert two SCEV changes that caused test failures in clang.
by Sanjoy Das
· 10 years ago
ec5f6e8
ADCE: Fix typo in file comment. NFC
by Justin Bogner
· 10 years ago
0a70893
PeepholeOptimizer: Remove redundant copies
by Matt Arsenault
· 10 years ago
de51d0d
Simplify code. NFC.
by Chad Rosier
· 10 years ago
d8f2872
more space; NFC
by Sanjay Patel
· 10 years ago
9026ca1
[SCEV] Teach isLoopBackedgeGuardedByCond to exploit trip counts.
by Sanjoy Das
· 10 years ago
f5a027d
[SCEV] Extract helper function from isImpliedCond; NFC
by Sanjoy Das
· 10 years ago
dab86b5
[SCEV] Exploit A < B => (A+K) < (B+K) when possible
by Sanjoy Das
· 10 years ago
b10f8d4
AMDGPU: Add some more tests for literal operands
by Matt Arsenault
· 10 years ago
b95c6df
AMDGPU: Make getNamedOperandIdx declaration readonly
by Matt Arsenault
· 10 years ago
a43aca4
[AArch64] Add support for generating pre- and post-index load/store pairs.
by Chad Rosier
· 10 years ago
a481a61
AMDGPU: Disable some passes that are not meaningful
by Matt Arsenault
· 10 years ago
9225f01
AMDGPU: Handle i64->v2i32 loads/stores in PreprocessISelDAG
by Matt Arsenault
· 10 years ago
7a6a7f2
AMDGPU: Fix recomputing dominator tree unnecessarily
by Matt Arsenault
· 10 years ago
323c9fb
AMDGPU: Re-justify workaround and fix worked around problem
by Matt Arsenault
· 10 years ago
7ba1878
AMDGPU: Don't create REG_SEQUENCE with SGPR dest and VGPR sources
by Matt Arsenault
· 10 years ago
88ba582
AMDGPU: Fix not adding exec to defs of cmpx instruction pseudos
by Matt Arsenault
· 10 years ago
4fc498f
AMDGPU: Improve accuracy of instruction rates for VOPC
by Matt Arsenault
· 10 years ago
2b27648
[GlobalsAA] Teach GlobalsAA about nocapture
by James Molloy
· 10 years ago
054da58
ARM: make -Asserts,-Werror=unused-variable build happy
by Saleem Abdulrasool
· 10 years ago
64ed61c
ARM: address WoA division limitation
by Saleem Abdulrasool
· 10 years ago
29c29e1
AMDGPU: Remove unused includes
by Matt Arsenault
· 10 years ago
cfca9be
[LangRef] Unbreak the docs Sphinx build.
by Sanjoy Das
· 10 years ago
f70eb72
[Bitcode][Asm] Teach LLVM to read and write operand bundles.
by Sanjoy Das
· 10 years ago
5f57fe0
Restore test coverage for other than ELFOSABI_NONE
by Ed Maste
· 10 years ago
807d5e0
Fix typo
by Matt Arsenault
· 10 years ago
099f1dc
[AArch64] Improve the readability of the ld/st optimization pass. NFC.
by Chad Rosier
· 10 years ago
5769b61
[X86][SSE2] Fix zero/any extension shuffles that don't start from the first element
by Simon Pilgrim
· 10 years ago
5c37d16
Use ELFOSABI_NONE instead of ELFOSABI_LINUX.
by Rafael Espindola
· 10 years ago
d0edb1f7
AMDGPU: Add s_dcache_* instructions
by Matt Arsenault
· 10 years ago
1348e9d
AMDGPU: Add cache invalidation instructions.
by Matt Arsenault
· 10 years ago
a16e3ad
AMDGPU: Run mubuf assembler test for CI
by Matt Arsenault
· 10 years ago
76d7ac2e
[AArch64] The paired post-increment store instruction has an output register.
by Chad Rosier
· 10 years ago
5b674c0
[IR] Add operand bundles to CallInst and InvokeInst.
by Sanjoy Das
· 10 years ago
c848236
[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def
by Artyom Skrobov
· 10 years ago
c10a184
dsymutil: Fix the condition to distinguish module imports form definitions.
by Adrian Prantl
· 10 years ago
d44ba4a
[ValueTracking] Teach isKnownNonZero a new trick
by James Molloy
· 10 years ago
cdac331
[objdump] Make iterator operator* return a reference.
by Benjamin Kramer
· 10 years ago
b27b740
Regression Test: Deletes redundant/invalid test.
by Mohammad Shahid
· 10 years ago
7cf693a
[mips] Use PredicateControl for the MSA ASE instructions. NFC.
by Daniel Sanders
· 10 years ago
f586dec
Codegen: Fix llvm.*absdiff semantic.
by Mohammad Shahid
· 10 years ago
424da54
[InstCombine] Recognize another bswap idiom.
by Charlie Turner
· 10 years ago
b10121b
Introduce target hook for optimizing register copies
by Matt Arsenault
· 10 years ago
a5e772e
AMDGPU: Return after instruction is processed.
by Matt Arsenault
· 10 years ago
e7de900
AMDGPU: Remove another unnecessary check from commuteInstruction
by Matt Arsenault
· 10 years ago
f248cd4
AMDGPU: Add readonly to InstrMapping functions
by Matt Arsenault
· 10 years ago
a7a0014
TableGen: Add LLVM_READONLY to generated InstrMapping functions
by Matt Arsenault
· 10 years ago
809a684
AMDGPU: Fix printing trailing whitespace for mubuf atomics
by Matt Arsenault
· 10 years ago
0c5ce28
Remove dead declaration
by Matt Arsenault
· 10 years ago
fc091f4
Use new TokenFactor chain when merging stores
by Matt Arsenault
· 10 years ago
bb9c0af
AMDGPU: Reduce number of copies emitted
by Matt Arsenault
· 10 years ago
71c9e7e
Fix a think-o in which functions these should surround
by Justin Bogner
· 10 years ago
158e973
Add some NDEBUG checks I accidentally dropped in r248462
by Justin Bogner
· 10 years ago
f790439
BasicAA: Move BasicAAResult::alias out-of-line. NFC
by Justin Bogner
· 10 years ago
b084468
Add CFG Simplification pass after Loop Unswitching.
by Michael Zolotukhin
· 10 years ago
b7afd4e
[safestack] Fix compiler crash in the presence of stack restores.
by Evgeniy Stepanov
· 10 years ago
4769a74
[IR] Teach `llvm::User` to co-allocate a descriptor.
by Sanjoy Das
· 10 years ago
d4d53a5
Add REQUIRES: default_triple to these testcases.
by Adrian Prantl
· 10 years ago
e81b32f
Remove iterator_range::end.
by Rui Ueyama
· 10 years ago
d25f78f
Add iterator_range::end() predicate.
by Rui Ueyama
· 10 years ago
90ef438
[Unroll] When completely unrolling the loop, replace conditinal branches with unconditional.
by Michael Zolotukhin
· 10 years ago
2f1d7a4
Put profile variables of COMDAT functions to it's own COMDAT group.
by Wei Mi
· 10 years ago
dbd50ce
set div/rem default values to 'expensive' in TargetTransformInfo's cost model
by Sanjay Patel
· 10 years ago
cdc6a8e
ARM: fix folding stack adjustment (again again again...)
by Tim Northover
· 10 years ago
54a3f63
dsymutil: Don't prune forward declarations inside a module definition.
by Adrian Prantl
· 10 years ago
557aebc
Fix this dsymutil testcase by not passing in a path to the modulemap file,
by Adrian Prantl
· 10 years ago
f29442d
Remove handling of AddrSpaceCast in stripAndAccumulateInBoundsConstantOffsets
by Philip Reames
· 10 years ago
ff25c07
by Lawrence Hu
· 10 years ago
84e1461
[InstCombine] Preserve metadata when merging loads that are phi arguments.
by Akira Hatanaka
· 10 years ago
710fde8
[docs] Update DominatorTree docs to clarify expectations around unreachable blocks
by Philip Reames
· 10 years ago
ffafbd3
[x86] replace integer 'xor' ops with packed SSE FP 'xor' ops when operating on FP scalars
by Sanjay Patel
· 10 years ago
dfa2ab0
[x86] replace integer 'or' ops with packed SSE FP 'or' ops when operating on FP scalars
by Sanjay Patel
· 10 years ago
0769c6a
Fix the order of operations.
by Adrian Prantl
· 10 years ago
d4052cf
Android support for SafeStack.
by Evgeniy Stepanov
· 10 years ago
Next »