platform/upstream/llvm.git
2019-08-20 Artem Dergachev[analyzer] NFC: Drop support for extra text attached...
2019-08-20 Fangrui Song[WebAssembly][MC] Fix -Wunused-variable in -DLLVM_ENABL...
2019-08-20 Sam Clegg[WebAssembly][MC] Simplify WasmObjectWriter::recordRelo...
2019-08-20 Richard TrieuFix typo. "piont" => "point"
2019-08-20 Dinar Temirbulatov[SLP][NFC] Avoid repetitive calls to getSameOpcode()
2019-08-20 Julian Lettner[TSan] Rename file with libdispatch interceptors
2019-08-19 Med Ismail... [lldb] Fix typo on the BreakpointLocation header and...
2019-08-19 Louis DionneProvide a meaningful diagnostic when LLVM_PATH doesn...
2019-08-19 Julian Lettner[sanitizer_common] Extend test after switch to posix_spawn
2019-08-19 Hubert Tong[cmake] Link in LLVMPasses due to dependency by LLVMOrc...
2019-08-19 Joel E. Denny[lit] Check for accidental external command calls
2019-08-19 Anton Afanasyev[Support][Time profiler] Make FE codegen blocks to...
2019-08-19 Saleem AbdulrasoolWindows: Include "windows" Instead of "Windows"
2019-08-19 Matthias Gehre[ORC] fix use-after-free detected by -Wreturn-stack...
2019-08-19 Johannes Doerfert[CaptureTracker] Let subclasses provide dereferenceabil...
2019-08-19 Matthias GehreFix use-after-free
2019-08-19 Johannes DoerfertRecommit "[Attributor] Fix: Do not partially resolve...
2019-08-19 Seiya NutaRecommit "[llvm-objcopy][MachO] Implement a layout...
2019-08-19 Evgeniy StepanovRefactor isPointerOffset (NFC).
2019-08-19 Vyacheslav... Fixed placement of llvm.global_dtors on Windows.
2019-08-19 Seiya NutaRecommit "[llvm-objcopy][MachO] Support load commands...
2019-08-19 Evgeniy StepanovMemTag: stack initializer merging.
2019-08-19 Alex Langford[lldb-vscode] add `launchCommands` to handle launch...
2019-08-19 Benjamin Kramer[Support] Replace sys::Mutex with their standard equiva...
2019-08-19 Johannes DoerfertRe-apply fixed "[Attributor] Fix: Make sure we set...
2019-08-19 Raphael Isemann[lldb] Make TestIOHandlerCompletion more stable and...
2019-08-19 Sam Clegg[WebAssembly][MC] Allow empty assembly functions
2019-08-19 Alina Sbirlea[MemorySSA] Rename uses when inserting memory uses.
2019-08-19 Peter CollingbourneBuild symbolizer runtime with C++14.
2019-08-19 Julian Lettner[TSan] Rename file to make it clear that it defines...
2019-08-19 Andrea Di Biagio[X86] Move scheduling tests for CMPXCHG to the correspo...
2019-08-19 Craig Topper[X86] Teach lowerV4I32Shuffle to only use broadcasts...
2019-08-19 Erich KeaneFix poorly formatted HTML in the cxx_status.html file...
2019-08-19 David Carlier[Sanitizer] arc4random interception on Mac
2019-08-19 Erich KeaneFix test where diagnostics changed in P1668 implementation
2019-08-19 Craig Topper[CGP] Remove ModifiedDT from the makeBitReverse loop
2019-08-19 Erich KeaneUpdate cxx_status.html with P1668 status.
2019-08-19 Erich KeaneImplement P1668R1
2019-08-19 Louis Dionne[libc++] Add XFAIL for is_base_of test on AppleClang 11
2019-08-19 Andrea Di Biagio[X86] Added extensive scheduling model tests for all...
2019-08-19 Stefan Stipanovic[Attributor] -attributor-verify has false positives...
2019-08-19 Sam Clegg[lld][WebAssembly] Honor --no-export-dynamic even with...
2019-08-19 Johan Vikstrom[clangd] Added highlighting for tokens that are macro...
2019-08-19 Jonas Devlieghere[dotest] Add --dwarf-version to override the tested...
2019-08-19 Fangrui Song[ELF] Simplify processRelocAux and allow a corner-case...
2019-08-19 Zoe Carver[libc++] reverts commit a5f5aad568bb7a91ceee47641f3076a...
2019-08-19 Pavel LabathFilesystem/Windows: fix inconsistency in readNativeFile...
2019-08-19 Roman Lebedev[TargetLowering] x s% C == 0 fold: vector divisor with...
2019-08-19 Raphael Isemann[lldb][NFC] Stop using GetNumberOfMatches in Completion...
2019-08-19 Serge Guelton[nfc] Silent gcc warning
2019-08-19 George Rimar[llvm-objdump] - Restore lost comment.
2019-08-19 Amaury SechetAutomatically generate AVX512 test cases. NFC
2019-08-19 George Rimar[Object/COFF.h] - Stop returning std::error_code in...
2019-08-19 Fangrui Song[ELF] Move (copy relocation/canonical PLT) before error...
2019-08-19 Jinsong Ji[PeepholeOptimizer] Don't assume bitcast def always...
2019-08-19 Fangrui Song[ELF][Hexagon] Improve error message for unknown reloca...
2019-08-19 Aaron BallmanDon't keep stale pointers to LoopInfos.
2019-08-19 Sid Manning[lld][Hexagon] Add GOTREL relocations.
2019-08-19 Alex Bradbury[RISCV] Don't force absolute FK_Data_X fixups to relocs
2019-08-19 David Stenberg[DebugInfo] Allow bundled calls in the MIR's call site...
2019-08-19 Sanjay Patel[SLP] add test that requires shuffle of scalars; NFC
2019-08-19 Fangrui Song[llvm-readobj] unwrapOrError: remove unnecessary llvm_u...
2019-08-19 Sven van Haastregt[OpenCL] Add generic type handling for builtin functions
2019-08-19 Raphael Isemann[lldb][NFC] Use CompletionRequest in Variable::AutoComplete
2019-08-19 Anastasia Stulova[OpenCL] Fix addr space deduction for pointers/referenc...
2019-08-19 Sanjay Patel[SLP] reduce duplicated code; NFC
2019-08-19 Raphael Isemann[lldb][NFC] Add a few more completion tests to increase...
2019-08-19 Fangrui Song[MC] Simplify ELFObjectWriter::recordRelocation. NFC
2019-08-19 Jeremy Morse[DebugInfo] Make postra sinking of DBG_VALUEs subregist...
2019-08-19 Peter Smith[ELF][ARM] Add a test that maxes out the thunk converge...
2019-08-19 Sam Tebbs[ARM] Add support for MVE vaddv
2019-08-19 David Green[ARM] MVE sext costs
2019-08-19 Jeremy Morse[DebugInfo] Test for variable range un-coalescing
2019-08-19 Raphael Isemann[lldb][NFC] Remove StringList::AutoComplete
2019-08-19 David L. JonesRevert [Attributor] Fix: Make sure we set the changed...
2019-08-19 Raphael Isemann[lldb][NFC] Use GetMaxStringLength in CommandObjectApro...
2019-08-19 Fangrui Song[MC] Delete unnecessary diagnostic: "No relocation...
2019-08-19 Johan Vikstrom[clangd] Added special HighlightingKind for function...
2019-08-19 Raphael Isemann[lldb][NFC] Address review comments to StringList for...
2019-08-19 David L. JonesRevert [Attributor] Fix: Do not partially resolve retur...
2019-08-19 Jan Kratochvil[lldb] Remove unused inheritance in RegularExpression
2019-08-19 Seiya NutaRevert r369230 and r369231
2019-08-19 Fangrui Song[MC] Don't emit .symver redirected symbols to the symbo...
2019-08-19 Craig Topper[X86] Teach lower1BitShuffle to match right shifts...
2019-08-19 Seiya Nuta[llvm-objcopy][MachO] Implement a layout algorithm...
2019-08-19 Seiya Nuta[llvm-objcopy][MachO] Support load commands used in...
2019-08-19 Nathan Ridge[clangd] Update features table in the docs with links...
2019-08-19 Craig Topper[X86] Fix the lower1BitShuffle code added in r369215...
2019-08-19 Craig Topper[X86] Teach lower1BitShuffle to match KSHIFTR that...
2019-08-19 Craig Topper[X86] Teach lower1BitShuffle to recognize padding a...
2019-08-19 Craig Topper[X86] Add test case for missed opportunity to recognize...
2019-08-18 Craig Topper[X86] Add a special case to LowerCONCAT_VECTORSvXi1...
2019-08-18 Craig Topper[X86] Add test cases for suboptimal insertion of a...
2019-08-18 Craig Topper[X86] Replace uses of getZeroVector for vXi1 vectors...
2019-08-18 Hubert Tong[cmake] Move blocks out of redundant else( MSVC ); NFC
2019-08-18 Jonas Devlieghere[CMake] Update CMAKE_OSX_DEPLOYMENT_TARGET to 10.12.
2019-08-18 Lang Hames[ORC] Make sure we linker-mangle symbol names in the...
2019-08-18 Lang Hames[ORC] Remove some dead code.
2019-08-18 David Bolvansky[Diagnostics] Diagnose misused xor as pow
2019-08-18 DeForest Richards[Docs] Test commit
next