Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
61e4e61f04ce9ab0a37e54d481ceabd087899dc4
61e4e61
Fix use after free in unit test.
by Benjamin Kramer
· 8 years ago
b6b0324
[DAG] Allow merging of stores of vector loads
by Nirav Dave
· 8 years ago
4247581
Revert r309923, it caused PR34045.
by Nico Weber
· 8 years ago
53e7817
[TableGen] AsmMatcher: fix OpIdx computation when HasOptionalOperands is true
by Nirav Dave
· 8 years ago
9360b2e
[NewGVN] fix typos; NFC
by Sanjay Patel
· 8 years ago
34ac720
[BDCE] add tests to show invalid/incomplete transforms
by Sanjay Patel
· 8 years ago
c580a5c
[GlobalISel] Only merge memory ops for mayLoad or mayStore instrs.
by Florian Hahn
· 8 years ago
b587c9e
[LiveDebugVariables] Use lexical scope to trim debug value live intervals
by Robert Lougher
· 8 years ago
7b9531e
Prune linefeed at eof.
by NAKAMURA Takumi
· 8 years ago
dd3b410
llvm/Support/CodeGenCWrappers.h: Add missing "llvm/ADT/Optional.h", to fix modules build.
by NAKAMURA Takumi
· 8 years ago
441e1a2
[SelectionDAG] Resolve PR33978.
by Simon Dardis
· 8 years ago
f133b32
Removed unused variabled from unit test
by Max Kazantsev
· 8 years ago
6eeae17
[Cloning] Move distinct GlobalVariable debug info metadata in CloneModule
by Ewan Crawford
· 8 years ago
14dbdbf
[ARM] GlobalISel: Select simple G_GLOBAL_VALUE instructions
by Diana Picus
· 8 years ago
47af16e
[X86] SET0 to use XMM registers where possible PR26018 PR32862
by Dinar Temirbulatov
· 8 years ago
511c1a3
[SCEV] Re-enable "Cache results of computeExitLimit"
by Max Kazantsev
· 8 years ago
daeea6f
[globalisel][tablegen] Update a comment to use the name of the constant rather than the value.
by Daniel Sanders
· 8 years ago
0e06563
[ARM] Use ADDCARRY / SUBCARRY
by Roger Ferrer Ibanez
· 8 years ago
dfd6a10
Fix WebAssembly target after r309911.
by Daniel Jasper
· 8 years ago
a3b3711
Fix the ppc jit tests.
by Rafael Espindola
· 8 years ago
98bb5a4
[unittest] Remove TODO comment which caused concern
by Tobias Grosser
· 8 years ago
cec5ec4
Add LLVM_FALLTHROUGH.
by Rafael Espindola
· 8 years ago
37ca700
[RegisterCoalescer] Add wrapper for Erasing Instructions
by Sameer AbuAsal
· 8 years ago
9aafb85
Delete Default and JITDefault code models
by Rafael Espindola
· 8 years ago
65d41d8
[ARM] Tidy up banked registers encoding
by Javed Absar
· 8 years ago
ca9f2fd
Fix the bug when SampleProfileWriter writes out number of callsites.
by Dehao Chen
· 8 years ago
d7247b5
Move two functions to a nicer spot. NFC.
by Vedant Kumar
· 8 years ago
c563b04
Rely on autobrief, remove \briefs from a header. NFC.
by Vedant Kumar
· 8 years ago
a8dfa81
[Coverage] Add an API to retrive all instantiations of a function (NFC)
by Vedant Kumar
· 8 years ago
f6b5345
[llvm-cov] Respect the value of the -show-instantiations option
by Vedant Kumar
· 8 years ago
51c4734
Revert "[libFuzzer tests] Use substring comparison in libFuzzer tests"
by George Karpenkov
· 8 years ago
58dd3a3
AMDGPU/GlobalISel: Mark 32-bit G_FMUL as legal
by Tom Stellard
· 8 years ago
50b0dc9
[pdb/lld] Write a valid FPM.
by Zachary Turner
· 8 years ago
11625a0
[MSF] Move MSF unit tests to their own unittest target.
by Zachary Turner
· 8 years ago
34173de
[pdbutil] Add a command to dump the FPM.
by Zachary Turner
· 8 years ago
cd14d22
AMDGPU/R600: Initialize more passes
by Tom Stellard
· 8 years ago
630a4ac
Xray docs with description of Flight Data Recorder binary format.
by Keith Wyss
· 8 years ago
c8df920
LV: Don't insert runtime ptr checks on divergent targets
by Matt Arsenault
· 8 years ago
6795f26
[libFuzzer tests] Use substring comparison in libFuzzer tests
by George Karpenkov
· 8 years ago
ef45a1f
[InstCombine] Remove unnecessary temporary APInt. NFCI
by Craig Topper
· 8 years ago
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
Next »