Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
6e9e89f4829bb33c73823cfa4c20d49581df1b1a
6e9e89f
[DemandedBits][BDCE] Support vectors of integers
by Nikita Popov
· 7 years ago
8b59b28
[BDCE] Add tests for BDCE applied to vector instructions; NFC
by Nikita Popov
· 7 years ago
d43800d
[DAGCombiner] more clean up in hoistLogicOpWithSameOpcodeHands(); NFC
by Sanjay Patel
· 7 years ago
5023b82
Run `git ls-files '*.gn' '*.gni' | xargs -n 1 gn format`.
by Nico Weber
· 7 years ago
5d33d9d
[gn build] merge r348505.
by Nico Weber
· 7 years ago
391f8bd
[X86] Directly create ADC/SBB nodes instead of using ADD/SUB with (and SETCC_CARRY, 1)
by Craig Topper
· 7 years ago
6ef3ba7
[DAGCombiner] don't group bswap with casts in logic hoisting fold
by Sanjay Patel
· 7 years ago
f108b6c
[x86] add test for vector bitwise-logic-of-bswaps; NFC
by Sanjay Patel
· 7 years ago
b00f43f
[DAGCombiner] reduce indent; NFC
by Sanjay Patel
· 7 years ago
5e3f62b
[DagCombiner][X86] Simplify a ConcatVectors of a scalar_to_vector with undef.
by Andrea Di Biagio
· 7 years ago
32ffba1
[DAGCombiner] don't hoist logic op if operands have other uses, part 2
by Sanjay Patel
· 7 years ago
fbbe7bd
Fix Wdocumentation warning. NFCI.
by Simon Pilgrim
· 7 years ago
e1657fa
[PowerPC] add tests for hoisting bitwise logic; NFC
by Sanjay Patel
· 7 years ago
0888d7b
Reapply "Adapt gcov to changes in CFE."
by Adrian Prantl
· 7 years ago
cacd572
[AArch64] Fix Exynos predicate
by Evandro Menezes
· 7 years ago
17c6c15
[DAGCombiner] don't hoist logic op if operands have other uses
by Sanjay Patel
· 7 years ago
ec41162
[x86] add test for hoistLogicOpWithSameOpcodeHands with extra uses; NFC
by Sanjay Patel
· 7 years ago
a6cf7e3
[PDB] Move some code around. NFC.
by Zachary Turner
· 7 years ago
dfe9c7d
[gn build] Process .def.in files in llvm/Config and add lib/Target/BUILD.gn
by Nico Weber
· 7 years ago
19016da
[DAGCombiner] refactor function that hoists bitwise logic; NFCI
by Sanjay Patel
· 7 years ago
32cfa0e
Support skewed stream arrays.
by Zachary Turner
· 7 years ago
f8d18b8
[X86] Refactored IsSplatVector to use switch. NFCI.
by Simon Pilgrim
· 7 years ago
f37825c
[DEBUGINFO, NVPTX] Disable emission of ',debug' option if only debug directives are allowed.
by Alexey Bataev
· 7 years ago
a9702ef
[GVN] Don't perform scalar PRE on GEPs
by Alexandros Lamprineas
· 7 years ago
12ed311
[DEBUGINFO, NVPTX]Emit last debugging directives.
by Alexey Bataev
· 7 years ago
42f44e6
DAGCombiner::visitINSERT_VECTOR_ELT - pull out repeated VT.getVectorNumElements(). NFCI.
by Simon Pilgrim
· 7 years ago
a2cb36c
[NFC][AArch64] Split out backend features
by Diogo N. Sampaio
· 7 years ago
8c303c3
[ARM][NFC] Adding another test for armcgp
by Sam Parker
· 7 years ago
fd7ff8f
AMDGPU: Generate VALU ThreeOp Integer instructions
by Nicolai Haehnle
· 7 years ago
92a20fa
[AMDGPU] Partial revert of rL348371: Turn on the DPP combiner by default
by Valery Pykhtin
· 7 years ago
7852f77
Fix -Wcovered-switch-default warning. NFCI.
by Simon Pilgrim
· 7 years ago
d42bdb7
Revert "[LoopSimplifyCFG] Delete dead in-loop blocks"
by Ilya Biryukov
· 7 years ago
bb3c659
Test commit: Removed trailing space in .txt file.
by Markus Lavin
· 7 years ago
2036102
[ARM][NFC] Added extra arm-cgp test
by Sam Parker
· 7 years ago
4b5bc47
[X86][NFC] Convert memcpy/memset tests to update_llc_test_checks.
by Clement Courbet
· 7 years ago
b228e2c
[ARM GlobalISel] Nothing is legal for Thumb
by Diana Picus
· 7 years ago
2a3b6f9
[X86][NFC] Add more tests for memset.
by Clement Courbet
· 7 years ago
61f571a
[llvm-dwarfdump] - Simplify the test case.
by George Rimar
· 7 years ago
261e911
[InstCombine] foldICmpWithLowBitMaskedVal(): don't miscompile -1 vector elts
by Roman Lebedev
· 7 years ago
689b721
[NFC][InstCombine] Add more miscompile tests for foldICmpWithLowBitMaskedVal()
by Roman Lebedev
· 7 years ago
21526df
[X86] Remove some leftover code for handling an i1 setcc type. NFC
by Craig Topper
· 7 years ago
feb7e4f
[LoopSimplifyCFG] Delete dead in-loop blocks
by Max Kazantsev
· 7 years ago
053b865
InstCombine: Add some missing tests for scalarization
by Matt Arsenault
· 7 years ago
beec7d49
[llvm-objcopy] Change --only-keep to --only-section
by Jake Ehrlich
· 7 years ago
2941d47
AArch64: Fix invalid CCMP emission
by Matthias Braun
· 7 years ago
1849855
Add objc.* ARC intrinsics and codegen them to their runtime methods.
by Pete Cooper
· 7 years ago
7331098
[MachineOutliner][NFC] Move yet another std::vector out of a loop
by Jessica Paquette
· 7 years ago
17892fe
[MachineOutliner][NFC] Move std::vector out of loop
by Jessica Paquette
· 7 years ago
3c93875
[MachineOutliner][NFC] Remove IntegerInstructionMap from InstructionMapper
by Jessica Paquette
· 7 years ago
922f82f
[GlobalISel] Introduce G_BUILD_VECTOR, G_BUILD_VECTOR_TRUNC and G_CONCAT_VECTOR opcodes.
by Amara Emerson
· 7 years ago
3b07352
[MachineOutliner][NFC] Remove buildCandidateList and replace with findCandidates
by Jessica Paquette
· 7 years ago
8bd5d3d
[MachineOutliner][NFC] Candidates don't need to be shared_ptrs anymore
by Jessica Paquette
· 7 years ago
ad6bed6
Revert r347934 "[SCEV] Guard movement of insertion point for loop-invariants"
by David L. Jones
· 7 years ago
c264b47
[WebAssembly] Change event section code to 13
by Heejin Ahn
· 7 years ago
7c48342
[InstCombine] remove dead code from visitExtractElement
by Sanjay Patel
· 7 years ago
096ae71
[MachineOutliner][NFC] Remove CandidateList, since it's now unused.
by Jessica Paquette
· 7 years ago
510a345
Fix buildbot capture warning
by Jessica Paquette
· 7 years ago
d5178b0
[MachineOutliner][NFC] Simplify and unify pruning/outlining logic
by Jessica Paquette
· 7 years ago
810c63b
[InstCombine] reduce duplication in visitExtractElementInst; NFC
by Sanjay Patel
· 7 years ago
5aafb60
[InstCombine] add/move tests for extractelement; NFC
by Sanjay Patel
· 7 years ago
08bc3d8
ThinLTO: Do not import debug info for imported global constants
by David Blaikie
· 7 years ago
a5d8d4c
[MachineOutliner] Outline functions by order of benefit
by Jessica Paquette
· 7 years ago
83757df
[Hexagon] Add intrinsics for Hexagon V66
by Krzysztof Parzyszek
· 7 years ago
017a641
[Hexagon] Add instruction definitions for Hexagon V66
by Krzysztof Parzyszek
· 7 years ago
2ea1ed5
[Hexagon] Foundation of support for Hexagon V66
by Krzysztof Parzyszek
· 7 years ago
a47a91a
[GISel]: Provide standard interface to observe changes in GISel passes
by Aditya Nandakumar
· 7 years ago
e1363b4
[CodeExtractor] Do not marked outlined calls which may resume EH as noreturn
by Vedant Kumar
· 7 years ago
c8e84f9
[X86][SSE] Fix a copy+paste typo that was folding the sext/zext of partial vectors
by Simon Pilgrim
· 7 years ago
6da5474
[AArch64] Reword description of feature (NFC)
by Evandro Menezes
· 7 years ago
9815171
[llvm-mca] Simplify test (NFC)
by Evandro Menezes
· 7 years ago
7f1c3d3
[llvm-mca] Sort test run lines (NFC)
by Evandro Menezes
· 7 years ago
96d084f
[MachineOutliner][NFC] Use getOccurrenceCount() in getNotOutlinedCost()
by Jessica Paquette
· 7 years ago
b70f93c
[MachineOutliner][NFC] Make getters in MachineOutliner.h const
by Jessica Paquette
· 7 years ago
f18b476
[MachineOutliner][NFC] Don't create outlined sequence from integer mapping
by Jessica Paquette
· 7 years ago
0fca1c8
[gold-plugin] allow function/data sections to be toggleable
by Nick Desaulniers
· 7 years ago
818b1d7
AMDGPU: Fix using old address spaces in some tests
by Matt Arsenault
· 7 years ago
c642a82
[DAGCombiner] don't try to extract a fraction of a vector binop and crash (PR39893)
by Sanjay Patel
· 7 years ago
007924c
Allow norecurse attribute on functions that have debug infos.
by Christian Bruel
· 7 years ago
a26e880
[X86] Add test case to show missed opportunity to combine a concat_vector into a scalar_to_vector. NFC
by Andrea Di Biagio
· 7 years ago
5e78401
Revert "[IR] Add NODISCARD to attribute functions"
by Brian Gesiak
· 7 years ago
d6d25e5
[SLH] Fix a nasty bug in SLH.
by Chandler Carruth
· 7 years ago
2f95ca4
[SLH] Regenerate tests with --no_x86_scrub_rip to restore the higher
by Chandler Carruth
· 7 years ago
3ab2632
[IR] Add NODISCARD to attribute functions
by Brian Gesiak
· 7 years ago
62a4268
[AMDGPU]: Turn on the DPP combiner by default
by Valery Pykhtin
· 7 years ago
d222be1
[InstCombine] simplify icmps with same operands based on dominating cmp
by Sanjay Patel
· 7 years ago
efa8437
[X86][SSE] Begun adding modulo rotate support to LowerRotate
by Simon Pilgrim
· 7 years ago
e96cf5f
[llvm-rc] Support not expressions.
by Martin Storsjo
· 7 years ago
b2a7ed6
[TargetLowering] Remove ISD::ANY_EXTEND/ANY_EXTEND_VECTOR_INREG opcodes from SimplifyDemandedVectorElts
by Simon Pilgrim
· 7 years ago
cf7a3f6
[DAG] Add fshl/fshr tblgen opcodes
by Simon Pilgrim
· 7 years ago
52f31f6
[test] Skip ThinLTO cache tests requiring atime setting on NetBSD
by Michal Gorny
· 7 years ago
8dc1a1a
[test] Split strip-preserve-time.test, and skip atime test on NetBSD
by Michal Gorny
· 7 years ago
67f4757
[SelectionDAG] Initial support for FSHL/FSHR funnel shift opcodes (PR39467)
by Simon Pilgrim
· 7 years ago
b3f633f
[MC] - Fix build bot.
by George Rimar
· 7 years ago
c683b71
Remove superfluous comments. NFCI.
by Simon Pilgrim
· 7 years ago
d437f3c
Recommit r348243 - "[llvm-mc] - Do not crash when referencing undefined debug sections."
by George Rimar
· 7 years ago
cf6cfbd
[TargetLowering] SimplifyDemandedVectorElts - don't alter DemandedElts mask
by Simon Pilgrim
· 7 years ago
1dd5a04
[ARM GlobalISel] Implement call lowering for Thumb2
by Diana Picus
· 7 years ago
a26d00a
[LICM] *Actually* disable ControlFlowHoisting.
by Alina Sbirlea
· 7 years ago
cafffd2
HowToBuildWithPGO.rst: Fix a few details in the manual steps
by Hans Wennborg
· 7 years ago
bd3579d
[X86] Remove -costmodel-reduxcost=true from the experimental vector reduction intrinsic tests as it appears to be unnecessary. NFC
by Craig Topper
· 7 years ago
Next »