Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
568082bafef8bd1404425cae2694529990bfefb2
568082b
[ARM] GlobalISel: Add mapping for G_CONSTANT
by Diana Picus
· 9 years ago
e855e8c
[ARM] GlobalISel: Legalize 32-bit constants
by Diana Picus
· 9 years ago
ff6c8c5
[Assembler] Add test for !srcloc references in assembler diags
by Sanne Wouda
· 9 years ago
aff6eee
Reformat a blank line.
by NAKAMURA Takumi
· 9 years ago
dd90731
Revert r296442 (and r296443), "Allow externally dlopen-ed libraries to be registered as permanent libraries."
by NAKAMURA Takumi
· 9 years ago
77b493a
[ARM] GlobalISel: Select G_GEP
by Diana Picus
· 9 years ago
c492675
[ARM] Diagnose PC-writing instructions in IT blocks
by Oliver Stannard
· 9 years ago
76b7c3e
[ARM] GlobalISel: Add reg bank mapping for G_GEP
by Diana Picus
· 9 years ago
761fac3
[ARM] GlobalISel: Legalize G_GEP with 32-bit offsets
by Diana Picus
· 9 years ago
f14c2c6
Relate the CHECK: lines to the functions that they're checking [NFC]
by Artyom Skrobov
· 9 years ago
ca243b9
Test commit, fix typo, NFC.
by Vadzim Dambrouski
· 9 years ago
bff5a6e
[IR] Add range accessors for the indices of a GEP instruction.
by Chandler Carruth
· 9 years ago
925071a
Fix Win bots.
by Vassil Vassilev
· 9 years ago
5951ab5
Allow externally dlopen-ed libraries to be registered as permanent libraries.
by Vassil Vassilev
· 9 years ago
9868da3
[ImplicitNullCheck] Add alias analysis usage
by Sanjoy Das
· 9 years ago
623cc6d
Empty line. NFCI
by Xin Tong
· 9 years ago
c532709
[LoopUnswitch] Common pushing LIC's user to worklist.
by Xin Tong
· 9 years ago
73ddbb7
Revert "Add MIR-level outlining pass"
by Matthias Braun
· 9 years ago
bd74a4c
This script was meant to be committed with the DebugCounter changes.
by Daniel Berlin
· 9 years ago
97a1c1b
[docs] Fix a think-o in the Programmer's Manual.
by Lang Hames
· 9 years ago
26e0beb
Add test case for usubo combine. NFC.
by Amaury Sechet
· 9 years ago
c043a88
Add MIR-level outlining pass
by Matthias Braun
· 9 years ago
294da8f
Add test case for computing known bits of substraction operations. NFC
by Amaury Sechet
· 9 years ago
1872f69
[CGP] Split some critical edges coming out of indirect branches
by Michael Kuperstein
· 9 years ago
d9b4aa7
[PDB] Make streams carry their own endianness.
by Zachary Turner
· 9 years ago
01609a3
[DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
3ee59b3
[SLP] Load sorting should not try to sort things that aren't loads.
by Michael Kuperstein
· 9 years ago
4b87fbf
[MC] Implement the COFF directives in MCNullStreamer.
by Dan Gohman
· 9 years ago
f5567ad
AMDGPU: Basic folds for fmed3 intrinsic
by Matt Arsenault
· 9 years ago
d6b8f75
Remove some code accidentally left in.
by Zachary Turner
· 9 years ago
79f9f67
[AddressSanitizer] Put shadow at 0 for Fuchsia
by Petr Hosek
· 9 years ago
90d9920
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
d5cb2d6
[MC] Factor out non-COFF handling of COFF-specific directives.
by Dan Gohman
· 9 years ago
6d8f20c
[WebAssembly] Add some comments and tidy up whitespace.
by Dan Gohman
· 9 years ago
dd2186a
AMDGPU: Use v_med3_{f16|i16|u16}
by Matt Arsenault
· 9 years ago
a746da8
[WebAssembly] Split CFG-sorting into its own pass. NFC.
by Dan Gohman
· 9 years ago
b03535c
Revert r296366 "[InlineFunction] add nonnull assumptions based on argument attributes"
by Hans Wennborg
· 9 years ago
533bd5a
Add missing namespace qualifier.
by Zachary Turner
· 9 years ago
27f4f2f
AMDGPU: Support v2i16/v2f16 packed operations
by Matt Arsenault
· 9 years ago
e4e218c
ISel: We need to notify FastIS of the IMPLICIT_DEF we created in createSwiftErrorEntriesInEntryBlock
by Arnold Schwaighofer
· 9 years ago
2219387
[PDB] Partial resubmit of r296215, which improved PDB Stream Library.
by Zachary Turner
· 9 years ago
68c6220
Revert "DAG: Check if extract_vector_elt is legal or custom"
by Matt Arsenault
· 9 years ago
5784902
Empty line. NFCI
by Xin Tong
· 9 years ago
676fd31
[PGO] Fix a bug in reading text format value profile.
by Rong Xu
· 9 years ago
2c5b9e3
[ARM] don't transform an add(ext Cond), C to select unless there's a setcc of the condition
by Sanjay Patel
· 9 years ago
530cc1a
[Support][Error] Add a 'cantFail' utility function for known-safe calls to
by Lang Hames
· 9 years ago
563a987
AMDGPU: Add some of the new gfx9 VOP3 instructions
by Matt Arsenault
· 9 years ago
e9bce87
[X86][SSE] Attempt to extract vector elements through target shuffles
by Simon Pilgrim
· 9 years ago
a4e4156
AMDGPU: Support inlineasm for packed instructions
by Matt Arsenault
· 9 years ago
5c641cd
[SLP] Use different flags in tests for reduction ops and extra args.
by Alexey Bataev
· 9 years ago
132ab30
AMDGPU: Don't fold immediate if clamp/omod are set
by Matt Arsenault
· 9 years ago
dd23def
AMDGPU: Fold omod into instructions
by Matt Arsenault
· 9 years ago
6a73128
[TailDuplicator] Maintain DebugLoc for branch instructions
by Taewook Oh
· 9 years ago
29df731
AMDGPU: Add f16 to shader calling conventions
by Matt Arsenault
· 9 years ago
724703a
[SLP] Modify test to check IR flags propagation for extra args.
by Alexey Bataev
· 9 years ago
87fd702
AMDGPU: Add VOP3P instruction format
by Matt Arsenault
· 9 years ago
6cc2c9e
Refactor xaluo.ll and xmulo.ll tests. NFC
by Amaury Sechet
· 9 years ago
8a5552e
[InlineFunction] add nonnull assumptions based on argument attributes
by Sanjay Patel
· 9 years ago
6b5b29e
[Hexagon] Defs and clobbers can overlap
by Krzysztof Parzyszek
· 9 years ago
2122ede
Fix a bug when unswitching on partial LIV for SwitchInst
by Xin Tong
· 9 years ago
8c89621
Fix comments. NFC.
by Rong Xu
· 9 years ago
2b63dff
Fix LLVM module build
by Steven Wu
· 9 years ago
6ebb4a9
[X86] Use APInt instead of SmallBitVector tracking undef elements from getTargetConstantBitsFromNode and getConstVector.
by Craig Topper
· 9 years ago
b84e77a
[X86] Use APInt instead of SmallBitVector for tracking Zeroable elements in shuffle lowering
by Craig Topper
· 9 years ago
72dbe0c
[X86] Fix SmallVector sizes in constant pool shuffle decoding to avoid heap allocation
by Craig Topper
· 9 years ago
4b7fe07
[X86] Use APInt instead of SmallBitVector for tracking undef elements in constant pool shuffle decoding
by Craig Topper
· 9 years ago
71bb188
Remove an empty line in icmp-illegal.ll . NFC
by Amaury Sechet
· 9 years ago
d222965
[SLP] A test for a fix of PR32038.
by Alexey Bataev
· 9 years ago
7e587dd
Loop predication expand both sides of the widened condition
by Artur Pilipenko
· 9 years ago
c0dc1a3
AArch64InstPrinter: rewrite of printSysAlias
by Sjoerd Meijer
· 9 years ago
4042b81
[ARM] LSL #0 is an alias of MOV
by John Brawn
· 9 years ago
85f508c
[DAGCombine] Fix for a load combine bug with non-zero offset patterns on BE targets
by Artur Pilipenko
· 9 years ago
f854325
[DAGCombine] NFC. MatchLoadCombine extract MemoryByteOffset lambda helper
by Artur Pilipenko
· 9 years ago
0003ac9
[DAGCombine] NFC. MatchLoadCombine remember the first byte provider, not the load node
by Artur Pilipenko
· 9 years ago
b9ae988
AArch64AsmParser: don't try to parse “[1]” for non-vector register operands
by Sjoerd Meijer
· 9 years ago
9995ddd
[AMDGPU] Runtime metadata fixes:
by Konstantin Zhuravlyov
· 9 years ago
f54e7aa
llvm-mc-fuzzer: add support for assembly
by Brian Cain
· 9 years ago
3427051
[APInt] Use UINT64_MAX instead of ~integerPart(0). NFC
by Craig Topper
· 9 years ago
08d480d
[X86] Check for less than 0 rather than explicit compare with -1. NFC
by Craig Topper
· 9 years ago
df8980e
Do full codegen for various tests. NFC
by Amaury Sechet
· 9 years ago
f9be4a2
[APInt] Use UINT64_MAX instead of ~uint64_t(0ULL). NFC
by Craig Topper
· 9 years ago
e87a9a6
[APInt] Use UINT64_MAX instead of ~0ULL. NFC
by Craig Topper
· 9 years ago
d1973fd
[APInt] Remove unnecessary early out from getLowBitsSet. The same case is handled equally well by the next check.
by Craig Topper
· 9 years ago
e76fd06
Update comments. NFCI
by Xin Tong
· 9 years ago
e5e8f2a
Revert "[CGP] Split some critical edges coming out of indirect branches"
by Daniel Jasper
· 9 years ago
1aaf55c
[LoopDeletion] Modernize and simplify a bit. NFCI.
by Davide Italiano
· 9 years ago
ca75ea3
[X86] Fix execution domain for cmpss/sd instructions.
by Craig Topper
· 9 years ago
bcfde2a
[AVX-512] Fix execution domain for scalar commutable min/max instructions.
by Craig Topper
· 9 years ago
d9d7615
[AVX-512] Fix execution domain for vmovhpd/lpd/hps/lps.
by Craig Topper
· 9 years ago
f46e01b
[AVX-512] Fix the execution domain for AVX-512 integer broadcasts.
by Craig Topper
· 9 years ago
b64325c
[AVX-512] Disable the redundant patterns in the VPBROADCASTBr_Alt and VPBROADCASTWr_Alt instructions. NFC
by Craig Topper
· 9 years ago
b1620f1
[AVX-512] Fix execution domain for VPMADD52 instructions.
by Craig Topper
· 9 years ago
7a7f627
[AVX-512] Use update_llc_test_checks.py to regenerate a test.
by Craig Topper
· 9 years ago
3703247
[AVX-512] Fix the execution domain for VSCALEF instructions.
by Craig Topper
· 9 years ago
bb0ec0e
[AVX-512] Fix execution domain of scalar VRANGE/REDUCE/GETMANT with sae.
by Craig Topper
· 9 years ago
914a8e7
[X86] Fix the execution domain for scalar SQRT intrinsic instruction.
by Craig Topper
· 9 years ago
09082bb
[X86] Add an additional CHECK prefix to a test. Some of the cases used it, but it wasn't on the FileCheck command lines.
by Craig Topper
· 9 years ago
650a66f
[SCCP] Remove manual folding of terminator instructions.
by Xin Tong
· 9 years ago
a11dc45
[X86] Clean up test/CodeGen/X86/2006-03-02-InstrSchedBug.ll
by David L. Jones
· 9 years ago
b89cc7e
Revert "In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled."
by Nirav Dave
· 9 years ago
Next »