Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
1e7750759be59dbf12736f9792b9f80e31e54f4b
1e77507
[AArch64][Falkor] Address some stylistic review comments. NFC.
by Geoff Berry
· 8 years ago
6c132cb
[AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well
by Martin Storsjo
· 8 years ago
9821580
Revert "Restore with fix "[ThinLTO] Ensure we always select the same function copy to import""
by Teresa Johnson
· 8 years ago
ebf3850
[ORC] Remove extraneous else.
by Lang Hames
· 8 years ago
a5a016b
Revert "[libFuzzer] Add a dependency on symbolizer from libFuzzer tests"
by George Karpenkov
· 8 years ago
ef31468
[opt-viewer] Accept directories that are searched for opt.yaml files
by Adam Nemet
· 8 years ago
768246d
[SystemZ] Add support for IBM z14 processor (3/3)
by Ulrich Weigand
· 8 years ago
b5bf1de
[SystemZ] Add support for IBM z14 processor (2/3)
by Ulrich Weigand
· 8 years ago
8ab242c
[SystemZ] Add support for IBM z14 processor (1/3)
by Ulrich Weigand
· 8 years ago
02972a4
[llvm] Remove redundant check-prefix=CHECK from tests. NFC.
by Mandeep Singh Grang
· 8 years ago
7a0ca11
[Hexagon] Remove custom lowering of loads of v4i16
by Krzysztof Parzyszek
· 8 years ago
ae8aa36
Avoid store merge to f128 in context of noimpiccitfloat NFCI.
by Nirav Dave
· 8 years ago
bbff56b
[X86] Add LEA scheduling tests
by Simon Pilgrim
· 8 years ago
9df1993
[AMDGPU] CodeGen: check dst operand type to determine if omod is supported for VOP3 instructions
by Sam Kolton
· 8 years ago
9ee8c80
[X86][AVX512] Add lowering of vXi32/vXi64 ISD::ROTL/ISD::ROTR
by Simon Pilgrim
· 8 years ago
cadc666
Fixed line endings. NFCI.
by Simon Pilgrim
· 8 years ago
3f5734d
[CodeGen] Add begin-end iterators to MachineInstr
by Javed Absar
· 8 years ago
325ccf1
[YAMLTraits] Add filename support to yaml::Input
by Alex Bradbury
· 8 years ago
94e516e
[X86][AVX] Fix typo in vector rotate tests
by Simon Pilgrim
· 8 years ago
1706e6e
[X86][AVX512] Add constant splat vector rotate tests for D35463
by Simon Pilgrim
· 8 years ago
e59a543
[X86][AVX512] Regenerate shift tests
by Simon Pilgrim
· 8 years ago
42916d8
Remove unnecessary cast. NFCI.
by Simon Pilgrim
· 8 years ago
e9faa09
[X86] Use MSVC's __cpuidex intrinsic instead of inline assembly in getHostCPUName/getHostCPUFeatures for 32-bit builds too.
by Craig Topper
· 8 years ago
5fa31a1
Analysis/MemorySSA.cpp: Prune unused "llvm/Transforms/Scalar.h".
by NAKAMURA Takumi
· 8 years ago
b0885cf
IR/Core.cpp: Prune unused "llvm/Bitcode/BitcodeReader.h".
by NAKAMURA Takumi
· 8 years ago
955ba01
Support/Path.cpp: Prune unused "llvm/BinaryFormat".
by NAKAMURA Takumi
· 8 years ago
bca1a1a
[COFF, ARM64] Add initial relocation types
by Mandeep Singh Grang
· 8 years ago
2f78d0a
[AVR] Add/remove XFAILs to get the backend passing Generic CodeGen tests
by Dylan McKay
· 8 years ago
a463daf
[DAGCombiner] Recognise vector rotations with non-splat constants
by Andrew Zhogin
· 8 years ago
facda75
[AVR] Fix a typo in the tests
by Dylan McKay
· 8 years ago
989615c
AMDGPU: Fix amdgpu-flat-work-group-size/amdgpu-waves-per-eu check
by Konstantin Zhuravlyov
· 8 years ago
53b47dd
[X86][AVX512] Add 512-bit vector rotate tests
by Simon Pilgrim
· 8 years ago
df6aefc
AMDGPU: Remove duplicate print outs from .AMDGPU.csdata
by Konstantin Zhuravlyov
· 8 years ago
eb8bc2a
[InstCombine] Don't violate dominance when replacing instructions.
by Davide Italiano
· 8 years ago
02f26df
Strip trailing whitespace. NFCI
by Simon Pilgrim
· 8 years ago
6f41872
[X86] X86::CMOV to Branch heuristic based optimization.
by Amjad Aboud
· 8 years ago
1efe842
Apply explicit instantiation workaround to DominanceFrontier
by Jakub Kuderski
· 8 years ago
d3c3132
[Dominators] Workaround explicit instantiation bug.
by Jakub Kuderski
· 8 years ago
9a59c1b
[X86] Add F16C scheduling tests
by Simon Pilgrim
· 8 years ago
3b094f2
[X86] Add POPCNT scheduling tests
by Simon Pilgrim
· 8 years ago
3cccc12
[X86] Add BMI2 scheduling tests
by Simon Pilgrim
· 8 years ago
6294089
[X86] Add BMI1 scheduling tests
by Simon Pilgrim
· 8 years ago
d4b88df
[X86] Add LZCNT scheduling tests
by Simon Pilgrim
· 8 years ago
298666c
[X86][SSE4A] Add EXTRQ/INSERTQ values to BTVER2 scheduling model
by Simon Pilgrim
· 8 years ago
0ad8ddd
[X86][AVX] Regenerate tests with constant broadcast comments
by Simon Pilgrim
· 8 years ago
a4a73ad
[X86][AVX] Regenerate vector tzcnt tests with constant broadcast comments
by Simon Pilgrim
· 8 years ago
6d326a5
[X86][AVX] Regenerate vector idiv tests with constant broadcast comments
by Simon Pilgrim
· 8 years ago
b55c234
[X86][AVX] Regenerate combine tests with constant broadcast comments
by Simon Pilgrim
· 8 years ago
e3b8cd6
fix typos in comments; NFC
by Hiroshi Inoue
· 8 years ago
2dd9bf3
fix typos in comments; NFC
by Hiroshi Inoue
· 8 years ago
a72a0be
[InstSimplify] Use commutable matchers to simplify some code. NFC
by Craig Topper
· 8 years ago
279ac88
[InstCombine] Move (0 - x) & 1 --> x & 1 to SimplifyDemandedUseBits.
by Craig Topper
· 8 years ago
d07283c
Fix bot failures from r308114
by Teresa Johnson
· 8 years ago
0feaa81
Attempt 2 to debug bot failures
by Teresa Johnson
· 8 years ago
c30a2ba
Attempt to debug bot failures
by Teresa Johnson
· 8 years ago
1599b9c
Restore with fix "[ThinLTO] Ensure we always select the same function copy to import"
by Teresa Johnson
· 8 years ago
fce9179
[IR] Implement Constant::isNegativeZeroValue/isZeroValue/isAllOnesValue/isOneValue/isMinSignedValue for ConstantDataVector without going through getElementAsConstant
by Craig Topper
· 8 years ago
1cadf61
[InstCombine] Improve the expansion in SimplifyUsingDistributiveLaws to handle cases where one side doesn't simplify, but the other side resolves to an identity value
by Craig Topper
· 8 years ago
4902f1b
[X86][AVX] Regenerate tests with constant broadcast comments
by Simon Pilgrim
· 8 years ago
c877b6e
[X86][AVX] Regenerate tests with constant broadcast comments
by Simon Pilgrim
· 8 years ago
5cb1c23
Strip trailing whitespace. NFCI
by Simon Pilgrim
· 8 years ago
4a5ccd4
[CodeView] Dump BuildInfoSym and ProcSym type indices
by Reid Kleckner
· 8 years ago
0b189e1
Fix mis-use of std::lower_bound
by Reid Kleckner
· 8 years ago
c09fbb0
[InstCombine] improve (1 << x) & 1 --> zext(x == 0) folding
by Sanjay Patel
· 8 years ago
59f9abe
[InstCombine] Add test cases for (X & (Y | ~X)) -> (X & Y) where the not is an inverted compare. NFC
by Craig Topper
· 8 years ago
c301a9e
[InstCombine] Move 4 test cases from a test that didn't use FileCheck and merge them into a existing test file. NFC
by Craig Topper
· 8 years ago
9e7e63a
[InstCombine] add tests for (1 << x) & 1 --> zext(x == 0) ; NFC
by Sanjay Patel
· 8 years ago
49ca68c
[wasm] Update two tests for r308025 which causes scheduling changes due
by Chandler Carruth
· 8 years ago
e039298
[InstCombine] allow (0 - x) & 1 --> x & 1 for vectors
by Sanjay Patel
· 8 years ago
170e6bc
[InstCombine] remove dead code/tests; NFCI
by Sanjay Patel
· 8 years ago
feeb3870
Revert r308078 (and subsequent tweak in r308079) which introduces a test
by Chandler Carruth
· 8 years ago
e998b6e
[LoopInterchange] Add some optimization remarks.
by Florian Hahn
· 8 years ago
4b03014
[docs] AliasAnalysis: clarify that PartialAlias doesn't enforce
by Nuno Lopes
· 8 years ago
ed50411
[PM/LCG] Teach the LazyCallGraph to maintain reference edges from every
by Chandler Carruth
· 8 years ago
b515119
[mips] Handle the `long-calls` feature flags in the MIPS backend
by Simon Atanasyan
· 8 years ago
55ceb9c
SystemZCodeGen: Update libdeps. r308024 introduced LoopDataPrefetchPass.
by NAKAMURA Takumi
· 8 years ago
d7e9378
bpf: fix a compilation bug due to unused variable for release build
by Yonghong Song
· 8 years ago
078c435
AMDGPU: Return correct type during argument lowering
by Matt Arsenault
· 8 years ago
31b76d9
[SLPVectorizer] Add an extra parameter to tryScheduleBundle function, NFCI.
by Dinar Temirbulatov
· 8 years ago
7c423e0
bpf: generate better lowering code for certain select/setcc instructions
by Yonghong Song
· 8 years ago
cf17bf0
Require asserts in new test that uses debug flag
by Teresa Johnson
· 8 years ago
5758e8d
[ThinLTO] Ensure we always select the same function copy to import
by Teresa Johnson
· 8 years ago
8c939cb
[TTI] Refine the cost of EXT in getUserCost()
by Haicheng Wu
· 8 years ago
2cf034e
[libFuzzer] remove stale code
by Kostya Serebryany
· 8 years ago
37b0ef0
[Dominators] Fix reachable visitation and reenable a unit test
by Jakub Kuderski
· 8 years ago
eff738f
[Dominators] Temporarily disable a flaky unit test
by Jakub Kuderski
· 8 years ago
948973b
[libFuzzer] Allow non-fuzzer args after -ignore_remaining_args=1
by Justin Bogner
· 8 years ago
f8411a4
Add missing space to comment
by Adrian Prantl
· 8 years ago
0ffc7d0
[Dominators] Remove an extra semicolon and add a missing include.
by Jakub Kuderski
· 8 years ago
82f51d5
[Dominators] Implement incremental deletions
by Jakub Kuderski
· 8 years ago
7bdecb4
[libFuzzer] fix stats during merge
by Kostya Serebryany
· 8 years ago
2377605
[AArch64] Avoid selecting XZR inline ASM memory operand
by Yi Kong
· 8 years ago
7d7873e
[AArch64][Falkor] Avoid HW prefetcher tag collisions (step 1)
by Geoff Berry
· 8 years ago
b3f60e3
[Dominators] Add a missing include
by Jakub Kuderski
· 8 years ago
33778b7
[AMDGPU] Throw away more dead code. NFCI.
by Davide Italiano
· 8 years ago
79eefe9
[Dominators] Implement incremental insertions
by Jakub Kuderski
· 8 years ago
a774076
Fix mixed line terminators. NFC.
by Dimitry Andric
· 8 years ago
fe9291f
[EarlyCSE] Handle calls with no MemorySSA info.
by Geoff Berry
· 8 years ago
18e1269
[JumpThreading] Add a pattern to TryToUnfoldSelectInCurrBB()
by Haicheng Wu
· 8 years ago
2670e69
[Hexagon] Replace ISD opcode VPACK with VPACKE/VPACKO, NFC
by Krzysztof Parzyszek
· 8 years ago
Next »