platform/upstream/llvm.git
2018-06-15 Roman Lebedev[NFC] chmod +x utils/update_analyze_test_checks.py
2018-06-15 Sam McCall[clangd] context key constructor is constexpr. NFC
2018-06-15 Matt ArsenaultDAG: Fix creating concat_vectors with illegal type
2018-06-15 Sam McCall[clangd] Add option to fold overloads into a single...
2018-06-15 Simon Pilgrim[SLP][X86] Add AVX2 run to POW2 SDIV Tests
2018-06-15 Luke Geeson[AArch64] Reverted rC334696 with Clang VCVTA test fix
2018-06-15 Simon Pilgrim[SLP][X86] Regenerate POW2 SDIV Tests
2018-06-15 Roman Lebedev[InstCombine] Recommit: Fold (x << y) >> y -> x...
2018-06-15 Roman Lebedev[AMDGPU] Recognize x & ~(-1 << y) pattern.
2018-06-15 Roman Lebedev[AMDGPU] Recognize x & ((1 << y) - 1) pattern.
2018-06-15 Roman Lebedev[AMDGPU] Recognize x & (-1 >> (32 - y)) pattern.
2018-06-15 Peter Smith[MC] Move bundling and MCSubtargetInfo to MCEncodedFrag...
2018-06-15 Clement Courbet[llvm-exegesis][NFC] Remove dead variable.
2018-06-15 Haojian Wu[clangd] Fix buildbot error.
2018-06-15 Clement Courbet[llvm-exegesis][NFC] Add more comments.
2018-06-15 Eric Liu[clangd] Boost completion score according to file proxi...
2018-06-15 Eric Liu[clangd] Customizable URI schemes for dynamic index.
2018-06-15 QingShan Zhangadd myself to the CREDITS.TXT
2018-06-15 Ilya Biryukov[clangd] Do not report comments that only have special...
2018-06-15 Mikhail DvoretckiiNFC: Regenerating x86-sse41.ll test for InstCombine
2018-06-15 Clement Courbet[llvm-exegesis] Print the whole snippet in analysis.
2018-06-15 Adam Balogh[ASTImporter] Corrected diagnostic client handling...
2018-06-15 Craig TopperRevert r334802 "[X86] Prevent folding stack reloads...
2018-06-15 Craig Topper[X86] Prevent folding stack reloads with instructions...
2018-06-15 David L. Jones[Format] Do not use a global static value for EOF withi...
2018-06-15 Craig Topper[X86] Add more instructions to the memory folding table...
2018-06-15 Hiroshi Inoue[NFC] fix trivial typos in documents
2018-06-15 Craig Topper[X86] Fix some checks to use X86 instead of X32.
2018-06-15 Craig Topper[X86] Add 'Z' to the internal names of various EVEX...
2018-06-15 Frederic RissAdd support for PLATFORM_*SIMULATOR
2018-06-15 Jason MolendaChange TestExec.py from creating an i386+x86_64 fat...
2018-06-15 Andrew KaylorAdd debug info for OProfile profiling support
2018-06-14 Shoaib Meenai[cmake] Change ON/OFF to YES/NO. NFC
2018-06-14 Shoaib Meenai[cmake] Add linker detection for Apple platforms
2018-06-14 Eli Friedman[compiler-rt] [builtins] Don't build __atomic_* by...
2018-06-14 David BlaikieModules: Fix implicit output file for .cppm to .pcm...
2018-06-14 Eli FriedmanMake uitofp and sitofp defined on overflow.
2018-06-14 George Karpenkov[libFuzzer] [NFC] XFAIL one of the tests on iOS.
2018-06-14 George Karpenkov[libFuzzer] [NFC] Remaining minor fixes to support...
2018-06-14 Craig Topper[X86] Rename __builtin_ia32_pslldqi128 to __builtin_ia3...
2018-06-14 Frederic RissAdd an entitlement to debugserver
2018-06-14 Lang Hames[ORC] Strip weak flags from a symbol once it is selecte...
2018-06-14 Matt Davis[llvm-mca] Clean up the header comment. NFC.
2018-06-14 Michael Bergeasing the constraint for isNegatibleForFree and GetNeg...
2018-06-14 George Karpenkov[libFuzzer] [NFC] Support multi-arch and multi-OS build...
2018-06-14 Florian HahnRevert r334764, as it breaks some bots
2018-06-14 George Karpenkov[libFuzzer] [NFC] Generalize DSO tests to work even...
2018-06-14 George Karpenkov[NFC] Generalize flags for linking in shared objects...
2018-06-14 Florian Hahn[TableGen] Make TreePatternNode::getChild return a...
2018-06-14 Richard Smith[c++17] If a class inherits virtual functions from...
2018-06-14 Reid KlecknerFix wasm responsefile lld test on Windows
2018-06-14 Reid Kleckner[COFF] Fix /wholearchive: to do libpath search again
2018-06-14 George Burgess IV[MSSA] Print more optimization information
2018-06-14 Sanjay Patel[x86] be more selective about converting 'and' to shuff...
2018-06-14 Craig Topper[X86] Fix stale comment in folding tables.
2018-06-14 Tom StellardAMDGPU/GlobalISel: Implement select() for @llvm.amdgcn...
2018-06-14 Justin BognerRe-apply "[VirtRegRewriter] Avoid clobbering registers...
2018-06-14 Benjamin KramerOne ShortFract ought to be enough for everyone.
2018-06-14 Justin BognerRevert "[VirtRegRewriter] Avoid clobbering registers...
2018-06-14 Michael Bergupdating isNegatibleForFree and GetNegatedExpression...
2018-06-14 Sam Clegg[WebAssembly] Ignore explicit section names for functions
2018-06-14 Craig Topper[X86] Add inline assembly versions of _InterlockedExcha...
2018-06-14 Justin Bogner[VirtRegRewriter] Avoid clobbering registers when expan...
2018-06-14 Alex Shlyapnikov[MSan] Linker-initialize static fallback_mutex in msan_...
2018-06-14 Alex Shlyapnikov[ASan] Linker-initialize static ScopedInErrorReport...
2018-06-14 Bruno Cardoso... [CMAKE][c-index-test] Honor CMAKE_OSX_SYSROOT to comput...
2018-06-14 Bruno Cardoso... [CMAKE] Honor CMAKE_OSX_SYSROOT to compute include...
2018-06-14 Fangrui SongAdd remaining fixed-point types and saturated equivalen...
2018-06-14 Sanjay Patel[x86] add tests for AVX1 FP logic op abuse (PR37749...
2018-06-14 Frederic RissAdd a script to setup codesigning on macOS.
2018-06-14 Andrea Di Biagio[llvm-mca] Add tests for instructions that implicitly...
2018-06-14 Tomasz Krupa[X86] Lowering Mask Scalar intrinsics to native IR...
2018-06-14 Tomasz Krupa[X86] Lowering Mask Scalar intrinsics to native IR...
2018-06-14 Ben Hamilton[clang-format] Disable AlwaysBreakBeforeMultilineString...
2018-06-14 Justin Lebar[SCEV] Fix a variable name, NFC.
2018-06-14 Justin Lebar[SCEV] Simplify zext/trunc idiom that appears when...
2018-06-14 Justin Lebar[SCEV] Simplify trunc-of-add/mul to add/mul-of-trunc...
2018-06-14 Justin Lebar[SCEV] Fix indentation and combine two if statements...
2018-06-14 Sam CleggRevert "[MC] Factor MCObjectStreamer::addFragmentAtoms...
2018-06-14 Tony Tye[AMDGPU] Document the AMDGPU LLVM attributes
2018-06-14 Bjorn PetterssonRevert rL334704: "[DebugInfo] Check size of variable...
2018-06-14 Nirav DaveAvoid unused variable in non-assert builds.
2018-06-14 Andrea Di Biagio[llvm-mca] Add another test for partial register stalls.
2018-06-14 Nirav Dave[DAG] Avoid needing to walk out legalization tables...
2018-06-14 Craig Topper[X86] Add more vector instructions to the memory foldin...
2018-06-14 Craig Topper[X86] Remove '128' from the internal name of some scala...
2018-06-14 Craig Topper[X86] Disable load unfolding for a bunch of instruction...
2018-06-14 Craig Topper[X86] Remove NotMemoryFoldable from some AVX/AVX512...
2018-06-14 Lang Hames[ORC] Filter out self-dependencies in VSO::addDependencies.
2018-06-14 Lang Hames[ORC] Assert that the query argument to VSO::lookup...
2018-06-14 Lang Hames[ORC] Add a WaitUntilReady argument to blockingLookup.
2018-06-14 Lang Hames[ORC] Strip the Materializing flag off finalized symbol...
2018-06-14 Simon Dardis[docs] Update CompilerWriterInfo.rst for MIPS
2018-06-14 Peter Wu[ASAN] fix typos and disable long-object-path test...
2018-06-14 Leonard Chan[Fixed Point Arithmetic] Addition of the remaining...
2018-06-14 Pavel LabathDebugNamesDWARFIndex: fix handling of compressed sections
2018-06-14 Kostya Kortchinsky[scudo] Make Secondary linker-initialized compliant
2018-06-14 Simon Pilgrim[EarlyCSE] Fix MSVC build. NFCI.
2018-06-14 Simon Pilgrim[CostModel][AArch64] Add cost tests for ALTERNATE/SELEC...
2018-06-14 Sam Clegg[MC] Move MCAssembler::dump into the correct cpp file...
next