2017-10-17 |
Tim Northover | AArch64: account for possible frame index operand in... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Eugene Zelenko | [Transforms] Fix some Clang-tidy modernize and Include... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Simon Pilgrim | [X86][SSE] Tests packuswb/truncation codegen from PR34773 |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Jessica Paquette | [MachineOutliner][NFC] Clean up prune logic a bit |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Vassil Vassilev | Revert "[cmake] Use find_package to discover zlib" |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Jessica Paquette | Fix typo in checkTwoLevelHintsCommand |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Vassil Vassilev | [cmake] Use find_package to discover zlib |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Konstantin... | AMDGPU: Start generating metadata for MaxFlatWorkGroupSize |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Jessica Paquette | [MachineOutliner][NFC] Move decrement logic to Outlined... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Jessica Paquette | [MachineOutliner][NFC] Move end index calculation into... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Vitaly Buka | Fix signed overflow detected by ubsan |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Simon Pilgrim | [DAGCombine] Add SCALAR_TO_VECTOR undef handling to... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Matt Morehouse | [llvm-special-case-list-fuzzer] Add fuzz target. |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Sanjay Patel | [ARM, AArch64] adjust tests trying to maintain their... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Sanjay Patel | [SimplifyCFG] add test for part of PR34471 (switch... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Sanjay Patel | [SimplifyCFG] update test to use auto-generated FileChe... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Sam McCall | Fix pthread_[gs]etname_np detection |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Gadi Haber | [X86][Broadwell] Added the broadwell cpu to the schedul... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Nikolai Bozhenov | Improve clamp recognition in ValueTracking. |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Yichao Yu | Fix implicit null check with negative offset |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Yichao Yu | Fix `FaultMaps` crash when the out streamer is reused |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Gadi Haber | [X86][Skylake] fixed/updated regression test mmx-schedu... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Andrew V. Tischenko | More tests with x86 prefixes which work after rL315899... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Gadi Haber | [X86][SKL] Updated scheduling information for the Skyla... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Max Kazantsev | Remove a test after revert of rL315440 |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Max Kazantsev | [NFC] Add test from bug 34937 |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Philip Reames | Revert 315440 on behalf of mkazantsev |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Daniel Sanders | [globalisel][tablegen] Add a GIM_CheckIsSameOperand... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Craig Topper | [X86] Add masked palignr tests to vector-shuffle-masked.ll |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Craig Topper | [X86] Add AVX512BW to the vector-shuffle-masked test... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Craig Topper | [X86] Fix typo in comment. NFC |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Justin Bogner | FuzzMutate: Fix arch parsing in FuzzerCLI |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Shoaib Meenai | [ExecutionEngine] Correct the size of a write in a... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Vedant Kumar | [llvm-cov] Add one correction to r315960 (PR34962) |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Sanjoy Das | Revert "[SCEV] Maintain and use a loop->loop invalidati... |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Reid Kleckner | Try to make crlf portable to other printf implementations |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Vedant Kumar | [llvm-cov] Remove workaround in line execution count... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Mark Searles | Use the return value of UpdateNodeOperands(); in some... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Simon Pilgrim | [X86][AVX] Add v4x64 vector shuffle test for <0,2,1... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Matthias Braun | cmake: BSD: Mark /usr/local/include as system include... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Quentin Colombet | Re-apply [AArch64][RegisterBankInfo] Use the statically... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Quentin Colombet | [AArch64][RegisterBankInfo] Add mapping support for... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Quentin Colombet | [AArch64][LegalizerInfo] Mark s128 G_BITCAST legal |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Matthew Simpson | Add !callees metadata |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Reid Kleckner | [MC] Lex CRLF as one token |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Simon Pilgrim | [X86][3DNow] Add scheduling latency/throughput tests... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Craig Topper | [JumpThreading] Move two PredValueInfoTy vectors to... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Eugene Zelenko | [Transforms] Fix some Clang-tidy modernize and Include... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Simon Pilgrim | [X86][MMX] Add scheduling latency/throughput tests... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Krzysztof Parzyszek | Replace make_range in MachineRegisterInfo with ArrayRef... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Vitaly Buka | [libFuzzer] Delete llvm/lib/Fuzzer |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Tony Tye | Add base relative relocation record that can be used... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Kostya Serebryany | fix llvm-isel-fuzzer: LLVMFuzzerTestOneInput should... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Reid Kleckner | Revert MSVC 2017 build fix and fix it by moving the... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Reid Kleckner | Fix the build of GlobalISelEmitter with MSVC 2017 by... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Krzysztof Parzyszek | Add iterator range MachineRegisterInfo::liveins(),... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Krzysztof Parzyszek | [Hexagon] Rangify some loops, NFC |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Anna Thomas | [SCEV] Rename getMaxBECount and update comments. NFC |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Matthew Simpson | [SparsePropagation] Enable interprocedural analysis |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Alexander Timofeev | [AMDGPU] : revert r315908 |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Akira Hatanaka | [ObjCARC] Do not move a release that has the clang... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Sanjay Patel | [x86] add minmax tests with more predicate coverage... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Javed Absar | [TableGen] Simplify CallingConvEmitter.cpp. NFC. |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Sanjay Patel | [InstCombine] don't unnecessarily generate a constant... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Sanjay Patel | [ValueTracking] fix typos, formatting; NFC |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Alexander Timofeev | [AMDGPU] Prevent Machine Copy Propagation from replacin... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Simon Pilgrim | Fix test name typo. |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Simon Pilgrim | [X86][SSE] Added additional PACKUS shuffle tests |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Simon Dardis | [mips][micromips] Fix (dis)assembly of bc1(t|f) |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Sjoerd Meijer | ISel type legalizer: debug messages. NFC. |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Simon Pilgrim | Fix or vs || typo. |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Stefan Maksimovic | [mips] Provide alternate predicates for constant synthesis |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Hiroshi Inoue | [PowerPC] fix up in sign-/zero-extension elimination |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Andrew V. Tischenko | This patch is a result of D37262: The issues with X86... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
George Rimar | [llvm-dwarfdump] - Teach tool to parse DW_CFA_GNU_args_... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
NAKAMURA Takumi | Revert rL315894, "SLPVectorizer.cpp: Try to appease... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Nikolai Bozhenov | Move folding of icmp with zero after checking for min... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
NAKAMURA Takumi | SLPVectorizer.cpp: Try to appease stage2-3 difference... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Javed Absar | [TableGen] Range loopify DAGISelMatcher. NFC. |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Daniel Sanders | [aarch64][globalisel] Fix a crash in selectAddrModeInde... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Yonghong Song | bpf: fix bug on silently truncating 64-bit immediate |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Hiroshi Inoue | [PowerPC] Eliminate sign- and zero-extensions if alread... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Daniel Sanders | Re-commit r315885: [globalisel][tblgen] Add support... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Daniel Sanders | Revert r315885: [globalisel][tblgen] Add support for... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Daniel Sanders | [globalisel][tblgen] Add support for iPTR and implement... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Daniel Sanders | [globalisel][tablegen] Implement unindexed load, non... |
commit | commitdiff | tree | snapshot |
2017-10-16 |
Krzysztof Parzyszek | [Hexagon] Add LLVM_ATTRIBUTE_UNUSED to operator<<, NFC |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Nico Weber | Search for libxml2 on macOS too. |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Daniel Sanders | [tablegen] Use hasPredCode()/hasImmCode() instead of... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Krzysztof Parzyszek | Phony change to CMakeLists.txt to (hopefully) trigger... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Daniel Sanders | Re-commit r315863: [globalisel][tablegen] Import Comple... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Daniel Sanders | Revert r315863: [globalisel][tablegen] Import ComplexPa... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Daniel Sanders | [globalisel][tablegen] Import ComplexPattern when used... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Craig Topper | [X86] Remove the SlowBTMem feature flag entirely |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Krzysztof Parzyszek | [unittests] Only build llvm-cfi-verify if X86 is in... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Craig Topper | [AVX512] Don't mark EXTLOAD as legal with AVX512. Conti... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Craig Topper | [X86] Add FeatureSlowBTMem to Haswell, Broadwell, Skyla... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Krzysztof Parzyszek | [TableGen] Remove error checks incorrectly failing... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Sanjay Patel | revert r314984: revert r314698 - [InstCombine] remove... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Sanjay Patel | [SimplifyCFG] use range-for-loops, tidy; NFCI |
commit | commitdiff | tree | snapshot |
next |