platform/upstream/llvm.git
2019-03-05 Harlan HaskinsReplace clang::FileData with llvm::vfs::Status
2019-03-05 Eric FiselierFix -fsanitize=vptr badness in <__debug>
2019-03-05 Eric FiselierMake VCRuntime ABI configuration a first-class option.
2019-03-05 Jan Korous[clang-format][docs][NFC] Fix example for Allman brace...
2019-03-05 Davide ItalianoRevert "[testsuite] Port crashlog and dependencies...
2019-03-05 Manman RenRevert compiler-rt diffs for order file instrumentation...
2019-03-05 Sanjoy DasPHI nodes are not `FPMathOperator` s
2019-03-05 Craig Topper[X86] Reduce some patterns by using FP instructions...
2019-03-05 Yonghong Song[BPF] Do not generate BTF sections unnecessarily
2019-03-05 Davide Italiano[testsuite] Port crashlog and dependencies to Python 3.
2019-03-05 Jim InghamFix the Xcode project for UserIDResolver.
2019-03-05 Manman RenAttemp to fix windows profile-rt build breakage.
2019-03-05 Davide Italiano[lldbtest] Check against the correct name for libcxxabi...
2019-03-05 Julian Lettner[NFC][Sanitizer] Cleanup ASan's GetStackTrace implement...
2019-03-05 Shoaib Meenai[cmake] Create exports for umbrella library targets
2019-03-05 Davide Italiano[Host] Fix the build (and the modules build).
2019-03-05 Shafik YaghmourRevert "[DataFormatters] Fix regression in libc++ std...
2019-03-05 Shafik Yaghmour[DataFormatters] Fix regression in libc++ std::atomic...
2019-03-04 Manman RenAttemp to fix build brokage due to D57530.
2019-03-04 Florian HahnFix invalid target triples in tests. (NFC)
2019-03-04 Evgeniy Stepanov[msan] Instrument x86 BMI intrinsics.
2019-03-04 Evgeniy Stepanov[sanitizer] Intercept bzero.
2019-03-04 Jordan Rupprecht[NFC] Fix PGO link error in shared libs build
2019-03-04 Sanjay Patel[CodeGenPrepare] avoid crashing on non-canonical/degene...
2019-03-04 Jessica Paquette[GlobalISel][AArch64] Add selection support for G_EXTRA...
2019-03-04 Manman RenOrder File Instrumentation: dump the data in compiler-rt
2019-03-04 Zachary TurnerMove ProcessInfo from Host to Utility.
2019-03-04 Alex Langford[build.py] Allow clang-cl to build files starting with...
2019-03-04 Shoaib Meenai[build] Rename clang-headers to clang-resource-headers
2019-03-04 Jessica Paquette[GlobalISel][AArch64] Legalize vector G_SELECT
2019-03-04 Evgeniy StepanovFix wrong enum value in switch.
2019-03-04 Sanjay Patel[ConstantHoisting] avoid hang/crash from unreachable...
2019-03-04 Louis Dionne[libc++] Remove old CMake workaround
2019-03-04 Eric FiselierInstall GCC 5 on buildbots to replace GCC 4.9.
2019-03-04 Manman RenOrder File Instrumentation: add clang support for ...
2019-03-04 Shafik Yaghmour[ASTImporter] Handle built-in when importing SourceLoca...
2019-03-04 Rong Xu[PGO] Clang part of change for context-sensitive PGO...
2019-03-04 Rong Xu[PGO] Context sensitive PGO (part 3)
2019-03-04 Zachary TurnerFix Windows build after UserIDResolver patch.
2019-03-04 Nikita Popov[InstCombine] Add tests for add nsw + sadd.with.overflo...
2019-03-04 Craig Topper[Subtarget] Follow up to r355167, add another set of...
2019-03-04 Amara EmersonRe-commit r355104: "[AArch64][GlobalISel] Add support...
2019-03-04 Nirav Dave[MC] Teach ELFObjectWriter that parse-time variables...
2019-03-04 Craig Topper[DAGCombiner][X86][SystemZ][AArch64] Combine some cases...
2019-03-04 Pavel LabathRefactor user/group name resolving code
2019-03-04 Erich KeaneEnable _rotl, _lrotl, _rotr, _lrotr on all platforms.
2019-03-04 Wouter van... [WebAssembly] Add support for data sections in the...
2019-03-04 Michal Gorny[lldb] [test] Mark failing tests XFAIL on NetBSD
2019-03-04 Kamil RytarowskiRevert duplicate check for DragonFly BSD
2019-03-04 Louis Dionne[libc++] decoupling Freestanding atomic<T> from libatomic.a
2019-03-04 Erich KeaneGive builtins and alloc/dealloc operators the default...
2019-03-04 Simon Pilgrim[X86] Regenerate illegal type load test with non-undef...
2019-03-04 Kamil RytarowskiUnbreak shared library linkage on DragonFlyBSD.
2019-03-04 Andrea Di Biagio[MCA] Remove unused methods. NFC
2019-03-04 Dmitry Preobrazhensky[AMDGPU][MC] Enable lds_direct operand for v_readfirstl...
2019-03-04 Andrea Di Biagio[MCA] Correctly initialize struct SummaryView::BackPres...
2019-03-04 Andrea Di Biagio[MCA] Highlight kernel bottlenecks in the summary view.
2019-03-04 Jeremy Morse[X86] Avoid codegen changes when DBG_VALUE appears...
2019-03-04 Alexey Lapshin[LLD] add test for line number info related to differre...
2019-03-04 Oliver Stannard[ARM] Fix selection of VLDR.16 instruction with imm...
2019-03-04 Jonas Hahnfeld[AArch64/ARM] Fix two compiler warnings in InstructionS...
2019-03-04 Eugene Leviant[DebugInfo] Construct nested types on behalf of owner CU
2019-03-04 Michal Gorny[llvm] [Support] Revert "Reimplement getMainExecutable...
2019-03-04 Davide Italiano[InstCombine] Mark debug values as unavailable after...
2019-03-04 Craig Topper[SubtargetFeatures] Add operator< for comparing Subtarg...
2019-03-04 Craig Topper[SubtargetFeatures] Don't call ApplyFeatureFlag if...
2019-03-04 Craig Topper[SubtargetFeatuers] Simplify the code used to imply...
2019-03-04 Kristof Umann[analyzer] Enable subcheckers to possess checker options
2019-03-03 Heejin Ahn[WebAssembly] Delete ThrowUnwindDest map from WasmEHFun...
2019-03-03 Craig Topper[X86] Regenerate test to get the full FP operands print...
2019-03-03 Duncan P. N... Modules: Document that ReadASTCore exits its final...
2019-03-03 Sanjay Patel[InstCombine] remove stale FIXME comment from test...
2019-03-03 Sanjay Patel[ValueTracking] do not try to peek through bitcasts...
2019-03-03 Amaury SechetAdd extra ops in add to sub transform test in order...
2019-03-03 Fangrui Song[DemandedBits] Remove some redundancy in the work list
2019-03-03 Simon PilgrimRemove unused variable. NFCI.
2019-03-03 Simon Pilgrim[X86] getShuffleScalarElt - peek through insert/extract...
2019-03-03 Simon Pilgrim[X86] Pull out combineToConsecutiveLoads helper. NFCI.
2019-03-03 Kristina BrooksRemove large amount of empty lines mid-file. NFC
2019-03-03 Michal Gorny[lldb] [Process/gdb-remote] Use '127.0.0.1' in ConnectL...
2019-03-03 Fangrui Song[DemandedBits] Optimize a find()+insert pattern with...
2019-03-03 Michal Gorny[llvm] [Support] Reimplement getMainExecutable() using...
2019-03-03 Michal Gorny[clang] [ToolChains/NetBSD] Support relative libc+...
2019-03-03 Craig Topper[X86] Prefer VPBLENDD for v2i64/v4i64 blends with AVX2.
2019-03-02 James Y KnightTweak r355278 for compatibility with gcc 6 and earlier.
2019-03-02 James Y KnightTweak r355278 for compatibility with gcc 6 and earlier.
2019-03-02 James Y KnightMake the new SanitizerMask code added in r355190 constexpr.
2019-03-02 Amaury SechetAdd test case for add to sub transformation. NFC
2019-03-02 Pavel LabathReinstate UNSUPPORTED: linux on stop-hook-threads.test
2019-03-02 Nico Webergn build: Add a cfi/sources target.
2019-03-02 Michal Gorny[lldb] [lit] Pass -pthread on NetBSD as well
2019-03-02 Michal Gorny[lldb] [lldbtest] Fix getBuildFlags() not to use libstd...
2019-03-02 Sanjay Patel[InstCombine] move add after smin/smax
2019-03-02 Sanjay Patel[InstCombine] add tests for add+smin/smax; NFC
2019-03-02 Pavel LabathFix gcc build for r355249
2019-03-02 Amaury SechetAdd test case for add to sub transformation. NFC
2019-03-02 Simon PilgrimFix update_mir_test_checks.py to run on python3
2019-03-02 Simon PilgrimUse SDValue::getConstantOperandAPInt helper where possi...
2019-03-02 Paul Hoad[clang-format] clang-format off/on not respected when...
2019-03-02 Xing GUO[Transforms] fix typo in test case. NFC.
next