Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
c93edadc6a8a55d81d2b75ebdda5db59e40f5fb2
c93edad
MachineFrameInfo: Cleanup some parameter naming inconsistencies; NFC
by Matthias Braun
· 8 years ago
c67785b
TwoAddressInstructionPass: Trigger -O0 behavior on optnone
by Matthias Braun
· 8 years ago
de0aeb8
[CMake] Don't use comma as an alternate separator
by Petr Hosek
· 8 years ago
f68b9be
AMDGPU/EG: Add a new FeatureFMA and use it to selectively enable FMA instruction
by Jan Vesely
· 8 years ago
85c0273
AMDGPU: Disable fp64 support on pre GCN asics
by Jan Vesely
· 8 years ago
eb42c99
[msan] Add a fixme note for a minor deficiency.
by Evgeniy Stepanov
· 8 years ago
206bdba
Revert r319490 "XOR the frame pointer with the stack cookie when protecting the stack"
by Hans Wennborg
· 8 years ago
79f2fee
AMDGPU: Fix creating invalid copy when adjusting dmask
by Matt Arsenault
· 8 years ago
aaadfb2
AMDGPU: Use return value of MorphNodeTo
by Matt Arsenault
· 8 years ago
17ce6cb
Allow similar TargetOpcodes to use inheritance to factor out commonality. NFC.
by Daniel Sanders
· 8 years ago
a61e335
Re-submit r289925 (Update .debug_line section version to match DWARF version)
by Paul Robinson
· 8 years ago
67fbf95
[globalisel][tablegen] Tests for r319691
by Daniel Sanders
· 8 years ago
3ef874f
DAG: Follow-up to r319692 check the truncates inputs have the same type
by Hans Wennborg
· 8 years ago
1e96e81
DAG: Match truncated rotation (PR35487)
by Hans Wennborg
· 8 years ago
e357116
[globalisel][tablegen] Split atomic load/store into separate opcode and enable for AArch64.
by Daniel Sanders
· 8 years ago
07f4dc3
Move splitIndirectCriticalEdges() to BasicBlockUtils.h.
by Hiroshi Yamauchi
· 8 years ago
ca3a904
Add missing triple args to tests
by Matthias Braun
· 8 years ago
15bf043
[ConstantFold] Support vector index when factoring out GEP index into preceding dimensions
by Haicheng Wu
· 8 years ago
c965de5
[SCEV] Use a "Discovered" set instead of a "Visited" set; NFC
by Sanjoy Das
· 8 years ago
abd6d64
[SCEV] A different fix for PR33494
by Sanjoy Das
· 8 years ago
3745f06
[BypassSlowDivision] Improve our handling of divisions by constants
by Sanjoy Das
· 8 years ago
998cdc4
MachineVerifier: undef phi arg doesn't need to be live-out from predecessor
by Matthias Braun
· 8 years ago
ca0df55
[CodeGen] Unify MBB reference format in both MIR and debug output
by Francis Visoiu Mistrih
· 8 years ago
9335678
Fix function pointer tail calls in armv8-M.base
by Pablo Barrio
· 8 years ago
3f2a29c
Revert "[cmake] Enable zlib support on windows"
by Pavel Labath
· 8 years ago
cf56d5d
[AMDGPU] SDWA: add support for PRESERVE into SDWA peephole.
by Sam Kolton
· 8 years ago
4effab6
[ARM] CodeGen test
by Sam Parker
· 8 years ago
7c3eddc
[Loop Predication] Teach LP about reverse loops
by Anna Thomas
· 8 years ago
ba19c68
[NVPTX] Assign valid global names
by Jonas Hahnfeld
· 8 years ago
e0e7476
[NFC][lit] Use proper semantic versioning names for variables
by Jonas Devlieghere
· 8 years ago
9d99810
Revert r319649 - [Asm, ARM] Add fallback diag for multiple invalid operands
by Oliver Stannard
· 8 years ago
c7ae88e
Revert "[ValueTracking] Pass only a single lambda to computeKnownBitsFromShiftOperator by using KnownBits struct instead of separate APInts. NFCI"
by Sam McCall
· 8 years ago
1e6aa11
AMDGPU: fix missing s_waitcnt
by Tim Corringham
· 8 years ago
a53a7f0
[Asm, ARM] Add fallback diag for multiple invalid operands
by Oliver Stannard
· 8 years ago
62f11d9
[TwoAddressInstructionPass] Bugfix in handling of sunk instructions.
by Jonas Paulsson
· 8 years ago
5022455
[DAGCombine] Remove isAndLoadExtLoad arguments
by Sam Parker
· 8 years ago
ed04373
[AArch64] Allow using emulated tls on platforms other than ELF
by Martin Storsjo
· 8 years ago
57337fe
[ARM] Allow using emulated tls on platforms other than ELF
by Martin Storsjo
· 8 years ago
079e93a
[X86] Allow VPMAXUQ/VPMAXSQ/VPMINUQ/VPMINSQ to be used with 128/256 bit vectors when AVX512 is enabled.
by Craig Topper
· 8 years ago
18d898c
[X86] Don't turn UINT_TO_FP into SINT_TO_FP during lowering.
by Craig Topper
· 8 years ago
7cd55ac
[SelectionDAG] Teach computeKnownBits some improvements to ISD::SRL with a non-splat constant shift amount.
by Craig Topper
· 8 years ago
0d0f8ed
[X86][AVX512] Tag PH2PS/PS2PH conversion instructions scheduler classes
by Simon Pilgrim
· 8 years ago
ad08404
[X86][AVX512] Tag packed F2I/I2F/F2F conversion instructions scheduler class
by Simon Pilgrim
· 8 years ago
fbeb20a
[X86][AVX512] Regenerate schedule tests.
by Simon Pilgrim
· 8 years ago
af7247c
[X86][SSE] Remove unused IIC_SSE_CVT_PI2PS_RR/IIC_SSE_CVT_PI2PS_RM itineraries
by Simon Pilgrim
· 8 years ago
8b47f7b
CodeGen: Fix SelectionDAGISel::LowerArguments for sret addr space
by Yaxun Liu
· 8 years ago
fec09ca
[SelectionDAG] Use the inlined APInt shift methods since we've already bounds checked the shift.
by Craig Topper
· 8 years ago
1f4bd62
Reland "[WebAssembly] Add visibility flag to Wasm symbol flags""
by Sam Clegg
· 8 years ago
e87334b
Fix typo in emitted attribute name
by Matt Arsenault
· 8 years ago
aa18cf6
[ValueTracking] Pass only a single lambda to computeKnownBitsFromShiftOperator by using KnownBits struct instead of separate APInts. NFCI
by Craig Topper
· 8 years ago
dcc00b1
CodeGen: Fix pointer info in SplitVecOp_EXTRACT_VECTOR_ELT/SplitVecRes_INSERT_VECTOR_ELT
by Yaxun Liu
· 8 years ago
f4f3881
[cmake] Re-commit: Remove redundant call to cmake when building host tools.
by Don Hinton
· 8 years ago
649eb90
[llvm-readobj] Remove redundant local variables to reduce the code. NFC
by Simon Atanasyan
· 8 years ago
0eba9bc
[llvm-readobj] Print static MIPS GOT
by Simon Atanasyan
· 8 years ago
2a502f2
[llvm-readobj] Delete unused method argument. NFC
by Simon Atanasyan
· 8 years ago
72e0a27
[X86][SSE] Cleanup float/int conversion scheduler itinerary classes
by Simon Pilgrim
· 8 years ago
212549c
[X86] Fix copy paste mistake in test case for r319612.
by Craig Topper
· 8 years ago
6d12eb2
[X86] Teach the assembler to support %db8-%db15 as aliases for %dr8-%dr15.
by Craig Topper
· 8 years ago
9f0c43a
[X86] Support %dr8-%dr15 in the assembler.
by Craig Topper
· 8 years ago
abd7f8c
CMAKE: help CheckAtomic find check_library_exists
by Martell Malone
· 8 years ago
4ab4262
[ARC] Add instruction subset for the ARC backend.
by Tatyana Krasnukha
· 8 years ago
deae672
[DAG][AArch64] Disable post-legalization store
by Nirav Dave
· 8 years ago
527f9bd
[WebAssembly] Revert r319488 "Add visibility flag to Wasm symbol flags"
by Heejin Ahn
· 8 years ago
79f1f00
Revert "[X86] Improvement in CodeGen instruction selection for LEAs."
by Matt Morehouse
· 8 years ago
1fe1bd1
[libFuzzer] add a flag -malloc_limit_mb
by Kostya Serebryany
· 8 years ago
55c1b41
[MachineOutliner] NFC: Throw out self-intersections on candidates early
by Jessica Paquette
· 8 years ago
ea21b4d
[DAG][ARM] Revert "Reenable post-legalize store merge"
by Nirav Dave
· 8 years ago
977b537
[MC] Handle unknown literal register numbers in .cfi_* directives
by Jake Ehrlich
· 8 years ago
0fed3ad
[IndVars] Fix a bug introduced in r317012
by Philip Reames
· 8 years ago
8ad3e86
[cmake] Revert (rL319574): Resubmit Remove redundant call to cmake when building host tools.
by Don Hinton
· 8 years ago
c4f204d
[opt-remarks] If hotness threshold is set, ignore remarks without hotness
by Adam Nemet
· 8 years ago
4b50cdf
[cmake] Resubmit Remove redundant call to cmake when building host tools.
by Don Hinton
· 8 years ago
52eba82
[DAGCombine] Simplify ISD::AND handling in ReduceLoadWidth
by Eli Friedman
· 8 years ago
bfae881
[X86][AVX512] Tag subvector extract/insert instructions scheduler classes
by Simon Pilgrim
· 8 years ago
79df7df
[IR] Avoid dangling else warning. NFC.
by Benjamin Kramer
· 8 years ago
5608259
IR printing improvement for loop passes - handle -print-module-scope
by Fedor Sergeev
· 8 years ago
89e6e15
[DebugInfo] Bail out if making no progress dumping line tables.
by Paul Robinson
· 8 years ago
53cc245
Revert "[opt-remarks] If hotness threshold is set, ignore remarks without hotness"
by Adam Nemet
· 8 years ago
7d160f7
IR printing improvement for function passes - introducing -print-module-scope
by Fedor Sergeev
· 8 years ago
31eff6b
Fix line endings. NFCI.
by Simon Pilgrim
· 8 years ago
53305ce
[X86][AVX512] Tag VPERM2I/VPERM2T instructions scheduler class
by Simon Pilgrim
· 8 years ago
7cb910a
[opt-remarks] If hotness threshold is set, ignore remarks without hotness
by Adam Nemet
· 8 years ago
54b4cc4
[X86][AVX512] Tag VFPCLASS instructions scheduler class
by Simon Pilgrim
· 8 years ago
7feb598
[X86][AVX512] Tag VPSHUFBITQMB instructions scheduler class
by Simon Pilgrim
· 8 years ago
0577bf3
[X86][AVX512] Tag VPCOMRESS/VPEXPAND instructions scheduler classes
by Simon Pilgrim
· 8 years ago
faed772
Revert r319531 "[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in integer binary ops."
by Hans Wennborg
· 8 years ago
4d8809f
[ARM] and + load combine tests
by Sam Parker
· 8 years ago
5e0d780
[ARM][DAG] Reenable post-legalize store merge
by Nirav Dave
· 8 years ago
41631b9
Add more triples to llc_test_checks.py
by Sam Parker
· 8 years ago
f5040aa
[X86] Improvement in CodeGen instruction selection for LEAs.
by Jatin Bhateja
· 8 years ago
05349f0
[ARM] and + load combine tests
by Sam Parker
· 8 years ago
3c97b65
[X86][AVX512] Tag vshift/vpermv/pshufd/pshufb instructions scheduler classes
by Simon Pilgrim
· 8 years ago
4ece910
Revert r319537: Bail out of a SimplifyCFG switch table opt at undef values.
by Mikael Holmen
· 8 years ago
03c5509
[InstSimplify] More fcmp cases when comparing against negative constants.
by Florian Hahn
· 8 years ago
8c4503a
Bail out of a SimplifyCFG switch table opt at undef values.
by Mikael Holmen
· 8 years ago
a2040d5
Follow-up to r319434 to turn the pass on by default
by Nemanja Ivanovic
· 8 years ago
b0efc4f
[AMDGPU] SiFixSGPRCopies should not modify non-divergent PHI
by Alexander Timofeev
· 8 years ago
2f1bcfe
[cmake] Enable zlib support on windows
by Pavel Labath
· 8 years ago
8caaece
[SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in integer binary ops.
by Dinar Temirbulatov
· 8 years ago
15994ef
[lit] Don't enable LSan on Darwin for Apple clang 9.0.0
by Jonas Devlieghere
· 8 years ago
Next »