platform/upstream/llvm.git
2019-07-18 Matthew VossRevert "Fix asan infinite loop on undefined symbol"
2019-07-18 Jonas Devlieghere[swig] Enable autodoc feature
2019-07-18 Michael Liao[LAA] Re-check bit-width of pointers after stripping.
2019-07-18 Yitzhak Mandelbaum[LibTooling] Add function to translate and validate...
2019-07-18 Kadir Cetinkaya[clangd] Remove dead code from BackgroundIndex
2019-07-18 Kadir Cetinkaya[clangd] BackgroundIndex stores shards to the closest...
2019-07-18 Peter CollingbourneELF: Add support for remaining R_AARCH64_MOVW* relocations.
2019-07-18 Jonas Devlieghere[LLDB] Remove lldb-mi
2019-07-18 Yuanfang Chen[NFC][llvm-readobj] Refactor dynamic string table index...
2019-07-18 Peter CollingbourneELF: Simplify test. NFCI.
2019-07-18 Peter CollingbourneMC: AArch64: Add support for prel_g* relocation specifiers.
2019-07-18 Peter CollingbourneAArch64: Unify relocation restrictions between MOVK...
2019-07-18 Peter CollingbourneELF: Allow forward references to linked sections.
2019-07-18 Stefan Granitz[CMake] Polish folders in generated Xcode project
2019-07-18 Kadir Cetinkaya[clangd] Refactor background-index shard loading
2019-07-18 Ilya Biryukov[ASTUnit] Attempt to unbreak Windows buildbots after...
2019-07-18 Michael LiaoMinor styling fix. NFC.
2019-07-18 Kadir Cetinkaya[clangd] Get rid of dots and dotsdots within GlobalComp...
2019-07-18 Alex BradburyRevert "[RISCV] Hard float ABI support" r366450
2019-07-18 Ilya BiryukovRevert r366449: [CrossTU] Add a function to retrieve...
2019-07-18 Shaurya Gupta[Clangd] NFC: Fixed tweaks CMakeLists order to alphabetical
2019-07-18 Shaurya Gupta[Clangd] Changed ExtractVariable to only work on non...
2019-07-18 Alex Bradbury[RISCV] Hard float ABI support
2019-07-18 Balazs Keri[CrossTU] Add a function to retrieve original source...
2019-07-18 Ilya Biryukov[ASTUnit] Fix a regression in cached completions
2019-07-18 Jonas Devlieghere[CMake] Don't set Python_ADDITIONAL_VERSIONS
2019-07-18 Haojian Wu[clangd] Suppress unwritten scopes when expanding auto.
2019-07-18 Fangrui Song[ELF][PPC] Delete ppc64-dynamic-relocations.s
2019-07-18 Hsiangkai WangRevert "[DebugInfo] Generate fixups as emitting DWARF...
2019-07-18 Sam McCall[clangd] Disable DumpRecordLayout by default per https...
2019-07-18 Hsiangkai Wang[DebugInfo] Generate fixups as emitting DWARF .debug_fr...
2019-07-18 Simon Pilgrim[X86] EltsFromConsecutiveLoads - support common source...
2019-07-18 Raphael Isemann[lldb][NFC] Tablegenify alias/regex/history/source...
2019-07-18 Gabor Marton[analyzer] Add CTU user docs
2019-07-18 Alexey Bataev[OpenMP][libomptarget] Suppress C++ 11 related warnings...
2019-07-18 Alexey Bataev[OPENMP][NVPTX]Mark barrier functions calls as convergent.
2019-07-18 Serge GueltonRestrict asan + dlopen testcase to x86
2019-07-18 Simon Pilgrim[DAGCombine] Pull getSubVectorSrc helper out of narrowI...
2019-07-18 Thomas Preud... [FileCheck] Fix numeric variable redefinition
2019-07-18 Stefan Granitz[CMake] Always build debugserver on Darwin and allow...
2019-07-18 Serge GueltonRelax regexp to detect failed interception by asan
2019-07-18 Sanjay Patel[x86] try harder to form LEA from ADD to avoid flag...
2019-07-18 George Rimar[llvm-readelf] - Remove the precompiled binary from...
2019-07-18 Ilya BiryukovRevert r366422: [OpenCL] Improve destructor support...
2019-07-18 Hans WennborgBump the trunk version to 10.0.0svn llvmorg-10-init
2019-07-18 Raphael Isemann[lldb][NFC] Format 'type' commands in Options.td
2019-07-18 Raphael Isemann[lldb] Tablegenify thread commands and fix completion...
2019-07-18 Fangrui Song[ELF][PPC] Refactor some ppc64 tests
2019-07-18 Diogo N. Sampaio[ARM][DAGCOMBINE][FIX] PerformVMOVRRDCombine
2019-07-18 Marco Antognini[OpenCL] Improve destructor support in C++ for OpenCL
2019-07-18 Anastasia Stulova[OpenCL] Update comments/diagnostics to refer to C...
2019-07-18 Johan Vikstrom[clangd] Added highlightings for template parameters...
2019-07-18 Chen Zheng[SCEV] add no wrap flag for SCEVAddExpr.
2019-07-18 Chris Jackson[lld] Fix vs-diagnostics-version-script test. NFC.
2019-07-18 Anastasia Stulova[OpenCL][PR42033] Fix addr space deduction with templat...
2019-07-18 Diana PicusFixup r366333 (require x86 in test)
2019-07-18 Raphael Isemann[lldb][NFC] Tablegenify type commands
2019-07-18 Raphael Isemann[lldb] Don't double emit option groups
2019-07-18 Serge GueltonFix asan infinite loop on undefined symbol
2019-07-18 Alex Bradbury[RISCV] Reset NoPHIS MachineFunctionProperty in emitSel...
2019-07-18 Serguei Katkov[LoopInfo] Use early return in branch weight update...
2019-07-18 Alex Bradbury[RISCV][DebugInfo] Fix dwarf-riscv-relocs.ll test on...
2019-07-18 Sam McCall[CodeComplete] Fix ASTUnit cached completion of macros...
2019-07-18 Hans Wennborgclang-tidy release notes: Split and order changes by...
2019-07-18 Kang Zhang[NFC][PowerPC] Add the test to test the pass block...
2019-07-18 Qiu Chaofan[PowerPC][Clang] Remove use of malloc in mm_malloc
2019-07-18 Craig Topper[X86] Disable combineConcatVectors for vXi1 vectors.
2019-07-18 Nathan LanzaFix typo in programmer's manual cantFile -> cantFail
2019-07-18 Alex Bradbury[DWARF][RISCV] Add support for RISC-V relocations neede...
2019-07-18 Fangrui Song[ELF][test] Merge/rename some basic*.s tests
2019-07-18 Fangrui Song[clangd] Fix Fix -Wunused-lambda-capture after r366339
2019-07-18 Alex Bradbury[RISCV] Re-land r366331 d RISCV to LLVM_ALL_TARGETS
2019-07-18 Alex Bradbury[RISCV] Avoid signed integer overflow UB in RISCVMatInt...
2019-07-18 Alex Bradbury[RISCV] Don't acccess an invalidated iterator in RISCVI...
2019-07-18 Fangrui Song[AArch64] Add dependency from AArch64CodeGen to Transfo...
2019-07-18 Nathan LanzaOnly build lldb-tblgen if it's not a current target
2019-07-18 Philip Reames[Tests] Add a test showing how we handle overaligned...
2019-07-18 Nathan Lanza[cmake] Add NATIVE build for cross compiling standalone...
2019-07-18 Csaba Dabis[analyzer] MallocChecker: Prevent Integer Set Library...
2019-07-17 Nilanjana BasuChanges to display code view debug info type records...
2019-07-17 Peter Collingbournehwasan: Use C++ driver for cfi.cc test.
2019-07-17 Evgeniy StepanovMake DT a transitive dependency of LI.
2019-07-17 Denis Bakhvalov[llvm-bcanalyzer] Fixed error 'Expected<T> must be...
2019-07-17 Nico Weberllvm-pdbdump: Fix several smaller issues with injected...
2019-07-17 Stanislav Mekhanoshin[AMDGPU] Simplify AMDGPUInstPrinter::printRegOperand()
2019-07-17 Matt ArsenaultAMDGPU: Set inaccessiblememonly on sendmsg intrinsics
2019-07-17 Adrian McCarthy[NFC] Clarify a Cmake status message regarding Python...
2019-07-17 Craig Topper[X86] Make sure we mark 128/256 MLOAD as Legal with...
2019-07-17 Jason MolendaAh, forgot a debug line I left in the dsym-for-uuid...
2019-07-17 Peter Collingbournegn build: Merge r366361.
2019-07-17 Peter Collingbournehwasan: Initialize the pass only once.
2019-07-17 Jason MolendaAdd support to ProcessMachCore::DoLoadCore to handle...
2019-07-17 Dominik Adamski[NFC][ScopBuilder] Move buildSchedule and its callees...
2019-07-17 Stanislav Mekhanoshin[AMDGPU] Stop special casing flat_scratch for register...
2019-07-17 Evgeniy StepanovSpeculative fix for stack-tagging.ll failure.
2019-07-17 Dominik Adamski[NFC][ScopBuilder]Move finalizeAccesses and its callees...
2019-07-17 Hideto Ueno[Attributor][NFC] Remove unnecessary debug output
2019-07-17 Nilanjana BasuAdding inline comments to code view type record directi...
2019-07-17 Francis Visoiu... [PEI] Don't re-allocate a pre-allocated stack protector...
2019-07-17 Francis Visoiu... [CodeGen] Add stack protector tests where the guard...
next