The Week Of Monday 31 August 2015 Archives by subject
Starting: Mon Aug 31 00:02:51 PDT 2015
Ending: Sun Sep 6 23:54:23 PDT 2015
Messages: 1195
- [compiler-rt] r246435 - [asan] Fix the freopen interceptor to allow NULL instead of a filename
Kuba Brecka via llvm-commits
- [compiler-rt] r246454 - builtins: implement __emutls_get_address
Chih-Hung Hsieh via llvm-commits
- [compiler-rt] r246454 - builtins: implement __emutls_get_address
H.J. Lu via llvm-commits
- [compiler-rt] r246454 - builtins: implement __emutls_get_address
Joerg Sonnenberger via llvm-commits
- [compiler-rt] r246454 - builtins: implement __emutls_get_address
H.J. Lu via llvm-commits
- [compiler-rt] r246454 - builtins: implement __emutls_get_address
H.J. Lu via llvm-commits
- [compiler-rt] r246454 - builtins: implement __emutls_get_address
Chih-hung Hsieh via llvm-commits
- [compiler-rt] r246454 - builtins: implement __emutls_get_address
H.J. Lu via llvm-commits
- [compiler-rt] r246454 - builtins: implement __emutls_get_address
Chih-hung Hsieh via llvm-commits
- [compiler-rt] r246454 - builtins: implement __emutls_get_address
H.J. Lu via llvm-commits
- [compiler-rt] r246454 - builtins: implement __emutls_get_address
Chih-hung Hsieh via llvm-commits
- [compiler-rt] r246487 - [CMake] Fix building builtins on Linux and Darwin.
Chris Bieneman via llvm-commits
- [compiler-rt] r246499 - [CMake] Fixing lip output library name on Darwin platforms.
Chris Bieneman via llvm-commits
- [compiler-rt] r246501 - [CMake] Enable building builtins for iOS and iOS simulator.
Chris Bieneman via llvm-commits
- [compiler-rt] r246566 - Mark the log_path ubsan test as requiring a shell. It uses globs.
Reid Kleckner via llvm-commits
- [compiler-rt] r246592 - [tsan] workaround for a crash in deadlock detector, bug https://github.com/google/sanitizers/issues/594
Kostya Serebryany via llvm-commits
- [compiler-rt] r246599 - [autoconf] Add ___udivti3 to iOS builtins
Chris Bieneman via llvm-commits
- [compiler-rt] r246602 - CFI: Add blacklist entries for various standard library functions.
Peter Collingbourne via llvm-commits
- [compiler-rt] r246617 - CFI: Make the cfi target a dependency of compiler-rt.
Peter Collingbourne via llvm-commits
- [compiler-rt] r246708 - [windows] Add retries to cope with linker/filesystem flakiness
Reid Kleckner via llvm-commits
- [compiler-rt] r246716 - [asan] Fix signal interception on Android.
Evgeniy Stepanov via llvm-commits
- [compiler-rt] r246741 - [asan] Replace valloc with posix_memalign in test.
Evgeniy Stepanov via llvm-commits
- [compiler-rt] r246742 - [asan] Split a test in two.
Evgeniy Stepanov via llvm-commits
- [compiler-rt] r246758 - tsan: speed up race deduplication
Dmitry Vyukov via llvm-commits
- [compiler-rt] r246817 - Test triangle inheritance member poisoning.
Naomi Musgrave via llvm-commits
- [compiler-rt] r246831 - [asan] Delay syslog use on Android until the end of __asan_init.
Evgeniy Stepanov via llvm-commits
- [compiler-rt] r246832 - [asan] Disable array cookie test on ARM, enable on Android/x86.
Evgeniy Stepanov via llvm-commits
- [compiler-rt] r246866 - [asan] Disable asm instrumentation tests on android/x86.
Evgeniy Stepanov via llvm-commits
- [compiler-rt] r246875 - [asan] Fix >80 chars line.
Evgeniy Stepanov via llvm-commits
- [compiler-rt] r246891 - [asan] Detect asanwrapper binary in android tests.
Evgeniy Stepanov via llvm-commits
- [Diffusion] rL246607: [MC] Generate a timestamp for COFF object files
NAKAMURA Takumi via llvm-commits
- [Diffusion] rL246607: [MC] Generate a timestamp for COFF object files
NAKAMURA Takumi via llvm-commits
- [lld] r245880 - Add support for reading files with more than 0xff00 sections.
Sean Silva via llvm-commits
- [lld] r246424 - COFF: Improve dllexported name mangling compatibility.
Rui Ueyama via llvm-commits
- [lld] r246480 - Don't allocate space for SHT_NOBITS sections.
Rafael Espindola via llvm-commits
- [lld] r246496 - Start allocating space for common symbols.
Rafael Espindola via llvm-commits
- [lld] r246503 - Assign common symbols to the .bss output section.
Rafael Espindola via llvm-commits
- [lld] r246505 - Set the correct value for the common symbols.
Rafael Espindola via llvm-commits
- [lld] r246511 - Sort common symbols by alignment.
Rafael Espindola via llvm-commits
- [lld] r246517 - Remember the maximum alignment used to refer to a common symbol.
Rafael Espindola via llvm-commits
- [lld] r246533 - COFF: Set "Data" bit for data symbols in the import descriptor.
Rui Ueyama via llvm-commits
- [lld] r246535 - COFF: Make import libraries compatible with MSVC link.
Rui Ueyama via llvm-commits
- [lld] r246537 - COFF: .exe files should be able to export functions.
Rui Ueyama via llvm-commits
- [lld] r246537 - COFF: .exe files should be able to export functions.
Davide Italiano via llvm-commits
- [lld] r246537 - COFF: .exe files should be able to export functions.
Rafael Espíndola via llvm-commits
- [lld] r246537 - COFF: .exe files should be able to export functions.
Rui Ueyama via llvm-commits
- [lld] r246553 - [COFF] Remove dead private field. Also fixes build with -Werror.
Davide Italiano via llvm-commits
- [lld] r246559 - Exclude COFF/export-exe.test on non-Windows
Ed Maste via llvm-commits
- [lld] r246559 - Exclude COFF/export-exe.test on non-Windows
Rui Ueyama via llvm-commits
- [lld] r246577 - Start recording st_other (i.e. visibility).
Rafael Espindola via llvm-commits
- [lld] r246581 - Every symbol now has an Elf_Sym. Simplify. NFC.
Rafael Espindola via llvm-commits
- [lld] r246583 - Don't include hidden or internal symbols in the symbol table.
Rafael Espindola via llvm-commits
- [lld] r246593 - Don't leave unused strings in the string table.
Rafael Espindola via llvm-commits
- [lld] r246603 - Merge visibility from all symbols with the same name.
Rafael Espindola via llvm-commits
- [lld] r246620 - COFF: Preserve original spelling of DLL file name.
Rui Ueyama via llvm-commits
- [lld] r246621 - COFF: Attempt to fix a flaky test.
Rui Ueyama via llvm-commits
- [lld] r246662 - Remove an allocator which was used for just one allocation.
Rafael Espindola via llvm-commits
- [lld] r246662 - Remove an allocator which was used for just one allocation.
Sean Silva via llvm-commits
- [lld] r246662 - Remove an allocator which was used for just one allocation.
Rafael Espíndola via llvm-commits
- [lld] r246662 - Remove an allocator which was used for just one allocation.
Sean Silva via llvm-commits
- [lld] r246707 - Split out the ELF kind from the InputFile Kind.
Rafael Espindola via llvm-commits
- [lld] r246731 - Make getSymbols non-virtual. NFC.
Rafael Espindola via llvm-commits
- [lld] r246770 - COFF: /delayload:<DLLNAME> is case-insensitive.
Rui Ueyama via llvm-commits
- [lld] r246780 - COFF: Ignore /GUARDSYM option.
Rui Ueyama via llvm-commits
- [lld] r246780 - COFF: Ignore /GUARDSYM option.
Davide Italiano via llvm-commits
- [lld] r246780 - COFF: Ignore /GUARDSYM option.
Rui Ueyama via llvm-commits
- [lld] r246786 - COFF: Update windows_support.html.
Rui Ueyama via llvm-commits
- [lld] r246793 - Make ObjectFiles private. NFC.
Rafael Espindola via llvm-commits
- [lld] r246796 - Add a helper function for getting the first object file.
Rafael Espindola via llvm-commits
- [lld] r246797 - Start adding support for shared libraries.
Rafael Espindola via llvm-commits
- [lld] r246802 - [ELF2] Don't allocate more SymbolBodies than needed.
Davide Italiano via llvm-commits
- [lld] r246811 - Avoid gcc warning.
Rafael Espindola via llvm-commits
- [lld] r246823 - Add a template helper to avoid multiple switches over the ELF kind. NFC.
Rafael Espindola via llvm-commits
- [lld] r246861 - [ELF2] Writer: Fold variables, use setVisibility(). NFCI.
Davide Italiano via llvm-commits
- [lld] r246869 - COFF: Use section content checksum for ICF.
Rui Ueyama via llvm-commits
- [lld] r246874 - Remove unused variable.
Rui Ueyama via llvm-commits
- [lld] r246878 - COFF: Implement a better algorithm for ICF.
Rui Ueyama via llvm-commits
- [lld] r246878 - COFF: Implement a better algorithm for ICF.
Sean Silva via llvm-commits
- [lld] r246878 - COFF: Implement a better algorithm for ICF.
Rui Ueyama via llvm-commits
- [lld] r246886 - [elf2] Add basic archive file support.
Michael J. Spencer via llvm-commits
- [lld] r246892 - [elf2] Fix include order.
Michael J. Spencer via llvm-commits
- [lld] r246901 - [elf2] Correctly handle sections with an alignment of 0. Spec says to treat it as an alignment of 1.
Michael J. Spencer via llvm-commits
- [lld] r246901 - [elf2] Correctly handle sections with an alignment of 0. Spec says to treat it as an alignment of 1.
Davide Italiano via llvm-commits
- [lld] r246901 - [elf2] Correctly handle sections with an alignment of 0. Spec says to treat it as an alignment of 1.
Michael Spencer via llvm-commits
- [lld] r246902 - [elf2] Add 32S and 64 relocations (needed for musl).
Michael J. Spencer via llvm-commits
- [lld] r246902 - [elf2] Add 32S and 64 relocations (needed for musl).
Davide Italiano via llvm-commits
- [lld] r246934 - COFF: Split doICF(). No functionality change.
Rui Ueyama via llvm-commits
- [llvm] r240023 - [EliminateDuplicatePHINodes] Replace custom hash map with DenseSet.
Jonathan Roelofs via llvm-commits
- [llvm] r240023 - [EliminateDuplicatePHINodes] Replace custom hash map with DenseSet.
Jonathan Roelofs via llvm-commits
- [llvm] r240023 - [EliminateDuplicatePHINodes] Replace custom hash map with DenseSet.
Benjamin Kramer via llvm-commits
- [llvm] r242173 - MachineRegisterInfo: Remove UsedPhysReg infrastructure
Marek Olšák via llvm-commits
- [llvm] r243750 - [CaptureTracker] Provide an ordered basic block to PointerMayBeCapturedBefore
Kostya Serebryany via llvm-commits
- [llvm] r243956 - [SDAG] Fix a result chain in ExpandUnalignedLoad
Quentin Colombet via llvm-commits
- [llvm] r243956 - [SDAG] Fix a result chain in ExpandUnalignedLoad
Hans Wennborg via llvm-commits
- [llvm] r244578 - [X86] When optimizing for minsize, use POP for small post-call stack clean-up
Alexander Potapenko via llvm-commits
- [llvm] r246244 - Constant propagation after hitting assume(cmp) bugfix
Piotr Padlewski via llvm-commits
- [llvm] r246244 - Constant propagation after hitting assume(cmp) bugfix
Steven Wu via llvm-commits
- [llvm] r246244 - Constant propagation after hitting assume(cmp) bugfix
Piotr Padlewski via llvm-commits
- [llvm] r246244 - Constant propagation after hitting assume(cmp) bugfix
Steven Wu via llvm-commits
- [llvm] r246244 - Constant propagation after hitting assume(cmp) bugfix
Piotr Padlewski via llvm-commits
- [llvm] r246344 - Use UNSUPPORTED instead of XFAIL to disable this test, as it passes on one AArch64 bot.
Yaron Keren via llvm-commits
- [llvm] r246367 - [Triple] Stop abusing a class to have only static methods and just use
Chandler Carruth via llvm-commits
- [llvm] r246367 - [Triple] Stop abusing a class to have only static methods and just use
Renato Golin via llvm-commits
- [llvm] r246370 - Refactor the ARM target parsing to use a def file with macros to expand
Chandler Carruth via llvm-commits
- [llvm] r246378 - Stop calling the flat out insane ARM target parsing code unless the
David Blaikie via llvm-commits
- [llvm] r246406 - [dsymutil] Fix handling of inlined_subprogram low_pcs
David Blaikie via llvm-commits
- [llvm] r246406 - [dsymutil] Fix handling of inlined_subprogram low_pcs
David Blaikie via llvm-commits
- [llvm] r246406 - [dsymutil] Fix handling of inlined_subprogram low_pcs
Frédéric Riss via llvm-commits
- [llvm] r246421 - Force the locale when executing ld gold
Sylvestre Ledru via llvm-commits
- [llvm] r246423 - [AggressiveAntiDepBreaker] Check for EarlyClobber on defining instruction
Hal Finkel via llvm-commits
- [llvm] r246428 - AVX512: Implemented encoding and intrinsics for vpalignr
Igor Breger via llvm-commits
- [llvm] r246431 - AVX512: Add encoding tests for vscatter instructions
Igor Breger via llvm-commits
- [llvm] r246432 - AVX512: kadd implementation
Igor Breger via llvm-commits
- [llvm] r246436 - AVX512: Implemented encoding and intrinsics for vdbpsadbw
Igor Breger via llvm-commits
- [llvm] r246439 - AVX512: ktest implemantation
Igor Breger via llvm-commits
- [llvm] r246440 - [SectionMemoryManager] Use range-based for loops. No functional change intended.
Benjamin Kramer via llvm-commits
- [llvm] r246449 - Repress sanitization on User dtor. Modify msan macros for applying attribute
Naomi Musgrave via llvm-commits
- [llvm] r246449 - Repress sanitization on User dtor. Modify msan macros for applying attribute
Eric Christopher via llvm-commits
- [llvm] r246449 - Repress sanitization on User dtor. Modify msan macros for applying attribute
Naomi Musgrave via llvm-commits
- [llvm] r246449 - Repress sanitization on User dtor. Modify msan macros for applying attribute
Naomi Musgrave via llvm-commits
- [llvm] r246449 - Repress sanitization on User dtor. Modify msan macros for applying attribute
Eric Christopher via llvm-commits
- [llvm] r246449 - Repress sanitization on User dtor. Modify msan macros for applying attribute
Naomi Musgrave via llvm-commits
- [llvm] r246449 - Repress sanitization on User dtor. Modify msan macros for applying attribute
Evgenii Stepanov via llvm-commits
- [llvm] r246449 - Repress sanitization on User dtor. Modify msan macros for applying attribute
Eric Christopher via llvm-commits
- [llvm] r246449 - Repress sanitization on User dtor. Modify msan macros for applying attribute
Evgenii Stepanov via llvm-commits
- [llvm] r246449 - Repress sanitization on User dtor. Modify msan macros for applying attribute
Naomi Musgrave via llvm-commits
- [llvm] r246450 - Revert "Repress sanitization on User dtor. Modify msan macros for applying attribute"
Naomi Musgrave via llvm-commits
- [llvm] r246451 - Change comment to verify commit accesss.
Karl Schimpf via llvm-commits
- [llvm] r246453 - [llvm-readobj] Add pair of missing braces.
Davide Italiano via llvm-commits
- [llvm] r246457 - [MC/AsmParser] Avoid setting MCSymbol.IsUsed in some cases
Vedant Kumar via llvm-commits
- [llvm] r246458 - Build a lib/Fuzzer version for llvm-as.
Karl Schimpf via llvm-commits
- [llvm] r246459 - [BitcodeReader] Ensure we can read constant vector selects with an i1 condition
Filipe Cabecinhas via llvm-commits
- [llvm] r246461 - X86: Fix FastISel SSESelect register class
Matthias Braun via llvm-commits
- [llvm] r246462 - AArch64: Fix loads to lower NEON vector lanes using GPR registers
Matthias Braun via llvm-commits
- [llvm] r246463 - Rework of the new interface for shrink wrapping
Kit Barton via llvm-commits
- [llvm] r246465 - [LazyValueInfo] Look through Phi nodes when trying to prove a predicate
Philip Reames via llvm-commits
- [llvm] r246466 - [DAGCombine] Remove some old dead code for forming SETCC nodes
Hal Finkel via llvm-commits
- [llvm] r246470 - Undo reversion on commit: Revert "Revert "Repress sanitization on User dtor.
Naomi Musgrave via llvm-commits
- [llvm] r246471 - [libFuzzer] update the docs to mention llvm-as-fuzzer
Kostya Serebryany via llvm-commits
- [llvm] r246472 - [AArch64][CollectLOH] Remove an invalid assertion and add a test case exposing it.
Quentin Colombet via llvm-commits
- [llvm] r246474 - [llvm-readobj] Dump MachO Dysymtab command.
Davide Italiano via llvm-commits
- [llvm] r246476 - [FunctionAttr] Infer nonnull attributes on returns
Philip Reames via llvm-commits
- [llvm] r246476 - [FunctionAttr] Infer nonnull attributes on returns
Yaron Keren via llvm-commits
- [llvm] r246476 - [FunctionAttr] Infer nonnull attributes on returns
Philip Reames via llvm-commits
- [llvm] r246478 - [EH] Handle non-Function personalities like unknown personalities
Reid Kleckner via llvm-commits
- [llvm] r246481 - [x86] enable machine combiner reassociations for scalar 'or' insts
Sanjay Patel via llvm-commits
- [llvm] r246482 - [DAGCombine] Use getSetCCResultType utility function
Hal Finkel via llvm-commits
- [llvm] r246484 - Rollback of commit "Repress sanitization on User dtor."
Naomi Musgrave via llvm-commits
- [llvm] r246485 - Fix CHECK directives that weren't checking.
Hans Wennborg via llvm-commits
- [llvm] r246486 - Fix Windows build by including raw_ostream.h
Hans Wennborg via llvm-commits
- [llvm] r246489 - Fix bug in method LLLexer::FP80HexToIntPair
Karl Schimpf via llvm-commits
- [llvm] r246491 - Revert "[lit] Speculatively fix PR24554 by manually closing the process handle"
Reid Kleckner via llvm-commits
- [llvm] r246491 - Revert "[lit] Speculatively fix PR24554 by manually closing the process handle"
NAKAMURA Takumi via llvm-commits
- [llvm] r246491 - Revert "[lit] Speculatively fix PR24554 by manually closing the process handle"
Reid Kleckner via llvm-commits
- [llvm] r246491 - Revert "[lit] Speculatively fix PR24554 by manually closing the process handle"
NAKAMURA Takumi via llvm-commits
- [llvm] r246493 - generalize helper function of MergeConsecutiveStores to handle vector types (NFCI)
Sanjay Patel via llvm-commits
- [llvm] r246498 - Infrastructure changes for Clang r246497.
Richard Smith via llvm-commits
- [llvm] r246500 - WebAssembly: generate load/store
JF Bastien via llvm-commits
- [llvm] r246502 - [BasicAA] Fix the handling of sext and zext in the analysis of GEPs.
Quentin Colombet via llvm-commits
- [llvm] r246502 - [BasicAA] Fix the handling of sext and zext in the analysis of GEPs.
Quentin Colombet via llvm-commits
- [llvm] r246502 - [BasicAA] Fix the handling of sext and zext in the analysis of GEPs.
Hans Wennborg via llvm-commits
- [llvm] r246506 - don't set a legal vector type if we know we can't use that type (NFCI)
Sanjay Patel via llvm-commits
- [llvm] r246507 - [DAGCombine] Fixup SETCC legality checking
Hal Finkel via llvm-commits
- [llvm] r246509 - LTO: Cleanup parameter names and header docs, NFC
Duncan P. N. Exon Smith via llvm-commits
- [llvm] r246513 - fixed test to specify triple rather than arch and CPU
Sanjay Patel via llvm-commits
- [llvm] r246514 - remove unnecessary/conflicting target info
Sanjay Patel via llvm-commits
- [llvm] r246522 - Distribute the weight on the edge from switch to default statement to edges generated in lowering switch.
Cong Hou via llvm-commits
- [llvm] r246525 - AMDGPU: Fix adding redundant implicit operands
Matt Arsenault via llvm-commits
- [llvm] r246527 - Enable linking tools, shared libraries against libLLVM
Andrew Wilkins via llvm-commits
- [llvm] r246531 - cmake: Error instead of warning and dropping invalid LLVM_USE_SANITIZER
Justin Bogner via llvm-commits
- [llvm] r246531 - cmake: Error instead of warning and dropping invalid LLVM_USE_SANITIZER
Filipe Cabecinhas via llvm-commits
- [llvm] r246532 - Object: Fix COFF import file's symbols.
Rui Ueyama via llvm-commits
- [llvm] r246538 - Fix typo.
Yaron Keren via llvm-commits
- [llvm] r246540 - [ARM][AArch64] Turn on by default interleaved access lowering
Silviu Baranga via llvm-commits
- [llvm] r246541 - [ARM] Turn on by default interleaved access vectorization
Silviu Baranga via llvm-commits
- [llvm] r246541 - [ARM] Turn on by default interleaved access vectorization
Evgenii Stepanov via llvm-commits
- [llvm] r246541 - [ARM] Turn on by default interleaved access vectorization
Renato Golin via llvm-commits
- [llvm] r246541 - [ARM] Turn on by default interleaved access vectorization
Evgenii Stepanov via llvm-commits
- [llvm] r246541 - [ARM] Turn on by default interleaved access vectorization
Renato Golin via llvm-commits
- [llvm] r246541 - [ARM] Turn on by default interleaved access vectorization
Arnaud A. de Grandmaison via llvm-commits
- [llvm] r246542 - [AArch64] Turn on by default interleaved access vectorization
Silviu Baranga via llvm-commits
- [llvm] r246547 - use CHECK-LABEL for more precision
Sanjay Patel via llvm-commits
- [llvm] r246551 - AVX512: Implemented intrinsics for valign.
Igor Breger via llvm-commits
- [llvm] r246554 - [MC] Allow MCObjectWriter's output stream to be swapped out
David Majnemer via llvm-commits
- [llvm] r246554 - [MC] Allow MCObjectWriter's output stream to be swapped out
Yaron Keren via llvm-commits
- [llvm] r246554 - [MC] Allow MCObjectWriter's output stream to be swapped out
David Majnemer via llvm-commits
- [llvm] r246554 - [MC] Allow MCObjectWriter's output stream to be swapped out
Yaron Keren via llvm-commits
- [llvm] r246555 - [AArch64] Lower READCYCLECOUNTER using MRS PMCCTNR_EL0.
Ahmed Bougacha via llvm-commits
- [llvm] r246556 - [llvm-readobj] MachO -- correctly dump section field 'Reserved3'
Davide Italiano via llvm-commits
- [llvm] r246561 - New bitcode linker flags:
Artem Belevich via llvm-commits
- [llvm] r246564 - DeadArgElim: don't eliminate arguments from naked functions
Hans Wennborg via llvm-commits
- [llvm] r246571 - Remove OutputBuffer.
Benjamin Kramer via llvm-commits
- [llvm] r246571 - Remove OutputBuffer.
Rafael Espíndola via llvm-commits
- [llvm] r246584 - gold-plugin: Implement parallel LTO code generation using llvm::splitCodeGen.
Peter Collingbourne via llvm-commits
- [llvm] r246585 - rename "slow-unaligned-mem-under-32" to slow-unaligned-mem-16" (NFCI)
Sanjay Patel via llvm-commits
- [llvm] r246588 - Make trunk release notes point to 3.7, not 3.6
Nico Weber via llvm-commits
- [llvm] r246590 - [MC] Add support for generating COFF CRCs
David Majnemer via llvm-commits
- [llvm] r246594 - [ARM] Don't abort on variable-idx extractelt in ReconstructShuffle.
Ahmed Bougacha via llvm-commits
- [llvm] r246604 - [MC] Remove MCAssembler's copy of OS
David Majnemer via llvm-commits
- [llvm] r246607 - [MC] Generate a timestamp for COFF object files
David Majnemer via llvm-commits
- [llvm] r246615 - [CodeGen] Fix FREM on 32-bit MSVC on x86
Vedant Kumar via llvm-commits
- [llvm] r246619 - Move createEliminateAvailableExternallyPass earlier in the pass pipeline
Yaron Keren via llvm-commits
- [llvm] r246622 - Optimization for Gather/Scatter with uniform base
Elena Demikhovsky via llvm-commits
- [llvm] r246625 - AVX-512: store <4 x i1> and <2 x i1> values in memory
Elena Demikhovsky via llvm-commits
- [llvm] r246629 - [CMake] Don't use OBJLIB on Xcode.
NAKAMURA Takumi via llvm-commits
- [llvm] r246630 - [LV] Switch to using canonical induction variables.
James Molloy via llvm-commits
- [llvm] r246631 - [LV] Never widen an induction variable.
James Molloy via llvm-commits
- [llvm] r246632 - [LV] Factor the creation of the loop induction variable out of createEmptyLoop()
James Molloy via llvm-commits
- [llvm] r246633 - [LV] Pull creation of trip counts into a helper function.
James Molloy via llvm-commits
- [llvm] r246634 - [LV] Refactor all runtime check emissions into helper functions.
James Molloy via llvm-commits
- [llvm] r246635 - [LV] Cleanup: Sink an IRBuilder closer to its uses.
James Molloy via llvm-commits
- [llvm] r246636 - [LV] Move some code around slightly to make the intent of the function more clear.
James Molloy via llvm-commits
- [llvm] r246637 - [LV] Don't bail to MiddleBlock if a runtime check fails, bail to ScalarPH instead
James Molloy via llvm-commits
- [llvm] r246640 - AVX512: Implemented encoding and intrinsics for vshufps/d.
Igor Breger via llvm-commits
- [llvm] r246641 - Suppress llvm/test/tools/gold/X86/parallel.ll while investigating.
NAKAMURA Takumi via llvm-commits
- [llvm] r246641 - Suppress llvm/test/tools/gold/X86/parallel.ll while investigating.
Rafael Espíndola via llvm-commits
- [llvm] r246642 - AVX512: Implemented encoding and intrinsics for VGETMANTPD/S , VGETMANTSD/S instructions
Igor Breger via llvm-commits
- [llvm] r246651 - [TableGen] Allow TokenTy in intrinsic signatures
Joseph Tremoulet via llvm-commits
- [llvm] r246653 - Add newline to test. NFC.
Chad Rosier via llvm-commits
- [llvm] r246654 - [X86][AVX512VLBW] add support in byte shift and SAD
Asaf Badouh via llvm-commits
- [llvm] r246656 - Pass a symbol table to getRelocationSymbol instead of returning one.
Rafael Espindola via llvm-commits
- [llvm] r246658 - [x86] fix allowsMisalignedMemoryAccesses() for 8-byte and smaller accesses
Sanjay Patel via llvm-commits
- [llvm] r246664 - MCAssembler.h: Prune unused \param since r246604. [-Wdocumentation]
NAKAMURA Takumi via llvm-commits
- [llvm] r246665 - [llvm-readobj] MachO: Dump segment command.
Davide Italiano via llvm-commits
- [llvm] r246673 - Reapply r246012 [dsymutil] Emit real dSYM companion binaries.
Frederic Riss via llvm-commits
- [llvm] r246675 - [PowerPC] Don't always consider P8Altivec-only masks in LowerVECTOR_SHUFFLE
Hal Finkel via llvm-commits
- [llvm] r246676 - [llvm-reaodbj] Simplify code. No functional change (intended).
Davide Italiano via llvm-commits
- [llvm] r246676 - [llvm-reaodbj] Simplify code. No functional change (intended).
Davide Italiano via llvm-commits
- [llvm] r246678 - [ValueTracking] Look through casts when both operands are casts.
James Molloy via llvm-commits
- [llvm] r246679 - [ValueTracking] Minor comment change in test
James Molloy via llvm-commits
- [llvm] r246681 - IR: Invert a condition to make it more legible. NFC
Justin Bogner via llvm-commits
- [llvm] r246684 - test: Only warn about missing substitutions for required tools
Justin Bogner via llvm-commits
- [llvm] r246686 - [AArch64] Consistently separate asm opc and operands with '\t'.
Ahmed Bougacha via llvm-commits
- [llvm] r246687 - [AArch64] More consistently separate asm opc and operands with '\t'.
Ahmed Bougacha via llvm-commits
- [llvm] r246688 - add unpredictable metadata type for control flow
Sanjay Patel via llvm-commits
- [llvm] r246689 - [libFuzzer] honour -only_ascii=1 when reading the initial corpus. Also, remove ugly #ifdef
Kostya Serebryany via llvm-commits
- [llvm] r246691 - use "unpredictable" metadata in SelectionDAG when splitting compares
Sanjay Patel via llvm-commits
- [llvm] r246692 - use "unpredictable" metadata in fast-isel when splitting compares
Sanjay Patel via llvm-commits
- [llvm] r246693 - fix underline
Sanjay Patel via llvm-commits
- [llvm] r246694 - [RemoveDuplicatePHINodes] Start over after removing a PHI.
Benjamin Kramer via llvm-commits
- [llvm] r246694 - [RemoveDuplicatePHINodes] Start over after removing a PHI.
Jonathan Roelofs via llvm-commits
- [llvm] r246695 - Constant propagation after hiting llvm.assume
Piotr Padlewski via llvm-commits
- [llvm] r246696 - Constant propagation after hitting assume(cmp) bugfix
Piotr Padlewski via llvm-commits
- [llvm] r246697 - assuem(X) handling in GVN bugfix
Piotr Padlewski via llvm-commits
- [llvm] r246704 - [lit] Add basic flaky test retry functionality
Reid Kleckner via llvm-commits
- [llvm] r246705 - Small docs fix
Piotr Padlewski via llvm-commits
- [llvm] r246705 - Small docs fix
Eric Christopher via llvm-commits
- [llvm] r246711 - Move twice-repeated clang path operation into a new function.
Douglas Katzman via llvm-commits
- [llvm] r246712 - [PowerPC] Cleanup cost model for unaligned vector loads/stores
Hal Finkel via llvm-commits
- [llvm] r246713 - [RewriteStatepointsForGC] Improve debug output [NFC]
Philip Reames via llvm-commits
- [llvm] r246717 - Fix release build warning for unused function
Philip Reames via llvm-commits
- [llvm] r246717 - Fix release build warning for unused function
David Blaikie via llvm-commits
- [llvm] r246717 - Fix release build warning for unused function
Philip Reames via llvm-commits
- [llvm] r246718 - [RewriteStatepointsForGC] Bugfix for change 246133
Philip Reames via llvm-commits
- [llvm] r246719 - [X86] Cleanup nontemporal fragments. NFCI.
Ahmed Bougacha via llvm-commits
- [llvm] r246720 - IR: Remove a redundant function. NFC
Justin Bogner via llvm-commits
- [llvm] r246721 - [RewriteStatepointsForGC] Pull a function out of anon namespace [NFC]
Philip Reames via llvm-commits
- [llvm] r246722 - [RewriteStatepointsForGC] Delete stale comment [NFC]
Philip Reames via llvm-commits
- [llvm] r246728 - [libFuzzer] remove the section about '-tokens' as I am going to deprecate this option
Kostya Serebryany via llvm-commits
- [llvm] r246729 - IR: Remove an unused AssemblyWriter constructor. NFC
Justin Bogner via llvm-commits
- [llvm] r246730 - [X86] Cleanup nontemporal tests a little. NFC.
Ahmed Bougacha via llvm-commits
- [llvm] r246732 - Add Myriad into enum VendorType
Douglas Katzman via llvm-commits
- [llvm] r246733 - [X86] Require 32-byte alignment for 32-byte VMOVNTs.
Ahmed Bougacha via llvm-commits
- [llvm] r246734 - [libFuzzer] deprecate the -tokens flag. This was a bad idea because the corpus with this flag contains encrypted inputs, not the real inputs, which complicates interoperation with other fuzzers. Instead we'll need to implement AFL dictionary support
Kostya Serebryany via llvm-commits
- [llvm] r246735 - [MergeFuncs] Efficiently defer functions on merge
JF Bastien via llvm-commits
- [llvm] r246739 - Tweak llvm/test/tools/gold/X86/parallel.ll to run with pthread-unaware ld.gold on Linux.
NAKAMURA Takumi via llvm-commits
- [llvm] r246739 - Tweak llvm/test/tools/gold/X86/parallel.ll to run with pthread-unaware ld.gold on Linux.
H.J. Lu via llvm-commits
- [llvm] r246739 - Tweak llvm/test/tools/gold/X86/parallel.ll to run with pthread-unaware ld.gold on Linux.
Rafael Espíndola via llvm-commits
- [llvm] r246739 - Tweak llvm/test/tools/gold/X86/parallel.ll to run with pthread-unaware ld.gold on Linux.
H.J. Lu via llvm-commits
- [llvm] r246750 - AVX512: Implemented encoding and intrinsics for vplzcntq, vplzcntd, vpconflictq, vpconflictd
Igor Breger via llvm-commits
- [llvm] r246751 - [WinEH] Add cleanupendpad instruction
Joseph Tremoulet via llvm-commits
- [llvm] r246752 - [WinEH] Add llvm.eh.exceptionpointer intrinsic
Joseph Tremoulet via llvm-commits
- [llvm] r246754 - [Docs] Fix Sphinx warning
Joseph Tremoulet via llvm-commits
- [llvm] r246759 - Fix IRBuilder CreateBitOrPointerCast for vector types
Silviu Baranga via llvm-commits
- [llvm] r246763 - [mips] Added support for the div, divu, ddiv and ddivu macros which use traps and breaks in the integrated assembler.
Daniel Sanders via llvm-commits
- [llvm] r246767 - [AArch64] Reuse MayLoad. NFC.
Chad Rosier via llvm-commits
- [llvm] r246769 - [AArch64] Improve load/store optimizer to handle LDUR + LDR.
Chad Rosier via llvm-commits
- [llvm] r246771 - check for fastness before merging in DAGCombiner::MergeConsecutiveStores()
Sanjay Patel via llvm-commits
- [llvm] r246773 - Fix SEGV in InlineAsm::ConstraintInfo::Parse.
Karl Schimpf via llvm-commits
- [llvm] r246774 - Fix SEGV in InlineAsm::ConstraintInfo::Parse.
Karl Schimpf via llvm-commits
- [llvm] r246775 - Remove binary characters from test file.
Karl Schimpf via llvm-commits
- [llvm] r246779 - Fix assertion failure in LLParser::ConvertValIDToValue
Karl Schimpf via llvm-commits
- [llvm] r246781 - [x86] enable machine combiner reassociations for scalar 'xor' insts
Sanjay Patel via llvm-commits
- [llvm] r246782 - Revert "[AArch64] Improve load/store optimizer to handle LDUR + LDR."
Chad Rosier via llvm-commits
- [llvm] r246784 - Sink COFF.h MC include into .cpp files
Reid Kleckner via llvm-commits
- [llvm] r246785 - [ARM] Add a test case for revision 243956.
Quentin Colombet via llvm-commits
- [llvm] r246788 - Allow global address space forward decls using IDs in .ll files.
Karl Schimpf via llvm-commits
- [llvm] r246789 - [llvm-readobj] Dump MachO indirect symbols.
Davide Italiano via llvm-commits
- [llvm] r246790 - [AArch64] Improve ISel using across lane addition reduction.
Chad Rosier via llvm-commits
- [llvm] r246790 - [AArch64] Improve ISel using across lane addition reduction.
Steven Wu via llvm-commits
- [llvm] r246790 - [AArch64] Improve ISel using across lane addition reduction.
Steven Wu via llvm-commits
- [llvm] r246792 - Try to clarify the semantics of fptrunc
Dan Liew via llvm-commits
- [llvm] r246798 - llvm.vim: 'musttail' is a keyword too
Jonathan Roelofs via llvm-commits
- [llvm] r246799 - [sancov] Disable sanitizer coverage on functions using SEH
Reid Kleckner via llvm-commits
- [llvm] r246800 - [libFuzzer] adding a parser for AFL-style dictionaries + tests.
Kostya Serebryany via llvm-commits
- [llvm] r246801 - [RewriteStatepointsForGC] Workaround a lack of determinism in visit order
Philip Reames via llvm-commits
- [llvm] r246805 - [PowerPC] Compute the MMO offset for an unaligned load with signed arithmetic
Hal Finkel via llvm-commits
- [llvm] r246807 - [PowerPC] Include the permutation cost for unaligned vector loads
Hal Finkel via llvm-commits
- [llvm] r246808 - [libFuzzer] refactor the mutation functions so that they are now methods of a class. NFC
Kostya Serebryany via llvm-commits
- [llvm] r246809 - [RewriteStatepointsForGC] Strengthen invariants around BDVs
Philip Reames via llvm-commits
- [llvm] r246810 - [RewriteStatepointsForGC] Extract common code, comment, and fix a build warning [NFC]
Philip Reames via llvm-commits
- [llvm] r246812 - [IR] Have AttrBuilder::clear clear `TargetDepAttrs`.
Sanjoy Das via llvm-commits
- [llvm] r246813 - [PowerPC] Try harder to find a base+offset when looking for consecutive accesses
Hal Finkel via llvm-commits
- [llvm] r246819 - [PowerPC] Always use aggressive interleaving on the A2
Hal Finkel via llvm-commits
- [llvm] r246824 - [PowerPC] Enable interleaved-access vectorization
Hal Finkel via llvm-commits
- [llvm] r246825 - [libFuzzer] actually make the dictionaries work (+docs)
Kostya Serebryany via llvm-commits
- [llvm] r246828 - [libFuzzer] when a single mutation fails try a few more times with other mutations before returning un-mutated data
Kostya Serebryany via llvm-commits
- [llvm] r246833 - Fix the testcase in r246790
Steven Wu via llvm-commits
- [llvm] r246836 - Fix APInt value initialization to give a zero value as any sane integer type
Richard Smith via llvm-commits
- [llvm] r246839 - WinCOFFObjectWriter.cpp: Appease a warning in checking std::time_t. [-Wsign-compare]
NAKAMURA Takumi via llvm-commits
- [llvm] r246840 - [MC] Replace comparison with isUInt<32>.
David Majnemer via llvm-commits
- [llvm] r246848 - Simplify testcase added in r246759. NFC
Silviu Baranga via llvm-commits
- [llvm] r246851 - Typo. NFC.
Chad Rosier via llvm-commits
- [llvm] r246855 - Adding full stops to comments
Ben Craig via llvm-commits
- [llvm] r246862 - Add powerpc64 to parallel.ll unsupported architecture list.
Peter Collingbourne via llvm-commits
- [llvm] r246863 - [X86][AVX] Test tidyup + regeneration. NFCI.
Simon Pilgrim via llvm-commits
- [llvm] r246865 - Remove two unused includes and C++11 rangify for loops.
Yaron Keren via llvm-commits
- [llvm] r246868 - [llvm-readobj] MachO: dump the correct field.
Davide Italiano via llvm-commits
- [llvm] r246888 - [libFuzzer] more accurate logic for traces, 80-char fix
Kostya Serebryany via llvm-commits
- [llvm] r246896 - [WinEH] Teach SimplfyCFG to eliminate empty cleanup pads.
Andrew Kaylor via llvm-commits
- [llvm] r246897 - Fixing bad test syntax.
Andrew Kaylor via llvm-commits
- [llvm] r246898 - Fix passed env var name in lit for Android tests.
Evgeniy Stepanov via llvm-commits
- [llvm] r246899 - Fix build warning
Andrew Kaylor via llvm-commits
- [llvm] r246900 - [PowerPC] Fix and(or(x, c1), c2) -> rlwimi generation
Hal Finkel via llvm-commits
- [llvm] r246903 - Fix build warning
Andrew Kaylor via llvm-commits
- [llvm] r246904 - [MC] Convert other MachO tests from macho-dump to llvm-readobj.
Davide Italiano via llvm-commits
- [llvm] r246905 - WinCOFFObjectWriter.cpp: Roll back TimeDateStamp along ENABLE_TIMESTAMPS.
NAKAMURA Takumi via llvm-commits
- [llvm] r246905 - WinCOFFObjectWriter.cpp: Roll back TimeDateStamp along ENABLE_TIMESTAMPS.
David Majnemer via llvm-commits
- [llvm] r246908 - Fix build warning.
Craig Topper via llvm-commits
- [llvm] r246918 - [cmake] rework LLVM_LINK_LLVM_DYLIB option handling
Andrew Wilkins via llvm-commits
- [llvm] r246919 - [mips][microMIPS] Implement ADD.fmt, SUB.fmt, MOV.fmt, MUL.fmt, DIV.fmt, MADDF.fmt, MSUBF.fmt and NEG.fmt instructions
Zoran Jovanovic via llvm-commits
- [llvm] r246921 - [X86] Updated vector popcnt tests. Added vec512 tests.
Simon Pilgrim via llvm-commits
- [llvm] r246922 - [X86] Updated vector tzcnt tests. Added vec512 tests.
Simon Pilgrim via llvm-commits
- [llvm] r246927 - [X86] Updated vector lzcnt tests. Added missing vec512 tests.
Simon Pilgrim via llvm-commits
- [llvm] r246930 - Added arch extensions and default target features in TargetParser.
Alexandros Lamprineas via llvm-commits
- [llvm] r246933 - [InstCombine] Don't assume m_Mul gives back an Instruction
David Majnemer via llvm-commits
- [llvm] r246935 - [bindings] Update Go bindings to DIBuilder
Andrew Wilkins via llvm-commits
- [llvm] r246936 - [TableGen] Use make_unique. NFC.
Craig Topper via llvm-commits
- [llvm] r246937 - [PowerPC] Don't commute trivial rlwimi instructions
Hal Finkel via llvm-commits
- [llvm] r246938 - [SelectionDAG] Swap commutative binops before constant-based folding
Hal Finkel via llvm-commits
- [llvm] r246939 - [InstCombine] Don't divide by zero when evaluating a potential transform
David Majnemer via llvm-commits
- [llvm] r246943 - [X86][AVX512] Added 512-bit vector shift tests.
Simon Pilgrim via llvm-commits
- [llvm] r246949 - [X86][MMX] Added missing stack folding tests for MMX/SSSE3 instructions
Simon Pilgrim via llvm-commits
- [llvm] r246953 - Prune utf8 chars in comments.
NAKAMURA Takumi via llvm-commits
- [llvm] r246954 - CODE_OWNERS.TXT is supposed to be sorted by surname
David Majnemer via llvm-commits
- [LNT] r238965 - Improved regression detection with min of diffs
Daniel Dunbar via llvm-commits
- [LNT] r238965 - Improved regression detection with min of diffs
James Molloy via llvm-commits
- [LNT] r238965 - Improved regression detection with min of diffs
Chris Matthews via llvm-commits
- [LNT] r238965 - Improved regression detection with min of diffs
Chris Matthews via llvm-commits
- [PATCH][Solaris] Clang/Driver, stop hardcoding GCC paths in crt/ld.so lookup
Rafael Espíndola via llvm-commits
- [PATCH][Solaris] Clang/Driver, stop hardcoding GCC paths in crt/ld.so lookup
Xan López via llvm-commits
- [PATCH][Solaris] Clang/Driver, stop hardcoding GCC paths in crt/ld.so lookup
Rafael Espíndola via llvm-commits
- [PATCH][Solaris] Use the GCC Installation detector to add the C++ include paths
Xan López via llvm-commits
- [PATCH] AMDGPU: Fix various moveToVALU bugs with SMRD instructions
Matt Arsenault via llvm-commits
- [PATCH] D10537: [mips] Add support for branch-likely pseudo-instructions
Srdjan Obucina via llvm-commits
- [PATCH] D10674: Value profiling - patchset 3
Xinliang David Li via llvm-commits
- [PATCH] D10674: Value profiling - patchset 3
Betul Buyukkurt via llvm-commits
- [PATCH] D10674: Value profiling - patchset 3
Betul Buyukkurt via llvm-commits
- [PATCH] D10674: Value profiling - patchset 3
Betul Buyukkurt via llvm-commits
- [PATCH] D10674: Value profiling - patchset 3
Betul Buyukkurt via llvm-commits
- [PATCH] D10683: AVX-512 vector shuffle lowering
Elena Demikhovsky via llvm-commits
- [PATCH] D10683: AVX-512 vector shuffle lowering
Simon Pilgrim via llvm-commits
- [PATCH] D10683: AVX-512 vector shuffle lowering
Elena Demikhovsky via llvm-commits
- [PATCH] D10725: Improve testing for the C API
Amaury SECHET via llvm-commits
- [PATCH] D10920: Unify isSafeToLoadUnconditionally and isDereferenceablePointer
Artur Pilipenko via llvm-commits
- [PATCH] D10964: [Codegen] Add intrinsics 'hsum*' and corresponding SDNodes for horizontal sum operation.
Shahid via llvm-commits
- [PATCH] D10964: [Codegen] Add intrinsics 'hsum*' and corresponding SDNodes for horizontal sum operation.
hfinkel at anl.gov via llvm-commits
- [PATCH] D10964: [Codegen] Add intrinsics 'hsum*' and corresponding SDNodes for horizontal sum operation.
Shahid via llvm-commits
- [PATCH] D10964: [Codegen] Add intrinsics 'hsum*' and corresponding SDNodes for horizontal sum operation.
Shahid via llvm-commits
- [PATCH] D10979: Update the branch weight metadata in JumpThreading pass.
Cong Hou via llvm-commits
- [PATCH] D10979: Update the branch weight metadata in JumpThreading pass.
Cong Hou via llvm-commits
- [PATCH] D11121: Optimization for Gather/Scatter with uniform base
Elena Demikhovsky via llvm-commits
- [PATCH] D11219: [mips][microMIPS] Implement JALRC16, JRCADDIUSP and JRC16 instructions
Zlatko Buljan via llvm-commits
- [PATCH] D11219: [mips][microMIPS] Implement JALRC16, JRCADDIUSP and JRC16 instructions
Daniel Sanders via llvm-commits
- [PATCH] D11219: [mips][microMIPS] Implement JALRC16, JRCADDIUSP and JRC16 instructions
Matthew Fortune via llvm-commits
- [PATCH] D11219: [mips][microMIPS] Implement JALRC16, JRCADDIUSP and JRC16 instructions
Daniel Sanders via llvm-commits
- [PATCH] D11370: Improved the interface of methods commuting operands, improved X86-FMA3 mem-folding&coalescing.
Quentin Colombet via llvm-commits
- [PATCH] D11389: [asan] Fix the freopen interceptor to allow NULL instead of a filename
Kuba Brecka via llvm-commits
- [PATCH] D11389: [asan] Fix the freopen interceptor to allow NULL instead of a filename
Alexander Potapenko via llvm-commits
- [PATCH] D11389: [asan] Fix the freopen interceptor to allow NULL instead of a filename
Kuba Brecka via llvm-commits
- [PATCH] D11399: invariant.group and invariant.group.barrier docs
Piotr Padlewski via llvm-commits
- [PATCH] D11438: Fix x86_64 fp128 calling convention
Chih-Hung Hsieh via llvm-commits
- [PATCH] D11502: [UBSan] Fix isDerivedFromAtOffset on iOS ARM64
Filipe Cabecinhas via llvm-commits
- [PATCH] D11502: [UBSan] Fix isDerivedFromAtOffset on iOS ARM64
Alexey Samsonov via llvm-commits
- [PATCH] D11502: [UBSan] Fix isDerivedFromAtOffset on iOS ARM64
Anna Zaks via llvm-commits
- [PATCH] D11502: [UBSan] Fix isDerivedFromAtOffset on iOS ARM64
Filipe Cabecinhas via llvm-commits
- [PATCH] D11502: [UBSan] Fix isDerivedFromAtOffset on iOS ARM64
Filipe Cabecinhas via llvm-commits
- [PATCH] D11502: [UBSan] Fix isDerivedFromAtOffset on iOS ARM64
Anna Zaks via llvm-commits
- [PATCH] D11502: [UBSan] Fix isDerivedFromAtOffset on iOS ARM64
Anna Zaks via llvm-commits
- [PATCH] D11593: AVX512 : VGETMANT implemantation
Elena Demikhovsky via llvm-commits
- [PATCH] D11593: AVX512 : VGETMANT implemantation
Phabricator via llvm-commits
- [PATCH] D11605: [LoopUnswitch] Add block frequency analysis to recognize hot/cold regions
Chen Li via llvm-commits
- [PATCH] D11638: [mips][microMIPS] Implement ADDU16, AND16, ANDI16, NOT16, OR16, SLL16 and SRL16 instructions
Hrvoje Varga via llvm-commits
- [PATCH] D11643: [mips][microMIPS] Implement BREAK16, LI16, MOVE16, SDBBP16, SUBU16 and XOR16 instructions
Hrvoje Varga via llvm-commits
- [PATCH] D11648: InstCombinePHI: Partial simplification of identity operations
Jakub Kuderski via llvm-commits
- [PATCH] D11674: [mips][microMIPS] Implement ABS.fmt, CEIL.L.fmt, CEIL.W.fmt, FLOOR.L.fmt, FLOOR.W.fmt, TRUNC.L.fmt, TRUNC.W.fmt, RSQRT.fmt and SQRT.fmt instructions
Hrvoje Varga via llvm-commits
- [PATCH] D11674: [mips][microMIPS] Implement ABS.fmt, CEIL.L.fmt, CEIL.W.fmt, FLOOR.L.fmt, FLOOR.W.fmt, TRUNC.L.fmt, TRUNC.W.fmt, RSQRT.fmt and SQRT.fmt instructions
Daniel Sanders via llvm-commits
- [PATCH] D11678: [CodeGen] Fixes *absdiff* intrinsic: LangRef doc/test case improvement and corresponding code change
Shahid via llvm-commits
- [PATCH] D11678: [CodeGen] Fixes *absdiff* intrinsic: LangRef doc/test case improvement and corresponding code change
Shahid via llvm-commits
- [PATCH] D11709: AVX512 : vshufps/d implemantation
Igor Breger via llvm-commits
- [PATCH] D11709: AVX512 : vshufps/d implemantation
Elena Demikhovsky via llvm-commits
- [PATCH] D11709: AVX512 : vshufps/d implemantation
Igor Breger via llvm-commits
- [PATCH] D11709: AVX512 : vshufps/d implemantation
Elena Demikhovsky via llvm-commits
- [PATCH] D11709: AVX512 : vshufps/d implemantation
Phabricator via llvm-commits
- [PATCH] D11795: [mips][microMIPS] Write tests for LBU16, LHU16, LW16, LWGP and LWSP instructions
Daniel Sanders via llvm-commits
- [PATCH] D11805: Make DwarfAccelTable customizable. NFC.
Eric Christopher via llvm-commits
- [PATCH] D11805: Make DwarfAccelTable customizable. NFC.
Frederic Riss via llvm-commits
- [PATCH] D11817: Enable Shrink Wrapping for PPC64.
Kit Barton via llvm-commits
- [PATCH] D11847: [BasicAA] Fix zext & sext handling
Quentin Colombet via llvm-commits
- [PATCH] D11847: [BasicAA] Fix zext & sext handling
Quentin Colombet via llvm-commits
- [PATCH] D11847: [BasicAA] Fix zext & sext handling
Quentin Colombet via llvm-commits
- [PATCH] D11856: LowerBitSets: Extend pass to support functions as bitset members.
Kostya Serebryany via llvm-commits
- [PATCH] D11856: LowerBitSets: Extend pass to support functions as bitset members.
Peter Collingbourne via llvm-commits
- [PATCH] D11856: LowerBitSets: Extend pass to support functions as bitset members.
Peter Collingbourne via llvm-commits
- [PATCH] D11864: [bindings] Update Go bindings to DIBuilder
Andrew Wilkins via llvm-commits
- [PATCH] D11890: Fixed Visual Studio warnings.
James Touton via llvm-commits
- [PATCH] D11890: Fixed Visual Studio warnings.
James Touton via llvm-commits
- [PATCH] D11890: Fixed Visual Studio warnings.
Yaron Keren via llvm-commits
- [PATCH] D11890: Fixed Visual Studio warnings.
James Touton via llvm-commits
- [PATCH] D11891: [llgo] drop debug/DIBuilder.Declare
Peter Collingbourne via llvm-commits
- [PATCH] D11891: [llgo] update to new DIBuilder API
Andrew Wilkins via llvm-commits
- [PATCH] D11891: [llgo] update to new DIBuilder API
Andrew Wilkins via llvm-commits
- [PATCH] D11897: [libunwind] Make it possible to use libunwind without heap.
Saleem Abdulrasool via llvm-commits
- [PATCH] D11931: AVX512 : vplzcnt and vpconflict implemantation
Elena Demikhovsky via llvm-commits
- [PATCH] D11931: AVX512 : vplzcnt and vpconflict implemantation
Igor Breger via llvm-commits
- [PATCH] D11931: AVX512 : vplzcnt and vpconflict implemantation
Elena Demikhovsky via llvm-commits
- [PATCH] D11931: AVX512 : vplzcnt and vpconflict implemantation
Phabricator via llvm-commits
- [PATCH] D11931: AVX512 : vplzcnt and vpconflict implemantation
Simon Pilgrim via llvm-commits
- [PATCH] D11931: AVX512 : vplzcnt and vpconflict implemantation
Igor Breger via llvm-commits
- [PATCH] D11931: AVX512 : vplzcnt and vpconflict implemantation
Simon Pilgrim via llvm-commits
- [PATCH] D11933: Extending debug ranges
Vikram TV via llvm-commits
- [PATCH] D11933: Extending debug ranges
Vikram TV via llvm-commits
- [PATCH] D11933: Extending debug ranges
Vikram TV via llvm-commits
- [PATCH] D11933: Extending debug ranges
Adrian Prantl via llvm-commits
- [PATCH] D11941: AVX512: add encoding tests for vscatter instructions
Phabricator via llvm-commits
- [PATCH] D11973: AVX512 : kadd implemantation
Elena Demikhovsky via llvm-commits
- [PATCH] D11973: AVX512 : kadd implemantation
Phabricator via llvm-commits
- [PATCH] D11977: Use modulo semantic to generate non-integer-overflow assumptions
Johannes Doerfert via llvm-commits
- [PATCH] D11978: [mips][microMIPS] Implement ADD.fmt, SUB.fmt, MOV.fmt, MUL.fmt, DIV.fmt, MADDF.fmt, MSUBF.fmt and NEG.fmt instructions
Phabricator via llvm-commits
- [PATCH] D11979: AVX512 : ktest implemantation
Elena Demikhovsky via llvm-commits
- [PATCH] D11979: AVX512 : ktest implemantation
Phabricator via llvm-commits
- [PATCH] D12001: Implement __emutls_get_address
Chih-Hung Hsieh via llvm-commits
- [PATCH] D12001: Implement __emutls_get_address
Chih-Hung Hsieh via llvm-commits
- [PATCH] D12023: Test triangle inheritance member poisoning
Naomi Musgrave via llvm-commits
- [PATCH] D12023: Test triangle inheritance member poisoning
Evgeniy Stepanov via llvm-commits
- [PATCH] D12023: Test triangle inheritance member poisoning
Naomi Musgrave via llvm-commits
- [PATCH] D12023: Test triangle inheritance member poisoning
Evgeniy Stepanov via llvm-commits
- [PATCH] D12023: Test triangle inheritance member poisoning
Naomi Musgrave via llvm-commits
- [PATCH] D12023: Test triangle inheritance member poisoning
Naomi Musgrave via llvm-commits
- [PATCH] D12023: Test triangle inheritance member poisoning
Evgeniy Stepanov via llvm-commits
- [PATCH] D12027: [lld][LinkerScript] Consider order of headers in PHDRS command
Denis Protivensky via llvm-commits
- [PATCH] D12027: [lld][LinkerScript] Consider order of headers in PHDRS command
Denis Protivensky via llvm-commits
- [PATCH] D12027: [lld][LinkerScript] Consider order of headers in PHDRS command
Rafael Auler via llvm-commits
- [PATCH] D12051: Allow PHI nodes in the exit block of regions
Johannes Doerfert via llvm-commits
- [PATCH] D12061: AVX512 : kunpck encoding implementation
Elena Demikhovsky via llvm-commits
- [PATCH] D12061: AVX512 : kunpck encoding implementation
Igor Breger via llvm-commits
- [PATCH] D12080: [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible with the new pass manager, and no longer relying on analysis groups.
Chandler Carruth via llvm-commits
- [PATCH] D12080: [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible with the new pass manager, and no longer relying on analysis groups.
Chandler Carruth via llvm-commits
- [PATCH] D12080: [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible with the new pass manager, and no longer relying on analysis groups.
hfinkel at anl.gov via llvm-commits
- [PATCH] D12094: Avoid the propagation of debug locations in SelectionDAG via CSE
Wolfgang Pieb via llvm-commits
- [PATCH] D12094: Avoid the propagation of debug locations in SelectionDAG via CSE
Sergey Dmitrouk via llvm-commits
- [PATCH] D12095: propagate fast-math-flags on DAG nodes
Sanjay Patel via llvm-commits
- [PATCH] D12095: propagate fast-math-flags on DAG nodes
Sanjay Patel via llvm-commits
- [PATCH] D12098: [WinEH] Calculate state numbers for the new EH representation
Vladislav via llvm-commits
- [PATCH] D12098: [WinEH] Calculate state numbers for the new EH representation
Reid Kleckner via llvm-commits
- [PATCH] D12099: Fix FREM on 32-bit MSVC on x86
Mitch Bodart via llvm-commits
- [PATCH] D12099: Fix FREM on 32-bit MSVC on x86
Dylan McKay via llvm-commits
- [PATCH] D12099: Fix FREM on 32-bit MSVC on x86
Dylan McKay via llvm-commits
- [PATCH] D12099: Fix FREM on 32-bit MSVC on x86
Phabricator via llvm-commits
- [PATCH] D12099: Fix FREM on 32-bit MSVC on x86
Vedant Kumar via llvm-commits
- [PATCH] D12107: Replace overflow check in loop vectorization with minimum loop iterations check
Wei Mi via llvm-commits
- [PATCH] D12116: [AArch64] Improve load/store optimizer to handle LDUR + LDR.
Ahmed Bougacha via llvm-commits
- [PATCH] D12116: [AArch64] Improve load/store optimizer to handle LDUR + LDR.
Chad Rosier via llvm-commits
- [PATCH] D12116: [AArch64] Improve load/store optimizer to handle LDUR + LDR.
Chad Rosier via llvm-commits
- [PATCH] D12116: [AArch64] Improve load/store optimizer to handle LDUR + LDR.
Michael Zolotukhin via llvm-commits
- [PATCH] D12116: [AArch64] Improve load/store optimizer to handle LDUR + LDR.
Ahmed Bougacha via llvm-commits
- [PATCH] D12116: [AArch64] Improve load/store optimizer to handle LDUR + LDR.
Ahmed Bougacha via llvm-commits
- [PATCH] D12116: [AArch64] Improve load/store optimizer to handle LDUR + LDR.
Chad Rosier via llvm-commits
- [PATCH] D12116: [AArch64] Improve load/store optimizer to handle LDUR + LDR.
Ahmed Bougacha via llvm-commits
- [PATCH] D12116: [AArch64] Improve load/store optimizer to handle LDUR + LDR.
Michael Zolotukhin via llvm-commits
- [PATCH] D12116: [AArch64] Improve load/store optimizer to handle LDUR + LDR.
Chad Rosier via llvm-commits
- [PATCH] D12116: [AArch64] Improve load/store optimizer to handle LDUR + LDR.
Chad Rosier via llvm-commits
- [PATCH] D12116: [AArch64] Improve load/store optimizer to handle LDUR + LDR.
Chad Rosier via llvm-commits
- [PATCH] D12116: [AArch64] Improve load/store optimizer to handle LDUR + LDR.
Renato Golin via llvm-commits
- [PATCH] D12145: [ARM][AArch64] Turn on by default interleaved access lowering
silviu.baranga at arm.com via llvm-commits
- [PATCH] D12146: [ARM] Turn on by default interleaved access vectorization
silviu.baranga at arm.com via llvm-commits
- [PATCH] D12149: [AArch64] Turn on by default interleaved access vectorization
silviu.baranga at arm.com via llvm-commits
- [PATCH] D12149: [AArch64] Turn on by default interleaved access vectorization
Silviu Baranga via llvm-commits
- [PATCH] D12153: Support inline functions symbolization in Addr2Line symbolizer.
Maxim Ostapenko via llvm-commits
- [PATCH] D12191: AAP Backend
Patrik Hägglund via llvm-commits
- [PATCH] D12195: [ARM] Get rid of SelectT2ShifterOperandReg, NFC
Renato Golin via llvm-commits
- [PATCH] D12196: [ARM] Extract shifts out of multiply-by-constant
Renato Golin via llvm-commits
- [PATCH] D12205: LTO: Simplify merged module ownership.
Gao, Yunzhong via llvm-commits
- [PATCH] D12226: [LLD] Support for --unresolved-symbols option in llvm lld for ELF file format
Shridhar Joshi via llvm-commits
- [PATCH] D12226: [LLD] Support for --unresolved-symbols option in llvm lld for ELF file format
Rui Ueyama via llvm-commits
- [PATCH] D12226: [LLD] Support for --unresolved-symbols option in llvm lld for ELF file format
Simon Atanasyan via llvm-commits
- [PATCH] D12226: [LLD] Support for --unresolved-symbols option in llvm lld for ELF file format
shridHar joshi via llvm-commits
- [PATCH] D12226: [LLD] Support for --unresolved-symbols option in llvm lld for ELF file format
Shridhar Joshi via llvm-commits
- [PATCH] D12226: [LLD] Support for --unresolved-symbols option in llvm lld for ELF file format
Shridhar Joshi via llvm-commits
- [PATCH] D12226: [LLD] Support for --unresolved-symbols option in llvm lld for ELF file format
Joerg Sonnenberger via llvm-commits
- [PATCH] D12226: [LLD] Support for --unresolved-symbols option in llvm lld for ELF file format
Shridhar Joshi via llvm-commits
- [PATCH] D12226: [LLD] Support for --unresolved-symbols option in llvm lld for ELF file format
Joerg Sonnenberger via llvm-commits
- [PATCH] D12226: [LLD] Support for --unresolved-symbols option in llvm lld for ELF file format
Shridhar Joshi via llvm-commits
- [PATCH] D12226: [LLD] Support for --unresolved-symbols option in llvm lld for ELF file format
Shridhar Joshi via llvm-commits
- [PATCH] D12226: [LLD] Support for --unresolved-symbols option in llvm lld for ELF file format
Soumitra Chatterjee via llvm-commits
- [PATCH] D12226: [LLD] Support for --unresolved-symbols option in llvm lld for ELF file format
Joerg Sonnenberger via llvm-commits
- [PATCH] D12226: [LLD] Support for --unresolved-symbols option in llvm lld for ELF file format
Shridhar Joshi via llvm-commits
- [PATCH] D12226: [LLD] Support for --unresolved-symbols option in llvm lld for ELF file format
Shridhar Joshi via llvm-commits
- [PATCH] D12226: [LLD] Support for --unresolved-symbols option in llvm lld for ELF file format
Rui Ueyama via llvm-commits
- [PATCH] D12241: [CUDA] Change initializer for CUDA device code based on CUDA documentation.
Artem Belevich via llvm-commits
- [PATCH] D12241: [CUDA] Change initializer for CUDA device code based on CUDA documentation.
Artem Belevich via llvm-commits
- [PATCH] D12244: Implement ACLE 2.0 macros of chapters 6.4 and 6.5 for [ARM] and [Aarch64] targets
Alexandros Lamprineas via llvm-commits
- [PATCH] D12244: Implement ACLE 2.0 macros of chapters 6.4 and 6.5 for [ARM] and [Aarch64] targets
Renato Golin via llvm-commits
- [PATCH] D12244: Implement ACLE 2.0 macros of chapters 6.4 and 6.5 for [ARM] and [Aarch64] targets
Renato Golin via llvm-commits
- [PATCH] D12244: Implement ACLE 2.0 macros of chapters 6.4 and 6.5 for [ARM] and [Aarch64] targets
Alexandros Lamprineas via llvm-commits
- [PATCH] D12244: Implement ACLE 2.0 macros of chapters 6.4 and 6.5 for [ARM] and [Aarch64] targets
Renato Golin via llvm-commits
- [PATCH] D12244: Implement ACLE 2.0 macros of chapters 6.4 and 6.5 for [ARM] and [Aarch64] targets
Renato Golin via llvm-commits
- [PATCH] D12244: Implement ACLE 2.0 macros of chapters 6.4 and 6.5 for [ARM] and [Aarch64] targets
Alexandros Lamprineas via llvm-commits
- [PATCH] D12246: [NVPTX] change threading intrinsics from noduplicate to convergent
Bjarke Roune via llvm-commits
- [PATCH] D12246: [NVPTX] change threading intrinsics from noduplicate to convergent
Bjarke Roune via llvm-commits
- [PATCH] D12246: [NVPTX] change threading intrinsics from noduplicate to convergent
Owen Anderson via llvm-commits
- [PATCH] D12246: [NVPTX] change threading intrinsics from noduplicate to convergent
Bjarke Roune via llvm-commits
- [PATCH] D12246: [NVPTX] change threading intrinsics from noduplicate to convergent
Owen Anderson via llvm-commits
- [PATCH] D12246: [NVPTX] change threading intrinsics from noduplicate to convergent
Mehdi Amini via llvm-commits
- [PATCH] D12246: [NVPTX] change threading intrinsics from noduplicate to convergent
Marcello Maggioni via llvm-commits
- [PATCH] D12246: [NVPTX] change threading intrinsics from noduplicate to convergent
Mehdi Amini via llvm-commits
- [PATCH] D12246: [NVPTX] change threading intrinsics from noduplicate to convergent
Marcello Maggioni via llvm-commits
- [PATCH] D12246: [NVPTX] change threading intrinsics from noduplicate to convergent
Mehdi Amini via llvm-commits
- [PATCH] D12246: [NVPTX] change threading intrinsics from noduplicate to convergent
Marcello Maggioni via llvm-commits
- [PATCH] D12246: [NVPTX] change threading intrinsics from noduplicate to convergent
Owen Anderson via llvm-commits
- [PATCH] D12246: [NVPTX] change threading intrinsics from noduplicate to convergent
Owen Anderson via llvm-commits
- [PATCH] D12246: [NVPTX] change threading intrinsics from noduplicate to convergent
Mehdi Amini via llvm-commits
- [PATCH] D12246: [NVPTX] change threading intrinsics from noduplicate to convergent
Mehdi Amini via llvm-commits
- [PATCH] D12246: [NVPTX] change threading intrinsics from noduplicate to convergent
Mehdi Amini via llvm-commits
- [PATCH] D12246: [NVPTX] change threading intrinsics from noduplicate to convergent
Owen Anderson via llvm-commits
- [PATCH] D12246: [NVPTX] change threading intrinsics from noduplicate to convergent
Mehdi Amini via llvm-commits
- [PATCH] D12246: [NVPTX] change threading intrinsics from noduplicate to convergent
Owen Anderson via llvm-commits
- [PATCH] D12269: Add a pass to lift aggregate into allocas so SROA can get rid of them.
Amaury SECHET via llvm-commits
- [PATCH] D12270: AVX512 : vpalignr implementation
Elena Demikhovsky via llvm-commits
- [PATCH] D12270: AVX512 : vpalignr implementation
Igor Breger via llvm-commits
- [PATCH] D12270: AVX512 : vpalignr implementation
Elena Demikhovsky via llvm-commits
- [PATCH] D12270: AVX512 : vpalignr implementation
Phabricator via llvm-commits
- [PATCH] D12274: AVX-512: valignq/d intrinsic (Clang)
Elena Demikhovsky via llvm-commits
- [PATCH] D12274: AVX-512: valignq/d intrinsic (Clang)
Phabricator via llvm-commits
- [PATCH] D12274: AVX-512: valignq/d intrinsic (Clang)
Igor Breger via llvm-commits
- [PATCH] D12285: [LV] Switch to using canonical induction variables.
Nadav Rotem via llvm-commits
- [PATCH] D12285: [LV] Switch to using canonical induction variables.
James Molloy via llvm-commits
- [PATCH] D12286: [LV] Never widen an induction variable.
Adam Nemet via llvm-commits
- [PATCH] D12286: [LV] Never widen an induction variable.
James Molloy via llvm-commits
- [PATCH] D12286: [LV] Never widen an induction variable.
James Molloy via llvm-commits
- [PATCH] D12286: [LV] Never widen an induction variable.
James Molloy via llvm-commits
- [PATCH] D12286: [LV] Never widen an induction variable.
Adam Nemet via llvm-commits
- [PATCH] D12286: [LV] Never widen an induction variable.
James Molloy via llvm-commits
- [PATCH] D12293: Rework of the interface to enable shrink wrapping
Kit Barton via llvm-commits
- [PATCH] D12293: Rework of the interface to enable shrink wrapping
Kit Barton via llvm-commits
- [PATCH] D12308: gold-plugin: Implement parallel LTO code generation using llvm::LinkedCodeGen.
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D12308: gold-plugin: Implement parallel LTO code generation using llvm::LinkedCodeGen.
Peter Collingbourne via llvm-commits
- [PATCH] D12308: gold-plugin: Implement parallel LTO code generation using llvm::LinkedCodeGen.
Rafael Espíndola via llvm-commits
- [PATCH] D12308: gold-plugin: Implement parallel LTO code generation using llvm::LinkedCodeGen.
Peter Collingbourne via llvm-commits
- [PATCH] D12318: [ASan] Enable optional ASan recovery
Yury Gribov via llvm-commits
- [PATCH] D12318: [ASan] Enable optional ASan recovery
Yury Gribov via llvm-commits
- [PATCH] D12318: [ASan] Enable optional ASan recovery
Yury Gribov via llvm-commits
- [PATCH] D12318: [ASan] Enable optional ASan recovery
Kostya Serebryany via llvm-commits
- [PATCH] D12318: [ASan] Enable optional ASan recovery
Kostya Serebryany via llvm-commits
- [PATCH] D12318: [ASan] Enable optional ASan recovery
Yury Gribov via llvm-commits
- [PATCH] D12318: [ASan] Enable optional ASan recovery
Yury Gribov via llvm-commits
- [PATCH] D12318: [ASan] Enable optional ASan recovery
Kostya Serebryany via llvm-commits
- [PATCH] D12318: [ASan] Enable optional ASan recovery
Kostya Serebryany via llvm-commits
- [PATCH] D12318: [ASan] Enable optional ASan recovery
Kostya Serebryany via llvm-commits
- [PATCH] D12318: [ASan] Enable optional ASan recovery
Kostya Serebryany via llvm-commits
- [PATCH] D12324: lld: unify symlink
Martell Malone via llvm-commits
- [PATCH] D12325: Improve ISel using across lane addition reduction
Jun Bum Lim via llvm-commits
- [PATCH] D12325: Improve ISel using across lane addition reduction
Jun Bum Lim via llvm-commits
- [PATCH] D12325: Improve ISel using across lane addition reduction
Chad Rosier via llvm-commits
- [PATCH] D12325: Improve ISel using across lane addition reduction
James Molloy via llvm-commits
- [PATCH] D12325: Improve ISel using across lane addition reduction
Jun Bum Lim via llvm-commits
- [PATCH] D12325: Improve ISel using across lane addition reduction
Jun Bum Lim via llvm-commits
- [PATCH] D12325: Improve ISel using across lane addition reduction
Chad Rosier via llvm-commits
- [PATCH] D12334: [ARM] Do not use vtrn for vectorshuffle if the order is reversed
Jeroen Ketema via llvm-commits
- [PATCH] D12334: [ARM] Do not use vtrn for vectorshuffle if the order is reversed
Ahmed Bougacha via llvm-commits
- [PATCH] D12334: [ARM] Do not use vtrn for vectorshuffle if the order is reversed
Jeroen Ketema via llvm-commits
- [PATCH] D12334: [ARM] Do not use vtrn for vectorshuffle if the order is reversed
Jeroen Ketema via llvm-commits
- [PATCH] D12334: [ARM] Do not use vtrn for vectorshuffle if the order is reversed
Jeroen Ketema via llvm-commits
- [PATCH] D12334: [ARM] Do not use vtrn for vectorshuffle if the order is reversed
Ahmed Bougacha via llvm-commits
- [PATCH] D12334: [ARM] Do not use vtrn for vectorshuffle if the order is reversed
Jeroen Ketema via llvm-commits
- [PATCH] D12334: [ARM] Do not use vtrn for vectorshuffle if the order is reversed
Ahmed Bougacha via llvm-commits
- [PATCH] D12334: [ARM] Do not use vtrn for vectorshuffle if the order is reversed
Jeroen Ketema via llvm-commits
- [PATCH] D12334: [ARM] Do not use vtrn for vectorshuffle if the order is reversed
Jeroen Ketema via llvm-commits
- [PATCH] D12335: Repress sanitization on User dtor.
Naomi Musgrave via llvm-commits
- [PATCH] D12336: x32. Fixes a bug in i8mem_NOREX declaration.
João Porto via llvm-commits
- [PATCH] D12336: x32. Fixes a bug in i8mem_NOREX declaration.
Derek Schuff via llvm-commits
- [PATCH] D12337: [Codegen] Ensure stack is properly aligned for call argument initialization
Jeroen Ketema via llvm-commits
- [PATCH] D12338: Add a boolean parameter to make the initial load atomic.
Richard Diamond via llvm-commits
- [PATCH] D12338: Add a boolean parameter to make the initial load atomic.
JF Bastien via llvm-commits
- [PATCH] D12338: Make `llvm::expandAtomicRMWToCmpXchg`'s initial load atomic.
Richard Diamond via llvm-commits
- [PATCH] D12338: Make `llvm::expandAtomicRMWToCmpXchg`'s initial load atomic.
Richard Diamond via llvm-commits
- [PATCH] D12338: Make `llvm::expandAtomicRMWToCmpXchg`'s initial load atomic.
Richard Diamond via llvm-commits
- [PATCH] D12338: Make `llvm::expandAtomicRMWToCmpXchg`'s initial load atomic.
JF Bastien via llvm-commits
- [PATCH] D12338: Make `llvm::expandAtomicRMWToCmpXchg`'s initial load atomic.
JF Bastien via llvm-commits
- [PATCH] D12338: Make `llvm::expandAtomicRMWToCmpXchg`'s initial load atomic.
Richard Diamond via llvm-commits
- [PATCH] D12338: Make `llvm::expandAtomicRMWToCmpXchg`'s initial load atomic.
Richard Diamond via llvm-commits
- [PATCH] D12338: Make `llvm::expandAtomicRMWToCmpXchg`'s initial load atomic.
JF Bastien via llvm-commits
- [PATCH] D12338: Make `llvm::expandAtomicRMWToCmpXchg`'s initial load atomic.
Robin Morisset via llvm-commits
- [PATCH] D12338: Make `llvm::expandAtomicRMWToCmpXchg`'s initial load atomic.
Robin Morisset via llvm-commits
- [PATCH] D12338: Make `llvm::expandAtomicRMWToCmpXchg`'s initial load atomic.
JF Bastien via llvm-commits
- [PATCH] D12338: Make `llvm::expandAtomicRMWToCmpXchg`'s initial load atomic.
Jeffrey Yasskin via llvm-commits
- [PATCH] D12338: Make `llvm::expandAtomicRMWToCmpXchg`'s initial load atomic.
JF Bastien via llvm-commits
- [PATCH] D12338: Make `llvm::expandAtomicRMWToCmpXchg`'s initial load atomic.
JF Bastien via llvm-commits
- [PATCH] D12338: Make `llvm::expandAtomicRMWToCmpXchg`'s initial load atomic.
Robin Morisset via llvm-commits
- [PATCH] D12341: add unpredictable metadata type for control flow
Krzysztof Parzyszek via llvm-commits
- [PATCH] D12341: add unpredictable metadata type for control flow
Sanjay Patel via llvm-commits
- [PATCH] D12341: add unpredictable metadata type for control flow
Krzysztof Parzyszek via llvm-commits
- [PATCH] D12341: add unpredictable metadata type for control flow
Sanjay Patel via llvm-commits
- [PATCH] D12341: add unpredictable metadata type for control flow
Sanjay Patel via llvm-commits
- [PATCH] D12342: use "unpredictable" metadata in fast-isel when splitting compares
Sanjay Patel via llvm-commits
- [PATCH] D12342: use "unpredictable" metadata in fast-isel when splitting compares
Sanjay Patel via llvm-commits
- [PATCH] D12343: use "unpredictable" metadata in SelectionDAG when splitting compares
Sanjay Patel via llvm-commits
- [PATCH] D12343: use "unpredictable" metadata in SelectionDAG when splitting compares
Sanjay Patel via llvm-commits
- [PATCH] D12346: x32. Fixes a bug in how struct va_list is initialized in x32
João Porto via llvm-commits
- [PATCH] D12346: x32. Fixes a bug in how struct va_list is initialized in x32
Derek Schuff via llvm-commits
- [PATCH] D12346: x32. Fixes a bug in how struct va_list is initialized in x32
H.J Lu via llvm-commits
- [PATCH] D12346: x32. Fixes a bug in how struct va_list is initialized in x32
Derek Schuff via llvm-commits
- [PATCH] D12347: [MC/AsmParser] Avoid setting MCSymbol.IsUsed
Phabricator via llvm-commits
- [PATCH] D12372: [X86] Fix sitofp and uitofp instruction matching failures with long double and avx512
Asaf Badouh via llvm-commits
- [PATCH] D12372: [X86] Fix sitofp and uitofp instruction matching failures with long double and avx512
Mitch Bodart via llvm-commits
- [PATCH] D12372: [X86] Fix sitofp and uitofp instruction matching failures with long double and avx512
Michael Kuperstein via llvm-commits
- [PATCH] D12372: [X86] Fix sitofp and uitofp instruction matching failures with long double and avx512
Mitch Bodart via llvm-commits
- [PATCH] D12383: Teach LVI to look through Phi nodes when trying to prove a predicate
Philip Reames via llvm-commits
- [PATCH] D12414: [NVPTX] add an NVPTX-specific alias analysis
Jingyue Wu via llvm-commits
- [PATCH] D12414: [NVPTX] add an NVPTX-specific alias analysis
Eli Bendersky via llvm-commits
- [PATCH] D12414: [NVPTX] add an NVPTX-specific alias analysis
Jingyue Wu via llvm-commits
- [PATCH] D12414: [NVPTX] add an NVPTX-specific alias analysis
hfinkel at anl.gov via llvm-commits
- [PATCH] D12414: [NVPTX] add an NVPTX-specific alias analysis
Jingyue Wu via llvm-commits
- [PATCH] D12414: [NVPTX] add an NVPTX-specific alias analysis
hfinkel at anl.gov via llvm-commits
- [PATCH] D12414: [NVPTX] add an NVPTX-specific alias analysis
Jingyue Wu via llvm-commits
- [PATCH] D12414: [NVPTX] add an NVPTX-specific alias analysis
hfinkel at anl.gov via llvm-commits
- [PATCH] D12414: [NVPTX] add an NVPTX-specific alias analysis
Jingyue Wu via llvm-commits
- [PATCH] D12414: [NVPTX] add an NVPTX-specific alias analysis
Jingyue Wu via llvm-commits
- [PATCH] D12414: [NVPTX] add an NVPTX-specific alias analysis
Jingyue Wu via llvm-commits
- [PATCH] D12418: Distribute the weight on the edge from switch to default statement to edges generated in lowering switch.
Hans Wennborg via llvm-commits
- [PATCH] D12418: Distribute the weight on the edge from switch to default statement to edges generated in lowering switch.
Cong Hou via llvm-commits
- [PATCH] D12418: Distribute the weight on the edge from switch to default statement to edges generated in lowering switch.
Phabricator via llvm-commits
- [PATCH] D12423: MCAsmInfo: Allow targets to specify when the .section directive should be omitted
Rafael Espíndola via llvm-commits
- [PATCH] D12425: [AArch64] Lower READCYCLECOUNTER using MRS PMCCTNR_EL0.
Ahmed Bougacha via llvm-commits
- [PATCH] D12425: [AArch64] Lower READCYCLECOUNTER using MRS PMCCTNR_EL0.
James Molloy via llvm-commits
- [PATCH] D12425: [AArch64] Lower READCYCLECOUNTER using MRS PMCCTNR_EL0.
Ahmed Bougacha via llvm-commits
- [PATCH] D12433: [WinEH] Add cleanupendpad instruction
Joseph Tremoulet via llvm-commits
- [PATCH] D12433: [WinEH] Add cleanupendpad instruction
David Majnemer via llvm-commits
- [PATCH] D12434: [WinEH] Teach SimplfyCFG to eliminate empty cleanup pads.
Reid Kleckner via llvm-commits
- [PATCH] D12434: [WinEH] Teach SimplfyCFG to eliminate empty cleanup pads.
Andy Kaylor via llvm-commits
- [PATCH] D12434: [WinEH] Teach SimplfyCFG to eliminate empty cleanup pads.
Joseph Tremoulet via llvm-commits
- [PATCH] D12434: [WinEH] Teach SimplfyCFG to eliminate empty cleanup pads.
Andy Kaylor via llvm-commits
- [PATCH] D12434: [WinEH] Teach SimplfyCFG to eliminate empty cleanup pads.
Joseph Tremoulet via llvm-commits
- [PATCH] D12434: [WinEH] Teach SimplfyCFG to eliminate empty cleanup pads.
Andy Kaylor via llvm-commits
- [PATCH] D12434: [WinEH] Teach SimplfyCFG to eliminate empty cleanup pads.
Joseph Tremoulet via llvm-commits
- [PATCH] D12434: [WinEH] Teach SimplfyCFG to eliminate empty cleanup pads.
Joseph Tremoulet via llvm-commits
- [PATCH] D12434: [WinEH] Teach SimplfyCFG to eliminate empty cleanup pads.
Andy Kaylor via llvm-commits
- [PATCH] D12434: [WinEH] Teach SimplfyCFG to eliminate empty cleanup pads.
Joseph Tremoulet via llvm-commits
- [PATCH] D12434: [WinEH] Teach SimplfyCFG to eliminate empty cleanup pads.
Andy Kaylor via llvm-commits
- [PATCH] D12434: [WinEH] Teach SimplfyCFG to eliminate empty cleanup pads.
Joseph Tremoulet via llvm-commits
- [PATCH] D12434: [WinEH] Teach SimplfyCFG to eliminate empty cleanup pads.
Phabricator via llvm-commits
- [PATCH] D12438: Build a lib/Fuzzer version for llvm-as.
Karl Schimpf via llvm-commits
- [PATCH] D12440: [BitcodeReader] Ensure we can read constant vector selects with an i1 condition
Filipe Cabecinhas via llvm-commits
- [PATCH] D12442: MachineBasicBlock: Save LaneMask with livein registers.
Quentin Colombet via llvm-commits
- [PATCH] D12442: MachineBasicBlock: Save LaneMask with livein registers.
Matthias Braun via llvm-commits
- [PATCH] D12442: MachineBasicBlock: Save LaneMask with livein registers.
Quentin Colombet via llvm-commits
- [PATCH] D12454: Better lit.cfg "native" detection
Mehdi AMINI via llvm-commits
- [PATCH] D12454: Better lit.cfg "native" detection
Mehdi AMINI via llvm-commits
- [PATCH] D12454: Better lit.cfg "native" detection
NAKAMURA Takumi via llvm-commits
- [PATCH] D12454: Better lit.cfg "native" detection
Mehdi AMINI via llvm-commits
- [PATCH] D12454: Better lit.cfg "native" detection
NAKAMURA Takumi via llvm-commits
- [PATCH] D12455: [IR] Teach `llvm::User` to co-allocate a descriptor.
Joseph Tremoulet via llvm-commits
- [PATCH] D12455: [IR] Teach `llvm::User` to co-allocate a descriptor.
Sanjoy Das via llvm-commits
- [PATCH] D12455: [IR] Teach `llvm::User` to co-allocate a descriptor.
Sanjoy Das via llvm-commits
- [PATCH] D12455: [IR] Teach `llvm::User` to co-allocate a descriptor.
Joseph Tremoulet via llvm-commits
- [PATCH] D12455: [IR] Teach `llvm::User` to co-allocate a descriptor.
Pete Cooper via llvm-commits
- [PATCH] D12455: [IR] Teach `llvm::User` to co-allocate a descriptor.
Sanjoy Das via llvm-commits
- [PATCH] D12455: [IR] Teach `llvm::User` to co-allocate a descriptor.
Pete Cooper via llvm-commits
- [PATCH] D12455: [IR] Teach `llvm::User` to co-allocate a descriptor.
Pete Cooper via llvm-commits
- [PATCH] D12455: [IR] Teach `llvm::User` to co-allocate a descriptor.
Sanjoy Das via llvm-commits
- [PATCH] D12455: [IR] Teach `llvm::User` to co-allocate a descriptor.
Sanjoy Das via llvm-commits
- [PATCH] D12455: [IR] Teach `llvm::User` to co-allocate a descriptor.
Pete Cooper via llvm-commits
- [PATCH] D12455: [IR] Teach `llvm::User` to co-allocate a descriptor.
Sanjoy Das via llvm-commits
- [PATCH] D12455: [IR] Teach `llvm::User` to co-allocate a descriptor.
Pete Cooper via llvm-commits
- [PATCH] D12456: [IR] Add operand bundles to CallInst and InvokeInst.
Joseph Tremoulet via llvm-commits
- [PATCH] D12456: [IR] Add operand bundles to CallInst and InvokeInst.
Sanjoy Das via llvm-commits
- [PATCH] D12456: [IR] Add operand bundles to CallInst and InvokeInst.
Sanjoy Das via llvm-commits
- [PATCH] D12456: [IR] Add operand bundles to CallInst and InvokeInst.
Sanjoy Das via llvm-commits
- [PATCH] D12456: [IR] Add operand bundles to CallInst and InvokeInst.
Matthias Braun via llvm-commits
- [PATCH] D12456: [IR] Add operand bundles to CallInst and InvokeInst.
Sanjoy Das via llvm-commits
- [PATCH] D12456: [IR] Add operand bundles to CallInst and InvokeInst.
Joseph Tremoulet via llvm-commits
- [PATCH] D12456: [IR] Add operand bundles to CallInst and InvokeInst.
Joseph Tremoulet via llvm-commits
- [PATCH] D12456: [IR] Add operand bundles to CallInst and InvokeInst.
Sanjoy Das via llvm-commits
- [PATCH] D12457: [Bitcode][Asm] Teach LLVM to read and write operand bundles.
Joseph Tremoulet via llvm-commits
- [PATCH] D12457: [Bitcode][Asm] Teach LLVM to read and write operand bundles.
Sanjoy Das via llvm-commits
- [PATCH] D12457: [Bitcode][Asm] Teach LLVM to read and write operand bundles.
Sanjoy Das via llvm-commits
- [PATCH] D12457: [Bitcode][Asm] Teach LLVM to read and write operand bundles.
Joseph Tremoulet via llvm-commits
- [PATCH] D12457: [Bitcode][Asm] Teach LLVM to read and write operand bundles.
Sanjoy Das via llvm-commits
- [PATCH] D12459: Implement selective bitcode linking and internalization of linked symbols
Artem Belevich via llvm-commits
- [PATCH] D12459: Implement selective bitcode linking and internalization of linked symbols
Artem Belevich via llvm-commits
- [PATCH] D12459: Implement selective bitcode linking and internalization of linked symbols
Artem Belevich via llvm-commits
- [PATCH] D12459: Implement selective bitcode linking and internalization of linked symbols
Artem Belevich via llvm-commits
- [PATCH] D12461: WebAssembly: generate load/store
Dan Gohman via llvm-commits
- [PATCH] D12461: WebAssembly: generate load/store
JF Bastien via llvm-commits
- [PATCH] D12461: WebAssembly: generate load/store
JF Bastien via llvm-commits
- [PATCH] D12461: WebAssembly: generate load/store
JF Bastien via llvm-commits
- [PATCH] D12467: AArch64: Fix loads to lower NEON vector lanes using GPR registers
Phabricator via llvm-commits
- [PATCH] D12474: [LV] Factor the creation of the loop induction variable out of createEmptyLoop()
James Molloy via llvm-commits
- [PATCH] D12474: [LV] Factor the creation of the loop induction variable out of createEmptyLoop()
James Molloy via llvm-commits
- [PATCH] D12474: [LV] Factor the creation of the loop induction variable out of createEmptyLoop()
Michael Zolotukhin via llvm-commits
- [PATCH] D12474: [LV] Factor the creation of the loop induction variable out of createEmptyLoop()
James Molloy via llvm-commits
- [PATCH] D12474: [LV] Factor the creation of the loop induction variable out of createEmptyLoop()
Michael Zolotukhin via llvm-commits
- [PATCH] D12474: [LV] Factor the creation of the loop induction variable out of createEmptyLoop()
James Molloy via llvm-commits
- [PATCH] D12475: [LV] Pull creation of trip counts into a helper function.
James Molloy via llvm-commits
- [PATCH] D12475: [LV] Pull creation of trip counts into a helper function.
James Molloy via llvm-commits
- [PATCH] D12475: [LV] Pull creation of trip counts into a helper function.
James Molloy via llvm-commits
- [PATCH] D12475: [LV] Pull creation of trip counts into a helper function.
Adam Nemet via llvm-commits
- [PATCH] D12475: [LV] Pull creation of trip counts into a helper function.
James Molloy via llvm-commits
- [PATCH] D12475: [LV] Pull creation of trip counts into a helper function.
Adam Nemet via llvm-commits
- [PATCH] D12475: [LV] Pull creation of trip counts into a helper function.
Adam Nemet via llvm-commits
- [PATCH] D12475: [LV] Pull creation of trip counts into a helper function.
Michael Zolotukhin via llvm-commits
- [PATCH] D12475: [LV] Pull creation of trip counts into a helper function.
James Molloy via llvm-commits
- [PATCH] D12475: [LV] Pull creation of trip counts into a helper function.
Adam Nemet via llvm-commits
- [PATCH] D12475: [LV] Pull creation of trip counts into a helper function.
James Molloy via llvm-commits
- [PATCH] D12476: [LV] Refactor all runtime check emissions into helper functions.
James Molloy via llvm-commits
- [PATCH] D12476: [LV] Refactor all runtime check emissions into helper functions.
Michael Zolotukhin via llvm-commits
- [PATCH] D12476: [LV] Refactor all runtime check emissions into helper functions.
James Molloy via llvm-commits
- [PATCH] D12477: [LV] Don't bail to MiddleBlock if a runtime check fails, bail to ScalarPH instead
James Molloy via llvm-commits
- [PATCH] D12477: [LV] Don't bail to MiddleBlock if a runtime check fails, bail to ScalarPH instead
Michael Zolotukhin via llvm-commits
- [PATCH] D12477: [LV] Don't bail to MiddleBlock if a runtime check fails, bail to ScalarPH instead
James Molloy via llvm-commits
- [PATCH] D12479: [X86][AVX512BW] support in byte shift and SAD
Asaf Badouh via llvm-commits
- [PATCH] D12479: [X86][AVX512BW] support in byte shift and SAD
Elena Demikhovsky via llvm-commits
- [PATCH] D12479: [X86][AVX512BW] support in byte shift and SAD
Phabricator via llvm-commits
- [PATCH] D12480: [LV] Delay predication of stores until near the end of vector code generation
Michael Zolotukhin via llvm-commits
- [PATCH] D12480: [LV] Delay predication of stores until near the end of vector code generation
James Molloy via llvm-commits
- [PATCH] D12480: [LV] Delay predication of stores until near the end of vector code generation
James Molloy via llvm-commits
- [PATCH] D12480: [LV] Delay predication of stores until near the end of vector code generation
Michael Zolotukhin via llvm-commits
- [PATCH] D12480: [LV] Delay predication of stores until near the end of vector code generation
James Molloy via llvm-commits
- [PATCH] D12480: [LV] Delay predication of stores until near the end of vector code generation
Michael Zolotukhin via llvm-commits
- [PATCH] D12483: [PATCH 2/2] [x86] Add support for "probe-stack"
John Kåre Alsaker via llvm-commits
- [PATCH] D12483: [PATCH 2/2] [x86] Add support for "probe-stack"
John Kåre Alsaker via llvm-commits
- [PATCH] D12483: [PATCH 2/2] [x86] Add support for "probe-stack"
Andy Ayers via llvm-commits
- [PATCH] D12487: [CUDA] fix codegen for __nvvm_atom_min/max_gen_u*
Artem Belevich via llvm-commits
- [PATCH] D12488: Enable linking tools, shared libraries against libLLVM
Andrew Wilkins via llvm-commits
- [PATCH] D12488: Enable linking tools, shared libraries against libLLVM
Andrew Wilkins via llvm-commits
- [PATCH] D12488: Enable linking tools, shared libraries against libLLVM
Peter Collingbourne via llvm-commits
- [PATCH] D12488: Enable linking tools, shared libraries against libLLVM
Andrew Wilkins via llvm-commits
- [PATCH] D12488: Enable linking tools, shared libraries against libLLVM
Reid Kleckner via llvm-commits
- [PATCH] D12488: Enable linking tools, shared libraries against libLLVM
Chris Bieneman via llvm-commits
- [PATCH] D12488: Enable linking tools, shared libraries against libLLVM
Reid Kleckner via llvm-commits
- [PATCH] D12488: Enable linking tools, shared libraries against libLLVM
Andrew Wilkins via llvm-commits
- [PATCH] D12488: Enable linking tools, shared libraries against libLLVM
Andrew Wilkins via llvm-commits
- [PATCH] D12488: Enable linking tools, shared libraries against libLLVM
Reid Kleckner via llvm-commits
- [PATCH] D12488: Enable linking tools, shared libraries against libLLVM
NAKAMURA Takumi via llvm-commits
- [PATCH] D12488: Enable linking tools, shared libraries against libLLVM
Andrew Wilkins via llvm-commits
- [PATCH] D12488: Enable linking tools, shared libraries against libLLVM
NAKAMURA Takumi via llvm-commits
- [PATCH] D12488: Enable linking tools, shared libraries against libLLVM
Chris Bieneman via llvm-commits
- [PATCH] D12488: Enable linking tools, shared libraries against libLLVM
Andrew Wilkins via llvm-commits
- [PATCH] D12488: Enable linking tools, shared libraries against libLLVM
Andrew Wilkins via llvm-commits
- [PATCH] D12488: Enable linking tools, shared libraries against libLLVM
Chris Bieneman via llvm-commits
- [PATCH] D12488: Enable linking tools, shared libraries against libLLVM
Andrew Wilkins via llvm-commits
- [PATCH] D12488: Enable linking tools, shared libraries against libLLVM
Chris Bieneman via llvm-commits
- [PATCH] D12490: [asan] Intercept and wrap XPC callback blocks
Kuba Brecka via llvm-commits
- [PATCH] D12490: [asan] Intercept and wrap XPC callback blocks
Kuba Brecka via llvm-commits
- [PATCH] D12490: [asan] Intercept and wrap XPC callback blocks
Alexander Potapenko via llvm-commits
- [PATCH] D12490: [asan] Intercept and wrap XPC callback blocks
Kuba Brecka via llvm-commits
- [PATCH] D12490: [asan] Intercept and wrap XPC callback blocks
Alexander Potapenko via llvm-commits
- [PATCH] D12490: [asan] Intercept and wrap XPC callback blocks
Kuba Brecka via llvm-commits
- [PATCH] D12491: AVX512 : vdbpsadbw implementation
Igor Breger via llvm-commits
- [PATCH] D12491: AVX512 : vdbpsadbw implementation
Elena Demikhovsky via llvm-commits
- [PATCH] D12491: AVX512 : vdbpsadbw implementation
Phabricator via llvm-commits
- [PATCH] D12493: Do Not Model Unbounded Loops
Tobias Grosser via llvm-commits
- [PATCH] D12493: Do Not Model Unbounded Loops
Johannes Doerfert via llvm-commits
- [PATCH] D12493: Do Not Model Unbounded Loops
Matthew Simpson via llvm-commits
- [PATCH] D12493: Do Not Model Unbounded Loops
Johannes Doerfert via llvm-commits
- [PATCH] D12496: [llvm-readobj] Dump MachO Dysymtab command
Davide Italiano via llvm-commits
- [PATCH] D12496: [llvm-readobj] Dump MachO Dysymtab command
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D12496: [llvm-readobj] Dump MachO Dysymtab command
Davide Italiano via llvm-commits
- [PATCH] D12496: [llvm-readobj] Dump MachO Dysymtab command
Davide Italiano via llvm-commits
- [PATCH] D12497: [SimplifyCFG] Use known bits to eliminate dead switch defaults
Philip Reames via llvm-commits
- [PATCH] D12497: [SimplifyCFG] Use known bits to eliminate dead switch defaults
Hans Wennborg via llvm-commits
- [PATCH] D12497: [SimplifyCFG] Use known bits to eliminate dead switch defaults
Philip Reames via llvm-commits
- [PATCH] D12497: [SimplifyCFG] Use known bits to eliminate dead switch defaults
Hans Wennborg via llvm-commits
- [PATCH] D12498: X86: add an interrupt calling convention
Peter Marheine via llvm-commits
- [PATCH] D12498: X86: add an interrupt calling convention
Elena Demikhovsky via llvm-commits
- [PATCH] D12498: X86: add an interrupt calling convention
Peter Marheine via llvm-commits
- [PATCH] D12498: X86: add an interrupt calling convention
H.J Lu via llvm-commits
- [PATCH] D12498: X86: add an interrupt calling convention
Peter Marheine via llvm-commits
- [PATCH] D12499: [WIP] Replace ScalarEvolution based domain generation
Johannes Doerfert via llvm-commits
- [PATCH] D12499: [WIP] Replace ScalarEvolution based domain generation
Johannes Doerfert via llvm-commits
- [PATCH] D12499: [WIP] Replace ScalarEvolution based domain generation
James Molloy via llvm-commits
- [PATCH] D12499: [WIP] Replace ScalarEvolution based domain generation
Johannes Doerfert via llvm-commits
- [PATCH] D12499: [WIP] Replace ScalarEvolution based domain generation
Tobias Grosser via llvm-commits
- [PATCH] D12499: [WIP] Replace ScalarEvolution based domain generation
Johannes Doerfert via llvm-commits
- [PATCH] D12499: [WIP] Replace ScalarEvolution based domain generation
Tobias Grosser via llvm-commits
- [PATCH] D12500: [CMake] Fix building builtins on Linux and Darwin.
Chris Bieneman via llvm-commits
- [PATCH] D12500: [CMake] Fix building builtins on Linux and Darwin.
Chris Bieneman via llvm-commits
- [PATCH] D12500: [CMake] Fix building builtins on Linux and Darwin.
Alexey Samsonov via llvm-commits
- [PATCH] D12500: [CMake] Fix building builtins on Linux and Darwin.
Chris Bieneman via llvm-commits
- [PATCH] D12500: [CMake] Fix building builtins on Linux and Darwin.
Alexey Samsonov via llvm-commits
- [PATCH] D12500: [CMake] Fix building builtins on Linux and Darwin.
Phabricator via llvm-commits
- [PATCH] D12503: Fix bug in method LLLexer::FP80HexToIntPair.
Kostya Serebryany via llvm-commits
- [PATCH] D12503: Fix bug in method LLLexer::FP80HexToIntPair.
Karl Schimpf via llvm-commits
- [PATCH] D12504: [llvm-readobj] MachO -- correctly dump section field 'Reserved3'
Davide Italiano via llvm-commits
- [PATCH] D12504: [llvm-readobj] MachO -- correctly dump section field 'Reserved3'
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D12504: [llvm-readobj] MachO -- correctly dump section field 'Reserved3'
Davide Italiano via llvm-commits
- [PATCH] D12504: [llvm-readobj] MachO -- correctly dump section field 'Reserved3'
Davide Italiano via llvm-commits
- [PATCH] D12504: [llvm-readobj] MachO -- correctly dump section field 'Reserved3'
Jim Grosbach via llvm-commits
- [PATCH] D12504: [llvm-readobj] MachO -- correctly dump section field 'Reserved3'
Kevin Enderby via llvm-commits
- [PATCH] D12504: [llvm-readobj] MachO -- correctly dump section field 'Reserved3'
Davide Italiano via llvm-commits
- [PATCH] D12506: Distinguish "native" from "native-arch" in lit testing
Paul Robinson via llvm-commits
- [PATCH] D12506: Distinguish "native" from "native-arch" in lit testing
NAKAMURA Takumi via llvm-commits
- [PATCH] D12506: Distinguish "native" from "native-arch" in lit testing
Mehdi AMINI via llvm-commits
- [PATCH] D12506: Distinguish "native" from "native-arch" in lit testing
Paul Robinson via llvm-commits
- [PATCH] D12506: Distinguish "native" from "native-arch" in lit testing
Mehdi AMINI via llvm-commits
- [PATCH] D12506: Distinguish "native" from "native-arch" in lit testing
Paul Robinson via llvm-commits
- [PATCH] D12506: Distinguish "native" from "native-arch" in lit testing
NAKAMURA Takumi via llvm-commits
- [PATCH] D12506: Distinguish "native" from "native-arch" in lit testing
Mehdi AMINI via llvm-commits
- [PATCH] D12506: Distinguish "native" from "native-arch" in lit testing
NAKAMURA Takumi via llvm-commits
- [PATCH] D12506: Distinguish "native" from "native-arch" in lit testing
Paul Robinson via llvm-commits
- [PATCH] D12509: [MC] Allow MCObjectWriter's output stream to be swapped out
David Majnemer via llvm-commits
- [PATCH] D12509: [MC] Allow MCObjectWriter's output stream to be swapped out
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D12509: [MC] Allow MCObjectWriter's output stream to be swapped out
David Majnemer via llvm-commits
- [PATCH] D12513: Update edge weights properly when merging blocks in if-conversion.
Cong Hou via llvm-commits
- [PATCH] D12513: Update edge weights properly when merging blocks in if-conversion.
David Li via llvm-commits
- [PATCH] D12513: Update edge weights properly when merging blocks in if-conversion.
Cong Hou via llvm-commits
- [PATCH] D12513: Update edge weights properly when merging blocks in if-conversion.
Cong Hou via llvm-commits
- [PATCH] D12514: Remove ABIMacOSX_i386::PrepareNormalCall().
Bruce Mitchener via llvm-commits
- [PATCH] D12516: Const propagation after hitting assume bugfix 2
Piotr Padlewski via llvm-commits
- [PATCH] D12516: Const propagation after hitting assume bugfix 2
Nick Lewycky via llvm-commits
- [PATCH] D12516: Const propagation after hitting assume bugfix 2
Piotr Padlewski via llvm-commits
- [PATCH] D12516: Const propagation after hitting assume bugfix 2
Nick Lewycky via llvm-commits
- [PATCH] D12516: Const propagation after hitting assume bugfix 2
Nick Lewycky via llvm-commits
- [PATCH] D12516: Const propagation after hitting assume bugfix 2
Piotr Padlewski via llvm-commits
- [PATCH] D12516: Const propagation after hitting assume bugfix 2
Philip Reames via llvm-commits
- [PATCH] D12520: [InstCombineCasts] Cast elimination for sext->lshr->trunc patterns
Jakub Kuderski via llvm-commits
- [PATCH] D12524: [X86] add RSQRT14 & RCP14 Scalar FP
Asaf Badouh via llvm-commits
- [PATCH] D12524: [X86] add RSQRT14 & RCP14 Scalar FP
Asaf Badouh via llvm-commits
- [PATCH] D12524: [X86] add RSQRT14 & RCP14 Scalar FP
Elena Demikhovsky via llvm-commits
- [PATCH] D12525: AVX512 : vshuff32x4 intrinsic implementation
Igor Breger via llvm-commits
- [PATCH] D12526: AVX512 : valign intrinsic implementation
Igor Breger via llvm-commits
- [PATCH] D12526: AVX512 : valign intrinsic implementation
Elena Demikhovsky via llvm-commits
- [PATCH] D12526: AVX512 : valign intrinsic implementation
Phabricator via llvm-commits
- [PATCH] D12528: Add AliasAnalysis as preserved for a bunch of transforms
James Molloy via llvm-commits
- [PATCH] D12528: Add AliasAnalysis as preserved for a bunch of transforms
hfinkel at anl.gov via llvm-commits
- [PATCH] D12528: Add AliasAnalysis as preserved for a bunch of transforms
James Molloy via llvm-commits
- [PATCH] D12528: Add AliasAnalysis as preserved for a bunch of transforms
Chandler Carruth via llvm-commits
- [PATCH] D12528: Add AliasAnalysis as preserved for a bunch of transforms
James Molloy via llvm-commits
- [PATCH] D12529: [GMR] Turn on GMR by default in non-LTO pipelines
James Molloy via llvm-commits
- [PATCH] D12532: [TableGen] Allow TokenTy in intrinsic signatures
Joseph Tremoulet via llvm-commits
- [PATCH] D12532: [TableGen] Allow TokenTy in intrinsic signatures
Reid Kleckner via llvm-commits
- [PATCH] D12532: [TableGen] Allow TokenTy in intrinsic signatures
Joseph Tremoulet via llvm-commits
- [PATCH] D12533: [WinEH] Add llvm.eh.exceptionpointer intrinsic
Joseph Tremoulet via llvm-commits
- [PATCH] D12533: [WinEH] Add llvm.eh.exceptionpointer intrinsic
Joseph Tremoulet via llvm-commits
- [PATCH] D12533: [WinEH] Add llvm.eh.exceptionpointer intrinsic
Joseph Tremoulet via llvm-commits
- [PATCH] D12533: [WinEH] Add llvm.eh.exceptionpointer intrinsic
Reid Kleckner via llvm-commits
- [PATCH] D12533: [WinEH] Add llvm.eh.exceptionpointer intrinsic
Sanjoy Das via llvm-commits
- [PATCH] D12533: [WinEH] Add llvm.eh.exceptionpointer intrinsic
Joseph Tremoulet via llvm-commits
- [PATCH] D12533: [WinEH] Add llvm.eh.exceptionpointer intrinsic
Joseph Tremoulet via llvm-commits
- [PATCH] D12533: [WinEH] Add llvm.eh.exceptionpointer intrinsic
Sanjoy Das via llvm-commits
- [PATCH] D12533: [WinEH] Add llvm.eh.padparam intrinsic
Joseph Tremoulet via llvm-commits
- [PATCH] D12533: [WinEH] Add llvm.eh.padparam intrinsic
Reid Kleckner via llvm-commits
- [PATCH] D12533: [WinEH] Add llvm.eh.padparam intrinsic
Joseph Tremoulet via llvm-commits
- [PATCH] D12533: [WinEH] Add llvm.eh.padparam intrinsic
Reid Kleckner via llvm-commits
- [PATCH] D12533: [WinEH] Add llvm.eh.padparam intrinsic
Joseph Tremoulet via llvm-commits
- [PATCH] D12533: [WinEH] Add llvm.eh.padparam intrinsic
Reid Kleckner via llvm-commits
- [PATCH] D12534: DeadArgElim: don't eliminate arguments from naked functions
Hans Wennborg via llvm-commits
- [PATCH] D12534: DeadArgElim: don't eliminate arguments from naked functions
Reid Kleckner via llvm-commits
- [PATCH] D12534: DeadArgElim: don't eliminate arguments from naked functions
Hans Wennborg via llvm-commits
- [PATCH] D12535: [PR24643] Speeding up FoldingSetNodeID::AddPointer
Ben Craig via llvm-commits
- [PATCH] D12536: Function bitcode index in Value Symbol Table and lazy reading support
Teresa Johnson via llvm-commits
- [PATCH] D12536: Function bitcode index in Value Symbol Table and lazy reading support
Mehdi AMINI via llvm-commits
- [PATCH] D12536: Function bitcode index in Value Symbol Table and lazy reading support
Teresa Johnson via llvm-commits
- [PATCH] D12536: Function bitcode index in Value Symbol Table and lazy reading support
Teresa Johnson via llvm-commits
- [PATCH] D12536: Function bitcode index in Value Symbol Table and lazy reading support
Teresa Johnson via llvm-commits
- [PATCH] D12537: [MergeFuncs] Efficiently defer functions on merge
Jason Koenig via llvm-commits
- [PATCH] D12537: [MergeFuncs] Efficiently defer functions on merge
JF Bastien via llvm-commits
- [PATCH] D12537: [MergeFuncs] Efficiently defer functions on merge
Jason Koenig via llvm-commits
- [PATCH] D12537: [MergeFuncs] Efficiently defer functions on merge
Jason Koenig via llvm-commits
- [PATCH] D12537: [MergeFuncs] Efficiently defer functions on merge
JF Bastien via llvm-commits
- [PATCH] D12537: [MergeFuncs] Efficiently defer functions on merge
JF Bastien via llvm-commits
- [PATCH] D12537: [MergeFuncs] Efficiently defer functions on merge
Jason Koenig via llvm-commits
- [PATCH] D12537: [MergeFuncs] Efficiently defer functions on merge
Jason Koenig via llvm-commits
- [PATCH] D12537: [MergeFuncs] Efficiently defer functions on merge
JF Bastien via llvm-commits
- [PATCH] D12537: [MergeFuncs] Efficiently defer functions on merge
JF Bastien via llvm-commits
- [PATCH] D12538: Fix assertion failure in LLParser::ConvertValIDToValue
Karl Schimpf via llvm-commits
- [PATCH] D12538: Fix assertion failure in LLParser::ConvertValIDToValue
Kostya Serebryany via llvm-commits
- [PATCH] D12538: Fix assertion failure in LLParser::ConvertValIDToValue
Karl Schimpf via llvm-commits
- [PATCH] D12538: Fix assertion failure in LLParser::ConvertValIDToValue
Karl Schimpf via llvm-commits
- [PATCH] D12538: Fix assertion failure in LLParser::ConvertValIDToValue
Kostya Serebryany via llvm-commits
- [PATCH] D12538: Fix assertion failure in LLParser::ConvertValIDToValue
Karl Schimpf via llvm-commits
- [PATCH] D12539: Fix SEGV in InlineAsm::ConstraintInfo::Parse.
Kostya Serebryany via llvm-commits
- [PATCH] D12539: Fix SEGV in InlineAsm::ConstraintInfo::Parse.
John Thompson via llvm-commits
- [PATCH] D12539: Fix SEGV in InlineAsm::ConstraintInfo::Parse.
Karl Schimpf via llvm-commits
- [PATCH] D12540: Add Myriad into enum VendorType.
Douglas Katzman via llvm-commits
- [PATCH] D12540: Add Myriad into enum VendorType.
James Y Knight via llvm-commits
- [PATCH] D12540: Add Myriad into enum VendorType.
Chandler Carruth via llvm-commits
- [PATCH] D12540: Add Myriad into enum VendorType.
Eric Christopher via llvm-commits
- [PATCH] D12540: Add Myriad into enum VendorType.
Douglas Katzman via llvm-commits
- [PATCH] D12542: [llvm-readobj] MachO: Dump segment command
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D12542: [llvm-readobj] MachO: Dump segment command
Davide Italiano via llvm-commits
- [PATCH] D12543: [x86] fix allowsMisalignedMemoryAccesses() for 8-byte and smaller accesses
Sanjay Patel via llvm-commits
- [PATCH] D12543: [x86] fix allowsMisalignedMemoryAccesses() for 8-byte and smaller accesses
Quentin Colombet via llvm-commits
- [PATCH] D12543: [x86] fix allowsMisalignedMemoryAccesses() for 8-byte and smaller accesses
Sanjay Patel via llvm-commits
- [PATCH] D12543: [x86] fix allowsMisalignedMemoryAccesses() for 8-byte and smaller accesses
Quentin Colombet via llvm-commits
- [PATCH] D12543: [x86] fix allowsMisalignedMemoryAccesses() for 8-byte and smaller accesses
Sanjay Patel via llvm-commits
- [PATCH] D12543: [x86] fix allowsMisalignedMemoryAccesses() for 8-byte and smaller accesses
Zia Ansari via llvm-commits
- [PATCH] D12543: [x86] fix allowsMisalignedMemoryAccesses() for 8-byte and smaller accesses
Sanjay Patel via llvm-commits
- [PATCH] D12545: [elf2] Add basic archive file support.
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D12545: [elf2] Add basic archive file support.
Rafael Espíndola via llvm-commits
- [PATCH] D12545: [elf2] Add basic archive file support.
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D12545: [elf2] Add basic archive file support.
Rafael Espíndola via llvm-commits
- [PATCH] D12545: [elf2] Add basic archive file support.
Rafael Espíndola via llvm-commits
- [PATCH] D12545: [elf2] Add basic archive file support.
Rafael Espíndola via llvm-commits
- [PATCH] D12545: [elf2] Add basic archive file support.
Rafael Espíndola via llvm-commits
- [PATCH] D12545: [elf2] Add basic archive file support.
Rui Ueyama via llvm-commits
- [PATCH] D12545: [elf2] Add basic archive file support.
Rafael Espíndola via llvm-commits
- [PATCH] D12545: [elf2] Add basic archive file support.
Rafael Espíndola via llvm-commits
- [PATCH] D12545: [elf2] Add basic archive file support.
Rafael Espíndola via llvm-commits
- [PATCH] D12545: [elf2] Add basic archive file support.
Michael Spencer via llvm-commits
- [PATCH] D12545: [elf2] Add basic archive file support.
Rafael Espíndola via llvm-commits
- [PATCH] D12545: [elf2] Add basic archive file support.
Rafael Espíndola via llvm-commits
- [PATCH] D12545: [elf2] Add basic archive file support.
Rafael Espíndola via llvm-commits
- [PATCH] D12546: [WinEH] Emit prologues and epilogues for funclets
Reid Kleckner via llvm-commits
- [PATCH] D12548: AMDGPU: Re-justify workaround and fix worked around problem
Matt Arsenault via llvm-commits
- [PATCH] D12550: AVX-512: store <4 x i1> and <2 x i1> data types in memory
Elena Demikhovsky via llvm-commits
- [PATCH] D12550: AVX-512: store <4 x i1> and <2 x i1> data types in memory
Igor Breger via llvm-commits
- [PATCH] D12550: AVX-512: store <4 x i1> and <2 x i1> data types in memory
Elena Demikhovsky via llvm-commits
- [PATCH] D12554: tsan: speed up race deduplication
Dmitry Vyukov via llvm-commits
- [PATCH] D12554: tsan: speed up race deduplication
Dmitry Vyukov via llvm-commits
- [PATCH] D12554: tsan: speed up race deduplication
Kostya Serebryany via llvm-commits
- [PATCH] D12554: tsan: speed up race deduplication
Alexey Samsonov via llvm-commits
- [PATCH] D12554: tsan: speed up race deduplication
Dmitry Vyukov via llvm-commits
- [PATCH] D12554: tsan: speed up race deduplication
Dmitry Vyukov via llvm-commits
- [PATCH] D12554: tsan: speed up race deduplication
Kostya Serebryany via llvm-commits
- [PATCH] D12554: tsan: speed up race deduplication
Alexey Samsonov via llvm-commits
- [PATCH] D12554: tsan: speed up race deduplication
Dmitry Vyukov via llvm-commits
- [PATCH] D12554: tsan: speed up race deduplication
Dmitry Vyukov via llvm-commits
- [PATCH] D12554: tsan: speed up race deduplication
Dmitry Vyukov via llvm-commits
- [PATCH] D12557: [AtomicExpand] Refactor load/cmpxchg callbacks to make LLSC explicit. NFCI.
Ahmed Bougacha via llvm-commits
- [PATCH] D12559: Fix IRBuilder CreateBitOrPointerCast for vector types
silviu.baranga at arm.com via llvm-commits
- [PATCH] D12559: Fix IRBuilder CreateBitOrPointerCast for vector types
James Molloy via llvm-commits
- [PATCH] D12559: Fix IRBuilder CreateBitOrPointerCast for vector types
Evgeniy Stepanov via llvm-commits
- [PATCH] D12559: Fix IRBuilder CreateBitOrPointerCast for vector types
Renato Golin via llvm-commits
- [PATCH] D12559: Fix IRBuilder CreateBitOrPointerCast for vector types
Michael Zolotukhin via llvm-commits
- [PATCH] D12559: Fix IRBuilder CreateBitOrPointerCast for vector types
Evgeniy Stepanov via llvm-commits
- [PATCH] D12559: Fix IRBuilder CreateBitOrPointerCast for vector types
Mikhail Zolotukhin via llvm-commits
- [PATCH] D12559: Fix IRBuilder CreateBitOrPointerCast for vector types
Silviu Baranga via llvm-commits
- [PATCH] D12559: Fix IRBuilder CreateBitOrPointerCast for vector types
Michael Zolotukhin via llvm-commits
- [PATCH] D12559: Fix IRBuilder CreateBitOrPointerCast for vector types
silviu.baranga at arm.com via llvm-commits
- [PATCH] D12559: Fix IRBuilder CreateBitOrPointerCast for vector types
silviu.baranga at arm.com via llvm-commits
- [PATCH] D12559: Fix IRBuilder CreateBitOrPointerCast for vector types
silviu.baranga at arm.com via llvm-commits
- [PATCH] D12559: Fix IRBuilder CreateBitOrPointerCast for vector types
silviu.baranga at arm.com via llvm-commits
- [PATCH] D12559: Fix IRBuilder CreateBitOrPointerCast for vector types
silviu.baranga at arm.com via llvm-commits
- [PATCH] D12559: Fix IRBuilder CreateBitOrPointerCast for vector types
silviu.baranga at arm.com via llvm-commits
- [PATCH] D12559: Fix IRBuilder CreateBitOrPointerCast for vector types
Michael Zolotukhin via llvm-commits
- [PATCH] D12559: Fix IRBuilder CreateBitOrPointerCast for vector types
silviu.baranga at arm.com via llvm-commits
- [PATCH] D12560: AMDGPU: Reduce number of copies emitted
Matt Arsenault via llvm-commits
- [PATCH] D12561: [X86][SSE] Match zero/any extension shuffles that don't start from the first element
Simon Pilgrim via llvm-commits
- [PATCH] D12564: SelectionDAG: Introduce PersistentID to SDNode for assert builds.
Matthias Braun via llvm-commits
- [PATCH] D12564: SelectionDAG: Introduce PersistentID to SDNode for assert builds.
escha via llvm-commits
- [PATCH] D12565: SelectionDAGDumper: print datatypes behind node names
Matthias Braun via llvm-commits
- [PATCH] D12565: SelectionDAGDumper: print datatypes behind node names
Owen Anderson via llvm-commits
- [PATCH] D12565: SelectionDAGDumper: print datatypes behind node names
Matthias Braun via llvm-commits
- [PATCH] D12566: SelectionDAGDumper: Hide [ID=X], [ORD=X] and source locations by default.
Matthias Braun via llvm-commits
- [PATCH] D12567: SelectionDAGDumper: Print simple operands inline.
Matthias Braun via llvm-commits
- [PATCH] D12567: SelectionDAGDumper: Print simple operands inline.
Matt Arsenault via llvm-commits
- [PATCH] D12567: SelectionDAGDumper: Print simple operands inline.
Matthias Braun via llvm-commits
- [PATCH] D12567: SelectionDAGDumper: Print simple operands inline.
Matthias Braun via llvm-commits
- [PATCH] D12567: SelectionDAGDumper: Print simple operands inline.
Matthias Braun via llvm-commits
- [PATCH] D12568: SelectionDAGDumper: Avoid unnecessary newlines
Matthias Braun via llvm-commits
- [PATCH] D12569: SelectionDAGDumper: Leave out the <multiple use> markers
Matthias Braun via llvm-commits
- [PATCH] D12570: [llvm-readobj] Dump Macho indirect symbols
Davide Italiano via llvm-commits
- [PATCH] D12570: [llvm-readobj] Dump Macho indirect symbols
Eric Christopher via llvm-commits
- [PATCH] D12570: [llvm-readobj] Dump Macho indirect symbols
Davide Italiano via llvm-commits
- [PATCH] D12572: LangRef small fix
Piotr Padlewski via llvm-commits
- [PATCH] D12572: LangRef small fix
Eric Christopher via llvm-commits
- [PATCH] D12573: check for fastness before merging in DAGCombiner::MergeConsecutiveStores()
Sanjay Patel via llvm-commits
- [PATCH] D12573: check for fastness before merging in DAGCombiner::MergeConsecutiveStores()
Matt Arsenault via llvm-commits
- [PATCH] D12573: check for fastness before merging in DAGCombiner::MergeConsecutiveStores()
Sanjay Patel via llvm-commits
- [PATCH] D12575: [RewriteStatepointsForGC] Bugfix for 246133
Philip Reames via llvm-commits
- [PATCH] D12575: [RewriteStatepointsForGC] Bugfix for change 246133
Philip Reames via llvm-commits
- [PATCH] D12575: [RewriteStatepointsForGC] Bugfix for change 246133
Sanjoy Das via llvm-commits
- [PATCH] D12575: [RewriteStatepointsForGC] Bugfix for change 246133
Philip Reames via llvm-commits
- [PATCH] D12575: [RewriteStatepointsForGC] Bugfix for change 246133
Philip Reames via llvm-commits
- [PATCH] D12576: Fix isDiscardableIfUnused to include available_externally linkage.
Evgeniy Stepanov via llvm-commits
- [PATCH] D12576: Fix isDiscardableIfUnused to include available_externally linkage.
Evgeniy Stepanov via llvm-commits
- [PATCH] D12576: Fix isDiscardableIfUnused to include available_externally linkage.
Richard Smith via llvm-commits
- [PATCH] D12576: Fix isDiscardableIfUnused to include available_externally linkage.
Reid Kleckner via llvm-commits
- [PATCH] D12581: [MergeFuncs] Fix callsite attributes in thunk generation
Jason Koenig via llvm-commits
- [PATCH] D12581: [MergeFuncs] Fix callsite attributes in thunk generation
JF Bastien via llvm-commits
- [PATCH] D12581: [MergeFuncs] Fix callsite attributes in thunk generation
Jason Koenig via llvm-commits
- [PATCH] D12581: [MergeFuncs] Fix callsite attributes in thunk generation
JF Bastien via llvm-commits
- [PATCH] D12581: [MergeFuncs] Fix callsite attributes in thunk generation
Jason Koenig via llvm-commits
- [PATCH] D12581: [MergeFuncs] Fix callsite attributes in thunk generation
JF Bastien via llvm-commits
- [PATCH] D12588: Introduce target hook for optimizing register copies
Matt Arsenault via llvm-commits
- [PATCH] D12588: PeepholeOptimizer: Look through simple extracts of reg_sequence
Matt Arsenault via llvm-commits
- [PATCH] D12588: PeepholeOptimizer: Look through simple extracts of reg_sequence
Matt Arsenault via llvm-commits
- [PATCH] D12588: PeepholeOptimizer: Look through simple extracts of reg_sequence
Quentin Colombet via llvm-commits
- [PATCH] D12588: PeepholeOptimizer: Look through simple extracts of reg_sequence
Matt Arsenault via llvm-commits
- [PATCH] D12588: PeepholeOptimizer: Look through simple extracts of reg_sequence
Matt Arsenault via llvm-commits
- [PATCH] D12588: PeepholeOptimizer: Look through simple extracts of reg_sequence
Quentin Colombet via llvm-commits
- [PATCH] D12588: PeepholeOptimizer: Look through simple extracts of reg_sequence
Matt Arsenault via llvm-commits
- [PATCH] D12588: PeepholeOptimizer: Look through simple extracts of reg_sequence
Matthias Braun via llvm-commits
- [PATCH] D12588: PeepholeOptimizer: Look through simple extracts of reg_sequence
Quentin Colombet via llvm-commits
- [PATCH] D12590: [cmake] rework LLVM_LINK_LLVM_DYLIB option handling
Andrew Wilkins via llvm-commits
- [PATCH] D12590: [cmake] rework LLVM_LINK_LLVM_DYLIB option handling
Chris Bieneman via llvm-commits
- [PATCH] D12590: [cmake] rework LLVM_LINK_LLVM_DYLIB option handling
Andrew Wilkins via llvm-commits
- [PATCH] D12590: [cmake] rework LLVM_LINK_LLVM_DYLIB option handling
Andrew Wilkins via llvm-commits
- [PATCH] D12591: Fix vector splitting for extract_vector_elt and vector elements of <8-bits.
Daniel Sanders via llvm-commits
- [PATCH] D12591: Fix vector splitting for extract_vector_elt and vector elements of <8-bits.
Pekka Jääskeläinen via llvm-commits
- [PATCH] D12593: AVX512 : vcmpss/sd implementation
Igor Breger via llvm-commits
- [PATCH] D12596: Fix for bootstrap bug introduced in r244921
Nemanja Ivanovic via llvm-commits
- [PATCH] D12596: Fix for bootstrap bug introduced in r244921
Bill Schmidt via llvm-commits
- [PATCH] D12596: Fix for bootstrap bug introduced in r244921
Nemanja Ivanovic via llvm-commits
- [PATCH] D12596: Fix for bootstrap bug introduced in r244921
Bill Schmidt via llvm-commits
- [PATCH] D12596: Fix for bootstrap bug introduced in r244921
hfinkel at anl.gov via llvm-commits
- [PATCH] D12603: Use fixed-point representation for BranchProbability
Cong Hou via llvm-commits
- [PATCH] D12603: Use fixed-point representation for BranchProbability
NAKAMURA Takumi via llvm-commits
- [PATCH] D12603: Use fixed-point representation for BranchProbability
David Li via llvm-commits
- [PATCH] D12604: Support: Add utility functions to get MSVC/WinSDK installation paths.
Rui Ueyama via llvm-commits
- [PATCH] D12604: Support: Add utility functions to get MSVC/WinSDK installation paths.
David Majnemer via llvm-commits
- [PATCH] D12604: Support: Add utility functions to get MSVC/WinSDK installation paths.
Reid Kleckner via llvm-commits
- [PATCH] D12604: Support: Add utility functions to get MSVC/WinSDK installation paths.
Reid Kleckner via llvm-commits
- [PATCH] D12604: Support: Add utility functions to get MSVC/WinSDK installation paths.
Rui Ueyama via llvm-commits
- [PATCH] D12604: Support: Add utility functions to get MSVC/WinSDK installation paths.
Reid Kleckner via llvm-commits
- [PATCH] D12605: [ELF2] Don't allocate more SymbolBodies than needed.
Davide Italiano via llvm-commits
- [PATCH] D12605: [ELF2] Don't allocate more SymbolBodies than needed.
Rafael Espíndola via llvm-commits
- [PATCH] D12605: [ELF2] Don't allocate more SymbolBodies than needed.
Davide Italiano via llvm-commits
- [PATCH] D12607: [ExecutionEngine] Add to the C API possibility to create custom SectionMemoryManager
Jauhien Piatlicki via llvm-commits
- [PATCH] D12607: [ExecutionEngine] Add to the C API possibility to create custom SectionMemoryManager
Richard Diamond via llvm-commits
- [PATCH] D12607: [ExecutionEngine] Add to the C API possibility to create custom SectionMemoryManager
Lang Hames via llvm-commits
- [PATCH] D12608: [RewriteStatepointsForGC] Strengthen invariants around BDVs
Philip Reames via llvm-commits
- [PATCH] D12608: [RewriteStatepointsForGC] Strengthen invariants around BDVs
Sanjoy Das via llvm-commits
- [PATCH] D12608: [RewriteStatepointsForGC] Strengthen invariants around BDVs
Philip Reames via llvm-commits
- [PATCH] D12610: [dsymutil] Ensure PC offsets with within specified bit width
Vedant Kumar via llvm-commits
- [PATCH] D12610: [dsymutil] Ensure PC offsets with within specified bit width
Frederic Riss via llvm-commits
- [PATCH] D12610: [dsymutil] Ensure PC offsets with within specified bit width
Vedant Kumar via llvm-commits
- [PATCH] D12617: Failing test highlighting no poisoning when destructor not declared.
Naomi Musgrave via llvm-commits
- [PATCH] D12618: Reserve a vendor reserved block ID for bitcode
Mehdi AMINI via llvm-commits
- [PATCH] D12618: Reserve a vendor reserved block ID for bitcode
Rafael Espíndola via llvm-commits
- [PATCH] D12618: Reserve a vendor reserved block ID for bitcode
Mehdi AMINI via llvm-commits
- [PATCH] D12618: Reserve a vendor reserved block ID for bitcode
Mehdi Amini via llvm-commits
- [PATCH] D12618: Reserve a vendor reserved block ID for bitcode
Rafael Espíndola via llvm-commits
- [PATCH] D12618: Reserve a vendor reserved block ID for bitcode
Mehdi Amini via llvm-commits
- [PATCH] D12620: Fix for bz24500: Avoid non-deterministic code generation triggered by the x86 call frame optimization
David Kreitzer via llvm-commits
- [PATCH] D12623: [llgo] clear data layout before adding module to JIT
Andrew Wilkins via llvm-commits
- [PATCH] D12623: [llgo] clear data layout before adding module to JIT
Mehdi AMINI via llvm-commits
- [PATCH] D12623: [llgo] clear data layout before adding module to JIT
Andrew Wilkins via llvm-commits
- [PATCH] D12625: [llgo] Force exporting __morestack from llgoi
Andrew Wilkins via llvm-commits
- [PATCH] D12626: Fix typos.
Bruce Mitchener via llvm-commits
- [PATCH] D12628: [mips][microMIPS] Implement PAUSE, RDHWR, RDPGPR, SDBBP, SIGRIE, SSNOP, SYNC, SYNCI and WAIT instructions
Hrvoje Varga via llvm-commits
- [PATCH] D12630: [llgo] irgen: always use TargetMachine's data layout
Andrew Wilkins via llvm-commits
- [PATCH] D12635: merge vector stores into wider vector stores and fix AArch64 misaligned access TLI hook (PR21711)
Sanjay Patel via llvm-commits
- [PATCH] D12637: [InstCombine] Recognize another bswap idiom.
Charlie Turner via llvm-commits
- [PATCH] D12638: Improve ISel using across lane min/max reduction
Chad Rosier via llvm-commits
- [PATCH] D12638: Improve ISel using across lane min/max reduction
Jun Bum Lim via llvm-commits
- [PATCH] D12638: Improve ISel using across lane min/max reduction
Jun Bum Lim via llvm-commits
- [PATCH] D12639: [compiler-rt] Fix cross build when multiple targets are enabled.
Geoff Berry via llvm-commits
- [PATCH] D12639: [compiler-rt] Fix cross build when multiple targets are enabled.
Alexey Samsonov via llvm-commits
- [PATCH] D12640: [RewriteStatepointsForGC] Make base pointer inference deterministic
Philip Reames via llvm-commits
- [PATCH] D12642: Improve portability, fix build issue on NetBSD
Kamil Rytarowski via llvm-commits
- [PATCH] D12642: Improve portability, fix build issue on NetBSD
Kamil Rytarowski via llvm-commits
- [PATCH] D12647: [llvm-cov] Add -full-filenames option
Vedant Kumar via llvm-commits
- [PATCH] D12648: [libFuzzer]Add XFAIL test for defeating a hash sum.
Ivan Krasin via llvm-commits
- [PATCH] D12648: [libFuzzer]Add XFAIL test for defeating a hash sum.
Kostya Serebryany via llvm-commits
- [PATCH] D12649: AMDGPU: Extract full 64-bit subregister and use subregs
Matt Arsenault via llvm-commits
- [PATCH] D12656: Change test to allow movzbl, movzwl in place of movb, movw instructions
Kevin B. Smith via llvm-commits
- [PATCH] D12660: Make the default triple optional by allowing an empty string
Mehdi AMINI via llvm-commits
- [PATCH] D12663: [X86][SSE] Vectorize CTTZ + CTTZ_ZERO_UNDEF
Simon Pilgrim via llvm-commits
- [PATCH] D12665: [X86][AVX512] extend support in Scalar conversion
Asaf Badouh via llvm-commits
- [PATCH] D3293: Repair IntelJITEventListener
Andy Kaylor via llvm-commits
- [PATCH] D7895: Anonymous namespaces are missing import DW_TAG_imported_module.
Katya Romanova via llvm-commits
- [PATCH] D7895: Anonymous namespaces are missing import DW_TAG_imported_module.
David Blaikie via llvm-commits
- [PATCH] D8136: Generation of PSAD in LoopVectorizer
Cong Hou via llvm-commits
- [PATCH] D8136: Generation of PSAD in LoopVectorizer
Shahid via llvm-commits
- [PATCH] D8136: Generation of PSAD in LoopVectorizer
Cong Hou via llvm-commits
- [PATCH] D9094: Fold EXTRACT_VECTOR_ELT(BUILD_VECTOR(Elt[0], ...), CstX ) -> Elt[CstX]
Mehdi AMINI 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
Ashutosh Nema via llvm-commits
- [PATCH] D9189: [mips][microMIPS] Implement PREFX, LHUE, LBE, LBUE, LHE, LWE, SBE, SHE and SWE instructions
Daniel Sanders via llvm-commits
- [PATCH] D9658: [mips][microMIPS] Implement TEQ, TGE, TGEU, TLT, TLTU and TNE instructions
Zlatko Buljan via llvm-commits
- [PATCH] D9658: [mips][microMIPS] Implement TEQ, TGE, TGEU, TLT, TLTU and TNE instructions
Daniel Sanders via llvm-commits
- [PATCH] D9688: [FunctionAttr] Infer nonnull attributes on returns
Philip Reames via llvm-commits
- [PATCH] D9824: [mips][microMIPS] Implement LH, LHE, LHU and LHUE instructions
Daniel Sanders via llvm-commits
- [PATCH] D9824: [mips][microMIPS] Implement LH, LHE, LHU and LHUE instructions
Zlatko Buljan via llvm-commits
- [PATCH] D9824: [mips][microMIPS] Implement LH, LHE, LHU and LHUE instructions
Daniel Sanders via llvm-commits
- [PATCH] D9887: [DebugInfo][FastISel] Prevent using debug location from previous block for local values
Sergey Dmitrouk via llvm-commits
- [PATCH] Devirtualize TerminatorInst
Pete Cooper via llvm-commits
- [PATCH] Devirtualize TerminatorInst
David Majnemer via llvm-commits
- [PATCH] Devirtualize TerminatorInst
Pete Cooper via llvm-commits
- [patch] Simplify memory allocation
Rafael Espíndola via llvm-commits
- [patch] Simplify memory allocation
Davide Italiano via llvm-commits
- [patch] Simplify memory allocation
Rui Ueyama via llvm-commits
- [PATCH] Verify that personality functions are actually functions
Philip Reames via llvm-commits
- [polly] r246161 - Do not detect Scops with only one loop.
Tobias Grosser via llvm-commits
- [polly] r246161 - Do not detect Scops with only one loop.
Tobias Grosser via llvm-commits
- [polly] r246161 - Do not detect Scops with only one loop.
Tobias Grosser via llvm-commits
- [polly] r246396 - Do not store into a temporary twine
David Blaikie via llvm-commits
- [polly] r246396 - Do not store into a temporary twine
Tobias Grosser via llvm-commits
- [polly] r246396 - Do not store into a temporary twine
David Blaikie via llvm-commits
- [polly] r246396 - Do not store into a temporary twine
Evgenii Stepanov via llvm-commits
- [polly] r246425 - OpenMP-codegen: Correctly pass function arguments to subfunctions
Tobias Grosser via llvm-commits
- [polly] r246427 - Generate scalar initialization loads at the beginning of the start BB
Tobias Grosser via llvm-commits
- [polly] r246429 - Also build scalar dependences for store instructions
Tobias Grosser via llvm-commits
- [polly] r246433 - ScopDetection: Correctly count the loops in a region
Tobias Grosser via llvm-commits
- [polly] r246433 - ScopDetection: Correctly count the loops in a region
Johannes Doerfert via llvm-commits
- [polly] r246433 - ScopDetection: Correctly count the loops in a region
Tobias Grosser via llvm-commits
- [polly] r246441 - Always use the branch instructions to model the PHI-node writes
Johannes Doerfert via llvm-commits
- [polly] r246441 - Always use the branch instructions to model the PHI-node writes
Tobias Grosser via llvm-commits
- [polly] r246441 - Always use the branch instructions to model the PHI-node writes
Tobias Grosser via llvm-commits
- [polly] r246441 - Always use the branch instructions to model the PHI-node writes
Johannes Doerfert via llvm-commits
- [polly] r246441 - Always use the branch instructions to model the PHI-node writes
Tobias Grosser via llvm-commits
- [polly] r246442 - [NFC] Add isl_set output stream operator
Johannes Doerfert via llvm-commits
- [polly] r246443 - Build the domains with correct number of dimensions
Johannes Doerfert via llvm-commits
- [polly] r246477 - Do Not Model Unbounded Loops
Johannes Doerfert via llvm-commits
- [polly] r246483 - Fix another typo in the subloop counting
Tobias Grosser via llvm-commits
- [polly] r246543 - ScopInfo: Add test case for two loops following right after each other
Tobias Grosser via llvm-commits
- [polly] r246552 - Update isl to isl-0.15-129-gb086c90
Tobias Grosser via llvm-commits
- [polly] r246567 - ScopInfo: use project_out instead of remove_dims
Tobias Grosser via llvm-commits
- [polly] r246567 - ScopInfo: use project_out instead of remove_dims
Johannes Doerfert via llvm-commits
- [polly] r246916 - Use uppercase variable names [NFC]
Tobias Grosser via llvm-commits
- [polly] r246917 - Allow the import of multi-dimensional access functions
Tobias Grosser via llvm-commits
- [polly] r246920 - BlockGenerator: Make GlobalMap a member variable
Tobias Grosser via llvm-commits
- [polly] r246923 - OpenMP codegen: support generation of multi-dimensional access functions
Tobias Grosser via llvm-commits
- [polly] r246924 - OpenMP: Name the values passed to the subfunciton according to the original llvm::Values
Tobias Grosser via llvm-commits
- [polly] r246925 - Add forgotten .jscop file
Tobias Grosser via llvm-commits
- [polly] r246926 - RegionGenerator: Do not modify GlobalMaps
Tobias Grosser via llvm-commits
- [polly] r246928 - IslNodeBuilder: Only obtain the isl_ast_build, when needed
Tobias Grosser via llvm-commits
- [polly] r246929 - Add some more documentation and structure to the collection of subtree references
Tobias Grosser via llvm-commits
- [polly] r246940 - RuntimeDebugPrinter: Simplify code [NFC]
Tobias Grosser via llvm-commits
- [polly] r246941 - Add option -polly-codegen-add-debug-printing
Tobias Grosser via llvm-commits
- [polly] r246942 - Drop alias metadata in checks of RuntimeDebugBuilder test
Tobias Grosser via llvm-commits
- [RFC] cmake: Error instead of warning and dropping invalid LLVM_USE_SANITIZER
Justin Bogner via llvm-commits
- [RFC] cmake: Error instead of warning and dropping invalid LLVM_USE_SANITIZER
Alexey Samsonov via llvm-commits
- [RFC] cmake: Error instead of warning and dropping invalid LLVM_USE_SANITIZER
Justin Bogner via llvm-commits
- [test-suite] r246395 - Fix test-suite SPEC runs after r246035
Chris Matthews via llvm-commits
- [test-suite] r246395 - Fix test-suite SPEC runs after r246035
Kristof Beyls via llvm-commits
- [www-releases] r246560 - Update mailing list URL
Hans Wennborg via llvm-commits
- [www-releases] r246586 - Commit 3.7.0
Hans Wennborg via llvm-commits
- [www-releases] r246586 - Commit 3.7.0
Hans Wennborg via llvm-commits
- [www-releases] r246586 - Commit 3.7.0
Hans Wennborg via llvm-commits
- [www-releases] r246586 - Commit 3.7.0
Hans Wennborg via llvm-commits
- [www-releases] r246586 - Commit 3.7.0
Hans Wennborg via llvm-commits
- [www-releases] r246586 - Commit 3.7.0
Hans Wennborg via llvm-commits
- [www-releases] r246586 - Commit 3.7.0
Hans Wennborg via llvm-commits
- [www-releases] r246586 - Commit 3.7.0
Hans Wennborg via llvm-commits
- [www-releases] r246586 - Commit 3.7.0
Hans Wennborg via llvm-commits
- [www-releases] r246586 - Commit 3.7.0
Hans Wennborg via llvm-commits
- [www-releases] r246586 - Commit 3.7.0
Hans Wennborg via llvm-commits
- [www-releases] r246586 - Commit 3.7.0
Hans Wennborg via llvm-commits
- [www-releases] r246586 - Commit 3.7.0
Hans Wennborg via llvm-commits
- [www-releases] r246586 - Commit 3.7.0
Hans Wennborg via llvm-commits
- [www-releases] r246586 - Commit 3.7.0
Hans Wennborg via llvm-commits
- [www] r246456 - Win snapshot: r246435.
Hans Wennborg via llvm-commits
- [www] r246544 - Move two previous meetings in the appropriate section
Sylvestre Ledru via llvm-commits
- [www] r246587 - Link to 3.7.0
Hans Wennborg via llvm-commits
- [www] r246683 - Added Codasip Studio to the list of LLVM projects.
John Criswell via llvm-commits
- [www] r246685 - Added paragraph markers to Codesip project description.
John Criswell via llvm-commits
- [zorg] r246464 - [fuzzer bot] add llvm-as-fuzzer run with assertions, temporary disable most other runs to turn around with llvm-as-fuzzer faster
Kostya Serebryany via llvm-commits
- [zorg] r246475 - [fuzzer bot] fix flag syntax
Kostya Serebryany via llvm-commits
- [zorg] r246572 - [fuzzer bot] enable more fuzzers in the build with assertions, disable the no assertions build
Kostya Serebryany via llvm-commits
- [zorg] r246576 - [fuzzer bot] disable lsan for llvm-as-fuzzer
Kostya Serebryany via llvm-commits
- [zorg] r246690 - [fuzzer bot] run clang-fuzzer in only_ascii mode: nobody is fixing the UTF-related bugs in clang, so there is no point in finding more of them :(
Kostya Serebryany via llvm-commits
- [zorg] r246727 - [fuzzer bot] remove the run with -tokens since I am going to remove this mode from libFuzzer
Kostya Serebryany via llvm-commits
- [zorg] r246867 - [asan] Enable testing on Android/x86.
Evgeniy Stepanov via llvm-commits
- [zorg] r246883 - [asan] Fix an incorrect adb environment variable name.
Evgeniy Stepanov via llvm-commits
- [zorg] r246907 - Make libcxx c++11 builder explicitly pass -std=c++11
Eric Fiselier via llvm-commits
- Builder clang-mergefunc-x86_64-freebsd?
Galina Kistanova via llvm-commits
- Error when trying to build LLVM with mingw.org
Yaron Keren via llvm-commits
- Fixing the test-suite broken after r246877
Steven Wu via llvm-commits
- Fixing the test-suite broken after r246877
George Burgess IV via llvm-commits
- Fixing the test-suite broken after r246877
Steven Wu via llvm-commits
- Fixing the test-suite broken after r246877
George Burgess IV via llvm-commits
- Fixing the test-suite broken after r246877
Steven Wu via llvm-commits
- Fixing the test-suite broken after r246877
George Burgess IV via llvm-commits
- Mail delivery failed: returning message to sender
Jonathan Roelofs via llvm-commits
- Mail delivery failed: returning message to sender
Kostya Serebryany via llvm-commits
- Mail delivery failed: returning message to sender
Jonathan Roelofs via llvm-commits
- Mail delivery failed: returning message to sender
Kostya Serebryany via llvm-commits
- Review for: [ARM] Separate EABI and GNUEABI lowering
Vinicius Tinti via llvm-commits
- Review for: [ARM] Separate EABI and GNUEABI lowering
Saleem Abdulrasool via llvm-commits
- Review for: [ARM] Separate EABI and GNUEABI lowering
Renato Golin via llvm-commits
- Try to clarify semantics of fptrunc
Dan Gohman via llvm-commits
- Try to clarify semantics of fptrunc
Dan Liew via llvm-commits
- Try to clarify semantics of fptrunc
JF Bastien via llvm-commits
- Try to clarify semantics of fptrunc
Dan Gohman via llvm-commits
- Try to clarify semantics of fptrunc
Dan Liew via llvm-commits
- Try to clarify semantics of fptrunc
Dan Liew via llvm-commits
- Try to clarify semantics of fptrunc
JF Bastien via llvm-commits
- Try to clarify semantics of fptrunc
Jonathan Roelofs via llvm-commits
- Try to clarify semantics of fptrunc
Dan Liew via llvm-commits
- Try to clarify semantics of fptrunc
Dan Liew via llvm-commits
Last message date:
Sun Sep 6 23:54:23 PDT 2015
Archived on: Sun Sep 6 23:54:21 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).