Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
3b0f60ebdc8c9d66c8b6cb7f4c276af088d1fed7
3b0f60e
Update testcases that are XFAILed on Darwin for llvm-dwarfdump changes.
by Adrian Prantl
· 8 years ago
ff7fd0f
[llvm-cov] Try to fix a test on Windows
by Vedant Kumar
· 8 years ago
3776c52
llvm-dwarfdump: Make -brief the default and add a -verbose option instead.
by Adrian Prantl
· 8 years ago
8fd0504
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
8e66c2e
llvm-dwarfdump: Replace -debug-dump=sect option with individual options.
by Adrian Prantl
· 8 years ago
d3822e4
[llvm-cov] Allow hiding instantiation/region coverage from summary tables
by Eli Friedman
· 8 years ago
1a8b825
LowerTypeTests: Add import/export support for targets without absolute symbol constants.
by Peter Collingbourne
· 8 years ago
37911b9
WholeProgramDevirt: Add import/export support for targets without absolute symbol constants.
by Peter Collingbourne
· 8 years ago
d03e3c1
[llvm-cov] Don't attach exec counts to lines which start a skipped region
by Vedant Kumar
· 8 years ago
7d56a78
[InstSimplify] fix some test names; NFC
by Sanjay Patel
· 8 years ago
c18e8bc
[InstSimplify] add tests for possible sdiv/srem simplifications; NFC
by Sanjay Patel
· 8 years ago
e4e1eed
AMDGPU: Allow coldcc calls
by Matt Arsenault
· 8 years ago
1f93574
[mips][microMIPS] add lapc instruction
by Petar Jovanovic
· 8 years ago
b6b2574
Unmerge GEPs to reduce register pressure on IndirectBr edges.
by Hiroshi Yamauchi
· 8 years ago
46582be
[AMDGPU] Produce madak and madmk from the two-address pass
by Stanislav Mekhanoshin
· 8 years ago
ba57a48
[X86] Remove portions of r275950 that are no longer needed with i1 not being a legal type
by Craig Topper
· 8 years ago
6b4918d
[SelectionDAG] Remove a check for type being a vector type after calling getShiftAmountTy. NFCI
by Craig Topper
· 8 years ago
9fe7bd2
X86 Tests: More AVX512 conversions tests. NFC
by Zvi Rackover
· 8 years ago
022ffdf
[ScalarEvolution] Refactor forgetLoop() to improve performance
by Marcello Maggioni
· 8 years ago
9fb31c8
Fix typo
by Matt Arsenault
· 8 years ago
fa3963d
[X86][SSE] Add support for X86ISD::PACKSS to ComputeNumSignBitsForTargetNode
by Simon Pilgrim
· 8 years ago
2c5cb5f
[AMDGPU] exp should not be in WQM mode
by Tim Renouf
· 8 years ago
48c5bd3
[TableGen] Ensure that __lsan_is_turned_off isn't removed by DCE in llvm-tblgen
by Francis Ricci
· 8 years ago
92ba92d
[InstSimplify] reorder methods; NFC
by Sanjay Patel
· 8 years ago
2a06de4
[X86][SSE] Add further test cases showing failure to compute sign bits through PACKSS
by Simon Pilgrim
· 8 years ago
3961980
[X86][SKX][KNL] Updating several CodeGen tests to use the attr flag instead of mcpu flag
by Gadi Haber
· 8 years ago
8bb02cf
[ARM] Enable the use of SVC anywhere in an IT block
by Andre Vieira
· 8 years ago
9942f51
[Interleved][Stride 3]Adding test for case the VF=64 target with AVX512.
by Michael Zuckerman
· 8 years ago
7a1158a
[X86][SSE] Add test showing failure to compute sign bits through PACKSS
by Simon Pilgrim
· 8 years ago
fe79297
[AVR] Enable the '__do_copy_data' function
by Dylan McKay
· 8 years ago
5b272fa
[GlobalISel][X86] G_ANYEXT support.
by Igor Breger
· 8 years ago
b7e5530
Fixed a typo in llvm-cov/deferred-region.cpp test.
by Ilya Biryukov
· 8 years ago
8b9e95c
AMDGPU: trivial comment change
by Tim Renouf
· 8 years ago
ceaa3f6
[ARM] Use ADDCARRY / SUBCARRY
by Roger Ferrer Ibanez
· 8 years ago
c1e17d7
Fixed a bug in splitting Scatter operation in the Type Legalizer.
by Elena Demikhovsky
· 8 years ago
038c6e0
[ORC] Kill off a dead typedef.
by Lang Hames
· 8 years ago
4c5a286
Use llvm_unreachable for unknown TargetCostKind.
by Simon Pilgrim
· 8 years ago
ae1a1a7
[X86][SSE] Tidyup + clang-format combineX86ShuffleChain call. NFCI.
by Simon Pilgrim
· 8 years ago
58716e8
[X86][SSE] Move combineTo call out of combineX86ShufflesConstants. NFCI.
by Simon Pilgrim
· 8 years ago
44e68c6
[InstSimplify] refactor udiv/urem code and add tests; NFCI
by Sanjay Patel
· 8 years ago
4569486
[X86][SSE] Move combineTo call out of combineX86ShuffleChain. NFCI.
by Simon Pilgrim
· 8 years ago
e388798
Added a test that demonstrates a ug in Scatter scheduling.
by Elena Demikhovsky
· 8 years ago
3edcac7
[X86][X86AsmParser] adding const on InlineAsmIdentifierInfo in CreateMemForInlineAsm. NFC.
by Coby Tayree
· 8 years ago
73e6836
Revert "adding autoUpgrade support to broadcast[f|i]32x2 intrinsics"
by Uriel Korach
· 8 years ago
986634b
adding autoUpgrade support to broadcast[f|i]32x2 intrinsics
by Uriel Korach
· 8 years ago
7e99d39
Test commit
by Uriel Korach
· 8 years ago
2ff7d65
[SCEV] Re-arrange public and private sections to be contiguous; NFC
by Sanjoy Das
· 8 years ago
f9d4e17
[X86] Add v2i4 store test case (PR20012)
by Simon Pilgrim
· 8 years ago
5037d51
[X86] Add v2i2 test case (PR20011)
by Simon Pilgrim
· 8 years ago
8b80450
[X86][FMA] Regenerate FMA tests
by Simon Pilgrim
· 8 years ago
fe353a0
Merge isKnownNonNull into isKnownNonZero
by Nuno Lopes
· 8 years ago
a22f9f2
[X86][SSE] i32 vector multiplications test cases from PR6399
by Simon Pilgrim
· 8 years ago
ce6571e
[X86][MOVBE] Fix typo in MOVBE scheduling test names
by Simon Pilgrim
· 8 years ago
9080ea8
[X86] Don't disable slow INC/DEC if optimizing for size
by Craig Topper
· 8 years ago
491dc19
[CMake] Update GetSVN.cmake to handle repo
by MinSeong Kim
· 8 years ago
2d82e74
[DivRemPairs] split tests per target to account for bots that don't build for all targets
by Sanjay Patel
· 8 years ago
193e898
[DivRempairs] add a pass to optimize div/rem pairs (PR31028)
by Sanjay Patel
· 8 years ago
23483f0
CoverageMappingTest.cpp: Suppress warnings. [-Wdocumentation]
by NAKAMURA Takumi
· 8 years ago
a5d2fa0
[X86] Call removeDeadNode when we're done doing custom isel for mul, div and test
by Craig Topper
· 8 years ago
9729327
[X86] Use ReplaceNode instead of ReplaceUses when converting X86ISD::SHRUNKBLEND to ISD::VSELECT during isel.
by Craig Topper
· 8 years ago
eba4372
[sanitizer-coverage] call appendToUsed once per module, not once per function (which is too slow)
by Kostya Serebryany
· 8 years ago
c2b9194
[SLP] Fix buildbots, NFC.
by Alexey Bataev
· 8 years ago
8f6af68
RegAllocFast: Fix warning; NFC
by Matthias Braun
· 8 years ago
8da30a7
RegAllocFast: Cleanup; NFC
by Matthias Braun
· 8 years ago
53da3e9
RegAllocFast: Move vector to class level to avoid reallocation; NFC
by Matthias Braun
· 8 years ago
d25fc76
RegAllocFast: Remove write-only set; NFC
by Matthias Braun
· 8 years ago
6ece35c
PPC: Don't select lxv/stxv for insufficiently aligned stack slots.
by Kyle Butt
· 8 years ago
982a89e
bpf: fix test failures due to previous bpf change of assembly code syntax
by Yonghong Song
· 8 years ago
1546bf0
[AMDGPU] Remove unused function. NFCI.
by Davide Italiano
· 8 years ago
2f597e6
[TargetTransformInfo] Remove the extra "default" in a switch that all enum values has been covered.
by Guozhi Wei
· 8 years ago
f585804
bpf: proper print imm64 expression in inst printer
by Yonghong Song
· 8 years ago
19969b8
[TargetTransformInfo] Add a new public interface getInstructionCost
by Guozhi Wei
· 8 years ago
9efaebe
[CMake][runtimes] Use the same configuration for non-target and "default" target
by Petr Hosek
· 8 years ago
fe2090a
Migrate llvm-symbolizer tests to not use %T
by David Blaikie
· 8 years ago
1052544
[llvm-cov] Use portable output redirection in a test
by Vedant Kumar
· 8 years ago
7218efc
[llvm-cov] Try to appease a Windows bot
by Vedant Kumar
· 8 years ago
75448f1
AMDGPU: Start using !con operator
by Matt Arsenault
· 8 years ago
c9e1ee3
[llvm-cov] Disable name-compression in a test binary
by Vedant Kumar
· 8 years ago
fadb61d
AMDGPU: Recompute scc liveness
by Matt Arsenault
· 8 years ago
33671ba
[Coverage] Build sorted and unique segments
by Vedant Kumar
· 8 years ago
31b24fc
[llvm-cov] Fix a lifetime issue
by Vedant Kumar
· 8 years ago
5d6f662
[Coverage] Define LineColPair for convenience. NFC.
by Vedant Kumar
· 8 years ago
55c5795
[Coverage] Report errors when reading malformed source regions
by Vedant Kumar
· 8 years ago
2cefdfa
[llvm-cov] Unify region marker placement between text/html modes
by Vedant Kumar
· 8 years ago
400e98d
[x86] Fix GCC pedantic warnings about default arguments for lambdas.
by Chandler Carruth
· 8 years ago
403bab2
[X86] Simplify the slow-incdec test and add test cases with optsize.
by Craig Topper
· 8 years ago
996c187
[SLPVectorizer] Add struct InstructionsState that holds information about analysis of vector to be vectorized.
by Dinar Temirbulatov
· 8 years ago
9930880
Fix a bug for rL312641.
by Wei Mi
· 8 years ago
1457409
Preserve existing regs when adding pristines to LivePhysRegs/LiveRegUnits
by Krzysztof Parzyszek
· 8 years ago
c95cfa7
[SLP] Fix the warning about paths not returning the value, NFC.
by Alexey Bataev
· 8 years ago
4fcc7e8
[SLP] Support for horizontal min/max reduction.
by Alexey Bataev
· 8 years ago
977c908
[X86] Added PR31045 test case
by Simon Pilgrim
· 8 years ago
2e09507
Re-enable "[IRCE] Identify loops with latch comparison against current IV value"
by Max Kazantsev
· 8 years ago
1a443ce
[dwarfdump] Verify line table prologue
by Jonas Devlieghere
· 8 years ago
8277ad7
[X86] Adding a test point for PR34149 'Suboptimal codegen for "fast" minnum and maxnum'
by Jatin Bhateja
· 8 years ago
6b1b542
[llvm-dlltool] Mention arm64 in the lists of architecture alternatives
by Martin Storsjo
· 8 years ago
cf9cd14
diff --git a/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp b/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
by Max Kazantsev
· 8 years ago
b4f316b
Fix a crash when emitting debug info for multi-reg function arguments
by Adrian Prantl
· 8 years ago
f7f70f7
[XRay][CodeGen][PowerPC] Fix tail exit codegen for XRay in PPC
by Dean Michael Berris
· 8 years ago
575526c
[x86] Flesh out the custom ISel for RMW aritmetic ops with used flags to
by Chandler Carruth
· 8 years ago
Next »