summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-10-16Re-apply [AArch64][RegisterBankInfo] Use the statically computed mappings for...Quentin Colombet
2017-10-16[AArch64][RegisterBankInfo] Add mapping support for G_BITCAST of s128Quentin Colombet
2017-10-16[AArch64][LegalizerInfo] Mark s128 G_BITCAST legalQuentin Colombet
2017-10-16Add !callees metadataMatthew Simpson
2017-10-16[MC] Lex CRLF as one tokenReid Kleckner
2017-10-16[X86][3DNow] Add scheduling latency/throughput tests for 3DNow! instructionsSimon Pilgrim
2017-10-16[X86][MMX] Add scheduling latency/throughput tests for MMX instructionsSimon Pilgrim
2017-10-16Add base relative relocation record that can be used for the following case (...Tony Tye
2017-10-16[AMDGPU] : revert r315908Alexander Timofeev
2017-10-16[ObjCARC] Do not move a release that has the clang.imprecise_release tagAkira Hatanaka
2017-10-16[x86] add minmax tests with more predicate coverage; NFCSanjay Patel
2017-10-16[AMDGPU] Prevent Machine Copy Propagation from replacing live copy with the d...Alexander Timofeev
2017-10-16Fix test name typo.Simon Pilgrim
2017-10-16[X86][SSE] Added additional PACKUS shuffle testsSimon Pilgrim
2017-10-16[mips][micromips] Fix (dis)assembly of bc1(t|f)Simon Dardis
2017-10-16[mips] Provide alternate predicates for constant synthesisStefan Maksimovic
2017-10-16This patch is a result of D37262: The issues with X86 prefixes. It closes PR...Andrew V. Tischenko
2017-10-16[llvm-dwarfdump] - Teach tool to parse DW_CFA_GNU_args_size.George Rimar
2017-10-16Revert rL315894, "SLPVectorizer.cpp: Try to appease stage2-3 difference. (D38...NAKAMURA Takumi
2017-10-16Move folding of icmp with zero after checking for min/max idioms.Nikolai Bozhenov
2017-10-16SLPVectorizer.cpp: Try to appease stage2-3 difference. (D38586)NAKAMURA Takumi
2017-10-16bpf: fix bug on silently truncating 64-bit immediateYonghong Song
2017-10-16[PowerPC] Eliminate sign- and zero-extensions if already sign- or zero-extendedHiroshi Inoue
2017-10-16Re-commit r315885: [globalisel][tblgen] Add support for iPTR and implement am...Daniel Sanders
2017-10-16Revert r315885: [globalisel][tblgen] Add support for iPTR and implement am_un...Daniel Sanders
2017-10-16[globalisel][tblgen] Add support for iPTR and implement am_unscaled* and am_i...Daniel Sanders
2017-10-16[globalisel][tablegen] Implement unindexed load, non-extending load, and MemV...Daniel Sanders
2017-10-15Re-commit r315863: [globalisel][tablegen] Import ComplexPattern when used as ...Daniel Sanders
2017-10-15Revert r315863: [globalisel][tablegen] Import ComplexPattern when used as an ...Daniel Sanders
2017-10-15[globalisel][tablegen] Import ComplexPattern when used as an operatorDaniel Sanders
2017-10-15[AVX512] Don't mark EXTLOAD as legal with AVX512. Continue using custom lower...Craig Topper
2017-10-15revert r314984: revert r314698 - [InstCombine] remove one-use restriction for...Sanjay Patel
2017-10-15[MergeFunctions] Merge small functions if possible without a thunk.whitequark
2017-10-15[MergeFunctions] Replace all uses of unnamed_addr functions.whitequark
2017-10-15[X86] Ignore DBG instructions in X86CmovConversion optimization to resolve PR...Amjad Aboud
2017-10-15[X86] Lower vselect with constant condition to vector_shuffle even with AVX51...Craig Topper
2017-10-15[X86] Don't use constant condition for select instruction when testing maskin...Craig Topper
2017-10-14AMDGPU: Temporary disable pal metadata check line in llvm-readobj testKonstantin Zhuravlyov
2017-10-14[X86] Remove a bunch of dead FileCheck lines with the wrong prefix.Craig Topper
2017-10-14[X86][SSE] Don't attempt to reduce the imul vector width of odd sized vectors...Simon Pilgrim
2017-10-14[X86][SSE] Test vector imul reduction on 32 and 64-bit targetsSimon Pilgrim
2017-10-14AMDGPU: Bring HSA metadata on par with the specificationKonstantin Zhuravlyov
2017-10-14llvm-readobj: Print AMDGPU note contentsKonstantin Zhuravlyov
2017-10-14Cleanup update_llc_test_checks.py notes.Simon Pilgrim
2017-10-14AMDGPU: Cleanup elf-notes.ll testKonstantin Zhuravlyov
2017-10-14llvm-readobj: Print AMDGPU note type namesKonstantin Zhuravlyov
2017-10-14AMDGPU: Improve note directive verification in assemblerKonstantin Zhuravlyov
2017-10-14AMDGPU: Do not emit deprecated notes for code object v3Konstantin Zhuravlyov
2017-10-14AMDGPU: Add support for isa version noteKonstantin Zhuravlyov
2017-10-14[X86][SSE] Support combining AND(EXTRACT(SHUF(X)), C) -> EXTRACT(SHUF(X))Simon Pilgrim