platform/upstream/llvm.git
2017-11-03 Jun Bum LimRecommit r317351 : Add CallSiteSplitting pass
2017-11-03 Kamil RytarowskiDisable detection of on_exit()/TSan on NetBSD
2017-11-03 David BlaikieModularize: Include some required headers
2017-11-03 Aaron BallmanReplace a use of std::for_each() with llvm::for_each...
2017-11-03 Martin Storsjo[llvm-ar] Support an options string that start with...
2017-11-03 Aaron BallmanCorrecting some CRLFs that snuck in with my previous...
2017-11-03 Aaron BallmanAdd llvm::for_each as a range-based extensions to ...
2017-11-03 Mitch Phillips[cfi-verify] Add an interesting unit test where undef...
2017-11-03 Craig Topper[X86] Promote athlon, athlon-xp, k8, and k8-sse3 to...
2017-11-03 Jun Bum LimRevert "Add CallSiteSplitting pass"
2017-11-03 Jake EhrlichReland "Add support for writing 64-bit symbol tables...
2017-11-03 Jun Bum LimAdd CallSiteSplitting pass
2017-11-03 Jake Ehrlich[llvm-objcopy] Add support for dwarf fission
2017-11-03 Evandro Menezes[AArch64] Fix the number of iterations for the Newton...
2017-11-03 Evgeny StupachenkoThe patch fixes PR35131
2017-11-03 Jonas HahnfeldRevert "Rename fields of ompt_frame_t"
2017-11-03 Jonas HahnfeldRevert "Updating implementation of OMPT as specified...
2017-11-03 Adrian PrantlRevert "Invoke salvageDebugInfo from CodeGenPrepare...
2017-11-03 Alex LorenzMove Extract.cpp that wasn't moved in r317343
2017-11-03 Alex Lorenz[refactor][extract] insert semicolons into extracted...
2017-11-03 Craig Topper[CodeGen] Remove unnecessary semicolons to fix a warnin...
2017-11-03 Craig Topper[X86] Initialize Type and Subtype in getHostCPUName...
2017-11-03 Adrian PrantlInvoke salvageDebugInfo from CodeGenPrepare's SinkCast()
2017-11-03 Joachim ProtzeUpdating implementation of OMPT as specified in OpenMP...
2017-11-03 Joachim ProtzeRename fields of ompt_frame_t
2017-11-03 Kostya Kortchinsky[Driver] Add Scudo as a possible -fsanitize= option
2017-11-03 Sanjay Patel[CodeGen] add libcall attr tests to show errno-related...
2017-11-03 Jun Bum Lim[LICM] sink through non-trivially replicable PHI
2017-11-03 Alexey Bataev[SLP] Test for PR23510, NFC.
2017-11-03 Eric LiuUse ToolExecutor framework in the sample tool-template.
2017-11-03 Eric Liu[Tooling] Fix linking of StandaloneToolExecutorPlugin.
2017-11-03 Simon Dardis[mips] Match 'ins' and its' variants with C++ code
2017-11-03 Andrew V. TischenkoFix for Bug 34475 - LOCK/REP/REPNE prefixes emitted...
2017-11-03 Pavel LabathAdd float/vector registers for ppc64le
2017-11-03 Eric Liu[Tooling] Put createExecutorFromCommandLineArgs impleme...
2017-11-03 Don HintonAdd type to FileSpec::PathSyntax enum.
2017-11-03 Pavel LabathXfail test_stack_info_in_minidump test
2017-11-03 Krasimir Georgiev[clang-format] Sort using-declarations case sensitively...
2017-11-03 Anna Thomas[LoopPredication] NFC: Refactored code to separate...
2017-11-03 Mikael Holmen[ADCE] Use MapVector for BlockInfo to make iteration...
2017-11-03 Marc-Andre... [clangd] Handle clangd.applyFix server-side
2017-11-03 George Rimar[ELF] - Remove excessive field initialization. NFC.
2017-11-03 Pavel LabathFix classifications on two concurrent event tests
2017-11-03 Clement Courbetre-land [ExpandMemCmp] Split ExpandMemCmp from CodeGen...
2017-11-03 George Rimar[ELf] - Fix compilation after r317307.
2017-11-03 George Rimar[ELF] - Removed unused variable. NFC.
2017-11-03 Simon Pilgrim[X86][SSE] Add PACKUS support to combineVectorTruncation
2017-11-03 Florian Hahn[PartialInliner] Skip call sites where inlining fails.
2017-11-03 Diana Picus[globalisel][tablegen] Skip src child predicates
2017-11-03 Diana Picus[ARM GlobalISel] Move the check for Thumb higher up
2017-11-03 Ivan A. Kosarev[Analysis] Refine matching and merging of TBAA tags
2017-11-03 Francis Visoiu... [PEI] Simplify handling of targets with no phys regs...
2017-11-03 Erik Verbruggen[preamble] Also record the "skipping" state of the...
2017-11-03 George Rimar[ELF] - Linkerscript: fixed non-determinism when handli...
2017-11-03 George Rimar[ELF] - Teach LLD to strip .zdebug_* sections when...
2017-11-03 George Rimar[ELF] - Teach LLD to use information from .debug_str...
2017-11-03 Martin Storsjo[AArch64] Use dwarf exception handling on MinGW
2017-11-03 Max Kazantsev[NFC] Get rid of hard-coded value ID in test
2017-11-03 Martin Storsjo[MinGW] Add an option -Xlink for passing options throug...
2017-11-03 Martin Storsjo[llvm-nm] Don't error out on multiple occurrances of...
2017-11-03 Martin Storsjo[llvm-nm] Print 'I' for import table data in COFF
2017-11-03 Craig Topper[X86] Remove PALIGNR/VALIGN handling from combineBitcas...
2017-11-03 Craig Topper[TableGen] Add an extra blank line to DAGISel output...
2017-11-03 Justin Lebar[CUDA] Mark CUDA as a no-errno platform.
2017-11-03 Richard Smith[c++17] Visit class template explicit specializations...
2017-11-03 Vedant Kumar[LSR] Clarify a comment. NFC.
2017-11-03 George Karpenkov[analyzer] [NFC] very minor ExprEngineC refactoring
2017-11-03 George Karpenkov[analyzer] do not crash on libcxx03 call_once implement...
2017-11-03 Sriraman TallamAvoid PLT for external calls when attribute nonlazybind...
2017-11-02 Jake EhrlichReland "Add feature to determine if host architecture...
2017-11-02 Vedant Kumar[Verifier] Remove the -verify-debug-info cl::opt
2017-11-02 Quentin Colombet[AArch64][RegisterBankInfo] Add mapping for G_FPEXT.
2017-11-02 Quentin Colombet[AArch64][RegisterBankInfo] Add FPR16 support in value...
2017-11-02 Puyan Lotfimir-canon: First commit.
2017-11-02 Jake Ehrlich[llvm-objcopy] Fix bug in how segment alignment was...
2017-11-02 Craig Topper[X86] Give AVX512VL instructions priority over their...
2017-11-02 Adrian PrantlIndVarSimplify: preserve debug information attached...
2017-11-02 Jake EhrlichAdd feature to determine if host architecture is 64...
2017-11-02 Konstantin... AMDGPU: Fix warning discovered by r317266 [-Wunused...
2017-11-02 David BlaikieModular Codegen: Don't home always_inline functions
2017-11-02 Hiroshi YamauchiIrreducible loop metadata for more accurate block frequ...
2017-11-02 Pavel LabathRemove getCategories mechanism of specifying test categ...
2017-11-02 Pavel LabathRemove android watchpoint xfails
2017-11-02 Krzysztof Parzyszek[Hexagon] Prefer L2_loadrub_io over L4_loadrub_rr
2017-11-02 David BlaikieModular Codegen: Don't home/modularize static functions...
2017-11-02 Eugene Zelenko[Serialization] Fix some Clang-tidy modernize and Inclu...
2017-11-02 Shoaib Meenai[tools] Add option to install binutils symlinks
2017-11-02 Adrian PrantlClean up comments in include/llvm-c/DebugInfo.h
2017-11-02 Pavel LabathFix some warnings found by ToT clang
2017-11-02 Anna Thomas[LoopPredication] Enable predication when latchCheckIV...
2017-11-02 Erich KeaneAdd default calling convention support for regcall.
2017-11-02 Adrian PrantlAdd missing header guards.
2017-11-02 Konstantin... AMDGPU: Remove outdated fixme (it was already fixed)
2017-11-02 Sanjay Patel[CodeGen] fix const-ness of builtin equivalents of...
2017-11-02 Shoaib Meenai[cmake] Remove policy conditionals
2017-11-02 Hans WennborgFix llvm-dsymutil test in -DLLVM_ENABLE_THREADS=OFF...
2017-11-02 Martin Storsjo[test] Move llvm-lib tests into tools/llvm-lib. NFC.
2017-11-02 Ben HamiltonUpdate release notes (check SVN commit-after-approval...
2017-11-02 Jan Veselytgamma: Use unary_decl instead of custom inc file
2017-11-02 Jan Veselytanh: Use unary_decl instead of custom inc file
next