platform/upstream/llvm.git
2018-04-25 Bjorn PetterssonFix buildbot problems after rC330794
2018-04-25 Craig Topper[TableGen] Fix bad indentation in tablegen output file.
2018-04-25 Tobias GrosserUpdate isl to isl-0.19-114-g385262af
2018-04-25 David BolvanskyMerging r46043:
2018-04-25 Faisal Vali[NFC] Make dependent parameter non-deducible, so that...
2018-04-25 Craig Topper[X86] Auto-generate complete checks. NFC
2018-04-25 Faisal ValiFix rC330794 - a parameter that should have been depend...
2018-04-25 Yaxun LiuFix lit test kernel-call.cu failure on ps4 due to dso_local
2018-04-25 Faisal Vali[c++2a] [concepts] Add rudimentary parsing support...
2018-04-25 Yaxun LiuFix failure in lit test kernel-call.cu
2018-04-25 Geoff Berry[DivRemPairs] Fix non-determinism in use list order.
2018-04-25 Billy Robert... [libcxx] [test] Remove nonportable that errc::is_a_dire...
2018-04-25 Yaxun Liu[HIP] Add hip input kind and codegen for kernel launching
2018-04-25 Richard Trieu[ODRHash] Hash template arguments of methods.
2018-04-25 Rafael EspindolaBring r329960 back.
2018-04-25 Chandler Carruth[PM/LoopUnswitch] Begin teaching SimpleLoopUnswitch...
2018-04-24 Bob Haarman[COFF] create MemoryBuffers without requiring NUL termi...
2018-04-24 Rui UeyamaStyle fix.
2018-04-24 Rafael EspindolaAdd a test. NFC.
2018-04-24 Jessica Paquette[MachineOutliner] Check for explicit uses of LR/W30...
2018-04-24 Craig Topper[DAGCombiner][X86] When promoting loads don't use ZEXTL...
2018-04-24 Dan AlbertRevert "[Driver] Android triples are not aliases for...
2018-04-24 Reid KlecknerFix path separator checks on Windows
2018-04-24 Warren Ristow[X86] Account for partial stack slot spills (PR30821)
2018-04-24 Alexander Shaposhnikov[llvm-objcopy] Adjust the help message
2018-04-24 Reid KlecknerBring back APInt self-move assignment check for MSVC...
2018-04-24 Tom StellardAMDGPU: Remove deprecated llvm.AMDGPU.kilp intrinsic
2018-04-24 Tom StellardAMDGPU/GlobalISel: Fall-back to SelectionDAG for non...
2018-04-24 Mandeep Singh... [docs] Add a note on non-deterministic sorting order...
2018-04-24 Jonathan Coe[clang-tidy] Improve bugprone-unused-return-value check
2018-04-24 Roman Lebedev[X86][AArch64][NFC] Add tests for masked merge unfoldin...
2018-04-24 Dan Albert[Driver] Android triples are not aliases for other...
2018-04-24 Daniel Neilson[CaptureTracking] Fixup const correctness of DomTree...
2018-04-24 Sanjay Patel[InstCombine] move tests for select with bit-test of...
2018-04-24 Tom StellardAMDGPU/GlobalISel: Add support for amdgpu_ps calling...
2018-04-24 Artem Dergachev[analyzer] Add support for the note diagnostic pieces...
2018-04-24 Richard SmithRemove 'noexcept's that do not match between header...
2018-04-24 Chandler Carruth[wasm] Fix uninitialized memory introduced in r330749.
2018-04-24 Rafael Espindola[bugpoint] Fix crash when testing for miscompilation.
2018-04-24 Sam McCall[Support] fix countLeadingZeros for types shorter than int
2018-04-24 Shoaib Meenai[cmake] Fix libc++ detection
2018-04-24 Simon Pilgrim[X86][SKX] Setup WriteFMul and remove unnecessary InstR...
2018-04-24 Aaron BallmanImprove -Warray-bounds to handle multiple array extents...
2018-04-24 Vedant Kumar[test] Update llc checks for CodeGen/X86/avg.ll
2018-04-24 Andrea Di Biagio[llvm-mca] Remove unused flag -verbose. NFC
2018-04-24 Simon Pilgrim[X86] Split off PHMINPOSUW to their own schedule class
2018-04-24 Joel E. Denny[lit] Report line number for failed RUN command
2018-04-24 Benjamin Kramer[clangd] Commit a heinous crime to make test hermetic...
2018-04-24 Artem Belevich[CUDA] Enable CUDA compilation with CUDA-9.2
2018-04-24 Stanislav Mekhanoshin[AMDGPU] Truncate packed inline constant
2018-04-24 Simon Pilgrim[XOP] v4i32 IFMA 'VPMACS' instructions should use the...
2018-04-24 Sam Clegg[WebAssembly] Match llvm-side change to reloc section...
2018-04-24 Sam Clegg[WebAssembly] Use section index in relocation section...
2018-04-24 Florian Hahn[LoopInterchange] Add REQUIRES: asserts to test.
2018-04-24 Simon Pilgrim[AVX512] VPERMQ/VPERMPD/VPERMIL single op shuffles...
2018-04-24 Benjamin Kramer[clangd] Initialize candidate count in unit test
2018-04-24 Alex Shlyapnikov[HWASan] Update HWASan assembly snippet in the docs
2018-04-24 Craig Topper[X86] Add recently added intrinsic headers to the modul...
2018-04-24 Craig Topper[X86] Consistently use double underscore at the beginni...
2018-04-24 Nico WeberLet TableGen write output only if it changed, instead...
2018-04-24 Simon DardisReland "[mips] Guard traps for microMIPS correctly"
2018-04-24 Aaron Smith[lit, lldbsuite] Update the lldbsuite to correctly...
2018-04-24 Diego Caballero[LV][VPlan] Detect outer loops for explicit vectorization.
2018-04-24 Florian Hahn[LoopInterchange] Make isProfitableForVectorization...
2018-04-24 Simon Pilgrim[X86][F16C] Add WriteCvtF2FSt scheduling class
2018-04-24 Fangrui Song[ADT] Remove ilist_default_traits
2018-04-24 Simon Pilgrim[X86][BtVer2] Fix VCVTPS2PHmr/VCVTPS2PHYmr latencies
2018-04-24 Simon Pilgrim[X86][IVB] Add F16C resource tests.
2018-04-24 Andrea Di Biagio[llvm-mca] Default the output asm dialect used by the...
2018-04-24 Simon Atanasyan[mips] Show an error if register number is out of range
2018-04-24 Sanjay Patel[InstCombine] regenerate checks; NFC
2018-04-24 Mark Searles[AMDGPU][Waitcnt] NFC. Cleanup some code/naming consist...
2018-04-24 Sanjay Patel[InstCombine] regenerate checks; NFC
2018-04-24 Dan Liew[lit] Remove spurious `-` in invocation of lit in
2018-04-24 Nico WeberRemove LLVM_INSTALL_CCTOOLS_SYMLINKS
2018-04-24 David BlaikieFix some layering in AggressiveInstCombine (avoiding...
2018-04-24 Benjamin Kramer[LoadStoreVectorize] Ignore interleaved invariant loads.
2018-04-24 Kostya Kortchinsky[sanitizer] More dead code removal
2018-04-24 Andrea Di Biagio[llvm-mca] Refactor the Scheduler interface in preparat...
2018-04-24 Joel E. Denny[Attr] Print enum attributes at correct position
2018-04-24 Sven van Haastregt[OpenCL] Fix diagnostic of thread_local
2018-04-24 Simon Pilgrim[X86] Remove unnecessary FMA reg-mem InstRW scheduler...
2018-04-24 Gabor Horvath[clang-tidy] Fix PR35468
2018-04-24 Ulrich Weigand[SystemZ] Use preferred 16-byte function alignment
2018-04-24 Ilya Biryukov[CodeComplete] Fix completion at the end of keywords
2018-04-24 Simon PilgrimFix Wdocumentation warnings. NFCI.
2018-04-24 Simon Pilgrim[X86] Fix missing cfi from sitofp checks
2018-04-24 Simon Pilgrim[X86] Add vector element insertion/extraction scheduler...
2018-04-24 Simon Pilgrim[MC] Remove orphan MCSchedModel::computeReciprocalThrou...
2018-04-24 Rainer OrthThe OpenBSD UBsan port introduced two typos that broke...
2018-04-24 Alexander Ivchenko[X86] Replace action Promote with Expand for operation...
2018-04-24 Martin Storsjo[GCC] Don't keep a StringRef to a temporary std::string
2018-04-24 Francis Visoiu... [CodeGen] Print user-friendly debug locations as MI...
2018-04-24 Pavel Labath[dotest] Make the set of tests independent of the test...
2018-04-24 Chandler Carruth[PM/LoopUnswitch] Fix a bug in the loop block set forma...
2018-04-24 Petar JovanovicCorrect dwarf unwind information in function epilogue
2018-04-24 Simon Dardis[mips] Correct the patterns for bswap
2018-04-24 Aleksei Sidorin[ASTImporter] Allow testing of import sequences; fix...
2018-04-24 Andrea Di Biagio[llvm-mca][CommandGuide] Fix typo in example.
2018-04-24 George Rimar[ELF] - Never use std::sort.
next