Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
09f76c80ba8d7572c8121d173b32d24f7259a795
09f76c8
[llvm-exegesis][NFC] Pass Instruction instead of bare Opcode
by Guillaume Chatelet
· 7 years ago
e144c76
[llvm-mca][BtVer2] Add two more move-elimination tests. NFC
by Andrea Di Biagio
· 7 years ago
444acbd
[llvm-exegesis][NFC] Code simplification
by Guillaume Chatelet
· 7 years ago
df002d7
[DAGCombine] Improve Load-Store Forwarding
by Nirav Dave
· 7 years ago
8798ea6
[x86] allow single source horizontal op matching (PR39195)
by Sanjay Patel
· 7 years ago
7651154
Lift VFS from clang to llvm (NFC)
by Jonas Devlieghere
· 7 years ago
8e17e96
[llvm-exegesis] Fix function return generation so it doesn't return register 0
by John Brawn
· 7 years ago
efbdbce
[TargetLowering] SimplifyDemandedBits - rename demanded mask args. NFCI.
by Simon Pilgrim
· 7 years ago
85645eb
[llvm-exegesis][NFC] Fix typo
by Guillaume Chatelet
· 7 years ago
c195d38
[TargetLowering] SimplifyDemandedBits - pull out repeated getOperands. NFCI.
by Simon Pilgrim
· 7 years ago
73cebd7
Revert "[DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG."
by Carlos Alberto Enciso
· 7 years ago
cfd600b
[TableGen] fix assert in !cast when used out of definition in a multiclass
by Valery Pykhtin
· 7 years ago
f9d46e9
[TargetLowering] Add root node back to work list after successful SimplifyDemandedBits/SimplifyDemandedVectorElts
by Simon Pilgrim
· 7 years ago
4e82435
[llvm-exegesis] Fix broken build.
by Guillaume Chatelet
· 7 years ago
29beaa2
[llvm-exegesis][NFC] Simplify code now that Instruction has more semantic
by Guillaume Chatelet
· 7 years ago
20f5c44
[SystemZ] Temporarily disable high VFs with integer div/rem.
by Jonas Paulsson
· 7 years ago
cc2cbf3
Fix an ordering bug in the scalarizer.
by Neil Henning
· 7 years ago
5df6535
[llvm-exegesis] Remove unused variable, add more semantic to Instruction.
by Guillaume Chatelet
· 7 years ago
4ffb89c
[DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG.
by Carlos Alberto Enciso
· 7 years ago
18c07e1
[X86] Remove FeatureRTM from Skylake processor list
by Craig Topper
· 7 years ago
24446e7
[SystemZ] Take better care when computing needed vector registers in TTI.
by Jonas Paulsson
· 7 years ago
91f4bc63
[Analysis] Make LocationSizes carry an 'imprecise' bit
by George Burgess IV
· 7 years ago
625a776
[NFC] Make a variable const
by Max Kazantsev
· 7 years ago
0bb9199
[PowerPC][NFC] Add a test case for extract and store patterns
by Nemanja Ivanovic
· 7 years ago
44cb934
[AVR] Fix the 'call.ll' CodeGen test
by Dylan McKay
· 7 years ago
64c3a57
[PowerPC] Fix the assert of ISD::SIGN_EXTEND_INREG when type is v2i16 and v2i8
by QingShan Zhang
· 7 years ago
952e752
[Analysis] Make LocationSize pretty-printing more descriptive
by George Burgess IV
· 7 years ago
de0558b
[WebAssembly] Fix fneg lowering
by Thomas Lively
· 7 years ago
bca81ff
[WebAssembly] Improve comments for SIMD instruction definitions
by Heejin Ahn
· 7 years ago
96ce5ea
[sancov] Generalize the code to get the previous instruction to multiple architectures
by George Karpenkov
· 7 years ago
42f63b6
[opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don't append "[options] <inputs>"
by Fangrui Song
· 7 years ago
98649f6
[git-llvm] Fix some issues surrouding EOL conversion on Windows.
by Zachary Turner
· 7 years ago
ce40693
[WebAssembly] Handle V128 register class in explicit locals pass
by Thomas Lively
· 7 years ago
5397926
[DAGCombiner] Expand combining of FP logical ops to sign-setting FP ops
by Nemanja Ivanovic
· 7 years ago
dcc47f9
[X86] Fix sanitizer bot failure from 344085
by Rong Xu
· 7 years ago
2e2e17d
[PowerPC][NFC] Commit nabs test case in preparation for committing D44548
by Nemanja Ivanovic
· 7 years ago
a219e95
[LV] Move test for r343954 into x86 subdirectory
by Justin Bogner
· 7 years ago
048b539
[WebAssembly] Improve readability of SIMD instructions (NFC)
by Heejin Ahn
· 7 years ago
c97898e
Recommit r343993: [X86] condition branches folding for three-way conditional codes
by Rong Xu
· 7 years ago
fe584de
[FPEnv] PatternMatcher support for checking FNEG ignoring signed zeros
by Cameron McInally
· 7 years ago
1dd3c06
[InstCombine] reverse 'trunc X to <N x i1>' canonicalization
by Sanjay Patel
· 7 years ago
6b971fb
[PDB] Fix another bug in globals stream name lookup.
by Zachary Turner
· 7 years ago
10e3a5f
[llvm-objcopy] Make -S an alias for --strip-all
by Jake Ehrlich
· 7 years ago
0f41067
llvm-dwarfdump: Extend --name to also search DW_AT_linkage_name.
by Adrian Prantl
· 7 years ago
5148047
[ORC] Promote and rename private symbols inside the CompileOnDemand layer,
by Lang Hames
· 7 years ago
7df2b65
[PowerPC] Implement hasBitPreservingFPLogic for types that can be supported
by Nemanja Ivanovic
· 7 years ago
b5c5010
[X86] When lowering unsigned v2i64 setcc without SSE42, flip the sign bits in the v2i64 type then bitcast to v4i32.
by Craig Topper
· 7 years ago
36b0632
[SLPVectorizer] Check that lowered type is floating point before calling isFabsFree
by Sam Clegg
· 7 years ago
6c508a5
[DWARF] Make llvm-dwarfdump display the .debug_loc.dwo section. Fixes PR38991.
by Wolfgang Pieb
· 7 years ago
4db5dbc
[InstCombine] add tests for extract subvector shuffles; NFC
by Sanjay Patel
· 7 years ago
0a3d7db
Add missing space
by Adrian Prantl
· 7 years ago
dccf3ce
[PDB] Fix failure on big endian machines.
by Zachary Turner
· 7 years ago
81b8d4b
[X86] Autogenerate complete checks. NFC
by Craig Topper
· 7 years ago
0bcf39f
[AArch64][x86] add tests for bitcasted fnabs; NFC
by Sanjay Patel
· 7 years ago
dd6a1fb
[InstCombine] make helper function 'static'; NFC
by Sanjay Patel
· 7 years ago
6a2b073
Fix function case.
by Guillaume Chatelet
· 7 years ago
437c485
[llvm-exegesis] Fix invalid return type and add a Dump function.
by Guillaume Chatelet
· 7 years ago
968d0cc
[x86] use demanded bits to simplify masked store codegen
by Sanjay Patel
· 7 years ago
e574f76
[SelectionDAG] Add SIGN_EXTEND_VECTOR_INREG and CONCAT_VECTORS support to SimplifyDemandedBits
by Simon Pilgrim
· 7 years ago
244c796
[mips] Fix FDE/CFI encoding in case of N32 ABI
by Simon Atanasyan
· 7 years ago
00973e3
[mips] Set pointer size to 4 bytes for N32 ABI
by Simon Atanasyan
· 7 years ago
4313690
Fix buildbot failures with the newly added test case (triple was missing).
by Nemanja Ivanovic
· 7 years ago
edb9a19
[PowerPC] Remove self-copies in pre-emit peephole
by Nemanja Ivanovic
· 7 years ago
6027f5e
[llvm-exegesis] Fix wrong index type.
by Guillaume Chatelet
· 7 years ago
6844640
[llvm-exegesis] Fix unused lambda capture.
by Guillaume Chatelet
· 7 years ago
9925bf1
[llvm-exegesis][NFC] Use accessors for Operand.
by Guillaume Chatelet
· 7 years ago
3659c41
[ADT] Force the alignment of the `data` field of `IntervalMap`
by Aleksandr Urakov
· 7 years ago
8cc4d7e
Revert "[ADT] Change the `IntervalMap` alignment assert for x86 MSVC"
by Aleksandr Urakov
· 7 years ago
729310f
[X86][AVX1] Enable *_EXTEND_VECTOR_INREG lowering of 256-bit vectors
by Simon Pilgrim
· 7 years ago
7f9eb16
[ADT] Change the `IntervalMap` alignment assert for x86 MSVC
by Aleksandr Urakov
· 7 years ago
c179d7b
[CFG Printer] Add support for writing the dot files with a custom prefix.
by Chandler Carruth
· 7 years ago
def2c06
Make LocationSize a proper Optional type; NFC
by George Burgess IV
· 7 years ago
5454da3
Use locals instead of struct fields; NFC
by George Burgess IV
· 7 years ago
aba277a
llvm-link: Improve diagnostic for module-level metadata mismatch
by David Blaikie
· 7 years ago
3ff2ad5
ExpandPostRAPseudos: Fix alldefsAreDead() not removing operands
by Matthias Braun
· 7 years ago
48d3a55
[MIPS GlobalISel] Legalize i64 add
by Petar Jovanovic
· 7 years ago
dd8cebd
TwoAddressInstructionPass: Modernize/fix some comments; NFC
by Matthias Braun
· 7 years ago
5a629bf
PHIElimination: Remove wrong comment; NFC
by Matthias Braun
· 7 years ago
fabae5e
MachineFunctionPrinterPass: Declare SlotIndexes as used if available; NFC
by Matthias Braun
· 7 years ago
78fee6e
Remove unused variable.
by Zachary Turner
· 7 years ago
602f2b5
[PDB] fix a bug in global stream name lookup.
by Zachary Turner
· 7 years ago
9a29a01
[DebugInfo] Fix debug information label tests
by Petar Jovanovic
· 7 years ago
f2c7cc4
[X86] Revert r343993 condition branches folding for three-way conditional codes
by Rong Xu
· 7 years ago
780daee
[DAGCombiner] simplify code for fmul with constant fold; NFCI
by Sanjay Patel
· 7 years ago
4fac31c
[X86] Prefer isTypeLegal over checking isSimple in a DAG combine.
by Craig Topper
· 7 years ago
84a731f
[x86] add tests for phaddd/phaddw; NFC
by Sanjay Patel
· 7 years ago
fa7848b
[X86] condition branches folding for three-way conditional codes
by Rong Xu
· 7 years ago
9099160
[AMDGPU] Legalize VGPR Rsrc operands for MUBUF instructions
by Scott Linder
· 7 years ago
0cccaa3
[X86][AVX2] Enable ZERO_EXTEND_VECTOR_INREG lowering of 256-bit vectors
by Simon Pilgrim
· 7 years ago
8c00cc1
[x86] make horizontal binop matching clearer; NFCI
by Sanjay Patel
· 7 years ago
791162c
[TailCallElim] Enable marking of calls with byval as tails
by Robert Lougher
· 7 years ago
0861fa2
AMDGPU/GlobalISel: Select amdgcn.cvt.pkrtz to 64-bit instructions
by Tom Stellard
· 7 years ago
1298296
Fix incorrect Twine usage in CFGPrinter
by Kristina Brooks
· 7 years ago
2550649
AMDGPU: Future-proof {raw,struct}.buffer.atomic intrinsics
by Nicolai Haehnle
· 7 years ago
9d072d8
TableGen/CodeGenDAGPatterns: addPredicateFn only once
by Nicolai Haehnle
· 7 years ago
56c22a9
Fix test case for @r343970
by Xin Tong
· 7 years ago
0649ebe
[x86] add hadd test with no undefs, remove duplicate tests; NFC
by Sanjay Patel
· 7 years ago
3c6deb0
[x86] simplify hadd tests; NFC
by Sanjay Patel
· 7 years ago
b461f4d
[AMDGPU] Add an AMDGPU specific atomic optimizer.
by Neil Henning
· 7 years ago
706f3b0
Don't use back-quotes in a run line.
by Zachary Turner
· 7 years ago
Next »