platform/upstream/llvm.git
2019-03-28 Simon PilgrimFix Wdocumentation warning. NFCI.
2019-03-28 Anastasia Stulova[PR41247] Fixed parsing of private keyword in C++.
2019-03-28 Simon Pilgrim[DAGCombiner] Fold truncate(build_vector(x,y)) -> build...
2019-03-28 Peter Smith[ELF][ARM] Recommit Redesign of .ARM.exidx handling...
2019-03-28 Diana Picus[ARM GlobalISel] Run regbankselect test for Thumb....
2019-03-28 George Rimar[yaml2obj][obj2yaml] - Teach yaml2obj/obj2yaml tools...
2019-03-28 Pierre Gousseau[asan] Add options -asan-detect-invalid-pointer-cmp...
2019-03-28 Florian Hahn[VPlan] Determine Vector Width programmatically.
2019-03-28 Simon Pilgrim[X85][AVX] Add missing vXi16 broadcast fold patterns
2019-03-28 Diana Picus[ARM GlobalISel] Fix G_STORE with s1
2019-03-28 Diana Picus[ARM GlobalISel] Fix selection of G_SELECT
2019-03-28 Roman Lebedev[llvm-exegesis] Introduce a 'naive' clustering algorith...
2019-03-28 Fangrui SongFix tests after rC357150
2019-03-28 Fangrui Song[Driver] Allow -gsplit-dwarf on ELF OSes other than...
2019-03-28 Piotr Sobczak[SelectionDAG] Add 2 tests for selection across basic...
2019-03-28 Serguei KatkovSafepointIRVerifier port to new Pass Manager
2019-03-28 Serguei KatkovSafepointIRVerifier port to new Pass Manager
2019-03-28 Marshall ClowReworked all the utilities/meta tests to use ASSERT_SAM...
2019-03-28 Sam Clegg[WebAssembly] Rename wasm fixup kinds
2019-03-28 Sam Clegg[WebAssembly] Fix typo from rL357143
2019-03-28 Sam Clegg[WebAssembly] Improve invalid relocation error message
2019-03-28 Eric ChristopherAdd reproduction instructions to llvm-objdump's embedde...
2019-03-28 Jim InghamCopy the breakpoint site owner's collection so we can...
2019-03-28 Rui UeyamaInline a trivial function. NFC.
2019-03-28 Louis Dionne[libc++] Rename span's as_writeable_bytes to as_writabl...
2019-03-28 Eric ChristopherFix typoed variable name.
2019-03-28 Chandler Carruth[NewPM] Fix a nasty bug with analysis invalidation...
2019-03-28 Davide Italiano[Process] Reorder declarations and document ReadMemoryF...
2019-03-28 Davide Italiano[ObjectFileMachO] Remove another debugging aid.
2019-03-28 Davide Italiano[ObjectFileMachO] Disable memory caching for savecore.
2019-03-27 Rui Ueyama[ELF] Dump symbols ordered by profiled guided section...
2019-03-27 Craig Topper[X86] Add test cases from PR27202.
2019-03-27 Nathan LanzaTeach TypeSystem about PDBASTParser
2019-03-27 Sam Clegg[ARM] Remove dead function ARMMCCodeEmitter::getSOImmOp...
2019-03-27 Sanjay Patel[x86] improve AVX lowering of vector zext
2019-03-27 Sanjay Patel[x86] look through bitcast operand of MOVMSK
2019-03-27 Derek SchuffRevert "[WebAssembly] Don't use default GetLinkerPath"
2019-03-27 Jonas Devlieghere[Python] Remove unused includes
2019-03-27 Jan Veselytravis: Add LLVM-8 build
2019-03-27 Louis DionneRestructure test suite to follow libc++ standard layout
2019-03-27 Craig Topper[X86ISelDAGToDAG] Move initialization of OptForSize...
2019-03-27 Daniel Sanderstest/CodeGen/X86/codegen-prepare-replacephi.mir require...
2019-03-27 Nirav Dave[DAGCombiner] Teach TokenFactor pruning to peek through...
2019-03-27 Justin Bogner[LegalizeVectorTypes] Allow single loads and stores...
2019-03-27 Nikita Popov[ConstantRangeTest] Add exhaustive intersectWith()...
2019-03-27 Evgeniy StepanovFix llvm-rc tests.
2019-03-27 Alon Zakai[WebAssembly] Add some whitespace to WebAssemblyFixIrre...
2019-03-27 Nirav DaveRevert r356996 "[DAG] Avoid smart constructor-based...
2019-03-27 Adrian PrantlAdd LLDB_LIBDIR_SUFFIX to Config.h to unbreak the Xcode...
2019-03-27 Zinovy Nis[clang-tidy] Handle missing yaml module in run-clang...
2019-03-27 Nathan LanzaKill unused variable m_tu_decl_up in SymbolFilePDB
2019-03-27 Nikita Popov[ConstantRange] Add isWrappedSet() and isUpperSignWrapped()
2019-03-27 Teresa Johnson[CGP] Reset DT when optimizing select instructions
2019-03-27 Jessica Paquette[opt-viewer] Teach optrecord.py about !Failure tags
2019-03-27 Eli Friedman[ARM] Don't confuse the scheduler for very large VLDMDI...
2019-03-27 Amara Emerson[AArch64][GlobalISel] Make G_PHI of v2s64, v4s32, v2s32...
2019-03-27 Nikita Popov[ConstantRange] Rename isWrappedSet() to isUpperWrapped()
2019-03-27 Jessica Paquette[opt-viewer] Make filter_=None by default in get_remark...
2019-03-27 Matt ArsenaultRegPressure: Fix crash on blocks with only dbg_value
2019-03-27 Thomas AndersonFix and speedup __libcpp_locale_guard on Windows
2019-03-27 Nikita Popov[InstCombine] Use uadd.sat and usub.sat for canonicaliz...
2019-03-27 Sam McCall[clangd] Support utf-8 offsets (rather than utf-16...
2019-03-27 Amara Emerson[GlobalISel] Fix legalizer artifact combiner from crash...
2019-03-27 Shafik Yaghmour[ASTImporter] Fix IsStructuralMatch specialization...
2019-03-27 Clement Courbet[X86MacroFusion][NFC] Add a bulldozer test.
2019-03-27 Matt ArsenaultReapply "AMDGPU: Scavenge register instead of findUnuse...
2019-03-27 Matt ArsenaultAMDGPU: Add testcase I meant to merge into r357093
2019-03-27 Craig Topper[X86] Add post-isel pseudos for rotate by immediate...
2019-03-27 Quentin Colombet[PeepholeOpt] Don't stop simplifying copies on sequence...
2019-03-27 Sander de Smalen[AArch64][SVE] Asm: error on unexpected SVE vector...
2019-03-27 Matt ArsenaultAMDGPU: Enable the scavenger for large frames
2019-03-27 Casey CarterFix occurrences of _LIBCPP_ASSERT in span tests
2019-03-27 Matt ArsenaultAMDGPU: Add additional MIR tests for exec mask optimiza...
2019-03-27 Matt ArsenaultAMDGPU: Skip debug_instr when collapsing end_cf
2019-03-27 Matt ArsenaultAMDGPU: Fix missing scc implicit def on s_andn2_b64_term
2019-03-27 Mikhail R.... New methods to check for under-/overflow in the SMT API
2019-03-27 Matt ArsenaultPEI: Delay checking requiresFrameIndexReplacementScavenging
2019-03-27 Jonas Devlieghere[Platform] Remove Kalimba Platform
2019-03-27 Andrea Di Biagio[MCA] Fix -Wparentheses warning breaking the -Werror...
2019-03-27 Matt ArsenaultAMDGPU: Don't hardcode num defs for MUBUF instructions
2019-03-27 Matt ArsenaultMIR: Freeze reserved regs after parsing everything
2019-03-27 Haojian Wu[clangd] Bump vscode-clangd v0.0.12.
2019-03-27 Matt ArsenaultAMDGPU: wave_barrier is not isBarrier
2019-03-27 Pavel LabathRename some variables in the std-module tests
2019-03-27 Louis Dionne[libc++] Add proper XFAILs for shared_mutex tests
2019-03-27 Haojian Wu[clangd] Fix the inconsistent code indent in vscode...
2019-03-27 Yonghong Song[BPF] use std::map to ensure consistent output
2019-03-27 Clement Courbet[X86MacroFusion][NFC] Improve macrofusion testing.
2019-03-27 Haojian Wu[clangd] Add activate command to the vscode extension.
2019-03-27 Andrea Di Biagio[MCA][Pipeline] Don't visit stages in reverse order...
2019-03-27 Matt ArsenaultAMDGPU: Fix areLoadsFromSameBasePtr for DS atomics
2019-03-27 Andrew Ng[LLD] Restore tests that use "-" as output
2019-03-27 Nico Webergn build: Merge r357047
2019-03-27 Nirav Dave[DAGCombiner] Unify Lifetime and memory Op aliasing.
2019-03-27 Nirav Dave[DAGCombine] Refactor GatherAllAliases. NFCI.
2019-03-27 Alexey Bataev[OPENMP]Initial support for 'allocate' clause.
2019-03-27 Hans WennborgRe-commit r355490 "[CodeGen] Omit range checks from...
2019-03-27 Dmitry PreobrazhenskyRevert of 357063 [AMDGPU][MC] Corrected handling of...
2019-03-27 Kevin P. NealThe IR verifier currently supports the constrained...
2019-03-27 Sander de Smalen[AArch64] NFC: Cleanup isAArch64FrameOffsetLegal
next