Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
56ad5a26da76ac899e562b90450d6b8328a127e7
56ad5a2
[NFC][InstCombine] Tests for x & (-1 >> y) s>= x to x s<= (-1 >> y) fold.
by Roman Lebedev
· 7 years ago
0e039b7
[InstCombine] Fold x s<= x & (-1 >> y) to x s<= (-1 >> y)
by Roman Lebedev
· 7 years ago
fe2b662
[NFC][InstCombine] Tests for x s<= x & (-1 >> y) to x s<= (-1 >> y) fold.
by Roman Lebedev
· 7 years ago
f938155
[InstCombine] Fold x s> x & (-1 >> y) to x s> (-1 >> y)
by Roman Lebedev
· 7 years ago
39ce2d4
[NFC][InstCombine] Tests for x s> x & (-1 >> y) to x s> (-1 >> y) fold.
by Roman Lebedev
· 7 years ago
d8e175b
[InstCombine] Fold x u<= x & C to x u<= C
by Roman Lebedev
· 7 years ago
67041dd
[NFC][InstCombine] Tests for x u<= x & C to x u<= C fold.
by Roman Lebedev
· 7 years ago
fc95a84
[InstCombine] Fold x u> x & C to x u> C
by Roman Lebedev
· 7 years ago
1c23934
[NFC][InstCombine] Tests for x u> x & C to x u> C fold.
by Roman Lebedev
· 7 years ago
81c991b
[InstCombine] Fold x & (-1 >> y) u< x to x u> (-1 >> y)
by Roman Lebedev
· 7 years ago
5dfb696
[NFC][InstCombine] Tests for x & (-1 >> y) u< x to x u> (-1 >> y)
by Roman Lebedev
· 7 years ago
21d6697
[InstCombine] Fold x & (-1 >> y) u>= x to x u<= (-1 >> y)
by Roman Lebedev
· 7 years ago
3f53e3b
[NFC][InstCombine] Tests for x & (-1 >> y) u>= x to x u<= (-1 >> y)
by Roman Lebedev
· 7 years ago
6950876
[NFC][InstCombine] Add forgotten variable tests for foldICmpWithLowBitMaskedVal()
by Roman Lebedev
· 7 years ago
c529109
Attempt to get test/tools/llvm-lib/help.test passing on sanitizer-x86_64-linux-fast
by Nico Weber
· 7 years ago
9d51c18
[MachineOutliner] Check the last instruction from the sequence when updating liveness
by Francis Visoiu Mistrih
· 7 years ago
6490d21
[x86/SLH] Fix an issue where we wouldn't harden any loads if we found
by Chandler Carruth
· 7 years ago
b77be89
[X86] Fix a subtle bug in the custom execution domain fixing for blends.
by Craig Topper
· 7 years ago
981f075
Give llvm-lib rudimentary help output.
by Nico Weber
· 7 years ago
60ba444
[X86] Prefer blendi over movss/sd when avx512 is enabled unless optimizing for size.
by Craig Topper
· 7 years ago
4365845
Revert "[ThinLTO] Ensure we always select the same function copy to import"
by Teresa Johnson
· 7 years ago
73389a2
Revert "[ThinLTO] Add debug output to test"
by Teresa Johnson
· 7 years ago
1382a3a
Revert "AMDGPU: Fix handling of alignment padding in DAG argument lowering"
by Evgeniy Stepanov
· 7 years ago
383081c
[x86/SLH] Add an assert to catch if we ever end up trying to harden
by Chandler Carruth
· 7 years ago
24ec170
[llvm-mca] Remove unused InstRef formal from pre and post execute callbacks. NFC.
by Matt Davis
· 7 years ago
d0c165b
[ThinLTO] Add debug output to test
by Teresa Johnson
· 7 years ago
fab6a24
Re-apply "[SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428)."
by Tim Shen
· 7 years ago
c9b1b5c
Add a CHECK line for r337072.
by Tim Shen
· 7 years ago
e29dbca
[Hexagon] Avoid introducing calls into coalesced range of HVX vector pairs
by Krzysztof Parzyszek
· 7 years ago
c31e75d
[LSR] If no Use is interesting, early return.
by Tim Shen
· 7 years ago
7cd0250
[X86][SLH] Remove PDEP and PEXT from isDataInvariantLoad
by Craig Topper
· 7 years ago
2c5f207
[X86][SLH] Add VEX and EVEX conversion instructions to isDataInvariantLoad
by Craig Topper
· 7 years ago
0f602cf
[X86][SLH] Regroup the instructions in isDataInvariantLoad a little. NFC
by Craig Topper
· 7 years ago
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
Next »