platform/upstream/llvm.git
2018-08-17 Marshall ClowRecommit r339943 - Establish the <bit> header. NFC...
2018-08-17 Simon Pilgrim[TableGen] TypeInfer - Cache the legal types as TypeSet...
2018-08-17 Akira Hatanaka[CodeGen] Merge identical block descriptor global varia...
2018-08-17 Kadir Cetinkaya[clangd] Add parantheses while auto-completing functions.
2018-08-17 Hsiangkai Wang[DebugInfo] Generate DWARF debug information for labels...
2018-08-17 Haojian Wu[clang-tidy] Abseil: integral division of Duration...
2018-08-17 Stefan Pintilie[PowerPC] Generate lxsd instead of the ld->mtvsrd seque...
2018-08-17 Andrea Di Biagio[llvm-mca] Removed references to HWStallEvent in Schedu...
2018-08-17 Haojian Wu[clangd] Add a testcase for empty preamble.
2018-08-17 Francis Visoiu... [x86] Fix test breaking on Darwin after r339962
2018-08-17 Francis Visoiu... [X86] Fix liveness information when expanding X86:...
2018-08-17 Florian Hahn[NewGVN] Add tests for r340031.
2018-08-17 Florian Hahn[InstrSimplify,NewGVN] Add option to ignore additional...
2018-08-17 Haojian Wu[Preamble] Empty preamble is not an error.
2018-08-17 Krzysztof Parzyszek[Hexagon] Expand vgather pseudos during packetization
2018-08-17 Alex Bradbury[AtomicExpandPass] Widen partword atomicrmw or/xor...
2018-08-17 Anna Thomas[LICM] Add a diagnostic analysis for identifying alias...
2018-08-17 Erich KeaneFix for bug 38508 - Don't do PCH processing when only...
2018-08-17 Roger Ferrer... [RISCV] Remove unused function
2018-08-17 Hans Wennborgclang-cl: Expose -fno-crash-diagnostics (PR38574)
2018-08-17 Sanjay Patel[ConstantFolding] add simplifications for funnel shift...
2018-08-17 Teresa Johnson[ThinLTO] Correct documentation on default number of...
2018-08-17 Simon Pilgrim[TableGen] TypeSetByHwMode::insert - cache the default...
2018-08-17 Luke Cheeseman[AArch64] - return address signing
2018-08-17 Luke Cheeseman[AArch64] - Generate pointer authentication instructions
2018-08-17 Nemanja IvanovicRevert extraneous directory added by accident in rL340016
2018-08-17 Nemanja Ivanovic[PowerPC] Generate Power9 extswsli extend sign and...
2018-08-17 Simon Pilgrim[DAGCombiner] extractShiftForRotate - fix out of range...
2018-08-17 Andrea Di Biagio[InstCombine] Remove unused method FAddCombine::createF...
2018-08-17 Bernard Ogden[ARM/AArch64] Support FP16 +fp16fml instructions
2018-08-17 Bernard Ogden[ARM/AArch64] TargetParserTest fixes
2018-08-17 George Rimar[LLD][ELF] - Remove dead code. NFC.
2018-08-17 Simon Pilgrim[DAGCombine] Improve (sra (sra x, c1), c2) -> (sra...
2018-08-17 Simon PilgrimFix clangd tests on older compilers
2018-08-17 Daniel Cederman[Sparc] Get sret arg size from CallLoweringInfo.getArgs()
2018-08-17 Kirill Bobyrev[clangd] NFC: Mark Workspace Symbol feature complete...
2018-08-17 Simon PilgrimFix "control reaches end of non-void function" -Wreturn...
2018-08-17 Ilya Biryukov[clangd] Fetch documentation from the Index during...
2018-08-17 Ilya Biryukov[clangd] Show function documentation in signature help
2018-08-17 Daniel Cederman[Sparc] Flush register windows for @llvm.returnaddress(1)
2018-08-17 Haojian Wu[clangd] Always use the latest preamble
2018-08-17 Chen Zheng[MISC]Fix wrong usage of std::equal()
2018-08-17 Sjoerd Meijer[ARM][NFC] ARMCodeGenPrepare: some refactoring and...
2018-08-17 Roman Lebedev[NFC] Some small test updates for Implicit Conversion...
2018-08-17 Roman Lebedev[NFC] Some small test updates for Implicit Conversion...
2018-08-17 Aleksandr UrakovFix compiler warnings after rL339649.
2018-08-17 Max Kazantsev[MustExecute] Fix algorithmic bug in isGuaranteedToExec...
2018-08-17 Max Kazantsev[NFC] Add tests to ensure that improvement of MustThrow...
2018-08-17 Chandler CarruthRevert r339977: [GISel]: Add Opcodes for a few LLVM...
2018-08-17 Brian Cain[llvm-mc-assemble-fuzzer] Update API - Pass MCObjectWri...
2018-08-17 Graydon Hoare[Support] Add a public API to allow clearing all (stati...
2018-08-17 Brian Cain[hexagon] restore -fuse-cxa-atexit by default
2018-08-17 Dean Michael... [XRay][compiler-rt] Avoid InternalAlloc(...) in Profili...
2018-08-17 Aditya Nandakumar[GISel]: Add Opcodes for a few LLVM Intrinsics
2018-08-17 Matt MorehouseRevert "[libFuzzer] Use std::discrete_distribution...
2018-08-17 Chandler Carruth[ADT] Replace a member initializer of a union with...
2018-08-17 Stephane SezerAdd a relocation for R_AARCH64_ABS32 in ObjectFileELF
2018-08-17 Matt Morehouse[libFuzzer] Use std::discrete_distribution for input...
2018-08-17 Heejin Ahn[WebAssembly] Modify LateEHPrepare one-line description...
2018-08-16 Vitaly BukaRevert "Establish the <bit> header. NFC yet. Reviewed...
2018-08-16 David BlaikieDebugInfo: Remove command line (& target-based) disabli...
2018-08-16 Hubert Tong[libc++] Use correct rand.eng.mers all-zeroes seed...
2018-08-16 David BlaikieDisable pubnames in NVPTX debug info using metadata
2018-08-16 Heejin Ahn[WebAssembly] CFG stackify support for exception handling
2018-08-16 Julie HockettRevert "Implement a (simple) Markdown generator"
2018-08-16 Alex LangfordRemove commented out constructor from Scalar
2018-08-16 Vedant KumarRelax a CHECK line to allow for dso_local
2018-08-16 Evgeniy StepanovRevert "Revert "[hwasan] Add __hwasan_handle_longjmp.""
2018-08-16 Chandler Carruth[x86/MIR] Implement support for pre- and post-instructi...
2018-08-16 Vedant KumarAdd a basic integration test for C++ smart pointers
2018-08-16 Alex LangfordRemove outdated TODOs in RegisterValue
2018-08-16 Sanjay Patel[InstCombine] add reflection fold for tan(-x)
2018-08-16 Evgeniy StepanovRevert "[hwasan] Add __hwasan_handle_longjmp."
2018-08-16 Vedant Kumar[InstrProf] Use atomic profile counter updates for...
2018-08-16 Greg ClaytonUpdate the Core file loading instructions so they keep...
2018-08-16 Sanjay Patel[InstCombine] add tests for tan with negated arg; NFC
2018-08-16 Richard SmithFactor Node creation out of the demangler. No functiona...
2018-08-16 Alina SbirleaUpdate MemorySSA in Local utils removing blocks.
2018-08-16 Evgeniy Stepanov[hwasan] Enable Android logging.
2018-08-16 Justin Bogner[docs] Try to clarify the FuzzingLLVM docs
2018-08-16 Julie HockettImplement a (simple) Markdown generator
2018-08-16 Alina Sbirlea[DomTree] Add constructor to create a new DT based...
2018-08-16 Craig Topper[DAGCombiner] Don't reassociate operations that have...
2018-08-16 Craig Topper[X86] In EFLAGS copy pass, don't emit EXTRACT_SUBREG...
2018-08-16 Richard SmithFactor Node creation out of the demangler. No functiona...
2018-08-16 Marshall ClowEstablish the <bit> header. NFC yet. Reviewed as https...
2018-08-16 Reid Kleckner[MC] Improve COFF associative section lookup
2018-08-16 David BlaikieUpdate for LLVM API change
2018-08-16 Chandler Carruth[MI] Change the array of `MachineMemOperand` pointers...
2018-08-16 David BlaikieDebugInfo: Add metadata support for disabling DWARF...
2018-08-16 Michael Bergadd a missed case for binary op FMF propagation under...
2018-08-16 Philip Reames[AST] Speculative build fix for a polly buildbot
2018-08-16 Philip Reames[MemLoc] Fix a bug causing any use of invariant.end...
2018-08-16 Evgeniy Stepanov[hwasan] Add __hwasan_handle_longjmp.
2018-08-16 Matt ArsenaultAMDGPU: Correct errors in device table
2018-08-16 Emmett NeymanUpdate README and Dockerfile to include llvm-proto...
2018-08-16 Evgeniy Stepanov[hwasan] Add malloc_fill_byte and free_fill_byte flags.
2018-08-16 Krzysztof Parzyszek[SystemZ] Require asserts in subregliveness-06.mir
2018-08-16 Philip Reames[LICM][NFC] Restructure pointer invalidation API in...
2018-08-16 Vedant Kumar[dotest] Make --test-subdir work with --no-multiprocess
next