Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
8921acb5dbb89088d258e7da138746fd4544fe91
8921acb
[Hexagon] Counting leading/trailing bits is cheap
by Krzysztof Parzyszek
· 8 years ago
f4eb10a0
[PatternMatch, InstSimplify] allow undef elements when matching vector -0.0
by Sanjay Patel
· 8 years ago
3817503
[X86][Btver2] FSqrt/FDiv reg-reg instructions don't use the AGU.
by Simon Pilgrim
· 8 years ago
78c10b0
update_mir_test_checks: Fix handling of IR input after r326284
by Justin Bogner
· 8 years ago
4755695
[SelectionDAG] Improve handling of dangling debug info
by Bjorn Pettersson
· 8 years ago
f865ef6
[Hexagon] Subtarget feature to emit one instruction per packet
by Krzysztof Parzyszek
· 8 years ago
7870dc6
[InstCombine] [NFC] Add tests for peeking through FP casts for sign-bit compares (PR36682)
by Roman Lebedev
· 8 years ago
62f3cb7
[X86] Deleting README-MMX.txt now that all tasks have been completed.
by Simon Pilgrim
· 8 years ago
db98ce7
[AMDGPU][MC][GFX8] Added BUFFER_STORE_LDS_DWORD Instruction
by Dmitry Preobrazhensky
· 8 years ago
0e3e44d
[X86] Add all of the MRM_C0-MRM_FF forms to the switch in RecognizableInstr::emitInstructionSpecifier. NFC
by Craig Topper
· 8 years ago
850d35a
[X86][Btver2] Prefix all scheduler defs. NFCI.
by Simon Pilgrim
· 8 years ago
47684f7
[X86] Remove use of MVT class from the ShuffleDecode library.
by Craig Topper
· 8 years ago
d4b84fc
[AMDGPU] Fix lowering enqueue kernel when kernel has no name
by Yaxun Liu
· 8 years ago
2744a56
[X86][Btver2] Extend JWriteResFpuPair to accept resource/uop counts. NFCI.
by Simon Pilgrim
· 8 years ago
1eaf2d7
[AMDGPU][MC][DOC] Updated AMD GPU assembler description
by Dmitry Preobrazhensky
· 8 years ago
538055a
[InstSimplify] add test for m_NegZero with undef elt; NFC
by Sanjay Patel
· 8 years ago
b2adf42
[X86][Btver2] Use JWriteResFpuPair wrapper for AES/CLMUL/HADD scheduler cases. NFCI.
by Simon Pilgrim
· 8 years ago
3af1415
[Hexagon] Add REQUIRES: asserts to testcases that use -stats
by Krzysztof Parzyszek
· 8 years ago
eb98f9d
[Hexagon] Add REQUIRES: asserts to testcases that use -debug-only
by Krzysztof Parzyszek
· 8 years ago
a70206a
[AMDGPU][MC] Corrected GATHER4 opcodes
by Dmitry Preobrazhensky
· 8 years ago
d2ac73c
[llvm-readobj] Make header self-contained
by Benjamin Kramer
· 8 years ago
9e2cb42
Updating MIR Language Reference to include new syntax for symbols and physregs.
by Puyan Lotfi
· 8 years ago
78a4389
[DebugInfo] Replace unreachable with None
by Jonas Devlieghere
· 8 years ago
c9f7443
[Hexagon] fix 'must explicitly initialize the const member' error which clang 3.8 emits
by Sam McCall
· 8 years ago
c994671
[Hexagon] Add more lit tests
by Krzysztof Parzyszek
· 8 years ago
7f9dbc4
AMDGPU/GlobalISel: Legality and RegBankInfo for G_{INSERT|EXTRACT}_VECTOR_ELT
by Matt Arsenault
· 8 years ago
e0eff38
AMDGPU/GlobalISel: InstrMapping for G_MERGE_VALUES
by Matt Arsenault
· 8 years ago
b3834e5
AMDGPU/GlobalISel: Make some G_MERGE_VALUEs legal
by Matt Arsenault
· 8 years ago
2ee3b17
Revert r326710 "Fuzzer: remove temporary files after we're done with them."
by Hans Wennborg
· 8 years ago
59a0caa
[mips] Split out ASEPredicate from InsnPredicates (NFC)
by Simon Dardis
· 8 years ago
a722fa2
MC intel asm parser: Allow @ at the start of function names.
by Nico Weber
· 8 years ago
3d53cc7
[X86][SSE] createVariablePermute - PSHUFB requires SSSE3 not just SSE3
by Simon Pilgrim
· 8 years ago
68642e9
Fix compilation on Darwin with expensive checks.
by Jonas Devlieghere
· 8 years ago
d7e41ba
[ThinLTO] Recommit of import global variables
by Eugene Leviant
· 8 years ago
bd99a1f
Back out "Re-land: Teach CorrelatedValuePropagation to reduce the width of udiv/urem instructions."
by Justin Lebar
· 8 years ago
1c193f4
[X86] Don't compute known bits twice for the same SDValue in LowerMUL.
by Craig Topper
· 8 years ago
e6bdfcf
[CGP] Fix the remove of matched phis in complex addressing mode
by Serguei Katkov
· 8 years ago
3c0783d
[X86][MMX] Support MMX build vectors to avoid SSE usage (PR29222)
by Simon Pilgrim
· 8 years ago
1635c63
[X86][AVX512] Added more non-VLX test cases
by Simon Pilgrim
· 8 years ago
f86876e
[X86][AVX] createVariablePermute - scale v16i16 variable permutes to use v32i8 codegen
by Simon Pilgrim
· 8 years ago
9139e91
[X86][AVX] createVariablePermute - widen permutes for cases where the source vector is wider than the destination type
by Simon Pilgrim
· 8 years ago
7f61762
[InstCombine] add tests for casted sign-bit cmp (PR36682); NFC
by Sanjay Patel
· 8 years ago
8259353
[X86][AVX] createVariablePermute - use PSHUFB+PCMPGT+SELECT for v32i8 variable permutes
by Simon Pilgrim
· 8 years ago
faa0375
Fix for buildbots which didn't like makeArrayRef with initializer lists.
by Simon Pilgrim
· 8 years ago
fa5f307
[X86][SSE] Generalized SplitBinaryOpsAndApply to SplitOpsAndApply to support any number of ops.
by Simon Pilgrim
· 8 years ago
78049a4
[X86][AVX] createVariablePermute - use 2xVPERMIL+PCMPGT+SELECT for v8i32/v8f32 and v4i64/v4f64 variable permutes
by Simon Pilgrim
· 8 years ago
7e6bfeb
[X86][AVX512] createVariablePermute - Non-VLX targets can widen v4i64/v8f64 variable permutes to v8i64/v8f64
by Simon Pilgrim
· 8 years ago
ccddf0f
[x86][SSE] Add widenSubVector helper. NFCI.
by Simon Pilgrim
· 8 years ago
71d757b
[MemorySSA] Fix comment + remove redundant dyn_casts; NFC
by George Burgess IV
· 8 years ago
aa85acb
Test commit - change comment slightly.
by Michael Bedy
· 8 years ago
60a5e73
Add REQUIRES: arm-registered-target to test using an arm-apple-ios triple.
by Nico Weber
· 8 years ago
a41ced4
[TargetSchedule] Minor refactor in computeInstrLatency. NFC
by Andrea Di Biagio
· 8 years ago
ac38a55
Revert r327199: "Clean up a temp file on the buildbots"
by George Burgess IV
· 8 years ago
9d122e2
[X86] Add comments to the end of FMA3 instructions to make the operation clear
by Craig Topper
· 8 years ago
50cc600
[llvm-mca] Fix use-of-uninitialized-value error reported by the MemorySanitizer.
by Andrea Di Biagio
· 8 years ago
b4b3cc5
[X86][XOP] createVariablePermute - use VPERMIL2 for v8i32/v4i64 variable permutes
by Simon Pilgrim
· 8 years ago
c8b2a4c
[AArch64] Implement native TLS for Windows
by Martin Storsjo
· 8 years ago
d4f6324
[ADT] Shuffle containers before sorting to uncover non-deterministic behavior
by Mandeep Singh Grang
· 8 years ago
c28fd90
[X86][XOP] createVariablePermute - use VPPERM for v16i16 variable permutes
by Simon Pilgrim
· 8 years ago
fae96e0
[X86][SSE] createVariablePermute - create index scaling helper. NFCI.
by Simon Pilgrim
· 8 years ago
bd2985d
[llvm-mca] BackendStatistics: early exit from method printSchedulerUsage if the
by Andrea Di Biagio
· 8 years ago
80f8cd5
[llvm-mca] Views are now independent from resource masks. NFCI
by Andrea Di Biagio
· 8 years ago
8da142d
[X86][XOP] createVariablePermute - use VPPERM for v32i8 variable permutes
by Simon Pilgrim
· 8 years ago
253ee8c
[InstSimplify] fp_binop X, undef --> NaN
by Sanjay Patel
· 8 years ago
00cb8ab
[AMDGPU] fix tests to be independent of FP undef
by Sanjay Patel
· 8 years ago
f8a45a4
[PowerPC] fix tests to be independent of FP undef
by Sanjay Patel
· 8 years ago
5c56853
AMDGPU: Fix crash when constant folding with physreg operand
by Matt Arsenault
· 8 years ago
fc21165
[ConstantFold] fp_binop AnyConstant, undef --> NaN
by Sanjay Patel
· 8 years ago
8c9cc1f
[PartialInlining] Use isInlineViable to detect constructs preventing inlining.
by Florian Hahn
· 8 years ago
7ca2a47
[X86] Add a missing EVEX instruction to EmitAnyX86InstComments.
by Craig Topper
· 8 years ago
2e7a52a
[WebAssembly] Object: Add accessor for wasm symbols
by Sam Clegg
· 8 years ago
9c2329d
[X86] Move the AC_EVEX_2_VEX AsmComments enum to X86InstrInfo.h from X86InstComments.h.
by Craig Topper
· 8 years ago
197b6c8
[AliasAnalysis] Shrink AliasResults; NFC
by George Burgess IV
· 8 years ago
4d61752
[X86] Rewrite printMasking code in X86InstComments to use TSFlags to determine whether the instruction is masked.
by Craig Topper
· 8 years ago
11ddcbc
Clean up a temp file on the buildbots.
by George Burgess IV
· 8 years ago
824eedb
Go back to sometimes assuming intristics are local.
by Rafael Espindola
· 8 years ago
87407bd
Revert: r327172 "Correct load-op-store cycle detection analysis"
by Nirav Dave
· 8 years ago
2fb0fe6
[TwoAddressInstructionPass] Improve tryInstructionCommute of X86 FMA and vpternlog instructions
by Craig Topper
· 8 years ago
ac0df5f
[WebAssembly] Add EVT::getEVTString() for except_ref type
by Heejin Ahn
· 8 years ago
c81ea86
ADT: Make MapVector::value_type and MapVector::size_type public. NFC.
by Peter Collingbourne
· 8 years ago
346e470
[TargetLowering] Remove redundant term in two ifs in SimplifySetCC. NFC
by Craig Topper
· 8 years ago
6165a77
Revert "[Debug] Retain both sets of debug intrinsics in HoistThenElseCodeToIf"
by Ulrich Weigand
· 8 years ago
f26984a
[Debug] Retain both sets of debug intrinsics in HoistThenElseCodeToIf
by Ulrich Weigand
· 8 years ago
7902c08
[Power9] Code Cleaup and adding Comments for Power 9 Scheduler
by Stefan Pintilie
· 8 years ago
6587343
[NFC] Consolidate six getPointerOperand() utility functions into one place
by Renato Golin
· 8 years ago
c2d2d1a
Correct load-op-store cycle detection analysis
by Nirav Dave
· 8 years ago
8fc6a5e
Improve Dependency analysis when doing multi-node Instruction Selection
by Nirav Dave
· 8 years ago
0f0ed7b
[DAG] Enforce stricter NodeId invariant during Instruction selection
by Nirav Dave
· 8 years ago
493154d
Make early exit hasPredecessorHelper return true. NFCI.
by Nirav Dave
· 8 years ago
67fe795
[llvm-objdump] Support disassembling by symbol name
by Rafael Auler
· 8 years ago
68d7364
Use branch funnels for virtual calls when retpoline mitigation is enabled.
by Peter Collingbourne
· 8 years ago
fd10033
Avoid creating a Constant for each value in a ConstantDataSequential.
by Alina Sbirlea
· 8 years ago
6f0333a
Delay creating an alias for @@@.
by Rafael Espindola
· 8 years ago
c805ab0
[X86][AVX] createVariablePermute - fix v2i64/v2f64 VPERMILPD index creation.
by Simon Pilgrim
· 8 years ago
9ae21b3
TableGen: Remove space at EOL in TGLexer.{h,cpp}
by Nicolai Haehnle
· 8 years ago
f3ad8d5
[X86][SSE] createVariablePermute - move source vector canonicalization to top of function. NFCI.
by Simon Pilgrim
· 8 years ago
5da3464
[LV] Adding test for r327109
by Renato Golin
· 8 years ago
2006e62
[AMDGPU] Supported ds_read_b128 generation; Widened vector length for local address-space.
by Farhana Aleen
· 8 years ago
bf0554f
[GISel]: Add helpers for easy building G_FCONSTANT along with matchers
by Aditya Nandakumar
· 8 years ago
4adc452
[JumpThreading] Don't restrict cast-traversal to i1
by Chad Rosier
· 8 years ago
Next »