platform/upstream/llvm.git
2018-04-24 Alexander ShaposhnikovRecommit "[llvm-objcopy] Switch over to using TableGen...
2018-04-24 Max Kazantsev[NFC] Use FileCheck in test
2018-04-24 Max Kazantsev[NFC] Use forgetTopmostLoop instead of logic duplication
2018-04-24 Craig Topper[X86] Add a BSWAP16 instruction using the 32-bit encodi...
2018-04-24 Craig Topper[X86] Remove '#ifdef __x86_64__' around mask_set1_epi64...
2018-04-24 Chandler Carruth[PM/LoopUnswitch] Remove another over-aggressive assert.
2018-04-24 David BlaikieFixup Polly for an LLVM header file change.
2018-04-24 Eric ChristopherRemove unused function HexagonEarlyIfConversion::replac...
2018-04-24 Max Kazantsev[NFC] Add clarification comment
2018-04-24 Eric ChristopherReflow formatting after previous NFC commit.
2018-04-24 Eric ChristopherChange if-conditionals to else-if as they should all...
2018-04-24 Nico WeberMake add_clang_tool() formatting a bit more consistent.
2018-04-24 Nico WeberMostly revert r330672.
2018-04-24 Nico WeberRemove code that's almost always dead, and harmful...
2018-04-24 David BlaikieFix build break due to content moving from Scalar.h...
2018-04-24 David BlaikieFix build breaks in examples due to moving stuff from...
2018-04-24 David BlaikieInstCombine: Fix layering by not including Scalar.h...
2018-04-24 Craig Topper[AggressiveInstCombine] Add aggressive inst combiner...
2018-04-24 George Burgess IVReland r301880(!): "[InstSimplify] Handle selects of...
2018-04-24 Alex Shlyapnikov[HWASan] Use dynamic shadow memory on Android only.
2018-04-24 Alex Shlyapnikov[HWASan] Use dynamic shadow memory on Android only...
2018-04-24 Craig Topper[AggressiveInstCombine] Add createAggressiveInstCombine...
2018-04-24 Craig Topper[AggressiveInstCombine] Add library initializer routine...
2018-04-23 Simon Pilgrim[X86] Remove unnecessary vector memory folded InstRW...
2018-04-23 Robert Widmann[LLVM-C] DIBuilder Bindings For Variable Expressions
2018-04-23 Roman Tereshin[GlobalISel][Legalizer] Look thro copies while combinin...
2018-04-23 Simon Pilgrim[X86] Remove unnecessary BMI2 InstRW overrides.
2018-04-23 Craig Topper[X86] Move the 32-bit versions of rdfsbase/rdgsbase...
2018-04-23 Craig Topper[X86] Move __builtin_ia32_movnti64 andd __builtin_ia32_...
2018-04-23 Benjamin Kramer[AST] strcmp/memcmp always compares unsigned chars.
2018-04-23 Tim ShenRe-commit r330627 "[libcxx] implement <experimental...
2018-04-23 Craig Topper[Docs] Regenerate command line documentation.
2018-04-23 Florian Hahn[LoopInterchange] Do not change LI for BBs in child...
2018-04-23 Matt Morehouse[libFuzzer] Add feature to not use AFL's deferred forks...
2018-04-23 Roman Lebedev[Sema] Add -Wno-self-assign-overloaded
2018-04-23 Martin LiskaChange kAllocatorSpace for powerpc64.
2018-04-23 Jan Veselylog10: Use sw implementation from amd builtins
2018-04-23 Simon Pilgrim[X86] Remove unnecessary WriteLEA InstRW overrides.
2018-04-23 Zachary Turner[COFF] Alias /DEBUG:FULL to /DEBUG
2018-04-23 Roman Lebedev[DAGCombiner] Unfold scalar masked merge if profitable
2018-04-23 Roman Lebedev[X86][AArch64][NFC] Add tests for masked merge unfolding
2018-04-23 Rui UeyamaRemove duplicate "error:" from an error message.
2018-04-23 Alex Shlyapnikov[Sanitizer] Internal Printf string width + left-justify.
2018-04-23 Sanjay Patel[AggressiveInstCombine] add tests for PR37098; NFC
2018-04-23 Xin Tong[CallSiteSplit] Make sure we remove nonnull if the...
2018-04-23 Gabor Buella[X86] Revert r330638 - accidental commit
2018-04-23 George Burgess IVFix a broken typedef; NFCI
2018-04-23 Gabor Buella[X86] movdiri and movdir64b instructions
2018-04-23 Marc-Andre... [clangd] Implementation of workspace/symbol request
2018-04-23 Tim ShenRevert "[libcxx] implement <experimental/simd> declarat...
2018-04-23 Bjorn Pettersson[MemCpyOpt] Skip optimizing basic blocks not reachable...
2018-04-23 Alexey Bataev[OPENMP] Formatting and code improvement, NFC.
2018-04-23 Nico WeberFix typo in comment.
2018-04-23 Sam Clegg[WebAssembly] MC: Refactor section creation code
2018-04-23 Quentin Colombet[CODE_OWNERS] Update my email address.
2018-04-23 Peter CollingbourneReland r329956, "AArch64: Introduce a DAG combine for...
2018-04-23 Daniel Neilson[DSE] Teach the pass that atomic memory intrinsics...
2018-04-23 Alex Shlyapnikov[HWASan] Add files missing in r330624
2018-04-23 Tim Shen[libcxx] implement <experimental/simd> declarations...
2018-04-23 Richard SmithDR727: remove wrong assertion for use of class-scope...
2018-04-23 Matthew Simpson[AArch64] Add cost model test case for transpose
2018-04-23 Alex Shlyapnikov[HWASan] Introduce non-zero based and dynamic shadow...
2018-04-23 Alex Shlyapnikov[HWASan] Switch back to fixed shadow mapping for x86-64
2018-04-23 Bjorn PetterssonImprove checks in test/Frontend/ftime-report-template...
2018-04-23 Craig Topper[X86] Add disassembler test cases for bswap.
2018-04-23 Alexey Bataev[OPENMP] Do not cast captured by value variables with...
2018-04-23 Reid KlecknerRevert r330474 - "[HWASan] Introduce non-zero based...
2018-04-23 Vedant Kumar[SelectionDAG] Dump debug locs in SDNodes
2018-04-23 Davide Italiano[CMake] Add the missing `dsymutil` dependency when...
2018-04-23 Reid KlecknerFix clang-cl warnings in compiler-rt
2018-04-23 Simon Pilgrim[MC] Remove MachineInstr reference in MC layer (PR37160)
2018-04-23 Reid KlecknerFix -Wtautological-compare warning with npos on Windows
2018-04-23 Aleksei SidorinQuick fix for rC330605: specify a target arch for test
2018-04-23 Matt ArsenaultAMDGPU: Move a flawed assert when spilling SGPRs
2018-04-23 Simon Pilgrim[X86] Replace x87 instregex with instrs if they only...
2018-04-23 Adrian PrantlFix computeSymbolSizes SEGFAULT on invalid file
2018-04-23 Jan Korous[clangd][tests] Fix delimiter handling
2018-04-23 Jan Korous[clangd][tests] Fix handling of EOF in delimited input
2018-04-23 Matt ArsenaultAMDGPU: Assign enum name to stack ID
2018-04-23 Matt ArsenaultStackSlotColoring: Fix missing skipFunction check
2018-04-23 Aleksei Sidorin[analyzer] Don't crash on printing ConcreteInt of size...
2018-04-23 Nico WeberFix case of LLVM library names.
2018-04-23 Daniel Neilson[SelectionDAG] Refactor lowering of atomic memory intri...
2018-04-23 Benjamin Kramer[clangd] Fix Context::derive to actually call the right...
2018-04-23 Nico WeberRemove unused code (made unused by r161073, and later...
2018-04-23 Zaara Syeda[PPC64] Fix toc restore nops offset for V2 ABI
2018-04-23 Benjamin Kramer[clangd] Prune some dead declarations. No functionality...
2018-04-23 Kostya Kortchinsky[scudo] Read ARM feature bits using Fuchsia APIs.
2018-04-23 George Rimar[ELF] - Simplify. NFC.
2018-04-23 Henry Wong[analyzer] Move `TaintBugVisitor` from `GenericTaintChe...
2018-04-23 Benjamin Kramer[index] Fix methods that take a shared_ptr to just...
2018-04-23 Robert Widmann[LLVM-C] DIBuilderBindings for Subrange and Arrays
2018-04-23 Nico WeberSort a target list a bit better.
2018-04-23 Alexey Bataev[DEBUGINFO, NVPTX] Add the test for the debug info...
2018-04-23 Robert Widmann[LLVM-C] Finish Up Scope Bindings
2018-04-23 Marianne Mailhot... [doc] Removed obsolete -count-aa from AliasAnalysis...
2018-04-23 Henry Wong[analyzer] CStringChecker.cpp - Code refactoring on...
2018-04-23 Simon Pilgrim[X86] Remove instregex matching from CLAC/STAC.
2018-04-23 Nico WeberList cpp file only once (was added in 147117 and 147117...
2018-04-23 Nicolai HaehnleAMDGPU: Fix SDWA peephole for V_AND_B32
next