platform/upstream/llvm.git
2018-09-20 Sid Manning[ELF][HEXAGON] Set DefaultMaxPageSize to 64K
2018-09-20 Calixte Denizet[profile] Fix tests in compiler-rt for patch in gcov...
2018-09-20 Zachary TurnerFix one more test failure.
2018-09-20 Zachary Turner[PDB] Fix failing test.
2018-09-20 Zachary Turner[PDB] Better printing of builtin types when using DIA...
2018-09-20 Calixte Denizet[gcov] Fix wrong line hit counts when multiple blocks...
2018-09-20 Zachary Turner[PDB] Add the ability to map forward references to...
2018-09-20 Andrea Di Biagio[llvm-mca][BtVer2] Modify ANDN tests in zero-idioms...
2018-09-20 David MajorFix test after r342652
2018-09-20 Sanjay Patel[IR] add shuffle query for vector concatenation
2018-09-20 David Major[winasan] Unpoison the stack in NtTerminateThread
2018-09-20 Kostya Kortchinsky[sanitizer] Make __sanitizer::CheckFailed not public
2018-09-20 Sanjay Patel[IR] reduce duplication in unittest for shuffles; NFC
2018-09-20 David Major[winasan] Reduce hotpatch prefix check to 8 bytes
2018-09-20 Alexey Bataev[OPENMP] Add support for mapping memory pointed by...
2018-09-20 Jesper Antonsson[InstCombine] Handle vector compares in foldGEPIcmp()
2018-09-20 Guillaume Chatelet[llvm-exegesis] Fix broken build bots.
2018-09-20 Simon Pilgrim[X86][SSE] Remove UNPCKL(SHUFFLE)->UNPCKH custom combine
2018-09-20 Guillaume Chatelet[llvm-exegesis] Improve Register Setup (roll forward...
2018-09-20 Benjamin Kramer[ADT] Bring back memmove to make GCC 5.4 happy
2018-09-20 Simon Pilgrim[X86][SSE] Remove PSHUFLW/PSHUFHW combineRedundantHalfS...
2018-09-20 Alex Bradbury[RISCV][MC] Modify evaluateConstantImm interface to...
2018-09-20 Andrea Di BiagioFix -Wdocumentation warnings introduced by r342555...
2018-09-20 Simon PilgrimFix line-endings. NFCI.
2018-09-20 Sven van Haastregt[OpenCL] Diagnose redundant address space conversion
2018-09-20 Benjamin Kramer[ADT] Try again to use the same version of llvm::Option...
2018-09-20 Hans WennborgFileCheckify test/Driver/Xarch.c
2018-09-20 George Rimar[DWARF] - Emit the correct value for DW_AT_addr_base.
2018-09-20 Jonas Devlieghere[target] Change target create's behavior wrt loading...
2018-09-20 Jonas Devlieghere[NFC] Turn "load dependent files" boolean into an enum
2018-09-20 Bjorn Pettersson[IPSCCP] Fix a problem with removing labels in a switch...
2018-09-20 Calixte Denizet[IR] Add a boolean field in DILocation to know if a...
2018-09-20 Alex Bradbury[RISCV][MC] Improve parsing of jal/j operands
2018-09-20 Sylvestre Ledrufix some typos in the doc
2018-09-20 Sylvestre Ledruadd a quick link to libc++
2018-09-20 Sylvestre Ledruadd a quick link to libc++abi
2018-09-20 Sylvestre Ledrurefresh the libc++ homepage
2018-09-20 Roman Lebedev[NFC][x86][AArch64] Add BEXTR-like test patterns.
2018-09-20 Sylvestre LedruImprove the doc about the initial commit email sent...
2018-09-20 Bjorn Pettersson[MachineVerifier] Relax checkLivenessAtDef regarding...
2018-09-20 Dean Michael... [XRay][compiler-rt] FDRLogWriter Abstraction
2018-09-20 Eric ChristopherTemporarily Revert "[New PM] Introducing PassInstrument...
2018-09-20 Maya MadhavanFix for bug 34002 - label generated before it block...
2018-09-20 QingShan Zhang[PowerPC] [Clang] Add vector int128 pack/unpack builtins
2018-09-20 Dean Michael... [unittests] Do not use llvm::sort in googlemock
2018-09-20 QingShan Zhang[PowerPC] Fix the assert of combineBVOfConsecutiveLoads...
2018-09-20 Thomas Lively[WebAssembly] Renumber SIMD ops
2018-09-20 Eric FiselierFix diagnostic regex in variant tests to tolerate older...
2018-09-20 Yi Kong[builtins] Add __emutls_unregister_key function
2018-09-20 Aaron PuchertThread Safety Analysis: warnings for attributes without...
2018-09-20 Sean Fertile[PPC64] Handle ppc64le triple in getBitcodeMachineKind.
2018-09-20 Sean Fertile[PPC64] Helper for offset from a function's global...
2018-09-20 Sean Fertile[PPC64] Optimize redundant instructions in global acces...
2018-09-20 Eugene Zelenko[Clang-tidy] Alphabetical sort of files/checks. Add...
2018-09-19 Aaron PuchertThread safety analysis: Handle ObjCIvarRefExpr in SExpr...
2018-09-19 Volodymyr SapsaiRevert "Implement LWG 2221 - No formatted output operat...
2018-09-19 Michael Berg[WEB] add new flags to a DebugInfo lit test
2018-09-19 Fedor Sergeev[New PM] Introducing PassInstrumentation framework
2018-09-19 Evgeniy StepanovRevert "[XRay][compiler-rt] FDRLogWriter Abstraction...
2018-09-19 Sanjay Patel[x86] add test for 256-bit andn (PR37749); NFC
2018-09-19 Sanjay Patel[SelectionDAG] allow vector types with isBitwiseNot()
2018-09-19 Juergen RibutzkaFix the build when LLVM_TARGETS_TO_BUILD is empty.
2018-09-19 Sanjay Patel[x86] add test for add+not vector fold; NFC
2018-09-19 Matthias BraunAArch64: Add FuseCryptoEOR fusion rules
2018-09-19 Matthias BraunMachineScheduler: Add -misched-print-dags flag
2018-09-19 Chandler CarruthWorkaround a limitation of llvm::Any when used with...
2018-09-19 Shuai Wang[NFC] Declare instead of define non-void functions...
2018-09-19 Evandro Menezes[ARM] Adjust the feature set for Exynos
2018-09-19 Kostya Kortchinsky[sanitizer][fuchsia] Fix VMAR leak
2018-09-19 Evandro Menezes[ARM] Refactor Exynos feature set (NFC)
2018-09-19 Matt Morehouse[InstCombine] Disable strcmp->memcmp transform for...
2018-09-19 Saleem Abdulrasooltest: actually fix the condition properly
2018-09-19 Simon Pilgrim[X86] Handle COPYs of physregs better (regalloc hints)
2018-09-19 Michael BergCopy utilities updated and added for MI flags
2018-09-19 Sanjay Patel[x86] change names of vector splitting helper functions...
2018-09-19 Vitaly Buka[ThinLTO] Write TYPE_IDs for types used in functions...
2018-09-19 Vitaly Buka[ThinLTO] Extract getReferencedTypeIds from [NFC]
2018-09-19 Simon Atanasyan[mips][microMIPS] Extending size reduction pass with...
2018-09-19 Simon Atanasyan[mips][microMIPS] Fix the definition of MOVEP instruction
2018-09-19 Saleem Abdulrasooltest: improve condition for the check
2018-09-19 Sylvestre Ledruredirecting to llvm.org/devmtg
2018-09-19 Chris Bieneman[LLJIT] Add API to expose linking layer from LLJIT...
2018-09-19 Marshall ClowImplement LWG 2221 - No formatted output operator for...
2018-09-19 Saleem AbdulrasoolSema: handle `wint_t` more carefully for printf checking
2018-09-19 Simon Pilgrim[X86] Add initial SimplifyDemandedVectorEltsForTargetNo...
2018-09-19 Shafik Yaghmour[DataFormatters] Add formatter for C++17 std::variant
2018-09-19 Shuai Wang[analyzer] Fix nullptr access when processing instantia...
2018-09-19 Andrea Di BiagioAttempt to unbreak buidlbot lld-x86_64-darwin13 after...
2018-09-19 Eric FiselierDon't require relops on variant alternatives to all...
2018-09-19 Carl Ritson[AMDGPU] Add instruction selection for i1 to f16 conversion
2018-09-19 Saleem AbdulrasoolBasic: correct `__WINT_TYPE__` on Windows
2018-09-19 Yonghong Song[bpf] Symbol sizes and types in object file
2018-09-19 Andrea Di Biagio[TableGen][SubtargetEmitter] Add the ability for proces...
2018-09-19 Sanjay Patel[DAGCombiner][x86] add transform/hook to decompose...
2018-09-19 Dan Liew[UBSan] Fix typo in CMake conditional that checked...
2018-09-19 Fedor SergeevRevert rL342544: [New PM] Introducing PassInstrumentati...
2018-09-19 Simon PilgrimFix -Wsign-compare warnings. NFCI
2018-09-19 Alex Bradbury[AtomicExpandPass]: Add a hook for custom cmpxchg expan...
2018-09-19 Martin Storsjo[benchmark] Cherrypick fix for MinGW/ARM from upstream
2018-09-19 Roman Lebedev[InstCombine] foldICmpWithLowBitMaskedVal(): handle...
next