platform/upstream/llvm.git
2017-11-28 Adrian PrantlSROA: Avoid creating a fragment expression that covers...
2017-11-28 Adrian PrantlMove getVariableSize from Verifier.cpp into DIVariable...
2017-11-28 Craig Topper[X86] Remove unnecessary fp<->int setOperationAction...
2017-11-28 Akira HatanakaInsert padding before the __cxa_exception header to...
2017-11-28 Craig Topper[X86] Remove duplicate calls to setOperationAction...
2017-11-28 Rafael EspindolaAdd an F_Delete flag.
2017-11-27 Craig Topper[DAGCombiner] Don't combine aext(setcc) if the setcc...
2017-11-27 Craig Topper[DAGCombiner] Use EVT::changeVectorElementTypeToInteger...
2017-11-27 Rafael EspindolaAdd OpenFlags to the create(Unique|Temporary)File inter...
2017-11-27 Reid Kleckner[clang-cl] Alias /Wall to -Weverything
2017-11-27 Evgeniy Stepanov[msan] Avoid shadowing a variable in common interceptors.
2017-11-27 Matt Morehouse[TSan] Do not run cond_cancel.c test on ppc64.
2017-11-27 Sam CleggRename `Symtab` private memory to avoid confusion with...
2017-11-27 Sam CleggFix typo in test name
2017-11-27 Aaron BallmanAdd an option to misc-move-const-arg to not diagnose...
2017-11-27 Craig Topper[X86] Teach getSetCCResultType to handle more than...
2017-11-27 Petr Hosek[CMake] Pass LLVM_HOST_TRIPLE to external projects
2017-11-27 Sam CleggConsistent use of <internal> when displaying internal...
2017-11-27 Petr Hosek[CMake][runtimes] Support monorepo layout with runtimes...
2017-11-27 Marshall ClowFix problems with r'890 when building on machines where...
2017-11-27 Michal Gorny[cmake] Pass -Wl,-z,nodelete on Linux to prevent unloading
2017-11-27 Greg ClaytonFixed the ability to recursively get an attribute value...
2017-11-27 Craig Topper[X86] Remove lines that set v8f32 FP_ROUND/FP_EXTEND...
2017-11-27 Dan Gohman[WebAssemby] Enable "-mthread-model single" by default...
2017-11-27 Peter CollingbourneRevert r319090, "COFF: Do not create SectionChunks...
2017-11-27 Kostya Kortchinsky[scudo] Workaround for uninitialized Bionic globals
2017-11-27 Yan Zhangadd new check to find OSSpinlock usage
2017-11-27 Davide Italiano[Mem2Reg] Clang-format unformatted parts of this file...
2017-11-27 Davide Italiano[SROA] Propagate !range metadata when moving loads.
2017-11-27 Stephane SezerMark UUID::GetByteSize() const
2017-11-27 Sanjay Patel[PartiallyInlineLibCalls][x86] add TTI hook to allow...
2017-11-27 Daniel SandersAdd release note about TargetRegistry change from r318352
2017-11-27 Yaxun Liu[AMDGPU] Update test nullptr.ll to use amdgiz environment
2017-11-27 Marshall ClowRevert commit removing allocator support from packaged_...
2017-11-27 Peter CollingbourneCOFF: Do not create SectionChunks for discarded comdat...
2017-11-27 Petr HosekUse LIST_SEPARATOR rather than escaping in ExternalProj...
2017-11-27 Petr Hosek[CMake][Fuchsia] Disable terminfo database in Fuchsia...
2017-11-27 Zaara Syeda[PowerPC] Remove redundant TOC saves
2017-11-27 David BlaikieRename MCTargetOptionsCommandFlags.h to .def as it...
2017-11-27 Craig Topper[SelectionDAG] Add a debug message when vector_shuffle...
2017-11-27 David BlaikieFix for file renaming in LLVM (CommandFlags.h -> Comman...
2017-11-27 Kostya Kortchinsky[fuchsia] Update Fuchsia with a new mmap implementation.
2017-11-27 David BlaikieRename CommandFlags.h -> CommandFlags.def
2017-11-27 David BlaikieFix -Werror build for signed/unsigned comparison with...
2017-11-27 Marshall ClowImplement LWG#2921 and LWG#2976 - removing allocator...
2017-11-27 Alexey Bataev[OPENMP] Codegen for `distribute parallel for simd...
2017-11-27 Alexey Bataev[OPENMP] Codegen for `distribute parallel for simd...
2017-11-27 Pirama Arumuga... Switch CPU names not recognized by GNU assembler
2017-11-27 Michal GornyRevert r319069 - [cmake] Pass -Wl,-z,nodelete on Linux...
2017-11-27 Arnold SchwaighoferInliner: Don't mark notail calls with the 'tail' attribute
2017-11-27 Marshall ClowFix PR#35438 - bitset constructor does not zero unused...
2017-11-27 Adam NemetAdd opt-viewer testing
2017-11-27 Adam Nemet[opt-viewer] Fix option name
2017-11-27 Jake Ehrlich[llvm-objcopy] Add --strip-all-gnu and change --strip-all
2017-11-27 Zachary Turner[BinaryStream] Support growable streams.
2017-11-27 Michal Gorny[cmake] Pass -Wl,-z,nodelete on Linux to prevent unloading
2017-11-27 Craig Topper[X86] Remove an unused isel pattern that looked for...
2017-11-27 Sanjay Patel[InstCombine] use 'auto' with 'dyn_cast'; NFC
2017-11-27 Craig Topper[X86] Teach combineX86ShuffleChain that AllowIntDomain...
2017-11-27 Simon Pilgrim[X86][AVX512] Tag AVX512 PACKSS/PACKUS/PMADDWD/PMADDUBS...
2017-11-27 Krzysztof Parzyszek[Hexagon] Implement HexagonSubtarget::isHVXVectorType
2017-11-27 Craig Topper[X86] Add avx512bw command lines to vselect-packss.ll
2017-11-27 Alexander Kornienko[clang-tidy] Rename qualified references to check class...
2017-11-27 Jonas HahnfeldDelete obsolete function mergeUseListsImpl
2017-11-27 Kamil RytarowskiBuild more sanitizers for NetBSD
2017-11-27 Craig Topper[X86] Make getSetCCResultType return vXi1 for any vXi32...
2017-11-27 Artem Dergachev[analyzer] pr34766: Fix a crash on explicit std::initia...
2017-11-27 Ben Hamilton[polly] Set up .arcconfig to point to new Diffusion...
2017-11-27 Artem Dergachev[analyzer] pr34404: Fix a crash on modeling pointers...
2017-11-27 Simon Pilgrim[X86][SSE] Fix roundpd instructions to correctly use...
2017-11-27 Ben Hamilton[clang] Set up .arcconfig to point to new Diffusion...
2017-11-27 Rafael EspindolaAdd a missing test.
2017-11-27 Dmitry Preobrazhensky[AMDGPU][MC][DISASSEMBLER][GFX9] Corrected decoding...
2017-11-27 Zaara Syeda[Power9] Improvements to vector extract with variable...
2017-11-27 Pavel LabathRemove custom TimePoint-formatting code
2017-11-27 Fangrui Song[XRay] Fix typo in docs. NFC
2017-11-27 Alexey Bataev[OPENMP] Improve handling of cancel directives in targe...
2017-11-27 Simon Pilgrim[X86][AVX512] Tag AVX512 sqrt instructions with SSE_SQR...
2017-11-27 Jonas Devlieghere[llvm-dwarfdump] Display DW_AT_high_pc as absolute...
2017-11-27 Sanjay Patel[InstSimplify] use m_APFloat to simplify fcmp folds...
2017-11-27 Marshall ClowFix failure on C++03 bots
2017-11-27 Sanjay Patel[InstSimplify] add fcmp with negative constant tests...
2017-11-27 Ben Hamilton[clang-tools-extra] Fix small typo in docs/ReleaseNotes.rst
2017-11-27 Ben Hamilton[clang-tools-extra] Set up .arcconfig to point to new...
2017-11-27 Marshall ClowImplement LWG#2948: unique_ptr does not define operator...
2017-11-27 Vassil VassilevConstify. NFC.
2017-11-27 Nirav Dave[DAG] Do MergeConsecutiveStores again before Instructio...
2017-11-27 Alexander Kornienko[clang-tidy] Fix link error in clang-tidy after the...
2017-11-27 Gabor Horvath[clang-tidy] Misc redundant expressions check updated...
2017-11-27 Simon Pilgrim[X86] Add INVLPGA to the existing INVLPG scheduling
2017-11-27 Petar Jovanovic[mips] fix asmstring of Ext and Ins instructions and...
2017-11-27 Simon Pilgrim[X86] Add scheduling tests for invlpg/invlpga
2017-11-27 Pavel Labathdotest: Mark more android targets as chatty
2017-11-27 Jan Korous[Support] Fix locking of shared variable in threadpool
2017-11-27 Fedor Sergeev[lit] Set shlibpath_var on Solaris
2017-11-27 Vedran Miletic[AMDGPU] Add custom lowering for llvm.log{,10}.{f16...
2017-11-27 Krasimir Georgiev[clang-format] Add option to group multiple #include...
2017-11-27 Alexander Kornienko[clang-tidy] Move checks from misc- to performance-
2017-11-27 Benjamin KramerMake helper function static. NFC.
2017-11-27 Alexander Kornienko[clang-tidy] readability-non-const-parameter fixes...
next