Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
b39f4115762ec74e54b0cc6acfa5730f2055fccf
b39f411
[WebAssebmly] Report undefined symbols correctly in objdump
by Sam Clegg
· 8 years ago
e18a2b4
[CodeGen] Print predecessors as MIR comments in -debug output
by Francis Visoiu Mistrih
· 8 years ago
6ccb37f
llvm-objdump when printing the Objective-C meta data also prints the Swift ABI
by Kevin Enderby
· 8 years ago
a8be8c6
[AArch64] Adjust the cost model for Exynos M3
by Evandro Menezes
· 8 years ago
afa0bdd
[Utils] Salvage debug info from dead 'or' instructions
by Vedant Kumar
· 8 years ago
5d35c6f
[Hexagon] Add code to select QTRUE and QFALSE
by Krzysztof Parzyszek
· 8 years ago
0fe6d19
Declare PostDominatorTree as a class
by Matt Arsenault
· 8 years ago
396b531
[tablegen] Fixed few !foreach evaluation issues.
by Artem Belevich
· 8 years ago
6c589fe
[ThinLTO] Teach ThinLTO about auto hide symbols
by Steven Wu
· 8 years ago
d26fcac
[x86] remove duplicate undef tests; NFC
by Sanjay Patel
· 8 years ago
8b71a9f
[InstCombine] Add vector xor tests
by Simon Pilgrim
· 8 years ago
77c3498
AMDGPU: Remove tied operand from si_else
by Matt Arsenault
· 8 years ago
22b1785
Emit smaller exception tables for non-SJLJ mode.
by Rafael Espindola
· 8 years ago
d64f170
Use assembler expressions to lay out the EH LSDA.
by Rafael Espindola
· 8 years ago
6f2da0b
Reapply "AMDGPU: Add 32-bit constant address space"
by Matt Arsenault
· 8 years ago
33901e3
AMDGPU: Fix layering issue
by Matt Arsenault
· 8 years ago
7bac598
[AArch64] Refactor stand alone methods (NFC)
by Evandro Menezes
· 8 years ago
b239793
Pre-emptively fix test case for windows path separators
by David Blaikie
· 8 years ago
9c095c4
Remove some unnecessary REQUIRES: shell from a couple of llvm-symbolizer tests
by David Blaikie
· 8 years ago
828c10a
[Hexagon] Express calling conventions via .td file instead of hand-coding
by Krzysztof Parzyszek
· 8 years ago
3d785e7
[DebugInfo] Don't insert DEBUG_VALUE after terminators
by Stefan Maksimovic
· 8 years ago
1e20442
[SelectionDAG] Provide adequate register class for RegisterSDNode
by Stefan Maksimovic
· 8 years ago
32bbb27
[ELF] Print the .type assembly directive correctly for STT_NOTYPE
by Oliver Stannard
· 8 years ago
2e6bdcc
[mips] UnXFAIL gprestore.ll test.
by Simon Dardis
· 8 years ago
be64cee
[InstCombine] Add constant vector support for X udiv C, where C >= signbit
by Simon Pilgrim
· 8 years ago
f197336
[TargetSchedule] Fix r324582.
by Clement Courbet
· 8 years ago
cfb2d8c
[CodeGen] Optimize AccelTable
by Pavel Labath
· 8 years ago
562d4e5
[AArch64] Return true in enableMultipleCopyHints().
by Jonas Paulsson
· 8 years ago
5e12a21
Rename and move utility function getLatchPredicateForGuard. NFC.
by Serguei Katkov
· 8 years ago
099ec62
[bugpoint] Report non-existent opt binary
by Vedant Kumar
· 8 years ago
2f8f367
[AMDGPU] More descriptive names in the memory legalizer
by Stanislav Mekhanoshin
· 8 years ago
3940160
LTO: Include live bit in ThinLTO cache key.
by Peter Collingbourne
· 8 years ago
c37c34b
[X86] Simplify some code in lowerV4X128VectorShuffle and lowerV2X128VectorShuffle
by Craig Topper
· 8 years ago
5856e09
[X86] Teach shuffle lowering to recognize 128/256 bit insertions into a zero vector.
by Craig Topper
· 8 years ago
53aca48
[X86] Add 512-bit shuffle test cases for concatenating 128/256-bits with zeros in the upper portion.
by Craig Topper
· 8 years ago
db43c8f
[lit] Pass CLANG env var to testing configuration
by Victor Leschuk
· 8 years ago
00088b8
[bugpoint] Simplify reducers which can fail verification, NFC
by Vedant Kumar
· 8 years ago
a1b53a0
[bugpoint] Delete a dead cl::opt (-child-output)
by Vedant Kumar
· 8 years ago
33a891e
[bugpoint] Avoid noisy errors by passing a valid opt to tests
by Vedant Kumar
· 8 years ago
683b0c5
DebugInfo/llvm-symbolizer: Test symbolizing Split DWARF without addresses in the skeleton CU
by David Blaikie
· 8 years ago
8c824db
[ORC] Remove Layer handles from the layer concept.
by Lang Hames
· 8 years ago
89f4248
Make test changes added in r324584 more robust by using a regex instead of hard coded MCInst numbers.
by Douglas Yung
· 8 years ago
5aa15f4
[GISel]: Verify COPIES involving generic registers.
by Aditya Nandakumar
· 8 years ago
d7d9e37
[CodeGen] Unify the syntax of MBB liveins in MIR and -debug output
by Francis Visoiu Mistrih
· 8 years ago
6d64e7c
[x86] Add test cases to demonstrate some dumb mask->gpr->mask transition sequences.
by Craig Topper
· 8 years ago
e046923
[hwasan] Fix kernel instrumentation of stack.
by Evgeniy Stepanov
· 8 years ago
2abdc45
[CodeGen] Don't compute BranchProbability for MBB::print
by Francis Visoiu Mistrih
· 8 years ago
e4de84b
[CodeGen] Only print successors when the list is not empty
by Francis Visoiu Mistrih
· 8 years ago
f66532b
[CodeGen] Unify the syntax of MBB successors in MIR and -debug output
by Francis Visoiu Mistrih
· 8 years ago
331b6f3
[CodeGen] Move printing '\n' from MachineInstr::print to MachineBasicBlock::print
by Francis Visoiu Mistrih
· 8 years ago
5c4660b
[Lanai] Code model dictates section selection.
by Jacques Pienaar
· 8 years ago
cde943d
[x86] consolidate and add tests for undef binop folds; NFC
by Sanjay Patel
· 8 years ago
980f103
Use a stable topological sort in DwarfCompileUnit::createScopeChildrenDIE()
by Adrian Prantl
· 8 years ago
7fa9b1f
Minor tweak to test case.
by Dmitry Mikulin
· 8 years ago
f0574ca
[DWARFv5] Fix dumper to show the file table starts at index 0.
by Paul Robinson
· 8 years ago
c9ae4f9
AMDGPU: Process SDWA block at a time
by Matt Arsenault
· 8 years ago
7913bcd
AMDGPU: Minor cleanups
by Matt Arsenault
· 8 years ago
cbd9100
[GlobalISel][X86] Fixing failures after https://reviews.llvm.org/D37775
by Alexander Ivchenko
· 8 years ago
6a919aa
[GlobalIsel][X86] Making {G_IMPLICIT_DEF, s128} legal
by Alexander Ivchenko
· 8 years ago
1a2742d
[X86] Improve combineCastedMaskArithmetic to fold (bitcast (vXi1 (and/or/xor X, C)))->(vXi1 (and/or/xor (bitcast X), (bitcast C)) where C is a constant build_vector.
by Craig Topper
· 8 years ago
e4e4fc4
[X86] Add DAG combine to constant fold a bitcast of a vXi1 constant build_vector into a scalar integer.
by Craig Topper
· 8 years ago
f7664e8
CMake: Explicitly #undef LLVM_REVISION rather than using a blank file
by Justin Bogner
· 8 years ago
1d564e0
[ThinLTO] Skip BlockAddresses while replacing uses in function import.
by Dmitry Mikulin
· 8 years ago
e5fa4fc
Parameterize a test.
by Paul Robinson
· 8 years ago
0745d95
[DSan] Update uses of memory intrinsic get/setAlignment to new API (NFC)
by Daniel Neilson
· 8 years ago
66bf8e6
[ASan] Update uses of IRBuilder::CreateMemCpy to new API (NFC)
by Daniel Neilson
· 8 years ago
5309a7b
Revert "WIP: [DAGCombiner] Assert that debug info is preserved"
by Vedant Kumar
· 8 years ago
0f1e6f8
[bugpoint] Simplify the global initializer reducer, NFC
by Vedant Kumar
· 8 years ago
deeff3d
WIP: [DAGCombiner] Assert that debug info is preserved
by Vedant Kumar
· 8 years ago
2206986
[X86] Remove kortest intrinsics and replace with native IR.
by Craig Topper
· 8 years ago
43849be
[X86] Support 'V' register operand modifier
by David Woodhouse
· 8 years ago
fa797f4
Fix missing field initializer warning in TableGen SubtargetEmitter
by David Blaikie
· 8 years ago
3c8d6c5
[MSan] Update uses of IRBuilder::CreateMemCpy to new API (NFC)
by Daniel Neilson
· 8 years ago
16273d2
Regenerate test
by Simon Pilgrim
· 8 years ago
3a4a268
[X86] Add common CHECK prefix to shift combine tests
by Simon Pilgrim
· 8 years ago
7fa8106
[X86] Add shift undef, %X tests
by Simon Pilgrim
· 8 years ago
7adf52c
[InstCombine] visitSRem - use m_Negative(APInt) helper. NFCI.
by Simon Pilgrim
· 8 years ago
a5944e5
[InstCombine] Add vector udiv tests
by Simon Pilgrim
· 8 years ago
d366385
[SelectionDAG] Add a helper function for creating a boolean constant based on the target's boolean content
by Craig Topper
· 8 years ago
2675789
Simplify function prototypes in bugpoint, NFC
by Vedant Kumar
· 8 years ago
cc227f8
Change "UNSUPPORTED: windows" to be "UNSUPPORTED: system-windows" so that test is actually skipped on Windows.
by Douglas Yung
· 8 years ago
28a96ee
[InstCombine] Add m_Negative pattern matching
by Simon Pilgrim
· 8 years ago
90222ff
[X86] Add a few new test cases for shrunkblend combine
by Craig Topper
· 8 years ago
934bc50
[InstCombine] Add vector urem tests.
by Simon Pilgrim
· 8 years ago
74894cd
Use ranged for loops in TypeFinder.cpp, NFC
by Vedant Kumar
· 8 years ago
0ec6e0c
[InstCombine] Regenerate vector mul tests.
by Simon Pilgrim
· 8 years ago
b9a5c1a
[LoopIdiom] Be more aggressive when setting alignment in memcpy
by Daniel Neilson
· 8 years ago
3d5f329
Fix signed/unsigned compare warning I introduced
by Erich Keane
· 8 years ago
da8116f
[ARM] Add 'fillValidCPUArchList' to ARM targets
by Erich Keane
· 8 years ago
0648dd9
[dsymutil] Use llvm::sys::path to join bundle path.
by Jonas Devlieghere
· 8 years ago
f1567ab
[dwarfdump] Normalize input path.
by Jonas Devlieghere
· 8 years ago
a43548c
[AMDGPU] Updae documentation about address space
by Yaxun Liu
· 8 years ago
86517c4
[SLPVectorizer] auto-generate complete checks; NFC
by Sanjay Patel
· 8 years ago
6412c37
[SLPVectorizer] auto-generate complete checks; NFC
by Sanjay Patel
· 8 years ago
306ada1
[SLPVectorizer] move RUN line to top-of-file; NFC
by Sanjay Patel
· 8 years ago
0a5886c
[InstCombine] Fix issue with X udiv (POW2_C1 << N) for non-splat constant vectors
by Simon Pilgrim
· 8 years ago
24f7956
[SLPVectorizer] auto-generate complete checks; NFC
by Sanjay Patel
· 8 years ago
a69986c
[LoopVectorize] auto-generate complete checks; NFC
by Sanjay Patel
· 8 years ago
ce8aaf3
[ValueTracking] don't crash when assumptions conflict (PR36270)
by Sanjay Patel
· 8 years ago
a53fc2e
[InstCombine] Fix issue with X udiv 2^C -> X >> C for non-splat constant vectors
by Simon Pilgrim
· 8 years ago
Next »