Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
99dd11f7e8f17d56e21348a83143cc2efdcf6fe1
99dd11f
[PM] Split LoopUnrollPass and make partial unroller a function pass
by Teresa Johnson
· 8 years ago
2600a67
Don't pass the code model to MC
by Rafael Espindola
· 8 years ago
43b62b6
[InstCombine] Remove explicit code for folding (xor(zext(cmp)), 1) and (xor(sext(cmp)), -1) to ext(!cmp).
by Craig Topper
· 8 years ago
80b5f59
[InstCombine] Support sext in foldLogicCastConstant
by Craig Topper
· 8 years ago
61dba57
DebugInfo: Test & handle (differently) non-zero DW_AT_ranges_base
by David Blaikie
· 8 years ago
07635d3
[Power9] Exploit vector absolute difference instructions on Power 9
by Stefan Pintilie
· 8 years ago
82f73ee
[NewGVN] Now that load coercion is enable, we pass this test.
by Davide Italiano
· 8 years ago
7fee9f8
[AArch64] Add Exynos M2 feature test (NFC)
by Evandro Menezes
· 8 years ago
95e74fa
[Dominators] Teach LoopDeletion to use the new incremental API
by Jakub Kuderski
· 8 years ago
f49a981
[StackColoring] Update AliasAnalysis information in stack coloring pass (part 2)
by Hiroshi Inoue
· 8 years ago
3e9e87e
Revert "Xray docs with description of Flight Data Recorder binary format."
by Keith Wyss
· 8 years ago
fac03ed
[AsmParser][GAS-compatibility] Ignore an empty 'p2align' directive
by Coby Tayree
· 8 years ago
dbf7ec5
[InstCombine] Add missing test case for (xor (sext (cmp)), -1) -> (sext (!cmp)).
by Craig Topper
· 8 years ago
e97c583
Xray docs with description of Flight Data Recorder binary format.
by Keith Wyss
· 8 years ago
c4d94ab
Assert that the offset of a DBG_VALUE is always 0. (NFC)
by Adrian Prantl
· 8 years ago
5db8114
Revert "[lit] Avoid copying llvm/utils/lit/tests/Inputs with lit site configs"
by Reid Kleckner
· 8 years ago
981b541
AMDGPU: Restore using MRI to find highest used regs
by Matt Arsenault
· 8 years ago
810c1b6
Remove the unused Offset field from MachineLocation (NFC)
by Adrian Prantl
· 8 years ago
29e9cdb
[DAG] Improve candidate pruning in store merge failure case. NFCI
by Nirav Dave
· 8 years ago
7499936
[AArch64] Improve the test of conditional branch fusion
by Evandro Menezes
· 8 years ago
8c82257
Remove unused includes of MachineLocation.h (NFC)
by Adrian Prantl
· 8 years ago
c334e7d
Remove unreachable code. (NFC)
by Adrian Prantl
· 8 years ago
1ce4e23
[AArch64] Simplify AES*Tied pseudo expansion (NFC).
by Florian Hahn
· 8 years ago
7ab6937
[InlineCost] Remove redundant call. NFC.
by Chad Rosier
· 8 years ago
1c11c83
Assert that the offset in MachineLocation::set() is always 0. (NFC)
by Adrian Prantl
· 8 years ago
e279499
[InlineCost] Simplify more 'and' and 'or' operations.
by Chad Rosier
· 8 years ago
340067c
[SLPVectorizer] Generalize interface of functions, NFC.
by Alexey Bataev
· 8 years ago
e764b9b
[SLPVectorizer] Test update, NFC.
by Alexey Bataev
· 8 years ago
b51029d
[SLP] Fix for PR31880: shuffle and vectorize repeated scalar ops on extracted elements
by Alexey Bataev
· 8 years ago
bb326e2
[MIR] Print target-specific constant pools
by Diana Picus
· 8 years ago
e36182d
[globalisel][tablegen] Do not merge memoperands from instructions that weren't in the match.
by Daniel Sanders
· 8 years ago
fb0e1f5
[InstCombine] Add test cases for 'or' and 'xor' to match the vector 'and' of 'sext' of 'cmp' test.
by Craig Topper
· 8 years ago
4b60609
[NewGVN] Fold single-use variables. NFCI.
by Davide Italiano
· 8 years ago
0c5b2b5
[NewGVN] Remove a (now stale) comment. NFCI.
by Davide Italiano
· 8 years ago
b929c3e
Fix the bug that parseAAPipeline is not invoked in runNewPMPasses in release compiler.
by Dehao Chen
· 8 years ago
f7a9c73
[SimplifyCFG] Fix typo in comment. NFC
by Craig Topper
· 8 years ago
759393b
[PM] Fix a bug where through CGSCC iteration we can get
by Chandler Carruth
· 8 years ago
6023e68
AMDGPU: Fix clobbering CSR VGPRs when spilling SGPR to it
by Matt Arsenault
· 8 years ago
5474c6d
AMDGPU: Fix emitting encoded calls
by Matt Arsenault
· 8 years ago
23e59dd
AMDGPU: Analyze callee resource usage in AsmPrinter
by Matt Arsenault
· 8 years ago
cbd2841
Update the new PM pipeline to make ICP aware if it is SamplePGO build.
by Dehao Chen
· 8 years ago
dbd873d
[AMDGPU] Fix asan error after last commit
by Stanislav Mekhanoshin
· 8 years ago
f5ed40b
[DAG] Refactor store merge subexpressions. NFC.
by Nirav Dave
· 8 years ago
01ddaaf
AMDGPU: Don't place arguments in emergency stack slot
by Matt Arsenault
· 8 years ago
6e8db40
DAG: Undo and->or combine with FrameIndexes
by Matt Arsenault
· 8 years ago
3a6f6d9
X86: Do not use llc -march in tests.
by Matthias Braun
· 8 years ago
cc3f143
Update LiveDebugValues to generate DIExpressions for spill offsets
by Adrian Prantl
· 8 years ago
5f53af3
Revert "Reland "[llvm][llvm-objcopy] Added support for outputting to binary in llvm-objcopy""
by Petr Hosek
· 8 years ago
9b08f32
Update MIR testcase to reflect change in r309751.
by Adrian Prantl
· 8 years ago
d6fd4b0
Reland "[llvm][llvm-objcopy] Added support for outputting to binary in llvm-objcopy"
by Petr Hosek
· 8 years ago
3499304
[AMDGPU] Turn s_and_saveexec_b64 into s_and_b64 if result is unused
by Stanislav Mekhanoshin
· 8 years ago
88d9e5d
Remove unused accessor (NFC)
by Adrian Prantl
· 8 years ago
5b53ac9
[AMDGPU] Collapse adjacent SI_END_CF
by Stanislav Mekhanoshin
· 8 years ago
6aacb6c
Assert that the offset of a MachineLocation is always 0.
by Adrian Prantl
· 8 years ago
2d38e17
[SCEV/IndVars] Always compute loop exiting values if the backedge count is 0
by Sanjoy Das
· 8 years ago
68109d5
Use helper function instead of manually constructing DBG_VALUEs (NFC)
by Adrian Prantl
· 8 years ago
fe7581c
ARM: Do not use llc -march in tests.
by Matthias Braun
· 8 years ago
b0a0439
PowerPC: Do not use llc -march in tests.
by Matthias Braun
· 8 years ago
2cd77a8
Remove PrologEpilogInserter's usage of DBG_VALUE's offset field
by Adrian Prantl
· 8 years ago
fbbab58f
[AArch64] Fix a typo in isExtFreeImpl()
by Haicheng Wu
· 8 years ago
e72b881
[llvm-cov] Allow specifying distinct architectures for each loaded binary
by Vedant Kumar
· 8 years ago
e082532
[Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
39bec21
[AArch64] Rewrite stack frame handling for win64 vararg functions
by Martin Storsjo
· 8 years ago
f9a65f9
AMDGPU: Fix handling of div_scale with undef inputs
by Matt Arsenault
· 8 years ago
68a4961
[DAG] Factor out common expressions. NFC.
by Nirav Dave
· 8 years ago
0d8a777
[Value Tracking] Default argument to true and rename accordingly. NFC.
by Chad Rosier
· 8 years ago
ff9e211
AMDGPU: Add test for r308774
by Matt Arsenault
· 8 years ago
4395094
AMDGPU: Initial implementation of calls
by Matt Arsenault
· 8 years ago
a68b470
[DebugInfo] Don't turn dbg.declare into DBG_VALUE for static allocas
by Reid Kleckner
· 8 years ago
c5f425b
[Value Tracking] Refactor and/or logic into helper. NFC.
by Chad Rosier
· 8 years ago
3db8a65
[AMDGPU] Put a function used only inside assert() under NDEBUG.
by Davide Italiano
· 8 years ago
9cbd52d
[lanai] Add getIntImmCost in LanaiTargetTransformInfo.
by Jacques Pienaar
· 8 years ago
b9614f5
Pull out VectorNumElements value. NFC.
by Nirav Dave
· 8 years ago
7e482e3
[X86][SSE3] Add scheduler tests for MONITOR/MWAIT
by Simon Pilgrim
· 8 years ago
8790231
Revert "[DAG] Extend visitSCALAR_TO_VECTOR optimization to truncated vector."
by Nirav Dave
· 8 years ago
9e6b2e7
[libFuzzer] temporarty remove pc-tables and disable test/fuzzer-printcovpcs.test until this can be fixed on Windows
by Kostya Serebryany
· 8 years ago
8ae6d28
[X86][SSE] Added missing vector logic intrinsic schedules
by Simon Pilgrim
· 8 years ago
5250bac
[CGP] use narrower types in memcmp expansion when possible
by Sanjay Patel
· 8 years ago
a8735a3
[DAG] Convert extload check to equivalent type check. NFC.
by Nirav Dave
· 8 years ago
790133a
[X86] Use BEXTR/BEXTRI for 64-bit 'and' with a large mask
by Craig Topper
· 8 years ago
42dea12
[X86][SSE] Added missing PACKSS/PACKUS intrinsic schedules
by Simon Pilgrim
· 8 years ago
4e3a697
[X86] Split bmi.ll into a bmi test and a bmi2 test.
by Craig Topper
· 8 years ago
bba95e6
[X86][SSSE3] Added missing PHADDS/PHSUBS/PSIGN intrinsic schedules
by Simon Pilgrim
· 8 years ago
ac7c13e
[DAG] Move extload check in store merge. NFC.
by Nirav Dave
· 8 years ago
f6fecfa
[X86] Fix a crash in FEntryInserter Pass.
by Manoj Gupta
· 8 years ago
2a519cb
[AVX-512] Don't use unmasked VMOVDQU8/16 for 8-bit or 16-bit element stores even when BWI instructions are supported. Always use VMOVDQA32/VMOVDQU32.
by Craig Topper
· 8 years ago
e105901
[X86][SSSE3] Fix typos in pabsw/pmulhrsw tests for load folding scheduling.
by Simon Pilgrim
· 8 years ago
bf59b4f
[X86] Added missing cpu to fix generic scheduling model tests
by Simon Pilgrim
· 8 years ago
e2cbc76
[InstCombine] Remove explicit check for impossible condition. Replace with assert
by Craig Topper
· 8 years ago
b97dd2d
[globalisel][tablegen] Removed unnecessary typedef pointed out in post-commit review for r308599. NFC
by Daniel Sanders
· 8 years ago
dbe5253
DebugInfo: Update flag description that'd been copypasted from another
by David Blaikie
· 8 years ago
05485d7
[PostDom] document the current handling of infinite loops and unreachables
by Tobias Grosser
· 8 years ago
645faa5
[DebugInfo] Use shrink_to_fit to simplify code. NFCI.
by Benjamin Kramer
· 8 years ago
bb29818
[DAG] Extend visitSCALAR_TO_VECTOR optimization to truncated vector.
by Nirav Dave
· 8 years ago
16b949e
[Mips] Fix for BBIT octeon instruction
by Strahinja Petrovic
· 8 years ago
c6a42e9
[Hexagon] Convert HVX vector constants of i1 to i8
by Krzysztof Parzyszek
· 8 years ago
1b7afc8
[X86] Regenerate big structure return test and check on x86_64 as well.
by Simon Pilgrim
· 8 years ago
c0ce68e
AMDGPU/GlobalISel: Add support for amdgpu_vs calling convention
by Tom Stellard
· 8 years ago
ca05253
[PostDom] Fix typo in comment [NFC]
by Tobias Grosser
· 8 years ago
78f6716
[NFC] Remove obsolete profiling data from eq_ne test
by Max Kazantsev
· 8 years ago
Next »