Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
1c00edf2e4f6fa7e4b02710cffd71a638fd124ee
1c00edf
[docs] Update usage directive for llvm-cov report -show-functions
by Vedant Kumar
· 7 years ago
2d1b15b
Fix comments which mixed up 'before' and 'after', NFC
by Vedant Kumar
· 7 years ago
0f11eb4
Clarify wording of a doxygen comment, NFC
by Vedant Kumar
· 7 years ago
af68baa
[ThinLTO] Require x86 target for new test
by Teresa Johnson
· 7 years ago
eede34f
[X86] Use the correct types in some recently added isel patterns.
by Craig Topper
· 7 years ago
37f081b
AMDGPU/GlobalISel: Implement select() for 32-bit @llvm.minnun and @llvm.maxnum
by Tom Stellard
· 7 years ago
f173f47
[X86][FastISel] Support uitofp with avx512.
by Craig Topper
· 7 years ago
5119a48
[LTO] Fix linking with an alias defined using another alias.
by Eli Friedman
· 7 years ago
6716a6f
[X86] Correct comment of TEST elimination in BSF/TZCNT
by Fangrui Song
· 7 years ago
3393e5b
[ThinLTO] Ensure we always select the same function copy to import
by Teresa Johnson
· 7 years ago
504eed4
AMDGPU/GlobalISel: Implement select() for @llvm.amdgcn.exp
by Tom Stellard
· 7 years ago
e6cdf32
[X86][FastISel] Add EVEX support to sitofp handling.
by Craig Topper
· 7 years ago
20e85b8
[X86] Try fixing r336768
by Fangrui Song
· 7 years ago
7d36425
[NFC][InstCombine] Tests for 'check for [no] signed truncation' pattern
by Roman Lebedev
· 7 years ago
b4c1bb4
Revert "[CMake] Pass Clang defaults to runtimes builds"
by Petr Hosek
· 7 years ago
7dc602e
[LowerTypeTests] Limit when icall jumptable entries are emitted
by Vlad Tsyrklevich
· 7 years ago
6ab694d
[dwarfdump] Add pretty printer for accelerator table based on Atom.
by Jonas Devlieghere
· 7 years ago
b6e0532
[llvm-mca][BtVer2] Add tests for dependency breaking instructions.
by Andrea Di Biagio
· 7 years ago
c62320c
[TableGen] Suppress type validation when parsing pattern fragments
by Ulrich Weigand
· 7 years ago
9c21e67
AMDGPU: Properly handle shader inputs with split arguments
by Matt Arsenault
· 7 years ago
e61b677
AMDGPU: Fix handling of alignment padding in DAG argument lowering
by Matt Arsenault
· 7 years ago
f185b90
[Tablegen] Optimize isSubsetOf() in AsmMatcherEmitter.cpp. NFC
by Marcello Maggioni
· 7 years ago
b7219f9
Revert "CallGraphSCCPass: iterate over all functions."
by Evgeniy Stepanov
· 7 years ago
a97ad69
[NFC][X86][AArch64] Negative tests for 'check for [no] signed truncation' pattern
by Roman Lebedev
· 7 years ago
5772681
[cfi-verify] Only run AArch64 tests when it is a supported target
by Joel Galenson
· 7 years ago
0b0731c
[dwarfdump] Pretty print DW_AT_APPLE_runtime_class
by Jonas Devlieghere
· 7 years ago
f907c50
[AArch64] Armv8.4-A: LDAPR & STLR with immediate offset instructions (cont'd)
by Sjoerd Meijer
· 7 years ago
674b148
[PowerPC] Materialize more constants with CR-field set in late peephole
by Nemanja Ivanovic
· 7 years ago
8352988
[cfi-verify] Support AArch64.
by Joel Galenson
· 7 years ago
2eb5b22
[json, test] Fix the json.td test - the path to python could contain spaces
by Stella Stamenova
· 7 years ago
7c86c06
[mips] Add microMIPS case to the tests and regenerate assertions using update_llc_test_checks.py. NFC
by Simon Atanasyan
· 7 years ago
6ff281c
[llvm-mca] Improve a few debug prints. NFC
by Andrea Di Biagio
· 7 years ago
edc45eb
Add parens to silence Wparentheses warning, introduced by 336990
by Erich Keane
· 7 years ago
8689f34
[NFC] Silence Wparentheses warning in DomTreeUpdater, introduced by 336968
by Erich Keane
· 7 years ago
3a90426
[TableGen] Support multi-alternative pattern fragments
by Ulrich Weigand
· 7 years ago
6069d4b
DivergenceAnalysis: added debug output
by Tim Renouf
· 7 years ago
bd8c8d7
[SLH] Introduce a new pass to do Speculative Load Hardening to mitigate
by Chandler Carruth
· 7 years ago
1e086c7
[SLPVectorizer] Add initial alternate opcode support for cast instructions. (REAPPLIED-2)
by Simon Pilgrim
· 7 years ago
0bc0c53
[UpdateTestChecks] Teach the x86 asm parser to skip over the function
by Chandler Carruth
· 7 years ago
c3bd8cc
[x86] Fix a capitalization that I failed to save in my editor before
by Chandler Carruth
· 7 years ago
5f81eab
[x86] Teach the EFLAGS copy lowering to handle much more complex control
by Chandler Carruth
· 7 years ago
ed770b6
[llvm-mca] Simplify the Pipeline constructor. NFC
by Andrea Di Biagio
· 7 years ago
27babdf
[llvm-mca] Removed unused arguments from methods in class Pipeline. NFC
by Andrea Di Biagio
· 7 years ago
ce729e2
[AArch64][SVE] Asm: Vector Unpack Low/High instructions.
by Sander de Smalen
· 7 years ago
1726fda
[AArch64] Updated bigendian buildvector tests
by Simon Pilgrim
· 7 years ago
19f4c1e
[ARM] Regenerated arg endian test
by Simon Pilgrim
· 7 years ago
3723787
[AArch64][SVE] Asm: Support for insert element (INSR) instructions.
by Sander de Smalen
· 7 years ago
b76c453
[LiveDebugValues] Tracking copying value between registers
by Petar Jovanovic
· 7 years ago
1b59f04
[X86] Prefer MOVSS/SD over BLEND under optsize in isel.
by Craig Topper
· 7 years ago
9317746
[XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata record entry in FDR mode
by Dean Michael Berris
· 7 years ago
8383d4d
[X86] Remove isel patterns that turns packed add/sub/mul/div+movss/sd into scalar intrinsic instructions.
by Craig Topper
· 7 years ago
bc2f48c
[DomTreeUpdater] Ignore updates when both DT and PDT are nullptrs
by Chijun Sima
· 7 years ago
9074a87
[FileCheck] Implement -v and -vv for tracing matches
by Joel E. Denny
· 7 years ago
8a35df3
[InstCombine] return when SimplifyAssociativeOrCommutative makes a change
by Sanjay Patel
· 7 years ago
d79789a
CodeGen: Remove pipeline dependencies on StackProtector; NFC
by Matthias Braun
· 7 years ago
674f0a1
Simplify recursive launder.invariant.group and strip
by Piotr Padlewski
· 7 years ago
fda9d38
[llvm-mca] Constify SourceMgr::hasNext. NFC.
by Matt Davis
· 7 years ago
5c43c4c
[llvm-mca] Add cycleBegin/cycleEnd callbacks to mca::Stage.
by Matt Davis
· 7 years ago
b9bc173
[X86] Regenerate checks in sse-scalar-fp-arith.ll.
by Craig Topper
· 7 years ago
07757b9
[InstCombine] Simplify isKnownNegation
by Fangrui Song
· 7 years ago
9bd050e
[X86] Add AVX512 equivalents of some isel patterns so we get EVEX instructions.
by Craig Topper
· 7 years ago
20f01a8
Revert r336950 and r336951 "[X86] Add AVX512 equivalents of some isel patterns so we get EVEX instructions." and "foo"
by Craig Topper
· 7 years ago
1a14ab0
Remove redundant *_or_null checks; NFC
by George Burgess IV
· 7 years ago
30251f2
[X86] Add AVX512 equivalents of some isel patterns so we get EVEX instructions.
by Craig Topper
· 7 years ago
197f95f
foo
by Craig Topper
· 7 years ago
5491930
Revert "[SLPVectorizer] Add initial alternate opcode support for cast instructions. (REAPPLIED)"
by Martin Storsjo
· 7 years ago
0a4671b
[gold-plugin] Disable section ordering for relocatable links
by Bill Wendling
· 7 years ago
3418676
[SanitizerCoverage] Add associated metadata to 8-bit counters.
by Matt Morehouse
· 7 years ago
a120e0c
[PowerPC] [NFC] Update __float128 tests
by Stefan Pintilie
· 7 years ago
7cf5f05
[X86][FastISel] Support EVEX version of sqrt.
by Craig Topper
· 7 years ago
3392967
[X86] Add show-mc-encoding to some fast-isel intrinsic tests so we can observe a failure to select EVEX instructions.
by Craig Topper
· 7 years ago
4835c04
AMDGPU: Fix assert in truncate combine with vectors
by Matt Arsenault
· 7 years ago
87100fd
Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipeline dependencies on StackProtector; NFC"
by Matthias Braun
· 7 years ago
50f2228
CodeGen: Remove pipeline dependencies on StackProtector; NFC
by Matthias Braun
· 7 years ago
c11a95f
[DWARF v5] Generate range list tables into the .debug_rnglists section. No support for split DWARF
by Wolfgang Pieb
· 7 years ago
e3a9275
[X86] Connect the flags user from PCMPISTR instructions to the correct node from the instruction.
by Craig Topper
· 7 years ago
6e9115a
[X86][FastISel] Choose EVEX instructions when possible when lowering x86_sse_cvttss2si and similar intrinsics.
by Craig Topper
· 7 years ago
0f2affe
Reverted r336805 as it broke llvm-clang-x86_64-expensive-checks-win build bot
by Galina Kistanova
· 7 years ago
df4581e
Add --strip-all option back to llvm-strip.
by Stephen Hines
· 7 years ago
d595b3c
[NFC][X86][AArch64] Add tests for the 'check for [no] signed truncation' pattern
by Roman Lebedev
· 7 years ago
e427001
[llvm-mca] Simplify eventing by adding an onEvent templated method.
by Matt Davis
· 7 years ago
8840e88
Follow up of r336913: forgot to add the new test files.
by Sjoerd Meijer
· 7 years ago
e425a8e
[AArch64] Armv8.4-A: LDAPR & STLR with immediate offset instructions
by Sjoerd Meijer
· 7 years ago
fd0e24d
[InstCombine] icmp-logical.ll: restore the original intention of the test.
by Roman Lebedev
· 7 years ago
83a86dd
[InstCombine] Fold x & (-1 >> y) != x to x u> (-1 >> y)
by Roman Lebedev
· 7 years ago
f6e6165
[ThinLTO] Escape module paths when printing
by Andrew Ng
· 7 years ago
0ae89b8
[DebugInfo][X86] Add start-after flags to MIR tests
by Francis Visoiu Mistrih
· 7 years ago
cf57e1b
[XRay] Fix machine verifier issues in X86
by Francis Visoiu Mistrih
· 7 years ago
3346827
[X86][SSE] Utilize ZeroableElements for canWidenShuffleElements
by Simon Pilgrim
· 7 years ago
36dba4a
[InstCombine]add testcases for folding more SPFofSPF pattern
by Chen Zheng
· 7 years ago
2d2bdce
[X86][AVX] Use Zeroable mask to improve shuffle mask widening
by Simon Pilgrim
· 7 years ago
ecc2469
[UnJ] Use SmallPtrSets for block collections. NFC
by David Green
· 7 years ago
8bda54e
Fix -Wdocumentation warnings. NFCI.
by Simon Pilgrim
· 7 years ago
2a6ae65
[X86] Add UDIV by uniform/non-uniform constant tests
by Simon Pilgrim
· 7 years ago
f35639b
[mips] Mark standard encoded instructions as not being in MIPS16e
by Simon Atanasyan
· 7 years ago
82b4601
[X86] Remove i128 type from FR128 regclass.
by Craig Topper
· 7 years ago
ee39f0b
[Support] Require llvm::Error passed to formatv() to be wrapped in fmt_consume()
by Sam McCall
· 7 years ago
ae80745
Fix few typos in comments (write access test commit)
by Stefan Granitz
· 7 years ago
04d4b7f
[Dominators] Add isUpdateLazy() method to the DomTreeUpdater
by Chijun Sima
· 7 years ago
ad360c8
[X86] Remove patterns and ISD nodes for the old scalar FMA intrinsic lowering.
by Craig Topper
· 7 years ago
Next »