Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
00bb3b5609d49633f5c456b414e80bc72da728aa
00bb3b5
Revert "Fix isPodLike for MSVC and use it in TypeHashing."
by Zachary Turner
· 8 years ago
1fb1af1
Fix isPodLike for MSVC and use it in TypeHashing.
by Zachary Turner
· 8 years ago
4438866
[SLPVectorizer] Don't ignore scalar extraction instructions of aggregate value
by Guozhi Wei
· 8 years ago
b9a44ec
Only use is_trivially_copyable if we know it's safe to do so.
by Zachary Turner
· 8 years ago
a3a5536
Add MVT::v128i1, NFC
by Krzysztof Parzyszek
· 8 years ago
71f21a2
[opt-viewer] Render utf-8 characters properly in the generated HTML
by Adam Nemet
· 8 years ago
1efcc42
[MC] Allow .file directives to be out-of-order
by Paul Robinson
· 8 years ago
747f7a4
[opt-viewer] Support unicode characters in function names
by Adam Nemet
· 8 years ago
18fcbf5
[cmake] Only attempt to install MSVC system libraries on Windows
by Shoaib Meenai
· 8 years ago
f74c3eb
[X86] Don't zero the upper bits of the k-register before extracting a single bit from a vXi1.
by Craig Topper
· 8 years ago
7c66ebe
[Hexagon] Remove vectors of i64 from valid HVX types
by Krzysztof Parzyszek
· 8 years ago
cc1c188
Fix error due to missing includes.
by Zachary Turner
· 8 years ago
6b1df4d
[COFF] Teach LLD to use the COFF .debug$H section.
by Zachary Turner
· 8 years ago
c04e9d0
[ARM] Fix isRenamable flag setting on expanded VSTMDIA opcode.
by Geoff Berry
· 8 years ago
9ad242e
[X86][AVX][AVX2]: Adding full coverage of MC encoding for the AVX, AVX2 isa set.<NFC>
by Gadi Haber
· 8 years ago
e815372
[mips] Update some tests before posting a patch, NFC.
by Simon Dardis
· 8 years ago
92d81a8
Revert CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value
by Yaxun Liu
· 8 years ago
9a94efd
Re-commit: [TableGen] AsmMatcher: Fix bug with reported diagnostic for operand.
by Sander de Smalen
· 8 years ago
9b53469
[LLVMgold] Use platform dependent extension in tests
by Eugene Leviant
· 8 years ago
6ca3095
[mips] Add partial support for R6 in the long branch pass
by Simon Dardis
· 8 years ago
e7acf09
[ScalarEvolution] Fix base condition in isNormalAddRecPHI.
by Bjorn Pettersson
· 8 years ago
ed49714
[InlineCost] Tracking Values through PHI Nodes
by Haicheng Wu
· 8 years ago
f30ce39
Revert "[DAGCombine] Move AND nodes to multiple load leaves"
by Benjamin Kramer
· 8 years ago
e3c92f3
Any Target Asm comments should start from MachineInstr::TAsmComments value.
by Andrew V. Tischenko
· 8 years ago
87c8e44
Inserting several lit tests to reflect current behaviour
by Omer Paparo Bivas
· 8 years ago
74c2e95
[AVX512] Adding support for load truncate store of I1
by Michael Zuckerman
· 8 years ago
9e819d5
[X86] Add FMA4 schedule tests
by Simon Pilgrim
· 8 years ago
d355ea7
[X86] Add FMA3 schedule tests
by Simon Pilgrim
· 8 years ago
bfac46c
[PM][InstCombine] fixing omission of AliasAnalysis in new-pass-manager's version of InstCombine
by Fedor Sergeev
· 8 years ago
45b92d7
Remove redundant includes from lib/Target/AArch64.
by Fedor Sergeev
· 8 years ago
ee30ab7
[CodeGen] Print MCSymbol operands as <mcsymbol sym> in both MIR and debug output
by Francis Visoiu Mistrih
· 8 years ago
f726bec
[CodeGen] Move printing MO_Metadata operands to MachineOperand::print
by Francis Visoiu Mistrih
· 8 years ago
f6cd582
[CodeGen] Print live-out register lists as liveout(...) in both MIR and debug output
by Francis Visoiu Mistrih
· 8 years ago
3f63013f
[CodeGen] Print global addresses as @foo in both MIR and debug output
by Francis Visoiu Mistrih
· 8 years ago
d398775
[CodeGen] Print external symbols as $symbol in both MIR and debug output
by Francis Visoiu Mistrih
· 8 years ago
367e62b
[Verifier] Check that GEP indexes has correct types
by Igor Laevsky
· 8 years ago
290324b
[DAGCombine] Move AND nodes to multiple load leaves
by Sam Parker
· 8 years ago
b82cf8d
[X86] Make ANY_EXTEND from vXi1 Custom for more types.
by Craig Topper
· 8 years ago
10d4fa7
[SelectionDAG][X86] Improve legalization of v32i1 CONCAT_VECTORS of v16i1 for AVX512F.
by Craig Topper
· 8 years ago
557f3cf
[X86] Remove redundant setOperationAction calls.
by Craig Topper
· 8 years ago
3ce8b66
[LV] Support efficient vectorization of an induction with redundant casts
by Dorit Nuzman
· 8 years ago
5b7b2d5
[X86][AES]: Adding full coverage of MC encoding for the AES and AVXAES isa sets.<NFC>
by Gadi Haber
· 8 years ago
99c76f2
[SelectionDAG] When legalizing the result type of CONCAT_VECTORS, take into account whether the input type also needs to be promoted.
by Craig Topper
· 8 years ago
34045e1
MC/AsmPrinter: Reduce code duplication.
by Matthias Braun
· 8 years ago
177a4fc
MC: Add support for mach-o build_version
by Matthias Braun
· 8 years ago
5d4223a
[CMake] Pass LLVM_HAVE_LINK_VERSION_SCRIPT to external projects
by Petr Hosek
· 8 years ago
7810c44
[cmake] Add support for case-sensitive Windows SDKs
by Shoaib Meenai
· 8 years ago
f04a54f
[cmake] Support host architectures other than x64
by Shoaib Meenai
· 8 years ago
0786192
Recommit r320461 "[X86] Use regular expressions more aggressively to reduce the number of scheduler entries needed for FMA3 instructions."
by Craig Topper
· 8 years ago
5cbbcbf
[EarlyCSE] recognize swapped variants of abs/nabs as equivalent
by Sanjay Patel
· 8 years ago
0d2bb64
[X86] Add missing MULX32 schedule test
by Simon Pilgrim
· 8 years ago
084f879
CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.value
by Yaxun Liu
· 8 years ago
5c7c640
[CodeView] Teach clang to emit the .debug$H COFF section.
by Zachary Turner
· 8 years ago
9d2ef85
Recover some overzealously removed includes.
by Michael Zolotukhin
· 8 years ago
4631d6d
[EarlyCSE] add tests for swapped abs/nabs; NFC
by Sanjay Patel
· 8 years ago
91a466c
Speculative build fix for llvm-pdbdump on Linux after Michael's #include removals
by Hans Wennborg
· 8 years ago
3de6d88
Speculative build fix for lld on Linux after Michael's #include removals
by Hans Wennborg
· 8 years ago
946486c
[X86] Add CLWB schedule test
by Simon Pilgrim
· 8 years ago
8764e8a
[WebAssembly] Use bitfield types in wasm YAML representation
by Sam Clegg
· 8 years ago
d76ae12
Reverting [JumpThreading] Preservation of DT and LVI across the pass
by Brian M. Rzycki
· 8 years ago
9a3e5b0
[EarlyCSE] recognize commuted and swapped variants of min/max as equivalent (PR35642)
by Sanjay Patel
· 8 years ago
2b46be6
[WebAssembly] Add linking metatdata test coverage for wasm2yaml
by Sam Clegg
· 8 years ago
d5956c2
[X86] Move ADX schedule tests out of schedule-x86_64.ll
by Simon Pilgrim
· 8 years ago
2312c1a
Remove redundant includes from lib/Target/X86.
by Michael Zolotukhin
· 8 years ago
d2c131b
Remove redundant includes from lib/Target/ARM.
by Michael Zolotukhin
· 8 years ago
32ffb1b
Remove redundant includes from lib/Target/AArch64.
by Michael Zolotukhin
· 8 years ago
3ac3c01
Remove redundant includes from lib/Target/*.cpp.
by Michael Zolotukhin
· 8 years ago
9f101fa
Remove redundant includes from utils/TableGen.
by Michael Zolotukhin
· 8 years ago
d770752
Remove redundant includes from tools.
by Michael Zolotukhin
· 8 years ago
16872e2
Remove redundant includes from unittests.
by Michael Zolotukhin
· 8 years ago
e2c2606
Remove redundant includes from various places.
by Michael Zolotukhin
· 8 years ago
d5c7271
Remove redundant includes from lib/Transforms.
by Michael Zolotukhin
· 8 years ago
f394ee0
Remove redundant includes from lib/Support.
by Michael Zolotukhin
· 8 years ago
d149b23
Remove redundant includes from lib/ProfileData.
by Michael Zolotukhin
· 8 years ago
3b31d05
Remove redundant includes from lib/Object.
by Michael Zolotukhin
· 8 years ago
ac904a2
Remove redundant includes from lib/MC.
by Michael Zolotukhin
· 8 years ago
6d1cdcc
Remove redundant includes from lib/LTO.
by Michael Zolotukhin
· 8 years ago
be0db55
Remove redundant includes from lib/IR.
by Michael Zolotukhin
· 8 years ago
cedd433
Remove redundant includes from lib/ExecutionEngine.
by Michael Zolotukhin
· 8 years ago
0698488
Remove redundant includes from lib/DebugInfo.
by Michael Zolotukhin
· 8 years ago
41b2567
Remove redundant includes from lib/CodeGen.
by Michael Zolotukhin
· 8 years ago
2f74167
Remove redundant includes from lib/Bitcode.
by Michael Zolotukhin
· 8 years ago
0e973bc
Remove redundant includes from lib/Analysis.
by Michael Zolotukhin
· 8 years ago
a85ea41
[cmake] Explicitly set VS 2017 compatibility
by Shoaib Meenai
· 8 years ago
80b1dd8
[cmake] Determine MSVC host triple correctly when cross-compiling
by Shoaib Meenai
· 8 years ago
74ccbce
AMDGPU: Partially fix disassembly of MIMG instructions
by Matt Arsenault
· 8 years ago
7cc3dcf
[JumpThreading] Preservation of DT and LVI across the pass
by Brian M. Rzycki
· 8 years ago
2bf4af8
[GVNHoist] Fix: PR35222 gvn-hoist incorrectly erases load
by Aditya Kumar
· 8 years ago
2676450
Ignore metainstructions during the shrink wrap analysis
by Adrian Prantl
· 8 years ago
99c03705
[dsymutil][test] Fix failing test when no lipo binary available
by Jonas Devlieghere
· 8 years ago
83f6d00
[X86] Add JCC/JECXZ/JECXZ/JRCXZ/LOOP schedule tests
by Simon Pilgrim
· 8 years ago
c1f4787
Regenerate test-shrink.ll test results. NFC
by Amaury Sechet
· 8 years ago
4cac1c4
[dsymutil] Re-enable threading
by Jonas Devlieghere
· 8 years ago
6149067
[X86] Add RET/RETF schedule tests
by Simon Pilgrim
· 8 years ago
d797d31
[X86] Add POP/PUSH schedule tests
by Simon Pilgrim
· 8 years ago
0bcc2cd
[Function] Remove trailing end-of-line whitespace. NFC.
by Brian M. Rzycki
· 8 years ago
efb6506
Fix link failure on one build bot introduced by r320584.
by Nemanja Ivanovic
· 8 years ago
e8e0a7c
Reverted r320229. It broke tests on builder llvm-clang-x86_64-expensive-checks-win.
by Galina Kistanova
· 8 years ago
cd1040a
[X86] Add PREFETCH schedule tests
by Simon Pilgrim
· 8 years ago
39485b9
[X86] Add XCHG schedule tests
by Simon Pilgrim
· 8 years ago
Next »