platform/upstream/llvm.git
2018-07-17 Benjamin KramerRevert "[Sema] Reword warning for constant captures...
2018-07-17 Joerg SonnenbergerAlways use __mcount on NetBSD. Some platforms don't...
2018-07-17 George Rimar[ELF] - Eliminate dead code. NFC.
2018-07-17 Gabor Marton[ASTImporter] Fix poisonous structural equivalence...
2018-07-17 Joerg SonnenbergerFor NetBSD, unwind data is emitted by default, so also...
2018-07-17 Tim RenoufMore fixes for subreg join failure in RegCoalescer
2018-07-17 Sander de Smalen[AArch64][SVE] Asm: Support for predicated FP operation...
2018-07-17 Joerg SonnenbergerBy popular demand, switch in64_t on NetBSD/AArch64...
2018-07-17 Chen Zheng[NFC][testcases] add testcases for folding srem whose...
2018-07-17 Joerg SonnenbergerDon't assert that a size_t fits into 64bit.
2018-07-17 George Rimar[ELF] - Add test for checking unknown -color-diagnostic...
2018-07-17 Gabor Marton[ASTImporter] Fix import of unnamed structs
2018-07-17 George Rimar[ELF] - Add a test for --no-warn-symbol-ordering.
2018-07-17 George Rimar[ELF] - Simplify Symbol::getSize(). NFC.
2018-07-17 whitequark[LLVM-C] Fix name mangling on AggressiveInstCombine
2018-07-17 whitequark[LLVM-C] Add target triple normalization to the C API.
2018-07-17 Benjamin Kramer[llvm-objcopy] Run not with any python, but the python...
2018-07-17 Jonas DevlieghereMove pretty stack trace printer into driver.
2018-07-17 Balazs Keri[ASTImporter] Import described template (if any) of...
2018-07-17 Sander de Smalen[AArch64][SVE] Asm: Support for predicated FP operations.
2018-07-17 Simon Pilgrim[DAGCombiner] Call SimplifyDemandedVectorElts from...
2018-07-17 Simon PilgrimFix MSVC "result of 32-bit shift implicitly converted...
2018-07-17 George Rimar[ELF] - Check we able to report function symbols that...
2018-07-17 Florian HahnTemporarily revert r337226 "Restructure checking for...
2018-07-17 George Rimar[ELF] - Fix BB. 'Filecheck' -> 'FileCheck'.
2018-07-17 Sander de Smalen[AArch64][SVE] Asm: Support for SPLICE instruction.
2018-07-17 George Rimar[ELF] - Check we are able to report zlib decompressor...
2018-07-17 Sander de Smalen[AArch64][SVE] Asm: Support for EXT instruction.
2018-07-17 George Rimar[ELF] - Check we are able to report errors when DW_AT_d...
2018-07-17 Roman LebedevHarden/relax clang/test/CodeGen/opt-record-MIR.c test
2018-07-17 Tobias Grosser[DependenceInfo] Use isl++ to replace foreach_set with...
2018-07-17 Tobias Grosser[IslNodeBuilder] Use isl++ to replace foreach_set with...
2018-07-17 Tobias Grosser[ScopInfo] Replace isl foreach calls with for loops
2018-07-17 Tobias Grosser[ZoneAlgo] Replace isl foreach calls with for loops
2018-07-17 Tobias Grosser[FlattenSchedule] Replace isl foreach calls with for...
2018-07-17 Tobias Grosser[MaximalStaticExpansion] Replace isl foreach calls...
2018-07-17 Tobias Grosser[ForwardOpTree] Replace isl foreach calls with for...
2018-07-17 Tobias Grosser[Simplify] Replace isl foreach calls with for loops
2018-07-17 Craig Topper[X86] Properly qualify some MOVSS/MOVSD patterns with...
2018-07-17 Tobias Grosser[FlattenAlgo] Replace more isl foreach calls with for...
2018-07-17 Tobias Grosser[FlattenAlgo] Replace some isl foreach calls with for...
2018-07-17 Tobias Grosser[unittest/DeLICM] Replace isl foreach calls with for...
2018-07-17 Daniel Cederman[Sparc] Do not depend on icc for ta 1
2018-07-17 Eric FiselierAddress "always inline function is not always inlinable...
2018-07-17 Craig Topper[X86] Add full set of patterns for turning ceil/floor...
2018-07-17 Craig Topper[X86] Add test cases for selecting floor/ceil/trunc...
2018-07-17 Jacob Bandes... [Driver] Add -fno-digraphs
2018-07-17 Artem Dergachev[analyzer] Fix size_t in tests.
2018-07-17 Chen Zheng[testcases] move testcases to right place - NFC
2018-07-17 Artem Dergachev[CFG] [analyzer] Allow elidable copies to have more...
2018-07-17 Artem Dergachev[analyzer] pr37802: Fix symbolic-pointer-to-boolean...
2018-07-17 Artem Dergachev[analyzer] Assert that nonloc::SymbolVal always wraps...
2018-07-17 Richard SmithRestructure checking for, and warning on, lifetime...
2018-07-16 Matt Davis[llvm-mca][docs] Add notes about cycle and resource...
2018-07-16 Matt Morehouse[libFuzzer] Avoid STL in MSan test.
2018-07-16 Craig Topper[X86] Add a missing FMA3 scalar intrinsic pattern.
2018-07-16 Sam Clegg[WebAssembly] Remove ELF file support.
2018-07-16 Sanjay Patel[Intrinsics] define funnel shift IR intrinsics + DAG...
2018-07-16 Puyan Lotfi[NFC][llvm-objcopy] Make helper functions static
2018-07-16 Matt Davis[llvm-mca][docs] Initial description of mca internals...
2018-07-16 Zachary TurnerAdd missing includes.
2018-07-16 Zachary Turner[LLVMDemangle] Move some utility classes to header...
2018-07-16 Reka Kovacs[analyzer] Make checkEndFunction() give access to the...
2018-07-16 George Karpenkov[ASTMatchers] Quickfix for tests.
2018-07-16 George Karpenkov[analyzer] Bugfix for an overly eager suppression for...
2018-07-16 George Karpenkov[analyzer] Fix GCDAntipatternChecker to only fire when...
2018-07-16 George Karpenkov[analyzer] Provide a symmetric method for generating...
2018-07-16 Yunlian Jiangremove temporal file directory before testing in thinl...
2018-07-16 George Karpenkov[ASTMatchers] Introduce Objective-C matchers `hasReceiv...
2018-07-16 Roman Lebedev[NFC][InstCombine] Fine-tune 'check for [no] signed...
2018-07-16 Alexey Bataev[OPENMP] Fix checks for declare target link entries.
2018-07-16 Max MorozRevert r337194 (https://reviews.llvm.org/D48891) due...
2018-07-16 Eric FiselierFix PR38160 - init_priority attribute not supported...
2018-07-16 Jake Ehrlich[llvm-objcopy] Add support for large indexes
2018-07-16 Alex Lorenz[cmake][libFuzzer] fixup r337193 to ensure msan/dfsan...
2018-07-16 Alex Langford[CMake] Give lldb tools functional install targets...
2018-07-16 Tobias Grosser[ScopInfo] Replace isl foreach calls with for loops
2018-07-16 Fangrui Song[CodeGen] Fix inconsistent declaration parameter name
2018-07-16 Petr Hosek[CMake] Use cxx-headers as a depedency for C++ headers
2018-07-16 Farhana Aleen[AMDGPU] [AMDGPU] Support a fdot2 pattern.
2018-07-16 Alexey Bataev[OPENMP] Fix syntactic errors in error messages.
2018-07-16 Yunlian JiangSupport option -plugin-opt=dwo_dir=
2018-07-16 Max Moroz[libFuzzer] Mutation tracking and logging implemented.
2018-07-16 Matt Morehouse[libFuzzer] Add msan and dfsan to test deps.
2018-07-16 Mandeep Singh... [llvm] Change 2 instances of std::sort to llvm::sort
2018-07-16 Alexey Bataev[OPENMP, NVPTX] Globalize only captured variables.
2018-07-16 Roman Lebedev[InstCombine] Fold 'check for [no] signed truncation...
2018-07-16 Raphael IsemannFix some crashes and deadlocks in FormatAnsiTerminalCodes
2018-07-16 Pavel LabathFix typo in find-basic-function test
2018-07-16 Max Moroz[libFuzzer] Implement stat::stability_rate based on...
2018-07-16 Wei Mi[RegAlloc] Skip global splitting if the live range...
2018-07-16 Teresa JohnsonRestore "[ThinLTO] Ensure we always select the same...
2018-07-16 Teresa JohnsonRestore "[ThinLTO] Ensure we always select the same...
2018-07-16 George Rimar[ELF] - Eliminate ObjFile<ELFT>::getLineInfo. NFC.
2018-07-16 George Rimar[ELF] - Cover ObjFile<ELFT>::getLineInfo() with a test.
2018-07-16 Joel Galenson[cfi-verify] Abort on unsupported targets
2018-07-16 Max MorozRevert r337175 (https://reviews.llvm.org/D49212) due...
2018-07-16 Chen Zheng[InstrSimplify] add testcases for fold sdiv if two...
2018-07-16 Chandler CarruthFix warnings in a static assert added to CFI.
2018-07-16 Chandler Carruth[x86/SLH] Completely rework how we sink post-load harde...
next