Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
8d8d1a548723480ff24e32d9e5fb1c31a560352b
8d8d1a5
Revert "[ADT] Drop llvm::Optional clang-specific optmization for trivially copyable types"
by Tom Stellard
· 7 years ago
50606d7
[ADT] Drop llvm::Optional clang-specific optmization for trivially copyable types
by Tom Stellard
· 7 years ago
7735d5a
[X86] Minor cleanup to getExtendInVec. NFCI
by Craig Topper
· 7 years ago
6a9a4b4
[InstCombine] adjust rotate direction in tests; NFC
by Sanjay Patel
· 7 years ago
62e8686
[X86] Add -x86-experimental-vector-widening support to reduceVMULWidth and combineMulToPMADDWD
by Craig Topper
· 7 years ago
93df51d
[WebAssembly] Fix return type of nextByte
by Thomas Lively
· 7 years ago
706911a
[BinaryFormat] Add MsgPackTypes
by Scott Linder
· 7 years ago
2806865
[InstCombine] add tests for funnel shift (rotate) canonicalization; NFC
by Sanjay Patel
· 7 years ago
0e881a8
[X86] Guess that a CPU is Icelake it if reports support for AVX512VBMI2.
by Craig Topper
· 7 years ago
eb1caa7
[LTO] Load sample profile in LTO link step.
by Xin Tong
· 7 years ago
49953be
[TTI] Reduction costs only need to include a single extract element cost
by Simon Pilgrim
· 7 years ago
25da5df
[InstCombine] fix rotate narrowing bug for non-pow-2 types
by Sanjay Patel
· 7 years ago
a773fb8
[InstCombine] add rotate narrowing tests with odd types; NFC
by Sanjay Patel
· 7 years ago
81aa3c0
[SLPVectorizer][X86] Regenerate reduction minmax tests and cleanup check prefixes
by Simon Pilgrim
· 7 years ago
cad3b0c
[SLPVectorizer][X86] Regenerate reduction tests and add PR37731 test
by Simon Pilgrim
· 7 years ago
a1316f9
[X86] Fix MCNullStreamer support for modules with a CodeView flag
by Simon Pilgrim
· 7 years ago
fc0780a
[InstSimplify] delete shift-of-zero guard ops around funnel shifts
by Sanjay Patel
· 7 years ago
6432065
[RISCV] Mark C.EBREAK instruction as having side effects
by Alex Bradbury
· 7 years ago
d566da7
[RISCV] Mark FREM as Expand
by Alex Bradbury
· 7 years ago
5ba6366
Add missed files from prev. commit
by Anton Korobeynikov
· 7 years ago
695940b
[MSP430] Add MC layer
by Anton Korobeynikov
· 7 years ago
84a656e
[llvm-objdump] Use `auto` declaration in typecasting
by Xing GUO
· 7 years ago
19fcc06
[RISCV] Introduce the RISCVMatInt::generateInstSeq helper
by Alex Bradbury
· 7 years ago
02d0639
[X86] Add some custom type legalization rules for truncate with -x86-experimental-vector-widening-legalization.
by Craig Topper
· 7 years ago
301a636
[X86] Add -x86-experimental-vector-widening-legalization versions of shuffle-vs-trunc tests.
by Craig Topper
· 7 years ago
12648b2
[WebAssembly] Renumber SIMD bitwise instructions
by Thomas Lively
· 7 years ago
bcd08d0
AMDGPU: Fix check lines in fdot2 test:
by Konstantin Zhuravlyov
· 7 years ago
312347e
[commit-test] Add blank line for test/tools/llvm-objdump/symbol-table-elf.test
by Xing GUO
· 7 years ago
d0eb792
AMDGPU: Enable code object v3 for AMDHSA only
by Konstantin Zhuravlyov
· 7 years ago
aa87382
[X86] Don't mark SEXTLOADS with narrow types as Custom with -x86-experimental-vector-widening-legalization.
by Craig Topper
· 7 years ago
3074852
[MachineOutliner][NFC] Check if CandidatesForRepeatedSeq < 2
by Jessica Paquette
· 7 years ago
66a6a4f
[X86] Remove unused variable
by Benjamin Kramer
· 7 years ago
336a872
[X86] Support v2i32/v4i16/v8i8 load/store using f64 on 32-bit targets under -x86-experimental-vector-widening-legalization.
by Craig Topper
· 7 years ago
7c06350
[X86] Update masked expandload/compressstore test names
by Simon Pilgrim
· 7 years ago
530c44f
[InstSimplify] add more tests for funnel shift with select; NFC
by Sanjay Patel
· 7 years ago
522fd7b
[MachineOutliner][NFC] Don't compute liveness if X16/X17/NZCV are unused
by Jessica Paquette
· 7 years ago
b2ec19c
Remove unused getMDNodeFwdRefOrNull interfaces (NFC)
by Teresa Johnson
· 7 years ago
bd33f31
[X86][SSE] Add SSE2/SSE42 masked load/store tests
by Simon Pilgrim
· 7 years ago
c8c80b0
Bias physical register immediate assignments
by Nirav Dave
· 7 years ago
876e741
[ThinLTO] Fix a crash in lazy loading of Metadata
by Teresa Johnson
· 7 years ago
6ae3265
[X86] Split masked load/store test files
by Simon Pilgrim
· 7 years ago
455149b
[X86] Update masked load/store test names
by Simon Pilgrim
· 7 years ago
517246b
AMDGPU: Additional pattern for i16 median3 matching
by Aakanksha Patil
· 7 years ago
3d60ff7
Mark @llvm.trap cold
by Vedant Kumar
· 7 years ago
b78df5e
[Support] Teach YAMLIO about polymorphic types
by Scott Linder
· 7 years ago
ada45e1
[ThinLTO] Update handling of vararg functions to match inliner
by Teresa Johnson
· 7 years ago
c79bd8a
[InstSimplify] add tests for funnel shift with select; NFC
by Sanjay Patel
· 7 years ago
45c215a
[WebAssembly] Add support for dylink section in object format
by Sam Clegg
· 7 years ago
0bca5fd
[X86] Allow pmulh to be formed from narrow vXi16 vectors under -x86-experimental-vector-widening-legalization
by Craig Topper
· 7 years ago
c435d5f
[InstCombine] Remove a couple of asserts based on incorrect assumptions
by Mandeep Singh Grang
· 7 years ago
5e3c9a5
[InstCombine] fix formatting for matchBSwap(); NFC
by Sanjay Patel
· 7 years ago
49f1bbd
[VPlan, SLP] Use SmallPtrSet for Candidates.
by Florian Hahn
· 7 years ago
c4b9d6f
[SimplifyCFG] Regenerate preserve-branchweights.ll test. NFC
by John Brawn
· 7 years ago
48de5cc
[TTI] getOperandInfo - a broadcast shuffle means the result is OK_UniformValue
by Simon Pilgrim
· 7 years ago
d226141
Document how to comment an actual parameter.
by Paul Robinson
· 7 years ago
7758b14
[VPlan] Remove LLVM_DEBUG from VPlanSlp::dumpBundle.
by Florian Hahn
· 7 years ago
79786cb
[TTI] Pull out repeated 'ConcreteTTI' static_casts. NFCI.
by Simon Pilgrim
· 7 years ago
6fd1a5c
[VPlan] Update ifdef.
by Florian Hahn
· 7 years ago
5d6a2d8
[VPlan, SLP] Add simple SLP analysis on top of VPlan.
by Florian Hahn
· 7 years ago
1959ce6
[CostModel] Add generic expansion funnel shift cost support
by Simon Pilgrim
· 7 years ago
6a5c77e
[llvm-objdump] Improve ELF file type checking statements (D54509)
by Xing GUO
· 7 years ago
a1b68b3
[X86][AVX512] Remove constant pool shuffle decoding from SelectionDAG
by Simon Pilgrim
· 7 years ago
33a6377
[WebAssembly] Make sure event-section XFAILs for build options
by Heejin Ahn
· 7 years ago
71e1958
Print newline after banner for ModulePass
by Sven van Haastregt
· 7 years ago
e002ed0
Recommit r346483: [CallSiteSplitting] Only record conditions up to the IDom(call site).
by Florian Hahn
· 7 years ago
9e02b19
[WebAssembly] Temporarily disable event-section.ll
by Heejin Ahn
· 7 years ago
59f062a
[X86] Add -x86-experimental-vector-widening command lines to pmulh.ll
by Craig Topper
· 7 years ago
c10e56b
Correctly instantiate `iterator_adaptor_base` when defining `pointer_iterator`
by David Blaikie
· 7 years ago
8bcdd04
[WebAssembly] Add support for the event section
by Heejin Ahn
· 7 years ago
382877c
[PowerPC] Enhance the selection(ISD::VSELECT) of vector type
by Zi Xuan Wu
· 7 years ago
7215ab8
Revert r346810 "Preserve loop metadata when splitting exit blocks"
by Reid Kleckner
· 7 years ago
7a45551
[CodeGen] Fix forward scan in MachineBasicBlock::computeRegisterLiveness.
by Eli Friedman
· 7 years ago
352d784
[MachineOutliner][NFC] Use flags set in all candidates to check for calls
by Jessica Paquette
· 7 years ago
0ee0dff
Make dsymutil more robust when parsing load commands.
by Adrian Prantl
· 7 years ago
48b2039
[InstCombine] fold funnel shift amount based on demanded bits
by Sanjay Patel
· 7 years ago
108bc88
Make the ExpandTilde unit test expect "\" (not "/") on Win32
by Matthew Voss
· 7 years ago
23caf62
Preserve loop metadata when splitting exit blocks
by Craig Topper
· 7 years ago
cdd4dd3
[MachineOutliner][NFC] Use MBB flags to avoid call checks in getOutliningInfo
by Jessica Paquette
· 7 years ago
3334995
[InstCombine] canonicalize rotate patterns with cmp/select
by Sanjay Patel
· 7 years ago
14f489a
[MachineOutliner][NFC] Exit getOutliningType if there are < 2 candidates
by Jessica Paquette
· 7 years ago
e9eedd7
[AMDGPU] combine extractelement into several selects
by Stanislav Mekhanoshin
· 7 years ago
39400df
[MemorySSA] Create query after checking if instruction is a fence.
by Alina Sbirlea
· 7 years ago
f0c80e8
[AsmPrinter] Fix DebugInfo/X86/gnu-public-names.ll after rL346790
by Fangrui Song
· 7 years ago
c0ca578
Fixed DAGTypeLegalizer::SplitVecOp_EXTRACT_VECTOR_ELT i1 handling
by Stanislav Mekhanoshin
· 7 years ago
65bbcca
[MS Demangler] Print public:, protected:, private: if set in FunctionClass or a variable's StorageClass.
by Nico Weber
· 7 years ago
57f3c62
[AsmPrinter] Rename a comment of .debug_gnu_pubnames entry
by Fangrui Song
· 7 years ago
ecc582a
DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address specifiers
by David Blaikie
· 7 years ago
3546f90
[NativePDB] Improved support for nested type reconstruction.
by Zachary Turner
· 7 years ago
7ff33d4
Add fneg instruction to syntax highlighting lists
by Matt Arsenault
· 7 years ago
bb33ccf
[SelectionDAG][X86] Relax restriction on the width of an input to *_EXTEND_VECTOR_INREG. Use them and regular *_EXTEND to replace the X86 specific VSEXT/VZEXT opcodes
by Craig Topper
· 7 years ago
65bac06
[llvm-objcopy] Rename --keep to --keep-section.
by Jordan Rupprecht
· 7 years ago
7d412f9
[WebAssembly] Fix broken assumption that all bitcasts are to functions types
by Sam Clegg
· 7 years ago
9d76438
[FileSystem] Add expand_tilde function
by Jonas Devlieghere
· 7 years ago
ca8cb68
[IR] Add a dedicated FNeg IR Instruction
by Cameron McInally
· 7 years ago
3eec80d
[WebAssembly] Mark immediates.ll as XFAILed on MIPS hosts
by Simon Atanasyan
· 7 years ago
f3b83e4
[CSP, Cloning] Update DuplicateInstructionsInSplitBetween to use DomTreeUpdater.
by Florian Hahn
· 7 years ago
e0fbc09
Revert "[ThinLTO] Internalize readonly globals"
by Steven Wu
· 7 years ago
ebca36b
[InstCombine] add tests for funnel shift demanded bits; NFC
by Sanjay Patel
· 7 years ago
b81719b
Fix uninitialized variable.
by Alexander Kornienko
· 7 years ago
d2cb662
[CostModel][X86] Fix constant vector XOP rights shifts
by Simon Pilgrim
· 7 years ago
Next »