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 |
2017-10-15 |
Aaron Ballman | Reverting r315590; it did not include changes for llvm... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
whitequark | [MergeFunctions] Merge small functions if possible... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
whitequark | [MergeFunctions] Replace all uses of unnamed_addr funct... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Amjad Aboud | [X86] Ignore DBG instructions in X86CmovConversion... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Hongbin Zheng | [LoopInfo][Refactor] Make SetLoopAlreadyUnrolled a... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Craig Topper | [X86] Lower vselect with constant condition to vector_s... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Craig Topper | [X86] Don't use constant condition for select instructi... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Vitaly Buka | Remove unused variables |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Daniel Sanders | [globalisel][tablegen] Map ld and st to G_LOAD and... |
commit | commitdiff | tree | snapshot |
2017-10-15 |
Daniel Sanders | [tablegen] Handle common load/store predicates inside... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Davide Italiano | [Hexagon] Mark RangeTree::dump() with LLVM_DUMP_METHOD. |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Konstantin... | AMDGPU: Temporary disable pal metadata check line in... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Konstantin... | AMDGPU: Don't use TargetStreamer if it has not been... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Craig Topper | [X86] Remove a bunch of dead FileCheck lines with the... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Simon Pilgrim | [TableGen] Avoid unnecessary std::string creations |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Simon Pilgrim | [X86][SSE] Don't attempt to reduce the imul vector... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Simon Pilgrim | [X86][SSE] Test vector imul reduction on 32 and 64... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Bruno Cardoso... | Revert "[AArch64][RegisterBankInfo] Use the statically... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Konstantin... | AMDGPU: Add AMDGPU HSA Kernel Descriptor |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Konstantin... | AMDGPU: Bring HSA metadata on par with the specification |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Konstantin... | llvm-readobj: Print AMDGPU note contents |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Simon Pilgrim | Pull out repeated calls to VT.getVectorNumElements... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Simon Pilgrim | Cleanup update_llc_test_checks.py notes. |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Konstantin... | AMDGPU: Cleanup elf-notes.ll test |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Simon Pilgrim | Use DAG::getBitcast() helper. NFCI. |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Konstantin... | llvm-readobj: Print AMDGPU note type names |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Konstantin... | AMDGPU: Improve note directive verification in assembler |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Konstantin... | AMDGPU: Do not emit deprecated notes for code object v3 |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Konstantin... | AMDGPU: Add support for isa version note |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Simon Pilgrim | [X86][SSE] Support combining AND(EXTRACT(SHUF(X)),... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Craig Topper | [X86] Add patterns for vzmovl+cvtpd2dq/cvttpd2dq with... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Craig Topper | [X86] Add AVX512 versions of VCVTPD2PS to load folding... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Craig Topper | [X86] Add patterns for vzmovl+cvtpd2ps with a load. |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Craig Topper | [X86] Remove some patterns for bitcasted alignednonedte... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Craig Topper | [X86] Remove unnecessary bitconverts as the root of... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Craig Topper | [X86] Add additional patterns for folding loads with... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Craig Topper | [X86] Add AVX512 flavors of VCVTDQ2PD plus VCVTUDQ2PD... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Craig Topper | [X86] Remove TB_NO_REVERSE from VCVTDQ2PDYrr and VCVTPS... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Craig Topper | [X86] Add an additional isel pattern to CVTDQ2PDrm... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Jordan Rose | Revert "lit.py: Add new %{shared_output(LABEL)} substit... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Jordan Rose | lit.py: Give up and disable the new shared-output.py... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Yaxun Liu | Fix assembler for alloca of multiple elements in non... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Jakub Kuderski | [Dominators] Remove the NCA check |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Vedant Kumar | [llvm-cov] Factor out logic to iterate over line covera... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Daniel Sanders | [globalisel][tablegen] Fix an unused variable warning... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Daniel Sanders | [globalisel][tablegen] Fix undefined references to... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Jordan Rose | lit.py: Previous test fix was a red herring; backslashe... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Quentin Colombet | [AArch64][RegisterBankInfo] Use the statically computed... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Daniel Sanders | [globalisel][tablegen] Simplify named operand/operator... |
commit | commitdiff | tree | snapshot |
2017-10-14 |
Jordan Rose | lit.py: Fix new test harder for systems that don't... |
commit | commitdiff | tree | snapshot |
2017-10-13 |
Jordan Rose | lit.py: Fix new test for systems that don't use / as... |
commit | commitdiff | tree | snapshot |
2017-10-13 |
Krzysztof Parzyszek | Revert r315763: "[Hexagon] Rangify some loops, NFC" |
commit | commitdiff | tree | snapshot |
2017-10-13 |
Craig Topper | [X86] Use X86ISD::VBROADCAST in place of v2f64 X86ISD... |
commit | commitdiff | tree | snapshot |
2017-10-13 |
Craig Topper | [X86] Use fsub in the movddup scheduling tests to preve... |
commit | commitdiff | tree | snapshot |
2017-10-13 |
Daniel Sanders | [globalisel][tablegen] Fix a use-after free bug that... |
commit | commitdiff | tree | snapshot |
next |