Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
9016ce44429f0c3ebe004a9bcb27a21d17b6d480
9016ce4
[AMDGPU] Fix typo in GCNSchedStrategy
by Valery Pykhtin
· 9 years ago
5db8081
Revert "[mips] N64 static relocation model support"
by Simon Dardis
· 9 years ago
faae532
[LV] Fix an issue where forming LCSSA in the place that we did would
by Chandler Carruth
· 9 years ago
40f771f
[mips] N64 static relocation model support
by Simon Dardis
· 9 years ago
4cead72
[ARM] GlobalISel: Load i1, i8 and i16 args from stack
by Diana Picus
· 9 years ago
69c8d68
[SLP] Add one more reduction operation for extra argument test to make
by Alexey Bataev
· 9 years ago
c5374d2
[PM] Use PoisoningVH correctly when merely deleting entries in a map with it.
by Chandler Carruth
· 9 years ago
82579da
Chapter3/KaleidoscopeJIT.h: Fix a warning. [-Wunused-lambda-capture]
by NAKAMURA Takumi
· 9 years ago
ac9b2d9
[TargetTransformInfo] Add override keywords to supporess -Winconsistent-missing-override.
by Craig Topper
· 9 years ago
facc996
[AVX-512] Move the combine that runs combineBitcastForMaskedOp to the last DAG combine phase where I had originally meant to put it.
by Craig Topper
· 9 years ago
3cd2419
[X86] When bitcasting INSERT_SUBVECTOR/EXTRACT_SUBVECTOR to match masked operations, use the correct type for the immediate operand.
by Craig Topper
· 9 years ago
7cb6abb
[TargetTransformInfo] Refactor and improve getScalarizationOverhead()
by Jonas Paulsson
· 9 years ago
add597c
[SLP] Fixed test for extra arguments in horizontal reductions.
by Alexey Bataev
· 9 years ago
c3374e9
[DAGCombiner] Fold extract_subvector of undef to undef. Fold away inserting undef subvectors.
by Craig Topper
· 9 years ago
fafe302
[X86] Add demanded elts support for the inputs to pclmul intrinsic
by Craig Topper
· 9 years ago
c41f271
Revert test commit
by Taewook Oh
· 9 years ago
c4a35ed
test commit
by Taewook Oh
· 9 years ago
33e0aba
[OptDiag] Predicates to check the same type of IR and MIR opt remarks
by Adam Nemet
· 9 years ago
988a421
gold-plugin: Fix test case.
by Peter Collingbourne
· 9 years ago
6d7e8f1
[PM] Simplify the new PM interface to the loop unroller and expose two
by Chandler Carruth
· 9 years ago
a50ea04
[Loops] Restructure the LoopInfo verify function so that it more
by Chandler Carruth
· 9 years ago
289792d
gold-plugin: Simplify naming of object files created with save-temps or obj-path.
by Peter Collingbourne
· 9 years ago
f544b74
Fix --Wunused-function.
by Rui Ueyama
· 9 years ago
6c2c7c8
[libFuzzer] remove a bit of stale code
by Kostya Serebryany
· 9 years ago
c43e068
[libFuzzer] further simplify __sanitizer_cov_trace_pc_guard
by Kostya Serebryany
· 9 years ago
baa08a9
AMDGPU: Fold fneg into round instructions
by Matt Arsenault
· 9 years ago
9371686
[ImplicitNullChecks] Add a test demonstrating a case we don't get today
by Sanjoy Das
· 9 years ago
df040aa
[libFuzzer] simplify the code for __sanitizer_cov_trace_pc_guard and make sure it is not asan/msan-instrumented
by Kostya Serebryany
· 9 years ago
3ef6c7c
[LoopUnroll] Properly update loopinfo for runtime unrolling by 2
by Michael Kuperstein
· 9 years ago
f73a486
[NewGVN] Skip uses in unreachable blocks.
by Davide Italiano
· 9 years ago
c8168e7
[llc] Add -pass-remarks-output
by Adam Nemet
· 9 years ago
e350b28
LowerTypeTests: Ignore external globals with type metadata.
by Peter Collingbourne
· 9 years ago
13aa2bf
[libFuzzer] don't call GetPreviousInstructionPc on the hot path -- only when dumping the PCs
by Kostya Serebryany
· 9 years ago
fdb7a50
[APFloat] Fix comments. NFC.
by Tim Shen
· 9 years ago
34292bd
[ValueTracking] Implement SignBitMustBeZero correctly for sqrt.
by Justin Lebar
· 9 years ago
ed1f855
Change the test added in r293099 so it does not have the string "llvm-nm" to fix
by Kevin Enderby
· 9 years ago
3e42698
[llc] Add -pass-remarks-with-hotness
by Adam Nemet
· 9 years ago
943b33c
[NewGVN] Simplify folding a lambda used only once. NFCI.
by Davide Italiano
· 9 years ago
19925fc
New OptimizationRemarkEmitter pass for MIR
by Adam Nemet
· 9 years ago
2355a8b
[OptDiag] Split code region out of DiagnosticInfoOptimizationBase
by Adam Nemet
· 9 years ago
60c9e9f
Fix for r293104, which renamed a directory.
by Adrian McCarthy
· 9 years ago
11e1d83
NFC: Rename (PDB) RawSession to NativeSession
by Adrian McCarthy
· 9 years ago
39a5a41
LangRef: Document the allowed metadata dropping transforms.
by Peter Collingbourne
· 9 years ago
0702b34
Add a warning when the llvm-nm -print-size flag is used on a Mach-O file as
by Kevin Enderby
· 9 years ago
fe08370
Revert "[PPC] Give unaligned memory access lower cost on processor that supports it"
by Daniel Jasper
· 9 years ago
63bcde1
[pdb] Fix failing test
by Zachary Turner
· 9 years ago
a74ee64
[pdb] Correctly parse the hash adjusters table from TPI stream.
by Zachary Turner
· 9 years ago
d1752d7
SDag: fix how initial loads are formed when splitting vector ops.
by Tim Northover
· 9 years ago
319afdc
GlobalISel: rework getOrCreateVReg to avoid double lookup. NFC.
by Tim Northover
· 9 years ago
2bdf358
DebugInfo: remove unused parameter from function. NFC.
by Tim Northover
· 9 years ago
db632c7
MemorySSA: Link all defs together into an intrusive defslist, to make updater easier
by Daniel Berlin
· 9 years ago
eb91947
[AMDGPU] Bump up n_type for metadata v2
by Konstantin Zhuravlyov
· 9 years ago
d1c6dad
AMDGPU: Set call_convention bit in kernel_code_t
by Matt Arsenault
· 9 years ago
80b96e2
[XRay][AArch64] More staging for tail call support in XRay on AArch64 - in LLVM
by Serge Rogatch
· 9 years ago
d40c764
Add iterator_range<regclass_iterator> to {Target,MC}RegisterInfo, NFC
by Krzysztof Parzyszek
· 9 years ago
1a40f3b
[SLP] Extra test for functionality with extra args.
by Alexey Bataev
· 9 years ago
43cbae2
Revert "Do not verify dominator tree if it has no roots"
by Chad Rosier
· 9 years ago
7fa7cb1
PowerPC: Slight cleanup of getReservedRegs(); NFC
by Matthias Braun
· 9 years ago
396de7f
Add loop pass insertion point EP_LateLoopOptimizations
by Krzysztof Parzyszek
· 9 years ago
1dd101b
[Guards] Introduce loop-predication pass
by Artur Pilipenko
· 9 years ago
c7fa247
[AArch64] Minor code refactoring. NFC.
by Chad Rosier
· 9 years ago
cd80532
NFC. Make ScalarEvolution::isMonotonicPredicate public
by Artur Pilipenko
· 9 years ago
c6141d3
[InstCombine] Canonicalize guards for NOT OR condition
by Artur Pilipenko
· 9 years ago
a9c60bb
[InstCombine][SSE] Add support for PACKSS/PACKUS constant folding
by Simon Pilgrim
· 9 years ago
e46e519
[ARM] GlobalISel: Fix stack-use-after-scope bug.
by Martin Bohme
· 9 years ago
7f5fbe3
[InstCombine] Canonicalize guards for AND condition
by Artur Pilipenko
· 9 years ago
7eb9318
[InstCombine] Allow InstrCombine to remove one of adjacent guards if they are equivalent
by Artur Pilipenko
· 9 years ago
b6c9077
[SLP] Improve horizontal vectorization for non-power-of-2 number of
by Alexey Bataev
· 9 years ago
03bdc3a
Mark @llvm.powi.* as safe to speculatively execute.
by whitequark
· 9 years ago
e0bafdf
[X86] enable memory interleaving for X86\SLM arch.
by Mohammed Agabaria
· 9 years ago
d10b17e
Fix buildbot failures introduced by 293036
by Artur Pilipenko
· 9 years ago
b52af07
[DAGCombiner] Match load by bytes idiom and fold it into a single load. Attempt #2.
by Artur Pilipenko
· 9 years ago
6bed410
[ARM] GlobalISel: Support i1 add and ABI extensions
by Diana Picus
· 9 years ago
c3d81fb
[ARM] GlobalISel: Support i8/i16 ABI extensions
by Diana Picus
· 9 years ago
8412590
Do not verify dominator tree if it has no roots
by Serge Pavlov
· 9 years ago
420c070
Implemented color coding and Vertex labels in XRay Graph
by Dean Michael Berris
· 9 years ago
4cfd2eb
[X86]Enable the use of 'mov' with a 64bit GPR and a large immediate
by Coby Tayree
· 9 years ago
f30b834
[ARM] GlobalISel: Bail out on Thumb. NFC
by Diana Picus
· 9 years ago
b4bb247
AMDGPU: Check nsz instead of unsafe math
by Matt Arsenault
· 9 years ago
f2d33f9
[SimplifyCFG] Do not sink and merge inline-asm instructions.
by Akira Hatanaka
· 9 years ago
9291d3c
DAG: Recognize no-signed-zeros-fp-math attribute
by Matt Arsenault
· 9 years ago
71721c0
GlobalISel: Fix typo in error message
by Justin Bogner
· 9 years ago
e090e72
Ignore llvm/test/tools/llvm-symbolizer/coff-exports.test on mingw.
by NAKAMURA Takumi
· 9 years ago
f337952
DAGCombiner: Allow negating ConstantFP after legalize
by Matt Arsenault
· 9 years ago
6109735
[InstCombine] Added regression test to narrow-swich.ll
by Gerolf Hoflehner
· 9 years ago
fe49b71
Rewind instantiations of OuterAnalysisManagerProxy in r289317, r291651, and r291662.
by NAKAMURA Takumi
· 9 years ago
4dc4396
AMDGPU: Implement early ifcvt target hooks.
by Matt Arsenault
· 9 years ago
6e6c6de
gold-plugin: Add the file path to the file open error diagnostic.
by Peter Collingbourne
· 9 years ago
7b09fb7
Try to prevent build breakage by touching a CMakeLists.txt.
by Ahmed Bougacha
· 9 years ago
f541c74
[PM] Teach LoopUnroll to update the LPM infrastructure as it unrolls loops.
by Chandler Carruth
· 9 years ago
c484c05
[GlobalISel] Generate selector for more integer binop patterns.
by Ahmed Bougacha
· 9 years ago
55e9554
[GlobalISel] Rename TargetGlobalISel.td to GISel/SelectionDAGCompat.td
by Ahmed Bougacha
· 9 years ago
4a50c7f
Reinstate "r292904 - [lit] Allow boolean expressions in REQUIRES and XFAIL
by Greg Parker
· 9 years ago
431645e
[coroutines] Spill the result of the invoke instruction correctly
by Gor Nishanov
· 9 years ago
d367f44
AMDGPU add support for spilling to a user sgpr pointed buffers
by Tom Stellard
· 9 years ago
1422a67
[AArch64] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
8d9333e
GlobalISel: Use the correct types when translating landingpad instructions
by Justin Bogner
· 9 years ago
61fed38
Fix llvm-objdump so it picks a good CPU based for Mach-O files
by Kevin Enderby
· 9 years ago
adb0ce8
[XCore] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
e8e3365
AMDGPU: Remove spurious out branches after a kill
by Matt Arsenault
· 9 years ago
Next »