Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
ae0fbfb1fbb7453ca7895c91a565820b5fc881c8
ae0fbfb
[XRay] A tool for Comparing xray function call graphs
by Dean Michael Berris
· 8 years ago
6a61317
[APInt] Make behavior of ashr by BitWidth consistent between single and multi word.
by Craig Topper
· 8 years ago
ccb223e
Revert "Refactor DynamicLibrary so searching for a symbol will have a defined order.”
by Frederich Munch
· 8 years ago
bffb4d4
Fix warning converting from boolean to pointer introduced in r301153.
by Frederich Munch
· 8 years ago
478f822
Fix warning converting from void* to boolean introduced in r301153.
by Frederich Munch
· 8 years ago
86b13b4
Revert "[SCEV] Enable SCEV verification by default in EXPENSIVE_CHECKS builds"
by Sanjoy Das
· 8 years ago
545de00
Refactor DynamicLibrary so searching for a symbol will have a defined order and
by Frederich Munch
· 8 years ago
dd358f5
[Orc] Fix a warning by removing an unused lambda capture.
by Lang Hames
· 8 years ago
0e8cd85
Fix unused variables / fields warnings in release builds
by Sanjoy Das
· 8 years ago
57106e7
[SCEV] Enable SCEV verification by default in EXPENSIVE_CHECKS builds
by Sanjoy Das
· 8 years ago
de62d73
[SCEV] Fix exponential time complexity by caching
by Sanjoy Das
· 8 years ago
0cb27bb
[PartialInine]: add triaging options
by Xinliang David Li
· 8 years ago
1936b28
[Orc] Use recursive mutexes for Error serialization.
by Lang Hames
· 8 years ago
0f49a66
[SCEV] Move towards a verifier without false positives
by Sanjoy Das
· 8 years ago
84468c2
[X86][AVX] Add scheduling latency/throughput tests for some AVX1 instructions
by Simon Pilgrim
· 8 years ago
f7a9048
[InstCombine] add/move folds for [not]-xor
by Sanjay Patel
· 8 years ago
33d67f1
[PartialInlining] Add optimization remark support
by Xinliang David Li
· 8 years ago
4396307
[X86][SSE] Add scheduler class support for SSE42 (PCMPGT) instructions
by Simon Pilgrim
· 8 years ago
f8b00db
[X86][SSE] Add scheduling latency/throughput tests for (most) SSE42 instructions
by Simon Pilgrim
· 8 years ago
0acacaf
[InstCombine] add tests for not-xor and remove redundant tests; NFC
by Sanjay Patel
· 8 years ago
fcc3445
[JumpThread] We want to fold (not thread) when all predecessor go to single BB's successor.
by Xin Tong
· 8 years ago
53cfa60
[X86][SSE] Add scheduling latency/throughput tests for (most) SSE41 instructions
by Simon Pilgrim
· 8 years ago
83ffc6f
[X86][SSE] Add missing scheduling latency/throughput test for PINSRW
by Simon Pilgrim
· 8 years ago
e8f5fac
Correct grammar. NFC
by Xin Tong
· 8 years ago
35b7a4d
[APInt] Make clearUnusedBits branch free.
by Craig Topper
· 8 years ago
7271492
[APInt] In sext single word case, use SignExtend64 and let the APInt constructor mask off any excess bits.
by Craig Topper
· 8 years ago
a1e90f2
[InstCombine] add tests for or-to-xor; NFC
by Sanjay Patel
· 8 years ago
1261555
[InstCombine] add pattern matches for commuted variants of xor-to-xor
by Sanjay Patel
· 8 years ago
a356283
[InstCombine] add tests for xor-to-xor; NFC
by Sanjay Patel
· 8 years ago
a7edbb9
[X86][SSE] Add scheduling latency/throughput tests for SSSE3 instructions
by Simon Pilgrim
· 8 years ago
34a2ffb
[X86][SSE] Add scheduling latency/throughput tests for SSE3 instructions
by Simon Pilgrim
· 8 years ago
0e32427
[InstCombine] add tests for add-to-xor commuted variants; NFC
by Sanjay Patel
· 8 years ago
d907744
Revert "[APInt] Fix a few places that use APInt::getRawData to operate within the normal API."
by Renato Golin
· 8 years ago
ea7650c
Revert "[APInt] Add ashrInPlace method and implement ashr using it. Also fix a bug in the shift by BitWidth handling."
by Renato Golin
· 8 years ago
af17b26
[X86][MPX] Add load & store instructions of bnd values to getLoadStoreRegOpcode function.
by Ayman Musa
· 8 years ago
e67d6dd
[X86] Convert test checks to generated checks of update_llc_test_checks.py. NFC
by Ayman Musa
· 8 years ago
2a7f417
[ARM] ScheduleDAGRRList::DelayForLiveRegsBottomUp must consider OptionalDefs
by Artyom Skrobov
· 8 years ago
aeda136
[APInt] Fix a few places that use APInt::getRawData to operate within the normal API.
by Craig Topper
· 8 years ago
e3ba850
[APInt] Use operator<<= where possible. NFC
by Craig Topper
· 8 years ago
5e17d2e
[APInt] Use operator<<= instead of shl where possible. NFC
by Craig Topper
· 8 years ago
49f1a75
[ThinLTO/Summary] Rename anonymous globals as last action ...
by Davide Italiano
· 8 years ago
1ea7b69
[APInt] Use ashInPlace where possible.
by Craig Topper
· 8 years ago
b48f5b7
Revert "Use DW_OP_stack_value when reconstructing variable values with arithmetic."
by Adrian Prantl
· 8 years ago
5807fd2
Fix testcase: s/CHECKNEXT/CHECK-NEXT/
by Jonathan Roelofs
· 8 years ago
7c9ed78
[InstCombine] clean up tests and regenerate checks; NFC
by Sanjay Patel
· 8 years ago
0d0472f
[APInt] Add ashrInPlace method and implement ashr using it. Also fix a bug in the shift by BitWidth handling.
by Craig Topper
· 8 years ago
702614a
Use DW_OP_stack_value when reconstructing variable values with arithmetic.
by Adrian Prantl
· 8 years ago
14a80cd
[X86] Regenerate TLS tests
by Simon Pilgrim
· 8 years ago
e144946
[APInt] Remove unnecessary min with BitWidth from countTrailingOnesSlowCase.
by Craig Topper
· 8 years ago
db0b3ce
[PartialInlining] Using existing hasAddressTaken interface to legality check/NFC
by Xinliang David Li
· 8 years ago
56bf04c
[InstCombine] use 'match' to reduce code; NFCI
by Sanjay Patel
· 8 years ago
bb7651b
Update documentation for the NetBSD target
by Kamil Rytarowski
· 8 years ago
4a42909
[globalisel][tablegen] Add support for RegisterOperand.
by Daniel Sanders
· 8 years ago
cc3830e
[globalisel][tablegen] Revise API for ComplexPattern operands to improve flexibility.
by Daniel Sanders
· 8 years ago
caed319
[globalisel][tablegen] Fix PR32733 by checking which instruction operands belong to.
by Daniel Sanders
· 8 years ago
ae37bc3
Fix test to handle .rel and .rela sections (& to actually specify the target architecture as X86)
by David Blaikie
· 8 years ago
36e99fa
Avoid using relocations for ref_addr in .dwo files
by David Blaikie
· 8 years ago
dae36df
Fix test from polluting the source tree
by David Blaikie
· 8 years ago
7ff25f5
Fix for PR32740 - Invalid floating type, unreachable between r300969 and r301029
by Artur Pilipenko
· 8 years ago
b75bb04
[APInt] Add WORD_MAX constant and use it instead of UINT64_MAX. NFC
by Craig Topper
· 8 years ago
a753d9a
Remove the unnecessary virtual dtor from the DIEUnit hierarchy (in favor of protected dtor in the base, final derived classes with public non-virtual dtors)
by David Blaikie
· 8 years ago
9254ae1
LowerSwitch: Fix producing invalid IR on unreachable code
by Matt Arsenault
· 8 years ago
9c1b0af
Move Split DWARF handling to an MC option/command line argument rather than using metadata
by David Blaikie
· 8 years ago
9204f8c
Fixup for r301054: Use an explicit constructor.
by Kuba Mracek
· 8 years ago
4b8e422
Remove a repeated comment line. NFC.
by Easwaran Raman
· 8 years ago
1d83045
Fixup for r301054: Only use __attribute__((no_sanitize("memory"))) when it's available.
by Kuba Mracek
· 8 years ago
d534f62
AArch64FrameLowering: Check if the ExtraCSSpill register is actually unused
by Matthias Braun
· 8 years ago
d0b815c
[libFuzzer] Always build libFuzzer
by Kuba Mracek
· 8 years ago
e2389da
[APSInt] Use APInt::compare and APInt::compareSigned to implement APSInt::compareValue
by Craig Topper
· 8 years ago
e8b9699
[APSInt] Make use of APInt's recently acquired in place lshr and shl capabilities in APSInt's >>= and <<= operators.
by Craig Topper
· 8 years ago
080b5ab
Add test coverage for mem2reg dbg.declare lowering.
by Adrian Prantl
· 8 years ago
903f87e
[Object] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
960a40e
Re-commit r301040 "X86: Don't emit zero-byte functions on Windows"
by Hans Wennborg
· 8 years ago
94f347b
[Test commit] Remove extra newline.
by Frederich Munch
· 8 years ago
cfadbaa
InferAddressSpaces: Infer for just GEPs
by Matt Arsenault
· 8 years ago
29f3141
[PartialInliner] Partial inliner needs to check use kind before transformation
by Xinliang David Li
· 8 years ago
0720f63
Revert r301040 "X86: Don't emit zero-byte functions on Windows"
by Hans Wennborg
· 8 years ago
fe76aaa
X86: Don't emit zero-byte functions on Windows
by Hans Wennborg
· 8 years ago
9044c52
Add a dependency from llvm/test to llvm-cvtres.
by Zachary Turner
· 8 years ago
5623f8d
AArch64: add test for "fence singlethread"
by Tim Northover
· 8 years ago
602538f
ARM: make sure we use all entries in a vector before forming a vpaddl.
by Tim Northover
· 8 years ago
b51ea00
[InstCombine] revert r300977 and r301021
by Sanjay Patel
· 8 years ago
9dfab9e
Fixed a type conversion error in BitVector.
by Zachary Turner
· 8 years ago
82ba8f8
[BitVector] Make BitVector store an ArrayRef.
by Zachary Turner
· 8 years ago
cb0aed9
typo
by Adrian Prantl
· 8 years ago
7995364
AMDGPU/GFX9: Enable FastFMAF32
by Konstantin Zhuravlyov
· 8 years ago
8c373cc
AMDGPU: Temporarily disable packed inlinable literals (v2f16, v2i16)
by Konstantin Zhuravlyov
· 8 years ago
ac73bb1
AMDGPU: Fix S_PACK_HH_B32_B16 - We really ought to zero out lower 16 bits
by Konstantin Zhuravlyov
· 8 years ago
5255fef
[AMDGPU] Handle SI_MASKED_UNREACHABLE in instruction emitter
by Yaxun Liu
· 8 years ago
992d0dd
Revert "X86RegisterInfo: eliminateFrameIndex: Avoid code duplication; NFC"
by Matthias Braun
· 8 years ago
989643f
AMDGPU: Do not lower fast unsafe div for safe, f32, with fp32 denormals
by Konstantin Zhuravlyov
· 8 years ago
39af0db
[InstCombine] use isSubsetOf() for efficiency
by Sanjay Patel
· 8 years ago
586c752
[AArch64] Improve code generation for logical instructions taking
by Akira Hatanaka
· 8 years ago
bbc50e8
[InstCombine] fadd double (sitofp x), y check that the promotion is valid
by Artur Pilipenko
· 8 years ago
768a04e
Fixup for r301007: Restrict the -D hack to Darwin.
by Kuba Mracek
· 8 years ago
0c01e44
[BitVector] Add find_last() and find_last_unset().
by Zachary Turner
· 8 years ago
05c05ab
Revert r301010: Bot failures on Windows, NetBSD and even some old Darwin.
by Kuba Mracek
· 8 years ago
8863731
[libFuzzer] Always build libFuzzer
by Kuba Mracek
· 8 years ago
68f0481
[libFuzzer] Changing thread_local to __thread in libFuzzer
by Kuba Mracek
· 8 years ago
35e1962
Add llvm-cvtres to LLVMBuild.txt
by Zachary Turner
· 8 years ago
Next »