platform/upstream/llvm.git
2017-10-19 Martin Storsjo[Headers] Fix typoed __ARM_DWARF_EH__ ifdefs
2017-10-19 Martin Storsjo[COFF] Exclude certain static libraries and object...
2017-10-19 Vedant Kumar[Coverage] Simplify r316141. NFC.
2017-10-19 Max Kazantsev[NFC][IRCE] Filter out empty ranges early
2017-10-19 whitequark[MergeFunctions] Don't blindly RAUW a GlobalValue with...
2017-10-19 Rafael EspindolaSimplify.
2017-10-19 Rafael EspindolaFix buffer overflow.
2017-10-19 Chris Bieneman[CMake] Allow parent projects to use in-source builds
2017-10-18 Vedant Kumar[llvm-cov] Move LineCoverageIterator to libCoverage...
2017-10-18 Vedant Kumar[llvm-cov] Use the coverage namespace. NFC.
2017-10-18 Justin BognerGISel: Canonicalize select tests using update_mir_test_...
2017-10-18 Justin BognerAArch64/GISel: Modernize the localizer test
2017-10-18 Justin BognerCanonicalize a large number of mir tests using update_m...
2017-10-18 Richard SmithDon't suppress instantiation of definitions for variabl...
2017-10-18 Chandler Carruth[PM] Refactor the bounds checking pass to remove a...
2017-10-18 Justin Bognerupdate_mir_test_checks: Support adding checks for vreg...
2017-10-18 Justin Bognerupdate_mir_test_checks: Improve message when updating...
2017-10-18 Erich KeaneFix capitalization of parameter
2017-10-18 Tony Tye[AMDGPU] Corrections to memory model description.
2017-10-18 Krasimir Georgiev[clang-format] Sort whole block of using declarations...
2017-10-18 Sanjoy DasRevert "[ScalarEvolution] Handling for ICmp occuring...
2017-10-18 Eugene Zelenko[Transforms] Fix some Clang-tidy modernize and Include...
2017-10-18 Benjamin Kramer[Driver] Fix use after free in Hexagon toolchain code.
2017-10-18 Sam CleggFix lit.site.cfg.py.in after rL316123
2017-10-18 Marshall ClowFix a think-o in the design of the stable_XXX sort...
2017-10-18 Dylan McKay[AVR] Fix the select_mbb_placement_bug.ll test
2017-10-18 Sam CleggDon't set static-libs test feature when using LLVM_LINK...
2017-10-18 Vedant Kumar[llvm-cov] Suppress sub-line highlights in simple cases
2017-10-18 Vedant Kumar[llvm-cov] Pass LineCoverageStats in SourceCoverageView...
2017-10-18 Vedant Kumar[llvm-cov] Highlight gaps in consecutive uncovered...
2017-10-18 Pavel Labathlldb-server tests: Fix undefined behavior
2017-10-18 Alex Lorenz[refactor] Add a doc comment to the test function in...
2017-10-18 Alex Lorenz[refactor] selection: new CodeRangeASTSelection represe...
2017-10-18 Matt Morehouse[clang-proto-fuzzer] Use ToT protobuf-mutator.
2017-10-18 Sumanth Gundapaneni[Hexagon] Handling of new HVX flags and target-features
2017-10-18 Sumanth Gundapaneni[Hexagon] New HVX target features.
2017-10-18 Konstantin... AMDGPU/Docs: Make target naming consistent
2017-10-18 Sumanth Gundapaneni[Hexagon] Update Hexagon ArchEnum and sync some downstr...
2017-10-18 Krzysztof Parzyszek[Hexagon] Mark vector loads as predicable, update instr...
2017-10-18 Konstantin... AMDGPU: Rename MaxFlatWorkgroupSize to MaxFlatWorkGroup...
2017-10-18 Aaron BallmanEnable support for the [[maybe_unused]] attribute from...
2017-10-18 Marshall ClowFix regex bug with ^\W. Thanks to Tim Shen for the...
2017-10-18 Jonas Toth[clang-tidy] Fix 32bit platform MSVC
2017-10-18 Jonas Toth[clang-tidy] Fix buildbot for msvc
2017-10-18 Jonas Toth[clang-tidy] introduce legacy resource functions to...
2017-10-18 Alex Bradbury[RISCV] Bugfix createRISCVELFObjectWriter
2017-10-18 Haojian WuSupport Objective-C/C++ source files in check_clang_tidy.py
2017-10-18 Justin Bognerupdate_mir_test_checks: Handle empty liveins
2017-10-18 Justin Bognerupdate_mir_test_checks: Do a better job of disambiguati...
2017-10-18 Justin BognerAArch64/GISel: Fix a couple of tests that were testing...
2017-10-18 Aaron BallmanSilencing a redefinition warning that was not germane...
2017-10-18 Andre Vieira[ARM] Fix disassembly for conditional VMRS and VMSR...
2017-10-18 Simon Dardis[mips] Fix analyzeBranch to handle debug data
2017-10-18 Aaron BallmanEnable support for the [[fallthrough]] attribute from...
2017-10-18 Nikolai BozhenovFixup patch for revision rL316070.
2017-10-18 Simon Dardis[mips] Move test to correct directory. NFCI
2017-10-18 Michael ZuckermanAdding new test for
2017-10-18 NAKAMURA TakumiUntabify.
2017-10-18 George Rimar[ELF] - Removed outdated comment. NFC.
2017-10-18 George Rimar[ELF] - Moved, fixed outdated comment. NFC.
2017-10-18 Dylan McKay[AVR] Update to current LLVM API
2017-10-18 Aaron BallmanSilence -Wimplicit-fallthrough warnings with the genera...
2017-10-18 Haojian Wu[clang-rename] Rename alias.
2017-10-18 George Rimar[ELF] - Make LinkerScript::assignOffsets private. NFC.
2017-10-18 Michael Zuckerman[AVX512][AVX2]Cost calculation for interleave load...
2017-10-18 Hiroshi Inoue[PowerPC] Use helper functions to check sign-/zero...
2017-10-18 Nikolai BozhenovImprove lookThroughCast function.
2017-10-18 Gabor Horvath[ASTImporter] Import SubStmt of CaseStmt
2017-10-18 George Rimar[ELF] - Remove excessive helper. NFC.
2017-10-18 Michael ZuckermanFixing bug issue https://bugs.llvm.org/show_bug.cgi...
2017-10-18 Haojian WuNew -assume-filename=param to check_clang_tidy.py ...
2017-10-18 Rafael EspindolaHandle shared symbols in the gnu hash construction.
2017-10-18 Serguei KatkovFix the incorrect detection of ICONV_LIBRARY_PATH
2017-10-18 Justin Bognerupdate_mir_test_checks: Support '-' in function names
2017-10-18 Justin Bognerupdate_mir_test_checks: Fix a typo I made while prepari...
2017-10-18 NAKAMURA Takumi[CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT...
2017-10-18 NAKAMURA TakumiPrune trailing linefeed.
2017-10-18 Vlad TsyrklevichStatically link llvm-cfi-verify's libraries.
2017-10-18 Rafael EspindolaRevert "Bring back the rest of r315721."
2017-10-18 Justin BognerAdd a utility to update MIR checks, similar to update_l...
2017-10-18 Richard SmithProvide a flag group to turn on/off all "binary literal...
2017-10-18 Richard Smith[modules] When finding the owning module of an instanti...
2017-10-18 Jatin Bhateja[ScalarEvolution] Handling for ICmp occuring in the...
2017-10-18 Petr Hosek[CMake] Build Fuchsia toolchain as -O3
2017-10-18 Adrian PrantlVerifier: Ignore CUs pulled in by ODR-uniqued types.
2017-10-18 Rafael EspindolaBring back the rest of r315721.
2017-10-18 Adrian PrantlRevert "Verifier: Ignore CUs pulled in by ODR-uniqued...
2017-10-18 Adrian PrantlVerifier: Ignore CUs pulled in by ODR-uniqued types.
2017-10-18 Marco CastelluccioUse O_BINARY when opening GCDA file on Windows
2017-10-18 Daniel Sanders[aarch64][globalisel] Register banks and classes should...
2017-10-18 Saleem AbdulrasoolBasic: fix __{,U}INTPTR_TYPE__ on ARM
2017-10-17 Michael Zolotukhin[GlobalDCE] Use DenseMap instead of unordered_multimap...
2017-10-17 Peter Collingbournelit: Improve %: normalization.
2017-10-17 Zachary TurnerResubmit "[lit] Raise the logic for enabling clang...
2017-10-17 Saleem AbdulrasoolBasic: fix `__INTPTR_TYPE__` for Windows ARM
2017-10-17 George Karpenkov[Analyzer] Always use non-reference types when creating...
2017-10-17 Pavel LabathSilence some "implicit conversion of string literal...
2017-10-17 Wei DingAMDGPU : Fix an error for the llvm.cttz implementation.
2017-10-17 Matthias BraunAArch64: Enable AES instruction fusion on Cyclone.
2017-10-17 Tim NorthoverAArch64: account for possible frame index operand in...
next