platform/upstream/llvm.git
2019-07-20 Florian Hahn[Local] Zap blockaddress without users in ConstantFoldT...
2019-07-20 Serge GueltonFix asan infinite loop on undefined symbol
2019-07-20 Stefan Granitz[CMake] Align debugserver with lldb-server on Darwin
2019-07-20 Richard Smith[c++20] P1161R3: a[b,c] is deprecated.
2019-07-20 Aaron BallmanMark P1301R4 in C++2a as being SVN instead.
2019-07-20 Aaron BallmanWe support P1301R4 in C++2a as of r366626.
2019-07-20 Richard Smith[cxx_status] Update status page for WG21 Cologne meetin...
2019-07-20 Aaron BallmanImplement P1301R4, which allows specifying an optional...
2019-07-20 Jessica Paquette[GlobalISel][AArch64] Contract trivial same-size cross...
2019-07-19 Guanzhong Chen[WebAssembly] Compute and export TLS block alignment
2019-07-19 Teresa Johnson[LTO] Always mark regular LTO units with EnableSplitLTO...
2019-07-19 Daniel SandersRe-commit: r366610 and r366612: Expand pseudo-component...
2019-07-19 Matt ArsenaultAMDGPU/GlobalISel: Legalize GEP for other 32-bit addres...
2019-07-19 Denis Bakhvalov[NFC] Remove unused variable
2019-07-19 Stanislav Mekhanoshin[AMDGPU] Autogenerate register sequences in tuples
2019-07-19 Matthew VossRevert "Fix asan infinite loop on undefined symbol"
2019-07-19 Sunil SrivastavaDisallow most calling convention attributes on PS4
2019-07-19 Stanislav Mekhanoshin[AMDGPU] Fixed occupancy calculation for gfx10
2019-07-19 Daniel SandersRevert r366610 and r366612: Expand pseudo-components...
2019-07-19 Craig Topper[InstCombine] Fix copy/paste mistake in the test cases...
2019-07-19 Matt ArsenaultAMDGPU: Avoid custom predicates for stores with glue
2019-07-19 Daniel SandersFix a latent bug discovered by r366610: nativecodegen...
2019-07-19 Craig Topper[InstCombine] Add test cases for PR42691. NFC
2019-07-19 Daniel SandersExpand pseudo-components before embedding in llvm-config
2019-07-19 Matt ArsenaultAMDGPU: Redefine setcc condition PatLeafs
2019-07-19 Matt ArsenaultAMDGPU: Don't rely on m0 being -1 for GWS offsets
2019-07-19 Matt ArsenaultAMDGPU: Force s_waitcnt after GWS instructions
2019-07-19 Louis Dionne[libc++] Mark libcpp_deallocate.sh.cpp as UNSUPPORTED...
2019-07-19 Matt ArsenaultLiveIntervals: Fix handleMove asserting on BUNDLE
2019-07-19 Louis DionneRevert "[libc++] Integrate the PSTL into libc++"
2019-07-19 Michael Liao[AMDGPU] Add test case on crashing of `si-lower-sgpr...
2019-07-19 Louis Dionne[libc++] Allow passing additional CMake arguments in...
2019-07-19 Nick DesaulniersRevert "Use the MachineBasicBlock symbol for a callbr...
2019-07-19 Matt Morehouse[RISCV] Disable tests failing on buildbots.
2019-07-19 Stanislav Mekhanoshin[AMDGPU] Allow register tuples to set asm names
2019-07-19 Matt ArsenaultAMDGPU/GlobalISel: Fix MMO flags for kernel argument...
2019-07-19 Matt ArsenaultGlobalISel: Add GINodeEquiv for fcopysign
2019-07-19 Shoaib Meenai[llvm-lipo] Remove trailing whitespace. NFC
2019-07-19 Louis Dionne[libc++] Use _EnableIf instead of std::enable_if in...
2019-07-19 Louis Dionne[libc++] Integrate the PSTL into libc++
2019-07-19 Ben Hamilton[Format/ObjC] Avoid breaking between unary operators...
2019-07-19 Matt ArsenaultAMDGPU: Add some function return test cases
2019-07-19 Raphael Isemann[lldb][NFC] Cleanup mentions and code related to lldb-mi
2019-07-19 Simon Pilgrim[AMDGPU] Regenerate test file for upcoming patch. NFCI.
2019-07-19 Serge GueltonFix asan infinite loop on undefined symbol
2019-07-19 Mikhail Maltsev[libunwind][ARM] Fix loading FP registers on big-endian...
2019-07-19 Matt ArsenaultAMDGPU: Attempt to fix bot error
2019-07-19 Matt ArsenaultAMDGPU/GlobalISel: Selection for fminnum/fmaxnum
2019-07-19 Matt ArsenaultAMDGPU/GlobalISel: Support arguments with multiple...
2019-07-19 Matt ArsenaultAMDGPU/GlobalISel: Rewrite lowerFormalArguments
2019-07-19 Joseph TremouletSupport Linux signal return trampolines in frame initia...
2019-07-19 Louis Dionne[libc++] Add missing %link_flags to .sh.cpp test
2019-07-19 Matt ArsenaultAMDGPU: Decompose all values to 32-bit pieces for calli...
2019-07-19 Ilya Biryukov[clangd] Provide a way to publish highlightings in...
2019-07-19 Nico Webergn build: Set +x on symlink_or_copy.py
2019-07-19 Kadir Cetinkaya[clangd] Disable background-index on lit-tests by default
2019-07-19 Matt ArsenaultDAG: Handle dbg_value for arguments split into multiple...
2019-07-19 Nico Weberlld-link: Demangle symbols from archives in diagnostics
2019-07-19 Than McIntosh[NFC] include cstdint/string prior to using uint8_t...
2019-07-19 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of branch offsets
2019-07-19 Kai Luo[MachineCSE][MachinePRE] Avoid hoisting code from code...
2019-07-19 Than McIntosh[X86] for split stack, not save/restore nested arg...
2019-07-19 Shaurya Gupta[Clangd] Fixed ExtractVariable test
2019-07-19 Louis Dionne[libc++] Fix link error with _LIBCPP_HIDE_FROM_ABI_PER_...
2019-07-19 Shaurya Gupta[Clangd] Fixed SelectionTree bug for macros
2019-07-19 Roman Lebedev[NFC][InstCombine] Tests for 'rem' formation from sub...
2019-07-19 Roman Lebedev[NFC][InstCombine] Redundant masking before left-shift...
2019-07-19 Simon PilgrimFix MSVC "result of 32-bit shift implicitly converted...
2019-07-19 Oliver StannardDon't update NoTrappingFPMath and FPDenormalMode in...
2019-07-19 Raphael Isemann[lldb][NFC] Tablegenify target
2019-07-19 Stefan Granitz[NFC] Remove indent after r366433
2019-07-19 Kadir CetinkayaRevert "Revert r366458, r366467 and r366468"
2019-07-19 George Rimar[llvm-readelf] - A fix for: "--hash-symbols asserts...
2019-07-19 Oliver Stannard[IPRA] Don't rely on non-exact function definitions
2019-07-19 Mikhail Maltsev[ARM] Add <saturate> operand to SQRSHRL and UQRSHLL
2019-07-19 Azharuddin... Revert r366458, r366467 and r366468
2019-07-19 Sven van Haastregt[OpenCL] Define CLK_NULL_EVENT without cast
2019-07-19 Kadir Cetinkaya[clangd] Handle windows line endings in QueryDriver
2019-07-19 Hubert Tong[sanitizers] Use covering ObjectFormatType switches
2019-07-19 Jay Foad[AMDGPU] Simplify the exclusive scan used for optimized...
2019-07-19 Serguei Katkov[Loop Peeling] Enable peeling of multiple exits by...
2019-07-19 Haojian Wu[clangd] cleanup: unify the implemenation of checking...
2019-07-19 Roman Lebedev[InstCombine] Dropping redundant masking before left...
2019-07-19 Roman Lebedev[InstCombine] Dropping redundant masking before left...
2019-07-19 Roman Lebedev[InstCombine] Dropping redundant masking before left...
2019-07-19 Roman Lebedev[InstCombine] Dropping redundant masking before left...
2019-07-19 Roman Lebedev[InstCombine] Dropping redundant masking before left...
2019-07-19 Roman Lebedev[InstCombine] Dropping redundant masking before left...
2019-07-19 Fangrui Song[ELF][test] Fix aarch64-condb-reloc.s
2019-07-19 Hubert Tong[NFC] Fix an indentation issue in llvm/Support/TargetRe...
2019-07-19 Fangrui Song[ELF][AArch64] Improve some aarch64-*.s tests
2019-07-19 Hsiangkai Wang[DebugInfo] Some fields do not need relocations even...
2019-07-19 Chris Lattnerunbreak links
2019-07-19 Chris Lattnerreplace the old kaleidoscope tutorial files with orphan...
2019-07-19 Chris LattnerPoint to the dusted off version of the kaleidoscope...
2019-07-19 Alex Brachet[test] [llvm-objcopy] Fix broken test case
2019-07-19 Kang Zhang[NFC][PowerPC] Modify the test case add_cmp.ll
2019-07-19 Yi Kong[libFuzzer] Set Android specific ALL_FUZZER_SUPPORTED_ARCH
2019-07-19 Hsiangkai Wang[DebugInfo] Generate fixups as emitting DWARF .debug_fr...
2019-07-19 Bill WendlingUse the MachineBasicBlock symbol for a callbr target
next