platform/upstream/llvm.git
2017-07-25 Martin Storsjo[AArch64] Update a comment in a test
2017-07-25 Martin Storsjo[AArch64] Add a test for float argument passing to...
2017-07-25 Sean Callanan[ExternalASTMerger] Import Objective-C classes
2017-07-25 Vedant Kumar[Frontend] Mark some ASTUnit methods as const. NFC.
2017-07-25 Teresa Johnson[LTO] Prevent dead stripping and internalization of...
2017-07-25 Vedant Kumar[ubsan] -fsanitize=vptr now requires -fsanitize=null...
2017-07-25 Vedant Kumar[ubsan] Null-check pointers in -fsanitize=vptr (PR33881)
2017-07-25 Peter Szecsi[StaticAnalyzer] Completely unrolling specific loops...
2017-07-25 Eric ChristopherRevert "This patch enables the usage of constant Enum...
2017-07-25 Eric ChristopherRevert "This patch enables the usage of constant Enum...
2017-07-25 Nico WeberAttempt to fix lld tests on Windows after 308998.
2017-07-25 Nemanja Ivanovic[PowerPC] Pretty-print CR bits the way the binutils...
2017-07-25 Jonathan PeytonCleanup: __kmp_env_* variables
2017-07-25 Francis RicciOnly scan global sections containing data in LSan on...
2017-07-25 Nico Weberlld: only write .manifest files if /manifest is passed...
2017-07-25 Nico WeberIntroduce -nostdlib++ flag to disable linking the C...
2017-07-25 Gor Nishanov[coroutines] Add serialization/deserialization of corou...
2017-07-25 Nemanja Ivanovic[PowerPC] - Recommit r304907 now that the issue has...
2017-07-25 Stephen Hines[docs] Fix a typo: iteratation -> iteration
2017-07-25 Sean Callanan[TypeSystem] Guard the global `ASTSourceMap` with a...
2017-07-25 Francis RicciFix unused variable warning with MemoryMappedSegment...
2017-07-25 Devin Coughlin[analyzer] Add diagnostic text for generalized refcount...
2017-07-25 Simon Pilgrim[X86][CGP] Reduce memcmp() expansion to 2 load pairs...
2017-07-25 Nemanja IvanovicThis test case is causing all PPC and SystemZ bots...
2017-07-25 Vitaly BukaRevert "[compiler-rt] Include thread ID into sanitizers...
2017-07-25 Simon Pilgrim[DAG] Move DAGCombiner::GetDemandedBits to SelectionDAG
2017-07-25 Michael Kruse[ScopInfo] Rename ScopStmt::contains(BB) to represents...
2017-07-25 Simon Pilgrim[X86] Regenerate test.
2017-07-25 Simon Pilgrim[X86] Regenerate test with broadcast comments.
2017-07-25 Alexey Bataev[OPENMP] Codegen for 'task_reduction' clause.
2017-07-25 Fedor Sergeev[Sparc] invalid adjustments in TLS_LE/TLS_LDO relocatio...
2017-07-25 Francis RicciAdd address ranges for individual macho sections on...
2017-07-25 Philip Pfaffe[IslAst] Untangle IslAst lit-testcases from specifics...
2017-07-25 Kevin Funk[clang-tidy] Fixup clang-apply-replacements/invalid...
2017-07-25 Kevin Funk[clang-tidy] clang-apply-replacements: Don't insert...
2017-07-25 Michael Kruse[ScopInfo] Fix assertion for PHIs not in a region stmts...
2017-07-25 Andrew V. TischenkoX86 Asm uses assertions instead of proper diagnostic...
2017-07-25 Siddharth Bhat[PPCGCodeGeneration] Skip arrays with empty extent.
2017-07-25 Krasimir Georgiev[clangd] Reuse compile commands during reparse
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...
next