The Week Of Monday 1 February 2016 Archives by subject
Starting: Mon Feb 1 00:00:26 PST 2016
Ending: Sun Feb 7 23:48:30 PST 2016
Messages: 1664
- [3.8 Release] Please merge polly r258318 to the branch
Sumanth Gundapaneni via llvm-commits
- [3.8 Release] Please merge polly r258318 to the branch
Hans Wennborg via llvm-commits
- [3.8 Release] Please merge polly r258318 to the branch
Tobias Grosser via llvm-commits
- [3.8 Release] Please merge polly r258318 to the branch
Hans Wennborg via llvm-commits
- [compiler-rt] r254966 - [TSan] Enforce TSan runtime doesn't include system headers with --sysroot flag.
Dimitry Andric via llvm-commits
- [compiler-rt] r254966 - [TSan] Enforce TSan runtime doesn't include system headers with --sysroot flag.
Dimitry Andric via llvm-commits
- [compiler-rt] r258849 - [sanitizers] extracted process management functions
Anna Zaks via llvm-commits
- [compiler-rt] r259388 - [ubsan] Stop thinking we can rely on C++ ABI knowledge on Windows
Reid Kleckner via llvm-commits
- [compiler-rt] r259407 - [CMake] Use LLVM_MAIN_SRC_DIR instead of LLVM_SOURCE_DIR.
Alexey Samsonov via llvm-commits
- [compiler-rt] r259451 - [asan] Add iOS support.
Anna Zaks via llvm-commits
- [compiler-rt] r259452 - [asan] Fixup r258849 by updating warning in the test
Anna Zaks via llvm-commits
- [compiler-rt] r259473 - [asan] Fix internal CHECK failure on double free in recovery mode.
Maxim Ostapenko via llvm-commits
- [compiler-rt] r259493 - [compiler-rt] add_custom_libcxx should pass LLVM_PATH and a C++ compiler
Daniel Sanders via llvm-commits
- [compiler-rt] r259512 - [tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPPORTED_ARCH}.
Daniel Sanders via llvm-commits
- [compiler-rt] r259519 - Revert r259512 - [tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPPORTED_ARCH}.
Daniel Sanders via llvm-commits
- [compiler-rt] r259529 - Marking the mmap_stress.cc TSan test as unsupported on OS X (it's flaky here).
Kuba Brecka via llvm-commits
- [compiler-rt] r259540 - Cast the fifth arg to mremap to void *
Alexey Samsonov via llvm-commits
- [compiler-rt] r259542 - Re-commit r259512: [tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPPORTED_ARCH}.
Daniel Sanders via llvm-commits
- [compiler-rt] r259544 - Reverting r259529 (Marking the mmap_stress.cc TSan test as unsupported on OS X)
Kuba Brecka via llvm-commits
- [compiler-rt] r259577 - [tsan] Disable x86_64h build that was enabled as part of r259542.
Daniel Sanders via llvm-commits
- [compiler-rt] r259588 - [asan] Remove redundant elif
Anna Zaks via llvm-commits
- [compiler-rt] r259593 - [TSan] Use darwin_filter_host_arch to restrict set of test arch on Mac OS.
Alexey Samsonov via llvm-commits
- [compiler-rt] r259627 - Sync up with master file
Xinliang David Li via llvm-commits
- [compiler-rt] r259650 - tsan: disable flaky mmap_stress test
Dmitry Vyukov via llvm-commits
- [compiler-rt] r259650 - tsan: disable flaky mmap_stress test
Alexey Samsonov via llvm-commits
- [compiler-rt] r259717 - [cfi] Safe handling of unaddressable vtable pointers (compiler-rt).
Evgeniy Stepanov via llvm-commits
- [compiler-rt] r259741 - [asan] When catching a signal caused by a memory access, print if it's a READ or a WRITE. This touches win/mac files which I have not tested, if a win/mac bot fails I'll try to quick-fix
Kostya Serebryany via llvm-commits
- [compiler-rt] r259741 - [asan] When catching a signal caused by a memory access, print if it's a READ or a WRITE. This touches win/mac files which I have not tested, if a win/mac bot fails I'll try to quick-fix
Dimitry Andric via llvm-commits
- [compiler-rt] r259741 - [asan] When catching a signal caused by a memory access, print if it's a READ or a WRITE. This touches win/mac files which I have not tested, if a win/mac bot fails I'll try to quick-fix
Roman Divacky via llvm-commits
- [compiler-rt] r259745 - [asan] fix the non-x86 build
Kostya Serebryany via llvm-commits
- [compiler-rt] r259755 - [TSan] Fix PrintMatchedSuppressions: Read hit count for suppression atomically
Mohit K. Bhakkad via llvm-commits
- [compiler-rt] r259824 - builtins: Fix struct __emutls_control to match GCC
Chih-Hung Hsieh via llvm-commits
- [compiler-rt] r259832 - Fix the search path for CMake files
Niels Ole Salscheider via llvm-commits
- [compiler-rt] r259841 - Fix the libdir suffix for LLVM_CMAKE_PATH
Niels Ole Salscheider via llvm-commits
- [compiler-rt] r259961 - [asan] add an experimental feature that prints the scariness score of the error message. To enable it use ASAN_OPTIONS=print_scariness=1
Kostya Serebryany via llvm-commits
- [compiler-rt] r259978 - [asan] disabled one subtest in scariness_score_test.cc that may fail when running under GNU make. Add more subtests
Kostya Serebryany via llvm-commits
- [compiler-rt] r259979 - [asan] properly report an un-aligned global variable instead of just crashing
Kostya Serebryany via llvm-commits
- [compiler-rt] r259981 - [asan] trying to fix the non-x86 bots
Kostya Serebryany via llvm-commits
- [compiler-rt] r260041 - Add coverage tests (defaulted constructors/destructor)
Xinliang David Li via llvm-commits
- [compiler-rt] r260046 - Fix build on FreeBSD after r259741.
Dimitry Andric via llvm-commits
- [compiler-rt] r260050 - Test update : tighten up checks
Xinliang David Li via llvm-commits
- [compiler-rt] r260051 - Revert 260050 -- new test case should not be included
Xinliang David Li via llvm-commits
- [compiler-rt] r260052 - Test update : tighten up checks
Xinliang David Li via llvm-commits
- [compiler-rt] r260059 - Revert r259961, r259978, r259981.
Nico Weber via llvm-commits
- [Diffusion] rL259498: Refactor backend diagnostics for unsupported features
NAKAMURA Takumi via llvm-commits
- [Diffusion] rL259840: Fix for PR 26356
Hal Finkel via llvm-commits
- [Diffusion] rL259840: Fix for PR 26356
Hans Wennborg via llvm-commits
- [Diffusion] rL259888: Add the missing test case for PR26193
Hans Wennborg via llvm-commits
- [lld] r252790 - Add support for processing .eh_frame.
Rui Ueyama via llvm-commits
- [lld] r258723 - Avoid almost duplication in .dynamic finalize and write.
Simon Atanasyan via llvm-commits
- [lld] r259386 - Atomize the ObjC category list section.
Pete Cooper via llvm-commits
- [lld] r259395 - Revert r259143, it broke check-lld on Windows (see PR26388).
Nico Weber via llvm-commits
- [lld] r259404 - ELF: Teach SymbolBody about how to get its addresses.
Rui Ueyama via llvm-commits
- [lld] r259413 - Use dyn_cast instead of static_cast.
Pete Cooper via llvm-commits
- [lld] r259417 - Simplify.
Rafael Espindola via llvm-commits
- [lld] r259426 - MachoFile should default to using subsections_via_symbols.
Pete Cooper via llvm-commits
- [lld] r259431 - Add operator== for DefinedAtom::reference_iterator. NFC.
Pete Cooper via llvm-commits
- [lld] r259435 - ELF: Do not call fatal() if relocation contraints are not satisfied.
Rui Ueyama via llvm-commits
- [lld] r259436 - Move SimpleDefinedAtom::addReference to DefinedAtom.
Pete Cooper via llvm-commits
- [lld] r259439 - Add command line option to disable ObjC category merging.
Pete Cooper via llvm-commits
- [lld] r259440 - Add ObjC method list atom type. NFC.
Pete Cooper via llvm-commits
- [lld] r259441 - Add pointerKind() method to the MachO ArchHandler's. NFC.
Pete Cooper via llvm-commits
- [lld] r259442 - Fixed comment characters. NFC
Pete Cooper via llvm-commits
- [lld] r259444 - Always initialize Out<ELFT> members.
Rui Ueyama via llvm-commits
- [lld] r259444 - Always initialize Out<ELFT> members.
Sean Silva via llvm-commits
- [lld] r259444 - Always initialize Out<ELFT> members.
Rui Ueyama via llvm-commits
- [lld] r259444 - Always initialize Out<ELFT> members.
Sean Silva via llvm-commits
- [lld] r259444 - Always initialize Out<ELFT> members.
Rui Ueyama via llvm-commits
- [lld] r259450 - Set ordinals of all File's created in MachO passes.
Pete Cooper via llvm-commits
- [lld] r259455 - Replace auto with the real type.
Rui Ueyama via llvm-commits
- [lld] r259455 - Replace auto with the real type.
David Blaikie via llvm-commits
- [lld] r259455 - Replace auto with the real type.
Rui Ueyama via llvm-commits
- [lld] r259455 - Replace auto with the real type.
David Blaikie via llvm-commits
- [lld] r259455 - Replace auto with the real type.
Rui Ueyama via llvm-commits
- [lld] r259455 - Replace auto with the real type.
David Blaikie via llvm-commits
- [lld] r259458 - Update a comment.
Rui Ueyama via llvm-commits
- [lld] r259460 - Add comments.
Rui Ueyama via llvm-commits
- [lld] r259466 - ELF: Move code for MIPS local GOT entries to one place. NFC.
Rui Ueyama via llvm-commits
- [lld] r259467 - ELF: Move copy relocation handler to one place. NFC.
Rui Ueyama via llvm-commits
- [lld] r259468 - ELF: Move GNU_IFUNC relocation handler to one place. NFC.
Rui Ueyama via llvm-commits
- [lld] r259470 - ELF: Move PLT relocation handler to one place. NFC.
Rui Ueyama via llvm-commits
- [lld] r259471 - ELF: Move GOT relocation handler code to one place. NFC.
Rui Ueyama via llvm-commits
- [lld] r259472 - Do not use "No" prefix for boolean variables to make it simpler. NFC.
Rui Ueyama via llvm-commits
- [lld] r259474 - ELF: Simplify and add comments.
Rui Ueyama via llvm-commits
- [lld] r259474 - ELF: Simplify and add comments.
Rafael Espíndola via llvm-commits
- [lld] r259474 - ELF: Simplify and add comments.
Rui Ueyama via llvm-commits
- [lld] r259474 - ELF: Simplify and add comments.
Rafael Espíndola via llvm-commits
- [lld] r259474 - ELF: Simplify and add comments.
Rui Ueyama via llvm-commits
- [lld] r259475 - ELF: Include archive names in error messages.
Rui Ueyama via llvm-commits
- [lld] r259475 - ELF: Include archive names in error messages.
Sean Silva via llvm-commits
- [lld] r259475 - ELF: Include archive names in error messages.
Rui Ueyama via llvm-commits
- [lld] r259475 - ELF: Include archive names in error messages.
Sean Silva via llvm-commits
- [lld] r259478 - [ELF] Finalize .dynamic section at the end
Simon Atanasyan via llvm-commits
- [lld] r259478 - [ELF] Finalize .dynamic section at the end
Rafael Espíndola via llvm-commits
- [lld] r259479 - [ELF] Remove redundant empty line. NFC
Simon Atanasyan via llvm-commits
- [lld] r259481 - [ELF] Implemented -Bsymbolic-functions command line option
George Rimar via llvm-commits
- [lld] r259516 - Expand comment a bit.
Rafael Espindola via llvm-commits
- [lld] r259516 - Expand comment a bit.
Rafael Espíndola via llvm-commits
- [lld] r259554 - ELF: Use StringRef instead of std::string.
Rui Ueyama via llvm-commits
- [lld] r259555 - Do not use filename in a lit test.
Rui Ueyama via llvm-commits
- [lld] r259557 - ELF: Do not use fatal in LinkerScript.cpp.
Rui Ueyama via llvm-commits
- [lld] r259559 - ELF: Rewrite "echo" command arguments in hope that would fix a test breakage.
Rui Ueyama via llvm-commits
- [lld] r259569 - Creating release candidate rc2 from release_380 branch
Hans Wennborg via llvm-commits
- [lld] r259572 - Re-submit ELF: Report multiple errors from the driver.
Rui Ueyama via llvm-commits
- [lld] r259574 - Fix handling of mach header and DSO handle symbols.
Pete Cooper via llvm-commits
- [lld] r259584 - Add "REQUIRES: shell" to fix Windows buildbot.
Rui Ueyama via llvm-commits
- [lld] r259589 - __mh_execute_header atoms should be global and never dead strippped.
Pete Cooper via llvm-commits
- [lld] r259596 - ELF: Do not exit if it cannot open an output
George Rimar via llvm-commits
- [lld] r259596 - ELF: Do not exit if it cannot open an output
Rui Ueyama via llvm-commits
- [lld] r259596 - ELF: Do not exit if it cannot open an output file.
Rui Ueyama via llvm-commits
- [lld] r259597 - ELF: Make link() to take an output stream to which error messages are written.
Rui Ueyama via llvm-commits
- [lld] r259606 - ELF: Write about the current policy to README.
Rui Ueyama via llvm-commits
- [lld] r259613 - Define SymbolBody::getSize instead of getSymSize(SymbolBody&). NFC.
Rui Ueyama via llvm-commits
- [lld] r259660 - Simplify. NFC.
Rafael Espindola via llvm-commits
- [lld] r259669 - Do not expect /dev/null (or NUL) non-mmap'able.
Rui Ueyama via llvm-commits
- [lld] r259679 - ELF: Remove dead code.
Rui Ueyama via llvm-commits
- [lld] r259679 - ELF: Remove dead code.
Rui Ueyama via llvm-commits
- [lld] r259679 - ELF: Remove dead code.
George Rimar via llvm-commits
- [lld] r259692 - Fix addend computation for IRELATIVE relocations.
Rafael Espindola via llvm-commits
- [lld] r259718 - Add generation of LC_VERSION_MIN load commands.
Pete Cooper via llvm-commits
- [lld] r259729 - Add support for -sdk_version cmdline option.
Pete Cooper via llvm-commits
- [lld] r259739 - Default to an unknown OS instead of MacOSX.
Pete Cooper via llvm-commits
- [lld] r259742 - Generate version min load commands when the platform is unknown.
Pete Cooper via llvm-commits
- [lld] r259744 - Set S_ATTR_SOME_INSTRUCTIONS on __text section.
Pete Cooper via llvm-commits
- [lld] r259746 - Add support for the source_version cmdline option.
Pete Cooper via llvm-commits
- [lld] r259747 - Add test missed from r259746
Pete Cooper via llvm-commits
- [lld] r259748 - Use unsigned long long instead of uint64_t to appease bots
Pete Cooper via llvm-commits
- [lld] r259778 - [ELF][MIPS] Always create global GOT entry for symbols defined in DSO
Simon Atanasyan via llvm-commits
- [lld] r259779 - [ELF][MIPS] Replace needsMipsLocalGot function by canBePreempted
Simon Atanasyan via llvm-commits
- [lld] r259779 - [ELF][MIPS] Replace needsMipsLocalGot function by canBePreempted
Rui Ueyama via llvm-commits
- [lld] r259781 - [ELF][MIPS] Add handling for __gnu_local_gp symbol
Simon Atanasyan via llvm-commits
- [lld] r259781 - [ELF][MIPS] Add handling for __gnu_local_gp symbol
Rui Ueyama via llvm-commits
- [lld] r259781 - [ELF][MIPS] Add handling for __gnu_local_gp symbol
Simon Atanasyan via llvm-commits
- [lld] r259782 - [ELF][MIPS] Support R_MIPS_PC32 relocation handling
Simon Atanasyan via llvm-commits
- [lld] r259826 - Set CPU_SUBTYPE_LIB64 in mach_header.
Pete Cooper via llvm-commits
- [lld] r259829 - Avoid code duplication when creating dynamic relocations.
Rafael Espindola via llvm-commits
- [lld] r259831 - Don't push relocation sections onto InputSection<ELFT>::Discarded.RelocSections
Sean Silva via llvm-commits
- [lld] r259843 - Merge conditions of two nested `if`s.
Rui Ueyama via llvm-commits
- [lld] r259847 - Do not round uintX_t to uint32_t.
Rui Ueyama via llvm-commits
- [lld] r259847 - Do not round uintX_t to uint32_t.
David Blaikie via llvm-commits
- [lld] r259847 - Do not round uintX_t to uint32_t.
Rui Ueyama via llvm-commits
- [lld] r259848 - Simplify. NFC.
Rui Ueyama via llvm-commits
- [lld] r259852 - ELF: Make names for TLS module indices shorter.
Rui Ueyama via llvm-commits
- [lld] r259887 - Centralize most calls to setUsedInDynamicReloc.
Rafael Espindola via llvm-commits
- [lld] r259889 - Rename IsUsedInDynamicReloc to MustBeInDynSym.
Rafael Espindola via llvm-commits
- [lld] r259889 - Rename IsUsedInDynamicReloc to MustBeInDynSym.
Rui Ueyama via llvm-commits
- [lld] r259899 - ELF: Make Out<ELFT> initialization less error-prone.
Rui Ueyama via llvm-commits
- [lld] r259903 - Simplify. NFC.
Rui Ueyama via llvm-commits
- [lld] r259945 - Fix PT_GNU_RELRO computation.
Rafael Espindola via llvm-commits
- [lld] r259946 - ELF: Make EHOutputSection::readEntryLength a non-member function.
Rui Ueyama via llvm-commits
- [lld] r259951 - ELF: Simplify readEntryLength.
Rui Ueyama via llvm-commits
- [lld] r259959 - Sort headers. NFC.
Rafael Espindola via llvm-commits
- [lld] r259960 - Move creation of "__LINKEDIT" segment. NFC.
Pete Cooper via llvm-commits
- [lld] r259966 - Set max segment protection level.
Pete Cooper via llvm-commits
- [lld] r260027 - [ELF][MIPS] Add comments to describe __gnu_local_gp magic symbol
Simon Atanasyan via llvm-commits
- [lld] r260054 - [ELF][MIPS] Perform two checks using the single llvm-objdump / FileCheck run
Simon Atanasyan via llvm-commits
- [lld] r260073 - ELF: Simplify getFdeEncoding.
Rui Ueyama via llvm-commits
- [llvm-dev] [PATCH] strlen -> strnlen optimization
Mehdi Amini via llvm-commits
- [llvm-dev] [PATCH] strlen -> strnlen optimization
Davide Italiano via llvm-commits
- [llvm-dev] [PATCH] strlen -> strnlen optimization
Michael McConville via llvm-commits
- [llvm-dev] [PATCH] strlen -> strnlen optimization
Mehdi Amini via llvm-commits
- [llvm-dev] [PATCH] strlen -> strnlen optimization
Joerg Sonnenberger via llvm-commits
- [llvm-dev] [PATCH] strlen -> strnlen optimization
Duncan P. N. Exon Smith via llvm-commits
- [llvm-dev] [Zorg] Adding a new slave
Sean Silva via llvm-commits
- [llvm] r211150 - [llvm-readobj][ELF] New `-mips-plt-got` command line option to output
Rafael Espíndola via llvm-commits
- [llvm] r211150 - [llvm-readobj][ELF] New `-mips-plt-got` command line option to output
Simon Atanasyan via llvm-commits
- [llvm] r211150 - [llvm-readobj][ELF] New `-mips-plt-got` command line option to output
Rafael Espíndola via llvm-commits
- [llvm] r211150 - [llvm-readobj][ELF] New `-mips-plt-got` command line option to output
Simon Atanasyan via llvm-commits
- [llvm] r211150 - [llvm-readobj][ELF] New `-mips-plt-got` command line option to output
Rafael Espíndola via llvm-commits
- [llvm] r211150 - [llvm-readobj][ELF] New `-mips-plt-got` command line option to output
Simon Atanasyan via llvm-commits
- [llvm] r211150 - [llvm-readobj][ELF] New `-mips-plt-got` command line option to output
Rafael Espíndola via llvm-commits
- [llvm] r211150 - [llvm-readobj][ELF] New `-mips-plt-got` command line option to output
Rafael Espíndola via llvm-commits
- [llvm] r238452 - [InstCombine] Fold IntToPtr and PtrToInt into preceding loads.
Quentin Colombet via llvm-commits
- [llvm] r238452 - [InstCombine] Fold IntToPtr and PtrToInt into preceding loads.
Quentin Colombet via llvm-commits
- [llvm] r250239 - Add missing #include, found by modules build.
Richard Smith via llvm-commits
- [llvm] r257920 - Bring back "Assert that we have all use/users in the getters."
Todd Fiala via llvm-commits
- [llvm] r257920 - Bring back "Assert that we have all use/users in the getters."
xiuli pan via llvm-commits
- [llvm] r257920 - Bring back "Assert that we have all use/users in the getters."
Todd Fiala via llvm-commits
- [llvm] r257920 - Bring back "Assert that we have all use/users in the getters."
Todd Fiala via llvm-commits
- [llvm] r257920 - Bring back "Assert that we have all use/users in the getters."
Todd Fiala via llvm-commits
- [llvm] r258103 - parseArch() supports more variations of arch names for PowerPC builds
Ismail Donmez via llvm-commits
- [llvm] r258103 - parseArch() supports more variations of arch names for PowerPC builds
Hans Wennborg via llvm-commits
- [llvm] r258103 - parseArch() supports more variations of arch names for PowerPC builds
Ismail Donmez via llvm-commits
- [llvm] r258103 - parseArch() supports more variations of arch names for PowerPC builds
Hans Wennborg via llvm-commits
- [llvm] r258298 - [LTO] Fix error reporting when a file passed to libLTO is invalid or non-existent
Duncan P. N. Exon Smith via llvm-commits
- [llvm] r258362 - Simplify the logic. NFC.
Rafael Espíndola via llvm-commits
- [llvm] r258659 - Added Skylake client to X86 targets and features
Craig Topper via llvm-commits
- [llvm] r258931 - [DebugInfo] Support zero-length CIE in the _eh_frame parser
Rafael Espíndola via llvm-commits
- [llvm] r259177 - Since LI/LIS sign extend the constant passed into the instruction we should
Eric Christopher via llvm-commits
- [llvm] r259177 - Since LI/LIS sign extend the constant passed into the instruction we should
Hans Wennborg via llvm-commits
- [llvm] r259177 - Since LI/LIS sign extend the constant passed into the instruction we should
Hal Finkel via llvm-commits
- [llvm] r259177 - Since LI/LIS sign extend the constant passed into the instruction we should
Hans Wennborg via llvm-commits
- [llvm] r259307 - [doc] improve the doc for CUDA
Hal Finkel via llvm-commits
- [llvm] r259307 - [doc] improve the doc for CUDA
Jingyue Wu via llvm-commits
- [llvm] r259307 - [doc] improve the doc for CUDA
Hal Finkel via llvm-commits
- [llvm] r259307 - [doc] improve the doc for CUDA
Tanya Lattner via llvm-commits
- [llvm] r259307 - [doc] improve the doc for CUDA
Hal Finkel via llvm-commits
- [llvm] r259342 - AVX512 : Fix SETCCE lowering for KNL 32 bit.
Hans Wennborg via llvm-commits
- [llvm] r259342 - AVX512 : Fix SETCCE lowering for KNL 32 bit.
Breger, Igor via llvm-commits
- [llvm] r259342 - AVX512 : Fix SETCCE lowering for KNL 32 bit.
Hans Wennborg via llvm-commits
- [llvm] r259342 - AVX512 : Fix SETCCE lowering for KNL 32 bit.
Nadav Rotem via llvm-commits
- [llvm] r259342 - AVX512 : Fix SETCCE lowering for KNL 32 bit.
Hans Wennborg via llvm-commits
- [llvm] r259343 - [X86][SSE] Find source of the inserted element of INSERTPS
Simon Pilgrim via llvm-commits
- [llvm] r259346 - AVX512: fix mask handling for gather/scatter/prefetch intrinsics.
Igor Breger via llvm-commits
- [llvm] r259346 - AVX512: fix mask handling for gather/scatter/prefetch intrinsics.
Hans Wennborg via llvm-commits
- [llvm] r259346 - AVX512: fix mask handling for gather/scatter/prefetch intrinsics.
Breger, Igor via llvm-commits
- [llvm] r259346 - AVX512: fix mask handling for gather/scatter/prefetch intrinsics.
Hans Wennborg via llvm-commits
- [llvm] r259346 - AVX512: fix mask handling for gather/scatter/prefetch intrinsics.
Nadav Rotem via llvm-commits
- [llvm] r259346 - AVX512: fix mask handling for gather/scatter/prefetch intrinsics.
Hans Wennborg via llvm-commits
- [llvm] r259348 - DWARF RenderScript vendor extension
Ewan Crawford via llvm-commits
- [llvm] r259349 - WebAssembly NFC: simplify control flow
JF Bastien via llvm-commits
- [llvm] r259357 - Reapply commit r258404 with fix.
Matthew Simpson via llvm-commits
- [llvm] r259357 - Reapply commit r258404 with fix.
David Majnemer via llvm-commits
- [llvm] r259357 - Reapply commit r258404 with fix.
Matthew Simpson via llvm-commits
- [llvm] r259357 - Reapply commit r258404 with fix.
Matthew Simpson via llvm-commits
- [llvm] r259358 - Improved macro emission in dwarf.
Amjad Aboud via llvm-commits
- [llvm] r259360 - [mips] Range check uimm16 and fix several bugs this revealed.
Daniel Sanders via llvm-commits
- [llvm] r259361 - [mips] Split large test file into 3 smaller ones.
Vasileios Kalintiris via llvm-commits
- [llvm] r259363 - [X86][AVX512VBMI] add encoding and intrinsics for Multishift
Asaf Badouh via llvm-commits
- [llvm] r259364 - [LV] Rename RdxPHIsToFix to PHIsToFix (NFC)
Matthew Simpson via llvm-commits
- [llvm] r259365 - [AArch64] Simplify callee-save register save/restore. NFC.
Geoff Berry via llvm-commits
- [llvm] r259367 - [PrologEpilogInserter] Add some debug output for callee-save frame object allocation
Geoff Berry via llvm-commits
- [llvm] r259369 - [InstCombine] simplify masked load intrinsics with all ones or zeros masks
Sanjay Patel via llvm-commits
- [llvm] r259370 - [ValueTracking] Improve isKnownNonZero for PHI of non-zero constants
Jun Bum Lim via llvm-commits
- [llvm] r259375 - [InstCombine] Don't transform (X+INT_MAX)>=(Y+INT_MAX) -> (X<=Y)
David Majnemer via llvm-commits
- [llvm] r259375 - [InstCombine] Don't transform (X+INT_MAX)>=(Y+INT_MAX) -> (X<=Y)
Hans Wennborg via llvm-commits
- [llvm] r259375 - [InstCombine] Don't transform (X+INT_MAX)>=(Y+INT_MAX) -> (X<=Y)
David Majnemer via llvm-commits
- [llvm] r259375 - [InstCombine] Don't transform (X+INT_MAX)>=(Y+INT_MAX) -> (X<=Y)
Hans Wennborg via llvm-commits
- [llvm] r259377 - fix broken check lines
Sanjay Patel via llvm-commits
- [llvm] r259380 - [NFC] Referencing manual for reason why subregbit is checked
Colin LeMahieu via llvm-commits
- [llvm] r259381 - [SystemZ] Fix wrong-code generation for certain always-false conditions
Ulrich Weigand via llvm-commits
- [llvm] r259381 - [SystemZ] Fix wrong-code generation for certain always-false conditions
Ulrich Weigand via llvm-commits
- [llvm] r259381 - [SystemZ] Fix wrong-code generation for certain always-false conditions
Hans Wennborg via llvm-commits
- [llvm] r259384 - [AArch64] Simplify prolog/epilog callee save/restore. NFC.
Geoff Berry via llvm-commits
- [llvm] r259385 - Add test case missing from r259357 (NFC)
Matthew Simpson via llvm-commits
- [llvm] r259387 - AArch64: Implement missed conditional compare sequences.
Balaram Makam via llvm-commits
- [llvm] r259391 - [llvm-nm] Simplify the code a bit. NFCI.
Davide Italiano via llvm-commits
- [llvm] r259392 - [InstCombine] simplify masked store intrinsics with all ones or zeros masks
Sanjay Patel via llvm-commits
- [llvm] r259394 - Add a test for r258362.
Rafael Espindola via llvm-commits
- [llvm] r259398 - [ThinLTO] Ensure function summary output order is stable
Teresa Johnson via llvm-commits
- [llvm] r259398 - [ThinLTO] Ensure function summary output order is stable
Rafael Espíndola via llvm-commits
- [llvm] r259398 - [ThinLTO] Ensure function summary output order is stable
Teresa Johnson via llvm-commits
- [llvm] r259398 - [ThinLTO] Ensure function summary output order is stable
Teresa Johnson via llvm-commits
- [llvm] r259399 - Fix infinite recursion in MCAsmStreamer::EmitValueImpl.
Rafael Espindola via llvm-commits
- [llvm] r259400 - [SCEV] Rename isKnownPredicateWithRanges; NFC
Sanjoy Das via llvm-commits
- [llvm] r259401 - [SCEV] Clean up isKnownPredicateViaConstantRanges; NFCI
Sanjoy Das via llvm-commits
- [llvm] r259402 - Remove extra semicolon. NFC.
Chad Rosier via llvm-commits
- [llvm] r259403 - Avoid inlining call sites in unreachable-terminated block
Jun Bum Lim via llvm-commits
- [llvm] r259405 - Regenerate vector sext/zext constant folding tests.
Simon Pilgrim via llvm-commits
- [llvm] r259406 - Regenerate vector blend tests.
Simon Pilgrim via llvm-commits
- [llvm] r259410 - [X86][SSE] Add AVX512 merge consecutive load tests
Simon Pilgrim via llvm-commits
- [llvm] r259411 - Move comments a bit closer to associated code. NFC.
Chad Rosier via llvm-commits
- [llvm] r259416 - [X86][SSE] Regenerated load vector + element extraction tests.
Simon Pilgrim via llvm-commits
- [llvm] r259419 - SmallSet/SmallPtrSet: Refuse huge Small numbers
Matthias Braun via llvm-commits
- [llvm] r259419 - SmallSet/SmallPtrSet: Refuse huge Small numbers
Philip Reames via llvm-commits
- [llvm] r259419 - SmallSet/SmallPtrSet: Refuse huge Small numbers
Matthias Braun via llvm-commits
- [llvm] r259419 - SmallSet/SmallPtrSet: Refuse huge Small numbers
Philip Reames via llvm-commits
- [llvm] r259420 - [X86][AVX512] Add support for AVX512 VINSERTPS shuffle decoding
Simon Pilgrim via llvm-commits
- [llvm] r259421 - [InstCombine] simplify masked scatter/gather intrinsics with zero masks
Sanjay Patel via llvm-commits
- [llvm] r259425 - function names start with a lowercase letter; NFC
Sanjay Patel via llvm-commits
- [llvm] r259425 - function names start with a lowercase letter; NFC
Philip Reames via llvm-commits
- [llvm] r259425 - function names start with a lowercase letter; NFC
Sanjay Patel via llvm-commits
- [llvm] r259425 - function names start with a lowercase letter; NFC
David Blaikie via llvm-commits
- [llvm] r259427 - [X86][AVX512] Add support for AVX512 VMOVSD/VMOVSS shuffle decoding
Simon Pilgrim via llvm-commits
- [llvm] r259429 - [LVI] Add select handling
Philip Reames via llvm-commits
- [llvm] r259430 - [X86][AVX512] Add support for AVX512 VMOVD (load) shuffle decoding
Simon Pilgrim via llvm-commits
- [llvm] r259432 - [LVI] Remove overly tight assert from 259429
Philip Reames via llvm-commits
- [llvm] r259434 - Add test for PR26419 (stable function summary ordering)
Teresa Johnson via llvm-commits
- [llvm] r259437 - [LVI] Missing test case from 259432
Philip Reames via llvm-commits
- [llvm] r259438 - fix typos; NFC
Sanjay Patel via llvm-commits
- [llvm] r259446 - [LVI] Fix a latent bug in getValueAt
Philip Reames via llvm-commits
- [llvm] r259447 - [safestack] Make sure the unsafe stack pointer is popped in all cases
Anna Zaks via llvm-commits
- [llvm] r259448 - [X86] Don't force Nearest-Even rounding for VCVTPS2PH, use MXCSR.
Ahmed Bougacha via llvm-commits
- [llvm] r259449 - [X86][FastISel] Don't force Nearest-Even rounding for VCVTPS2PH, use MXCSR.
Ahmed Bougacha via llvm-commits
- [llvm] r259454 - [libFuzzer] fail if the corpus dir does not exist
Kostya Serebryany via llvm-commits
- [llvm] r259456 - [X86] Fix a bug in getMemOpBaseRegImmOfs
Sanjoy Das via llvm-commits
- [llvm] r259457 - MachineVerifier: Use report_context() instead of ad-hoc messages.
Matthias Braun via llvm-commits
- [llvm] r259459 - [libFuzzer] allow passing 1 or more files as individual inputs
Kostya Serebryany via llvm-commits
- [llvm] r259461 - [LVI] Introduce an intersect operation on lattice values
Philip Reames via llvm-commits
- [llvm] r259463 - [LCG] Build an edge abstraction for the LazyCallGraph and use it to
Chandler Carruth via llvm-commits
- [llvm] r259469 - [RegisterCoalescer] Better DebugLoc for reMaterializeTrivialDef
David Majnemer via llvm-commits
- [llvm] r259480 - Removed FeatureVFPOnlySP from the Cortex-R7 processor model
Sjoerd Meijer via llvm-commits
- [llvm] r259482 - WebAssembly: add option to disable register coloring
JF Bastien via llvm-commits
- [llvm] r259496 - [X86][AVX512] Add support for AVX512 VMOVQ (load) shuffle decoding
Simon Pilgrim via llvm-commits
- [llvm] r259498 - Refactor backend diagnostics for unsupported features
Oliver Stannard via llvm-commits
- [llvm] r259508 - WebAssembly: update expected GCC torture test failures
JF Bastien via llvm-commits
- [llvm] r259510 - [AArch64] Allocate the modified and used regs only once per function.
Chad Rosier via llvm-commits
- [llvm] r259515 - [AArch64] Add a FIXME comment.
Chad Rosier via llvm-commits
- [llvm] r259528 - [MC] Enable eip-relative addressing on x86-64 for X32 ABI
Derek Schuff via llvm-commits
- [llvm] r259535 - [codeview] Wire up the .cv_inline_linetable directive
Reid Kleckner via llvm-commits
- [llvm] r259539 - Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko via llvm-commits
- [llvm] r259545 - AMDGPU: Use inbounds when calculating workitem offset
Matt Arsenault via llvm-commits
- [llvm] r259546 - AMDGPU: Whitelist handled intrinsics
Matt Arsenault via llvm-commits
- [llvm] r259547 - AMDGPU: Report AMDGPUPromoteAlloca changed the function
Matt Arsenault via llvm-commits
- [llvm] r259548 - [codeview] Correctly handle inlining functions post-dominated by unreachable
David Majnemer via llvm-commits
- [llvm] r259549 - [Orc] Turn OrcX86_64::IndirectStubsInfo into a template helper class:
Lang Hames via llvm-commits
- [llvm] r259550 - AMDGPU: Minor cleanups for AMDGPUPromoteAlloca
Matt Arsenault via llvm-commits
- [llvm] r259551 - AMDGPU: Skip promote alloca with no optimizations
Matt Arsenault via llvm-commits
- [llvm] r259552 - MachineVerifier: Check that defs/uses are live in subregisters as well.
Matthias Braun via llvm-commits
- [llvm] r259553 - [X86] Fix the merging of SP updates in prologue/epilogue insertions.
Quentin Colombet via llvm-commits
- [llvm] r259558 - AMDGPU: Handle promoting memmove
Matt Arsenault via llvm-commits
- [llvm] r259573 - AMDGPU: Do not promote allocas with non-inbounds GEPs
Matt Arsenault via llvm-commits
- [llvm] r259575 - [Orc] Stub addresses should be based on stub size, not pointer size.
Lang Hames via llvm-commits
- [llvm] r259576 - Disable the vzeroupper insertion pass on PS4.
Yunzhong Gao via llvm-commits
- [llvm] r259576 - Disable the vzeroupper insertion pass on PS4.
Hal Finkel via llvm-commits
- [llvm] r259576 - Disable the vzeroupper insertion pass on PS4.
Gao, Yunzhong via llvm-commits
- [llvm] r259576 - Disable the vzeroupper insertion pass on PS4.
Sean Silva via llvm-commits
- [llvm] r259578 - Correct size calculations for ELF files
Hemant Kulkarni via llvm-commits
- [llvm] r259578 - Correct size calculations for ELF files
Rafael Espíndola via llvm-commits
- [llvm] r259578 - Correct size calculations for ELF files
Rafael Espíndola via llvm-commits
- [llvm] r259578 - Correct size calculations for ELF files
Hemant Kulkarni via llvm-commits
- [llvm] r259578 - Correct size calculations for ELF files
Rafael Espíndola via llvm-commits
- [llvm] r259582 - Remove utils/buildit
Justin Bogner via llvm-commits
- [llvm] r259583 - [LVI] Refactor to use newly introduced intersect utility
Philip Reames via llvm-commits
- [llvm] r259585 - [LVI] Code motion only [NFC]
Philip Reames via llvm-commits
- [llvm] r259586 - [asan] Add iOS support to AddressSanitzier
Anna Zaks via llvm-commits
- [llvm] r259594 - [LVI] Fix debug output
Philip Reames via llvm-commits
- [llvm] r259595 - This patch adds MemorySSA to LLVM.
George Burgess IV via llvm-commits
- [llvm] r259599 - Attempt to fix builds broken by r259595.
George Burgess IV via llvm-commits
- [llvm] r259600 - [libFuzzer] don't create too many trace-based mutations as it may be too slow
Kostya Serebryany via llvm-commits
- [llvm] r259601 - [codeview] Improve readability of codeview assembly output
David Majnemer via llvm-commits
- [llvm] r259602 - Attempt #2 to unbreak r259595.
George Burgess IV via llvm-commits
- [llvm] r259610 - [LoopVersioning] Expose loop versioning as a pass too
Adam Nemet via llvm-commits
- [llvm] r259612 - DiagnosticInfoWithDebugLocBase: Appease Twine for now.
NAKAMURA Takumi via llvm-commits
- [llvm] r259614 - RegCoalescer: Making sure re-materialization defines all subranges
Marcello Maggioni via llvm-commits
- [llvm] r259615 - Revert r259576: Disable the vzeroupper insertion pass on PS4.
Yunzhong Gao via llvm-commits
- [llvm] r259617 - Codegen: [PPC] Fix PPCVSXFMAMutate to handle duplicates.
Kyle Butt via llvm-commits
- [llvm] r259619 - docs: Document how bitsets may be used to encode type information.
Peter Collingbourne via llvm-commits
- [llvm] r259620 - Fix typo in comment. NFC
Nick Lewycky via llvm-commits
- [llvm] r259621 - Transforms: Move GlobalOpt's Evaluator to Utils where it can be reused.
Peter Collingbourne via llvm-commits
- [llvm] r259623 - Add #include "llvm/Support/raw_ostream.h" to fix Windows build.
Peter Collingbourne via llvm-commits
- [llvm] r259625 - LowerBitSets: Don't bother to do any work if the llvm.bitset.test intrinsic is unused.
Peter Collingbourne via llvm-commits
- [llvm] r259626 - [PGO] Profile summary reader/writer support
Xinliang David Li via llvm-commits
- [llvm] r259630 - Fix uninitiazed variable use problem
Xinliang David Li via llvm-commits
- [llvm] r259631 - Fix a typo in comment
Xinliang David Li via llvm-commits
- [llvm] r259632 - Add a compatibility test
Xinliang David Li via llvm-commits
- [llvm] r259635 - [X86][AVX] Add support for 64-bit VZEXT_LOAD of 256/512-bit vectors to EltsFromConsecutiveLoads
Simon Pilgrim via llvm-commits
- [llvm] r259636 - [TableGen] Add 'register alternative name matching' support
Dylan McKay via llvm-commits
- [llvm] r259641 - [mips] Add SHF_MIPS_GPREL flag to the MIPS .sbss and .sdata sections
Simon Atanasyan via llvm-commits
- [llvm] r259641 - [mips] Add SHF_MIPS_GPREL flag to the MIPS .sbss and .sdata sections
Rafael Espíndola via llvm-commits
- [llvm] r259641 - [mips] Add SHF_MIPS_GPREL flag to the MIPS .sbss and .sdata sections
Simon Atanasyan via llvm-commits
- [llvm] r259641 - [mips] Add SHF_MIPS_GPREL flag to the MIPS .sbss and .sdata sections
Rafael Espíndola via llvm-commits
- [llvm] r259641 - [mips] Add SHF_MIPS_GPREL flag to the MIPS .sbss and .sdata sections
Simon Atanasyan via llvm-commits
- [llvm] r259645 - Fix for PR 26381
Nemanja Ivanovic via llvm-commits
- [llvm] r259645 - Fix for PR 26381
Hal Finkel via llvm-commits
- [llvm] r259645 - Fix for PR 26381
Hans Wennborg via llvm-commits
- [llvm] r259649 - [DemandedBits] Revert r249687 due to PR26071
James Molloy via llvm-commits
- [llvm] r259649 - [DemandedBits] Revert r249687 due to PR26071
Hans Wennborg via llvm-commits
- [llvm] r259655 - [mips] Remove redundant inclusions of MipsAnalyzeImmediate.h
Daniel Sanders via llvm-commits
- [llvm] r259656 - [MachineCopyPropagation] Fix comment. NFC
Jun Bum Lim via llvm-commits
- [llvm] r259657 - [ARM] Move GNUEABI divmod to __aeabi_divmod*
Renato Golin via llvm-commits
- [llvm] r259662 - [SCEV] Try to reuse existing value during SCEV expansion
Wei Mi via llvm-commits
- [llvm] r259663 - [Unittest] Clean up formatting, NFC
Joseph Tremoulet via llvm-commits
- [llvm] r259672 - Fix comments /NFC
Xinliang David Li via llvm-commits
- [llvm] r259673 - [ScheduleDAGInstrs::buildSchedGraph()] Handling of memory dependecies rewritten.
Jonas Paulsson via llvm-commits
- [llvm] r259674 - [InstCombine] Revert r238452: Fold IntToPtr and PtrToInt into preceding loads.
Quentin Colombet via llvm-commits
- [llvm] r259675 - Revert r259662, which caused regressions on polly tests.
Wei Mi via llvm-commits
- [llvm] r259675 - Revert r259662, which caused regressions on polly tests.
Tobias Grosser via llvm-commits
- [llvm] r259675 - Revert r259662, which caused regressions on polly tests.
Hal Finkel via llvm-commits
- [llvm] r259675 - Revert r259662, which caused regressions on polly tests.
Wei Mi via llvm-commits
- [llvm] r259675 - Revert r259662, which caused regressions on polly tests.
Wei Mi via llvm-commits
- [llvm] r259675 - Revert r259662, which caused regressions on polly tests.
Hal Finkel via llvm-commits
- [llvm] r259675 - Revert r259662, which caused regressions on polly tests.
Tobias Grosser via llvm-commits
- [llvm] r259675 - Revert r259662, which caused regressions on polly tests.
Daniel Berlin via llvm-commits
- [llvm] r259676 - ARM: support TLS for WoA
Saleem Abdulrasool via llvm-commits
- [llvm] r259683 - Minor performance tweaks to llvm-tblgen (and a few that might be a good idea)
Reid Kleckner via llvm-commits
- [llvm] r259683 - Minor performance tweaks to llvm-tblgen (and a few that might be a good idea)
David Blaikie via llvm-commits
- [llvm] r259691 - [SelectionDAG] Fix CombineToPreIndexedLoadStore O(n^2) behavior
Tim Shen via llvm-commits
- [llvm] r259695 - Address NDEBUG-related linkage issues for Value::assertModuleIsMaterialized()
Todd Fiala via llvm-commits
- [llvm] r259695 - Address NDEBUG-related linkage issues for Value::assertModuleIsMaterialized()
xiuli pan via llvm-commits
- [llvm] r259695 - Address NDEBUG-related linkage issues for Value::assertModuleIsMaterialized()
Hans Wennborg via llvm-commits
- [llvm] r259695 - Address NDEBUG-related linkage issues for Value::assertModuleIsMaterialized()
Rafael Espíndola via llvm-commits
- [llvm] r259695 - Address NDEBUG-related linkage issues for Value::assertModuleIsMaterialized()
Todd Fiala via llvm-commits
- [llvm] r259696 - [DWARFDebug] Fix another case of overlapping ranges
Keno Fischer via llvm-commits
- [llvm] r259697 - [codeview] Use the MCStreamer interface directly instead of AsmPrinter
Reid Kleckner via llvm-commits
- [llvm] r259700 - [codeview] Remove EmitLabelDiff in favor emitAbsoluteSymbolDiff
Reid Kleckner via llvm-commits
- [llvm] r259701 - [ScalarEvolutionExpander] Simplify findInsertPointAfter
David Majnemer via llvm-commits
- [llvm] r259702 - [LoopStrengthReduce] Don't rewrite PHIs with incoming values from CatchSwitches
David Majnemer via llvm-commits
- [llvm] r259703 - Fix pointers to go on the right hand side. NFC.
Ana Pazos via llvm-commits
- [llvm] r259704 - Silence -Wsign-conversion issue in ProgramTest.cpp
Reid Kleckner via llvm-commits
- [llvm] r259705 - [unittests] Move TargetRegistry test from Support to MC
Reid Kleckner via llvm-commits
- [llvm] r259705 - [unittests] Move TargetRegistry test from Support to MC
Rafael Espíndola via llvm-commits
- [llvm] r259712 - Replace static const int with enum to fix obnoxious linker errors about a missing definition
Reid Kleckner via llvm-commits
- [llvm] r259719 - [llvm-readobj] Add support for dumping S_DEFRANGE symbols
David Majnemer via llvm-commits
- [llvm] r259720 - clean up; NFC
Sanjay Patel via llvm-commits
- [llvm] r259722 - rangify; NFCI
Sanjay Patel via llvm-commits
- [llvm] r259723 - Print the OffsetStart field's relocation
David Majnemer via llvm-commits
- [llvm] r259725 - Minor code cleanups. NFC.
Junmo Park via llvm-commits
- [llvm] r259726 - Unify the target opcode enum in TargetOpcodes.h and the FixedInstrs array in
David L Kreitzer via llvm-commits
- [llvm] r259727 - [InstrProfiling] Fix a comment (NFC)
Vedant Kumar via llvm-commits
- [llvm] r259730 - [SimplifyCFG] Fix for "endless" loop after dead code removal (Alternative to
Gerolf Hoflehner via llvm-commits
- [llvm] r259731 - [libFuzzer] don't write the test unit when a leak is detected (since we don't know which unit causes the leak)
Kostya Serebryany via llvm-commits
- [llvm] r259732 - [libFuzzer] hot fix a test
Kostya Serebryany via llvm-commits
- [llvm] r259733 - [codeview] Don't attempt a cross-section label diff
Reid Kleckner via llvm-commits
- [llvm] r259735 - Fix undefined behavior when compiling in C++14 mode (with sized deletion
Richard Smith via llvm-commits
- [llvm] r259736 - [SCEV] Try to reuse existing value during SCEV expansion
Wei Mi via llvm-commits
- [llvm] r259736 - [SCEV] Try to reuse existing value during SCEV expansion
Tobias Grosser via llvm-commits
- [llvm] r259736 - [SCEV] Try to reuse existing value during SCEV expansion
Sanjoy Das via llvm-commits
- [llvm] r259736 - [SCEV] Try to reuse existing value during SCEV expansion
Wei Mi via llvm-commits
- [llvm] r259740 - Test case for PR 26381
Nemanja Ivanovic via llvm-commits
- [llvm] r259740 - Test case for PR 26381
Hal Finkel via llvm-commits
- [llvm] r259749 - [NVPTX] Disable performance optimizations when OptLevel==None
Jingyue Wu via llvm-commits
- [llvm] r259756 - [PGO] Profile interface cleanup
Xinliang David Li via llvm-commits
- [llvm] r259762 - [Support] Use hexdigit instead of manually coding the same thing. NFC
Craig Topper via llvm-commits
- [llvm] r259763 - [Support] Use range-based for loop. NFC
Craig Topper via llvm-commits
- [llvm] r259766 - cmake: Add a flag to enable LTO
Justin Bogner via llvm-commits
- [llvm] r259770 - [X86] Use hash table in LEA optimization pass.
Andrey Turetskiy via llvm-commits
- [llvm] r259771 - [X86] Moved SEXT -> SIGN_EXTEND_VECTOR_INREG combine into helper. NFC.
Simon Pilgrim via llvm-commits
- [llvm] r259783 - [ScheduleDagInstrs] Improved comments
Jonas Paulsson via llvm-commits
- [llvm] r259786 - [X86] Add AVX512 vector zext tests
Simon Pilgrim via llvm-commits
- [llvm] r259789 - [AVX512] add vfmadd132ss and vfmadd132sd Intrinsic
Michael Zuckerman via llvm-commits
- [llvm] r259790 - [AArch64] Improve load/store optimizer to handle LDUR + LDR.
Chad Rosier via llvm-commits
- [llvm] r259791 - [Power PC] softening long double type
Petar Jovanovic via llvm-commits
- [llvm] r259791 - [Power PC] softening long double type
JF Bastien via llvm-commits
- [llvm] r259791 - [Power PC] softening long double type
Petar Jovanovic via llvm-commits
- [llvm] r259792 - AVX-512: Fixed a bug in FMA instruction selection on KNL
Elena Demikhovsky via llvm-commits
- [llvm] r259794 - [X86][SSE] Added i686 target tests to make sure we are correctly loading consecutive entries as 64-bit integers
Simon Pilgrim via llvm-commits
- [llvm] r259795 - Revert "[AArch64] Improve load/store optimizer to handle LDUR + LDR."
Chad Rosier via llvm-commits
- [llvm] r259796 - [X86][SSE] Add general 32-bit LOAD + VZEXT_MOVL support to EltsFromConsecutiveLoads
Simon Pilgrim via llvm-commits
- [llvm] r259796 - [X86][SSE] Add general 32-bit LOAD + VZEXT_MOVL support to EltsFromConsecutiveLoads
Michel Dänzer via llvm-commits
- [llvm] r259796 - [X86][SSE] Add general 32-bit LOAD + VZEXT_MOVL support to EltsFromConsecutiveLoads
Simon Pilgrim via llvm-commits
- [llvm] r259796 - [X86][SSE] Add general 32-bit LOAD + VZEXT_MOVL support to EltsFromConsecutiveLoads
Michel Dänzer via llvm-commits
- [llvm] r259797 - [PPC] Move PPC test to a PPC-specific dir
Renato Golin via llvm-commits
- [llvm] r259798 - Enable the %s modifier in inline asm template string
Nemanja Ivanovic via llvm-commits
- [llvm] r259798 - Enable the %s modifier in inline asm template string
Hal Finkel via llvm-commits
- [llvm] r259799 - The canonical way to XFAIL a test for all targets is XFAIL: *, not XFAIL:
Benjamin Kramer via llvm-commits
- [llvm] r259800 - [AArch64] Multiply extended 32-bit ints with `[U|S]MADDL'
Silviu Baranga via llvm-commits
- [llvm] r259802 - use 'auto' for iterators; NFCI
Sanjay Patel via llvm-commits
- [llvm] r259804 - Make the dumper's output for variable ranges easier to read
David Majnemer via llvm-commits
- [llvm] r259805 - Add support for S_DEFRANGE and S_DEFRANGE_SUBFIELD
David Majnemer via llvm-commits
- [llvm] r259806 - Correctly handle {Always,Never}StepIntoLine
David Majnemer via llvm-commits
- [llvm] r259809 - [SCEV] Add boolean accessors for NSW, NUW and NW; NFC
Sanjoy Das via llvm-commits
- [llvm] r259812 - [AArch64] Improve load/store optimizer to handle LDUR + LDR (take 3).
Chad Rosier via llvm-commits
- [llvm] r259812 - [AArch64] Improve load/store optimizer to handle LDUR + LDR (take 3).
Renato Golin via llvm-commits
- [llvm] r259812 - [AArch64] Improve load/store optimizer to handle LDUR + LDR (take 3).
Chad Rosier via llvm-commits
- [llvm] r259812 - [AArch64] Improve load/store optimizer to handle LDUR + LDR (take 3).
Renato Golin via llvm-commits
- [llvm] r259812 - [AArch64] Improve load/store optimizer to handle LDUR + LDR (take 3).
Chad Rosier via llvm-commits
- [llvm] r259813 - [PGO] Add interfaces to annotate instr with VP data
Xinliang David Li via llvm-commits
- [llvm] r259814 - Fix format in comment
Xinliang David Li via llvm-commits
- [llvm] r259815 - Fix a regression for r259736.
Wei Mi via llvm-commits
- [llvm] r259816 - [X86][SSE] Select domain for 32/64-bit partial loads for EltsFromConsecutiveLoads
Simon Pilgrim via llvm-commits
- [llvm] r259821 - Install cmake files to lib/cmake/llvm
Niels Ole Salscheider via llvm-commits
- [llvm] r259825 - [docs] Fix typo in YamlIO.rst
Vedant Kumar via llvm-commits
- [llvm] r259828 - [AArch64] Bound the number of instructions we scan when searching for updates.
Chad Rosier via llvm-commits
- [llvm] r259835 - Provide a test case for rl259798
Nemanja Ivanovic via llvm-commits
- [llvm] r259835 - Provide a test case for rl259798
Hal Finkel via llvm-commits
- [llvm] r259835 - Provide a test case for rl259798
Hans Wennborg via llvm-commits
- [llvm] r259839 - Fix typo and test commit
Evandro Menezes via llvm-commits
- [llvm] r259840 - Fix for PR 26356
Nemanja Ivanovic via llvm-commits
- [llvm] r259844 - Improve testing for the C API
Amaury Sechet via llvm-commits
- [llvm] r259844 - Improve testing for the C API
Reid Kleckner via llvm-commits
- [llvm] r259846 - Refactor profile summary support code. NFC.
Easwaran Raman via llvm-commits
- [llvm] r259851 - Function name change /NFC
Xinliang David Li via llvm-commits
- [llvm] r259853 - Add Support to llvm-c-test dependancies
Amaury Sechet via llvm-commits
- [llvm] r259854 - Add a test for MemorySSA. NFC.
George Burgess IV via llvm-commits
- [llvm] r259855 - Fix build breakage introduced by r259846.
Easwaran Raman via llvm-commits
- [llvm] r259857 - Fix printing of f16 machine operands
Matt Arsenault via llvm-commits
- [llvm] r259860 - Fix typo in comment
Adam Nemet via llvm-commits
- [llvm] r259861 - [LoopLoadElim] Don't allow versioning when optForSize
Adam Nemet via llvm-commits
- [llvm] r259863 - Add various binary operations in the LLVM C API echo test
Amaury Sechet via llvm-commits
- [llvm] r259867 - [RS4GC] Pass DenseMap by reference, NFC
Joseph Tremoulet via llvm-commits
- [llvm] r259867 - [RS4GC] Pass DenseMap by reference, NFC
David Blaikie via llvm-commits
- [llvm] r259867 - [RS4GC] Pass DenseMap by reference, NFC
Joseph Tremoulet via llvm-commits
- [llvm] r259867 - [RS4GC] Pass DenseMap by reference, NFC
David Blaikie via llvm-commits
- [llvm] r259868 - [MC] Add support for encoding CodeView variable definition ranges
David Majnemer via llvm-commits
- [llvm] r259868 - [MC] Add support for encoding CodeView variable definition ranges
David Blaikie via llvm-commits
- [llvm] r259868 - [MC] Add support for encoding CodeView variable definition ranges
David Majnemer via llvm-commits
- [llvm] r259869 - [LoopUnrolling] Try harder to avoid rebuilding LCSSA when possible.
Michael Zolotukhin via llvm-commits
- [llvm] r259877 - [DebugInfo] Eliminate compilation warning about used variable LSDA
Dmitry Polukhin via llvm-commits
- [llvm] r259881 - Revert "[AArch64] Improve load/store optimizer to handle LDUR + LDR (take 3)."
Renato Golin via llvm-commits
- [llvm] r259882 - Prefix external symbols in llvm-c-test.
Benjamin Kramer via llvm-commits
- [llvm] r259883 - Move classes defined in a cpp file into an anonymous namespace.
Benjamin Kramer via llvm-commits
- [llvm] r259886 - Fix for PR 26193
Nemanja Ivanovic via llvm-commits
- [llvm] r259888 - Add the missing test case for PR26193
Nemanja Ivanovic via llvm-commits
- [llvm] r259893 - [WebAssembly] Update the select instructions' operand orders to match the spec.
Dan Gohman via llvm-commits
- [llvm] r259894 - AMDGPU/SI: Correctly initialize SIInsertWaits pass
Tom Stellard via llvm-commits
- [llvm] r259895 - Some stackslots are allocated to vregs which have no real reference.
Wei Mi via llvm-commits
- [llvm] r259896 - Fix echo.ll test failing due to DOS line endings
Reid Kleckner via llvm-commits
- [llvm] r259897 - AMDGPU: Fix ordering of CPU and FS parameters in TargetMachine constructors
Tom Stellard via llvm-commits
- [llvm] r259900 - AMDGPU: Remove some purely R600 functions from AMDGPUInstrInfo
Tom Stellard via llvm-commits
- [llvm] r259904 - [codeview] Dump a missing field and change its signedness
Reid Kleckner via llvm-commits
- [llvm] r259911 - AMDGPU: Preserve alignments on new created globals
Matt Arsenault via llvm-commits
- [llvm] r259912 - AMDGPU: Account for LDS alignment
Matt Arsenault via llvm-commits
- [llvm] r259913 - TableGen: Add IsOptional field to AsmOperandClass
Tom Stellard via llvm-commits
- [llvm] r259914 - [AArch64] Refactoring aarch64-ldst-opt. NCF.
Jun Bum Lim via llvm-commits
- [llvm] r259915 - CallAnalyzer::analyzeCall: change the condition back to "Cost < Threshold"
Hans Wennborg via llvm-commits
- [llvm] r259917 - [llvm-nm] Simplify code logic. NFCI.
Davide Italiano via llvm-commits
- [llvm] r259937 - [llvm-nm] Transform a switch() statement in a pair of if(s).
Davide Italiano via llvm-commits
- [llvm] r259937 - [llvm-nm] Transform a switch() statement in a pair of if(s).
David Blaikie via llvm-commits
- [llvm] r259937 - [llvm-nm] Transform a switch() statement in a pair of if(s).
Davide Italiano via llvm-commits
- [llvm] r259938 - [llvm-nm] Prefer empty() over size() == 0.
Davide Italiano via llvm-commits
- [llvm] r259941 - [PGO] Speed up name tab reading
Xinliang David Li via llvm-commits
- [llvm] r259941 - [PGO] Speed up name tab reading
Sean Silva via llvm-commits
- [llvm] r259942 - More workarounds for undefined behavior exposed when compiling in C++14 with
Richard Smith via llvm-commits
- [llvm] r259942 - More workarounds for undefined behavior exposed when compiling in C++14 with
NAKAMURA Takumi via llvm-commits
- [llvm] r259943 - Attempt to work around an MSVC rejects-valid. Apparently it gets the access
Richard Smith via llvm-commits
- [llvm] r259948 - Attempt#2 to work around MSVC rejects-valid.
Richard Smith via llvm-commits
- [llvm] r259952 - Variable naming style fix /nfc
Xinliang David Li via llvm-commits
- [llvm] r259953 - [Orc] Fix a typo in the comments for the x86_64 resolver block.
Lang Hames via llvm-commits
- [llvm] r259954 - Make the OCaml tests temporarily unsupported until they can be updated.
Eric Christopher via llvm-commits
- [llvm] r259956 - [StatepointLower] Use None instead of Optional<int>()
Sanjoy Das via llvm-commits
- [llvm] r259958 - [AArch64] Add the scheduling model for Exynos-M1
Evandro Menezes via llvm-commits
- [llvm] r259963 - Add note of suboptimal behavior in MemorySSA. NFC.
George Burgess IV via llvm-commits
- [llvm] r259965 - llvm-bcanalyzer: Produce summary information for the BLOCKINFO block, it can be
Richard Smith via llvm-commits
- [llvm] r259968 - [Orc] Slightly improve the x86-64 resolver block machine code.
Lang Hames via llvm-commits
- [llvm] r259971 - [llvm-dwp] Merge cu_index from DWPs
David Blaikie via llvm-commits
- [llvm] r259973 - Relax assertion in ReplaceableMetadataImpl::replaceAllUsesWith().
Adrian Prantl via llvm-commits
- [llvm] r259973 - Relax assertion in ReplaceableMetadataImpl::replaceAllUsesWith().
Duncan P. N. Exon Smith via llvm-commits
- [llvm] r259986 - New Loop Versioning LICM Pass
Ashutosh Nema via llvm-commits
- [llvm] r259986 - New Loop Versioning LICM Pass
Ismail Donmez via llvm-commits
- [llvm] r259986 - New Loop Versioning LICM Pass
Ismail Donmez via llvm-commits
- [llvm] r259986 - New Loop Versioning LICM Pass
Nema, Ashutosh via llvm-commits
- [llvm] r259988 - Fixed short underline error in LangRef.rst for recently added
Ashutosh Nema via llvm-commits
- [llvm] r259990 - Comment fix
Simon Pilgrim via llvm-commits
- [llvm] r259991 - [X86][SSE] Don't replace an existing 32-bit load with its duplicate
Simon Pilgrim via llvm-commits
- [llvm] r259992 - line endings fix
Simon Pilgrim via llvm-commits
- [llvm] r259993 - [ThinLTO] Include linkage type in function summary
Teresa Johnson via llvm-commits
- [llvm] r259995 - [X86][SSE] Refactored PMOVZX shuffle decoding to use scalar input types
Simon Pilgrim via llvm-commits
- [llvm] r259997 - [X86][SSE] Moved shuffle decode CASE macros earlier. NFC.
Simon Pilgrim via llvm-commits
- [llvm] r259999 - [X86][SSE] Regenerate vector shift tests
Simon Pilgrim via llvm-commits
- [llvm] r260000 - [X86][AVX512] Fixed prefix ordering for lzcnt tests.
Simon Pilgrim via llvm-commits
- [llvm] r260003 - [docs] Clarify a couple of getting started issues identified during Sprint
Philip Reames via llvm-commits
- [llvm] r260004 - [docs] Redirect new contributors to the right starting point
Philip Reames via llvm-commits
- [llvm] r260005 - [NVPTX] Mark nvvm synchronizing intrinsics as convergent.
Justin Lebar via llvm-commits
- [llvm] r260006 - [docs] Warn against slow serial builds
Philip Reames via llvm-commits
- [llvm] r260007 - [X86][AVX512] Added support for VPMOVZX shuffle decoding.
Simon Pilgrim via llvm-commits
- [llvm] r260008 - [X86][SSE] Add tests for MOVHLPS/MOVLHPS shuffle lowering.
Simon Pilgrim via llvm-commits
- [llvm] r260010 - [X86][AVX2] Regenerated broadcast domain tests
Simon Pilgrim via llvm-commits
- [llvm] r260013 - Only insert into definingblocks once per block
Daniel Berlin via llvm-commits
- [llvm] r260014 - Compute live-in for MemorySSA
Daniel Berlin via llvm-commits
- [llvm] r260014 - Compute live-in for MemorySSA
David Wiberg via llvm-commits
- [llvm] r260015 - Don't use module context here. It's unnecessary and makes it harder to write unittests
Daniel Berlin via llvm-commits
- [llvm] r260018 - LangRef: Fix example code for cmpxchg
Duncan P. N. Exon Smith via llvm-commits
- [llvm] r260024 - AVX512: VPBROADCASTB/W/D/Q from GPR intrinsics implementation.
Igor Breger via llvm-commits
- [llvm] r260026 - Fix typo in default getNoPreservedMask implementation
Jeroen Ketema via llvm-commits
- [llvm] r260032 - [X86][SSE] Pulled out repeated target shuffle decodes into helper functions. NFCI.
Simon Pilgrim via llvm-commits
- [llvm] r260033 - [X86][AVX512] add intrinsics of Scalar FP to integer conversion with rounding mode
Asaf Badouh via llvm-commits
- [llvm] r260034 - [X86][SSE] Added support for MOVHPD/MOVLPD + MOVHPS/MOVLPS shuffle decoding.
Simon Pilgrim via llvm-commits
- [llvm] r260035 - [docs] Update the docs to describe how to build the docs with cmake
Philip Reames via llvm-commits
- [llvm] r260037 - [docs] Remove a stale and confusing section from GettingStarted
Philip Reames via llvm-commits
- [llvm] r260038 - Fix a typo.
Roman Divacky via llvm-commits
- [llvm] r260039 - [docs] Clarify disk space usage of debug builds
Philip Reames via llvm-commits
- [llvm] r260040 - [docs] Wordsmithing to program layout descriptio in GettingStarted
Philip Reames via llvm-commits
- [llvm] r260042 - [docs] Remove now confusing references to cofigure/autoconf
Philip Reames via llvm-commits
- [llvm] r260049 - [docs] Add a note that the Visual Studio C++ tools are required
Keno Fischer via llvm-commits
- [llvm] r260053 - Revert 259942, r259943, r259948.
Nico Weber via llvm-commits
- [llvm] r260055 - Make check line consistent
Daniel Berlin via llvm-commits
- [llvm] r260061 - [X86][SSE] Regenerate PSHUFB shuffle mask comments tests
Simon Pilgrim via llvm-commits
- [llvm] r260063 - [X86][SSE] Resolve target shuffle inputs to sentinels to permit more combines
Simon Pilgrim via llvm-commits
- [llvm] r260064 - Disable llvm/test/tools/llvm-profdata/value-prof.proftext on win32 for now. Investigating.
NAKAMURA Takumi via llvm-commits
- [llvm] r260067 - [Support] Fix the examples and assertion for format_hex_no_prefix to take into account that there are no prefix characters to include in Width.
Craig Topper via llvm-commits
- [llvm] r260068 - [Support] Use hexdigit. NFC
Craig Topper via llvm-commits
- [llvm] r260069 - [X86] Change FeatureIFMA string to 'avx512ifma'. Matches gcc and fixes PR26461.
Craig Topper via llvm-commits
- [llvm] r260070 - [WebAssembly] Add another optimization idea to README.txt.
Dan Gohman via llvm-commits
- [PATCH: ScheduleDAGInstrs] handling of memory accesses with same address Value, but different offsets
Jonas Paulsson via llvm-commits
- [PATCH] [lnt] Update Clang Stage 1: configure, RA, using system compiler to use CMAKE
Marc Schifer via llvm-commits
- [PATCH] [lnt] Update Clang Stage 1: configure, RA, using system compiler to use CMAKE
Chris Matthews via llvm-commits
- [PATCH] [lnt] Update Clang Stage 1: configure, RA, using system compiler to use CMAKE
Marc Schifer via llvm-commits
- [PATCH] [PostMachineScheduler] AA / MLI
Jonas Paulsson via llvm-commits
- [PATCH] [zorg] Adding isMSVC parameter to ClangAndLLDBuilder.py
Mike Edwards via llvm-commits
- [PATCH][zorg] Add Windows Clang & LLD builder to Buildbot Staging
Mike Edwards via llvm-commits
- [PATCH][zorg] Add Windows Clang & LLD builder to Buildbot Staging
Galina Kistanova via llvm-commits
- [PATCH][zorg] Changing Builder Cmake Options
Mike Edwards via llvm-commits
- [PATCH][zorg] Changing Builder Cmake Options
Galina Kistanova via llvm-commits
- [PATCH] D10725: Improve testing for the C API
Amaury SECHET via llvm-commits
- [PATCH] D10725: Improve testing for the C API
Eric Christopher via llvm-commits
- [PATCH] D10725: Improve testing for the C API
Amaury SECHET via llvm-commits
- [PATCH] D10725: Improve testing for the C API
Amaury SECHET via llvm-commits
- [PATCH] D10937: [yaml2obj] Align section content using AddressAlign field's value
Simon Atanasyan via llvm-commits
- [PATCH] D10970: [mips] Promote the result of SETCC nodes to GPR width.
Daniel Sanders via llvm-commits
- [PATCH] D11393: [X86] Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed.
David Kreitzer via llvm-commits
- [PATCH] D11502: [UBSan] Fix isDerivedFromAtOffset on iOS ARM64
Filipe Cabecinhas via llvm-commits
- [PATCH] D12199: Add framework for iterative compilation to llvm
Zoran Jovanovic via llvm-commits
- [PATCH] D13087: A fix for loop vectorizer with handling loops with volatile induction variables
Hal Finkel via llvm-commits
- [PATCH] D13257: [LAA] LLE 4/6: APIs to access the dependent instructions for a dependence, NFC
Hal Finkel via llvm-commits
- [PATCH] D13363: [DeadStoreElimination] Add support for non-local DSE
Ivan Baev via llvm-commits
- [PATCH] D13363: [DeadStoreElimination] Add support for non-local DSE
Mitch Bodart via llvm-commits
- [PATCH] D13592: [MC] Fixed parsing of macro arguments where expressions with spaces are present.
Daniel Sanders via llvm-commits
- [PATCH] D13979: Introduction of FeatureX87
Andrey Turetskiy via llvm-commits
- [PATCH] D13979: Introduction of FeatureX87
Andrey Turetskiy via llvm-commits
- [PATCH] D13979: Introduction of FeatureX87
Bruno Cardoso Lopes via llvm-commits
- [PATCH] D13979: Introduction of FeatureX87
Andrey Turetskiy via llvm-commits
- [PATCH] D14128: Enable readobj to emit readelf like output.
khemant at codeaurora.org via llvm-commits
- [PATCH] D14128: Enable readobj to emit readelf like output.
Eric Christopher via llvm-commits
- [PATCH] D14327: Add llvm.ldexp.* intrinsic, associated SDNode and library calls
Hal Finkel via llvm-commits
- [PATCH] D14476: [LVI] Introduce an intersect operation on lattice values
Philip Reames via llvm-commits
- [PATCH] D14476: [LVI] Introduce an intersect operation on lattice values
Nick Lewycky via llvm-commits
- [PATCH] D14476: [LVI] Introduce an intersect operation on lattice values
Philip Reames via llvm-commits
- [PATCH] D14476: [LVI] Introduce an intersect operation on lattice values
Nick Lewycky via llvm-commits
- [PATCH] D14476: [LVI] Introduce an intersect operation on lattice values
Philip Reames via llvm-commits
- [PATCH] D14543: llvm-config: Explicitly flush ostream so output can be piped into other programs.
Nicolai Hähnle via llvm-commits
- [PATCH] D14543: llvm-config: Explicitly flush ostream so output can be piped into other programs.
Tom Stellard via llvm-commits
- [PATCH] D14596: [SROA] Choose more profitable type in findCommonType
David Li via llvm-commits
- [PATCH] D14596: [SROA] Choose more profitable type in findCommonType
Chandler Carruth via llvm-commits
- [PATCH] D14596: [SROA] Choose more profitable type in findCommonType
David Li via llvm-commits
- [PATCH] D14596: [SROA] Choose more profitable type in findCommonType
Guozhi Wei via llvm-commits
- [PATCH] D14596: [SROA] Choose more profitable type in findCommonType
Guozhi Wei via llvm-commits
- [PATCH] D14900: [mips] SelectionDAGISel subclasses now follow the optimization level.
Daniel Sanders via llvm-commits
- [PATCH] D14933: Add the allocsize attribute to LLVM
George Burgess IV via llvm-commits
- [PATCH] D14976: Fixed a failure in cost calculation for vector GEP
Jingyue Wu via llvm-commits
- [PATCH] D14994: Enable MatchRegisterName to match register altnames
Sid Manning via llvm-commits
- [PATCH] D15124: Use @llvm.invariant.start/end intrinsics to extend basic AA with invariant range analysis for GVN-based load elimination purposes [Local objects only]
Larisse Voufo via llvm-commits
- [PATCH] D15144: [mips[microMIPS]] Adding code size reduction pass for MicroMIPS
Milena Vujosevic Janicic via llvm-commits
- [PATCH] D15188: [llgo] Roll gofrontend forward
Peter Collingbourne via llvm-commits
- [PATCH] D15390: [ThinLTO] Launch importing backends in parallel threads from gold plugin
Teresa Johnson via llvm-commits
- [PATCH] D15390: [ThinLTO] Launch importing backends in parallel threads from gold plugin
Teresa Johnson via llvm-commits
- [PATCH] D15412: [SCEV][LAA] Add no overflow SCEV predicates and use use them to improve strided pointer detection
silviu.baranga at arm.com via llvm-commits
- [PATCH] D15412: [SCEV][LAA] Add no overflow SCEV predicates and use use them to improve strided pointer detection
silviu.baranga at arm.com via llvm-commits
- [PATCH] D15412: [SCEV][LAA] Add no overflow SCEV predicates and use use them to improve strided pointer detection
Adam Nemet via llvm-commits
- [PATCH] D15412: [SCEV][LAA] Add no overflow SCEV predicates and use use them to improve strided pointer detection
silviu.baranga at arm.com via llvm-commits
- [PATCH] D15412: [SCEV][LAA] Add no overflow SCEV predicates and use use them to improve strided pointer detection
silviu.baranga at arm.com via llvm-commits
- [PATCH] D15412: [SCEV][LAA] Add no overflow SCEV predicates and use use them to improve strided pointer detection
Adam Nemet via llvm-commits
- [PATCH] D15412: [SCEV][LAA] Add no overflow SCEV predicates and use use them to improve strided pointer detection
silviu.baranga at arm.com via llvm-commits
- [PATCH] D15412: [SCEV][LAA] Add no overflow SCEV predicates and use use them to improve strided pointer detection
silviu.baranga at arm.com via llvm-commits
- [PATCH] D15412: [SCEV][LAA] Add no overflow SCEV predicates and use use them to improve strided pointer detection
Adam Nemet via llvm-commits
- [PATCH] D15446: [mips] Range check uimm16 and fix several bugs this revealed.
Vasileios Kalintiris via llvm-commits
- [PATCH] D15502: Print the eh_frame section in MachoDump
Pete Cooper via llvm-commits
- [PATCH] D15521: [mips] Range check uimm20 and fixed a bug this revealed.
Daniel Sanders via llvm-commits
- [PATCH] D15521: [mips] Range check uimm20 and fixed a bug this revealed.
Daniel Sanders via llvm-commits
- [PATCH] D15537: limit the number of instructions per block examined by dead store elimination
Daniel Berlin via llvm-commits
- [PATCH] D15537: limit the number of instructions per block examined by dead store elimination
Bob Haarman via llvm-commits
- [PATCH] D15540: [PGO] differentiate FE instrumentation and IR level instrumentation profiles
David Li via llvm-commits
- [PATCH] D15540: [PGO] differentiate FE instrumentation and IR level instrumentation profiles
Rong Xu via llvm-commits
- [PATCH] D15540: [PGO] differentiate FE instrumentation and IR level instrumentation profiles
David Li via llvm-commits
- [PATCH] D15540: [PGO] differentiate FE instrumentation and IR level instrumentation profiles
Rong Xu via llvm-commits
- [PATCH] D15540: [PGO] differentiate FE instrumentation and IR level instrumentation profiles
David Li via llvm-commits
- [PATCH] D15540: [PGO] differentiate FE instrumentation and IR level instrumentation profiles
Rong Xu via llvm-commits
- [PATCH] D15540: [PGO] differentiate FE instrumentation and IR level instrumentation profiles
David Li via llvm-commits
- [PATCH] D15545: TTI: Use 0 for cost of fabs if free
Hal Finkel via llvm-commits
- [PATCH] D15559: [SCEVExpander] Make findExistingExpansion smarter
Junmo Park via llvm-commits
- [PATCH] D15559: [SCEVExpander] Make findExistingExpansion smarter
Michael Zolotukhin via llvm-commits
- [PATCH] D15559: [SCEVExpander] Make findExistingExpansion smarter
Michael Zolotukhin via llvm-commits
- [PATCH] D15559: [SCEVExpander] Make findExistingExpansion smarter
Junmo Park via llvm-commits
- [PATCH] D15559: [SCEVExpander] Make findExistingExpansion smarter
Michael Zolotukhin via llvm-commits
- [PATCH] D15592: [LICM] Make store promotion work in the face of unordered atomics
Hal Finkel via llvm-commits
- [PATCH] D15592: [LICM] Make store promotion work in the face of unordered atomics
Philip Reames via llvm-commits
- [PATCH] D15592: [LICM] Make store promotion work in the face of unordered atomics
Hal Finkel via llvm-commits
- [PATCH] D15592: [LICM] Make store promotion work in the face of unordered atomics
Philip Reames via llvm-commits
- [PATCH] D15592: [LICM] Make store promotion work in the face of unordered atomics
JF Bastien via llvm-commits
- [PATCH] D15616: [EarlyCSE] Simplify target intrinsic support
Hal Finkel via llvm-commits
- [PATCH] D15625: Add iOS/watchOS/tvOS support for ASan (llvm part)
Phabricator via llvm-commits
- [PATCH] D15626: Add iOS/watchOS/tvOS support for ASan (compiler-rt part)
Anna Zaks via llvm-commits
- [PATCH] D15642: [asan] Use private aliases for global variables (LLVM part).
Maxim Ostapenko via llvm-commits
- [PATCH] D15642: [asan] Use private aliases for global variables (LLVM part).
Alexey Samsonov via llvm-commits
- [PATCH] D15642: [asan] Use private aliases for global variables (LLVM part).
Maxim Ostapenko via llvm-commits
- [PATCH] D15642: [asan] Use private aliases for global variables (LLVM part).
Alexey Samsonov via llvm-commits
- [PATCH] D15642: [asan] Use private aliases for global variables (LLVM part).
Maxim Ostapenko via llvm-commits
- [PATCH] D15642: [asan] Use private aliases for global variables (LLVM part).
Maxim Ostapenko via llvm-commits
- [PATCH] D15642: [asan] Use private aliases for global variables (LLVM part).
Alexey Samsonov via llvm-commits
- [PATCH] D15644: [asan] Use private aliases for global variables (compiler-rt part).
Maxim Ostapenko via llvm-commits
- [PATCH] D15644: [asan] Use private aliases for global variables (compiler-rt part).
Alexey Samsonov via llvm-commits
- [PATCH] D15644: [asan] Use private aliases for global variables (compiler-rt part).
Maxim Ostapenko via llvm-commits
- [PATCH] D15644: [asan] Use private aliases for global variables (compiler-rt part).
Maxim Ostapenko via llvm-commits
- [PATCH] D15644: [asan] Use private aliases for global variables (compiler-rt part).
Alexey Samsonov via llvm-commits
- [PATCH] D15646: [X86] Fix stack alignment for MCU target
Anton Nadolskiy via llvm-commits
- [PATCH] D15667: [MachineScheduler] Handle regmasks and allow calls to be rescheduled.
Hal Finkel via llvm-commits
- [PATCH] D15667: [MachineScheduler] Handle regmasks and allow calls to be rescheduled.
Jonas Paulsson via llvm-commits
- [PATCH] D15667: [MachineScheduler] Handle regmasks and allow calls to be rescheduled.
Hal Finkel via llvm-commits
- [PATCH] D15667: [MachineScheduler] Handle regmasks and allow calls to be rescheduled.
Jonas Paulsson via llvm-commits
- [PATCH] D15679: [FIX] Schedule generation PR25879
Tobias Grosser via llvm-commits
- [PATCH] D15690: Gather and Scatter intrinsics in the Loop Vectorizer
Ayal Zaks via llvm-commits
- [PATCH] D15698: TTI: Report 0 cost for free addrspacecasts
Hal Finkel via llvm-commits
- [PATCH] D15703: [AVR] Add instruction definitions
Dylan McKay via llvm-commits
- [PATCH] D15703: [AVR] Add instruction definitions
Dylan McKay via llvm-commits
- [PATCH] D15706: [Polly] Follow uses to create value MemoryAccesses
Tobias Grosser via llvm-commits
- [PATCH] D15706: [Polly] Follow uses to create value MemoryAccesses
Michael Kruse via llvm-commits
- [PATCH] D15706: [Polly] Follow uses to create value MemoryAccesses
Michael Kruse via llvm-commits
- [PATCH] D15706: [Polly] Follow uses to create value MemoryAccesses
Tobias Grosser via llvm-commits
- [PATCH] D15706: [Polly] Follow uses to create value MemoryAccesses
Michael Kruse via llvm-commits
- [PATCH] D15706: [Polly] Follow uses to create value MemoryAccesses
Tobias Grosser via llvm-commits
- [PATCH] D15706: [Polly] Follow uses to create value MemoryAccesses
Michael Kruse via llvm-commits
- [PATCH] D15718: Recognize pattern for ctpop in instcombine
Hal Finkel via llvm-commits
- [PATCH] D15718: Recognize pattern for ctpop in instcombine
David Majnemer via llvm-commits
- [PATCH] D15718: Recognize pattern for ctpop in instcombine
Krzysztof Parzyszek via llvm-commits
- [PATCH] D15718: Recognize pattern for ctpop in instcombine
Krzysztof Parzyszek via llvm-commits
- [PATCH] D15718: Recognize pattern for ctpop in instcombine
Krzysztof Parzyszek via llvm-commits
- [PATCH] D15722: [WIP][Polly] SSA Codegen
Johannes Doerfert via llvm-commits
- [PATCH] D15740: [mips] Add SHF_MIPS_GPREL flag to the MIPS .sbss and .sdata sections
Simon Atanasyan via llvm-commits
- [PATCH] D15740: [mips] Add SHF_MIPS_GPREL flag to the MIPS .sbss and .sdata sections
Daniel Sanders via llvm-commits
- [PATCH] D15740: [mips] Add SHF_MIPS_GPREL flag to the MIPS .sbss and .sdata sections
Simon Atanasyan via llvm-commits
- [PATCH] D15742: Fix infinite recursion in MCAsmStreamer::EmitValueImpl
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D15746: Normalize the features string in SubtargetFeatures::getFeatureBits
A. Skrobov via llvm-commits
- [PATCH] D15754: AMDGPU/SI: Simplify validation of flat instructions optional operands
Tom Stellard via llvm-commits
- [PATCH] D15754: AMDGPU/SI: Simplify validation of flat instructions optional operands
Tom Stellard via llvm-commits
- [PATCH] D15755: TableGen: Add IsOptional field to AsmOperandClass
Tom Stellard via llvm-commits
- [PATCH] D15755: TableGen: Add IsOptional field to AsmOperandClass
Tom Stellard via llvm-commits
- [PATCH] D15755: TableGen: Add IsOptional field to AsmOperandClass
Ahmed Bougacha via llvm-commits
- [PATCH] D15755: TableGen: Add IsOptional field to AsmOperandClass
Phabricator via llvm-commits
- [PATCH] D15784: Enable 2 warnings on MSVC, turn on StringPooling & intrinsic functions
Alexander Riccio via llvm-commits
- [PATCH] D15792: [AArch64] Turn off PredictableSelectIsExpensive on the Cortex-A57
Junmo Park via llvm-commits
- [PATCH] D15807: [asan] Fix internal CHECK failure on double free in recovery mode.
Maxim Ostapenko via llvm-commits
- [PATCH] D15807: [asan] Fix internal CHECK failure on double free in recovery mode.
Kostya Serebryany via llvm-commits
- [PATCH] D15807: [asan] Fix internal CHECK failure on double free in recovery mode.
Phabricator via llvm-commits
- [PATCH] D15811: [Power PC] softening long double type
Strahinja Petrovic via llvm-commits
- [PATCH] D15811: [Power PC] softening long double type
Hal Finkel via llvm-commits
- [PATCH] D15811: [Power PC] softening long double type
Petar Jovanovic via llvm-commits
- [PATCH] D15816: [TTI] Add hook for contextual cast estimates
Hal Finkel via llvm-commits
- [PATCH] D15890: Unpack array of all sizes in InstCombine
Amaury SECHET via llvm-commits
- [PATCH] D15890: Unpack array of all sizes in InstCombine
Mandeep Singh Grang via llvm-commits
- [PATCH] D15890: Unpack array of all sizes in InstCombine
Amaury SECHET via llvm-commits
- [PATCH] D15949: [mips] Changed the way expressions in instructions are printed to support different kinds of expressions.
Daniel Sanders via llvm-commits
- [PATCH] D15976: Supporting all entities declared in lexical scope in LLVM debug info
Amjad Aboud via llvm-commits
- [PATCH] D15976: Supporting all entities declared in lexical scope in LLVM debug info
Amjad Aboud via llvm-commits
- [PATCH] D15976: Supporting all entities declared in lexical scope in LLVM debug info
David Blaikie via llvm-commits
- [PATCH] D16038: [LCG] Build an edge abstraction for the LazyCallGraph and use it to differentiate between indirect references to functions an direct calls.
Chandler Carruth via llvm-commits
- [PATCH] D16038: [LCG] Build an edge abstraction for the LazyCallGraph and use it to differentiate between indirect references to functions an direct calls.
Chandler Carruth via llvm-commits
- [PATCH] D16038: [LCG] Build an edge abstraction for the LazyCallGraph and use it to differentiate between indirect references to functions an direct calls.
Chandler Carruth via llvm-commits
- [PATCH] D16053: is_contained() convenience function
Alexander Droste via llvm-commits
- [PATCH] D16053: is_contained() convenience function
Benjamin Kramer via llvm-commits
- [PATCH] D16053: is_contained() convenience function
Alexander Droste via llvm-commits
- [PATCH] D16053: is_contained() convenience function
Alexander Droste via llvm-commits
- [PATCH] D16057: [SROA] Fix for PR25873: Pre-splitting should always preserve the partition structure.
Andrea Di Biagio via llvm-commits
- [PATCH] D16057: [SROA] Fix for PR25873: Pre-splitting should always preserve the partition structure.
Chandler Carruth via llvm-commits
- [PATCH] D16057: [SROA] Fix for PR25873: Pre-splitting should always preserve the partition structure.
Andrea Di Biagio via llvm-commits
- [PATCH] D16057: [SROA] Fix for PR25873: Pre-splitting should always preserve the partition structure.
Andrea Di Biagio via llvm-commits
- [PATCH] D16110: [Power9] Implement new vsx instructions: quad-precision move, fp-arithmetic
Chuang-Yu Cheng via llvm-commits
- [PATCH] D16144: NFC. Move getAlignment helper function from ValueTracking to Value class.
Hal Finkel via llvm-commits
- [PATCH] D16180: NFC. Move isDereferenceable to Loads.h/cpp
Hal Finkel via llvm-commits
- [PATCH] D16191: [tsan] Add TSan debugger APIs
Dmitry Vyukov via llvm-commits
- [PATCH] D16195: [AArch64] Multiply extended 32-bit ints with `[U|S]MADDL'.
Chris Diamand via llvm-commits
- [PATCH] D16195: [AArch64] Multiply extended 32-bit ints with `[U|S]MADDL'.
James Molloy via llvm-commits
- [PATCH] D16195: [AArch64] Multiply extended 32-bit ints with `[U|S]MADDL'.
Chris Diamand via llvm-commits
- [PATCH] D16197: [LV] Vectorize first-order recurrences
Matthew Simpson via llvm-commits
- [PATCH] D16197: [LV] Vectorize first-order recurrences
Matthew Simpson via llvm-commits
- [PATCH] D16200: Add --force-analyze-debug-code option to scan-build to force debug build and hopefully enable more precise warnings.
Yury Gribov via llvm-commits
- [PATCH] D16200: Add --force-analyze-debug-code option to scan-build to force debug build and hopefully enable more precise warnings.
Laszlo Nagy via llvm-commits
- [PATCH] D16200: Add --force-analyze-debug-code option to scan-build to force debug build and hopefully enable more precise warnings.
Anna Zaks via llvm-commits
- [PATCH] D16203: [AArch64] Remove copy zero after cbz/cbnz
Jun Bum Lim via llvm-commits
- [PATCH] D16212: Fix reading gcov data that does not have function names
Arseny Kapoulkine via llvm-commits
- [PATCH] D16220: [mips] Fix RetCC_MipsN to promote types smaller than i64 to GPR-width.
Vasileios Kalintiris via llvm-commits
- [PATCH] D16231: isSafeToLoadUnconditionally support queries without a context
Hal Finkel via llvm-commits
- [PATCH] D16239: Fix PR25526 by adding back limited cmpxchg pseudo-Insts
Tim Northover via llvm-commits
- [PATCH] D16239: Fix PR25526 by adding back limited cmpxchg pseudo-Insts
Tim Northover via llvm-commits
- [PATCH] D16240: [InstCombine] Simplify a known nonzero incoming value of PHI
Hal Finkel via llvm-commits
- [PATCH] D16240: [InstCombine] Simplify a known nonzero incoming value of PHI
Jun Bum Lim via llvm-commits
- Re: [PATCH] D16251: There seems to be a fundamental problem in SimplifyCFG: Dead code removal can result inuninitialized variables. The impact is an “endless” loop which can be consideredthe consequence of searching for the initialization. More details are...
Akira Hatanaka via llvm-commits
- Re: [PATCH] D16251: There seems to be a fundamental problem in SimplifyCFG: Dead code removal can result inuninitialized variables. The impact is an “endless” loop which can be consideredthe consequence of searching for the initialization. More details are...
Akira Hatanaka via llvm-commits
- Re: [PATCH] D16251: There seems to be a fundamental problem in SimplifyCFG: Dead code removal can result inuninitialized variables. The impact is an “endless” loop which can be consideredthe consequence of searching for the initialization. More details are...
Gerolf Hoflehner via llvm-commits
- [PATCH] D16258: [PGO] Profile Summary Index profile writer and reader support
David Li via llvm-commits
- [PATCH] D16258: [PGO] Profile Summary Index profile writer and reader support
Vedant Kumar via llvm-commits
- [PATCH] D16258: [PGO] Profile Summary Index profile writer and reader support
Rong Xu via llvm-commits
- [PATCH] D16258: [PGO] Profile Summary Index profile writer and reader support
David Li via llvm-commits
- [PATCH] D16258: [PGO] Profile Summary Index profile writer and reader support
David Li via llvm-commits
- [PATCH] D16258: [PGO] Profile Summary Index profile writer and reader support
David Li via llvm-commits
- [PATCH] D16258: [PGO] Profile Summary Index profile writer and reader support
Vedant Kumar via llvm-commits
- [PATCH] D16258: [PGO] Profile Summary Index profile writer and reader support
David Li via llvm-commits
- [PATCH] D16268: Add a new insert_as() method to DenseMap and use it for ConstantUniqueMap
Hal Finkel via llvm-commits
- [PATCH] D16290: [mips] Optimize materialization of i64 constants.
Daniel Sanders via llvm-commits
- [PATCH] D16291: AArch64: Implement missed conditional compare sequences.
Balaram Makam via llvm-commits
- [PATCH] D16291: AArch64: Implement missed conditional compare sequences.
Balaram Makam via llvm-commits
- [PATCH] D16291: AArch64: Implement missed conditional compare sequences.
Matthias Braun via llvm-commits
- [PATCH] D16291: AArch64: Implement missed conditional compare sequences.
Balaram Makam via llvm-commits
- [PATCH] D16291: AArch64: Implement missed conditional compare sequences.
Marcello Maggioni via llvm-commits
- [PATCH] D16291: AArch64: Implement missed conditional compare sequences.
Balaram Makam via llvm-commits
- [PATCH] D16291: AArch64: Implement missed conditional compare sequences.
Marcello Maggioni via llvm-commits
- [PATCH] D16292: Improved Macro emission in dwarf
Amjad Aboud via llvm-commits
- [PATCH] D16300: Enable LoopLoadElimination by default
Adam Nemet via llvm-commits
- [PATCH] D16311: [AVR] Add AVRTargetStreamers
Dylan McKay via llvm-commits
- [PATCH] D16312: [TableGen] Add 'register alternative name matching' support
Hal Finkel via llvm-commits
- [PATCH] D16312: [TableGen] Add 'register alternative name matching' support
Dylan McKay via llvm-commits
- [PATCH] D16315: [ppc64] Enable sibling call optimization on ppc64 ELFv1/ELFv2 abi
Hal Finkel via llvm-commits
- [PATCH] D16315: [ppc64] Enable sibling call optimization on ppc64 ELFv1/ELFv2 abi
Chuang-Yu Cheng via llvm-commits
- [PATCH] D16339: [safestack] Make sure the unsafe stack pointer is popped in all cases
Phabricator via llvm-commits
- [PATCH] D16340: Cache results of WalkChainUsers() in SelectionDAG
Hal Finkel via llvm-commits
- [PATCH] D16348: [AVR] Add calling convention parser tokens
Dylan McKay via llvm-commits
- [PATCH] D16353: [mips] MIPS32R6 compact branch support
Simon Dardis via llvm-commits
- [PATCH] D16353: [mips] MIPS32R6 compact branch support
Simon Dardis via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Easwaran Raman via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Easwaran Raman via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Easwaran Raman via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
David Li via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Jun Bum Lim via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Easwaran Raman via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Xinliang David Li via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Easwaran Raman via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Easwaran Raman via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
David Li via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
David Li via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
David Li via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Easwaran Raman via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Easwaran Raman via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
David Li via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Easwaran Raman via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Easwaran Raman via llvm-commits
- [PATCH] D16388: [PGO] Enable profile name compression
Vedant Kumar via llvm-commits
- [PATCH] D16388: [PGO] Enable profile name compression
David Li via llvm-commits
- [PATCH] D16388: [PGO] Enable profile name compression
David Li via llvm-commits
- [PATCH] D16388: [PGO] Enable profile name compression
Vedant Kumar via llvm-commits
- [PATCH] D16399: [X86][AVX512] add encoding and intrinsics for Multishift
Asaf Badouh via llvm-commits
- [PATCH] D16399: [X86][AVX512] add encoding and intrinsics for Multishift
Elena Demikhovsky via llvm-commits
- [PATCH] D16399: [X86][AVX512] add encoding and intrinsics for Multishift
Phabricator via llvm-commits
- [PATCH] D16404: [X86] Use hash table in LEA optimization pass
Andrey Turetskiy via llvm-commits
- [PATCH] D16404: [X86] Use hash table in LEA optimization pass
Andrey Turetskiy via llvm-commits
- [PATCH] D16404: [X86] Use hash table in LEA optimization pass
Daniel Berlin via llvm-commits
- [PATCH] D16404: [X86] Use hash table in LEA optimization pass
Quentin Colombet via llvm-commits
- [PATCH] D16404: [X86] Use hash table in LEA optimization pass
Andrey Turetskiy via llvm-commits
- [PATCH] D16409: DWARF RenderScript vendor extension
Ewan Crawford via llvm-commits
- [PATCH] D16411: [ELF] Implemented -Bsymbolic-functions command line option
George Rimar via llvm-commits
- [PATCH] D16411: [ELF] Implemented -Bsymbolic-functions command line option
Rui Ueyama via llvm-commits
- [PATCH] D16411: [ELF] Implemented -Bsymbolic-functions command line option
George Rimar via llvm-commits
- [PATCH] D16440: [ThinLTO] Link in only necessary DICompileUnit operands
Teresa Johnson via llvm-commits
- [PATCH] D16455: [mips] Allowed la instructions on 64-bit architectures.
Daniel Sanders via llvm-commits
- [PATCH] D16481: Split PrologEpilogInserter into 2 parts
Hal Finkel via llvm-commits
- [PATCH] D16481: Split PrologEpilogInserter into 2 parts
Derek Schuff via llvm-commits
- [PATCH] D16483: Require MachineFunctionPasses to declare their support for virtual registers.
Derek Schuff via llvm-commits
- [PATCH] D16483: Require MachineFunctionPasses to declare their support for virtual registers.
Derek Schuff via llvm-commits
- [PATCH] D16483: Require MachineFunctionPasses to declare their support for virtual registers.
Hal Finkel via llvm-commits
- [PATCH] D16483: Require MachineFunctionPasses to declare their support for virtual registers.
Derek Schuff via llvm-commits
- [PATCH] D16483: Require MachineFunctionPasses to declare their support for virtual registers.
Quentin Colombet via llvm-commits
- [PATCH] D16483: Require MachineFunctionPasses to declare their support for virtual registers.
Quentin Colombet via llvm-commits
- [PATCH] D16488: Fix getCompiler in unit testing framework on compiler symlinks
Stephane Sezer via llvm-commits
- [PATCH] D16488: Fix getCompiler in unit testing framework on compiler symlinks
Pavel Labath via llvm-commits
- [PATCH] D16513: [Unittest] Clean up formatting, NFC
Joseph Tremoulet via llvm-commits
- [PATCH] D16513: [Unittest] Clean up formatting, NFC
David Blaikie via llvm-commits
- [PATCH] D16513: [Unittest] Clean up formatting, NFC
Joseph Tremoulet via llvm-commits
- [PATCH] D16525: Add CMAKE variable to enable creation of static OpenMP libraries instead of dynamic ones
Hal Finkel via llvm-commits
- [PATCH] D16525: Add CMAKE variable to enable creation of static OpenMP libraries instead of dynamic ones
John Mellor-Crummey via llvm-commits
- [PATCH] D16525: Add CMAKE variable to enable creation of static OpenMP libraries instead of dynamic ones
Jonathan Peyton via llvm-commits
- [PATCH] D16525: Add CMAKE variable to enable creation of static OpenMP libraries instead of dynamic ones
John Mellor-Crummey via llvm-commits
- [PATCH] D16525: Add CMAKE variable to enable creation of static OpenMP libraries instead of dynamic ones
Jonathan Peyton via llvm-commits
- [PATCH] D16525: Add CMAKE variable to enable creation of static OpenMP libraries instead of dynamic ones
Jonathan Peyton via llvm-commits
- [PATCH] D16537: [X86][AVX] Lower shuffles as repeated lane shuffles then lane-crossing shuffles
Simon Pilgrim via llvm-commits
- [PATCH] D16571: Compute the DISubprogram hash key partially (NFC)
Mehdi Amini via llvm-commits
- [PATCH] D16571: Compute the DISubprogram hash key partially (NFC)
Daniel Berlin via llvm-commits
- [PATCH] D16571: Compute the DISubprogram hash key partially (NFC)
Mehdi Amini via llvm-commits
- [PATCH] D16571: Compute the DISubprogram hash key partially (NFC)
Mehdi Amini via llvm-commits
- [PATCH] D16575: [ELF] - Redesign of program headers creation code.
George Rimar via llvm-commits
- [PATCH] D16575: [ELF] - Redesign of program headers creation code.
Rui Ueyama via llvm-commits
- [PATCH] D16575: [ELF] - Redesign of program headers creation code.
George Rimar via llvm-commits
- [PATCH] D16575: [ELF] - Redesign of program headers creation code.
George Rimar via llvm-commits
- [PATCH] D16575: [ELF] - Redesign of program headers creation code.
George Rimar via llvm-commits
- [PATCH] D16575: [ELF] - Redesign of program headers creation code.
Rafael Espíndola via llvm-commits
- [PATCH] D16575: [ELF] - Redesign of program headers creation code.
George Rimar via llvm-commits
- [PATCH] D16575: [ELF] - Redesign of program headers creation code.
Rafael Espíndola via llvm-commits
- [PATCH] D16575: [ELF] - Redesign of program headers creation code.
George Rimar via llvm-commits
- [PATCH] D16581: llvm-mc. Enables eip-relative addressing.
Derek Schuff via llvm-commits
- [PATCH] D16588: [DebugInfo] Support zero-length CIE in the _eh_frame parser
Yunzhong Gao via llvm-commits
- [PATCH] D16589: [AVX512] add vfmadd132ss and vfmadd132sd Intrinsic
michael zuckerman via llvm-commits
- [PATCH] D16589: [AVX512] add vfmadd132ss and vfmadd132sd Intrinsic
Asaf Badouh via llvm-commits
- [PATCH] D16589: [AVX512] add vfmadd132ss and vfmadd132sd Intrinsic
Elena Demikhovsky via llvm-commits
- [PATCH] D16589: [AVX512] add vfmadd132ss and vfmadd132sd Intrinsic
Phabricator via llvm-commits
- [PATCH] D16590: Refactor backend diagnostics for unsupported features
Oliver Stannard via llvm-commits
- [PATCH] D16592: Fix for PR26180
Nemanja Ivanovic via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Rafael Espíndola via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Joerg Sonnenberger via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Sean Silva via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Rafael Espíndola via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Rui Ueyama via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Rafael Espíndola via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Rui Ueyama via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Rafael Espíndola via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Sean Silva via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
David Blaikie via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Rui Ueyama via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
David Blaikie via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Rui Ueyama via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
David Blaikie via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Rui Ueyama via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
David Blaikie via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Sean Silva via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Rafael Espíndola via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Rui Ueyama via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Rui Ueyama via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Rafael Espíndola via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Sean Silva via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Sean Silva via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Rui Ueyama via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Rui Ueyama via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Sean Silva via llvm-commits
- [PATCH] D16599: ELF: Define another entry point.
Sean Silva via llvm-commits
- [PATCH] D16603: AMDGPU/SI: Detect uniform branches and emit s_cbranch instructions
Tom Stellard via llvm-commits
- [PATCH] D16603: AMDGPU/SI: Detect uniform branches and emit s_cbranch instructions
Matt Arsenault via llvm-commits
- [PATCH] D16611: Fix CombineToPreIndexedLoadStore O(n^2) behavior
Hal Finkel via llvm-commits
- [PATCH] D16611: Fix CombineToPreIndexedLoadStore O(n^2) behavior
Tim Shen via llvm-commits
- [PATCH] D16612: [LoopVersioning] Expose loop versioning as a pass too
silviu.baranga at arm.com via llvm-commits
- [PATCH] D16612: [LoopVersioning] Expose loop versioning as a pass too
silviu.baranga at arm.com via llvm-commits
- [PATCH] D16612: [LoopVersioning] Expose loop versioning as a pass too
Adam Nemet via llvm-commits
- [PATCH] D16612: [LoopVersioning] Expose loop versioning as a pass too
Adam Nemet via llvm-commits
- [PATCH] D16612: [LoopVersioning] Expose loop versioning as a pass too
silviu.baranga at arm.com via llvm-commits
- [PATCH] D16612: [LoopVersioning] Expose loop versioning as a pass too
Adam Nemet via llvm-commits
- [PATCH] D16616: Avoid inlining call sites in unreachable-terminated block
Jun Bum Lim via llvm-commits
- [PATCH] D16616: Avoid inlining call sites in unreachable-terminated block
Easwaran Raman via llvm-commits
- [PATCH] D16616: Avoid inlining call sites in unreachable-terminated block
Easwaran Raman via llvm-commits
- [PATCH] D16616: Avoid inlining call sites in unreachable-terminated block
Jun Bum Lim via llvm-commits
- [PATCH] D16623: Factor out UnrollAnalyzer to Analysis, and add unit tests for it.
Michael Zolotukhin via llvm-commits
- [PATCH] D16623: Factor out UnrollAnalyzer to Analysis, and add unit tests for it.
Sanjoy Das via llvm-commits
- [PATCH] D16629: [X86][AVX512] add intrinsics of Scalar FP to integer conversion with rounding mode
Asaf Badouh via llvm-commits
- [PATCH] D16629: [X86][AVX512] add intrinsics of Scalar FP to integer conversion with rounding mode
Asaf Badouh via llvm-commits
- [PATCH] D16629: [X86][AVX512] add intrinsics of Scalar FP to integer conversion with rounding mode
Igor Breger via llvm-commits
- [PATCH] D16629: [X86][AVX512] add intrinsics of Scalar FP to integer conversion with rounding mode
Asaf Badouh via llvm-commits
- [PATCH] D16629: [X86][AVX512] add intrinsics of Scalar FP to integer conversion with rounding mode
Igor Breger via llvm-commits
- [PATCH] D16629: [X86][AVX512] add intrinsics of Scalar FP to integer conversion with rounding mode
Phabricator via llvm-commits
- [PATCH] D16648: ELF: Find invalid relocations as many as possible.
Rui Ueyama via llvm-commits
- [PATCH] D16648: ELF: Find invalid relocations as many as possible.
Rui Ueyama via llvm-commits
- [PATCH] D16652: [X86][SSE] Find source of the inserted element of INSERTPS
Simon Pilgrim via llvm-commits
- [PATCH] D16652: [X86][SSE] Find source of the inserted element of INSERTPS
Simon Pilgrim via llvm-commits
- [PATCH] D16653: [CMake] Support platform building builtins without a full toolchain
Alexey Samsonov via llvm-commits
- [PATCH] D16661: Refactor profile summary support code. NFC.
David Li via llvm-commits
- [PATCH] D16661: Refactor profile summary support code. NFC.
Easwaran Raman via llvm-commits
- [PATCH] D16663: Codegen: [PPC] Fix PPCVSXFMAMutate to handle duplicates.
Hal Finkel via llvm-commits
- [PATCH] D16665: ELF: Do not treat errors in InputFiles class as fatal errors.
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D16665: ELF: Do not treat errors in InputFiles class as fatal errors.
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D16666: ELF: Do not use fatal in {Input, Output}Sections.cpp.
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D16667: ELF: Do not use fatal in LinkerScript.cpp.
Rafael Espíndola via llvm-commits
- [PATCH] D16667: ELF: Do not use fatal in LinkerScript.cpp.
Rui Ueyama via llvm-commits
- [PATCH] D16667: ELF: Do not use fatal in LinkerScript.cpp.
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D16668: ELF: Make link() to take an output stream to which error messages are written.
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D16668: ELF: Remove fatal() and add the second parameter to the linker's entry point.
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D16668: ELF: Remove fatal() and add the second parameter to the linker's entry point.
Sean Silva via llvm-commits
- [PATCH] D16668: ELF: Remove fatal() and add the second parameter to the linker's entry point.
Rui Ueyama via llvm-commits
- [PATCH] D16668: ELF: Remove fatal() and add the second parameter to the linker's entry point.
Rui Ueyama via llvm-commits
- [PATCH] D16668: ELF: Remove fatal() and add the second parameter to the linker's entry point.
Sean Silva via llvm-commits
- [PATCH] D16668: ELF: Remove fatal() and add the second parameter to the linker's entry point.
David Blaikie via llvm-commits
- [PATCH] D16668: ELF: Remove fatal() and add the second parameter to the linker's entry point.
David Blaikie via llvm-commits
- [PATCH] D16668: ELF: Remove fatal() and add the second parameter to the linker's entry point.
Rafael Espíndola via llvm-commits
- [PATCH] D16677: Removed incorrect FeatureVFPOnlySP for Cortex-R7
Sjoerd Meijer via llvm-commits
- [PATCH] D16677: Removed incorrect FeatureVFPOnlySP for Cortex-R7
Renato Golin via llvm-commits
- [PATCH] D16677: Removed incorrect FeatureVFPOnlySP for Cortex-R7
Bradley Smith via llvm-commits
- [PATCH] D16677: Removed incorrect FeatureVFPOnlySP for Cortex-R7
Sjoerd Meijer via llvm-commits
- [PATCH] D16681: [compiler-rt] add_custom_libcxx should pass LLVM_PATH and a C++ compiler
Alexey Samsonov via llvm-commits
- [PATCH] D16681: [compiler-rt] add_custom_libcxx should pass LLVM_PATH and a C++ compiler
Daniel Sanders via llvm-commits
- [PATCH] D16683: [X86][SSE] Resolve target shuffle inputs to sentinels to permit more combines
Sanjay Patel via llvm-commits
- [PATCH] D16683: [X86][SSE] Resolve target shuffle inputs to sentinels to permit more combines
Simon Pilgrim via llvm-commits
- [PATCH] D16683: [X86][SSE] Resolve target shuffle inputs to sentinels to permit more combines
Simon Pilgrim via llvm-commits
- [PATCH] D16685: [tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPPORTED_ARCH}.
Daniel Sanders via llvm-commits
- [PATCH] D16685: [tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPPORTED_ARCH}.
Alexey Samsonov via llvm-commits
- [PATCH] D16685: [tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPPORTED_ARCH}.
Daniel Sanders via llvm-commits
- [PATCH] D16688: [test-suite] A number of cmake configuration fixes for External/SPEC.
Matthias Braun via llvm-commits
- [PATCH] D16688: [test-suite] A number of cmake configuration fixes for External/SPEC.
Kristof Beyls via llvm-commits
- [PATCH] D16688: [test-suite] A number of cmake configuration fixes for External/SPEC.
Matthias Braun via llvm-commits
- [PATCH] D16689: [tsan] Dynamically detect heap range for 39-bit aarch64.
Adhemerval Zanella via llvm-commits
- [PATCH] D16689: [tsan] Dynamically detect heap range for 39-bit aarch64.
Yabin Cui via llvm-commits
- [PATCH] D16689: [tsan] Dynamically detect heap range for aarch64.
Yabin Cui via llvm-commits
- [PATCH] D16689: [tsan] Dynamically detect heap range for aarch64.
Renato Golin via llvm-commits
- [PATCH] D16689: [tsan] Dynamically detect heap range for aarch64.
Dmitry Vyukov via llvm-commits
- [PATCH] D16689: [tsan] Dynamically detect heap range for aarch64.
Yabin Cui via llvm-commits
- [PATCH] D16689: [tsan] Dynamically detect heap range for aarch64.
Yabin Cui via llvm-commits
- [PATCH] D16689: [tsan] Dynamically detect heap range for aarch64.
Dmitry Vyukov via llvm-commits
- [PATCH] D16691: [InstCombine] simplify masked load intrinsics with constant masks
Elena Demikhovsky via llvm-commits
- [PATCH] D16691: [InstCombine] simplify masked load intrinsics with constant masks
Sanjay Patel via llvm-commits
- [PATCH] D16693: Make sure all subranges are define during re-materialization of constants in RegCoalescer
Marcello Maggioni via llvm-commits
- [PATCH] D16693: Make sure all subranges are define during re-materialization of constants in RegCoalescer
Marcello Maggioni via llvm-commits
- [PATCH] D16693: Make sure all subranges are define during re-materialization of constants in RegCoalescer
Matthias Braun via llvm-commits
- [PATCH] D16693: Make sure all subranges are define during re-materialization of constants in RegCoalescer
Marcello Maggioni via llvm-commits
- [PATCH] D16693: Make sure all subranges are define during re-materialization of constants in RegCoalescer
Marcello Maggioni via llvm-commits
- [PATCH] D16698: AMDGPU: Make workgroup id z imply y is enabled
Tom Stellard via llvm-commits
- [PATCH] D16702: [cfi] Safe handling of unaddressable vtable pointers.
Evgeniy Stepanov via llvm-commits
- [PATCH] D16706: SmallSet/SmallPtrSet: Refuse huge SmallSize/N numbers
Phabricator via llvm-commits
- [PATCH] D16709: [Power9] Implement new vsx instructions: compare and conversion
Chuang-Yu Cheng via llvm-commits
- [PATCH] D16710: ELF: Teach SymbolBody about how to get its address.
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D16712: [LoopVersioning] Annotate versioned loop with noalias metadata
Adam Nemet via llvm-commits
- [PATCH] D16723: [AMDGPU] Disassembler: Added basic disassembler for AMDGPU target.
Sam Kolton via llvm-commits
- [PATCH] D16723: [AMDGPU] Disassembler: Added basic disassembler for AMDGPU target.
Sam Kolton via llvm-commits
- [PATCH] D16723: [AMDGPU] Disassembler: Added basic disassembler for AMDGPU target.
Tom Stellard via llvm-commits
- [PATCH] D16723: [AMDGPU] Disassembler: Added basic disassembler for AMDGPU target.
Matt Arsenault via llvm-commits
- [PATCH] D16723: [AMDGPU] Disassembler: Added basic disassembler for AMDGPU target.
Sam Kolton via llvm-commits
- [PATCH] D16723: [AMDGPU] Disassembler: Added basic disassembler for AMDGPU target.
Matt Arsenault via llvm-commits
- [PATCH] D16723: [AMDGPU] Disassembler: Added basic disassembler for AMDGPU target.
Sam Kolton via llvm-commits
- [PATCH] D16723: [AMDGPU] Disassembler: Added basic disassembler for AMDGPU target.
Tom Stellard via llvm-commits
- [PATCH] D16724: AMDGPU/SI: Correctly initialize SIInsertWaits pass
Phabricator via llvm-commits
- [PATCH] D16725: AMDGPU/SI: Implement a work-around for smrd corrupting vccz bit
Tom Stellard via llvm-commits
- [PATCH] D16725: AMDGPU/SI: Implement a work-around for smrd corrupting vccz bit
Tom Stellard via llvm-commits
- [PATCH] D16725: AMDGPU/SI: Implement a work-around for smrd corrupting vccz bit
Matt Arsenault via llvm-commits
- [PATCH] D16726: [Profiling] Speed up unittests by ~5x
David Blaikie via llvm-commits
- [PATCH] D16726: [Profiling] Speed up unittests by ~5x
Philip Reames via llvm-commits
- [PATCH] D16729: [X86][SSE] Add general 32-bit LOAD + VZEXT_MOVL support to EltsFromConsecutiveLoads
Simon Pilgrim via llvm-commits
- [PATCH] D16729: [X86][SSE] Add general 32-bit LOAD + VZEXT_MOVL support to EltsFromConsecutiveLoads
Elena Demikhovsky via llvm-commits
- [PATCH] D16729: [X86][SSE] Add general 32-bit LOAD + VZEXT_MOVL support to EltsFromConsecutiveLoads
Simon Pilgrim via llvm-commits
- [PATCH] D16729: [X86][SSE] Add general 32-bit LOAD + VZEXT_MOVL support to EltsFromConsecutiveLoads
Simon Pilgrim via llvm-commits
- [PATCH] D16729: [X86][SSE] Add general 32-bit LOAD + VZEXT_MOVL support to EltsFromConsecutiveLoads
Elena Demikhovsky via llvm-commits
- [PATCH] D16729: [X86][SSE] Add general 32-bit LOAD + VZEXT_MOVL support to EltsFromConsecutiveLoads
Simon Pilgrim via llvm-commits
- [PATCH] D16729: [X86][SSE] Add general 32-bit LOAD + VZEXT_MOVL support to EltsFromConsecutiveLoads
Simon Pilgrim via llvm-commits
- [PATCH] D16730: [PGO] cc1 option names change for profile instrumentation (NFC)
Rong Xu via llvm-commits
- [PATCH] D16730: [PGO] cc1 option names change for profile instrumentation (NFC)
Justin Bogner via llvm-commits
- [PATCH] D16730: [PGO] cc1 option names change for profile instrumentation (NFC)
Bob Wilson via llvm-commits
- [PATCH] D16730: [PGO] cc1 option names change for profile instrumentation (NFC)
Xinliang David Li via llvm-commits
- [PATCH] D16730: [PGO] cc1 option names change for profile instrumentation (NFC)
Bob Wilson via llvm-commits
- [PATCH] D16730: [PGO] cc1 option names change for profile instrumentation (NFC)
Justin Bogner via llvm-commits
- [PATCH] D16730: [PGO] cc1 option names change for profile instrumentation (NFC)
Sean Silva via llvm-commits
- [PATCH] D16731: Remove unused stackslots generated in reg spills
Quentin Colombet via llvm-commits
- [PATCH] D16731: Remove unused stackslots generated in reg spills
Wei Mi via llvm-commits
- [PATCH] D16731: Remove unused stackslots generated in reg spills
Wei Mi via llvm-commits
- [PATCH] D16731: Remove unused stackslots generated in reg spills
Quentin Colombet via llvm-commits
- [PATCH] D16732: [AArch64] Simplify callee-save register save/restore. NFC.
Geoff Berry via llvm-commits
- [PATCH] D16733: [PrologEpilogInserter] Add some debug output for callee-save frame object allocation
Chad Rosier via llvm-commits
- [PATCH] D16733: [PrologEpilogInserter] Add some debug output for callee-save frame object allocation
Geoff Berry via llvm-commits
- [PATCH] D16734: [AArch64] Simplify prolog/epilog callee save/restore. NFC.
George Burgess IV via llvm-commits
- [PATCH] D16734: [AArch64] Simplify prolog/epilog callee save/restore. NFC.
Geoff Berry via llvm-commits
- [PATCH] D16734: [AArch64] Simplify prolog/epilog callee save/restore. NFC.
George Burgess IV via llvm-commits
- [PATCH] D16734: [AArch64] Simplify prolog/epilog callee save/restore. NFC.
Geoff Berry via llvm-commits
- [PATCH] D16735: [ValueTracking] Improve isKnownNonZero for PHI of non-zero constants
Jun Bum Lim via llvm-commits
- [PATCH] D16742: [DWARFDebug] Fix another case of overlapping ranges
Tobias Edler von Koch via llvm-commits
- [PATCH] D16742: [DWARFDebug] Fix another case of overlapping ranges
Tobias Edler von Koch via llvm-commits
- [PATCH] D16742: [DWARFDebug] Fix another case of overlapping ranges
Adrian Prantl via llvm-commits
- [PATCH] D16742: [DWARFDebug] Fix another case of overlapping ranges
Phabricator via llvm-commits
- [PATCH] D16743: This patch hijacks Danny's MemorySSA, a virtual SSA form for memory. Details on what it looks like are in MemorySSA.h
George Burgess IV via llvm-commits
- [PATCH] D16744: SelectionDAG: Lower some range metadata to AssertZext
Matt Arsenault via llvm-commits
- [PATCH] D16751: Enable constexpr on Visual Studio 2015, add support for two equivalent attributes
Aaron Ballman via llvm-commits
- [PATCH] D16751: Enable constexpr on Visual Studio 2015, add support for two equivalent attributes
Reid Kleckner via llvm-commits
- [PATCH] D16751: Enable constexpr on Visual Studio 2015, add support for two equivalent attributes
Alexander Riccio via llvm-commits
- [PATCH] D16751: Enable constexpr on Visual Studio 2015, add support for two equivalent attributes
Alexander Riccio via llvm-commits
- [PATCH] D16751: Enable constexpr on Visual Studio 2015, add support for two equivalent attributes
Aaron Ballman via llvm-commits
- [PATCH] D16751: Enable constexpr on Visual Studio 2015, add support for two equivalent attributes
Alexander Riccio via llvm-commits
- [PATCH] D16751: Enable constexpr on Visual Studio 2015, add support for two equivalent attributes
Alexander Riccio via llvm-commits
- [PATCH] D16751: Enable constexpr on Visual Studio 2015, add support for two equivalent attributes
Alexander Riccio via llvm-commits
- [PATCH] D16752: AVX512 : SETCCE lowering
Phabricator via llvm-commits
- [PATCH] D16755: AVX512: fix mask handling for gather/scatter/prefetch
Elena Demikhovsky via llvm-commits
- [PATCH] D16755: AVX512: fix mask handling for gather/scatter/prefetch
Phabricator via llvm-commits
- [PATCH] D16756: Added SKL and CNL processors and features to Clang
David Kreitzer via llvm-commits
- [PATCH] D16756: Added SKL and CNL processors and features to Clang
Elena Demikhovsky via llvm-commits
- [PATCH] D16757: [ms-inline-asm][X86] Add ability to use AVX512 in MS inline asm
Reid Kleckner via llvm-commits
- [PATCH] D16757: [ms-inline-asm][X86] Add ability to use AVX512 in MS inline asm
Marina Yatsina via llvm-commits
- [PATCH] D16760: Add support for importing and exporting Registry objects on Windows
Reid Kleckner via llvm-commits
- [PATCH] D16760: Add support for importing and exporting Registry objects on Windows
Reid Kleckner via llvm-commits
- [PATCH] D16760: Add support for importing and exporting Registry objects on Windows
Ehsan Akhgari via llvm-commits
- [PATCH] D16760: Add support for importing and exporting Registry objects on Windows
Reid Kleckner via llvm-commits
- [PATCH] D16760: Add support for importing and exporting Registry objects on Windows
Ehsan Akhgari via llvm-commits
- [PATCH] D16760: Add support for importing and exporting Registry objects on Windows
Ehsan Akhgari via llvm-commits
- [PATCH] D16760: Add support for importing and exporting Registry objects on Windows
Ehsan Akhgari via llvm-commits
- [PATCH] D16762: llvm-config: Add preliminary Windows support
Ehsan Akhgari via llvm-commits
- [PATCH] D16763: [X86] Optimize WinEH state stores
Reid Kleckner via llvm-commits
- [PATCH] D16768: [X86][AVX] Add support for 64-bit VZEXT_LOAD of 256-bit vectors to EltsFromConsecutiveLoads
Simon Pilgrim via llvm-commits
- [PATCH] D16768: [X86][AVX] Add support for 64-bit VZEXT_LOAD of 256-bit vectors to EltsFromConsecutiveLoads
Elena Demikhovsky via llvm-commits
- [PATCH] D16768: [X86][AVX] Add support for 64-bit VZEXT_LOAD of 256-bit vectors to EltsFromConsecutiveLoads
Simon Pilgrim via llvm-commits
- [PATCH] D16768: [X86][AVX] Add support for 64-bit VZEXT_LOAD of 256-bit vectors to EltsFromConsecutiveLoads
Elena Demikhovsky via llvm-commits
- [PATCH] D16768: [X86][AVX] Add support for 64-bit VZEXT_LOAD of 256-bit vectors to EltsFromConsecutiveLoads
Simon Pilgrim via llvm-commits
- [PATCH] D16768: [X86][AVX] Add support for 64-bit VZEXT_LOAD of 256-bit vectors to EltsFromConsecutiveLoads
Simon Pilgrim via llvm-commits
- [PATCH] D16771: [ELF] PHDRS linker script command implemented.
George Rimar via llvm-commits
- [PATCH] D16771: [ELF] PHDRS linker script command implemented.
Rui Ueyama via llvm-commits
- [PATCH] D16771: [ELF] PHDRS linker script command implemented.
George Rimar via llvm-commits
- [PATCH] D16771: [ELF] PHDRS linker script command implemented.
George Rimar via llvm-commits
- [PATCH] D16771: [ELF] PHDRS linker script command implemented.
George Rimar via llvm-commits
- [PATCH] D16771: [ELF] PHDRS linker script command implemented.
Rui Ueyama via llvm-commits
- [PATCH] D16771: [ELF] PHDRS linker script command implemented.
George Rimar via llvm-commits
- [PATCH] D16773: AMDGPU: Use inbounds when calculating workitem offset
Matt Arsenault via llvm-commits
- [PATCH] D16773: AMDGPU: Use inbounds when calculating workitem offset
Matt Arsenault via llvm-commits
- [PATCH] D16773: AMDGPU: Use inbounds when calculating workitem offset
Tom Stellard via llvm-commits
- [PATCH] D16773: AMDGPU: Use inbounds when calculating workitem offset
Matt Arsenault via llvm-commits
- [PATCH] D16774: AMDGPU: Stop pointlessly looking at users after a bad one is found
Matt Arsenault via llvm-commits
- [PATCH] D16774: AMDGPU: Stop pointlessly looking at users after a bad one is found
David Blaikie via llvm-commits
- [PATCH] D16774: AMDGPU: Stop pointlessly looking at users after a bad one is found
Matt Arsenault via llvm-commits
- [PATCH] D16774: AMDGPU: Stop pointlessly looking at users after a bad one is found
David Blaikie via llvm-commits
- [PATCH] D16774: AMDGPU: Stop pointlessly looking at users after a bad one is found
Matt Arsenault via llvm-commits
- [PATCH] D16774: AMDGPU: Stop pointlessly looking at users after a bad one is found
David Blaikie via llvm-commits
- [PATCH] D16774: AMDGPU: Whitelist handled intrinsics
Matt Arsenault via llvm-commits
- [PATCH] D16774: AMDGPU: Whitelist handled intrinsics
Tom Stellard via llvm-commits
- [PATCH] D16774: AMDGPU: Whitelist handled intrinsics
Matt Arsenault via llvm-commits
- [PATCH] D16775: AMDGPU: Report AMDGPUPromoteAlloca changed the function
Matt Arsenault via llvm-commits
- [PATCH] D16775: AMDGPU: Report AMDGPUPromoteAlloca changed the function
Tom Stellard via llvm-commits
- [PATCH] D16775: AMDGPU: Report AMDGPUPromoteAlloca changed the function
Matt Arsenault via llvm-commits
- [PATCH] D16776: AMDGPU: Minor cleanups for AMDGPUPromoteAlloca
Matt Arsenault via llvm-commits
- [PATCH] D16776: AMDGPU: Minor cleanups for AMDGPUPromoteAlloca
Tom Stellard via llvm-commits
- [PATCH] D16776: AMDGPU: Minor cleanups for AMDGPUPromoteAlloca
Matt Arsenault via llvm-commits
- [PATCH] D16777: AMDGPU: Skip promote alloca with no optimizations
Matt Arsenault via llvm-commits
- [PATCH] D16777: AMDGPU: Skip promote alloca with no optimizations
Tom Stellard via llvm-commits
- [PATCH] D16777: AMDGPU: Skip promote alloca with no optimizations
Matt Arsenault via llvm-commits
- [PATCH] D16780: AMDGPU: Remove a fixme for ptrrtoint handling
Matt Arsenault via llvm-commits
- [PATCH] D16780: AMDGPU: Remove a fixme for ptrrtoint handling
Tom Stellard via llvm-commits
- [PATCH] D16781: AMDGPU: Fix breaking IR on instructions with multiple pointer operands
Matt Arsenault via llvm-commits
- [PATCH] D16781: AMDGPU: Fix breaking IR on instructions with multiple pointer operands
Tom Stellard via llvm-commits
- [PATCH] D16782: AMDGPU: Do not promote allocas with non-inbounds GEPs
Matt Arsenault via llvm-commits
- [PATCH] D16782: AMDGPU: Do not promote allocas with non-inbounds GEPs
Tom Stellard via llvm-commits
- [PATCH] D16782: AMDGPU: Do not promote allocas with non-inbounds GEPs
Matt Arsenault via llvm-commits
- [PATCH] D16783: [LICM] Store promotion when memory is thread local
Philip Reames via llvm-commits
- [PATCH] D16783: [LICM] Store promotion when memory is thread local
Sanjoy Das via llvm-commits
- [PATCH] D16783: [LICM] Store promotion when memory is thread local
Philip Reames via llvm-commits
- [PATCH] D16785: [AArch64] AArch64LoadStoreOptimizer: fix bug in pre-inc check iterator
Geoff Berry via llvm-commits
- [PATCH] D16785: [AArch64] AArch64LoadStoreOptimizer: fix bug in pre-inc check iterator
Chad Rosier via llvm-commits
- [PATCH] D16785: [AArch64] AArch64LoadStoreOptimizer: fix bug in pre-inc check iterator
Jun Bum Lim via llvm-commits
- [PATCH] D16785: [AArch64] AArch64LoadStoreOptimizer: fix bug in pre-inc check iterator
Geoff Berry via llvm-commits
- [PATCH] D16785: [AArch64] AArch64LoadStoreOptimizer: fix bug in pre-inc check iterator
Chad Rosier via llvm-commits
- [PATCH] D16785: [AArch64] AArch64LoadStoreOptimizer: fix bug in pre-inc check iterator
Geoff Berry via llvm-commits
- [PATCH] D16785: [AArch64] AArch64LoadStoreOptimizer: fix bug in pre-inc check iterator
Chad Rosier via llvm-commits
- [PATCH] D16785: [AArch64] AArch64LoadStoreOptimizer: fix bug in pre-inc check iterator
Geoff Berry via llvm-commits
- [PATCH] D16787: [AArch64] Allocate the modified and used regs once per function.
Chad Rosier via llvm-commits
- [PATCH] D16787: [AArch64] Allocate the modified and used regs once per function.
Jun Bum Lim via llvm-commits
- [PATCH] D16787: [AArch64] Allocate the modified and used regs once per function.
Mandeep Singh Grang via llvm-commits
- [PATCH] D16787: [AArch64] Allocate the modified and used regs once per function.
Chad Rosier via llvm-commits
- [PATCH] D16787: [AArch64] Allocate the modified and used regs once per function.
Chad Rosier via llvm-commits
- [PATCH] D16789: AMDGPU: Handle promoting memmove
Matt Arsenault via llvm-commits
- [PATCH] D16789: AMDGPU: Handle promoting memmove
Mandeep Singh Grang via llvm-commits
- [PATCH] D16789: AMDGPU: Handle promoting memmove
Matt Arsenault via llvm-commits
- [PATCH] D16789: AMDGPU: Handle promoting memmove
Tom Stellard via llvm-commits
- [PATCH] D16789: AMDGPU: Handle promoting memmove
Matt Arsenault via llvm-commits
- [PATCH] D16790: Add ObjC category merging to ObjCPass
Pete Cooper via llvm-commits
- [PATCH] D16793: [LLVM] Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes
Eugene Zelenko via llvm-commits
- [PATCH] D16793: [LLVM] Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes
Aaron Ballman via llvm-commits
- [PATCH] D16793: [LLVM] Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes
Phabricator via llvm-commits
- [PATCH] D16795: WholeProgramDevirt: introduce.
Peter Collingbourne via llvm-commits
- [PATCH] D16795: WholeProgramDevirt: introduce.
Pete Cooper via llvm-commits
- [PATCH] D16795: WholeProgramDevirt: introduce.
Pete Cooper via llvm-commits
- [PATCH] D16795: WholeProgramDevirt: introduce.
Peter Collingbourne via llvm-commits
- [PATCH] D16795: WholeProgramDevirt: introduce.
Peter Collingbourne via llvm-commits
- [PATCH] D16795: WholeProgramDevirt: introduce.
Pete Cooper via llvm-commits
- [PATCH] D16795: WholeProgramDevirt: introduce.
Mehdi AMINI via llvm-commits
- [PATCH] D16798: Update cmake build on recent Haiku
Jérôme Duval via llvm-commits
- [PATCH] D16799: [ELF] Finalize .dynamic section at the end
Simon Atanasyan via llvm-commits
- [PATCH] D16799: [ELF] Finalize .dynamic section at the end
Rui Ueyama via llvm-commits
- [PATCH] D16799: [ELF] Finalize .dynamic section at the end
Simon Atanasyan via llvm-commits
- [PATCH] D16802: [LCG] Construct an actual call graph with call-edge SCCs nested inside reference-edge SCCs.
Chandler Carruth via llvm-commits
- [PATCH] D16802: [LCG] Construct an actual call graph with call-edge SCCs nested inside reference-edge SCCs.
Sanjoy Das via llvm-commits
- [PATCH] D16802: [LCG] Construct an actual call graph with call-edge SCCs nested inside reference-edge SCCs.
Chandler Carruth via llvm-commits
- [PATCH] D16802: [LCG] Construct an actual call graph with call-edge SCCs nested inside reference-edge SCCs.
Chandler Carruth via llvm-commits
- [PATCH] D16802: [LCG] Construct an actual call graph with call-edge SCCs nested inside reference-edge SCCs.
Sanjoy Das via llvm-commits
- [PATCH] D16802: [LCG] Construct an actual call graph with call-edge SCCs nested inside reference-edge SCCs.
Sanjoy Das via llvm-commits
- [PATCH] D16803: Use ComputeNumSignBits to fold (sext_inreg (trunc x)) -> (trunc x)
Vasileios Kalintiris via llvm-commits
- [PATCH] D16805: Cast the fifth arg to mremap to void *
H.J Lu via llvm-commits
- [PATCH] D16805: Cast the fifth arg to mremap to void *
Alexey Samsonov via llvm-commits
- [PATCH] D16805: Cast the fifth arg to mremap to void *
H.J Lu via llvm-commits
- [PATCH] D16805: Cast the fifth arg to mremap to void *
Alexey Samsonov via llvm-commits
- [PATCH] D16806: [MachineCopyPropagation] Fix comment. NFC
Chad Rosier via llvm-commits
- [PATCH] D16806: [MachineCopyPropagation] Fix comment. NFC
Jun Bum Lim via llvm-commits
- [PATCH] D16807: [mips] MUL macro variations
Srdjan Obucina via llvm-commits
- [PATCH] D16807: [mips] MUL macro variations
Srdjan Obucina via llvm-commits
- [PATCH] D16807: [mips] MUL macro variations
Daniel Sanders via llvm-commits
- [PATCH] D16809: [JumpThreading] See through Cast Instructions
Geoff Berry via llvm-commits
- [PATCH] D16809: [JumpThreading] See through Cast Instructions
Haicheng Wu via llvm-commits
- [PATCH] D16809: [JumpThreading] See through Cast Instructions
Haicheng Wu via llvm-commits
- [PATCH] D16809: [JumpThreading] See through Cast Instructions
Haicheng Wu via llvm-commits
- [PATCH] D16809: [JumpThreading] See through Cast Instructions
Geoff Berry via llvm-commits
- [PATCH] D16809: [JumpThreading] See through Cast Instructions
Haicheng Wu via llvm-commits
- [PATCH] D16809: [JumpThreading] See through Cast Instructions
Balaram Makam via llvm-commits
- [PATCH] D16809: [JumpThreading] See through Cast Instructions
Haicheng Wu via llvm-commits
- [PATCH] D16809: [JumpThreading] See through Cast Instructions
David Majnemer via llvm-commits
- [PATCH] D16809: [JumpThreading] See through Cast Instructions
Balaram Makam via llvm-commits
- [PATCH] D16809: [JumpThreading] See through Cast Instructions
Balaram Makam via llvm-commits
- [PATCH] D16810: [mips] Make isel select the correct DEXT variant up front.
Daniel Sanders via llvm-commits
- [PATCH] D16811: [mips] Range check simm4.
Daniel Sanders via llvm-commits
- [PATCH] D16811: [mips] Range check simm4.
Daniel Sanders via llvm-commits
- [PATCH] D16813: AVX512: VPBROADCASTB/W/D/Q from GPR intrinsics Implementation.
Igor Breger via llvm-commits
- [PATCH] D16813: AVX512: VPBROADCASTB/W/D/Q from GPR intrinsics Implementation.
Igor Breger via llvm-commits
- [PATCH] D16813: AVX512: VPBROADCASTB/W/D/Q from GPR intrinsics Implementation.
Elena Demikhovsky via llvm-commits
- [PATCH] D16813: AVX512: VPBROADCASTB/W/D/Q from GPR intrinsics Implementation.
Phabricator via llvm-commits
- [PATCH] D16816: Calculate correct section sizes for llvm-size
khemant at codeaurora.org via llvm-commits
- [PATCH] D16816: Calculate correct section sizes for llvm-size
Mandeep Singh Grang via llvm-commits
- [PATCH] D16816: Calculate correct section sizes for llvm-size
Davide Italiano via llvm-commits
- [PATCH] D16816: Calculate correct section sizes for llvm-size
khemant at codeaurora.org via llvm-commits
- [PATCH] D16816: Calculate correct section sizes for llvm-size
khemant at codeaurora.org via llvm-commits
- [PATCH] D16816: Calculate correct section sizes for llvm-size
khemant at codeaurora.org via llvm-commits
- [PATCH] D16816: Calculate correct section sizes for llvm-size
Davide Italiano via llvm-commits
- [PATCH] D16816: Calculate correct section sizes for llvm-size
khemant at codeaurora.org via llvm-commits
- [PATCH] D16817: [ELF][MIPS] Pass InputFile and SymbolBody to the Target::relocateOne method
Simon Atanasyan via llvm-commits
- [PATCH] D16817: [ELF][MIPS] Pass InputFile and SymbolBody to the Target::relocateOne method
Rui Ueyama via llvm-commits
- [PATCH] D16817: [ELF][MIPS] Pass InputFile and SymbolBody to the Target::relocateOne method
Simon Atanasyan via llvm-commits
- [PATCH] D16817: [ELF][MIPS] Pass InputFile and SymbolBody to the Target::relocateOne method
Rui Ueyama via llvm-commits
- [PATCH] D16817: [ELF][MIPS] Pass InputFile and SymbolBody to the Target::relocateOne method
Simon Atanasyan via llvm-commits
- [PATCH] D16820: Implement common symbol size calculation in llvm-size
khemant at codeaurora.org via llvm-commits
- [PATCH] D16822: Add -radix option
khemant at codeaurora.org via llvm-commits
- [PATCH] D16822: llvm-nm: Add -radix option
Eric Christopher via llvm-commits
- [PATCH] D16822: llvm-nm: Add -radix option
khemant at codeaurora.org via llvm-commits
- [PATCH] D16822: llvm-nm: Add -radix option
Eric Christopher via llvm-commits
- [PATCH] D16822: llvm-nm: Add -radix option
Eric Christopher via llvm-commits
- [PATCH] D16824: [cfi] Safe handling of unaddressable vtable pointers (compiler-rt).
Evgeniy Stepanov via llvm-commits
- [PATCH] D16824: [cfi] Safe handling of unaddressable vtable pointers (compiler-rt).
Alexey Samsonov via llvm-commits
- [PATCH] D16824: [cfi] Safe handling of unaddressable vtable pointers (compiler-rt).
Peter Collingbourne via llvm-commits
- [PATCH] D16824: [cfi] Safe handling of unaddressable vtable pointers (compiler-rt).
Peter Collingbourne via llvm-commits
- [PATCH] D16824: [cfi] Safe handling of unaddressable vtable pointers (compiler-rt).
Peter Collingbourne via llvm-commits
- [PATCH] D16824: [cfi] Safe handling of unaddressable vtable pointers (compiler-rt).
Evgeniy Stepanov via llvm-commits
- [PATCH] D16824: [cfi] Safe handling of unaddressable vtable pointers (compiler-rt).
Peter Collingbourne via llvm-commits
- [PATCH] D16824: [cfi] Safe handling of unaddressable vtable pointers (compiler-rt).
Evgeniy Stepanov via llvm-commits
- [PATCH] D16824: [cfi] Safe handling of unaddressable vtable pointers (compiler-rt).
Peter Collingbourne via llvm-commits
- [PATCH] D16824: [cfi] Safe handling of unaddressable vtable pointers (compiler-rt).
Evgeniy Stepanov via llvm-commits
- [PATCH] D16824: [cfi] Safe handling of unaddressable vtable pointers (compiler-rt).
Evgeniy Stepanov via llvm-commits
- [PATCH] D16824: [cfi] Safe handling of unaddressable vtable pointers (compiler-rt).
Peter Collingbourne via llvm-commits
- [PATCH] D16824: [cfi] Safe handling of unaddressable vtable pointers (compiler-rt).
Evgeniy Stepanov via llvm-commits
- [PATCH] D16824: [cfi] Safe handling of unaddressable vtable pointers (compiler-rt).
Evgeniy Stepanov via llvm-commits
- [PATCH] D16824: [cfi] Safe handling of unaddressable vtable pointers (compiler-rt).
Peter Collingbourne via llvm-commits
- [PATCH] D16824: [cfi] Safe handling of unaddressable vtable pointers (compiler-rt).
Evgeniy Stepanov via llvm-commits
- [PATCH] D16826: Unify the target opcode enum in TargetOpcodes.h and the FixedInstrs array in CodeGenTarget.cpp to avoid the ordering dependence
David Kreitzer via llvm-commits
- [PATCH] D16826: Unify the target opcode enum in TargetOpcodes.h and the FixedInstrs array in CodeGenTarget.cpp to avoid the ordering dependence
Quentin Colombet via llvm-commits
- [PATCH] D16826: Unify the target opcode enum in TargetOpcodes.h and the FixedInstrs array in CodeGenTarget.cpp to avoid the ordering dependence
Phabricator via llvm-commits
- [PATCH] D16827: [LVI] Improve select handling to use condition
Philip Reames via llvm-commits
- [PATCH] D16828: [x86] convert masked store of one element to scalar store
Sanjay Patel via llvm-commits
- [PATCH] D16828: [x86] convert masked store of one element to scalar store
Simon Pilgrim via llvm-commits
- [PATCH] D16828: [x86] convert masked store of one element to scalar store
Simon Pilgrim via llvm-commits
- [PATCH] D16828: [x86] convert masked store of one element to scalar store
Andrea Di Biagio via llvm-commits
- [PATCH] D16828: [x86] convert masked store of one element to scalar store
Sanjay Patel via llvm-commits
- [PATCH] D16828: [x86] convert masked store of one element to scalar store
Sanjay Patel via llvm-commits
- [PATCH] D16828: [x86] convert masked store of one element to scalar store
Sanjay Patel via llvm-commits
- [PATCH] D16828: [x86] convert masked store of one element to scalar store
Sanjay Patel via llvm-commits
- [PATCH] D16829: An implementation of Swing Modulo Scheduling
mattias.v.eriksson at ericsson.com via llvm-commits
- [PATCH] D16829: An implementation of Swing Modulo Scheduling
Brendon Cahoon via llvm-commits
- [PATCH] D16829: An implementation of Swing Modulo Scheduling
mattias.v.eriksson at ericsson.com via llvm-commits
- [PATCH] D16829: An implementation of Swing Modulo Scheduling
Brendon Cahoon via llvm-commits
- [PATCH] D16829: An implementation of Swing Modulo Scheduling
Mark Schimmel via llvm-commits
- [PATCH] D16829: An implementation of Swing Modulo Scheduling
Brendon Cahoon via llvm-commits
- [PATCH] D16831: [regalloc][WinEH] Do not mark intervals as not spillable if they contain a regmask
Andy Kaylor via llvm-commits
- [PATCH] D16831: [regalloc][WinEH] Do not mark intervals as not spillable if they contain a regmask
Quentin Colombet via llvm-commits
- [PATCH] D16831: [regalloc][WinEH] Do not mark intervals as not spillable if they contain a regmask
Reid Kleckner via llvm-commits
- [PATCH] D16831: [regalloc][WinEH] Do not mark intervals as not spillable if they contain a regmask
Andy Kaylor via llvm-commits
- [PATCH] D16831: [regalloc][WinEH] Do not mark intervals as not spillable if they contain a regmask
Andy Kaylor via llvm-commits
- [PATCH] D16831: [regalloc][WinEH] Do not mark intervals as not spillable if they contain a regmask
Andy Kaylor via llvm-commits
- [PATCH] D16831: [regalloc][WinEH] Do not mark intervals as not spillable if they contain a regmask
Andy Kaylor via llvm-commits
- [PATCH] D16831: [regalloc][WinEH] Do not mark intervals as not spillable if they contain a regmask
Matthias Braun via llvm-commits
- [PATCH] D16831: [regalloc][WinEH] Do not mark intervals as not spillable if they contain a regmask
Matthias Braun via llvm-commits
- [PATCH] D16831: [regalloc][WinEH] Do not mark intervals as not spillable if they contain a regmask
Andy Kaylor via llvm-commits
- [PATCH] D16831: [regalloc][WinEH] Do not mark intervals as not spillable if they contain a regmask
Matthias Braun via llvm-commits
- [PATCH] D16831: [regalloc][WinEH] Do not mark intervals as not spillable if they contain a regmask
Andy Kaylor via llvm-commits
- [PATCH] D16832: Minor performance tweaks to llvm-tblgen (and a few that might be a good idea)
Alexander Riccio via llvm-commits
- [PATCH] D16832: Minor performance tweaks to llvm-tblgen (and a few that might be a good idea)
Alexander Riccio via llvm-commits
- [PATCH] D16832: Minor performance tweaks to llvm-tblgen (and a few that might be a good idea)
David Blaikie via llvm-commits
- [PATCH] D16832: Minor performance tweaks to llvm-tblgen (and a few that might be a good idea)
<Alexander G. Riccio> via llvm-commits
- [PATCH] D16832: Minor performance tweaks to llvm-tblgen (and a few that might be a good idea)
David Blaikie via llvm-commits
- [PATCH] D16832: Minor performance tweaks to llvm-tblgen (and a few that might be a good idea)
Alexander Riccio via llvm-commits
- [PATCH] D16832: Minor performance tweaks to llvm-tblgen (and a few that might be a good idea)
<Alexander G. Riccio> via llvm-commits
- [PATCH] D16832: Minor performance tweaks to llvm-tblgen (and a few that might be a good idea)
Alexander Riccio via llvm-commits
- [PATCH] D16832: Minor performance tweaks to llvm-tblgen (and a few that might be a good idea)
Reid Kleckner via llvm-commits
- [PATCH] D16832: Minor performance tweaks to llvm-tblgen (and a few that might be a good idea)
Alexander Riccio via llvm-commits
- [PATCH] D16832: Minor performance tweaks to llvm-tblgen (and a few that might be a good idea)
Alexander Riccio via llvm-commits
- [PATCH] D16834: AMDGPU: Make max workgroup size settable by subtarget features
Matt Arsenault via llvm-commits
- [PATCH] D16834: AMDGPU: Make max workgroup size settable by subtarget features
Tom Stellard via llvm-commits
- [PATCH] D16834: AMDGPU: Make max workgroup size settable by subtarget features
Matt Arsenault via llvm-commits
- [PATCH] D16834: AMDGPU: Make max workgroup size settable by subtarget features
Matt Arsenault via llvm-commits
- [PATCH] D16834: AMDGPU: Make max workgroup size settable by subtarget features
Eric Christopher via llvm-commits
- [PATCH] D16835: InstCombine: Restrict computeKnownBits() on everyValue to OptLevel > 2
Matthias Braun via llvm-commits
- [PATCH] D16835: InstCombine: Restrict computeKnownBits() on everyValue to OptLevel > 2
Mehdi AMINI via llvm-commits
- [PATCH] D16835: InstCombine: Restrict computeKnownBits() on everyValue to OptLevel > 2
Matthias Braun via llvm-commits
- [PATCH] D16835: InstCombine: Restrict computeKnownBits() on everyValue to OptLevel > 2
David Majnemer via llvm-commits
- [PATCH] D16835: InstCombine: Restrict computeKnownBits() on everyValue to OptLevel > 2
Hal Finkel via llvm-commits
- [PATCH] D16836: [CodeGenPrepare] Don't transform select instructions into branches when both of operands are cheap
Junmo Park via llvm-commits
- [PATCH] D16836: [CodeGenPrepare] Don't transform select instructions into branches when both of operands are cheap
Hal Finkel via llvm-commits
- [PATCH] D16836: [CodeGenPrepare] Don't transform select instructions into branches when both of operands are cheap
Junmo Park via llvm-commits
- [PATCH] D16836: [CodeGenPrepare] Don't transform select instructions into branches when both of operands are cheap
Hal Finkel via llvm-commits
- [PATCH] D16836: [CodeGenPrepare] Don't transform select instructions into branches when both of operands are cheap
Junmo Park via llvm-commits
- [PATCH] D16836: [CodeGenPrepare] Don't transform select instructions into branches when both of operands are cheap
Junmo Park via llvm-commits
- [PATCH] D16836: [CodeGenPrepare] Don't transform select instructions into branches when both of operands are cheap
Hal Finkel via llvm-commits
- [PATCH] D16836: [CodeGenPrepare] Don't transform select instructions into branches when both of operands are cheap
Sanjay Patel via llvm-commits
- [PATCH] D16836: [CodeGenPrepare] Don't transform select instructions into branches when both of operands are cheap
Junmo Park via llvm-commits
- [PATCH] D16836: [CodeGenPrepare] Don't transform select instructions into branches when both of operands are cheap
Sanjay Patel via llvm-commits
- [PATCH] D16836: [CodeGenPrepare] Don't transform select instructions into branches when both of operands are cheap
Hal Finkel via llvm-commits
- [PATCH] D16836: [CodeGenPrepare] Don't transform select instructions into branches when both of operands are cheap
Zia Ansari via llvm-commits
- [PATCH] D16836: [CodeGenPrepare] Don't transform select instructions into branches when both of operands are cheap
Hal Finkel via llvm-commits
- [PATCH] D16837: Disable the vzeroupper insertion pass on PS4
Yunzhong Gao via llvm-commits
- [PATCH] D16837: Disable the vzeroupper insertion pass on PS4
Hal Finkel via llvm-commits
- [PATCH] D16837: Disable the vzeroupper insertion pass on PS4
Sean Silva via llvm-commits
- [PATCH] D16837: Disable the vzeroupper insertion pass on PS4
Paul Robinson via llvm-commits
- [PATCH] D16837: Disable the vzeroupper insertion pass on PS4
Andrea Di Biagio via llvm-commits
- [PATCH] D16837: Disable the vzeroupper insertion pass on PS4
Yunzhong Gao via llvm-commits
- [PATCH] D16837: Disable the vzeroupper insertion pass on PS4
Sean Silva via llvm-commits
- [PATCH] D16838: [LoopUnrolling] Try harder to avoid rebuilding LCSSA when possible.
Michael Zolotukhin via llvm-commits
- [PATCH] D16838: [LoopUnrolling] Try harder to avoid rebuilding LCSSA when possible.
Michael Zolotukhin via llvm-commits
- [PATCH] D16838: [LoopUnrolling] Try harder to avoid rebuilding LCSSA when possible.
Justin Bogner via llvm-commits
- [PATCH] D16838: [LoopUnrolling] Try harder to avoid rebuilding LCSSA when possible.
Michael Zolotukhin via llvm-commits
- [PATCH] D16838: [LoopUnrolling] Try harder to avoid rebuilding LCSSA when possible.
Michael Zolotukhin via llvm-commits
- [PATCH] D16838: [LoopUnrolling] Try harder to avoid rebuilding LCSSA when possible.
Mikhail Zolotukhin via llvm-commits
- [PATCH] D16838: [LoopUnrolling] Try harder to avoid rebuilding LCSSA when possible.
Mehdi AMINI via llvm-commits
- [PATCH] D16838: [LoopUnrolling] Try harder to avoid rebuilding LCSSA when possible.
Michael Zolotukhin via llvm-commits
- [PATCH] D16838: [LoopUnrolling] Try harder to avoid rebuilding LCSSA when possible.
Michael Zolotukhin via llvm-commits
- [PATCH] D16838: [LoopUnrolling] Try harder to avoid rebuilding LCSSA when possible.
Justin Bogner via llvm-commits
- [PATCH] D16838: [LoopUnrolling] Try harder to avoid rebuilding LCSSA when possible.
Michael Zolotukhin via llvm-commits
- [PATCH] D16838: [LoopUnrolling] Try harder to avoid rebuilding LCSSA when possible.
Mikhail Zolotukhin via llvm-commits
- [PATCH] D16839: [SimplifyCFG] Fix for "endless" loop after dead code removal (Alternative toD16251)
Gerolf Hoflehner via llvm-commits
- [PATCH] D16839: [SimplifyCFG] Fix for "endless" loop after dead code removal (Alternative toD16251)
Akira Hatanaka via llvm-commits
- [PATCH] D16839: [SimplifyCFG] Fix for "endless" loop after dead code removal (Alternative toD16251)
Gerolf Hoflehner via llvm-commits
- [PATCH] D16842: [Power9] Implement new vsx instructions: insert, extract, test data class, min/max, reverse, permute, splat
Chuang-Yu Cheng via llvm-commits
- [PATCH] D16842: [Power9] Implement new vsx instructions: insert, extract, test data class, min/max, reverse, permute, splat
Nemanja Ivanovic via llvm-commits
- [PATCH] D16842: [Power9] Implement new vsx instructions: insert, extract, test data class, min/max, reverse, permute, splat
Chuang-Yu Cheng via llvm-commits
- [PATCH] D16842: [Power9] Implement new vsx instructions: insert, extract, test data class, min/max, reverse, permute, splat
Nemanja Ivanovic via llvm-commits
- [PATCH] D16842: [Power9] Implement new vsx instructions: insert, extract, test data class, min/max, reverse, permute, splat
Chuang-Yu Cheng via llvm-commits
- [PATCH] D16844: [asan] Improved support for swapcontext()
Paweł Dziepak via llvm-commits
- [PATCH] D16844: [asan] Improved support for swapcontext()
Kostya Serebryany via llvm-commits
- [PATCH] D16844: [asan] Improved support for swapcontext()
Alexey Samsonov via llvm-commits
- [PATCH] D16845: [TSan] Fix PrintMatchedSuppressions: Read hit count for suppression atomically
Mohit Bhakkad via llvm-commits
- [PATCH] D16847: Enable the %s modifier in inline asm template string
Nemanja Ivanovic via llvm-commits
- [PATCH] D16847: Enable the %s modifier in inline asm template string
Bill Schmidt via llvm-commits
- [PATCH] D16847: Enable the %s modifier in inline asm template string
Nemanja Ivanovic via llvm-commits
- [PATCH] D16849: [mips][microMIPS] Implement TLBINV and TLBINVF instructions
Zlatko Buljan via llvm-commits
- [PATCH] D16850: [sanitizer_common] Add suffix to lit testsuite name to distinguish subtargets.
Daniel Sanders via llvm-commits
- [PATCH] D16850: [sanitizer_common] Add suffix to lit testsuite name to distinguish subtargets.
Alexey Samsonov via llvm-commits
- [PATCH] D16855: [msan] Run the tests for each supported arch and suffix each one to distinguish them.
Daniel Sanders via llvm-commits
- [PATCH] D16855: [msan] Run the tests for each supported arch and suffix each one to distinguish them.
Alexey Samsonov via llvm-commits
- [PATCH] D16856: [dfsan] Run the tests for each supported arch and suffix each one to distinguish them.
Daniel Sanders via llvm-commits
- [PATCH] D16856: [dfsan] Run the tests for each supported arch and suffix each one to distinguish them.
Alexey Samsonov via llvm-commits
- [PATCH] D16857: More detailed memory dependence checking between volatile and non-volatile accesses
Krzysztof Parzyszek via llvm-commits
- [PATCH] D16857: More detailed memory dependence checking between volatile and non-volatile accesses
Daniel Berlin via llvm-commits
- [PATCH] D16859: [lsan] Run the tests for each supported arch and suffix each one to distinguish them.
Daniel Sanders via llvm-commits
- [PATCH] D16859: [lsan] Run the tests for each supported arch and suffix each one to distinguish them.
Daniel Sanders via llvm-commits
- [PATCH] D16859: [lsan] Run the tests for each supported arch and suffix each one to distinguish them.
Alexey Samsonov via llvm-commits
- [PATCH] D16860: AMDGPU: Preserve alignments on new created globals
Matt Arsenault via llvm-commits
- [PATCH] D16860: AMDGPU: Preserve alignments on new created globals
Tom Stellard via llvm-commits
- [PATCH] D16860: AMDGPU: Preserve alignments on new created globals
Matt Arsenault via llvm-commits
- [PATCH] D16860: AMDGPU: Preserve alignments on new created globals
Matt Arsenault via llvm-commits
- [PATCH] D16862: AMDGPU: Remove some pure functions from AMDGPUInstrInfo
Tom Stellard via llvm-commits
- [PATCH] D16862: AMDGPU: Remove some pure functions from AMDGPUInstrInfo
Matt Arsenault via llvm-commits
- [PATCH] D16862: AMDGPU: Remove some pure functions from AMDGPUInstrInfo
Phabricator via llvm-commits
- [PATCH] D16863: AMDGPU: Fix ordering of CPU and FS parameters in TargetMachine constructors
Tom Stellard via llvm-commits
- [PATCH] D16863: AMDGPU: Fix ordering of CPU and FS parameters in TargetMachine constructors
Matt Arsenault via llvm-commits
- [PATCH] D16863: AMDGPU: Fix ordering of CPU and FS parameters in TargetMachine constructors
Tom Stellard via llvm-commits
- [PATCH] D16863: AMDGPU: Fix ordering of CPU and FS parameters in TargetMachine constructors
Matt Arsenault via llvm-commits
- [PATCH] D16863: AMDGPU: Fix ordering of CPU and FS parameters in TargetMachine constructors
Tom Stellard via llvm-commits
- [PATCH] D16863: AMDGPU: Fix ordering of CPU and FS parameters in TargetMachine constructors
Phabricator via llvm-commits
- [PATCH] D16864: ELF: Make Out<ELFT> initialization less error-prone.
Rui Ueyama via llvm-commits
- [PATCH] D16864: ELF: Make Out<ELFT> initialization less error-prone.
Rui Ueyama via llvm-commits
- [PATCH] D16864: ELF: Make Out<ELFT> initialization less error-prone.
Rui Ueyama via llvm-commits
- [PATCH] D16864: ELF: Make Out<ELFT> initialization less error-prone.
Rui Ueyama via llvm-commits
- [PATCH] D16864: ELF: Make Out<ELFT> initialization less error-prone.
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D16864: ELF: Make Out<ELFT> initialization less error-prone.
Rui Ueyama via llvm-commits
- [PATCH] D16864: ELF: Make Out<ELFT> initialization less error-prone.
Rafael Espíndola via llvm-commits
- [PATCH] D16864: ELF: Make Out<ELFT> initialization less error-prone.
Rui Ueyama via llvm-commits
- [PATCH] D16864: ELF: Make Out<ELFT> initialization less error-prone.
Rafael Espíndola via llvm-commits
- [PATCH] D16864: ELF: Make Out<ELFT> initialization less error-prone.
Sean Silva via llvm-commits
- [PATCH] D16864: ELF: Make Out<ELFT> initialization less error-prone.
Rui Ueyama via llvm-commits
- [PATCH] D16867: Debug Info: Allow SROAed complex floating point types to be described by constants
Adrian Prantl via llvm-commits
- [PATCH] D16867: Debug Info: Allow SROAed complex floating point types to be described by constants
Paul Robinson via llvm-commits
- [PATCH] D16867: Debug Info: Allow SROAed complex floating point types to be described by constants
Adrian Prantl via llvm-commits
- [PATCH] D16867: Debug Info: Allow SROAed complex floating point types to be described by constants
Paul Robinson via llvm-commits
- [PATCH] D16867: Debug Info: Allow SROAed complex floating point types to be described by constants
Adrian Prantl via llvm-commits
- [PATCH] D16867: Debug Info: Allow SROAed complex floating point types to be described by constants
Paul Robinson via llvm-commits
- [PATCH] D16867: Debug Info: Allow SROAed complex floating point types to be described by constants
Adrian Prantl via llvm-commits
- [PATCH] D16867: Debug Info: Allow SROAed complex floating point types to be described by constants
Paul Robinson via llvm-commits
- [PATCH] D16869: Fix printing of f16 machine operands
Stanislav Mekhanoshin via llvm-commits
- [PATCH] D16869: Fix printing of f16 machine operands
Hal Finkel via llvm-commits
- [PATCH] D16869: Fix printing of f16 machine operands
Stanislav Mekhanoshin via llvm-commits
- [PATCH] D16869: Fix printing of f16 machine operands
Stanislav Mekhanoshin via llvm-commits
- [PATCH] D16869: Fix printing of f16 machine operands
Hal Finkel via llvm-commits
- [PATCH] D16869: Fix printing of f16 machine operands
David Majnemer via llvm-commits
- [PATCH] D16869: Fix printing of f16 machine operands
Stanislav Mekhanoshin via llvm-commits
- [PATCH] D16869: Fix printing of f16 machine operands
Matt Arsenault via llvm-commits
- [PATCH] D16871: lit: Allow arbitrary key/value data in a test result
Matthias Braun via llvm-commits
- [PATCH] D16874: [NVPTX] Disable performance optimizations when OptLevel==None
Jingyue Wu via llvm-commits
- [PATCH] D16874: [NVPTX] Disable performance optimizations when OptLevel==None
Eli Bendersky via llvm-commits
- [PATCH] D16874: [NVPTX] Disable performance optimizations when OptLevel==None
Jingyue Wu via llvm-commits
- [PATCH] D16874: [NVPTX] Disable performance optimizations when OptLevel==None
Jingyue Wu via llvm-commits
- [PATCH] D16875: MemorySSA Optimizations: Patch 1 of N
George Burgess IV via llvm-commits
- [PATCH] D16875: MemorySSA Optimizations: Patch 1 of N
David Majnemer via llvm-commits
- [PATCH] D16875: MemorySSA Optimizations: Patch 1 of N
Xinliang David Li via llvm-commits
- [PATCH] D16875: MemorySSA Optimizations: Patch 1 of N
George Burgess IV via llvm-commits
- [PATCH] D16875: MemorySSA Optimizations: Patch 1 of N
George Burgess IV via llvm-commits
- [PATCH] D16877: [X86] Enable LEA optimization pass by default
Andrey Turetskiy via llvm-commits
- [PATCH] D16878: [POLLY] Support accesses with differently sized types to the same array
Tobias Grosser via llvm-commits
- [PATCH] D16878: [POLLY] Support accesses with differently sized types to the same array
Michael Kruse via llvm-commits
- [PATCH] D16878: [POLLY] Support accesses with differently sized types to the same array
Tobias Grosser via llvm-commits
- [PATCH] D16878: [POLLY] Support accesses with differently sized types to the same array
Johannes Doerfert via llvm-commits
- [PATCH] D16878: [POLLY] Support accesses with differently sized types to the same array
Johannes Doerfert via llvm-commits
- [PATCH] D16878: [POLLY] Support accesses with differently sized types to the same array
Michael Kruse via llvm-commits
- [PATCH] D16878: [POLLY] Support accesses with differently sized types to the same array
Tobias Grosser via llvm-commits
- [PATCH] D16878: [POLLY] Support accesses with differently sized types to the same array
Tobias Grosser via llvm-commits
- [PATCH] D16878: [POLLY] Support accesses with differently sized types to the same array
Johannes Doerfert via llvm-commits
- [PATCH] D16878: [POLLY] Support accesses with differently sized types to the same array
Tobias Grosser via llvm-commits
- [PATCH] D16878: Support accesses with differently sized types to the same array
Tobias Grosser via llvm-commits
- [PATCH] D16878: Support accesses with differently sized types to the same array
Johannes Doerfert via llvm-commits
- [PATCH] D16878: Support accesses with differently sized types to the same array
Tobias Grosser via llvm-commits
- [PATCH] D16879: [ELF] - Cleanup Target::getTlsGotRel using logic
George Rimar via llvm-commits
- [PATCH] D16880: [ELF] - Remove R_X86_64_GOTTPOFF from static relocation proccessing
George Rimar via llvm-commits
- [PATCH] D16880: [ELF] - Remove R_X86_64_GOTTPOFF from static relocation proccessing
Rui Ueyama via llvm-commits
- [PATCH] D16881: [ScheduleDAGInstrs] isUnsafeMemoryObject() removed
Jonas Paulsson via llvm-commits
- [PATCH] D16881: [ScheduleDAGInstrs] isUnsafeMemoryObject() removed
Jonas Paulsson via llvm-commits
- [PATCH] D16881: [ScheduleDAGInstrs] isUnsafeMemoryObject() removed
Andrew Trick via llvm-commits
- [PATCH] D16881: [ScheduleDAGInstrs] isUnsafeMemoryObject() removed
Jonas Paulsson via llvm-commits
- [PATCH] D16883: Fix build LLVM with -D LLVM_USE_INTEL_JITEVENTS:BOOL=ON
Tyurin, Evgeniy via llvm-commits
- [PATCH] D16883: Fix build LLVM with -D LLVM_USE_INTEL_JITEVENTS:BOOL=ON
Andy Kaylor via llvm-commits
- [PATCH] D16884: AVX-512: Fixed a minor bug in FMA instruction selection
Elena Demikhovsky via llvm-commits
- [PATCH] D16884: AVX-512: Fixed a minor bug in FMA instruction selection
Igor Breger via llvm-commits
- [PATCH] D16884: AVX-512: Fixed a minor bug in FMA instruction selection
Elena Demikhovsky via llvm-commits
- [PATCH] D16885: [mips] Extend MipsAsmParser class to handle %got(sym + const) expressions
Simon Atanasyan via llvm-commits
- [PATCH] D16885: [mips] Extend MipsAsmParser class to handle %got(sym + const) expressions
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D16885: [mips] Extend MipsAsmParser class to handle %got(sym + const) expressions
Simon Atanasyan via llvm-commits
- [PATCH] D16886: Fix struct __emutls_control to match GCC
H.J Lu via llvm-commits
- [PATCH] D16886: Fix struct __emutls_control to match GCC
H.J Lu via llvm-commits
- [PATCH] D16886: Fix struct __emutls_control to match GCC
Chih-Hung Hsieh via llvm-commits
- [PATCH] D16887: Avoid code duplication when creating dynamic relocations
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D16887: Avoid code duplication when creating dynamic relocations
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D16887: Avoid code duplication when creating dynamic relocations
George Rimar via llvm-commits
- [PATCH] D16887: Avoid code duplication when creating dynamic relocations
Rui Ueyama via llvm-commits
- [PATCH] D16887: Avoid code duplication when creating dynamic relocations
Rui Ueyama via llvm-commits
- [PATCH] D16887: Avoid code duplication when creating dynamic relocations
Rafael Espíndola via llvm-commits
- [PATCH] D16887: Avoid code duplication when creating dynamic relocations
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D16887: Avoid code duplication when creating dynamic relocations
Rui Ueyama via llvm-commits
- [PATCH] D16887: Avoid code duplication when creating dynamic relocations
Rafael Espíndola via llvm-commits
- [PATCH] D16887: Avoid code duplication when creating dynamic relocations
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D16888: [mips] Addition of a third operand to the instructions [d]div, [d]divu
Srdjan Obucina via llvm-commits
- [PATCH] D16889: [mips] Addition of the immediate cases for the instructions [d]div, [d]divu
Srdjan Obucina via llvm-commits
- [PATCH] D16890: Fix PR25339: ARM Constant Island
Weiming Zhao via llvm-commits
- [PATCH] D16890: Fix PR25339: ARM Constant Island
Renato Golin via llvm-commits
- [PATCH] D16890: Fix PR25339: ARM Constant Island
Zhao, Weiming via llvm-commits
- [PATCH] D16890: Fix PR25339: ARM Constant Island
Weiming Zhao via llvm-commits
- [PATCH] D16892: [lld] [ELF/AArch64] Add support to some GD/LE/IS TLS relocation
Adhemerval Zanella via llvm-commits
- [PATCH] D16892: [lld] [ELF/AArch64] Add support to some GD/LE/IS TLS relocation
Rui Ueyama via llvm-commits
- [PATCH] D16893: Keep CodeGenPrepare from preserving the dominator tree
George Burgess IV via llvm-commits
- [PATCH] D16894: [AArch64] Fix fastcc -tailcallopt epilog code generation.
Geoff Berry via llvm-commits
- [PATCH] D16897: AMDGPU: Account for LDS alignment
Matt Arsenault via llvm-commits
- [PATCH] D16897: AMDGPU: Account for LDS alignment
Tom Stellard via llvm-commits
- [PATCH] D16897: AMDGPU: Account for LDS alignment
Matt Arsenault via llvm-commits
- [PATCH] D16898: Don't push relocation sections onto InputSection<ELFT>::Discarded.RelocSections
Rui Ueyama via llvm-commits
- [PATCH] D16898: Don't push relocation sections onto InputSection<ELFT>::Discarded.RelocSections
Sean Silva via llvm-commits
- [PATCH] D16899: Don't push relocation sections onto InputSection<ELFT>::Discarded.RelocSections
Sean Silva via llvm-commits
- [PATCH] D16899: Don't push relocation sections onto InputSection<ELFT>::Discarded.RelocSections
Sean Silva via llvm-commits
- [PATCH] D16899: Don't push relocation sections onto InputSection<ELFT>::Discarded.RelocSections
Rui Ueyama via llvm-commits
- [PATCH] D16899: Don't push relocation sections onto InputSection<ELFT>::Discarded.RelocSections
Sean Silva via llvm-commits
- [PATCH] D16903: Add Support to llvm-c-test dependancies
Amaury SECHET via llvm-commits
- [PATCH] D16903: Add Support to llvm-c-test dependancies
Mehdi AMINI via llvm-commits
- [PATCH] D16903: Add Support to llvm-c-test dependancies
Mehdi AMINI via llvm-commits
- [PATCH] D16903: Add Support to llvm-c-test dependancies
Amaury SECHET via llvm-commits
- [PATCH] D16904: [AArch64] Refactoring aarch64-ldst-opt. NCF.
Jun Bum Lim via llvm-commits
- [PATCH] D16904: [AArch64] Refactoring aarch64-ldst-opt. NCF.
Chad Rosier via llvm-commits
- [PATCH] D16904: [AArch64] Refactoring aarch64-ldst-opt. NCF.
Jun Bum Lim via llvm-commits
- [PATCH] D16907: [X86] Don't zero/sign-extend i1 or i8 return values to 32 bits (PR22532)
Hans Wennborg via llvm-commits
- [PATCH] D16907: [X86] Don't zero/sign-extend i1 or i8 return values to 32 bits (PR22532)
Hans Wennborg via llvm-commits
- [PATCH] D16907: [X86] Don't zero/sign-extend i1 or i8 return values to 32 bits (PR22532)
Hans Wennborg via llvm-commits
- [PATCH] D16907: [X86] Don't zero/sign-extend i1 or i8 return values to 32 bits (PR22532)
Sanjay Patel via llvm-commits
- [PATCH] D16907: [X86] Don't zero/sign-extend i1 or i8 return values to 32 bits (PR22532)
Hans Wennborg via llvm-commits
- [PATCH] D16907: [X86] Don't zero/sign-extend i1 or i8 return values to 32 bits (PR22532)
David Majnemer via llvm-commits
- [PATCH] D16907: [X86] Don't zero/sign-extend i1 or i8 return values to 32 bits (PR22532)
Sanjay Patel via llvm-commits
- [PATCH] D16907: [X86] Don't zero/sign-extend i1 or i8 return values to 32 bits (PR22532)
James Y Knight via llvm-commits
- [PATCH] D16907: [X86] Don't zero/sign-extend i1 or i8 return values to 32 bits (PR22532)
Hans Wennborg via llvm-commits
- [PATCH] D16907: [X86] Don't zero/sign-extend i1 or i8 return values to 32 bits (PR22532)
Hans Wennborg via llvm-commits
- [PATCH] D16907: [X86] Don't zero/sign-extend i1 or i8 return values to 32 bits (PR22532)
Zia Ansari via llvm-commits
- [PATCH] D16907: [X86] Don't zero/sign-extend i1 or i8 return values to 32 bits (PR22532)
Sanjay Patel via llvm-commits
- [PATCH] D16908: [ValueTracking] Use Constant::isZeroValue() in isKnownZero()
Jun Bum Lim via llvm-commits
- [PATCH] D16908: [ValueTracking] Use Constant::isZeroValue() in isKnownZero()
Matthew Simpson via llvm-commits
- [PATCH] D16908: [ValueTracking] Use Constant::isZeroValue() in isKnownZero()
Jun Bum Lim via llvm-commits
- [PATCH] D16908: [ValueTracking] Use Constant::isZeroValue() in isKnownZero()
Nick Lewycky via llvm-commits
- [PATCH] D16909: Add AMDGPU related triple vendors/OSes
Matt Arsenault via llvm-commits
- [PATCH] D16909: Add AMDGPU related triple vendors/OSes
Eric Christopher via llvm-commits
- [PATCH] D16909: Add AMDGPU related triple vendors/OSes
Tom Stellard via llvm-commits
- [PATCH] D16909: Add AMDGPU related triple vendors/OSes
Matt Arsenault via llvm-commits
- [PATCH] D16909: Add AMDGPU related triple vendors/OSes
Eric Christopher via llvm-commits
- [PATCH] D16909: Add AMDGPU related triple vendors/OSes
Marek Olšák via llvm-commits
- [PATCH] D16910: Add various binary operations in the LLVM C API echo test
Amaury SECHET via llvm-commits
- [PATCH] D16910: Add various binary operations in the LLVM C API echo test
Eric Christopher via llvm-commits
- [PATCH] D16910: Add various binary operations in the LLVM C API echo test
Amaury SECHET via llvm-commits
- [PATCH] D16911: [RS4GC] Pass DenseMap by reference, NFC
Joseph Tremoulet via llvm-commits
- [PATCH] D16911: [RS4GC] Pass DenseMap by reference, NFC
Phabricator via llvm-commits
- [PATCH] D16912: Improve the C API echo test tool to emit basic block is the right order.
Amaury SECHET via llvm-commits
- [PATCH] D16912: Improve the C API echo test tool to emit basic block is the right order.
Amaury SECHET via llvm-commits
- [PATCH] D16912: Improve the C API echo test tool to emit basic block is the right order.
Amaury SECHET via llvm-commits
- [PATCH] D16915: Fix for bug 26465
Taewook Oh via llvm-commits
- [PATCH] D16915: Fix for bug 26465
David Majnemer via llvm-commits
- [PATCH] D16915: Fix for bug 26465
Taewook Oh via llvm-commits
- [PATCH] D16915: Fix for bug 26465
Sanjay Patel via llvm-commits
- [PATCH] D16915: Fix for bug 26465
Taewook Oh via llvm-commits
- [PATCH] D16915: Fix for bug 26465
Sanjay Patel via llvm-commits
- [PATCH] D16915: Fix for bug 26465
Taewook Oh via llvm-commits
- [PATCH] D16915: Fix for bug 26465
Taewook Oh via llvm-commits
- [PATCH] D16915: Fix for bug 26465
Sanjay Patel via llvm-commits
- [PATCH] D16917: [mips][micromips] Implement DCLO, DCLZ, DROTR, DROTR32 and DROTRV instructions
Hrvoje Varga via llvm-commits
- [PATCH] D16918: [mips][microMIPS] Implement LLX, LLXE, SCX and SCXE instructions
Zlatko Buljan via llvm-commits
- [PATCH] D16918: [mips][microMIPS] Implement LLX, LLXE, SCX and SCXE instructions
Daniel Sanders via llvm-commits
- [PATCH] D16918: [mips][microMIPS] Implement LLX, LLXE, SCX and SCXE instructions
Zlatko Buljan via llvm-commits
- [PATCH] D16919: [Power9] Implement new vsx instructions: load, store instructions for vector and scalar
Chuang-Yu Cheng via llvm-commits
- [PATCH] D16920: [AMDGPU] Rename $dst operand to $vdst for VOP instructions.
Sam Kolton via llvm-commits
- [PATCH] D16920: [AMDGPU] Rename $dst operand to $vdst for VOP instructions.
Matt Arsenault via llvm-commits
- [PATCH] D16920: [AMDGPU] Rename $dst operand to $vdst for VOP instructions.
Sam Kolton via llvm-commits
- [PATCH] D16920: [AMDGPU] Rename $dst operand to $vdst for VOP instructions.
Matt Arsenault via llvm-commits
- [PATCH] D16924: [ELF] - Linker script expressions, ASSERT() command.
George Rimar via llvm-commits
- [PATCH] D16924: [ELF] - Linker script expressions, ASSERT() command.
Rui Ueyama via llvm-commits
- [PATCH] D16924: [ELF] - Linker script expressions, ASSERT() command.
Davide Italiano via llvm-commits
- [PATCH] D16924: [ELF] - Linker script expressions, ASSERT() command.
Ed Maste via llvm-commits
- [PATCH] D16924: [ELF] - Linker script expressions, ASSERT() command.
George Rimar via llvm-commits
- [PATCH] D16924: [ELF] - Linker script expressions, ASSERT() command.
George Rimar via llvm-commits
- [PATCH] D16924: [ELF] - Linker script expressions, ASSERT() command.
Davide Italiano via llvm-commits
- [PATCH] D16924: [ELF] - Linker script expressions, ASSERT() command.
Rui Ueyama via llvm-commits
- [PATCH] D16924: [ELF] - Linker script expressions, ASSERT() command.
George Rimar via llvm-commits
- [PATCH] D16924: [ELF] - Linker script expressions, ASSERT() command.
George Rimar via llvm-commits
- [PATCH] D16924: [ELF] - Linker script expressions, ASSERT() command.
George Rimar via llvm-commits
- [PATCH] D16924: [ELF] - Linker script expressions, ASSERT() command.
Rui Ueyama via llvm-commits
- [PATCH] D16925: [mips] Support LA expandsion in PIC mode
Srdjan Obucina via llvm-commits
- [PATCH] D16925: [mips] Support LA expansion in PIC mode
Daniel Sanders via llvm-commits
- [PATCH] D16931: [codeview] Describe int local variables using .cv_def_range
Reid Kleckner via llvm-commits
- [PATCH] D16931: [codeview] Describe int local variables using .cv_def_range
David Majnemer via llvm-commits
- [PATCH] D16931: [codeview] Describe int local variables using .cv_def_range
Reid Kleckner via llvm-commits
- [PATCH] D16933: [AArch64] Merge two adjacent str WZR into str XZR
Jun Bum Lim via llvm-commits
- [PATCH] D16933: [AArch64] Merge two adjacent str WZR into str XZR
Tim Northover via llvm-commits
- [PATCH] D16933: [AArch64] Merge two adjacent str WZR into str XZR
Jun Bum Lim via llvm-commits
- [PATCH] D16933: [AArch64] Merge two adjacent str WZR into str XZR
Tim Northover via llvm-commits
- [PATCH] D16935: [PGO] Indirect-call profile annotation in IR level
Rong Xu via llvm-commits
- [PATCH] D16935: [PGO] Indirect-call profile annotation in IR level
David Li via llvm-commits
- [PATCH] D16935: [PGO] Indirect-call profile annotation in IR level
Rong Xu via llvm-commits
- [PATCH] D16937: Add icmp and conditional branches in the C API echo test.
Amaury SECHET via llvm-commits
- [PATCH] D16937: Add icmp and conditional branches in the C API echo test.
Amaury SECHET via llvm-commits
- [PATCH] D16939: ELF: Simplify getFdeEncoding.
Rui Ueyama via llvm-commits
- [PATCH] D16939: ELF: Simplify getFdeEncoding.
Rui Ueyama via llvm-commits
- [PATCH] D16939: ELF: Simplify getFdeEncoding.
George Rimar via llvm-commits
- [PATCH] D16940: Fix build LLVM with -D LLVM_USE_INTEL_JITEVENTS:BOOL=ON on Windows
Andy Kaylor via llvm-commits
- [PATCH] D16941: [NVPTX] Mark nvvm synchronizing intrinsics as convergent.
Justin Lebar via llvm-commits
- [PATCH] D16941: [NVPTX] Mark nvvm synchronizing intrinsics as convergent.
Jingyue Wu via llvm-commits
- [PATCH] D16941: [NVPTX] Mark nvvm synchronizing intrinsics as convergent.
Justin Lebar via llvm-commits
- [PATCH] D16941: [NVPTX] Mark nvvm synchronizing intrinsics as convergent.
Hal Finkel via llvm-commits
- [PATCH] D16941: [NVPTX] Mark nvvm synchronizing intrinsics as convergent.
Hal Finkel via llvm-commits
- [PATCH] D16941: [NVPTX] Mark nvvm synchronizing intrinsics as convergent.
Jingyue Wu via llvm-commits
- [PATCH] D16941: [NVPTX] Mark nvvm synchronizing intrinsics as convergent.
Justin Lebar via llvm-commits
- [PATCH] D16941: [NVPTX] Mark nvvm synchronizing intrinsics as convergent.
Justin Lebar via llvm-commits
- [PATCH] D16942: Add C binding for AllocaInst::getAllocatedType
Amaury SECHET via llvm-commits
- [PATCH] D16942: Add C binding for AllocaInst::getAllocatedType
Amaury SECHET via llvm-commits
- [PATCH] D16943: [ThinLTO] Include linkage type in function summary
Teresa Johnson via llvm-commits
- [PATCH] D16943: [ThinLTO] Include linkage type in function summary
Mehdi AMINI via llvm-commits
- [PATCH] D16943: [ThinLTO] Include linkage type in function summary
Teresa Johnson via llvm-commits
- [PATCH] D16947: [PGO] assignment operator does not get profile data
David Li via llvm-commits
- [PATCH] D16947: [PGO] assignment operator does not get profile data
David Li via llvm-commits
- [PATCH] D16950: Compute live-in for MemorySSA
Daniel Berlin via llvm-commits
- [PATCH] D16950: Compute live-in for MemorySSA
Daniel Berlin via llvm-commits
- [PATCH] D16950: Compute live-in for MemorySSA
Daniel Berlin via llvm-commits
- [PATCH] D16950: Compute live-in for MemorySSA
David Majnemer via llvm-commits
- [PATCH] D16950: Compute live-in for MemorySSA
Daniel Berlin via llvm-commits
- [PATCH] D16955: [CLANG] [AVX512] [BUILTIN] Adding pmovsx{b|d|w}{w|d|q}{128|256|512} builtin to clang
michael zuckerman via llvm-commits
- [PATCH] D16956: [X86][SSE1] Add MOVLHPS/MOVHLPS lowering and memory folding support
Simon Pilgrim via llvm-commits
- [PATCH] D16956: [X86][SSE1] Add MOVLHPS/MOVHLPS lowering and memory folding support
Sanjay Patel via llvm-commits
- [PATCH] D16956: [X86][SSE1] Add MOVLHPS/MOVHLPS lowering and memory folding support
Simon Pilgrim via llvm-commits
- [PATCH] D16956: [X86][SSE1] Add MOVLHPS/MOVHLPS lowering and memory folding support
Sanjay Patel via llvm-commits
- [PATCH] D16957: AVX512: Change builtin function name for scalar intrinsics (clang).
Asaf Badouh via llvm-commits
- [PATCH] D16957: AVX512: Change builtin function name for scalar intrinsics.
Igor Breger via llvm-commits
- [PATCH] D16958: AVX512: Change builtin function name for scalar intrinsics.
Igor Breger via llvm-commits
- [PATCH] D16958: AVX512: Change builtin function name for scalar intrinsics.
Asaf Badouh via llvm-commits
- [PATCH] D16959: Separate invariant equivalence classes by type
Johannes Doerfert via llvm-commits
- [PATCH] D16959: Separate invariant equivalence classes by type
Tobias Grosser via llvm-commits
- [PATCH] D16959: Separate invariant equivalence classes by type
Johannes Doerfert via llvm-commits
- [PATCH] D16960: [FIX] Associate access relations with an AccessId
Johannes Doerfert via llvm-commits
- [PATCH] D16961: [CLANG] [AVX512] [BUILTIN] Adding pmovzx{b|d|w}{w|d|q}{128|256|512} builtin to clang
michael zuckerman via llvm-commits
- [PATCH] D16961: [CLANG] [AVX512] [BUILTIN] Adding pmovzx{b|d|w}{w|d|q}{128|256|512} builtin to clang
Asaf Badouh via llvm-commits
- [PATCH] D16968: [llvm-readobj][ELF] Show MIPS GOT content when there is another zero-sized section at the same address
Simon Atanasyan via llvm-commits
- [PATCH] D16972: [SelectionDAG] change getConstant() to use the input SDLoc when building splat vectors
Sanjay Patel via llvm-commits
- [PATCH] D16976: [SLP] Fix placement of debug statement (NFC)
Ayal Zaks via llvm-commits
- [PATCH] D16976: [SLP] Fix placement of debug statement (NFC)
Michael Zolotukhin via llvm-commits
- [PATCH] D4550: LLVM CFL Alias Analysis -- Supporting Data Structures
George Burgess IV via llvm-commits
- [PATCH] D4551: LLVM CFL Alias Analysis -- Algorithm
George Burgess IV via llvm-commits
- [PATCH] D7864: This patch introduces MemorySSA, a virtual SSA form for memory.Details on what it looks like are in MemorySSA.h
George Burgess IV via llvm-commits
- [PATCH] D7864: This patch introduces MemorySSA, a virtual SSA form for memory.Details on what it looks like are in MemorySSA.h
George Burgess IV via llvm-commits
- [PATCH] D7864: This patch introduces MemorySSA, a virtual SSA form for memory.Details on what it looks like are in MemorySSA.h
Daniel Berlin via llvm-commits
- [PATCH] D7864: This patch introduces MemorySSA, a virtual SSA form for memory.Details on what it looks like are in MemorySSA.h
Daniel Berlin via llvm-commits
- [PATCH] D7864: This patch introduces MemorySSA, a virtual SSA form for memory.Details on what it looks like are in MemorySSA.h
George Burgess IV via llvm-commits
- [PATCH] D7864: This patch introduces MemorySSA, a virtual SSA form for memory.Details on what it looks like are in MemorySSA.h
George Burgess IV via llvm-commits
- [PATCH] D7864: This patch introduces MemorySSA, a virtual SSA form for memory.Details on what it looks like are in MemorySSA.h
George Burgess IV via llvm-commits
- [PATCH] D7864: This patch introduces MemorySSA, a virtual SSA form for memory.Details on what it looks like are in MemorySSA.h
Philip Reames via llvm-commits
- [PATCH] D7864: This patch introduces MemorySSA, a virtual SSA form for memory.Details on what it looks like are in MemorySSA.h
Daniel Berlin via llvm-commits
- [PATCH] D7864: This patch introduces MemorySSA, a virtual SSA form for memory.Details on what it looks like are in MemorySSA.h
George Burgess IV via llvm-commits
- [PATCH] D7864: This patch introduces MemorySSA, a virtual SSA form for memory.Details on what it looks like are in MemorySSA.h
Xinliang David Li via llvm-commits
- [PATCH] D7864: This patch introduces MemorySSA, a virtual SSA form for memory.Details on what it looks like are in MemorySSA.h
Daniel Berlin via llvm-commits
- [PATCH] D7864: This patch introduces MemorySSA, a virtual SSA form for memory.Details on what it looks like are in MemorySSA.h
George Burgess IV via llvm-commits
- [PATCH] D7864: This patch introduces MemorySSA, a virtual SSA form for memory.Details on what it looks like are in MemorySSA.h
Daniel Berlin via llvm-commits
- [PATCH] D7864: This patch introduces MemorySSA, a virtual SSA form for memory.Details on what it looks like are in MemorySSA.h
George Burgess IV via llvm-commits
- [PATCH] D8313: Refactor commoning of target specific load/store intrinsics in EarlyCSE
Hal Finkel via llvm-commits
- [PATCH] D8705: ScheduleDAGInstrs::buildSchedGraph() handling of memory dependecies rewritten.
Hal Finkel via llvm-commits
- [PATCH] D8705: ScheduleDAGInstrs::buildSchedGraph() handling of memory dependecies rewritten.
Jonas Paulsson via llvm-commits
- [PATCH] D9151: Loop Versioning for LICM
Hal Finkel via llvm-commits
- [PATCH] D9151: Loop Versioning for LICM
Ashutosh Nema via llvm-commits
- [PATCH] D9151: Loop Versioning for LICM
Hal Finkel via llvm-commits
- [PATCH] D9151: Loop Versioning for LICM
Nema, Ashutosh via llvm-commits
- [PATCH] D9151: Loop Versioning for LICM
Ashutosh Nema via llvm-commits
- [PATCH] D9151: Loop Versioning for LICM
Ashutosh Nema via llvm-commits
- [PATCH] D9151: Loop Versioning for LICM
Hal Finkel via llvm-commits
- [PATCH] D9151: Loop Versioning for LICM
Ashutosh Nema via llvm-commits
- [PATCH] D9151: Loop Versioning for LICM
Nema, Ashutosh via llvm-commits
- [PATCH] D9971: Refactor: Simplify boolean conditional return statements in llvm/lib/CodeGen/SelectionDAG
Richard via llvm-commits
- [PATCH] Fix CMake search paths for compiler-rt and libcxx
Niels Ole Salscheider via llvm-commits
- [PATCH] Fix CMake search paths for compiler-rt and libcxx
Chris Bieneman via llvm-commits
- [PATCH] Install cmake files to lib/cmake/llvm
Niels Ole Salscheider via llvm-commits
- [PATCH] Install cmake files to lib/cmake/llvm
Chris Bieneman via llvm-commits
- [PATCH] strlen -> strnlen optimization
Michael McConville via llvm-commits
- [PATCH] Value.h, linkage, and NDEBUG differences between llvm lib build-time and client usage
Todd Fiala via llvm-commits
- [polly] r259332 - cmake: Add additional libraries to fix the darwin shared library build
Hans Wennborg via llvm-commits
- [polly] r259347 - ScopInfo: Drop dead code in schedule description
Tobias Grosser via llvm-commits
- [polly] r259354 - ScopInfo: Correct schedule construction
Tobias Grosser via llvm-commits
- [polly] r259476 - Avoid overlapping lines
Tobias Grosser via llvm-commits
- [polly] r259477 - www: Fix overlapping lines II
Tobias Grosser via llvm-commits
- [polly] r259483 - www: update formatting of polyhedral.info news
Tobias Grosser via llvm-commits
- [polly] r259485 - www: Update statistic code
Tobias Grosser via llvm-commits
- [polly] r259486 - www: Mark full/partial tile separation for vectorization as 'done'
Tobias Grosser via llvm-commits
- [polly] r259495 - ScopInfo: Rename AccessType -> ElementType to unify naming with method declaration
Tobias Grosser via llvm-commits
- [polly] r259500 - Remove unnecessary getAnalysis call [NFC]
Johannes Doerfert via llvm-commits
- [polly] r259501 - Remove helper function [NFC]
Johannes Doerfert via llvm-commits
- [polly] r259501 - Remove helper function [NFC]
Michael Kruse via llvm-commits
- [polly] r259501 - Remove helper function [NFC]
Johannes Doerfert via llvm-commits
- [polly] r259502 - Rename the DataLayout member [NFC]
Johannes Doerfert via llvm-commits
- [polly] r259503 - Sort analysis members and unifiy documentation [NFC]
Johannes Doerfert via llvm-commits
- [polly] r259504 - Add const keyword to MemoryAccess argument [NFC]
Johannes Doerfert via llvm-commits
- [polly] r259505 - Remove unneeded definition [NFC]
Johannes Doerfert via llvm-commits
- [polly] r259511 - [WWW] Add our Polly/OpenCL paper
Johannes Doerfert via llvm-commits
- [polly] r259521 - ScopInfo: Do not track element-size as additional array size dimension [NFC]
Tobias Grosser via llvm-commits
- [polly] r259522 - ScopInfo: Split memory access construction into different cases
Tobias Grosser via llvm-commits
- [polly] r259587 - Support loads with differently sized types from a single array
Tobias Grosser via llvm-commits
- [polly] r259587 - Support loads with differently sized types from a single array
Johannes Doerfert via llvm-commits
- [polly] r259587 - Support loads with differently sized types from a single array
Tobias Grosser via llvm-commits
- [polly] r259587 - Support loads with differently sized types from a single array
Johannes Doerfert via llvm-commits
- [polly] r259629 - Revert "Support loads with differently sized types from a single array"
Tobias Grosser via llvm-commits
- [polly] r259633 - ScopInfo: Extend description of the access relation.
Tobias Grosser via llvm-commits
- [polly] r259653 - tScopInfo: Shorten comment slightly
Tobias Grosser via llvm-commits
- [polly] r259658 - www: Simplify 'build & install' descriptions
Tobias Grosser via llvm-commits
- [polly] r259659 - Properly build shared libraries if LLVM_LINK_LLVM_DYLIB is enabled.
Tobias Grosser via llvm-commits
- [polly] r259693 - test: make test case more robust against removal of unrelated instructions
Tobias Grosser via llvm-commits
- [polly] r259737 - Polly tests update contributed by Tobias Grosser for SCEV patch in r259736.
Wei Mi via llvm-commits
- [polly] r259757 - Update to isl-0.16.1-20-gee54b48
Tobias Grosser via llvm-commits
- [polly] r259758 - www: Drop outdated dragonegg documentation
Tobias Grosser via llvm-commits
- [polly] r259759 - www: Add Felix-Antoine's master thesis
Tobias Grosser via llvm-commits
- [polly] r259760 - www: Add Michael's thesis
Tobias Grosser via llvm-commits
- [polly] r259761 - www: Remove some spaces
Tobias Grosser via llvm-commits
- [polly] r259764 - Add basic doxygen infrastructure for Polly
Tobias Grosser via llvm-commits
- [polly] r259764 - Add basic doxygen infrastructure for Polly
Johannes Doerfert via llvm-commits
- [polly] r259765 - Add Sphinx configuration
Tobias Grosser via llvm-commits
- [polly] r259767 - Add 'Using Polly with Clang' to Spinx
Tobias Grosser via llvm-commits
- [polly] r259768 - Add 3.9 release notes document
Tobias Grosser via llvm-commits
- [polly] r259772 - ScopInfo: Improve documentation of ScopArrayInfo
Tobias Grosser via llvm-commits
- [polly] r259784 - Support accesses with differently sized types to the same array
Tobias Grosser via llvm-commits
- [polly] r259987 - Follow uses to create value MemoryAccesses
Michael Kruse via llvm-commits
- [polly] r260009 - IslNodeBuilder: Invariant load hoisting of elements with differing sizes
Tobias Grosser via llvm-commits
- [polly] r260023 - Do not yet consider loads with non-canonical element size for load hoisting.
Tobias Grosser via llvm-commits
- [polly] r260025 - Make memory accesses with different element types optional
Tobias Grosser via llvm-commits
- [polly] r260030 - Simplify code [NFC]
Johannes Doerfert via llvm-commits
- [polly] r260031 - [FIX] Two "off-by-one" error in constant range usage
Johannes Doerfert via llvm-commits
- [polly] r260045 - Separate invariant equivalence classes by type
Johannes Doerfert via llvm-commits
- [test-suite] r259562 - Creating release candidate rc2 from release_380 branch
Hans Wennborg via llvm-commits
- [test-suite] r259579 - Set projectname in arcconfig
Matthias Braun via llvm-commits
- [test-suite] r259580 - CMakeLists: The build isn't using the LIBS variable so no need to set it
Matthias Braun via llvm-commits
- [test-suite] r259581 - CINT2000/252.eon: Make benchmark compatible with modern C++ libs
Matthias Braun via llvm-commits
- [test-suite] r259752 - RunSafely: Fix temporary .time.remote file not getting deleted
Matthias Braun via llvm-commits
- [test-suite] r259753 - lit: Split lit.cfg into separate files
Matthias Braun via llvm-commits
- [test-suite] r259754 - lit: Fix unsupported error case
Matthias Braun via llvm-commits
- [test-suite] r259906 - RunSafely: Place .command file into directory of OUTFILE even if -d is specified
Matthias Braun via llvm-commits
- [test-suite] r259907 - RunSafely: Base the XXX.command filename on OUTFILE not on the programname
Matthias Braun via llvm-commits
- [test-suite] r259908 - cmake: Factor out common code
Matthias Braun via llvm-commits
- [test-suite] r259909 - cmake: Simplify append_cflags()
Matthias Braun via llvm-commits
- [test-suite] r259970 - cmake: Fix quoting of quotation marks in append_cflags()
Matthias Braun via llvm-commits
- [test-suite] r259980 - cmake: Remove some unnecessary quoting
Matthias Braun via llvm-commits
- [www] r259785 - [WWW] Updating Fosdem pages, adding 2016 slides
Renato Golin via llvm-commits
- [www] r259788 - Added information about virtual machine image for event.
Kevin P. Fleming via llvm-commits
- [www] r259890 - Add meal schedules.
Kevin P. Fleming via llvm-commits
- [www] r259892 - Correct table markup.
Kevin P. Fleming via llvm-commits
- [www] r259934 - [EuroLLVM] Update CFP section.
Arnaud A. de Grandmaison via llvm-commits
- [www] r259936 - [EuroLLVM] Update registration info, and provide a contact information in case of payment reject.
Arnaud A. de Grandmaison via llvm-commits
- [zorg] r183702 - Added new lld builder, slave, LLDWinBuildFactory.
Galina Kistanova via llvm-commits
- [zorg] r183702 - Added new lld builder, slave, LLDWinBuildFactory.
Sean Silva via llvm-commits
- [zorg] r183702 - Added new lld builder, slave, LLDWinBuildFactory.
Galina Kistanova via llvm-commits
- [zorg] r183702 - Added new lld builder, slave, LLDWinBuildFactory.
Rui Ueyama via llvm-commits
- [zorg] r259389 - [powerpc] Add jobs parms to powerpc64 lnt buildbots
Bill Seurer via llvm-commits
- [zorg] r259397 - Removed 2 QEMU-based buildbots (llvm-aarch64-linux and clang-aarch64-lnt).
Galina Kistanova via llvm-commits
- [zorg] r259415 - Added new slave
Galina Kistanova via llvm-commits
- [zorg] r259520 - [powerpc] build shared libraries
Bill Seurer via llvm-commits
- [zorg] r259534 - Added new slave Windows 10 Pro.
Galina Kistanova via llvm-commits
- [zorg] r259827 - Added new ClangAndLLDBuilder llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast.
Galina Kistanova via llvm-commits
- [zorg] r259830 - Update green dragon primary builds to CMake
Chris Matthews via llvm-commits
- [zorg] r259833 - Renamed builder llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast to llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast.
Galina Kistanova via llvm-commits
- [zorg] r259837 - Removed builders for slave freebsd01.
Galina Kistanova via llvm-commits
- [zorg] r259849 - Fixup cmake detection on green dragon
Chris Matthews via llvm-commits
- [zorg] r259933 - Changed config options for builder llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast.
Galina Kistanova via llvm-commits
- [zorg] r259957 - Added an isMSVC parameter to the ClangAndLLDBuilder.py file to deal with a new MSVC based bot.
Galina Kistanova via llvm-commits
- [zorg] r259974 - Build lld on Windows with VS 2015 and ninja; run lld tests.
Galina Kistanova via llvm-commits
- [zorg] r259982 - Relax the warnings escalation for now, and let ninja decide jobs for lld-x86_64-win7 builder.
Galina Kistanova via llvm-commits
- [zorg] r259996 - Reduce parallelism in Polly openmp builder
Tobias Grosser via llvm-commits
- [zorg] r260029 - Revert "Reduce parallelism in Polly openmp builder"
Tobias Grosser via llvm-commits
- Buildbot numbers for week of 1/24/2016 - 1/30/2016
Galina Kistanova via llvm-commits
- Fix Issues with cmpxchg example
Daniel Robertson via llvm-commits
- Fix Issues with cmpxchg example
Duncan P. N. Exon Smith via llvm-commits
- Fix Issues with cmpxchg example
Daniel Robertson via llvm-commits
- Fix Issues with cmpxchg example
Duncan P. N. Exon Smith via llvm-commits
- Fix Issues with cmpxchg example
Daniel Robertson via llvm-commits
- Fix Issues with cmpxchg example
Dan Robertson via llvm-commits
- Fix Issues with cmpxchg example
Duncan P. N. Exon Smith via llvm-commits
- Fix Issues with cmpxchg example
Daniel Robertson via llvm-commits
- Fix Issues with cmpxchg example
Duncan P. N. Exon Smith via llvm-commits
- Fix some leaks in lld's YAML parser
Rafael Espíndola via llvm-commits
- Fix some leaks in lld's YAML parser
Pete Cooper via llvm-commits
- Fwd: [PATCH][zorg] Add Windows Clang & LLD builder to Buildbot Staging
Mike Edwards via llvm-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via llvm-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via llvm-commits
- Merging fix for PR26278
Daniel Sanders via llvm-commits
- Merging fix for PR26278
Hans Wennborg via llvm-commits
- Merging fix for PR26278
Daniel Sanders via llvm-commits
- PATCH: add a c'tor to ErrorOr that allows us to perform two user defined conversions
Nick Lewycky via llvm-commits
- PATCH: add a c'tor to ErrorOr that allows us to perform two user defined conversions
David Blaikie via llvm-commits
- PATCH: add a c'tor to ErrorOr that allows us to perform two user defined conversions
Nick Lewycky via llvm-commits
- Tutorial: How To Write An LLVM Register Allocator
Natanael Ramos via llvm-commits
- Value.h, linkage, and NDEBUG differences between llvm lib build-time and client usage
Todd Fiala via llvm-commits
- Value.h, linkage, and NDEBUG differences between llvm lib build-time and client usage
David Blaikie via llvm-commits
- Value.h, linkage, and NDEBUG differences between llvm lib build-time and client usage
Todd Fiala via llvm-commits
- YamlIO custom scalar example fix
Vedant Kumar via llvm-commits
Last message date:
Sun Feb 7 23:48:30 PST 2016
Archived on: Sun Feb 7 23:47:35 PST 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).