Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
8336fc6508b3aad3cff0c2c022bb91dc269ebc05
8336fc6
[X86][SSE] Add missing comment describing combing to SHUFPS. NFCI
by Simon Pilgrim
· 9 years ago
350138b
[PM] Relax the patterns used in the new test I added because some
by Chandler Carruth
· 9 years ago
1587018
[PM] Fix a bug in the new loop PM when handling functions with no loops.
by Chandler Carruth
· 9 years ago
f062b89
add #ifdef, fix compilation error in case LLVM_BUILD_GLOBAL_ISEL=OFF
by Igor Breger
· 9 years ago
2fabd44
Fix doc for `-opt-bisect-limit`: the LTO option is linker specific
by Mehdi Amini
· 9 years ago
f4df3d4
[X86][GlobalISel] Add general-purpose Register Bank
by Igor Breger
· 9 years ago
6aaaf46
[XRay][graph] Disambiguate name of type from member name
by Dean Michael Berris
· 9 years ago
4dc48bf
[XRay] A graph Class for the llvm-xray graph
by Dean Michael Berris
· 9 years ago
8bbcd0e
[LoopUnswitch] Remove BFI usage (dead code)
by Philip Reames
· 9 years ago
a8b5e78
Revert "[XRay] A graph Class for the llvm-xray graph"
by Dean Michael Berris
· 9 years ago
f3a1b3c
[XRay] A graph Class for the llvm-xray graph
by Dean Michael Berris
· 9 years ago
5b47011
[SelectionDAG] Dump the DAG after legalizing vector ops and after the second type legalization
by Craig Topper
· 9 years ago
20a63f1
opt-viewer: fix HtmlFormatter encoding
by Adam Nemet
· 9 years ago
8c54b81
Temporarily revert "For X86-64 linux and PPC64 linux align int128 to 16 bytes."
by Eric Christopher
· 9 years ago
de17164
[GlobalISel] Return an Expected<RuleMatcher> for each SDAG pattern. NFC.
by Ahmed Bougacha
· 9 years ago
652f08c
SubtargetFeature: Increase MAX_SUBTARGET_FEATURES
by Matthias Braun
· 9 years ago
d11a6cc
For X86-64 linux and PPC64 linux align int128 to 16 bytes.
by Eric Christopher
· 9 years ago
dffd427
[TableGen][AsmWriterEmitter] Use a deterministic order to sort InstrAliases
by Quentin Colombet
· 9 years ago
dd3604d
AMDGPU: Fix trailing whitespace
by Matt Arsenault
· 9 years ago
c75c94d
AMDGPU : Add trap handler support.
by Wei Ding
· 9 years ago
bcd8c96
[AMDGPU] Override PSet for M0
by Stanislav Mekhanoshin
· 9 years ago
a61fc42
[CMake] Fix pthread handling for out-of-tree builds
by Eric Fiselier
· 9 years ago
671eb85
[libFuzzer] Export external functions on tests.
by Marcos Pividori
· 9 years ago
d9191ae
[libFuzzer] Use dynamic loading for External Functions on Windows.
by Marcos Pividori
· 9 years ago
49d8fa0
Update test/CodeGen/X86/sse-align-10.ll to use FileCheck instead of grep
by David L. Jones
· 9 years ago
c51124b
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
c45aa0f
[LoadCombine] Change test to not use instcombine.
by Michael J. Spencer
· 9 years ago
8974446
[WebAssembly] Pass an MCContext to WebAssemblyMCCodeEmitter. NFC.
by Dan Gohman
· 9 years ago
fdb50b2
Fix syntax error
by Matthias Braun
· 9 years ago
48a1daa
ARMSubtarget.h: Change to one line per enum element; NFC
by Matthias Braun
· 9 years ago
911ee03
[Support] Extend SLEB128 encoding support.
by Dan Gohman
· 9 years ago
2d1415b
Add an additional set of braces to deal with subobject initialization.
by Eric Christopher
· 9 years ago
05638ab
docs/conf.py: Suppress sphinx highlighting failure warnings
by Matthias Braun
· 9 years ago
88c0fa9
[PM] Add Argument Promotion to the pass pipeline.
by Chandler Carruth
· 9 years ago
4f223ec
[NewGVN] Fix test so that it doesn't rely on InstCombine anymore.
by Davide Italiano
· 9 years ago
1648cea
[PM] Port ArgumentPromotion to the new pass manager.
by Chandler Carruth
· 9 years ago
ae2612e
WholeProgramDevirt: Check that VCP candidate functions are defined before evaluating them.
by Peter Collingbourne
· 9 years ago
f5ea571
LowerMemIntrinsics: Fix include guard
by Matthias Braun
· 9 years ago
cfe129b
[PM/LCG] Teach LCG to support spurious reference edges.
by Chandler Carruth
· 9 years ago
e79ec29
[ARM] Add support for armv7ve triple in llvm (PR31358).
by George Burgess IV
· 9 years ago
396f720
[PM/LCG] Teach the LazyCallGraph how to replace a function without
by Chandler Carruth
· 9 years ago
6291860
[WebAssembly] Refactor void return peephole using MaybeRewriteToFallthrough. NFC.
by Dan Gohman
· 9 years ago
49a435a
[InstCombine] allow (X * C2) << C1 --> X * (C2 << C1) for vectors
by Sanjay Patel
· 9 years ago
54ad54e
De-duplicate some code for creating an AARGetter suitable for the legacy PM.
by Peter Collingbourne
· 9 years ago
07a58ad
Don't try to link to the 4.0 release notes
by Hans Wennborg
· 9 years ago
9e6fc42
lit.rst: Fix sphinx complaint about multiple option definitions
by Matthias Braun
· 9 years ago
65b9667
[docs] Fix typo
by Jonathan Roelofs
· 9 years ago
a787c7d
Fix build break from r294633.
by Adrian McCarthy
· 9 years ago
161421e
[X86] Remove duplicate call to getValueType. NFCI.
by Simon Pilgrim
· 9 years ago
cdf1f70
X86: Introduce relocImm-based patterns for cmp.
by Peter Collingbourne
· 9 years ago
13384c6
AMDGPU: Add pass to expand memcpy/memmove/memset
by Matt Arsenault
· 9 years ago
ce00de8
X86: Teach X86InstrInfo::analyzeCompare to recognize compares of symbols.
by Peter Collingbourne
· 9 years ago
bf8cee8
Introduce NativeRawSymbol for PDB reading.
by Adrian McCarthy
· 9 years ago
c32a9df
[LoadCombine] Fix combining of loads which span an aliasing store.
by Michael J. Spencer
· 9 years ago
637c07c
Rename LowerTypeTestsSummaryAction to PassSummaryAction. NFCI.
by Peter Collingbourne
· 9 years ago
5a764b0
[InstCombine] use m_APInt to allow demanded bits analysis on splat constants
by Sanjay Patel
· 9 years ago
6270090
[AMDGPU] Calculate number of min/max SGPRs/VGPRs for WavesPerEU instead of using switch statement
by Konstantin Zhuravlyov
· 9 years ago
4dc55bc
[InstCombine] add test for demanded bits with splat vector constants; NFC
by Sanjay Patel
· 9 years ago
3af2f3b
CODE_OWNERS: Update email address
by Tom Stellard
· 9 years ago
61d13b1
Drop graph_ prefix
by Daniel Berlin
· 9 years ago
c0fb958
GraphTraits: Add range versions of graph traits functions (graph_nodes, graph_children, inverse_graph_nodes, inverse_graph_children).
by Daniel Berlin
· 9 years ago
4c5e906
test: adjust the test for the BSD format
by Saleem Abdulrasool
· 9 years ago
909a321
[dsymutil] Fix handling of empty CUs in LTO links.
by Frederic Riss
· 9 years ago
f206bf2
[JumpThreading] Thread through guards
by Sanjoy Das
· 9 years ago
162e055
[utils] coverage: Add help text about the --restrict flag (NFC)
by Vedant Kumar
· 9 years ago
3e83030
Object: pad out BSD archive members to 8-bytes
by Saleem Abdulrasool
· 9 years ago
06f2b29
Convert to for-range loop. NFCI.
by Simon Pilgrim
· 9 years ago
e22db94
[SelectionDAG] Fix bugs in inverted condition splitting code.
by Geoff Berry
· 9 years ago
606c50d
[CMake] Fix standalone project builds broken in r294514
by Chris Bieneman
· 9 years ago
f1a93a4
[InstCombine] add tests for icmp with add nsw; NFC
by Sanjay Patel
· 9 years ago
d6747d6
Tweak the implementation of llvm-objdump’s -objc-meta-data option so
by Kevin Enderby
· 9 years ago
e6a7e1e
[X86][BMI2] Regenerate mulx tests
by Simon Pilgrim
· 9 years ago
0a41afd
[X86][MMX] Remove the (long time) unused MMX_PINSRW ISD opcode.
by Simon Pilgrim
· 9 years ago
4795c08
[docs] Documentation update for Scudo
by Kostya Kortchinsky
· 9 years ago
1cf80ab
Object: add a comment explaining a divergence
by Saleem Abdulrasool
· 9 years ago
32e76df
Revert: "[Stack Protection] Add diagnostic information for why stack protection was applied to a function"
by David Bozier
· 9 years ago
2105006
Add DAGCombiner load combine tests for partially available values
by Artur Pilipenko
· 9 years ago
ed71bd2
[Stack Protection] Add diagnostic information for why stack protection was applied to a function
by David Bozier
· 9 years ago
5a2d92c
Make it possible to set SHF_LINK_ORDER explicitly.
by Rafael Espindola
· 9 years ago
e6fa7df
[X86][btver2] PR31902: Fix a crash in combineOrCmpEqZeroToCtlzSrl under fast math.
by Pierre Gousseau
· 9 years ago
f67e18a
[X86][SSE] Added extra FMA/NO-FMA reciprocal test cases for D26855
by Simon Pilgrim
· 9 years ago
56b920f
[docs] cleanup documentation on lit substitutions
by David Bozier
· 9 years ago
8a37b96
[ARM] GlobalISel: Lower single precision FP args
by Diana Picus
· 9 years ago
66a342c
[DAGCombiner] Support non-zero offset in load combine
by Artur Pilipenko
· 9 years ago
85a8f6d
[X86][SSE] Attempt to break register dependencies during lowerBuildVector
by Simon Pilgrim
· 9 years ago
82afb7e
LVI: Fix use-of-uninitialized-value after r294463
by Vitaly Buka
· 9 years ago
e75e780
Add new tests for EXTRACT_VECTOR_ELT (vector of packed i8/16/i32/i64/ps/pd data)
by Igor Breger
· 9 years ago
b4bf68e
[X86] Remove the HLE feature flag.
by Craig Topper
· 9 years ago
53daf1a
[X86] Remove INVPCID and SMAP feature flags. They aren't currently used by any instructions and not tested.
by Craig Topper
· 9 years ago
4b9bffa
[X86] Clzero intrinsic and its addition under znver1
by Craig Topper
· 9 years ago
97b3cf4
Object: pad BSD ar string table to 4-bytes
by Saleem Abdulrasool
· 9 years ago
b2f3da0
[GlobalISel] Simplify StringRef parameters. NFC.
by Ahmed Bougacha
· 9 years ago
f9b31cf
SwiftCC: swifterror register cannot be as the base register
by Arnold Schwaighofer
· 9 years ago
5a50fd8
LowerTypeTests: Change a few vtable globals in tests to constants.
by Peter Collingbourne
· 9 years ago
3a124c0
[MC] Fix some Clang-tidy modernize and Include What You Use warnings in SubtargetFeature; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
2012b38
Reapply r294356 ("Keep track of spilled variables in LiveDebugValues").
by Wolfgang Pieb
· 9 years ago
03324d2
GlobalISel: legalize G_FPOW to a libcall on AArch64.
by Tim Northover
· 9 years ago
d8f0302
GlobalISel: translate @llvm.pow intrinsic to G_FPOW.
by Tim Northover
· 9 years ago
9cf0166
[sancov] using comdat only when it is enabled
by Mike Aizatsky
· 9 years ago
7296f4c
[ARM/AArch ISel] SwiftCC: First parameters that are marked swiftself are not 'this returns'
by Arnold Schwaighofer
· 9 years ago
Next »