Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
d2ac73c164aa8536981f7a23d7db470fe458a96f
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
aecc972
Move generic test to the Generic directory
by Adrian Prantl
· 8 years ago
21de18a
[AMDGPU] fix test to be independent of FP undef
by Sanjay Patel
· 8 years ago
44818a3
[WebAssembly] Disallow weak undefined globals in the object format
by Nicholas Wilson
· 8 years ago
815d73b
[InstSimplify] fix FP infinite hex constant values in tests; NFC
by Sanjay Patel
· 8 years ago
6b6fa08
Revert "[PowerPC] LSR tunings for PowerPC"
by Stefan Pintilie
· 8 years ago
599fd01
Revert "[PowerPC] Move test to correct location."
by Stefan Pintilie
· 8 years ago
c8a7beb
Tidyup comment that was destroyed by clang-format. NFCI.
by Simon Pilgrim
· 8 years ago
3cbc0a3
[X86][SSE] createVariablePermute - move index vector canonicalization to top of function. NFCI.
by Simon Pilgrim
· 8 years ago
1e09c89
Try to fix Windows bot by forcing "rm".
by Tim Northover
· 8 years ago
8fca462
[LangRef] make it clear that FP instructions do not have side effects
by Sanjay Patel
· 8 years ago
beee6ae
[dsymutil] Unify error handling and add color
by Jonas Devlieghere
· 8 years ago
5dd777c
CMake: Make libxml2 show up in --system-libs (PR36660)
by Hans Wennborg
· 8 years ago
f5ac316
[x86][aarch64] ask the backend whether it has a vector blend instruction
by Sebastian Pop
· 8 years ago
7ebbb19
[llvm-mca] Move the logic that prints the summary into its own view. NFCI
by Andrea Di Biagio
· 8 years ago
163bd8a
[llvm-mca] Run clang-format on the source code. NFC
by Andrea Di Biagio
· 8 years ago
d66fa2a
TableGen: Add a defset statement
by Nicolai Haehnle
· 8 years ago
ad64c88
TableGen: Allow arbitrary list values as ranges of foreach
by Nicolai Haehnle
· 8 years ago
691987f
TableGen: Remove unused ParseForeachMode
by Nicolai Haehnle
· 8 years ago
e084840
TableGen: More helpful error messages
by Nicolai Haehnle
· 8 years ago
a2472db
TableGen: add !isa operation
by Nicolai Haehnle
· 8 years ago
Next »