Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
2f0c787077621b1e2246596a15c045778239fc29
2f0c787
SmallPtrSetTest: Check that iterators are still valid after erase()
by Matthias Braun
· 10 years ago
208a5cc2
Revert "Reapply commit r258404 with fix"
by David Majnemer
· 10 years ago
70c5668
Fix some -Wstring-conversion warnings
by David Blaikie
· 10 years ago
e0561f3
[GVN] Add clarifying assert [NFCI]
by Philip Reames
· 10 years ago
7d3e903
Minor code cleanup. NFC.
by Junmo Park
· 10 years ago
3ea0d92
[AArch64] Fix i64 nontemporal high-half extraction.
by Ahmed Bougacha
· 10 years ago
79cc2ba
[RS4GC] Minor cleanups enabled by the previous change; NFC
by Sanjoy Das
· 10 years ago
e601fa2
[RS4GC] Delete code that is dead due to r259129; NFC
by Sanjoy Das
· 10 years ago
1689efb
Reland "[CodeView] Use assembler directives for line tables"
by Reid Kleckner
· 10 years ago
403c3ea
[RS4GC] Clamp UseDeoptBundles to true and update tests
by Sanjoy Das
· 10 years ago
ae8e139
Revert "[CodeView] Use assembler directives for line tables"
by Reid Kleckner
· 10 years ago
99d459d
[RS4GC] Port three tests to the deopt bundles directory
by Sanjoy Das
· 10 years ago
cb176fd
Add missing raw_ostream include
by Reid Kleckner
· 10 years ago
778020b
Silence gcc warning about ternary and enumerations
by Reid Kleckner
· 10 years ago
8542646
[PlaceSafepoints] Use DEBUG() instead of TraceLSP
by Sanjoy Das
· 10 years ago
4cee584
Lower inlining threshold when the caller has minsize attribute.
by Easwaran Raman
· 10 years ago
200dc33
[CodeView] Use assembler directives for line tables
by Reid Kleckner
· 10 years ago
eac4c34
Remove unused MC includes from LTOModule.h
by Reid Kleckner
· 10 years ago
5d26083
[PlaceSafepoints] Misc. minor cleanups; NFC
by Sanjoy Das
· 10 years ago
2f9d3a3
[PlaceSafepoints] Remvoe unused headers, and sort #includes; NFC
by Sanjoy Das
· 10 years ago
a14111b
[PlaceSafepoints] Eliminate dead code; NFC
by Sanjoy Das
· 10 years ago
158cd22
Don't mention a command line option in an error.
by Rafael Espindola
· 10 years ago
88ffce3
[RuntimeDyld][MachO] Fix handling of empty eh-frame sections.
by Lang Hames
· 10 years ago
681c4b8
[X86][AVX] Added more thorough 256-bit vector consecutive load tests.
by Simon Pilgrim
· 10 years ago
aca48e8
[RS4GC] Change opt %s to opt < %s; NFC
by Sanjoy Das
· 10 years ago
8c0cdd1
[PlaceSafepoints] Clamp NoStatepoints to true
by Sanjoy Das
· 10 years ago
5089570
Bring back the test-suite export in test-release without bringing back the build failures.
by Daniel Sanders
· 10 years ago
e26a9f0
AMDGPU: Match fmed3 patterns with legacy fmin/fmax
by Matt Arsenault
· 10 years ago
6a2bf37
AMDGPU: Match some med3 patterns
by Matt Arsenault
· 10 years ago
ed6685c
AMDGPU: Set DX10Clamp bit
by Matt Arsenault
· 10 years ago
4f18fcd
Fixed compilation issue.
by Elena Demikhovsky
· 10 years ago
13e0594
add masked intrinsic tests to show missed opportunities
by Sanjay Patel
· 10 years ago
b333a46
[SplitModule] In split module utility we should never separate alias with its aliasee.
by Sergei Larin
· 10 years ago
2404e4b
Address buildbot fallout from r259065
by David Majnemer
· 10 years ago
98232aa
[X86] Don't transform X << 1 to X + X during type legalization
by David Majnemer
· 10 years ago
6140039
[PlaceSafepoints] Clean up tests; NFC
by Sanjoy Das
· 10 years ago
0eeb0b2
Make header self-contained.
by Benjamin Kramer
· 10 years ago
641de45
AMDGPU: waitcnt operand fixes
by Tom Stellard
· 10 years ago
3da03f4
[X86] Test commit, fixed typos in comments. NFC.
by Mitch Bodart
· 10 years ago
7b763c6
[PlaceSafepoints] Minor test cleanup; NFC
by Sanjoy Das
· 10 years ago
814bd29
AMDGPU: Move subtarget specific code out of AMDGPUInstrInfo.cpp
by Tom Stellard
· 10 years ago
191fe55
[LICM] Keep metadata on control equivalent hoists
by Sanjoy Das
· 10 years ago
b328af8
[AArch64] Set MMOs on pre- and post-index instructions.
by Chad Rosier
· 10 years ago
21ba6d8
[x86] Merge multiple calls to DAG.getTargetLoweringInfo(). NFC.
by Simon Pilgrim
· 10 years ago
7cfde51
Improve efficiency of handling unmapped subprogram metadata
by Teresa Johnson
· 10 years ago
b95072e
Revert r259035, it introduces a cyclic library dependency
by Oliver Stannard
· 10 years ago
39f8bee
AVX512: Fix truncate v32i8 to v32i1 lowering implementation.
by Igor Breger
· 10 years ago
1ce3df4
Unbreak the wasm backend again after r259035.
by Benjamin Kramer
· 10 years ago
b735cc6
[mips][microMIPS] Disable FastISel for microMIPS
by Zoran Jovanovic
· 10 years ago
ef19a27
Add backend dignostic printer for unsupported features
by Oliver Stannard
· 10 years ago
e9abc8c
[X86][SSE] Move setTargetShuffleZeroElements closer to getTargetShuffleMask. NFCI.
by Simon Pilgrim
· 10 years ago
d92d3ed
Minor code cleanups. NFC.
by Junmo Park
· 10 years ago
665e71a
[X86][AVX512] small fix in ptestm intrinsics
by Asaf Badouh
· 10 years ago
f2fb000
ValueTracking: Use fixed array for assumption exclude set in Query.
by Matthias Braun
· 10 years ago
91de9d1
[DAGCombiner] Don't add volatile or indexed stores to ChainedStores
by Junmo Park
· 10 years ago
7f3c3c3
SmallPtrSet: Add missing include
by Matthias Braun
· 10 years ago
d1b64bf
WebAssembly: fix build
by JF Bastien
· 10 years ago
a1e9f2f4
SmallPtrSet: Make destructor available for inlining
by Matthias Braun
· 10 years ago
1732754
SmallPtrSet: Share some code between copy/move constructor/assignment operator
by Matthias Braun
· 10 years ago
ae4e8d2
SmallPtrSet: Remove trailing whitespace, fix indentation
by Matthias Braun
· 10 years ago
c1aeea8
Revert r258951 (and r258950), "Refactor backend diagnostics for unsupported features"
by NAKAMURA Takumi
· 10 years ago
99c12c2
[WebAssembly] Don't stackify a register def past a get_local use in the same tree.
by Dan Gohman
· 10 years ago
7c63a3a
Minor code formatting cleanup. NFC.
by Junmo Park
· 10 years ago
dbc2732
[WebAssembly] Enhanced register stackification
by Dan Gohman
· 10 years ago
134d294
Minor style cleanup of CFLAA. NFC.
by George Burgess IV
· 10 years ago
3b4e43d
less indenting; NFCI
by Sanjay Patel
· 10 years ago
35ef8f1
[TTI] Add getPrefetchDistance from PPCLoopDataPrefetch, NFC
by Adam Nemet
· 10 years ago
ca14b57
Tweak unnamed label syntax in textual IR for easier matching in tests.
by Evgeniy Stepanov
· 10 years ago
ffa1468
[WebAssembly] Implement byval arguments
by Derek Schuff
· 10 years ago
10fe174
[utils] Add windows support to update_llc_test_checks.py
by Simon Pilgrim
· 10 years ago
1db4cdc
[llvm-nm] Remove redundant check for file validity.
by Davide Italiano
· 10 years ago
8362c24
ARMv7k: base ABI decision on v7k Arch rather than watchos OS.
by Tim Northover
· 10 years ago
b8c1bbf
One more batch of self-containing headers.
by Benjamin Kramer
· 10 years ago
8cbe47d
Don't put classes in headers into anonymous namespaces.
by Benjamin Kramer
· 10 years ago
50c72a4
[SimplifyCFG] limit recursion depth when speculating instructions (PR26308)
by Sanjay Patel
· 10 years ago
5ee1f22
Add support for objc_unsafeClaimAutoreleasedReturnValue to the
by John McCall
· 10 years ago
5e3603a
Unbreak wasm build after r258951.
by Benjamin Kramer
· 10 years ago
0634201
Make more headers self-contained.
by Benjamin Kramer
· 10 years ago
bf8415a
Refactor backend diagnostics for unsupported features
by Oliver Stannard
· 10 years ago
377bac2
[IndVars] Hoist DataLayout load out of loop; NFC
by Sanjoy Das
· 10 years ago
153af47
[IndVars] Use isSCEVable; NFC
by Sanjoy Das
· 10 years ago
a33e8b3
[IndVars] Use range-for; NFC
by Sanjoy Das
· 10 years ago
b714d34
Move SafeStack to CodeGen.
by Benjamin Kramer
· 10 years ago
705e627
[X86][SSE] Test insertps instrinsic calls with masks that can't combine to something simpler
by Simon Pilgrim
· 10 years ago
d254be2
Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to CodeGen/
by Benjamin Kramer
· 10 years ago
f80dcd6
Move passes that live in lib/CodeGen out of Scalar.h
by Benjamin Kramer
· 10 years ago
509a6e3
Make some headers self-contained, remove unused includes that violate layering.
by Benjamin Kramer
· 10 years ago
5d1474c
AMDGPU/SI: Fix commuting of 32-bit VOPC instructions
by Tom Stellard
· 10 years ago
953dd91
[DebugInfo] Support zero-length CIE in the _eh_frame parser
by Igor Laevsky
· 10 years ago
e470293
Reapply commit r258404 with fix
by Matthew Simpson
· 10 years ago
520b685
Remove superfluous call to std::to_string that's breaking the cygwin build.
by Benjamin Kramer
· 10 years ago
25ed974
Revert "Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed."
by Benjamin Kramer
· 10 years ago
6e2d811
Add missing build attribute regression tests for Cortex-A8
by Sjoerd Meijer
· 10 years ago
73be6ab
AMDGPU/SI: Stoney has only 16 LDS banks
by Marek Olsak
· 10 years ago
030c9dc
Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.
by Benjamin Kramer
· 10 years ago
635f340
AVX512: Fix vpmovzxbw predicate for AVX1/2 instructions.
by Igor Breger
· 10 years ago
1787055
AVX512: Add store mask patterns.
by Igor Breger
· 10 years ago
062e753
[IndVarSimplify] Rewrite loop exit values with their initial values from loop preheader
by Chen Li
· 10 years ago
2e1b6ea
[SLPVectorizer] Swap the checking order of isCommutative and isConsecutiveAccess
by Haicheng Wu
· 10 years ago
903845e
SmallPtrSet: Inline the part of insert_imp in the small case
by Matthias Braun
· 10 years ago
Next »