platform/upstream/llvm.git
2019-03-28 Florian Hahn[MemDepAnalysis] Allow caller to pass in an OrderedBasi...
2019-03-28 Alexey Bataev[OPENMP]Add check for undefined behavior with thread...
2019-03-28 Simon Pilgrim[SLP][X86] Add tests showing failure to commute icmp...
2019-03-28 Louis Dionne[pstl] Uglify internal names of the library
2019-03-28 Simon Pilgrim[SLP][X86] Add tests showing failure to commute icmp...
2019-03-28 Adrian PrantlTemporarily revert "SafepointIRVerifier port to new...
2019-03-28 Reid Kleckner[COFF] Optimize range extension thunk insertion memory...
2019-03-28 Jordan Rupprecht[llvm-objcopy][NFC] Move ELF-specific logic into /ELF...
2019-03-28 Jonas Devlieghere[NFC] find_first_of/find_last_of -> find/rfind for...
2019-03-28 Dan Albert[Driver] Default Android toolchains to noexecstack.
2019-03-28 Craig Topper[X86] Teach the isel optimization for (x << C1) op...
2019-03-28 Sam Clegg[WebAssembly] Reland of rL356953 (4dcf3acce6)
2019-03-28 Rui UeyamaCreate an instance of Target after reading all input...
2019-03-28 Rui UeyamaMake a member function a non-member function.
2019-03-28 Reid KlecknerDelay initialization of three static global maps, NFC
2019-03-28 Rui UeyamaDe-template X86_64TargetInfo. NFC.
2019-03-28 Marshall ClowFix PR#35967: '<regex> syntax_option_type is not a...
2019-03-28 Louis Dionne[pstl] Introduce forward declarations
2019-03-28 Shafik YaghmourRegression test to ensure that we handling importing...
2019-03-28 Benjamin KramerMake helper functions static. NFC.
2019-03-28 Sam McCallDisable warnings when indexing as a standalone action.
2019-03-28 Rui UeyamaMake TargetInfo const. NFC.
2019-03-28 Shoaib Meenai[CodeGen] Add additional mangling for struct members...
2019-03-28 Petar Avramovic[MIPS GlobalISel] Select float constants
2019-03-28 Nico Webergn build: Add some build files for clangd
2019-03-28 Louis Dionne[libc++] Remove unnecessary <iostream> #includes in...
2019-03-28 Jordan RupprechtAdd "git llvm revert" and "git llvm svn-lookup" subcommands
2019-03-28 Nirav Dave[DAG] Fix Lifetime Node ID hashing.
2019-03-28 Sanjay Patel[DAGCombiner] fold sext into negation
2019-03-28 Sanjay Patel[x86] add vector test for sext of negate; NFC
2019-03-28 Scott Linder[AMDGPU] Clarify Code Object V2/V3 differences in AMDGP...
2019-03-28 Sam McCall[clangd] Update error message to fix tests after r357173
2019-03-28 Michael Platings[Documentation] Proposal to change variable names
2019-03-28 Sam McCall[clangd] Support UTF-32 (i.e. codepoint) offsets.
2019-03-28 Sanjay Patel[x86] avoid cmov in movmsk reduction
2019-03-28 Clement Courbet[X86MacroFusion] Handle branch fusion (AMD CPUs).
2019-03-28 Matt ArsenaultAMDGPU: Make exec mask optimzations more resistant...
2019-03-28 Roman Lebedev[X86] AMD Piledriver (BdVer2): fine-tune some latencies
2019-03-28 Clement Courbet[NFC] Format InlineFeatureIgnoreList.
2019-03-28 Adam Balogh[Analyzer] Constraint Manager - Calculate Effective...
2019-03-28 Xing GUO- Addressed comments
2019-03-28 Xing GUO- Addressed @jhenderson 's comments
2019-03-28 Xing GUO[llvm-readobj] Add new helper function `getSymbolVersio...
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()
next