platform/upstream/llvm.git
2018-04-10 Sriraman TallamGOTPCREL references must always use RIP.
2018-04-10 Marek OlsakAMDGPU: enable 128-bit for local addr space under an...
2018-04-10 Galina KistanovaDisable flaky tests till they get fixed.
2018-04-10 Aaron BallmanIntroduce a new builtin, __builtin_dump_struct, that...
2018-04-10 Geoff Berry[AArch64][Falkor] Fix bug in Falkor HWPF collision...
2018-04-10 Petr HosekRevert "Handle the default case"
2018-04-10 George Burgess IV[clang-tidy] Add a `android-comparison-in-temp-failure...
2018-04-10 Petr HosekHandle the default case
2018-04-10 Rafael EspindolaDon't warn on ICFed symbols, warn on synthetic ones.
2018-04-10 Roman Lebedev[clang-tidy] Unbreak run-clang-tidy.cpp test (modernize...
2018-04-10 Sanjay Patel[CVP] simplify phi with constant incoming values that...
2018-04-10 Chad Rosier[Driver] Handle the default case missed in r329748.
2018-04-10 Daniel Neilson[Verifier] Refactor duplicate code for atomic mem intri...
2018-04-10 Steven Wu[MachO] Emit Weak ReadOnlyWithRel to ConstDataSection
2018-04-10 Alexey Bataev[OPENMP] Additional attributes for the pointer parameters.
2018-04-10 Roman Lebedev[clang-tidy][modernize]: don't forget to actually link...
2018-04-10 Roman Lebedev[clang-tidy][Fuchsia]: don't forget to actually link...
2018-04-10 Petr Hosek[Driver] Allow drivers to add multiple libc++ include...
2018-04-10 Daniel Neilson[IR] Refactor memset inst classes (NFC)
2018-04-10 Jessica PaquetteRecommit r329716 "Add missing nullptr check before...
2018-04-10 Jim InghamConvert an absolute to a group relative reference for...
2018-04-10 Daniel Neilson[IR] Refactor memtransfer inst classes (NFC)
2018-04-10 Amara Emerson[AArch64] Fix isel failure when BUILD_PAIR nodes are...
2018-04-10 Gabor Buella[X86] Split up -march=icelake to -client & -server
2018-04-10 Gabor Buella[X86] Split up -march=icelake to -client & -server
2018-04-10 Zinovy Nis[clang-tidy] [modernize-use-auto] Fix members initializ...
2018-04-10 Nico WeberRevert r329684 (and follow-ups 329693, 329714). See...
2018-04-10 Craig Topper[X86] Add test case for llvm change r329734
2018-04-10 Artem Belevich[CUDA] Added --[no-]cuda-include-ptx=sm_XX|all option.
2018-04-10 Sanjay Patel[InstSimplify] fix formatting; NFC
2018-04-10 Volodymyr Sapsai[Parser] Fix assertion-on-invalid for unexpected typename.
2018-04-10 Craig Topper[X86] Change the name string for the newly add DF flag...
2018-04-10 Aaron Smith[DebugInfoPDB] Add missing test for findSymbolByRVA...
2018-04-10 Sanjay Patel[llvm-mca] reorder text
2018-04-10 Robert Widmann[LLVM-C] Add Missing 'break's in InlineAsm bindings
2018-04-10 Zinovy Nis[clang-tidy] [modernize-use-auto] Add a threshold for...
2018-04-10 Sanjay Patel[llvm-mca] fix formatting
2018-04-10 Jessica PaquetteRevert 329716 "Add missing nullptr check before getSect...
2018-04-10 Jim InghamFix a typo in the gtest build target for Debug configur...
2018-04-10 Sanjay Patel[llvm-mca] add example workflow for source code
2018-04-10 Marc-Andre... [clangd] Use operator<< to prevent printers issues...
2018-04-10 Aaron Smith[DebugInfoPDB] Add DIA implementations of findSymbolByR...
2018-04-10 Jessica PaquetteFix test failure in arm64-no-section.ll
2018-04-10 Jim InghamFix the Xcode build for the addition of OptionArgsParser.
2018-04-10 Julie Hockett[clang-tidy] Adding alias for anon namespaces in header...
2018-04-10 Krzysztof Parzyszek[CodeGen] Fix printing bundles in MIR output
2018-04-10 Peter CollingbourneRevert r329611, "AArch64: Allow offsets to be folded...
2018-04-10 Sam Clegg[WebAssembly] Add support for custom sections
2018-04-10 Jessica PaquetteAdd missing nullptr check to AArch64MachObjectWriter...
2018-04-10 Nicolai HaehnleAMDGPU/MC: Allow disassembling without symbol info
2018-04-10 Andrew V. TischenkoI removed the failed test.
2018-04-10 Guansong Zhang[OpenMP] Remove extra warning when we build
2018-04-10 Aaron Smith[PDB] Remove dead code and run clang format; NFC
2018-04-10 Andrea Di Biagio[llvm-mca] Simplify code. NFC
2018-04-10 Gabor Buella[X86] Disable SGX for Skylake Server - CPP test
2018-04-10 Chad RosierFix spelling. NFC.
2018-04-10 Andrea Di Biagio[llvm-mca] Move the logic that prints dispatch unit...
2018-04-10 Aaron Smith[pdbutil] Print the checksum hex string when using...
2018-04-10 Kostya Kortchinsky[sanitizer] Allow BackgroundThread to not depend on...
2018-04-10 Pavel Labath[CodeGen/Dwarf] Rename the "sizetype" synthetic type...
2018-04-10 Simon PilgrimFix whitespace indentation. NFCI.
2018-04-10 Pavel Labath[Testing/Support] Make Failed() matcher work with abstr...
2018-04-10 Nico WeberAttempt to fix Windows build after r329698.
2018-04-10 Gabor Buella[X86] Disable SGX for Skylake Server
2018-04-10 Gabor Buella[X86] Disable SGX for Skylake Server
2018-04-10 Nico WeberUse llvm::sys::fs::real_path() in clang.
2018-04-10 Nico Webers/LLVM_ON_WIN32/_WIN32/, lldb
2018-04-10 Nico Webers/LLVM_ON_WIN32/_WIN32/, lld
2018-04-10 Nico Webers/LLVM_ON_WIN32/_WIN32/, clang-tools-extra
2018-04-10 Andrea Di Biagio[llvm-mca] Increase the default number of iterations...
2018-04-10 Andrew V. TischenkoThe test was fixed.
2018-04-10 David Green[DA] Improve alias checking in dependence analysis
2018-04-10 Francis Visoiu... [AArch64] Use FP to access the emergency spill slot
2018-04-10 Tim Renouf[AMDGPU] For OS type AMDPAL, fixed scratch on compute...
2018-04-10 Gabor BuellaCodeGen tests - typo fixes NFC
2018-04-10 Simon Dardis[compiler-rt][asan][mips] UnXFAIL some consistently...
2018-04-10 Tim NorthoverAArch64: diagnose unpredictable store-exclusive instruc...
2018-04-10 Andrea Di Biagio[X86][Broadwell] HWPort5 should not be added to Broadwe...
2018-04-10 Sam McCall[Tooling] fix UB when interpolating compile commands...
2018-04-10 Andrew V. Tischenko-ftime-report switch support in Clang.
2018-04-10 Alexandre Ganea[llvm-ar] Temporarily make the tool case detection...
2018-04-10 Pavel LabathArgs: replace isprint8 usage with isprint
2018-04-10 Sander de Smalen[AArch64][SVE] Asm: Add support for unpredicated LSL...
2018-04-10 Andrea Di BiagioReapply "[llvm-mca] Do not separate iterations with...
2018-04-10 Pavel LabathMove OptionElementVector helper structs from Args to...
2018-04-10 George Rimar[ELF] - Do not crash when trying to order --defsym...
2018-04-10 Pavel LabathMove Args::StringTo*** functions to a new OptionArgPars...
2018-04-10 Clement Courbet[MC][TableGen] Fix r329675.
2018-04-10 Clement Courbet[MC][TableGen] Add optional libpfm counter names for...
2018-04-10 Sander de Smalen[AArch64][SVE] Asm: Add support for SVE INDEX instructions.
2018-04-10 Chandler Carruth[x86] Model the direction flag (DF) separately from...
2018-04-10 Petr Hosek[sanitizer] Enable threads for libc++ build used by...
2018-04-10 Akira Hatanaka[ExprConstant] Use an AST node and a version number...
2018-04-10 Craig Topper[X86] Prevent folding loads with 64-bit ANDs with immed...
2018-04-10 Michael ZolotukhinRevert "[PR16756] Use SSAUpdaterBulk in JumpThreading...
2018-04-10 Billy Robert... [libcxx] [test] Use the correct type from strlen. Inclu...
2018-04-10 Michael ZolotukhinRevert "Revert "[PR16756] Use SSAUpdaterBulk in JumpThr...
2018-04-10 Michael Zolotukhin[SSAUpdaterBulk] Handle CFG with unreachable from entry...
2018-04-10 Alexandre Ganea[DebugInfo][COFF] Fix reading variable-length encoded...
2018-04-10 Alexandre Ganea[llvm-ar] Fix lib.exe detection when running within...
next