platform/upstream/llvm.git
2017-07-25 Manuel KlimekFix spelling of FileCheck in test.
2017-07-25 Chandler Carruth[LIR] Teach LIR to avoid extending the BE count prior...
2017-07-25 Chandler Carruth[PM] Setup TargetLibraryInfo correctly for the new...
2017-07-25 Matan HaroushThis patch enables the usage of constant Enum identifie...
2017-07-25 Matan HaroushThis patch enables the usage of constant Enum identifie...
2017-07-25 Michael Zolotukhin[tests] Cleanup vect.omp.persistence.ll test.
2017-07-25 Simon Pilgrim[X86] Add 24-byte memcmp tests (PR33914)
2017-07-25 Manuel KlimekFix incorrect use of current directory to find moved...
2017-07-25 Artem Dergachev[analyzer] Treat throws as sinks for suppress-on-sink...
2017-07-25 Francois PichetFix endianness bug in DAGCombiner::visitTRUNCATE and...
2017-07-25 Ilya Biryukov[clangd] Workaround Windows test failures.
2017-07-25 George Rimar[ELF] - Fix init_fini_priority.s test.
2017-07-25 Artem Dergachev[analyzer] Further improve suppress-on-sink behavior...
2017-07-25 Sam Parker[ARM] Enable partial and runtime unrolling
2017-07-25 George Rimar[ELF] - Fix calculation of memory region offset.
2017-07-25 Gabor Horvath[clang-tidy] Handle incomplete types in bugprone-undefi...
2017-07-25 Martin Storsjo[COFF] Correctly set the thumb bit in DLL export addresses
2017-07-25 Martin Storsjo[COFF] Add a test for producing DLLs and import librari...
2017-07-25 Martin Storsjo[COFF] ARM64 support for COFFImportFile
2017-07-25 Martin Storsjo[AArch64] Reserve a 16 byte aligned amount of fixed...
2017-07-25 NAKAMURA TakumiDWARFVerifier.cpp: Fix -m32 in r308928. Use PRIx64.
2017-07-25 Faisal Vali[NFC] Use RAII to un-poison and then re-poison __VA_ARGS__
2017-07-25 Kostya Serebryany[libFuzzer] make one test faster, fix compiler warnings...
2017-07-25 Kostya Serebryany[sanitizer-coverage] simplify the code, NFC
2017-07-25 Spyridoula... [DWARF] Modified test for die ranges verification so...
2017-07-25 NAKAMURA Takumillvm/test/CMakeLists.txt: Add llvm-rc to LLVM_TEST_DEPENDS.
2017-07-25 NAKAMURA Takumillvm-rc: Fixup for r308940. This should use LLVMSupport.
2017-07-25 Marek SokolowskiAdd an empty shell of llvm-rc.
2017-07-24 Rafael EspindolaMake a function static. NFC.
2017-07-24 Adrian PrantlDebug Info: Avoid completing class types when a definit...
2017-07-24 Eugene Zelenko[Analysis] Fix some Clang-tidy modernize-use-using...
2017-07-24 Tom StellardFix ObjCPass on big-endian host
2017-07-24 Eugene ZemtsovExtend 'target symbols add' to load symbols from a...
2017-07-24 Rachel CraikRemove addtional parameters in function std::next(...
2017-07-24 George KarpenkovAdd .pyc files to .gitignore to compiler-rt
2017-07-24 Dmitry MikulinIf user requested section alignment is greater than...
2017-07-24 Alex Shlyapnikov[Sanitizers] TSan allocator set errno on failure.
2017-07-24 Spyridoula... [DWARF] Added verification check for die ranges. If...
2017-07-24 Tobias GrosserMove MemoryAccess::isStride* to isl++
2017-07-24 Reid KlecknerRevert "[X86][InlineAsm][Ms Compatibility]Prefer variab...
2017-07-24 George KarpenkovSplitting out test for Darwin for print-stack-trace:
2017-07-24 Kevin EnderbySmall tweak to one check in error handling to the dyld...
2017-07-24 Tobias GrosserMove MemoryAccess::InvalidDomain to isl++
2017-07-24 Stephen Hines[mips] Switch asm to __asm__ for non-GNU compiles.
2017-07-24 Davide Italiano[ELF] Fix a typo introduced in r308915.
2017-07-24 Davide Italiano[LTO] Make sure symbol ordering is honoured also for...
2017-07-24 Sean CallananSkip test_lldbmi_var_update on Darwin.
2017-07-24 Krasimir Georgiev[clang-format] Reorder assignments, NFC
2017-07-24 James Y KnightFollowup to r308890: don't assert the llvm llvm version...
2017-07-24 Davide Italiano[ELF] Fix a couple of typos in a test.
2017-07-24 Davide Italiano[LTO] Make sure symbol ordering is honoured.
2017-07-24 Krzysztof Parzyszek[Hexagon] Recognize C4_cmpneqi, C4_cmpltei and C4_cmplt...
2017-07-24 Rafael EspindolaMove DWARFSectionMap to a .cpp file.
2017-07-24 Tom Stellardtest-release.sh: Fix phase2 and phase3 binary comparision
2017-07-24 Greg ClaytonDon't allow .debug_types to be parsed as LLDB can crash...
2017-07-24 George KarpenkovRevert "Revert "[libFuzzer] Add a dependency on symboli...
2017-07-24 Michael ZuckermanAdding base test for interleave store VF16 and expand...
2017-07-24 George KarpenkovPrefer atos to llvm-symbolizer on Darwin
2017-07-24 Kostya Kortchinsky[scudo] Fix QuarantineChunksUpToSize failing test on...
2017-07-24 Matt ArsenaultRA: Replace asserts related to empty live intervals
2017-07-24 Adrian PrantlRFix PR33875 by distinguishing between DWO and clang...
2017-07-24 Evandro Menezes[AArch64] Adjust the cost model for Exynos M1 and M2
2017-07-24 Matt ArsenaultAMDGPU: Fix allocating pseudo-registers
2017-07-24 Tim NorthoverRevert "Debug: handle dumping the D language."
2017-07-24 Tim NorthoverDebug: handle dumping the D language.
2017-07-24 Leo Li[CMake] Remove redundant logic in runtimes/CMakeList.txt
2017-07-24 Shoaib Meenai[CodeGen] Propagate dllexport to thunks
2017-07-24 Tim NorthoverAArch64 & ARM: move TargetInfo functions from .h to...
2017-07-24 Nico WeberWork around an MSVC2017 update 3 codegen bug.
2017-07-24 Greg ClaytonDon't crash when hostname is empty. StringRef will...
2017-07-24 Tobias GrosserMove MemoryAccess::getPwAff to isl++
2017-07-24 Reid KlecknerAdd missing case to switch
2017-07-24 Tobias GrosserMove MemoryAccess::MemoryAccess to isl++
2017-07-24 Tobias GrosserMove ScopArrayInfo::getFromAccessFunction and getFromId...
2017-07-24 Benjamin Kramer[CodeGenPrepare] Cut off FindAllMemoryUses if there...
2017-07-24 Reid Kleckner[codeview] Emit 'D' as the cv source language for D...
2017-07-24 Reid KlecknerFormat some case labels and shrink an anonymous namespa...
2017-07-24 Ilya BiryukovNFC. Fixed typos in the comments.
2017-07-24 Michael Kruse[ForwardOpTree] Properly indent enumeration in comment...
2017-07-24 Michael Kruse[ForwardOpTree] Rename FD_CanForward to FD_CanForwardLe...
2017-07-24 Michael Kruse[ForwardOpTree] Add comments to ForwardingDecision...
2017-07-24 Kostya Kortchinsky[scudo] Quarantine overhaul
2017-07-24 Alexey Bataev[OPENMP] Fix the restrictions for in_reduction clause.
2017-07-24 Krasimir Georgiev[clang-format] Fix comment levels between '} else ...
2017-07-24 Francis Ricci[compiler-rt] Add missing const specifier to MemoryMapp...
2017-07-24 Marshall Clowmake sure that we don't call basic_streambuf::gbump...
2017-07-24 Simon Dardis[mips] Add support for -m(no-)extern-data.
2017-07-24 Alexandre Isoard[DOTGraphTraits] Propagate Graph template argument...
2017-07-24 Simon PilgrimFix spelling in comments. NFCI.
2017-07-24 Michael Kruse[ForwardOpTree] Support read-only value uses.
2017-07-24 Siddharth Bhat[Polly] [NFC] [ScopDetection] Make `polly-only-func...
2017-07-24 Michael Kruse[ForwardOpTree] Fix mixup in comment. NFC.
2017-07-24 Michael Kruse[ScopInfo] Fix typo in method name. NFC.
2017-07-24 Florian Hahn[LoopInterchange] Update code to use range-based for...
2017-07-24 Momchil Velikov[libunwind] Handle .ARM.exidx tables without sentinel...
2017-07-24 Siddharth BhatConvert GPUNodeBuilder::getArraySize to islcpp.
2017-07-24 Siddharth Bhat[NFC] Move PPCGCodeGeneration::pollyBuildAstExprForStmt...
2017-07-24 Ayman Musa[X86][AVX512] Add patterns for masked AVX512 floating...
2017-07-24 Coby Tayree[X86][InlineAsm][Ms Compatibility]Prefer variable name...
2017-07-24 Coby Tayree[X86][InlineAsm][Ms Compatibility]Prefer variable name...
next