Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
00cc8d0f099e4e503ad37483317d4c259f6a80e1
00cc8d0
Revert r335562 and 335563 "[X86] Redefine avx512 packed fpclass intrinsics to return a vXi1 mask and implement the mask input argument using an 'and' IR instruction."
by Craig Topper
· 7 years ago
7ca1126
[ORC] Add a symbolAliases function to the Core APIs.
by Lang Hames
· 7 years ago
0b6ddca
[X86] Redefine avx512 packed fpclass intrinsics to return a vXi1 mask and implement the mask input argument using an 'and' IR instruction.
by Craig Topper
· 7 years ago
60f122c
foo
by Craig Topper
· 7 years ago
d411816
[gdb] Escape unprintable bytes in SmallString and StringRef
by Fangrui Song
· 7 years ago
4c45b89
[ThinLTO] Compute GUID directly from GV when building per-module index
by Teresa Johnson
· 7 years ago
39add80
Add a warning if someone attempts to add extra section flags to sections
by Eric Christopher
· 7 years ago
5e785b9
[APInt] Add helpers for rounding u/sdivs.
by Tim Shen
· 7 years ago
649e247
[gdb] Add pretty printer for Expected
by Fangrui Song
· 7 years ago
224904b
[PM/LoopUnswitch] Teach the new unswitch to handle nontrivial
by Chandler Carruth
· 7 years ago
560c9c4
[X86] Update fpclass intrinsic tests to chain their calls to the intrinsic rather than joining them with add.
by Craig Topper
· 7 years ago
cde39ce
[OrcMCJIT] Fix test after r335508 causing it to fail on green dragon
by Francis Visoiu Mistrih
· 7 years ago
6eef3c6
Fix unsigned/signed comparison failure in unittest.
by Eric Christopher
· 7 years ago
d3b9487
[InstCombine] cleanup udiv folds; NFCI
by Sanjay Patel
· 7 years ago
aff0591
[InstCombine] add/move tests for udiv; NFC
by Sanjay Patel
· 7 years ago
5c30699
[Instrumentation] Remove unused include
by Benjamin Kramer
· 7 years ago
9aa6823
[InstCombine] fold sdiv with sext bool divisor
by Sanjay Patel
· 7 years ago
b191d76
[InstCombine] add tests for sdiv with sext bool divisor; NFC
by Sanjay Patel
· 7 years ago
fad8175
UBSan blacklist workaround for bot timeouts
by Vlad Tsyrklevich
· 7 years ago
26ac94d
Revert r335513: [SCEVExp] Advance found insertion point
by Florian Hahn
· 7 years ago
92a88d2
[LoopIdiomRecognize] Fix a couple places where it appears we were unintenionally making copies of DebugLoc.
by Craig Topper
· 7 years ago
a972a2e
Force vector width for scev-expander-debug.ll test
by Florian Hahn
· 7 years ago
c5dd80a
[X86] Simplify intrinsic table binary search to not require a temporary struct.
by Craig Topper
· 7 years ago
8a3f60e
[X86] Add comment about the sorting of the memory folding tables added in r335501.
by Craig Topper
· 7 years ago
5223dab
[docs] Update doc after split of -gen-intrinsic in r335407
by Fangrui Song
· 7 years ago
d8832d4
[PowerPC] Fix incorrectly encoded wait instruction
by Lei Huang
· 7 years ago
c1803ab
[SCEVExp] Advance found insertion point until we find a non-dbg instruction.
by Florian Hahn
· 7 years ago
df0d594
[InstSimplify] fold div/rem of zexted bool
by Sanjay Patel
· 7 years ago
993ef0c
Handle NetBSD specific path in findDebugBinary()
by Kamil Rytarowski
· 7 years ago
e51396c
[InstSimplify] add tests for div/rem with bool divisor; NFC
by Sanjay Patel
· 7 years ago
2d21bce
Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code models"
by Reid Kleckner
· 7 years ago
88313d2
[InstCombine] add tests for add-of-sext-bool; NFC
by Sanjay Patel
· 7 years ago
6ff6371
[GISel]: Update the end of GISel Opcode namespace.
by Aditya Nandakumar
· 7 years ago
3dbf0c9
[X86] Sort the static memory folding tables by reg opcode. Remove the reg->mem DenseMaps in favor of binary search.
by Craig Topper
· 7 years ago
5ae690a
[X86] Allow base and index for gather instructions to appear in other order for Intel syntax.
by Craig Topper
· 7 years ago
f1fc2a3
[SelectionDAG] Remove debug locations from ConstantSD(FP)Nodes
by Vedant Kumar
· 7 years ago
d8c387b
[llvm-mca] Rename Backend to Pipeline. NFC.
by Matt Davis
· 7 years ago
e850836
Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFC
by Alexander Richardson
· 7 years ago
529b265
AMDGPU/GlobalISel: Add support for llvm.amdgcn.kernarg.segment.ptr
by Matt Arsenault
· 7 years ago
a26c784
StackSlotColoring: Decide colors per stack ID
by Matt Arsenault
· 7 years ago
b34fc16
AMDGPU: Remove commented out code
by Matt Arsenault
· 7 years ago
c4c340a
AMDGPU/GlobalISel: Fix G_IMPLICIT_DEF for pointers
by Matt Arsenault
· 7 years ago
ba79175
[SampleFDO] Add an option to turn on/off warning about samples unused.
by Wei Mi
· 7 years ago
084d7ce
[DA] Delinearise AddRecs if we can prove they don't wrap
by David Green
· 7 years ago
d3d2228
AMDGPU: Respect align argument parameter
by Matt Arsenault
· 7 years ago
c39bf69
SafepointIRVerifier should ignore dead blocks and dead edges
by Artur Pilipenko
· 7 years ago
ce1c8d9
Improve handling of COPY instructions with identical value numbers
by Krzysztof Parzyszek
· 7 years ago
14a520d
[llvm-exegesis][NFC] Remove unnecessary member variables.
by Clement Courbet
· 7 years ago
0c43400
[IR] avoid -Wdocumentation spew about HTML tags
by Sanjay Patel
· 7 years ago
4025e96
[llvm-exegesis] Fix warning in r22752: Initialize IsSnippetSetupComplete.
by Clement Courbet
· 7 years ago
15fac97
[llvm-exegesis] Generate snippet setup code.
by Clement Courbet
· 7 years ago
647fa5f
Revert change 335077 "[InlineSpiller] Fix a crash due to lack of forward progress from remat specifically for STATEPOINT"
by Artur Pilipenko
· 7 years ago
a8f90c0
Revert change 335091.
by Artur Pilipenko
· 7 years ago
a218199
Use APInt[] bit access to avoid "32-bit shift implicitly converted to 64 bits" MSVC warning (again). NFCI.
by Simon Pilgrim
· 7 years ago
512d410
[llvm-exegesis][NFC] Simplify BenchmarkRunner ctor.
by Clement Courbet
· 7 years ago
4e7cfd6
Use APInt[] bit access to avoid "32-bit shift implicitly converted to 64 bits" MSVC warning. NFCI.
by Simon Pilgrim
· 7 years ago
534c5d4
[llvm-exegesis][NFC] clang-format
by Clement Courbet
· 7 years ago
c846c8b
Fix -Wparentheses gcc warning. NFCI.
by Simon Pilgrim
· 7 years ago
47c8e1d
[llvm-exegesis][NFC] Fix `Operand` class comments.
by Clement Courbet
· 7 years ago
9625701
[X86] Block commuting operand 1 of FMA*_Int instructions in findThreeSrcCommutedOpIndices. Remove uncommutable returns from getThreeSrcCommuteCase/getFMA3OpcodeToCommuteOperands.
by Craig Topper
· 7 years ago
5804675
[MSSA] Add domination number verifier; NFC
by George Burgess IV
· 7 years ago
761de65
One more build fix for non MSVC compilers.
by Zachary Turner
· 7 years ago
1d3a8f2
Try to fix build error on non MSVC compilers.
by Zachary Turner
· 7 years ago
aec098b
Fix CRLF line endings.
by Zachary Turner
· 7 years ago
19eaf65
Add a TaskQueue that can serialize work on a ThreadPool.
by Zachary Turner
· 7 years ago
ad04e25e
[WebAssembly] Add WebAssemblyException information analysis
by Heejin Ahn
· 7 years ago
6aa7ab2
[WebAssembly] Add WebAssemblyLateEHPrepare pass
by Heejin Ahn
· 7 years ago
fb9ef32
[X86] Simplify some code by using isOneConstant. NFC
by Craig Topper
· 7 years ago
7b76b3e
[X86] Remove the changes to combineScalarToVector made in r335037.
by Craig Topper
· 7 years ago
37b9e49
[X86] Reduce the number of patterns needed for masked scalar ceil/floor isel.
by Craig Topper
· 7 years ago
ad8f413
[mips][ias] Enable IAS by default for OpenBSD / FreeBSD mips64/mips64el.
by Brad Smith
· 7 years ago
af1e6f1
[DAGCombiner] eliminate setcc bool math when input is low-bit of some value
by Sanjay Patel
· 7 years ago
8fe400a
[X86] Regroup some isel patterns. NFC
by Craig Topper
· 7 years ago
d153721
[X86] Rename VFPCLASSSS and VFPCLASSSD internal instruction names to include a Z to match other EVEX instructions.
by Craig Topper
· 7 years ago
009107f
Also forward declare BitScanReverse.
by Zachary Turner
· 7 years ago
e57f6fb
Add OpenBSD support to the Threading code
by Brad Smith
· 7 years ago
bd07506
[CMake] Do not use --gc-sections on OpenBSD
by Brad Smith
· 7 years ago
4a7b691
[CMake] Support building shared library for OpenBSD
by Brad Smith
· 7 years ago
7cde7d9
[llc] Fix sanitizer failure.
by Jonas Devlieghere
· 7 years ago
d417685
ADT: Use EBO to shrink SmallVector size 1
by Duncan P. N. Exon Smith
· 7 years ago
3042921
[llc] Use WithColor for printing errors/warnings
by Jonas Devlieghere
· 7 years ago
fc6fcec
[llvm-config] Use WithColor for printing errors.
by Jonas Devlieghere
· 7 years ago
fb0b759
[llvm-mt] Use WithColor for printing errors.
by Jonas Devlieghere
· 7 years ago
9fa7862
[TableGen] Use WithColor for printing errors/warnings
by Jonas Devlieghere
· 7 years ago
b457430
[X86] Make %eiz usage in 64-bit mode, force a 0x67 address size prefix. Fix some test CHECK lines.
by Craig Topper
· 7 years ago
4fc14da
[X86] Teach disassembler to use %eip instead of %rip when 0x67 prefix is used on a rip-relative address.
by Craig Topper
· 7 years ago
af8308f
[X86][AsmParser] Improve base/index register checks.
by Craig Topper
· 7 years ago
17957ec
Fix invariant fdiv hoisting in LICM
by Stanislav Mekhanoshin
· 7 years ago
00f00ba
[AMDGPU] Update includes for intrinsic changes :(
by Reid Kleckner
· 7 years ago
adc5f0a
[ORC] Fix formatting and list pending queries in VSO::dump.
by Lang Hames
· 7 years ago
af7c445
[IR] Split Intrinsics.inc into enums and implementations
by Reid Kleckner
· 7 years ago
dc14c20
Avoid including intrin.h from MathExtras.h
by Reid Kleckner
· 7 years ago
98ae3708
[ELF] Change isSectionData to exclude SHF_EXECINSTR
by Fangrui Song
· 7 years ago
ba5eea7
[X86][AsmParser] Rework that allows (%dx) to be used in place of %dx with in/out instructions.
by Craig Topper
· 7 years ago
10fa029
[RuntimeDyld] Implement the ELF PIC large code model relocations
by Reid Kleckner
· 7 years ago
ea67fb7
[LoopReroll] Rewrite induction variable rewriting.
by Eli Friedman
· 7 years ago
78cd292
[MSSA] Remove incorrect comment + `auto`ify dyn_cast results; NFC
by George Burgess IV
· 7 years ago
61a1013
[X86][AsmParser] Keep track of whether an explicit scale was specified while parsing an address in Intel syntax. Use it for improved error checking.
by Craig Topper
· 7 years ago
a64c3aa
[llvm-size] Make global variables static
by Fangrui Song
· 7 years ago
3d59bc0
[x86] add more tests for bit hacking opportunities with setcc; NFC
by Sanjay Patel
· 7 years ago
Next »