Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
e4959200b5cada48d141e551af9080963d2f8541
e495920
[X86] Add scalar (abs (abs x)) -> (abs x) combine test.
by Simon Pilgrim
· 8 years ago
1437cc9
[RISCV] Prepare for the use of variable-sized register classes
by Alex Bradbury
· 8 years ago
c6c4c8b
Revert rL316156 due to failure on APFloatTest.fromToStringSpecials
by Max Kazantsev
· 8 years ago
90ee44d
Fix APFloat from string conversion for Inf
by Serguei Katkov
· 8 years ago
24177b8
[ARM GlobalISel] Fix liveins in test. NFC
by Diana Picus
· 8 years ago
d83cc4f
[ARM GlobalISel] Remove redundant tests
by Diana Picus
· 8 years ago
2f9c707
Revert 316150 which reinstated r316025.
by Vassil Vassilev
· 8 years ago
5f54970
Const fix for YAMLParser.
by Sam McCall
· 8 years ago
4c329eb
Reinstate r316025, reverted in r316029.
by Vassil Vassilev
· 8 years ago
120c3be
[Coverage] Simplify r316141. NFC.
by Vedant Kumar
· 8 years ago
8801482
[NFC][IRCE] Filter out empty ranges early
by Max Kazantsev
· 8 years ago
1fd7e8c
[MergeFunctions] Don't blindly RAUW a GlobalValue with a ConstantExpr.
by whitequark
· 8 years ago
9db44d0
Simplify.
by Rafael Espindola
· 8 years ago
4179daa
Fix buffer overflow.
by Rafael Espindola
· 8 years ago
f3ed528
[CMake] Allow parent projects to use in-source builds
by Chris Bieneman
· 8 years ago
2ce33a5
[llvm-cov] Move LineCoverageIterator to libCoverage. NFC.
by Vedant Kumar
· 8 years ago
34ea0de
[llvm-cov] Use the coverage namespace. NFC.
by Vedant Kumar
· 8 years ago
e03fc7c
GISel: Canonicalize select tests using update_mir_test_checks
by Justin Bogner
· 8 years ago
fcd3a22
AArch64/GISel: Modernize the localizer test
by Justin Bogner
· 8 years ago
ba2fa17
Canonicalize a large number of mir tests using update_mir_test_checks
by Justin Bogner
· 8 years ago
7121c76
[PM] Refactor the bounds checking pass to remove a method only called in
by Chandler Carruth
· 8 years ago
d0f1843
update_mir_test_checks: Support adding checks for vreg classes
by Justin Bogner
· 8 years ago
0ee6442
update_mir_test_checks: Improve message when updating fails
by Justin Bogner
· 8 years ago
0a09220
[AMDGPU] Corrections to memory model description.
by Tony Tye
· 8 years ago
b5cb868
Revert "[ScalarEvolution] Handling for ICmp occuring in the evolution chain."
by Sanjoy Das
· 8 years ago
e77c212
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
1691560
Fix lit.site.cfg.py.in after rL316123
by Sam Clegg
· 8 years ago
a7b3e22
[AVR] Fix the select_mbb_placement_bug.ll test
by Dylan McKay
· 8 years ago
88d22be
Don't set static-libs test feature when using LLVM_LINK_LLVM_DYLIB
by Sam Clegg
· 8 years ago
4a5c81f
[llvm-cov] Suppress sub-line highlights in simple cases
by Vedant Kumar
· 8 years ago
d35bb38
[llvm-cov] Pass LineCoverageStats in SourceCoverageView. NFC.
by Vedant Kumar
· 8 years ago
55fff37
[llvm-cov] Highlight gaps in consecutive uncovered regions
by Vedant Kumar
· 8 years ago
7a600d3
[Hexagon] New HVX target features.
by Sumanth Gundapaneni
· 8 years ago
a05cf7b
AMDGPU/Docs: Make target naming consistent
by Konstantin Zhuravlyov
· 8 years ago
fba2bb4
[Hexagon] Update Hexagon ArchEnum and sync some downstream changes(NFC)
by Sumanth Gundapaneni
· 8 years ago
31ba2a2
[Hexagon] Mark vector loads as predicable, update instruction mappings
by Krzysztof Parzyszek
· 8 years ago
28cb790
AMDGPU: Rename MaxFlatWorkgroupSize to MaxFlatWorkGroupSize for consistency
by Konstantin Zhuravlyov
· 8 years ago
afea6f4
[RISCV] Bugfix createRISCVELFObjectWriter
by Alex Bradbury
· 8 years ago
ad73a3d
update_mir_test_checks: Handle empty liveins
by Justin Bogner
· 8 years ago
2457f45
update_mir_test_checks: Do a better job of disambiguating names
by Justin Bogner
· 8 years ago
9e42e54
AArch64/GISel: Fix a couple of tests that were testing the wrong thing
by Justin Bogner
· 8 years ago
6340009
[ARM] Fix disassembly for conditional VMRS and VMSR instructions in ARM mode
by Andre Vieira
· 8 years ago
4eeab93
[mips] Fix analyzeBranch to handle debug data
by Simon Dardis
· 8 years ago
429594f
Fixup patch for revision rL316070.
by Nikolai Bozhenov
· 8 years ago
cd3c4f3
[mips] Move test to correct directory. NFCI
by Simon Dardis
· 8 years ago
9635ecd
Adding new test for bug fix 316067 https://bugs.llvm.org/show_bug.cgi?id=34978
by Michael Zuckerman
· 8 years ago
d8ff2f4
Untabify.
by NAKAMURA Takumi
· 8 years ago
cfa7d5f
[AVR] Update to current LLVM API
by Dylan McKay
· 8 years ago
a631f93
[AVX512][AVX2]Cost calculation for interleave load/store patterns {v8i8,v16i8,v32i8,v64i8}
by Michael Zuckerman
· 8 years ago
cbd850f
[PowerPC] Use helper functions to check sign-/zero-extended value
by Hiroshi Inoue
· 8 years ago
42759c2
Improve lookThroughCast function.
by Nikolai Bozhenov
· 8 years ago
788af5a
Fixing bug issue https://bugs.llvm.org/show_bug.cgi?id=34978
by Michael Zuckerman
· 8 years ago
eb8a5a3
Fix the incorrect detection of ICONV_LIBRARY_PATH
by Serguei Katkov
· 8 years ago
f501032
update_mir_test_checks: Support '-' in function names
by Justin Bogner
· 8 years ago
4f42787
update_mir_test_checks: Fix a typo I made while preparing for commit
by Justin Bogner
· 8 years ago
61b2fae
Statically link llvm-cfi-verify's libraries.
by Vlad Tsyrklevich
· 8 years ago
ae96b7f
Add a utility to update MIR checks, similar to update_llc_test_checks
by Justin Bogner
· 8 years ago
b8354dd
[ScalarEvolution] Handling for ICmp occuring in the evolution chain.
by Jatin Bhateja
· 8 years ago
2b48886
Verifier: Ignore CUs pulled in by ODR-uniqued types.
by Adrian Prantl
· 8 years ago
fd8ae0e
Revert "Verifier: Ignore CUs pulled in by ODR-uniqued types."
by Adrian Prantl
· 8 years ago
0d97649
Verifier: Ignore CUs pulled in by ODR-uniqued types.
by Adrian Prantl
· 8 years ago
55cde5f
[aarch64][globalisel] Register banks and classes should have distinct names.
by Daniel Sanders
· 8 years ago
082d7c4
[GlobalDCE] Use DenseMap instead of unordered_multimap for GVDependencies.
by Michael Zolotukhin
· 8 years ago
1eb5c71
lit: Improve %: normalization.
by Peter Collingbourne
· 8 years ago
607acf3
AMDGPU : Fix an error for the llvm.cttz implementation.
by Wei Ding
· 8 years ago
37790cc
AArch64: Enable AES instruction fusion on Cyclone.
by Matthias Braun
· 8 years ago
2f17a1b
AArch64: account for possible frame index operand in compares.
by Tim Northover
· 8 years ago
1c51fab
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
ae2eae7
[X86][SSE] Tests packuswb/truncation codegen from PR34773
by Simon Pilgrim
· 8 years ago
6c9a284
[MachineOutliner][NFC] Clean up prune logic a bit
by Jessica Paquette
· 8 years ago
33287ae
Revert "[cmake] Use find_package to discover zlib"
by Vassil Vassilev
· 8 years ago
b545957
Fix typo in checkTwoLevelHintsCommand
by Jessica Paquette
· 8 years ago
1c1c256
[cmake] Use find_package to discover zlib
by Vassil Vassilev
· 8 years ago
cecf102
AMDGPU: Start generating metadata for MaxFlatWorkGroupSize
by Konstantin Zhuravlyov
· 8 years ago
3b848cf
[MachineOutliner][NFC] Move decrement logic to OutlinedFunction
by Jessica Paquette
· 8 years ago
6f0af48
[MachineOutliner][NFC] Move end index calculation into Candidate
by Jessica Paquette
· 8 years ago
a1dafe0
Fix signed overflow detected by ubsan
by Vitaly Buka
· 8 years ago
f87901f
[DAGCombine] Add SCALAR_TO_VECTOR undef handling to simplifyShuffleMask.
by Simon Pilgrim
· 8 years ago
d0a8230
[llvm-special-case-list-fuzzer] Add fuzz target.
by Matt Morehouse
· 8 years ago
eb90eda
[ARM, AArch64] adjust tests trying to maintain their objective; NFC
by Sanjay Patel
· 8 years ago
0d8a696
[SimplifyCFG] add test for part of PR34471 (switch squashing); NFC
by Sanjay Patel
· 8 years ago
1faba64
[SimplifyCFG] update test to use auto-generated FileCheck asserts; NFC
by Sanjay Patel
· 8 years ago
e1c4343
Fix pthread_[gs]etname_np detection
by Sam McCall
· 8 years ago
bb8aaf8
[X86][Broadwell] Added the broadwell cpu to the scheduling regression tests.<NFC>
by Gadi Haber
· 8 years ago
12367d9
Improve clamp recognition in ValueTracking.
by Nikolai Bozhenov
· 8 years ago
e60981b
Fix implicit null check with negative offset
by Yichao Yu
· 8 years ago
f500b96
Fix `FaultMaps` crash when the out streamer is reused
by Yichao Yu
· 8 years ago
0782a95
[X86][Skylake] fixed/updated regression test mmx-schedule.ll which failed after r315978.
by Gadi Haber
· 8 years ago
51e3e44
More tests with x86 prefixes which work after rL315899 commit
by Andrew V. Tischenko
· 8 years ago
9e68191
[X86][SKL] Updated scheduling information for the SkylakeClient target
by Gadi Haber
· 8 years ago
c596921
Remove a test after revert of rL315440
by Max Kazantsev
· 8 years ago
dd449b3
[NFC] Add test from bug 34937
by Max Kazantsev
· 8 years ago
812e46f
Revert 315440 on behalf of mkazantsev
by Philip Reames
· 8 years ago
b22da5a
[globalisel][tablegen] Add a GIM_CheckIsSameOperand test where OtherInsnID and OtherOpIdx differ
by Daniel Sanders
· 8 years ago
f83df3d
[X86] Add masked palignr tests to vector-shuffle-masked.ll
by Craig Topper
· 8 years ago
971d51c
[X86] Add AVX512BW to the vector-shuffle-masked test to prepare for an upcoming commit.
by Craig Topper
· 8 years ago
ead0ee4
[X86] Fix typo in comment. NFC
by Craig Topper
· 8 years ago
6ec40b1
FuzzMutate: Fix arch parsing in FuzzerCLI
by Justin Bogner
· 8 years ago
d8da420
[ExecutionEngine] Correct the size of a write in a COFF i386 relocation
by Shoaib Meenai
· 8 years ago
5128bb3
[llvm-cov] Add one correction to r315960 (PR34962)
by Vedant Kumar
· 8 years ago
Next »