- 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
- 20768d3 Revert "[SCEV] Maintain and use a loop->loop invalidation dependency" by Sanjoy Das · 8 years ago
- 8a3e1c4 Try to make crlf portable to other printf implementations by Reid Kleckner · 8 years ago
- 612d06a7 [llvm-cov] Remove workaround in line execution count calculation (PR34962) by Vedant Kumar · 8 years ago
- df60d8e Use the return value of UpdateNodeOperands(); in some cases, UpdateNodeOperands() modifies the node in-place and using the return value isn’t strictly necessary. However, it does not necessarily modify the node, but may return a resultant node if it already exists in the DAG. See comments in UpdateNodeOperands(). In that case, the return value must be used to avoid such scenarios as an infinite loop (node is assumed to have been updated, so added back to the worklist, and re-processed; however, node hasn’t changed so it is once again passed to UpdateNodeOperands(), assumed modified, added back to worklist; cycle infinitely repeats). by Mark Searles · 8 years ago
- 31c95a9 [X86][AVX] Add v4x64 vector shuffle test for <0,2,1,3> mask by Simon Pilgrim · 8 years ago
- 72af890 cmake: BSD: Mark /usr/local/include as system include directory by Matthias Braun · 8 years ago
- 364dbc5 Re-apply [AArch64][RegisterBankInfo] Use the statically computed mappings for COPY by Quentin Colombet · 8 years ago
- e4ffbab [AArch64][RegisterBankInfo] Add mapping support for G_BITCAST of s128 by Quentin Colombet · 8 years ago
- 7ff760d [AArch64][LegalizerInfo] Mark s128 G_BITCAST legal by Quentin Colombet · 8 years ago
- 9f219e8d Add !callees metadata by Matthew Simpson · 8 years ago
- 983f9af [MC] Lex CRLF as one token by Reid Kleckner · 8 years ago
- 7b58f47 [X86][3DNow] Add scheduling latency/throughput tests for 3DNow! instructions by Simon Pilgrim · 8 years ago
- e3e9913 [JumpThreading] Move two PredValueInfoTy vectors to a scope closer to their usage. NFCI by Craig Topper · 8 years ago
- b35ed0f [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
- aeedd11 [X86][MMX] Add scheduling latency/throughput tests for MMX instructions by Simon Pilgrim · 8 years ago
- de6f815 Replace make_range in MachineRegisterInfo with ArrayRef, NFC by Krzysztof Parzyszek · 8 years ago
- 6c78bda [libFuzzer] Delete llvm/lib/Fuzzer by Vitaly Buka · 8 years ago
- 300ec0a Add base relative relocation record that can be used for the following case (OpenCL example): by Tony Tye · 8 years ago
- 38df9ee fix llvm-isel-fuzzer: LLVMFuzzerTestOneInput should never return non-zero (according to the contract) by Kostya Serebryany · 8 years ago
- e343d44 Revert MSVC 2017 build fix and fix it by moving the method that implicitly instantiates addPredicate out of line by Reid Kleckner · 8 years ago
- ddac8b7 Fix the build of GlobalISelEmitter with MSVC 2017 by specializing earlier by Reid Kleckner · 8 years ago
- 7b72f39 Add iterator range MachineRegisterInfo::liveins(), adopt users, NFC by Krzysztof Parzyszek · 8 years ago
- 60ee725 [Hexagon] Rangify some loops, NFC by Krzysztof Parzyszek · 8 years ago
- 1619b65 [SCEV] Rename getMaxBECount and update comments. NFC by Anna Thomas · 8 years ago
- 0b0eddf [SparsePropagation] Enable interprocedural analysis by Matthew Simpson · 8 years ago
- f6eb7ff [AMDGPU] : revert r315908 by Alexander Timofeev · 8 years ago
- 4bd9c52 [ObjCARC] Do not move a release that has the clang.imprecise_release tag by Akira Hatanaka · 8 years ago
- cd10271 [x86] add minmax tests with more predicate coverage; NFC by Sanjay Patel · 8 years ago
- 09c266d [TableGen] Simplify CallingConvEmitter.cpp. NFC. by Javed Absar · 8 years ago
- 3cf64e3 [InstCombine] don't unnecessarily generate a constant; NFCI by Sanjay Patel · 8 years ago
- de116cc [ValueTracking] fix typos, formatting; NFC by Sanjay Patel · 8 years ago
- 7811640 [AMDGPU] Prevent Machine Copy Propagation from replacing live copy with the dead one by Alexander Timofeev · 8 years ago
- d2ca3a3 Fix test name typo. by Simon Pilgrim · 8 years ago
- d472e04 [X86][SSE] Added additional PACKUS shuffle tests by Simon Pilgrim · 8 years ago
- 05cc2c7 [mips][micromips] Fix (dis)assembly of bc1(t|f) by Simon Dardis · 8 years ago
- b5d9fa1 ISel type legalizer: debug messages. NFC. by Sjoerd Meijer · 8 years ago
- 4f30878 Fix or vs || typo. by Simon Pilgrim · 8 years ago
- 83e0923 [mips] Provide alternate predicates for constant synthesis by Stefan Maksimovic · 8 years ago
- 41bfb49 [PowerPC] fix up in sign-/zero-extension elimination by Hiroshi Inoue · 8 years ago
- ddb14f8 This patch is a result of D37262: The issues with X86 prefixes. It closes PR7709, PR17697, PR19251, PR32809 and PR21640. There could be other bugs closed by this patch. by Andrew V. Tischenko · 8 years ago
- 9c5669a [llvm-dwarfdump] - Teach tool to parse DW_CFA_GNU_args_size. by George Rimar · 8 years ago
- 904a9e2 Revert rL315894, "SLPVectorizer.cpp: Try to appease stage2-3 difference. (D38586)" by NAKAMURA Takumi · 8 years ago
- efa5814 Move folding of icmp with zero after checking for min/max idioms. by Nikolai Bozhenov · 8 years ago
- 74cc295 SLPVectorizer.cpp: Try to appease stage2-3 difference. (D38586) by NAKAMURA Takumi · 8 years ago
- d3a4446 [TableGen] Range loopify DAGISelMatcher. NFC. by Javed Absar · 8 years ago
- 7f013c8 [aarch64][globalisel] Fix a crash in selectAddrModeIndexed() caused by incorrect G_FRAME_INDEX handling by Daniel Sanders · 8 years ago
- e53750e bpf: fix bug on silently truncating 64-bit immediate by Yonghong Song · 8 years ago
- a7d4828 [PowerPC] Eliminate sign- and zero-extensions if already sign- or zero-extended by Hiroshi Inoue · 8 years ago
- 4175d2c Re-commit r315885: [globalisel][tblgen] Add support for iPTR and implement am_unscaled* and am_indexed* by Daniel Sanders · 8 years ago
- 196db93 Revert r315885: [globalisel][tblgen] Add support for iPTR and implement am_unscaled* and am_indexed* by Daniel Sanders · 8 years ago
- 728d43b [globalisel][tblgen] Add support for iPTR and implement am_unscaled* and am_indexed* by Daniel Sanders · 8 years ago