Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
b651cfc711967d5670d3555d8ccc7b066d253f91
b651cfc
[InstSimplify] add tests for fadd/fsub; NFC
by Sanjay Patel
· 7 years ago
0b9e7ad
[SLP] Fix insert point for reused extract instructions.
by Alexey Bataev
· 7 years ago
9ff4d23
[SampleFDO] Fix a bug in getOrCompHotCountThreshold/getOrCompColdCountThreshold
by Wei Mi
· 7 years ago
9ff3499
[LICM] Strengthen assume hoisting tests [NFC]
by Philip Reames
· 7 years ago
bd8a67b
[SelectionDAG] When splitting scatter nodes during DAGCombine, create a serial chain dependency.
by Craig Topper
· 7 years ago
bddc6e2
[SelectionDAG][X86][SystemZ] Add a generic nonvolatile_store/nonvolatile_load pattern fragment in TargetSelectionDAG.td
by Craig Topper
· 7 years ago
b0e8dee
[RFC] Build LLVM-C.dll on MSVC that exports only the C API
by David Bolvansky
· 7 years ago
512264b
[GVN,NewGVN] Keep nonnull if K does not move.
by Florian Hahn
· 7 years ago
5aa74422
[ARM] FP16: codegen support for VACGT
by Sjoerd Meijer
· 7 years ago
29e9277
[DAG] Allow non-uniform constant vectors to call BuildSDIV
by Simon Pilgrim
· 7 years ago
13f3fc4
[TargetLowering] Use pre-computed Shift value type in BuildUDIV (NFCI)
by Simon Pilgrim
· 7 years ago
ee2e6d8
[X86] MCA tests for XCHG*, XADD* and CMPXCHG* instructions
by Andrew V. Tischenko
· 7 years ago
5ab217c
[InstSimplify] move minnum/maxnum with common op fold from instcombine
by Sanjay Patel
· 7 years ago
7e35c22
[InstSimplify] add tests for minnum/maxnum with shared op; NFC
by Sanjay Patel
· 7 years ago
1b7b25a
[InstSimplify] move misplaced minnum/maxnum tests; NFC
by Sanjay Patel
· 7 years ago
daf385e
[SystemZ] Comment update.
by Jonas Paulsson
· 7 years ago
c8c3302
[SystemZ] NFC: Remove redundant check in SystemZHazardRecognizer.
by Jonas Paulsson
· 7 years ago
926b53b
[GVN,NewGVN] Move patchReplacementInstruction to Utils/Local.h
by Florian Hahn
· 7 years ago
b2fdb72
Fix inconsistency with/without debug information (-g)
by Jonas Devlieghere
· 7 years ago
82571df
[mips] Handle branch expansion corner cases
by Aleksandar Beserminji
· 7 years ago
6d74417
[Tablegen] In TargetSchedule.td: Remove unused argument `pfmCounters` from ProcResourceUnits.
by Andrea Di Biagio
· 7 years ago
23332c5
[DebugInfo] Reduce debug_str_offsets section size
by Pavel Labath
· 7 years ago
4fcef69
[TargetLowering] Add support for non-uniform vectors to BuildUDIV
by Simon Pilgrim
· 7 years ago
8a69efc
[X86][SSE] Add more non-uniform exact sdiv vector tests covering all/none ashr paths
by Simon Pilgrim
· 7 years ago
bb0d1d0
vs integration: bump version number
by Hans Wennborg
· 7 years ago
1e99c60
vs integration: update the publisher name
by Hans Wennborg
· 7 years ago
af11d87
vs integration: fix default path to clang-cl
by Hans Wennborg
· 7 years ago
b40956fe
[yaml2obj] - Add a support for changing EntSize.
by George Rimar
· 7 years ago
20e8e6e
[ARM][NFC] Replaced tab characters in test file vfcmp.ll.
by Sjoerd Meijer
· 7 years ago
faf4631
AMDGPU: Add feature vi-insts
by Matt Arsenault
· 7 years ago
a6d2786
[SelectionDAG][X86] Rename MaskedLoadSDNode::getSrc0 to getPassThru.
by Craig Topper
· 7 years ago
a4b4e86
[SelectionDAG][X86] Rename getValue to getPassThru for gather SDNodes.
by Craig Topper
· 7 years ago
300176c
[XRay] Improve error reporting when loading traces
by Dean Michael Berris
· 7 years ago
ca626b3
[lit, tests] Fix failing lit test: shtest-format.py
by Stella Stamenova
· 7 years ago
bc569e6
[NFC] Factor out implicit control flow logic from GVN
by Max Kazantsev
· 7 years ago
3e2cfa0
[WebAssembly] Enable atomic expansion for unsupported atomicrmws
by Heejin Ahn
· 7 years ago
7e13b7e
[WebAssembly] Replace SIMD expression types with V128
by Derek Schuff
· 7 years ago
f966a40
AMDGPU: cvt_pk_rtz_f16 canonicalizes
by Matt Arsenault
· 7 years ago
6ae1bfa
AMDGPU: Handle some vector operations in isCanonicalized
by Matt Arsenault
· 7 years ago
a27199d
[lit, python] Always add quotes around the python path in lit
by Stella Stamenova
· 7 years ago
a8868c6
AMDGPU: Push fcanonicalize through partially constant build_vector
by Matt Arsenault
· 7 years ago
2a710f9
AMDGPU: Refactor fcanonicalize combine
by Matt Arsenault
· 7 years ago
418492e
[LICM] Extract a helper function for readability [NFC]
by Philip Reames
· 7 years ago
f06afc3
MC: Redirect .addrsig directives referring to private (.L) symbols to the section symbol.
by Peter Collingbourne
· 7 years ago
f583815
AMDGPU: Treat more custom operations as canonicalizing
by Matt Arsenault
· 7 years ago
a0ad797
AMDGPU: Conversions always produce canonical results
by Matt Arsenault
· 7 years ago
13888fd
[LICM] Further strengthen tests for hoisting guards and invariant.starts [NFC]
by Philip Reames
· 7 years ago
f0fa788
AMDGPU: Fix implementation of isCanonicalized
by Matt Arsenault
· 7 years ago
7ac42ca
Fix a -Wsign-compare
by Reid Kleckner
· 7 years ago
63e7c72
[LICM] Strengthen invariant.start hoisting tests [NFC]
by Philip Reames
· 7 years ago
5c412ae
[X86] Fix assertion in subreg extraction
by Reid Kleckner
· 7 years ago
9f5cab6
[LICM] Add tests highlighting missing hoists for intrinsics [NFC]
by Philip Reames
· 7 years ago
f064d04
[SLC] Fix shrinking of pow()
by Evandro Menezes
· 7 years ago
fabcc79
[llvm-pdbutil] Support PDBs without a DBI stream
by Alexandre Ganea
· 7 years ago
0b17170
[X86] Recognize a splat of negate in isFNEG
by Easwaran Raman
· 7 years ago
beea2e2
[X86] When using "and $0" and "orl $-1" to store 0 and -1 for minsize, make sure the store isn't volatile
by Craig Topper
· 7 years ago
87986de
[X86] Add test cases to show bad use of "and $0" and "orl $-1" for minsize when the store is volatile
by Craig Topper
· 7 years ago
5312a9b
[RegisterCoalescer] Delay live interval update work until the rematerialization
by Wei Mi
· 7 years ago
62f7170
Fix typo in the MSVC Visualizer for SmallVector class
by Daniil Fukalov
· 7 years ago
5b8a7e2
Fix raw_fd_ostream::write_impl hang due to an infinite loop with large output
by Owen Reynolds
· 7 years ago
2733747
AMDGPU: Fold v_lshl_or_b32 with 0 src0
by Matt Arsenault
· 7 years ago
4e1ab5c
ValueTracking: Handle canonicalize in CannotBeNegativeZero
by Matt Arsenault
· 7 years ago
c3263d7
AMDGPU: Rename check prefixes in test
by Matt Arsenault
· 7 years ago
5edce4c
[NFC] Fixed unused function warnings
by David Bolvansky
· 7 years ago
5b20e12
Revert unused function fix
by David Bolvansky
· 7 years ago
2813b7a
[NFC] Fixed unused function warning
by David Bolvansky
· 7 years ago
fe95ff1
[AArch64] Fix assertion failure on widened f16 BUILD_VECTOR
by Bryan Chan
· 7 years ago
06ef179
Fix modules build with different technique to suppress Knuth debugging
by Tim Northover
· 7 years ago
c7a69f1
ARM-MachO: don't add Thumb bit for addend to non-external relocation.
by Tim Northover
· 7 years ago
1aa1d5c
Re-enable "[ValueTracking] Teach isKnownNonNullFromDominatingCondition about AND"
by Max Kazantsev
· 7 years ago
084fdcc
[docs] Continue working around broken Sphinx parsing of LLVM code blocks
by Chandler Carruth
· 7 years ago
f6ba2bc
[docs] Remove the `dso_local` tag from these functions.
by Chandler Carruth
· 7 years ago
86b1509
[docs] Stop trying to parse the ThinLTO summary IR fragments with the
by Chandler Carruth
· 7 years ago
376c087
Revert rL338990 to see if it causes sanitizer failures
by Max Kazantsev
· 7 years ago
d9c4e38
Try to fix buildbot
by Max Kazantsev
· 7 years ago
b71ba51
[ValueTracking] Teach isKnownNonNullFromDominatingCondition about AND
by Max Kazantsev
· 7 years ago
a170626
[GuardWidening] Widen guards with conditions of frequently taken dominated branches
by Max Kazantsev
· 7 years ago
5158029
[NFC] Fix typo
by Xin Tong
· 7 years ago
e3fd2cc
[NFC] Fixed unused function warning
by David Bolvansky
· 7 years ago
cb6242d
[DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.
by Hsiangkai Wang
· 7 years ago
63c6ded
[docs] Switch debug info metadata blocks to use `text` instead of `llvm`
by Chandler Carruth
· 7 years ago
512e317
[docs] Correct the basic syntax structure of the DISubrange example.
by Chandler Carruth
· 7 years ago
4c31db3
[docs] Remove an example that isn't well formed LLVM IR and trips up the
by Chandler Carruth
· 7 years ago
7290db8
[docs] Fix an LLVM-syntax code block to actually be valid LLVM synatx.
by Chandler Carruth
· 7 years ago
c0cb45a
[docs] Turn of `nasm` highlighting for a code block.
by Chandler Carruth
· 7 years ago
d78e434
[docs] Reinstate r337730 - Add support for Markdown documentation in Sphinx.
by Chandler Carruth
· 7 years ago
c64ea65
[ORC] Remove an incorrect use of 'cantFail'.
by Lang Hames
· 7 years ago
9a3ece1
[ORC] Change JITSymbolFlags debug output, add a function for getting a symbol
by Lang Hames
· 7 years ago
40868d4
[NFC] Fixed inliner tests - 2
by David Bolvansky
· 7 years ago
d4945d6
[NFC] Fixed inliner tests
by David Bolvansky
· 7 years ago
88ab670
Enrich inline messages
by David Bolvansky
· 7 years ago
6dac043
Revert "Add a warning if someone attempts to add extra section flags to sections"
by Eric Christopher
· 7 years ago
fd7de2b
[NFC][InstCombine] Add tests for sinking 'not' into 'xor' (PR38446)
by Roman Lebedev
· 7 years ago
02c1957
[NFC][InstCombine] Regenerate set.ll test
by Roman Lebedev
· 7 years ago
f6904f8
[X86] Remove stale comments from a test. NFC
by Craig Topper
· 7 years ago
f7da013
[InstCombine] [NFC] Tests for strcmp to memcmp transformation
by David Bolvansky
· 7 years ago
b2e6802
[ADT] Add an early-increment iterator-like type and range adaptor.
by Chandler Carruth
· 7 years ago
30fa583
[TailCallElim] Preserve DT and PDT
by Chijun Sima
· 7 years ago
18aa36f
[llvm-objdump] Remove continue after report_error which is unreachable
by Fangrui Song
· 7 years ago
134b06d
[ADCE] Remove the need of DomTree
by Chijun Sima
· 7 years ago
Next »