platform/upstream/llvm.git
2017-09-19 Sam Clegg[WebAssembly] Add support for naming wasm data segments
2017-09-19 Adam NemetAllow ORE.emit to take a closure to delay building...
2017-09-19 Michael Kruse[ForwardOpTree] Allow out-of-quota in examination part...
2017-09-19 Vlad TsyrklevichRevert "Introduce the llvm-cfi-verify tool."
2017-09-19 Vlad TsyrklevichIntroduce the llvm-cfi-verify tool.
2017-09-19 Saleem AbdulrasoolCodeGen: use range based for loops (NFC)
2017-09-19 Quentin ColombetRevert "[MIRPrinter] Print empty successor lists when...
2017-09-19 Quentin Colombet[MIRPrinter] Print empty successor lists when they...
2017-09-19 Andrew KaylorFix 32-bit buildbots by removing tests that are depende...
2017-09-19 Roman LebedevRevert "[Sema] Move some stuff into -Wtautological...
2017-09-19 Jake EhrlichReland "[llvm-objcopy] Add support for nested and overl...
2017-09-19 Rui UeyamaRename CieRecord instance variables.
2017-09-19 Jonathan Roelofs[ARM] Relax 'cpsie'/'cpsid' flag parsing.
2017-09-19 Reid KlecknerRevert "[DebugInfo] Insert DW_OP_deref when spilling...
2017-09-19 Dehao ChenImport all inlined indirect call targets for SamplePGO.
2017-09-19 Roman Lebedev[Sema] Move some stuff into -Wtautological-unsigned...
2017-09-19 Vadzim Dambrouski[MSP430] Align functions on 2-byte boundary instead...
2017-09-19 Rachel Craik[OpenMP] fix seg-faults printing diagnostics with inval...
2017-09-19 Craig Topper[TableGen] Generate formatted DAGISelEmitter without...
2017-09-19 Adrian Prantlllvm-dwarfdump: un-hide more command line options
2017-09-19 Adrian PrantlMove test into non-target-specific directory.
2017-09-19 Sanjay Patel[SimplifyCFG] fix typos/formatting; NFC
2017-09-19 Stanislav Mekhanoshin[AMDGPU] Prevent post-RA scheduler from breaking memory...
2017-09-19 Ulrich Weigand[SystemZ] Fix truncstore + bswap codegen bug
2017-09-19 Saleem AbdulrasoolRevert "ExecutionEngine: add R_AARCH64_ABS{16,32}"
2017-09-19 Rui UeyamaSimplify. NFC.
2017-09-19 Andrew KaylorTeach clang to tolerate the 'p = nullptr + n' idiom...
2017-09-19 Jake EhrlichRevert "[llvm-objcopy] Add support for .dynamic, .dynsy...
2017-09-19 Jake EhrlichRevert "[llvm-objcopy] Add support for nested and overl...
2017-09-19 Jake Ehrlich[llvm-objcopy] Add support for .dynamic, .dynsym, and...
2017-09-19 David BlaikieFix test to not depend on another subdirectories Input...
2017-09-19 Jake Ehrlich[llvm-objcopy] Add test to check that architecture...
2017-09-19 Krzysztof ParzyszekRecommit r313647 now that GCC seems to accept the offering
2017-09-19 David Blaikiedwarfdump/symbolizer: Avoid loading unneeded CUs from...
2017-09-19 Dehao ChenHandle profile mismatch correctly for SamplePGO.
2017-09-19 Reid KlecknerRe-land "Fix Bug 30978 by emitting cv file checksums."
2017-09-19 Jake Ehrlich[llvm-objcopy] Add support for nested and overlapping...
2017-09-19 Adrian McCarthyRe-land r313210 - Fix for bug 34532 - A few rough corne...
2017-09-19 Saleem AbdulrasoolExecutionEngine: add R_AARCH64_ABS{16,32}
2017-09-19 Adam NemetFix ClangDiagnosticHandler::is*RemarkEnabled members
2017-09-19 Francis RicciSet ANDROID when any android abi is used, not just...
2017-09-19 Krzysztof ParzyszekRevert "Improve TableGen performance of -gen-dag-isel...
2017-09-19 Francis RicciEnsure that armhf builtins library is created when...
2017-09-19 Krzysztof ParzyszekMove "(void)variable" closer to the assertion that...
2017-09-19 Shoaib Meenai[cmake] Add SOURCE_DIR argument to llvm_check_source_fi...
2017-09-19 Krzysztof ParzyszekImprove TableGen performance of -gen-dag-isel (motivate...
2017-09-19 Rafael EspindolaTweak orphan section placement.
2017-09-19 Simon Dardis[mips][compiler-rt] UnXFAIL test.
2017-09-19 Craig Topper[X86] Convert X86ISD::SELECT to ISD::VSELECT just befor...
2017-09-19 Zachary TurnerResubmit "Fix llvm-lit script generation in libcxx."
2017-09-19 Francis RicciFix build of TaskPoolTest with xcodebuild
2017-09-19 Petr Hosek[sanitizer] Don't define common ReportDeadlySignal...
2017-09-19 Reid KlecknerRe-land r313400 "[DebugInfo] Insert DW_OP_deref when...
2017-09-19 Tony Jiang[PowerPC Peephole] Constants into a join add, use ADDI...
2017-09-19 Evandro Menezes[AArch64] Extend tests of loads and stores of register...
2017-09-19 Francis RicciUse ThreadLauncher to launch TaskPool threads
2017-09-19 Tony Jiang[Power9] Add missing Power9 instructions.
2017-09-19 David Blaikiedwarfdump: Delay parsing abbreviations until they're...
2017-09-19 Mike EdwardsRevert r313600 due to bot failures on Green Dragon.
2017-09-19 Daniel Sanders[globalisel] Add a G_BSWAP instruction and support...
2017-09-19 Simon Pilgrim[X86][SSE] Add 'redundant pand' test case from PR34620
2017-09-19 Sanjay Patel[x86] regenerate checks; NFC
2017-09-19 Alexey Bataev[SLP] Reduce test, NFC.
2017-09-19 Daniel Sanders[globalisel] Add support for intrinsic_void
2017-09-19 Bjorn Pettersson[Sema] Disallow assigning record lvalues with nested...
2017-09-19 Daniel Sanders[globalisel] Add support for intrinsic_w_chain.
2017-09-19 Nikolai Bozhenov[Nios2] Subtarget, basic infrastructure for frame,...
2017-09-19 Jina Nahias[x86] Lowering Mask Set1 intrinsics to LLVM IR
2017-09-19 Jina NahiasLowering Mask Set1 intrinsics to LLVM IR
2017-09-19 Philipp Schaad[GPUJIT] Improved temporary file handling.
2017-09-19 Manuel KlimekFix formatting of lambda introducers with initializers.
2017-09-19 George Rimar[ELF] - Do not merge sections from SHT_GROUP when ...
2017-09-19 George Rimar[ELF] - Don't crash when --emit-relocs is used with...
2017-09-19 George Rimar[ELF] - Introduce std::vector<InputFile *> global arrays.
2017-09-19 Roger Ferrer... [ARM] Use ADDCARRY / SUBCARRY
2017-09-19 Andrei ElovikovTest commit.
2017-09-19 Matt ArsenaultAMDGPU: Run internalize symbols at -O0
2017-09-19 Vedant Kumar[ubsan-minimal] Test exported symbol set against RTUBsan
2017-09-19 Vedant Kumar[ubsan-minimal] Make the interface more compatible...
2017-09-19 Gadi Haber[X86][Skylake] Adding the scheduling information for...
2017-09-19 Craig Topper[X86] Remove some unnecessary patterns for truncate...
2017-09-19 Hongbin Zheng[LLVM] [RegionInfo] Introduce getExitingBlocks to get...
2017-09-19 Craig Topper[X86] Add VPERMPD/VPERMQ and VPERMPS/VPERMD to the...
2017-09-19 Tom Stellarddocs: Fix formatting in HowToReleaseLLVM
2017-09-19 Tom Stellarddocs: Add instructions for how to submit a merge request
2017-09-19 Zachary TurnerRevert "Fix llvm-lit script generation in libcxx."
2017-09-19 Zachary TurnerFix llvm-lit script generation in libcxx.
2017-09-19 Vlad TsyrklevichAllow public Triple deduction from ObjectFiles.
2017-09-19 Vedant Kumar[llvm-cov] Make report metrics agree with line exec...
2017-09-19 Vedant Kumar[Coverage] Remove deferred region for trailing return...
2017-09-19 Vedant Kumar[profile] Update Linux-only tests after r313597
2017-09-19 Zachary TurnerSet svn:ignore property on *.pyc.
2017-09-18 Hans WennborgDrop -O1 case from nrvo-string.cpp
2017-09-18 Vedant Kumar[profile] Update InstrProfData.inc
2017-09-18 Vedant Kumar[Coverage] Use a new API to label gap areas
2017-09-18 Vedant Kumar[Coverage] Use gap regions to select better line exec...
2017-09-18 Vedant Kumar[llvm-cov] Repair a test. NFC.
2017-09-18 Vedant Kumar[llvm-cov] Simplify code to find the first uncovered...
2017-09-18 Zachary Turner[lit] Use realpath when adding to the config map.
2017-09-18 Yonghong Songbpf: add inline-asm support
next