platform/upstream/llvm.git
2018-05-09 Shiva Chen[DebugInfo] Add DILabel metadata and intrinsic llvm...
2018-05-09 Sean Fertile[PPC64] Add lazy symbol resolution stubs.
2018-05-09 Roman TereshinRevert r331819 [GlobalISel][Legalizer] More concise...
2018-05-09 Lang Hames[RuntimeDyld][MachO] Properly handle thumb to thumb...
2018-05-09 Nico WeberMake CMakeLists.txt formatting more consistent with...
2018-05-09 Nico Weberfix path to llvm-cfi-verify unittests in docs
2018-05-09 Nico WeberMake llvm-cfi-verify CMakeLists.txt formatting more...
2018-05-09 Adrian PrantlRemove \brief commands from doxygen comments.
2018-05-09 Petr HosekSet CMAKE_BUILD_WITH_INSTALL_RPATH for Fuchsia runtimes
2018-05-09 Heejin AhnSupport a funclet operand bundle in LowerInvoke
2018-05-09 Vitaly Buka[sanitizer] Remove unneeded blank lines
2018-05-09 Nico WeberInline contents of LLVM_XRAY_TOOLS variable into its...
2018-05-09 Vitaly Buka[sanitizer] Update .clang-format in compiler-rt
2018-05-09 Sriraman TallamFix test by adding -triple=x86_64-unknown-linux
2018-05-09 Petr Hosek[CMake] Use CMAKE_OBJCOPY and CMAKE_STRIP to externaliz...
2018-05-09 Petr Hosek[CMake] Include llvm-strip in Fuchsia toolchain distrib...
2018-05-08 Matt Morehouse[libFuzzer] Guard symbolization with try-lock.
2018-05-08 Davide Italiano[SimplifyCFG] Fix a crash when folding PHIs.
2018-05-08 Sriraman TallamNew option -z keep-text-section-prefix to keep text...
2018-05-08 Roman LebedevPartially revert r331456: [clang-tidy] Remove AnalyzeTe...
2018-05-08 Peter CollingbourneMC: Remove dead code. NFCI.
2018-05-08 Daniel Sanders[globalisel] Correct r331816 to check the opcode before...
2018-05-08 Roman Tereshin[GlobalISel][Legalizer] More concise and faster widenSc...
2018-05-08 Volodymyr SapsaiRevert "Emit an error when mixing <stdatomic.h> and...
2018-05-08 Rumeet DhindsaAdd support for LTO plugin option obj-path
2018-05-08 Daniel Sanders[globalisel] Add a combiner helpers for extending loads...
2018-05-08 Craig Topper[X86] Mark builtins 'const' where possible
2018-05-08 Jessica PaquetteRevert "[X86][CET] Shadow stack fix for setjmp/longjmp"
2018-05-08 Erich KeaneFix float->int conversion warnings when near barriers.
2018-05-08 Yaxun Liu[HIP] Add hip offload kind
2018-05-08 Jessica PaquetteAdd a mno-outline flag to disable the MachineOutliner
2018-05-08 Martin Storsjo[AsmPrinter] Allow emitting codeview for any windows...
2018-05-08 Martin Storsjo[llvm-rc] Add support for all missing dialog controls
2018-05-08 Martin Storsjo[Driver] Don't add -dwarf-column-info when using -gcode...
2018-05-08 Jessica PaquetteChange -foutline to -moutline
2018-05-08 Simon PilgrimFix Wdocumentation warning. NFCI.
2018-05-08 Rumeet DhindsaUpdate ThinLTO Indexing logic
2018-05-08 Stephane SezerAdd missing newlines to cl::extrahelp uses
2018-05-08 Max Moroz[Coverage] Take filenames into account when loading...
2018-05-08 Daniel NeilsonChanging constants in a test (NFC)
2018-05-08 Hideki Saito[LV] Fix for PR37248, Broadcast codegen incorrectly...
2018-05-08 Tim Renouf[AMDGPU] Provide machine -> name mapping
2018-05-08 Lei Huang[Power9]Legalize and emit code for truncate and convert...
2018-05-08 Matt ArsenaultAMDGPU: Fix broken check lines in test
2018-05-08 Matt ArsenaultAMDGPU: Don't use undef in a test
2018-05-08 Stephane Sezer[docs] Fix a typo in KaleidoscopeJIT tutorial
2018-05-08 Matt ArsenaultAMDGPU: Fix broken dynamic vector indexing for packed...
2018-05-08 Matt ArsenaultDAG: Use correct shift width type
2018-05-08 Vitaly Buka[sanitizer] Read file to InternalMmapVectorNoCtor
2018-05-08 Lei Huang[Power9]Legalize and emit code for truncate and convert...
2018-05-08 Vitaly Buka[sanitizer] Close fd on ReadFromFile error
2018-05-08 Changpeng FangAMDGPU: Use eraseFromParent to delete am instruction...
2018-05-08 Lei Huang[Power9]Legalize and emit code for truncate and convert...
2018-05-08 Zachary Turner[lit] Fix running tests that require 'examples'.
2018-05-08 Vitaly Buka[sanitizer] Fix InternalMmapVectorNoCtor reserve and...
2018-05-08 Guozhi Wei[CodeGenPrepare] Move Extension Instructions Through...
2018-05-08 Rui UeyamaRefactor BitcodeCompiler::add(). NFC.
2018-05-08 Rui UeyamaFix a bug that a copy of a large vector was created...
2018-05-08 Lei Huang[PowerPC] Unify handling for conversion of FP_TO_INT...
2018-05-08 Greg ClaytonAdd support to object files for accessing the .debug_ty...
2018-05-08 Alexander Shaposhnikov[llvm-objcopy] Fix exit code
2018-05-08 Stanislav Mekhanoshin[AMDGPU] Added checks for dpp_ctrl value
2018-05-08 Simon Atanasyan[ELF][MIPS] Fix test case in attempt to restore Windows...
2018-05-08 Simon Pilgrim[X86] Tag PCONFIG instruction with WriteSystem schedule...
2018-05-08 Simon Atanasyan[ELF][MIPS] Fix calculation of GP relative relocations...
2018-05-08 Stefan Maksimovic[mips][msa] Pattern match the splat.d instruction
2018-05-08 Simon Pilgrim[X86] Split off WriteIMul64 from WriteIMul schedule...
2018-05-08 Simon Pilgrim[llvm][x86] SandyBridge/IvyBridge don't support BMI1...
2018-05-08 Alexey Bataev[OPENMP, NVPTX] Fix linkage of the global entries.
2018-05-08 Simon Pilgrim[X86] Split WriteIDiv into div/idiv 8/16/32/64 implemen...
2018-05-08 Sven van Haastregt[OpenCL] Factor out language version printing
2018-05-08 Simon Pilgrim[llvm-mca][x86] Add div/idiv, mul/imul and inc/dec...
2018-05-08 Jonas Devlieghere[test] Re-enable TestUnicodeSymbols
2018-05-08 Roman Lebedev[clang-tidy] Profile is a per-AST (per-TU) data.
2018-05-08 Aleksei Sidorin[ASTImporter] Properly import SourceLocations of Attrs
2018-05-08 Martin Storsjo[llvm-rc] Update a stale comment. NFC.
2018-05-08 Simon Pilgrim[X86] Add vector masked load/store scheduler classes...
2018-05-08 Gabor Horvath[ASTMatchers] Overload isConstexpr for ifStmts
2018-05-08 Sander de Smalen[AArch64][SVE] Asm: Support for LD1R load-and-replicate...
2018-05-08 Simon Pilgrim[X86] Add SchedWriteFTest/SchedWriteVecTest TEST schedu...
2018-05-08 Simon Dardis[mips] Mark various memory instructions as being in...
2018-05-08 Sander de Smalen[AArch64] Disallow vector operand if FPR128 Q register...
2018-05-08 Simon Dardis[mips] Correct clo/clz predicates
2018-05-08 Simon PilgrimFix 'not all control paths return a value' MSVC warning...
2018-05-08 Peter Smith[LLD][ELF][AArch64] Increase test coverage of AArch64Er...
2018-05-08 Peter Smith[LLD][ELF] Add test cases to improve code coverage...
2018-05-08 Krasimir Georgiev[clang-format] Add raw string formatting to release...
2018-05-08 Jeremy Morse[X86] Mark all byval parameters as aliased
2018-05-08 Alexander Ivchenko[X86][CET] Shadow stack fix for setjmp/longjmp
2018-05-08 Martin Storsjo[llvm-rc] Don't strictly require quotes around external...
2018-05-08 Hans WennborgObject: Find terminator correctly when reading long...
2018-05-08 Eric Fiselier[C++2a] Implement operator<=>: Fix another bug in the...
2018-05-08 Tobias Grosser[test] Replace undef with true/false to make test case...
2018-05-08 Gabor Buella[x86] Introduce the encl[u|s|v] intrinsics
2018-05-08 Gabor Buella[x86] Introduce the enclv instruction
2018-05-08 Bjorn Pettersson[LCSSA] Do not remove used PHI nodes in formLCSSAForIns...
2018-05-08 Gabor Buella[x86] Introduce the pconfig intrinsic
2018-05-08 Gabor Buella[x86] Introduce the pconfig instruction
2018-05-08 Fangrui Song[DebugInfo] Accept `S` in augmentation strings in CIE.
2018-05-08 Walter Lee[asan] Fix bug introduced by r331647
next