platform/upstream/llvm.git
2017-11-08 Evgeniy Stepanov[Sanitizers, CMake] Also use version script for libclan...
2017-11-08 Alex LorenzRemove redundant copy-pasted comment in test file from...
2017-11-08 Alex Lorenz[ObjC] Fix function signature handling for blocks liter...
2017-11-08 Kamil RytarowskiCorrect atexit(3) support in TSan/NetBSD
2017-11-08 Volodymyr Sapsai[libcxx] Mark test cxa_deleted_virtual.pass.cpp as...
2017-11-08 Craig Topper[X86] X86MaskedGatherSDNode shouldn't inherit from...
2017-11-08 Craig Topper[X86] Preserve memory refs when folding loads into...
2017-11-08 Craig Topper[X86] Remove an if check on the result of a cast. NFC
2017-11-08 Adrian PrantlLet replaceVTableHolder accept any type.
2017-11-08 Dan GohmanAdd an @llvm.sideeffect intrinsic
2017-11-08 Teresa Johnson[ThinLTO] New test needs to require LTO
2017-11-08 Alex Lorenz[ObjC] Boxed strings should use the nullability from...
2017-11-08 Reid KlecknerRevert "Correct dwarf unwind information in function...
2017-11-08 Vedant Kumar[cmake] Allow LLVM_BUILD_INSTRUMENTED to be set to...
2017-11-08 Rafael EspindolaMake sure an error is always handled.
2017-11-08 Teresa Johnson[ThinLTO] Ensure sanitizer passes are run
2017-11-08 Marshall ClowAdded include for <cassert>
2017-11-08 Alex BradburySet hasSideEffects=0 for PHI and fix affected passes
2017-11-08 Craig Topper[X86] Correct the implementation of BEXTR load folding...
2017-11-08 Alexey Bataev[OPENMP] Codegen for `#pragma omp target parallel for`.
2017-11-08 Sam Clegg[WebAssembly] Update test expectations
2017-11-08 Teresa JohnsonRevert "[ThinLTO] Ensure sanitizer passes are run"
2017-11-08 David L. JonesAdd a missing "REQUIRES: system-windows" to a Windows...
2017-11-08 Teresa Johnson[ThinLTO] Ensure sanitizer passes are run
2017-11-08 Teresa Johnson[ThinLTO] Ensure sanitizer passes are run
2017-11-08 Craig Topper[X86] Don't call validateInstruction from MatchAndEmitI...
2017-11-08 Craig Topper[ValueTracking] Use APInt::isNullValue/isOneValue which...
2017-11-08 Dan Gohman[WebAssembly] Add a test for inline-asm "m" constraints.
2017-11-08 Dan Gohman[WebAssembly] Call signExtend to get sign extended...
2017-11-08 Marco CastelluccioAdd CoreOption flag to "-coverage" option to make it...
2017-11-08 Adrian PrantlUn-XFAIL a test after the bugfix in r317702.
2017-11-08 Dan Gohman[WebAssembly] Revise the strategy for inline asm.
2017-11-08 Masud Rahman[bindings] fix TLS test failure
2017-11-08 Marco CastelluccioImplement flock for Windows in compiler-rt
2017-11-08 Adrian McCarthyNFC: Rename MCSafeSEHFragment to MCSymbolIdFragment
2017-11-08 Adrian PrantlHandle inlined variables in SelectionDAGBuilder::EmitFu...
2017-11-08 Artem Dergachev[analyzer] Fix a crash on logical operators with vectors.
2017-11-08 Kostya Kortchinsky[sanitizer] Add Scudo to the sanitizer lint checks.
2017-11-08 Simon Pilgrim[X86] Add some initial scheduling tests for generic...
2017-11-08 Haojian Wu[clang-refactor] Get rid of OccurrencesFinder in Renami...
2017-11-08 Jonas Hahnfeld[CMake] Remove target to build native tablegen
2017-11-08 Jonas Hahnfeld[CMake] Add custom target to create build directory
2017-11-08 Alex Bradbury[utils] Add RISC-V support to update_llc_test_checks.py
2017-11-08 Sam McCallRelax definitions.test to accept windows file paths.
2017-11-08 Alex Bradbury[RISCV] Initial support for function calls
2017-11-08 Alex Bradbury[RISCV] Codegen for conditional branches
2017-11-08 Krasimir Georgiev[clang-tidy] Add a note about modernize-replace-random...
2017-11-08 Alex Bradbury[RISCV] Codegen support for memory operations on global...
2017-11-08 Ilya BiryukovWorkaround reverse-iteration buildbot breakages. Filed...
2017-11-08 Sam McCall[clangd] tolerate windows filepaths in tests
2017-11-08 Alex Bradbury[RISCV] Codegen support for memory operations
2017-11-08 Alex Bradbury[RISCV] Codegen support for materializing constants
2017-11-08 Pavel LabathXfail TestConcurrentTwoWatchpointsOneSignal on arm
2017-11-08 Ivan A. Kosarev[Analysis] Fix merging TBAA tags with different final...
2017-11-08 Simon Dardis[mips] Guard indirect and tailcall pseudo instructions...
2017-11-08 Nuno LopesBasicAA: fix bug where we would return partialalias...
2017-11-08 Pavel LabathLog: delimit thread name in log message
2017-11-08 Pavel LabathMake TestTopLevelExprs more robust in face of linker GC
2017-11-08 Ilya BiryukovAvoid printing some redundant name qualifiers in completion
2017-11-08 Ilya BiryukovMoved QualTypeNames.h from Tooling to AST.
2017-11-08 Raphael IsemannFixed link to bugzilla in the sidebar
2017-11-08 Alex Bradbury[NFCI] Ensure TargetOpcode::* are compatible with guess...
2017-11-08 Sam McCall[clangd] loosen tests for flag-dependence revealed...
2017-11-08 Haojian Wu[clang-refactor] Introduce a new rename rule for qualif...
2017-11-08 Matt ArsenaultDAG: Add computeKnownBitsForFrameIndex
2017-11-08 Sam McCall[clangd] Sort completion results.
2017-11-08 Martin Storsjo[COFF] Add support for IMAGE_REL_ARM64_SECREL
2017-11-08 Sylvestre LedruAlways use prctl(PR_SET_PTRACER)
2017-11-08 Serguei KatkovRevert "[CGP] Enable extending scope of optimizeMemoryInst"
2017-11-08 Serguei Katkov[CGP] Enable extending scope of optimizeMemoryInst
2017-11-08 Craig Topper[X86] Add masked vcvtps2ph builtins to CheckX86BuiltinF...
2017-11-08 Rui UeyamaRemove a given file even if openFileForRead fails.
2017-11-08 Craig Topper[X86] Add patterns to fold EVEX store with EVEX encoded...
2017-11-08 Craig Topper[X86] Allow legacy vcvtps2ph intrinsics to select EVEX...
2017-11-08 Rafael EspindolaUpdate for llvm change.
2017-11-08 Rafael EspindolaConvert FileOutputBuffer::commit to Error.
2017-11-08 Reid KlecknerRevert "[scudo] Make getNumberOfCPUs Fuchsia compliant"
2017-11-08 Dave LeeRevert "Reapply: Allow yaml2obj to order implicit secti...
2017-11-08 Rafael EspindolaUpdate unittest too.
2017-11-08 Rafael EspindolaUpdate for llvm change.
2017-11-08 Rafael EspindolaConvert FileOutputBuffer to Expected. NFC.
2017-11-08 Eugene Zelenko[Serialization] Fix some Clang-tidy modernize and Inclu...
2017-11-08 David BlaikieTarget/TargetInstrInfo.h -> CodeGen/TargetInstrInfo...
2017-11-08 Dave LeeReapply: Allow yaml2obj to order implicit sections...
2017-11-08 Matt ArsenaultAMDGPU: Set correct sched model on v_mad_u64_u32
2017-11-08 Eugene Zelenko[AST] Fix some Clang-tidy modernize and Include What...
2017-11-08 Douglas YungFix compile issue on MSVC.
2017-11-08 Mitch PhillipsRevert rL317618
2017-11-08 Evgeniy Stepanov[sanitizer] Asm implementation of syscall() for arm32.
2017-11-08 Sriraman TallamAttribute nonlazybind should not affect calls to functi...
2017-11-07 Evgeniy Stepanov(NFC) Rename GetMax{,User}VirtualAddress.
2017-11-07 Rafael EspindolaFix unused variable error.
2017-11-07 Jonathan PeytonCleanup version symbol macros and attributes/declspecs
2017-11-07 Bob Haarman[coff] use relative instead of absolute __safe_se_handl...
2017-11-07 Paul RobinsonReapply r317609 with a simpler sed script, thanks to...
2017-11-07 Rafael EspindolaDelete dead code.
2017-11-07 Rafael EspindolaUse std::thread directly.
2017-11-07 Rafael EspindolaSimplify unlinkAsync.
2017-11-07 Dave LeeRevert "Allow yaml2obj to order implicit sections for...
2017-11-07 Paul RobinsonRevert r317609, test fails on one bot
next