platform/upstream/llvm.git
2019-03-06 Peter Collingbournegn build: Add 32-bit Linux support.
2019-03-06 Adrian PrantlReplace debug-only assert with a plain old assert.
2019-03-06 Jonas Devlieghere[Reproducers] Undef LLDB_REPRO_INSTR_TRACE
2019-03-06 Jonas Devlieghere[Reproducers] Fix warnings without asserts
2019-03-06 Alex Langford[ExpressionParser] Test GetClangResourceDir
2019-03-06 Leonard Chan[Fixed Point Arithmetic] Fixed Point and Integer Conver...
2019-03-06 Mitch PhillipsRevert "[AtomicExpand] Allow libcall expansion for...
2019-03-06 Florian Hahn[ARM] Sink zext/sext operands for add and sub to enable...
2019-03-06 Jonas Devlieghere[Reproducers] Add SBReproducer macros
2019-03-06 Jonas Devlieghere[SBAPI] Don't check IsValid in constructor
2019-03-05 Adrian PrantlRemove tautological #ifdefs (NFC)
2019-03-05 Jonas Devlieghere[DWARFFormValue] Don't consider DW_FORM_data4/8 to...
2019-03-05 Florian Hahn[opt] Report if the provided architecture is invalid.
2019-03-05 Rong XuRevert r355432 for buildbot failures in ppc64be-linux...
2019-03-05 Philip Reames[AtomicExpand] Allow libcall expansion for non-zero...
2019-03-05 Roman Lebedev[X86][NFC] Add proper test for promotion of i8 cmov...
2019-03-05 Louis Dionne[libc++] Only add dylib-related features when using...
2019-03-05 Paul Hoad[clang-format] broken after lambda with return type...
2019-03-05 Jason MolendaRevert logging addition to SBCompileUnit::GetNumLineEnt...
2019-03-05 Stella Stamenova[lit, windows] Disable stop-hook-threads on Windows
2019-03-05 Vitaly Buka[docs] Add some architectures into the list of supporte...
2019-03-05 Heejin Ahn[WebAssembly] Simplify iterator navigations (NFC)
2019-03-05 Stella Stamenova[lldbsuite, windows] Skip the TestEvents tests on Windows
2019-03-05 Vitaly Buka[docs] Update the list of ThreadSanitizer supported...
2019-03-05 Francis Visoiu... [Remarks][NFC] Rename RemarkParser to YAMLRemarkParser
2019-03-05 Francis Visoiu... [cmake] Add libRemarks to LLVM_DISTRIBUTION_COMPONENTS
2019-03-05 Francis Visoiu... [OptRemarks] Make OptRemarks more generic: rename OptRe...
2019-03-05 Heejin Ahn[WebAssembly] Test change after disabling MachineBlockP...
2019-03-05 Heejin Ahn[WebAssembly] Disable MachineBlockPlacement pass
2019-03-05 Roman Lebedev[NFC][CodeGen][X86][AArch64] Add tests for C++ std...
2019-03-05 Jason MolendaAdd logging to SBCompileUnit::GetNumLineEntries.
2019-03-05 Jan Korous[clang-format] Fix lambdas returning template specializ...
2019-03-05 Craig TopperRevert r355224 "[TableGen][SelectionDAG][X86] Add speci...
2019-03-05 Rong Xu[PGO] Clang part of change for context-sensitive PGO...
2019-03-05 Craig Topper[Subtarget] Merge ProcSched and ProcDesc arrays in...
2019-03-05 Guozhi Wei[X86] In X86DomainReassignment.cpp add enclosed registe...
2019-03-05 Craig Topper[Subtarget] Create a separate SubtargetSubtargetKV...
2019-03-05 Craig Topper[Subtarget] Move SubtargetFeatureKV/SubtargetInfoKV...
2019-03-05 Davide ItalianoReinstate libc++ patches now that the lldb formatter...
2019-03-05 Matt ArsenaultAMDGPU: Preserve undef flag when expanding SI_IF
2019-03-05 Craig Topper[X86] Enable 8-bit SHL to convert to LEA
2019-03-05 Craig Topper[X86] Allow 8-bit INC/DEC to be converted to LEA.
2019-03-05 Craig Topper[X86] Enable 8-bit OR with disjoint bits to convert...
2019-03-05 Shafik Yaghmour[DataFormatters] Fix regression in libc++ std::atomic...
2019-03-05 Yaxun Liu[CUDA][HIP][Sema] Fix template kernel with function...
2019-03-05 Florian Hahn[SLP] Fix invalid triple in X86 tests
2019-03-05 Yaxun LiuAllow bundle size to be 0 in clang-offload-bundler
2019-03-05 Alexey Bataev[OPENMP]Target region: emit const firstprivates as...
2019-03-05 Davide Italiano[libcxx] Revert set of atomic patches that broke lldb.
2019-03-05 Kostya Kortchinsky[scudo][standalone] Add bytemap classes
2019-03-05 Davide ItalianoRevert "[lldbtest] Check against the correct name for...
2019-03-05 Javed AbsarTableGen: Allow lists to be concatenated through '#'
2019-03-05 Yury Delendik[lldb] Disable some of TestJITLoaderGDB.py tests on...
2019-03-05 Simon Pilgrim[X86][SSE] Regenerate vector zero tests
2019-03-05 Sanjay Patel[SDAG] move FP constant folding to helper function...
2019-03-05 Yaxun Liu[HIP] Do not unbundle object files for -fno-gpu-rdc
2019-03-05 Louis Dionne[libc++] Fix <atomic> failures on GCC
2019-03-05 Jessica PaquetteRevert "[GlobalISel][AArch64] Add selection support...
2019-03-05 Simon Pilgrim[X86] Add SMULO/UMULO combine tests
2019-03-05 Tatyana KrasnukhaRevert "Fix embedded Python initialization according...
2019-03-05 Simon PilgrimFix typo in constant vector
2019-03-05 Simon Pilgrim[X86] Add SADDO/UADDO and SSUBO/USUBO combine tests
2019-03-05 Louis Dionne[libc++] Change memory_order to an enum class
2019-03-05 Yury DelendikAdds property to force enabling of GDB JIT loader for...
2019-03-05 Alexander Kornienko[clang-tidy] Fix bugprone-string-constructor crash
2019-03-05 Simon Pilgrim[X86] Add test cases for D58874
2019-03-05 George Rimar[llvm-objcopy] - Simplify `isCompressable` and fix...
2019-03-05 Pavel LabathOne more UserIDResolver fix
2019-03-05 Martin Storsjo[sanitizers] Don't use Windows Trace Logging with Clang...
2019-03-05 Kristof Umann[analyzer] Fix taint propagation in GenericTaintChecker
2019-03-05 Dmitri Gribenko[ASTMatchers] Improved formatting in a documentation...
2019-03-05 Carl Ritson[AMDGPU] Fix DPP operand order in atomic optimizer
2019-03-05 David Green[SCEV] Ensure that isHighCostExpansion takes into accou...
2019-03-05 Alexander Kornienko[lldb] Fix linux host build after r355342
2019-03-05 George Rimar[llvm-objcopy] - Report "no zlib available" error prope...
2019-03-05 Gabor Marton[ASTImporter] Fix redecl failures of Class and ClassTem...
2019-03-05 David Green[SCEV] Add some extra tests for IndVarSimplifys loop...
2019-03-05 Tatyana KrasnukhaFix embedded Python initialization according to changes...
2019-03-05 Heejin Ahn[WebAssembly] Rename a variable in LateEHPrepare (NFC)
2019-03-05 Simon PilgrimAdd wildcard support to all update_*_test_checks.py...
2019-03-05 Oliver Stannard[ARM] Fix select_cc lowering for fp16
2019-03-05 David Stuttard[AMDGPU] Omit KILL instructions from hazard recognizer
2019-03-05 Fangrui Song[ELF][test] chmod u+w to prevent annoying rm prompt
2019-03-05 Vitaly Buka[NFC] Simplify BufferedStackTrace::UnwindImpl
2019-03-05 Vitaly Buka[NFC] Move isUnwinding check into ScopedUnwinding
2019-03-05 Craig Topper[LangRef] Add 'callbr' instruction to the 'blockaddress...
2019-03-05 Chen Zheng[PowerPC] fix killed/dead flag after convert x-form...
2019-03-05 Vitaly Buka[NFC] Move ScopedUnwinding from .h to .cc
2019-03-05 Vitaly Buka[NFC] Reorder ifs in BufferedStackTrace::UnwindImpl
2019-03-05 Alex Langford[Expression] Remove unused parameter from Evaluate
2019-03-05 Xing GUO[ARM][MC] Update one test case in 'test/MC/Disassembler...
2019-03-05 Scott Linder[AMDGPU] Implement AMDGPUMCInstrAnalysis
2019-03-05 Vitaly Buka[NFC] Return on SANITIZER_MIPS && !IsValidFrame
2019-03-05 Vitaly Buka[NFC] Put bp into Unwind(.. false) for consistency
2019-03-05 Vitaly Buka[NFC] Move asan_inited and size reset on top of :...
2019-03-05 Vitaly BukaRevert "[NFC][Sanitizer] Cleanup ASan's GetStackTrace...
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...
next