platform/upstream/llvm.git
2019-03-14 Philip Reames[Tests] Add tests for reordering of unordered atomics...
2019-03-14 Davide Italiano[Python] Start eradicating unneeded LLDB_DISABLE_PYTHON...
2019-03-14 Philip ReamesAllow code motion (and thus folding) for atomic (but...
2019-03-14 Marshall ClowFix two of the three bot failures for midpoint; the...
2019-03-14 Jonas Devlieghere[Reproducers] Fix data race found by tsan
2019-03-14 Louis Dionne[libc++][CMake] Do not define `cxx_shared_EXPORTS`...
2019-03-14 Mitch Phillips[HWASan] Use less Printf() calls in register dump.
2019-03-14 Philip Reames[Tests] Add negative folding tests w/fences as requeste...
2019-03-14 Craig Topper[X86] Fix the pattern changes from r356121 so that...
2019-03-14 Adrian PrantlAdd IR debug info support for Elemental, Pure, and...
2019-03-14 Marshall ClowAdd std::midpoint for integral and poiner types. Descri...
2019-03-14 Kristof Umann[analyzer] Fix an assertation failure for invalid sourc...
2019-03-14 Adrian PrantlFix a double-overrelease in the TestDataFormatterObjC...
2019-03-14 Sam Parker[NFC][ARM] Update test
2019-03-14 Sanjay Patel[x86] prevent infinite looping from vselect commutation...
2019-03-14 Pavel LabathYAMLIO: Improve template arg deduction for mapOptional
2019-03-14 Akira Hatanaka[CodeGen][ObjC] Remove the leading 'l' from symbols...
2019-03-14 Louis Dionne[libc++][CMake] Fix typo introduced in r356150
2019-03-14 Nico WeberFix test after r356148
2019-03-14 Louis Dionne[libc++] Do not force building with -fPIC (re-applying)
2019-03-14 Mikael HolmenRemove unused variable to silence compiler warning...
2019-03-14 Balazs Keri[ASTImporter] Fix import of NestedNameSpecifierLoc.
2019-03-14 Louis Dionne[libc++] Do not share an object library to create the...
2019-03-14 Matt ArsenaultAMDGPU: Scavenge register instead of findUnusedReg
2019-03-14 Nico WeberObjective-C++11: Support static_assert() in @interface...
2019-03-14 Matt ArsenaultGlobalISel: Use multiple returns for intrinsic structs
2019-03-14 Than McIntosh[SampleFDO] add suffix elision control for fcn names
2019-03-14 Matt ArsenaultNote ImmArg in documentation for adding intrinsics
2019-03-14 Matt ArsenaultARM: Add ImmArg to intrinsics
2019-03-14 Matt ArsenaultAMDGPU: Don't add unnecessary convergent attributes
2019-03-14 Kristof Umann[analyzer] Fix function macro crash
2019-03-14 Hyrum Wright[clang-tidy] Add additional patterns to the abseil...
2019-03-14 Eric FiselierProperly constrain basic_string(Iter, Iter, Alloc ...
2019-03-14 Hans Wennborggn build: Merge r356080
2019-03-14 Simon Pilgrim[SystemZ] Remove icmp undef
2019-03-14 Simon Pilgrim[SystemZ] Regenerate tests to make complete codegen...
2019-03-14 James Henderson[llvm-objcopy]Don't implicitly strip sections in segments
2019-03-14 Sam ParkerFix for buildbots
2019-03-14 Haojian Wu[clangd] Using symbol name to map includes for STL...
2019-03-14 James HendersonRevert r356129 due to greendragon bot failures
2019-03-14 Sam Parker[ARM][ParallelDSP] Enable multiple uses of loads
2019-03-14 Sam Parker[NFC][LSR] Cleanup Cost API
2019-03-14 Sam Parker[ARM] Run ARMParallelDSP in the IRPasses phase
2019-03-14 James Henderson[llvm-objcopy]Don't implicitly strip sections in segments
2019-03-14 Hans Wennborggn build: Merge r356082
2019-03-14 Haojian Wu[clangd] Fix an out-of-date FIXME, NFC.
2019-03-14 Haojian Wu[clangd] Build Dex index after loading all shards in...
2019-03-14 Kadir Cetinkaya[clangd] Store explicit template specializations in...
2019-03-14 Alex Bradbury[RISCV] Fix rL356123
2019-03-14 Alex Bradbury[RISCV][NFC] Rename callee saved regs 'CSR' to CSR_ILP3...
2019-03-14 Alex Bradbury[RISCV] Extend test/CodeGen/RISCV/callee-saved-* to...
2019-03-14 Craig Topper[X86] Add patterns for rotr by immediate to fix PR41057.
2019-03-14 Craig Topper[X86] Add various test cases for PR41057. NFC
2019-03-14 Craig Topper[X86] Only define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16...
2019-03-14 Fangrui Song[ELF] Simplify RelRo, TLS, NOBITS section ranks and...
2019-03-14 Quentin Colombet[GlobalISel][Utils] Add a getConstantVRegVal variant...
2019-03-14 Douglas YungFixup tests to check for any MCInst number instead...
2019-03-14 Craig Topper[ResetMachineFunctionPass] Add visited functions statis...
2019-03-14 Adrian PrantlMake sure that a sanitizer LLDB's environment doesn...
2019-03-14 Craig Topper[X86] Add 64-bit mode command lines to rot32.ll so...
2019-03-13 Nemanja IvanovicFix invocation of Gold plugin with LTO after r355331
2019-03-13 Jorge Gorbe... [lldb-vscode] Don't try to launch an invalid program.
2019-03-13 Jordan Rupprecht[llvm-objcopy][NFC] Remove unnecessary llvm-objcopy...
2019-03-13 Jason MolendaReorder the operations in
2019-03-13 Jessica Paquette[AArch64][GlobalISel] Gardening: Simplify subregister...
2019-03-13 Jessica Paquette[GlobalISel][AArch64] Gardening: Factor out vector...
2019-03-13 Jordan Rupprecht[llvm-objcopy] Cleanup errors from CopyConfig and remov...
2019-03-13 Jason Liu[AIX][CMake] Changes for building on AIX with XL and GCC
2019-03-13 Erik PilkingtonRevert "Add a new attribute, fortify_stdlib"
2019-03-13 Sam Clegg[WebAssembly] Improve support for "needed" list in...
2019-03-13 Jessica Paquette[GlobalISel][AArch64] Gardening: Factor out code to...
2019-03-13 Stanislav Mekhanoshin[AMDGPU] Silence gcc 7 warnings
2019-03-13 Jordan Rupprecht[clang-format] Propagate inferred language to getLLVMSt...
2019-03-13 Alexey Bataev[OPENMP]Fix PR37283: Assertion failure on openmp task...
2019-03-13 Jordan Rupprecht[clang-format][NFC] Include TableGen in enum->string...
2019-03-13 Davide Italiano[Python] Fix TestDataFormatterSmartArray to work across...
2019-03-13 Yitzhak Mandelbaum[LibTooling] Add retrieval of extended AST-node source...
2019-03-13 Matt ArsenaultVerifier: Make sure masked load/store alignment is...
2019-03-13 Matt ArsenaultPowerPC: Add ImmArg to intrinsics
2019-03-13 Matt ArsenaultHexagon: Add ImmArg to intrinsics
2019-03-13 Matt ArsenaultSystemZ: Add ImmArg to intrinsics
2019-03-13 Adrian PrantlFix an invalid static cast in ClangExpressionParser.cpp
2019-03-13 Alexey Bataev[OPENMP]Disable ADL in C for user-defined reductions.
2019-03-13 Mandeep Singh... [Analyzer] Clean up test/Analysis/ptr-sort.cpp
2019-03-13 Erik PilkingtonFix a failing test.
2019-03-13 Mandeep Singh... [Analyzer] Update the LLVM license in PointerSortingChe...
2019-03-13 Matt ArsenaultMips: Add ImmArg to intrinsics
2019-03-13 Simon Pilgrim[X86] Remove icmp undef in more reduced tests
2019-03-13 Simon Pilgrim[X86] Regenerate tail call tests
2019-03-13 Tim Renouf[MsgPack] Removed MsgPackTypes
2019-03-13 Tim Renouf[AMDGPU] Switched HSA metadata to use MsgPackDocument
2019-03-13 Tim Renouf[MsgPack] New MsgPackDocument class
2019-03-13 Alex Langford[ExpressionParser] Restore removed intance of FileSyste...
2019-03-13 Craig Topper[X86] Check for 64-bit mode in X86Subtarget::hasCmpxchg...
2019-03-13 Simon Pilgrim[X86] Avoid icmp undef in reduced tests
2019-03-13 Erik Pilkington[Parse] Parse '#pragma clang attribute' as an external...
2019-03-13 Alex Bradbury[RISCV] Regenerate test/CodeGen/RISCV/legalize-fneg...
2019-03-13 Jason MolendaUpdate.
2019-03-13 Alexey Bataev[OPENMP][NVPTX]Fix PR40893: Size doesn't match for
2019-03-13 Simon PilgrimRegenerate test
next