Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
ac7c13eebd3987b42f24587bd02a4ec5f8204bb4
ac7c13e
[DAG] Move extload check in store merge. NFC.
by Nirav Dave
· 8 years ago
f6fecfa
[X86] Fix a crash in FEntryInserter Pass.
by Manoj Gupta
· 8 years ago
2a519cb
[AVX-512] Don't use unmasked VMOVDQU8/16 for 8-bit or 16-bit element stores even when BWI instructions are supported. Always use VMOVDQA32/VMOVDQU32.
by Craig Topper
· 8 years ago
e105901
[X86][SSSE3] Fix typos in pabsw/pmulhrsw tests for load folding scheduling.
by Simon Pilgrim
· 8 years ago
bf59b4f
[X86] Added missing cpu to fix generic scheduling model tests
by Simon Pilgrim
· 8 years ago
e2cbc76
[InstCombine] Remove explicit check for impossible condition. Replace with assert
by Craig Topper
· 8 years ago
b97dd2d
[globalisel][tablegen] Removed unnecessary typedef pointed out in post-commit review for r308599. NFC
by Daniel Sanders
· 8 years ago
dbe5253
DebugInfo: Update flag description that'd been copypasted from another
by David Blaikie
· 8 years ago
05485d7
[PostDom] document the current handling of infinite loops and unreachables
by Tobias Grosser
· 8 years ago
645faa5
[DebugInfo] Use shrink_to_fit to simplify code. NFCI.
by Benjamin Kramer
· 8 years ago
bb29818
[DAG] Extend visitSCALAR_TO_VECTOR optimization to truncated vector.
by Nirav Dave
· 8 years ago
16b949e
[Mips] Fix for BBIT octeon instruction
by Strahinja Petrovic
· 8 years ago
c6a42e9
[Hexagon] Convert HVX vector constants of i1 to i8
by Krzysztof Parzyszek
· 8 years ago
1b7afc8
[X86] Regenerate big structure return test and check on x86_64 as well.
by Simon Pilgrim
· 8 years ago
c0ce68e
AMDGPU/GlobalISel: Add support for amdgpu_vs calling convention
by Tom Stellard
· 8 years ago
ca05253
[PostDom] Fix typo in comment [NFC]
by Tobias Grosser
· 8 years ago
78f6716
[NFC] Remove obsolete profiling data from eq_ne test
by Max Kazantsev
· 8 years ago
052dd78
Support itineraries in TargetSubtargetInfo::getSchedInfoStr - Now if the given instr does not have sched model then we try to calculate the latecy/throughput with help of itineraries.
by Andrew V. Tischenko
· 8 years ago
5c0c30b
[IRCE][NFC] Add another assert that AddRecExpr's step is not zero
by Max Kazantsev
· 8 years ago
07e7c75
[PM] Add a comment clarifying what a particular predicate is doing.
by Chandler Carruth
· 8 years ago
c9e80fe
[IRCE][NFC] Add assert that AddRecExpr's step is not zero
by Max Kazantsev
· 8 years ago
b475994
Revert "[llvm][llvm-objcopy] Added support for outputting to binary in llvm-objcopy"
by Petr Hosek
· 8 years ago
7b3e6a1
Revert r309415: "[LVI] Constant-propagate a zero extension of the switch condition value through case edges"
by Daniel Jasper
· 8 years ago
f06a792
[llvm][llvm-objcopy] Added support for outputting to binary in llvm-objcopy
by Petr Hosek
· 8 years ago
7fcef2b
[MetaRenamer] Leave `@main` alone.
by Davide Italiano
· 8 years ago
0104e2f
[MathExtras] Remove unnecessary cast of a constant 1 in a subtract.
by Craig Topper
· 8 years ago
eeca49d
[StackColoring] Update AliasAnalysis information in stack coloring pass
by Hiroshi Inoue
· 8 years ago
c19eec3
[libFuzzer] implement more correct way of computing feature index for Inline8bitCounters
by Kostya Serebryany
· 8 years ago
c6d173b
[libFuzzer] enable -fsanitize-coverage=pc-table for all tests
by Kostya Serebryany
· 8 years ago
0f89608
Default MemoryLocation passed to getModRefInfo should be None (D35441)
by Alina Sbirlea
· 8 years ago
2d5d2fa
[sanitizer-coverage] relax an assertion
by Kostya Serebryany
· 8 years ago
e5551a7
Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started"
by Petr Hosek
· 8 years ago
6872020
[ScheduleDAG] Don't schedule node with physical register interference
by Eli Friedman
· 8 years ago
211f7ee
Allow None as a MemoryLocation to getModRefInfo
by Alina Sbirlea
· 8 years ago
c28b6e3
[AVX-512] Add unmasked subvector inserts and extract to the execution domain tables.
by Craig Topper
· 8 years ago
1274b1c
DebugInfo: Put range base specifier entry functionality behind a flag
by David Blaikie
· 8 years ago
5f3a835
[AVX512] Add a common prefix to avx512-insert-extract.ll so we can reduce the number of check lines on some test cases.
by Craig Topper
· 8 years ago
cc0c88c
[codeview] Ignore DBG_VALUEs when choosing a BB start source loc
by Reid Kleckner
· 8 years ago
a1da952
[InstCombine] allow mask hoisting transform for vector types
by Sanjay Patel
· 8 years ago
71201a4
[AVX-512] Use AVX512 as test check prefix instead of AVX3. NFC
by Craig Topper
· 8 years ago
f09213a
Debug Info: Also check the DWARF output in assembler-only test cases
by Adrian Prantl
· 8 years ago
1673e59
Update phi nodes in LowerTypeTests control flow simplification
by Peter Collingbourne
· 8 years ago
f15adeb
[libFuzzer] implement __sanitizer_cov_pcs_init and add pc-table to build flags for one test (for now)
by Kostya Serebryany
· 8 years ago
de4ee6c
[X86][MMX] Added custom lowering action for MMX SELECT (PR30418)
by Konstantin Belochapka
· 8 years ago
9824c39
[InstCombine] add tests for mask hoisting; NFC
by Sanjay Patel
· 8 years ago
95f83b3
[sanitizer-coverage] don't instrument available_externally functions
by Kostya Serebryany
· 8 years ago
7569609
[sanitizer-coverage] ensure minimal alignment for coverage counters and guards
by Kostya Serebryany
· 8 years ago
548addb
[lld/pdb] Add an empty globals stream.
by Zachary Turner
· 8 years ago
4181790
[SLPVectorizer] Unbreak the build with -Werror.
by Davide Italiano
· 8 years ago
30f1058
[X86][InstCombine] Add some simplifications for BZHI intrinsics
by Craig Topper
· 8 years ago
db86040
[X86][InstCombine] Add basic simplification support for BEXTR/BEXTRI intrinsics.
by Craig Topper
· 8 years ago
c39935f
[lit] Avoid copying llvm/utils/lit/tests/Inputs with lit site configs
by Reid Kleckner
· 8 years ago
f514aa4
[llc][NFC] Update message in assert.
by Quentin Colombet
· 8 years ago
6131fb5
[TargetPassConfig] Feature generic options to setup start/stop-after/before
by Quentin Colombet
· 8 years ago
8209d78
[CGP] use subtract or subtract-of-cmps for result of memcmp expansion
by Sanjay Patel
· 8 years ago
d40539f8e
[DWARF] Added verification check for tags in accelerator tables. This patch verifies that the atom tag is actually the same with the tag of the DIE that we retrieve from the table.
by Spyridoula Gravani
· 8 years ago
b84d220
[IPSCCP] Guard a user of getInitializer with hasDefinitiveInitializer
by David Majnemer
· 8 years ago
af156f2
[AVX-512] Remove patterns that select vmovdqu8/16 for unmasked loads. Prefer vmovdqa64/vmovdqu64 instead.
by Craig Topper
· 8 years ago
865526d
Strip trailing whitespace. NFCI.
by Simon Pilgrim
· 8 years ago
2018eac
Fix typo in comment.
by Simon Pilgrim
· 8 years ago
d98de6b
[GISel]: Support Widening G_ICMP's destination operand.
by Aditya Nandakumar
· 8 years ago
d3bef06
Do not recombine FMA when that is not needed.
by Amaury Sechet
· 8 years ago
31ec25c
Exclude more unused functions from release build.
by Florian Hahn
· 8 years ago
45a44be
Extend ifndef to printDebugLoc.
by Florian Hahn
· 8 years ago
a08eb0f
Extend ifdefs to more unused helper functions.
by Florian Hahn
· 8 years ago
b673bd1
[DebugInfo] Don't overwrite DWARFUnit fields if the CU DIE doesn't have them.
by Benjamin Kramer
· 8 years ago
842110c
[docker] Fix unmatched quote problem in here-document on older versions of bash
by Don Hinton
· 8 years ago
837b97f
[SLP] Initial rework for min/max horizontal reduction vectorization, NFC.
by Alexey Bataev
· 8 years ago
0bc57f2
[X86] Extending a test cases for LEA factorization.
by Simon Pilgrim
· 8 years ago
5a34abf
[Cost] Rename getReductionCost() to getArithmeticReductionCost(), NFC.
by Alexey Bataev
· 8 years ago
8154453
[SelectionDAG][mips] Fix PR33883
by Simon Dardis
· 8 years ago
343f60c
[LV] Avoid redundant operations manipulating masks
by Ayal Zaks
· 8 years ago
e863b15
[llvm-dlltool] Write correct weak externals
by Martin Storsjo
· 8 years ago
8b71279
Guard print() functions only used by dump() functions.
by Florian Hahn
· 8 years ago
2b45a08
[Modules] llvm-config: Exclude CMAKE_CFG_INTDIR. It isn't used in headers.
by NAKAMURA Takumi
· 8 years ago
a29bdba
[Support/GlobPattern] - Do not crash when pattern has characters with int value < 0.
by George Rimar
· 8 years ago
0d27c3e
[LoopInterchange] Do not interchange loops with function calls.
by Florian Hahn
· 8 years ago
e9ee336
[X86][AVX512] Add masked MOVS[S|D] patterns
by Guy Blank
· 8 years ago
4b51056
[SLP]: Add test to resurrect the jumbled load patch. This test has multiple uses
by Mohammad Shahid
· 8 years ago
236efb5
[PowerPC] Change method names; NFC
by Hiroshi Inoue
· 8 years ago
0b9e47c
[X86] Add pattern to use bzhi for 64-bit 'and' with a mask when there is a load involved.
by Craig Topper
· 8 years ago
8120e33
gold/CMakeLists.txt: Prune (-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64).
by NAKAMURA Takumi
· 8 years ago
e549811
Prune trailing linefeed at eof.
by NAKAMURA Takumi
· 8 years ago
e853a41
DebugInfo: Fix r309526, ensure resetting base address selection entries are used
by David Blaikie
· 8 years ago
d90d940
DebugInfo: Use base address selection entries in debug_ranges to reduce relocations
by David Blaikie
· 8 years ago
b8a5a1a
test: add an additional cfi_return_column test
by Saleem Abdulrasool
· 8 years ago
e3e23cd
test: make the test clearer (NFC)
by Saleem Abdulrasool
· 8 years ago
b7014e3
NFC: spell correction.
by Lama Saba
· 8 years ago
31ba5f1
Fix typo in comment
by Tobias Grosser
· 8 years ago
db7d4ca
llvm-symbolizer/print_context.c test: Make debug info path independent
by David Blaikie
· 8 years ago
91f2df2
llvm-symbolizer: Make test portable using an explicit object file rather than the host compiler
by David Blaikie
· 8 years ago
429be93
Make test robust to changes in prefix/avoid hardcoded line numbers
by David Blaikie
· 8 years ago
711b144
Revert "[AVR] Mark a failing symbolizer test as XFAIL"
by Dylan McKay
· 8 years ago
b83dd56
DebugInfo: Fix for CU index usage in 309507
by David Blaikie
· 8 years ago
588c5e4
[AVR] Mark a failing symbolizer test as XFAIL
by Dylan McKay
· 8 years ago
61a909a3
Expanding the test case for vf8 for stride 4 interleaved.
by Michael Zuckerman
· 8 years ago
c14c998
[x86][inline-asm][ms-compat] legalize the use of "jc/jz short <op>"
by Coby Tayree
· 8 years ago
ed297a6
DebugInfo: Use DWP cu_index to speed up symbolizing (as intended)
by David Blaikie
· 8 years ago
49fd7fe
DebugInfo: Group member variable along with the rest
by David Blaikie
· 8 years ago
4af9f9d
[X86] Add addsub intrinsics to the intrinsic lowering table so we have a single set of isel patterns.
by Craig Topper
· 8 years ago
Next »