platform/upstream/llvm.git
2019-06-21 Richard SmithFix __has_cpp_attribute expansion to produce trailing...
2019-06-21 Craig Topper[X86] Add test cases for incorrect shrinking of volatil...
2019-06-21 Hiroshi YamauchiDevirtualize destructor of final class.
2019-06-21 Matt ArsenaultAMDGPU: Fix not using s33 for scratch wave offset in...
2019-06-21 Alex Langford[Target] Decouple ObjCLanguageRuntime from LanguageRuntime
2019-06-21 Craig Topper[X86] Add DAG combine to turn (vzmovl (insert_subvector...
2019-06-21 Marshall ClowImplement P0340R3: Make 'underlying_type' SFINAE-friend...
2019-06-21 Craig Topper[X86] Don't mark v64i8/v32i16 ISD::SELECT as custom...
2019-06-21 Craig Topper[X86] Add avx512bw command lines to avx512-select.ll
2019-06-21 Craig Topper[X86] Add a debug print of the node in the default...
2019-06-21 Simon Pilgrim[X86][AVX] Combine INSERT_SUBVECTOR(SRC0, EXTRACT_SUBVE...
2019-06-21 Reid KlecknerRevert [test][Driver] Fix Clang :: Driver/cl-response...
2019-06-21 Alex Lorenz[clang-scan-deps] print the dependencies to stdout
2019-06-21 Reid KlecknerQuote path to Python executable in case it has spaces
2019-06-21 Amara Emerson[AArch64][GlobalISel] Implement selection support for...
2019-06-21 Amara Emerson[GlobalISel][IRTranslator] Change switch table translat...
2019-06-21 Simon Pilgrim[SLP] Look-ahead operand reordering heuristic.
2019-06-21 David Bolvansky[NFC] Update shl-sub tests
2019-06-21 Sanjay Patel[InstCombine] add tests for ctpop folds; NFC
2019-06-21 Richard SmithFix ARM buildbot.
2019-06-21 Alexey Bataev[OPENMP]Fix PR42068: Vla type is not captured.
2019-06-21 Craig Topper[X86] Use vmovq for v4i64/v4f64/v8i64/v8f64 vzmovl.
2019-06-21 Aaron BallmanEnsure that top-level QualType objects also have a...
2019-06-21 Reid Kleckner[asan] Quote the path to the Python exe in case it...
2019-06-21 Simon Pilgrim[DAGCombine] narrowExtractedVectorBinOp - pull out...
2019-06-21 Amara Emerson[AArch64][GlobalISel] Make s8 and s16 G_CONSTANTs legal.
2019-06-21 Stanislav Mekhanoshin[AMDGPU] hazard recognizer for fp atomic to s_denorm_mode
2019-06-21 David Bolvansky[InstCombine] (1 << (C - x)) -> ((1 << C) >> x) if...
2019-06-21 Simon Pilgrim[X86] isBinOp - move commutative ops to isCommutativeBi...
2019-06-21 Anastasia Stulova[OpenCL][PR41963] Add generic addr space to old atomics...
2019-06-21 Reid Kleckner[asan] Avoid two compiler-synthesized calls to memset...
2019-06-21 David Bolvansky[NFC] Added more tests for D63652
2019-06-21 Simon PilgrimFix MSVC "result of 32-bit shift implicitly converted...
2019-06-21 Aaron BallmanPrint more type node information when dumping the AST...
2019-06-21 Leonard Chan[clang][NewPM] Add -fno-experimental-new-pass-manager...
2019-06-21 Eric FiselierUse rvalue references throughout the is_constructible...
2019-06-21 David Bolvansky[InstCombine] cttz(abs(x)) -> cttz(x)
2019-06-21 Eric FiselierMake move and forward work in C++03.
2019-06-21 Sanjay Patel[GVNSink] prevent crashing on mismatched instructions...
2019-06-21 Alexey Bataev[OPENMP]Fix PR42159: do not capture threadprivate varia...
2019-06-21 David Bolvansky[NFC] Added tests for (1 << (C - x)) -> ((1 << C) ...
2019-06-21 Simon Pilgrim[DAGCombine] narrowInsertExtractVectorBinOp - reuse...
2019-06-21 Eric FiselierEnable aligned_union in C++03
2019-06-21 Eric FiselierGet is_convertible tests passing in C++03 (except the...
2019-06-21 James Henderson[docs][llvm-objdump] Fix bad merge of docs
2019-06-21 Aaron BallmanAdd an automated note to files produced by gen_ast_dump...
2019-06-21 Eric FiselierRemove dead non-variadic workarounds in <type_traits>
2019-06-21 Eric FiselierMake rvalue metaprogramming traits work in C++03.
2019-06-21 George Rimar[llvm-objcopy] - Get rid of dynrel.elf precompiled...
2019-06-21 Jay Foad[Scalarizer] Propagate IR flags
2019-06-21 Eric FiselierRemove even more dead code.
2019-06-21 George Rimar[llvm-readobj] - Inline a few yaml inputs into test...
2019-06-21 Andrea Di BiagioSet an explicit x86 triple for test bottleneck-analysis...
2019-06-21 Eric FiselierAssume __is_final, __is_base_of, and friends.
2019-06-21 Sam Elliott[RISCV] Add RISCV-specific TargetTransformInfo
2019-06-21 Andrea Di Biagio[MCA][Bottleneck Analysis] Teach how to compute a criti...
2019-06-21 Haojian Wu[clangd] Add include-mapping for C symbols.
2019-06-21 Aaron BallmanPrint information about various type nodes when dumping...
2019-06-21 Michal Gorny[lldb] [Process] Introduce common helpers to split...
2019-06-21 Simon Tatham[ARM] Add MVE 64-bit GPR <-> vector move instructions.
2019-06-21 Simon Tatham[ARM] Add MVE vector instructions that take a scalar...
2019-06-21 Paul RobinsonFix a crash with assembler source and -g.
2019-06-21 Simon Pilgrim[X86] X86ISD::ANDNP is a (non-commutative) binop
2019-06-21 Simon Tatham[ARM] Add a batch of similarly encoded MVE instructions.
2019-06-21 James Henderson[binutils] Add response file option to help and docs
2019-06-21 Tatyana Krasnukha[unittests] Simplify CMakeLists with object library
2019-06-21 Fangrui SongFix test/AST/ast-dump-records-json.cpp after ConstantEx...
2019-06-21 Anastasia Stulova[Sema] Fix diagnostic for addr spaces in reference...
2019-06-21 Eric FiselierRemove dead config now that C++03 requires Clang.
2019-06-21 Simon Pilgrim[X86] createMMXBuildVector - call with BuildVectorSDNod...
2019-06-21 James Henderson[llvm-dwarfdump] Remove unnecessary explicit -h behaviour
2019-06-21 Fangrui Song[ARM] Fix -Wimplicit-fallthrough after D62675
2019-06-21 Simon Tatham[ARM] Add MVE vector compare instructions.
2019-06-21 Simon Pilgrim[X86] combineAndnp - use isNOT instead of manually...
2019-06-21 Fangrui Song[Symbolize] Avoid lifetime extension and simplify std...
2019-06-21 Simon Pilgrim[X86] foldVectorXorShiftIntoCmp - use isConstOrConstSpl...
2019-06-21 Anastasia Stulova[Sema] Improved diagnostic for qualifiers in reference...
2019-06-21 Simon Pilgrim[X86][AVX] isNOT - handle concat_vectors(xor X, -1...
2019-06-21 Sven van Haastregt[cmake] Add llvm-dwarfdump to clang test dependencies
2019-06-21 Sven van Haastregt[OpenCL] Remove duplicate read_image declarations
2019-06-21 James Henderson[docs][llvm-objdump] Improve llvm-objdump documentation
2019-06-21 Sam Elliott[RISC-V] Add -msave-restore and -mno-save-restore to...
2019-06-21 Vitaly Buka[GN] Fix check-clang by disabling plugins
2019-06-21 Vitaly Buka[GN] Put libcxx include into the same place as cmake...
2019-06-21 Miklos Vajna[git-clang-format] recognize hxx as a C++ file
2019-06-21 Simon Tatham[ARM] Add a batch of MVE floating-point instructions.
2019-06-21 Mikhail Maltsev[libc++] Avoid using timespec when it might not be...
2019-06-21 Gauthier Harnisch[clang] Small improvments after Adding APValue to Const...
2019-06-21 Haojian Wu[clang-tidy] Fix a typo in the doc.
2019-06-21 Pavel LabathDWARF: Add "dwo_num" field to the DIERef class
2019-06-21 Kadir Cetinkaya[clang-tidy] Move test files of rL363975 into Inputs...
2019-06-21 Mehdi AminiUse std::iterator_traits to infer result type of llvm...
2019-06-21 Fangrui SongSimplify std::lower_bound with llvm::{bsearch,lower_bou...
2019-06-21 Yevgeny Rouban[LICM & MSSA] Fixed test to run only with assertions...
2019-06-21 Vitaly Buka[GN] Fix build
2019-06-21 Fangrui Song[MIPS GlobalISel] Fix -Wunused-variable in -DLLVM_ENABL...
2019-06-21 Kostya Serebryany[libFuzzer] split DataFlow.cpp into two .cpp files...
2019-06-21 Amara Emerson[GlobalISel][Localizer] Allow localization of G_INTTOPT...
2019-06-21 Seiya Nuta[llvm-objcopy][MachO] Rebuild the symbol/string table...
2019-06-20 Davide ItalianoRevert "Fix a crash in option parsing."
next