platform/upstream/llvm.git
2017-08-02 Jonathan PeytonMove lock acquire/release functions in task deque clean...
2017-08-02 Jonathan PeytonAdd new envirable KMP_TEAMS_THREAD_LIMIT
2017-08-02 Han Shen[UBSan] Provide default blacklist filename for UBSan
2017-08-02 Davide Italiano[NewGVN] Now that load coercion is enable, we pass...
2017-08-02 Tobias GrosserMove setNewAccessRelation to isl++
2017-08-02 Tobias GrosserMove ScopStmt::setAccessRelation to isl++
2017-08-02 Tobias GrosserReplace asserts with llvm_unreachable to clarify intent
2017-08-02 Evandro Menezes[AArch64] Add Exynos M2 feature test (NFC)
2017-08-02 Kostya SerebryanyAdd new ASAN_OPTION: sleep_after_init.
2017-08-02 Philip PfaffeFix r309826: Appease clang-format check.
2017-08-02 Vedant Kumar[docs] Remove accidental unindent to appease the sphinx bot
2017-08-02 Marshall ClowFix shadowing warning
2017-08-02 Jakub Kuderski[Dominators] Teach LoopDeletion to use the new incremen...
2017-08-02 Hiroshi Inoue[StackColoring] Update AliasAnalysis information in...
2017-08-02 Sterling AugustineThis ppc64 implementation of clear_cache works for...
2017-08-02 Vedant Kumar[ubsan] Test -fsanitize=vptr without -fsanitize=null
2017-08-02 Vedant Kumar[ubsan] Have -fsanitize=vptr emit a null check if ...
2017-08-02 Singapuram... Fix code format on r309826
2017-08-02 Keith WyssRevert "Xray docs with description of Flight Data Recor...
2017-08-02 Coby Tayree[AsmParser][GAS-compatibility] Ignore an empty 'p2align...
2017-08-02 Rafael EspindolaUse more consistent names
2017-08-02 Craig Topper[InstCombine] Add missing test case for (xor (sext...
2017-08-02 Marshall ClowFix PR33727: std::basic_stringbuf only works with Defau...
2017-08-02 Keith WyssXray docs with description of Flight Data Recorder...
2017-08-02 Philip PfaffeFix r309826: Move intantiation and specialization of...
2017-08-02 Adrian PrantlAssert that the offset of a DBG_VALUE is always 0....
2017-08-02 Reid KlecknerRevert "[lit] Avoid copying llvm/utils/lit/tests/Inputs...
2017-08-02 Matt ArsenaultAMDGPU: Restore using MRI to find highest used regs
2017-08-02 Adrian PrantlRemove the unused Offset field from MachineLocation...
2017-08-02 Nirav Dave[DAG] Improve candidate pruning in store merge failure...
2017-08-02 Petr Hosek[ELF] When the code segment is the last, align it to...
2017-08-02 Philip Pfaffe[Polly][PM][WIP] Polly pass registration
2017-08-02 Evandro Menezes[AArch64] Improve the test of conditional branch fusion
2017-08-02 Adrian PrantlRemove unused includes of MachineLocation.h (NFC)
2017-08-02 Adrian PrantlRemove unreachable code. (NFC)
2017-08-02 Singapuram... Remove debug metadata from copied instruction to preven...
2017-08-02 Florian Hahn[AArch64] Simplify AES*Tied pseudo expansion (NFC).
2017-08-02 Jan Veselyconfigure.py: Make python3 friendly
2017-08-02 Chad Rosier[InlineCost] Remove redundant call. NFC.
2017-08-02 Adrian PrantlAssert that the offset in MachineLocation::set() is...
2017-08-02 Chad Rosier[InlineCost] Simplify more 'and' and 'or' operations.
2017-08-02 Alexey Bataev[SLPVectorizer] Generalize interface of functions,...
2017-08-02 Walter LeeDefine _GNU_SOURCE for RTEMS c++
2017-08-02 Alexey Bataev[SLPVectorizer] Test update, NFC.
2017-08-02 Alex Lorenz[rename] NFC, extract symbol canonicalization logic...
2017-08-02 Alexey Bataev[SLP] Fix for PR31880: shuffle and vectorize repeated...
2017-08-02 Philip Pfaffe[PM] Fix proxy invalidation
2017-08-02 Manuel KlimekAdapt clang-tidy checks to changing semantics of hasDec...
2017-08-02 Manuel KlimekUnify and simplify the behavior of the hasDeclaration...
2017-08-02 Siddharth Bhat[GPUJIT] Add GPUJIT APIs for allocating and freeing...
2017-08-02 Philip Pfaffe[SI][NewPM] Collect loop count statistics
2017-08-02 Diana Picus[MIR] Print target-specific constant pools
2017-08-02 Philip Pfaffe[SD] Set PollyUseRuntimeAliasChecks correctly
2017-08-02 Daniel Sanders[globalisel][tablegen] Do not merge memoperands from...
2017-08-02 Vadim MacagonFix ProcessAPITestCase.test_get_process_info
2017-08-02 Siddharth Bhat[GPUJIT] Teach GPUJIT to use a pre-existing CUDA contex...
2017-08-02 Ilya Biryukov[clangd] Run clang-format on all clangd sources. NFC.
2017-08-02 Ilya Biryukov[clangd] Capitalized descriptions of clangd options...
2017-08-02 Daniel Marjamaki[StaticAnalyzer] Fix false positives for unreachable...
2017-08-02 Vitaly Buka[asan] Interceptors for Fuchsia
2017-08-02 Vitaly Buka[sanitizer_common] Fuchsia-specific implementation...
2017-08-02 George Rimar[ELF] - Recommit r309252 "[ELF] - Fix missing relocatio...
2017-08-02 Ilya BiryukovUse VFS operations in FileManager::makeAbsolutePath.
2017-08-02 Yuka Takahashi[Bash-autocompletion] Add comment to test so that it...
2017-08-02 Craig Topper[InstCombine] Add test cases for 'or' and 'xor' to...
2017-08-02 Dean Michael... [XRay][compiler-rt] Remove use of std::mutex and std...
2017-08-02 Davide Italiano[NewGVN] Fold single-use variables. NFCI.
2017-08-02 Davide Italiano[NewGVN] Remove a (now stale) comment. NFCI.
2017-08-02 Dehao ChenFix the bug that parseAAPipeline is not invoked in...
2017-08-02 Petr Hosek[CMake] Include llvm-objcopy tool in Fuchsia toolchain
2017-08-02 Craig Topper[SimplifyCFG] Fix typo in comment. NFC
2017-08-02 Chandler Carruth[PM] Fix a bug where through CGSCC iteration we can get
2017-08-02 Matt ArsenaultAMDGPU: Fix clobbering CSR VGPRs when spilling SGPR...
2017-08-02 Matt ArsenaultAMDGPU: Fix emitting encoded calls
2017-08-02 Matt ArsenaultAMDGPU: Analyze callee resource usage in AsmPrinter
2017-08-02 Dehao ChenUpdate the new PM pipeline to make ICP aware if it...
2017-08-02 Stanislav Mekhanoshin[AMDGPU] Fix asan error after last commit
2017-08-02 Petr Hosek[Driver] Disable static C++ library support on Fuchsia
2017-08-02 Nirav Dave[DAG] Refactor store merge subexpressions. NFC.
2017-08-02 Matt ArsenaultAMDGPU: Don't place arguments in emergency stack slot
2017-08-02 Matt ArsenaultDAG: Undo and->or combine with FrameIndexes
2017-08-02 Matthias BraunX86: Do not use llc -march in tests.
2017-08-02 Adrian PrantlUpdate LiveDebugValues to generate DIExpressions for...
2017-08-02 Jim InghamFix a mis-feature with propagation of breakpoint option...
2017-08-02 Petr HosekRevert "Reland "[llvm][llvm-objcopy] Added support...
2017-08-01 Adrian PrantlUpdate MIR testcase to reflect change in r309751.
2017-08-01 Petr HosekReland "[llvm][llvm-objcopy] Added support for outputti...
2017-08-01 Stanislav Mekhanoshin[AMDGPU] Turn s_and_saveexec_b64 into s_and_b64 if...
2017-08-01 Adrian PrantlRemove unused accessor (NFC)
2017-08-01 Stanislav Mekhanoshin[AMDGPU] Collapse adjacent SI_END_CF
2017-08-01 Adrian PrantlAssert that the offset of a MachineLocation is always 0.
2017-08-01 Vitaly Buka[sanitizer_common] Fuchsia-specific symbolizer
2017-08-01 Sanjoy Das[SCEV/IndVars] Always compute loop exiting values if...
2017-08-01 Adrian PrantlUse helper function instead of manually constructing...
2017-08-01 Vitaly Buka[sanitizer_common] Fuchsia OS support code
2017-08-01 Matthias BraunARM: Do not use llc -march in tests.
2017-08-01 Matthias BraunPowerPC: Do not use llc -march in tests.
2017-08-01 Michael Kruse[ForwardOpTree] Execute canForwardTree also in release...
2017-08-01 Bruno Cardoso... [Headers][Darwin] Allow #include_next<float.h> to work...
2017-08-01 Adrian PrantlRemove PrologEpilogInserter's usage of DBG_VALUE's...
next