The Week Of Monday 29 August 2016 Archives by date
Starting: Mon Aug 29 01:14:25 PDT 2016
Ending: Sun Sep 4 23:54:50 PDT 2016
Messages: 1879
- [PATCH] D23756: Fixed a bug in type legalizer for masked gather.
Igor Breger via llvm-commits
- [PATCH] D23984: [X86] Fix bug in masked compress
Ayman Musa via llvm-commits
- [PATCH] D17983: Eliminate many benign instances of "potentially uninitialized local variable" warnings
Sergio Martins via llvm-commits
- [PATCH] D23984: [X86] Fix bug in masked compress
Elena Demikhovsky via llvm-commits
- [llvm] r279959 - [InstructionSelect] NumBlocks isn't defined in DEBUG build.
Haojian Wu via llvm-commits
- [PATCH] D23984: [X86] Fix bug in masked compress
Igor Breger via llvm-commits
- [llvm] r279960 - [AVX512] In some cases KORTEST instruction may be used instead of ZEXT + TEST sequence.
Igor Breger via llvm-commits
- [PATCH] D23490: [AVX512] Generate KORTEST instead of TEST.
Phabricator via llvm-commits
- [llvm] r279961 - Fixed a bug in type legalizer for masked gather.
Igor Breger via llvm-commits
- [PATCH] D23799: [ESan][MIPS] Adds support for MIPS64
Sagar Thakur via llvm-commits
- [PATCH] D23756: Fixed a bug in type legalizer for masked gather.
Phabricator via llvm-commits
- [PATCH] D23911: [SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd
James Molloy via llvm-commits
- [PATCH] D23912: [SimplifyCFG] Handle tail-sinking of more than 2 incoming branches
James Molloy via llvm-commits
- [llvm] r279625 - Create subranges for new intervals resulting from live interval splitting
Mikael Holmén via llvm-commits
- [PATCH] D21257: Reduce size in memory. This is very helpful in a multi-module setups.
Axel Naumann via llvm-commits
- [PATCH] D23986: [XRay] Detect and emit sleds for sibling/tail calls
Dean Michael Berris via llvm-commits
- [PATCH] D23764: Remove MVT:i1 xor instruction before SELECT. (Performance improvement).
Ayman Musa via llvm-commits
- [PATCH] D23988: [compiler-rt][XRay] Support tail call sleds
Dean Michael Berris via llvm-commits
- [PATCH] D23984: [X86] Fix bug in masked compress
Ayman Musa via llvm-commits
- [PATCH] D23962: [Polly] Allow mapping scalar MemoryAccesses to array elements.
Michael Kruse via llvm-commits
- [PATCH] D23984: [X86] Fix bug in masked compress
Ayman Musa via llvm-commits
- [PATCH] D23962: [Polly] Allow mapping scalar MemoryAccesses to array elements.
Tobias Grosser via llvm-commits
- [llvm] r279963 - AMDGPU/SI: Query AA, if available, in areMemAccessesTriviallyDisjoint()
Tom Stellard via llvm-commits
- [PATCH] D23792: IR: Properly handle escape characters in Attribute::getAsString()
Honggyu Kim via llvm-commits
- [PATCH] D23813: AMDGPU/SI: Query AA, if available, in areMemAccessesTriviallyDisjoint()
Phabricator via llvm-commits
- [llvm] r279964 - Fix -Wunused-but-set-variable warning.
Haojian Wu via llvm-commits
- [llvm] r269909 - Don't pass a Reloc::Model to MC.
Rafael Espíndola via llvm-commits
- [PATCH] D21257: Reduce size in memory. This is very helpful in a multi-module setups.
Vassil Vassilev via llvm-commits
- [llvm] r279965 - Move code only used by codegen out of MC. NFC.
Rafael Espindola via llvm-commits
- [PATCH] D23942: Do not abort on unresolved conflicts when joining subranges
Krzysztof Parzyszek via llvm-commits
- [PATCH] D16452: [mips][microMIPS] Implement DBITSWAP, DLSA and LWUPC and add tests for AUI instructions
Matija Amidžić via llvm-commits
- [llvm] r279966 - Mark test as XFAIL instead of disabling it everywhere.
Benjamin Kramer via llvm-commits
- [PATCH] D23919: [X86] Loosen memory folding requirements for cvtdq2pd and cvtps2pd instructions
Andrey Turetskiy via llvm-commits
- [PATCH] D23919: [X86] Loosen memory folding requirements for cvtdq2pd and cvtps2pd instructions
Andrey Turetskiy via llvm-commits
- [llvm] r279967 - Use the correct ctor/dtor section for dynamic-no-pic.
Rafael Espindola via llvm-commits
- [llvm] r279911 - [LTO] Don't create a new common unless merged has different size
Benjamin Kramer via llvm-commits
- [llvm] r269909 - Don't pass a Reloc::Model to MC.
Rafael Espíndola via llvm-commits
- [llvm] r279968 - AMDGPU/SI: Improve register allocation hints for sopk instructions
Tom Stellard via llvm-commits
- [llvm] r279911 - [LTO] Don't create a new common unless merged has different size
Teresa Johnson via llvm-commits
- [PATCH] D23862: AMDGPU/SI: Improve register allocation hints for sopk instructions
Phabricator via llvm-commits
- [llvm] r279966 - Mark test as XFAIL instead of disabling it everywhere.
Teresa Johnson via llvm-commits
- [llvm] r279969 - Do not use MRI::getMaxLaneMaskForVReg as a mask covering whole register
Krzysztof Parzyszek via llvm-commits
- [PATCH] D23940: Delete dead code
Rafael Ávila de Espíndola via llvm-commits
- [llvm] r279625 - Create subranges for new intervals resulting from live interval splitting
Krzysztof Parzyszek via llvm-commits
- [PATCH] D23940: Delete dead code
Rafael Espíndola via llvm-commits
- [PATCH] D23313: X86: FMA intrinsic + FNEG - sequence optimization
Sanjay Patel via llvm-commits
- [llvm] r279970 - [TargetLowering] remove fdiv and frem from canOpTrap() (PR29114)
Sanjay Patel via llvm-commits
- [PATCH] D23974: [TargetLowering] remove fdiv and frem from canOpTrap() (PR29114)
Sanjay Patel via llvm-commits
- [PATCH] D23879: Properly handle live subranges when moving instructions
Krzysztof Parzyszek via llvm-commits
- [PATCH] D23925: [ELF] Default to entry address 0x0 in case start symbol is not defined and entry point is not specified in command line
Ed Maste via llvm-commits
- [PATCH] D23844: [Coroutines] Part 9: Add cleanup subfunction.
Gor Nishanov via llvm-commits
- [PATCH] D23844: [Coroutines] Part 9: Add cleanup subfunction.
Gor Nishanov via llvm-commits
- [polly] r277263 - Extend the jscop interface to allow the user to declare new arrays and to reference these arrays from access expressions
Roman Gareev via llvm-commits
- [PATCH] D23920: [StatepointsForGC] Identify values for rematerialization in presence of PHI
Igor Laevsky via llvm-commits
- [PATCH] D23879: Properly handle live subranges when moving instructions
Krzysztof Parzyszek via llvm-commits
- [llvm] r279971 - [Coroutines] Part 9: Add cleanup subfunction.
Gor Nishanov via llvm-commits
- [PATCH] D23844: [Coroutines] Part 9: Add cleanup subfunction.
Gor Nishanov via llvm-commits
- [PATCH] D23993: [Coroutines] Part 10: Add coroutine promise support.
Gor Nishanov via llvm-commits
- [llvm] r279972 - [SimplifyCFG] rename test file, regenerate checks, and add test
Sanjay Patel via llvm-commits
- [PATCH] D23617: [AMDGPU ]Refactor SOP instruction definitions.
Tom Stellard via llvm-commits
- [PATCH] D23366: [AArch64] Assign stack locations to increase load/store pairing.
Geoff Berry via llvm-commits
- [llvm] r279973 - [Constant] remove fdiv and frem from canTrap()
Sanjay Patel via llvm-commits
- [llvm] r279974 - [LTO] Remove extraneous output
Teresa Johnson via llvm-commits
- [PATCH] D23942: Do not abort on unresolved conflicts when joining subranges
Krzysztof Parzyszek via llvm-commits
- [PATCH] D23920: [StatepointsForGC] Identify values for rematerialization in presence of PHI
Philip Reames via llvm-commits
- [llvm] r279975 - [StatepointsForGC] Rematerialize in the presence of PHIs
Anna Thomas via llvm-commits
- [PATCH] D23974: [TargetLowering] remove fdiv and frem from canOpTrap() (PR29114)
Sanjay Patel via llvm-commits
- [PATCH] D23356: [DAG] Fix incorrect alignment of ext load.
Nirav Dave via llvm-commits
- [PATCH] D23920: [StatepointsForGC] Identify values for rematerialization in presence of PHI
Phabricator via llvm-commits
- [PATCH] D23920: [StatepointsForGC] Identify values for rematerialization in presence of PHI
Anna Thomas via llvm-commits
- [llvm] r279976 - [AArch64] Adjust the scheduling model for Exynos M1.
Evandro Menezes via llvm-commits
- [PATCH] D23919: [X86] Loosen memory folding requirements for cvtdq2pd and cvtps2pd instructions
Simon Pilgrim via llvm-commits
- [llvm] r269909 - Don't pass a Reloc::Model to MC.
Steven Wu via llvm-commits
- [PATCH] D23313: X86: FMA intrinsic + FNEG - sequence optimization
Elena Demikhovsky via llvm-commits
- [PATCH] D22112: Disambiguate a constant with both 0B prefix and H suffix.
Colin LeMahieu via llvm-commits
- [llvm] r279977 - [gold] Fix test accidentally regressed for newer gold
Teresa Johnson via llvm-commits
- [llvm] r279460 - [SimplifyCFG] Rewrite SinkThenElseCodeToEnd
Balaram Makam via llvm-commits
- [llvm] r279956 - [AVX-512] Add 512-bit fabs tests with and without AVX512DQ.
Reid Kleckner via llvm-commits
- [llvm] r279956 - [AVX-512] Add 512-bit fabs tests with and without AVX512DQ.
Craig Topper via llvm-commits
- [PATCH] D23356: [DAG] Fix incorrect alignment of ext load.
Matt Arsenault via llvm-commits
- [llvm] r279979 - Make vec_fabs.ll pass with MSVC 2013
Reid Kleckner via llvm-commits
- [llvm] r279956 - [AVX-512] Add 512-bit fabs tests with and without AVX512DQ.
Reid Kleckner via llvm-commits
- [llvm] r279966 - Mark test as XFAIL instead of disabling it everywhere.
Mehdi Amini via llvm-commits
- [PATCH] D23967: [asan] Remove runtime flag detect_stack_use_after_scope
Evgeniy Stepanov via llvm-commits
- [llvm] r279966 - Mark test as XFAIL instead of disabling it everywhere.
Teresa Johnson via llvm-commits
- [PATCH] D23954: [asan] Separate calculation of ShadowBytes from calculating ASanStackFrameLayout
Evgeniy Stepanov via llvm-commits
- [PATCH] D23994: AMDGPU/R600: Fix fixups used for constant arrays
Matt Arsenault via llvm-commits
- [PATCH] D23995: AMDGPU: Do basic folding of class intrinsic
Matt Arsenault via llvm-commits
- [llvm] r279966 - Mark test as XFAIL instead of disabling it everywhere.
Mehdi Amini via llvm-commits
- [PATCH] D23997: AMDGPU: Fix introducing stack access on unaligned v16i8
Matt Arsenault via llvm-commits
- [llvm] r279980 - [SimplifyCFG] Hoisting invalidates metadata
David Majnemer via llvm-commits
- [PATCH] D23998: AMDGPU: Diagnose using too many SGPRs
Matt Arsenault via llvm-commits
- [llvm] r279966 - Mark test as XFAIL instead of disabling it everywhere.
Teresa Johnson via llvm-commits
- [compiler-rt] r279981 - [asan] Remove runtime flag detect_stack_use_after_scope
Vitaly Buka via llvm-commits
- [PATCH] D23940: Delete dead code
Mehdi Amini via llvm-commits
- [PATCH] D23906: LSV: Fix incorrectly increasing alignment
Eli Friedman via llvm-commits
- [llvm] r279966 - Mark test as XFAIL instead of disabling it everywhere.
Mehdi Amini via llvm-commits
- [PATCH] D23947: Use store operation to poison allocas for lifetime analysis.
Evgeniy Stepanov via llvm-commits
- [PATCH] D23968: [asan] Enable new stack poisoning with store instruction by default
Evgeniy Stepanov via llvm-commits
- [PATCH] D23967: [asan] Remove runtime flag detect_stack_use_after_scope
Vitaly Buka via llvm-commits
- [PATCH] D23954: [asan] Separate calculation of ShadowBytes from calculating ASanStackFrameLayout
Vitaly Buka via llvm-commits
- [PATCH] D23954: [asan] Separate calculation of ShadowBytes from calculating ASanStackFrameLayout
Vitaly Buka via llvm-commits
- [PATCH] D23499: [InstCombine] Preserve llvm.mem.parallel_loop_access metadata when replacing memcpy with ld/st
Michael Kuperstein via llvm-commits
- [PATCH] D23947: Use store operation to poison allocas for lifetime analysis.
Vitaly Buka via llvm-commits
- [PATCH] D23954: [asan] Separate calculation of ShadowBytes from calculating ASanStackFrameLayout
Vitaly Buka via llvm-commits
- [PATCH] D23176: [LoopVectorizer] Fixed a bug in memory conflict run-time check
Michael Kuperstein via llvm-commits
- [llvm] r279982 - [asan] Separate calculation of ShadowBytes from calculating ASanStackFrameLayout
Vitaly Buka via llvm-commits
- [compiler-rt] r279983 - [scudo] use 32 bits of ASLR entropy instead of just 24 when shuffling allocated chunks
Kostya Serebryany via llvm-commits
- [PATCH] D23940: Delete dead code
Rafael Espíndola via llvm-commits
- [PATCH] D23922: [llvm-cov] Use the native path in the coverage report.
Vedant Kumar via llvm-commits
- [PATCH] D23954: [asan] Separate calculation of ShadowBytes from calculating ASanStackFrameLayout
Vitaly Buka via llvm-commits
- [llvm] r279804 - Replace subregister uses when processing tied operands
Krzysztof Parzyszek via llvm-commits
- [PATCH] D23925: [ELF] Default to entry address 0x0 in case start symbol is not defined and entry point is not specified in command line
Rui Ueyama via llvm-commits
- [llvm] r279460 - [SimplifyCFG] Rewrite SinkThenElseCodeToEnd
James Molloy via llvm-commits
- [llvm] r279908 - [Orc] Explicitly specify type for assignment.
David Blaikie via llvm-commits
- [PATCH] D23474: COFF: add beginnings of debug directory creation
Rui Ueyama via llvm-commits
- [PATCH] D23994: AMDGPU/R600: Fix fixups used for constant arrays
Jan Vesely via llvm-commits
- [llvm] r278161 - Fix the runtime error caused by "Use ValueOffsetPair to enhance value reuse during SCEV expansion".
Steven Wu via llvm-commits
- [PATCH] D23766: DebugInfo: introduce DIFlagsUnderlying type for debug info flags
David Blaikie via llvm-commits
- [llvm] r279984 - Use store operation to poison allocas for lifetime analysis.
Vitaly Buka via llvm-commits
- [llvm] r278161 - Fix the runtime error caused by "Use ValueOffsetPair to enhance value reuse during SCEV expansion".
Wei Mi via llvm-commits
- [PATCH] D24000: [experimental] Add support for live-in semantics of values in deopt bundles
Philip Reames via llvm-commits
- [PATCH] D23947: Use store operation to poison allocas for lifetime analysis.
Vitaly Buka via llvm-commits
- [llvm] r279985 - IfConversion: Fix branch predication bug.
Kyle Butt via llvm-commits
- [PATCH] D23766: DebugInfo: introduce DIFlagsUnderlying type for debug info flags
Victor via llvm-commits
- [PATCH] D23809: ADT: Give ilist<T>::reverse_iterator a handle to the current node
Justin Bogner via llvm-commits
- [PATCH] D23766: DebugInfo: introduce DIFlagsUnderlying type for debug info flags
David Blaikie via llvm-commits
- [PATCH] D20221: [test-suite] parameterization of llvm_{multi, single}source()
Artem Belevich via llvm-commits
- [PATCH] D23939: IfConversion: Fix branch predication bug.
Kyle Butt via llvm-commits
- [PATCH] D20222: [test-suite] Use llvm_multisource() with arguments to create simple tests.
Artem Belevich via llvm-commits
- [llvm] r279670 - IfConversion: Rescan diamonds.
Kyle Butt via llvm-commits
- [PATCH] D23799: [ESan][MIPS] Adds support for MIPS64
Derek Bruening via llvm-commits
- [llvm] r279670 - IfConversion: Rescan diamonds.
Krzysztof Parzyszek via llvm-commits
- [PATCH] D23766: DebugInfo: introduce DIFlagsUnderlying type for debug info flags
Mehdi Amini via llvm-commits
- [PATCH] D20842: [test-suite] Simplified test executable name generation.
Artem Belevich via llvm-commits
- [llvm] r278338 - Restore "Resolution-based LTO API."
Rafael Espíndola via llvm-commits
- [llvm] r279986 - AMDGPU/R600: Fix fixups used for constant arrays
Matt Arsenault via llvm-commits
- [llvm] r279987 - GlobalISel: rework CallLowering so that it can be used for libcalls too.
Tim Northover via llvm-commits
- [llvm] r279988 - GlobalISel: legalize frem to a libcall on AArch64.
Tim Northover via llvm-commits
- [PATCH] D23994: AMDGPU/R600: Fix fixups used for constant arrays
Matt Arsenault via llvm-commits
- [PATCH] D20842: [test-suite] Simplified test executable name generation.
Artem Belevich via llvm-commits
- [llvm] r279990 - ASan: remove variable only used in assertions build
Tim Northover via llvm-commits
- [llvm] r279991 - AMDGPU/SI: Improve SILoadStoreOptimizer and run it before the scheduler
Tom Stellard via llvm-commits
- [PATCH] D23814: AMDGPU/SI: Improve SILoadStoreOptimizer and run it before the scheduler
Phabricator via llvm-commits
- [llvm] r279992 - GlobalISel: switch to SmallVector for pending legalizations.
Tim Northover via llvm-commits
- [llvm] r279993 - [asan] Enable new stack poisoning with store instruction by default
Vitaly Buka via llvm-commits
- [PATCH] D23968: [asan] Enable new stack poisoning with store instruction by default
Vitaly Buka via llvm-commits
- [PATCH] D23908: LSV: Always try to adjust the alloca alignment
Justin Lebar via llvm-commits
- [llvm] r279995 - AMDGPU/SI: Implement a custom MachineSchedStrategy
Tom Stellard via llvm-commits
- [llvm] r279996 - [Myriad]: add missing 'mcpu' values
Douglas Katzman via llvm-commits
- [llvm] r279998 - Propagate TBAA info in SelectionDAG::getIndexedLoad
Krzysztof Parzyszek via llvm-commits
- [PATCH] D23688: AMDGPU/SI: Implement a custom MachineSchedStrategy
Phabricator via llvm-commits
- [PATCH] D23981: Add StringRef::scan_between
Zachary Turner via llvm-commits
- [PATCH] D23965: Add StringRef::keep_front() and StringRef::keep_back()
Zachary Turner via llvm-commits
- [llvm] r279620 - [Loop Vectorizer] Support predication of div/rem
Michael Kuperstein via llvm-commits
- [PATCH] D23998: AMDGPU: Diagnose using too many SGPRs
Tom Stellard via llvm-commits
- [PATCH] D24001: [CMake] Use top-level CMake file when building compiler-rt builtins
Petr Hosek via llvm-commits
- [llvm] r279995 - AMDGPU/SI: Implement a custom MachineSchedStrategy
Hal Finkel via llvm-commits
- [PATCH] D24001: [CMake] Use top-level CMake file when building compiler-rt builtins
Chris Bieneman via llvm-commits
- [PATCH] D24001: [CMake] Use top-level CMake file when building compiler-rt builtins
Petr Hosek via llvm-commits
- [PATCH] D20221: [test-suite] parameterization of llvm_{multi, single}source()
Artem Belevich via llvm-commits
- [PATCH] D24001: [CMake] Use top-level CMake file when building compiler-rt builtins
Chris Bieneman via llvm-commits
- [PATCH] D19178: Broaden FoldItoFPtoI to try and establish whether the integer value fits into the float type
Carlos Liam via llvm-commits
- [llvm] r280001 - [LV] Move insertelement sequence after scalar definitions
Matthew Simpson via llvm-commits
- [PATCH] D23924: [ELF] - Linkerscript: allow add MergeInputSection to regular OutputSection.
Rafael Espíndola via llvm-commits
- [PATCH] D24001: [CMake] Use top-level CMake file when building compiler-rt builtins
Chris Bieneman via llvm-commits
- [PATCH] D23981: Add StringRef::scan_between
Adrian McCarthy via llvm-commits
- [llvm] r280002 - [CMake] Builtins build needs LLVM_*_OUTPUT_INTDIR variables
Chris Bieneman via llvm-commits
- [PATCH] D23965: Add StringRef::keep_front() and StringRef::keep_back()
Adrian McCarthy via llvm-commits
- [PATCH] D23908: LSV: Always try to adjust the alloca alignment
Matt Arsenault via llvm-commits
- [PATCH] D23981: Add StringRef::scan_between
Zachary Turner via llvm-commits
- [PATCH] D24001: [CMake] Use top-level CMake file when building compiler-rt builtins
Chris Bieneman via llvm-commits
- [PATCH] D23797: [X86][SSE] Improve awareness of (v)cvtpd2ps implicit zeroing of upper 64-bits of xmm result
Michael Kuperstein via llvm-commits
- [www] r280003 - Win snapshot: 279979
Hans Wennborg via llvm-commits
- [PATCH] D23661: [ELF] Fix sorting in combrelocs mode and add DT_REL(A)COUNT to .dynamic
Rui Ueyama via llvm-commits
- [PATCH] D23933: [XRay] ARM 32-bit no-Thumb support in compiler-rt
Serge Rogatch via llvm-commits
- [www-pubs] r280004 - [www-pubs] Add 2 peephole opt papers
Renato Golin via llvm-commits
- [llvm] r280005 - ExecutionEngine: fix a bug in the movt/movw relocator
Saleem Abdulrasool via llvm-commits
- [llvm] r280006 - AMDGPU: fix mismatch tags, NFC
Saleem Abdulrasool via llvm-commits
- [PATCH] D23924: [ELF] - Linkerscript: allow add MergeInputSection to regular OutputSection.
Rafael Espíndola via llvm-commits
- [PATCH] D23176: [LoopVectorizer] Fixed a bug in memory conflict run-time check
Demikhovsky, Elena via llvm-commits
- [llvm] r280008 - Fix a thinko in r278189.
Easwaran Raman via llvm-commits
- [PATCH] D23933: [XRay] ARM 32-bit no-Thumb support in compiler-rt
Serge Rogatch via llvm-commits
- [PATCH] D20120: Fix relocation problem when handling end section for Win x86
walter erquinigo via llvm-commits
- [PATCH] D23958: cmake: Install gtest lib&headers, to use in stand-alone builds
Michał Górny via llvm-commits
- [llvm] r280011 - GlobalISel: use multi-dimensional arrays for legalize actions.
Tim Northover via llvm-commits
- [PATCH] D23716: [ELF] Linkerscript: allow adding start/end symbols to arbitrary section
Rui Ueyama via llvm-commits
- [PATCH] D19434: [test-suite] Added CMake files for external CUDA tests.
Artem Belevich via llvm-commits
- [PATCH] D23908: LSV: Always try to adjust the alloca alignment
Alina Sbirlea via llvm-commits
- [PATCH] D23661: [ELF] Fix sorting in combrelocs mode and add DT_REL(A)COUNT to .dynamic
Eugene Leviant via llvm-commits
- [llvm] r279417 - [LTO] Handles commons in monolithic LTO
Rafael Espíndola via llvm-commits
- [PATCH] D24004: [ThinLTO] Indirect call promotion fixes for promoted local functions
Teresa Johnson via llvm-commits
- [PATCH] D23661: [ELF] Fix sorting in combrelocs mode and add DT_REL(A)COUNT to .dynamic
Rui Ueyama via llvm-commits
- [PATCH] D23505: [ELF] - Linkrscript: shange the way of creating PT_LOADs segments when LS is used.
Rafael Espíndola via llvm-commits
- [PATCH] D23716: [ELF] Linkerscript: allow adding start/end symbols to arbitrary section
Eugene Leviant via llvm-commits
- [PATCH] D24004: [ThinLTO] Indirect call promotion fixes for promoted local functions
David Li via llvm-commits
- [PATCH] D23716: [ELF] Linkerscript: allow adding start/end symbols to arbitrary section
Rui Ueyama via llvm-commits
- [lld] r280012 - COFF: add beginnings of debug directory creation
Saleem Abdulrasool via llvm-commits
- [PATCH] D23661: [ELF] Fix sorting in combrelocs mode and add DT_REL(A)COUNT to .dynamic
Rafael Espíndola via llvm-commits
- [PATCH] D24004: [ThinLTO] Indirect call promotion fixes for promoted local functions
Teresa Johnson via llvm-commits
- [PATCH] D22630: Loop rotation
Aditya Kumar via llvm-commits
- [llvm] r280013 - [CMake] Make LLVMConfig.cmake variable names match in-tree names
Chris Bieneman via llvm-commits
- [PATCH] D24004: [ThinLTO] Indirect call promotion fixes for promoted local functions
Piotr Padlewski via llvm-commits
- [PATCH] D22630: Loop rotation
Aditya Kumar via llvm-commits
- [PATCH] D24004: [ThinLTO] Indirect call promotion fixes for promoted local functions
David Li via llvm-commits
- [PATCH] D24004: [ThinLTO] Indirect call promotion fixes for promoted local functions
Mehdi AMINI via llvm-commits
- [PATCH] D23866: [ELF] - Linkerscript: do not use outputsections factory.
Rui Ueyama via llvm-commits
- [PATCH] D23911: [SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd
Hans Wennborg via llvm-commits
- [lld] r280014 - COFF: disambiguate make_unique (NFC)
Saleem Abdulrasool via llvm-commits
- [PATCH] D23734: Add -fprofile-dir= to clang.
Nick Lewycky via llvm-commits
- [PATCH] D23797: [X86][SSE] Improve awareness of (v)cvtpd2ps implicit zeroing of upper 64-bits of xmm result
Simon Pilgrim via llvm-commits
- [PATCH] D23981: Add StringRef::scan_between
Adrian McCarthy via llvm-commits
- [PATCH] D23474: COFF: add beginnings of debug directory creation
Saleem Abdulrasool via llvm-commits
- [PATCH] D23797: [X86][SSE] Improve awareness of (v)cvtpd2ps implicit zeroing of upper 64-bits of xmm result
Simon Pilgrim via llvm-commits
- [PATCH] D23912: [SimplifyCFG] Handle tail-sinking of more than 2 incoming branches
Hans Wennborg via llvm-commits
- [PATCH] D23797: [X86][SSE] Improve awareness of (v)cvtpd2ps implicit zeroing of upper 64-bits of xmm result
Michael Kuperstein via llvm-commits
- [PATCH] D23981: Add StringRef::scan_between
Zachary Turner via llvm-commits
- [PATCH] D22630: Loop rotation
Daniel Berlin via llvm-commits
- [llvm] r280016 - [ORC][RPC] Make the future type of an Orc RPC call Error/Expected rather than
Lang Hames via llvm-commits
- [www-pubs] r280004 - [www-pubs] Add 2 peephole opt papers
Nuno Lopes via llvm-commits
- [llvm] r280017 - [ORC][RPC] Fix typo in RPC comments: call primitives on void functions return
Lang Hames via llvm-commits
- [lld] r280018 - Make lld actually compatible with gold in terms of filler handling.
Rui Ueyama via llvm-commits
- [PATCH] D23913: [ELF] - Linkerscript: implemented ADDR command.
Rui Ueyama via llvm-commits
- [PATCH] D23751: [ELF] Linkerscript: define symbols outside SECTIONS
Rui Ueyama via llvm-commits
- [PATCH] D24008: [SLP] Return a boolean value for these static helpers. NFC.
Chad Rosier via llvm-commits
- [llvm] r280019 - AMDGPU/R600: Remove MergeVectorStores from legalization
Jan Vesely via llvm-commits
- [PATCH] D23981: Add StringRef::scan_between
Adrian McCarthy via llvm-commits
- [PATCH] D23981: Add StringRef::scan_between
David Majnemer via llvm-commits
- [PATCH] D23181: Make lld actually compatible with gold in terms of filler handling.
Rui Ueyama via llvm-commits
- [llvm] r280020 - [SLP] Return a boolean value for these static helpers. NFC.
Chad Rosier via llvm-commits
- [PATCH] D24008: [SLP] Return a boolean value for these static helpers. NFC.
Michael Kuperstein via llvm-commits
- [PATCH] D23981: Add StringRef::scan_between
Zachary Turner via llvm-commits
- [PATCH] D24008: [SLP] Return a boolean value for these static helpers. NFC.
Chad Rosier via llvm-commits
- [PATCH] D24008: [SLP] Return a boolean value for these static helpers. NFC.
Chad Rosier via llvm-commits
- [PATCH] D23981: Add StringRef::scan_between
Zachary Turner via llvm-commits
- [PATCH] D23867: [ELF] - Fix (partial) for bug 28843 - Make sure we handle options with opposing meanings.
Rui Ueyama via llvm-commits
- [llvm] r280022 - [PowerPC] Fix i8/i16 atomics for little-Endian targets without partword atomics
Hal Finkel via llvm-commits
- [PATCH] D23868: [ELF] - Introduce DiscardPolicy instead of 3 relative bool fields.
Rui Ueyama via llvm-commits
- [PATCH] D24009: [LoopVectorizer] Support predicating instructions in blocks with several input edges
Michael Kuperstein via llvm-commits
- [PATCH] D21674: [BranchFolding] Update UnavoidableBlocks for OutlineOptionalBranches
Chad Rosier via llvm-commits
- [PATCH] D23922: [llvm-cov] Use the native path in the coverage report.
Ying Yi via llvm-commits
- [PATCH] D23922: [llvm-cov] Use the native path in the coverage report.
Vedant Kumar via llvm-commits
- [PATCH] D23869: [ELF] - Introduce StripPolicy instead of Config->StripAll/StripDebug flags.
Rui Ueyama via llvm-commits
- [llvm] r280024 - [ThinLTO] Indirect call promotion fixes for promoted local functions
Teresa Johnson via llvm-commits
- [PATCH] D24004: [ThinLTO] Indirect call promotion fixes for promoted local functions
Teresa Johnson via llvm-commits
- [llvm] r280025 - Fix typo in comment. NFC.
Michael Kuperstein via llvm-commits
- [PATCH] D23352: [ELF] - Linkerscript: implemented simple heuristic for placing orphan sections.
Rui Ueyama via llvm-commits
- [PATCH] D24004: [ThinLTO] Indirect call promotion fixes for promoted local functions
Teresa Johnson via llvm-commits
- [compiler-rt] r280026 - [asan] Attempt to fix test on darwin bot
Vitaly Buka via llvm-commits
- [PATCH] D23352: [ELF] - Linkerscript: implemented simple heuristic for placing orphan sections.
Rui Ueyama via llvm-commits
- [llvm] r280027 - [ORC] Fix unit-test breakage from r280016.
Lang Hames via llvm-commits
- [PATCH] D23751: [ELF] Linkerscript: define symbols outside SECTIONS
Petr Hosek via llvm-commits
- [PATCH] D24011: [ConstantFold] Add a flag for ppc_fp128 constant folding, since APFloat doesn't support double-double semantic
Tim Shen via llvm-commits
- [PATCH] D23751: [ELF] Linkerscript: define symbols outside SECTIONS
Rui Ueyama via llvm-commits
- [PATCH] D24011: [ConstantFold] Add a flag for ppc_fp128 constant folding, since APFloat doesn't support double-double semantic
David Majnemer via llvm-commits
- [PATCH] D23794: [ELF] - Versionscript: support wildcards for extern "c++" tag.
Rui Ueyama via llvm-commits
- [www-pubs] r280029 - [www-pubs] Add 2 peephole opt papers (now in pubs.js)
Renato Golin via llvm-commits
- [llvm] r280030 - AMDGPU/R600: Cleanup DAGCombine
Jan Vesely via llvm-commits
- [PATCH] D23909: [X86] Remove DenseMap for storing FMA3 grouping information
Vyacheslav Klochkov via llvm-commits
- [PATCH] D24011: [ConstantFold] Add a flag for ppc_fp128 constant folding, since APFloat doesn't support double-double semantic
Hal Finkel via llvm-commits
- [PATCH] D23839: [ELF] - Fix for: bug 29115 - linkerscript does not support non-wildcard filename spec.
Rui Ueyama via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
Rui Ueyama via llvm-commits
- [PATCH] D23933: [XRay] ARM 32-bit no-Thumb support in compiler-rt
Dean Michael Berris via llvm-commits
- [PATCH] D24014: [codeview] Add new directives to record inlined call site line info
Reid Kleckner via llvm-commits
- [PATCH] D24011: [ConstantFold] Add a flag for ppc_fp128 constant folding, since APFloat doesn't support double-double semantic
Tim Shen via llvm-commits
- [PATCH] D23981: Add StringRef::scan_between
Zachary Turner via llvm-commits
- [llvm] r279460 - [SimplifyCFG] Rewrite SinkThenElseCodeToEnd
Dehao Chen via llvm-commits
- [llvm] r279804 - Replace subregister uses when processing tied operands
Matt Arsenault via llvm-commits
- [PATCH] D23774: [ELF] - Remove VersionScriptParser class and move the members to ScriptParser
Rui Ueyama via llvm-commits
- [PATCH] D23981: Add StringRef::scan_between
David Majnemer via llvm-commits
- [llvm] r280032 - ADT: Give ilist<T>::reverse_iterator a handle to the current node
Duncan P. N. Exon Smith via llvm-commits
- [llvm] r280033 - Rename unittests/ADT/ilistTestTemp.cpp => IListTest.cpp
Duncan P. N. Exon Smith via llvm-commits
- [PATCH] D20505: Codegen: Outline for chains of tail-duplicable blocks.
Kyle Butt via llvm-commits
- [PATCH] D23933: [XRay] ARM 32-bit no-Thumb support in compiler-rt
Renato Golin via llvm-commits
- [llvm] r280034 - [PowerPC] Add triple to test/CodeGen/PowerPC/atomic-2.ll for ppc64le
Hal Finkel via llvm-commits
- [llvm] r280022 - [PowerPC] Fix i8/i16 atomics for little-Endian targets without partword atomics
Duncan P. N. Exon Smith via llvm-commits
- [PATCH] D23809: ADT: Give ilist<T>::reverse_iterator a handle to the current node
Duncan P. N. Exon Smith via llvm-commits
- [llvm] r280022 - [PowerPC] Fix i8/i16 atomics for little-Endian targets without partword atomics
Hal Finkel via llvm-commits
- [PATCH] D23768: [ELF] Linkerscript: eliminate LayoutInputSection
Rui Ueyama via llvm-commits
- [llvm] r280022 - [PowerPC] Fix i8/i16 atomics for little-Endian targets without partword atomics
Hal Finkel via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
David Majnemer via llvm-commits
- [PATCH] D24016: AMDGPU: Relax SGPR asm constraint register class
Matt Arsenault via llvm-commits
- [PATCH] D24011: [ConstantFold] Add a flag for ppc_fp128 constant folding, since APFloat doesn't support double-double semantic
Hal Finkel via llvm-commits
- [PATCH] D23734: Add -fprofile-dir= to clang.
Saleem Abdulrasool via llvm-commits
- [llvm] r280016 - [ORC][RPC] Make the future type of an Orc RPC call Error/Expected rather than
Yung, Douglas via llvm-commits
- [llvm] r280036 - NFC: add early exit in ModuleSummaryAnalysis
Piotr Padlewski via llvm-commits
- [PATCH] D23949: NFC: add early exit in ModuleSummaryAnalysis
Piotr Padlewski via llvm-commits
- [compiler-rt] r280038 - [asan] Disable test on darwin bot
Vitaly Buka via llvm-commits
- [llvm] r280040 - [PowerPC] Add support for -mlongcall
Hal Finkel via llvm-commits
- [llvm] r280043 - [sanitizer-coverage] add two more modes of instrumentation: trace-div and trace-gep, mostly usaful for value-profile-based fuzzing; llvm part
Kostya Serebryany via llvm-commits
- [llvm] r280022 - [PowerPC] Fix i8/i16 atomics for little-Endian targets without partword atomics
Duncan P. N. Exon Smith via llvm-commits
- [compiler-rt] r280045 - [sanitizer-coverage] add two more modes of instrumentation: trace-div and trace-gep, mostly usaful for value-profile-based fuzzing; run-time part
Kostya Serebryany via llvm-commits
- [llvm] r280046 - [libFuzzer] use trace-div and trace-gep for guided fuzzing, add tests
Kostya Serebryany via llvm-commits
- [llvm] r280047 - ADT: Explode include/llvm/ADT/{ilist, ilist_node}.h, NFC
Duncan P. N. Exon Smith via llvm-commits
- [llvm] r280048 - Fix coding style; NFC
Sanjoy Das via llvm-commits
- [llvm] r280049 - [PowerPC] Force entry alignment in .got2
Hal Finkel via llvm-commits
- [PATCH] D24017: [LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes
Eugene Zelenko via llvm-commits
- [llvm] r280051 - [ORC][RPC] Reword 'async' to 'non-blocking' to better reflect call primitive
Lang Hames via llvm-commits
- [PATCH] D24018: AMDGPU: Use copy instead of mov during frame lowering
Matt Arsenault via llvm-commits
- [PATCH] D24000: [experimental] Add support for live-in semantics of values in deopt bundles
Sanjoy Das via llvm-commits
- [PATCH] D24019: AMDGPU: Refactor frame lowering
Matt Arsenault via llvm-commits
- [PATCH] D21674: [BranchFolding] Update UnavoidableBlocks for OutlineOptionalBranches
Haicheng Wu via llvm-commits
- [llvm] r280052 - [RewriteStatepointsForGC] Update comment for same PHI node check. NFC
Anna Thomas via llvm-commits
- [llvm] r280016 - [ORC][RPC] Make the future type of an Orc RPC call Error/Expected rather than
Lang Hames via llvm-commits
- [llvm] r280054 - [libFuzzer] use bits instead of bytes for memcmp/strcmp value profile -- the fuzzer reaches the goal much faster, at least on the simple puzzles
Kostya Serebryany via llvm-commits
- [compiler-rt] r280055 - [asan] Mark failing test as UNSUPPORTED.
Akira Hatanaka via llvm-commits
- [llvm] r280056 - Replace incorrect "#ifdef DEBUG" with "#ifndef NDEBUG".
James Y Knight via llvm-commits
- [PATCH] D23993: [Coroutines] Part 10: Add coroutine promise support.
David Majnemer via llvm-commits
- [PATCH] D23909: [X86] Remove DenseMap for storing FMA3 grouping information
Craig Topper via llvm-commits
- [PATCH] D23993: [Coroutines] Part 10: Add coroutine promise support.
Gor Nishanov via llvm-commits
- [PATCH] D23993: [Coroutines] Part 10: Add coroutine promise support.
Gor Nishanov via llvm-commits
- [llvm] r280058 - [Support] Add a conditionally defined default constructor (available on MSVC
Lang Hames via llvm-commits
- [llvm] r280059 - [Support][Error] Suppress warning about unused result.
Lang Hames via llvm-commits
- [llvm] r280016 - [ORC][RPC] Make the future type of an Orc RPC call Error/Expected rather than
Lang Hames via llvm-commits
- [polly] r280060 - www: Add IMPACT 2017 announcement to news page
Tobias Grosser via llvm-commits
- [llvm] r279625 - Create subranges for new intervals resulting from live interval splitting
Mikael Holmén via llvm-commits
- [llvm] r280061 - [llvm-cov] Use the native path in the coverage report.
Ying Yi via llvm-commits
- [PATCH] D23922: [llvm-cov] Use the native path in the coverage report.
Phabricator via llvm-commits
- [PATCH] D23505: [ELF] - Linkrscript: shange the way of creating PT_LOADs segments when LS is used.
George Rimar via llvm-commits
- [PATCH] D24020: [LTO] Added flag to generate assembly file with after LTO passes
Bhargav Reddy Godala via llvm-commits
- [PATCH] D23924: [ELF] - Linkerscript: allow add MergeInputSection to regular OutputSection.
George Rimar via llvm-commits
- [PATCH] D24021: Fix code-gen crash on Power9 when lowering insert_vector_elt node with variable index (PR30189)
Nemanja Ivanovic via llvm-commits
- [lld] r280066 - [ELF] - Cleanup of scanVersionScript(): do not change local Demangled variable. NFC.
George Rimar via llvm-commits
- [PATCH] D23866: [ELF] - Linkerscript: do not use outputsections factory.
George Rimar via llvm-commits
- [PATCH] D23866: [ELF] - Linkerscript: do not use outputsections factory.
George Rimar via llvm-commits
- [lld] r280067 - [ELF] - Versionscript: support wildcards for extern "c++" tag.
George Rimar via llvm-commits
- [PATCH] D24022: Update the vectorizer cost model for getVectorInstrCost to reflect actual costs of the operations on Power8/Power9
Nemanja Ivanovic via llvm-commits
- [PATCH] D23793: [ELF] - Cleanup of scanVersionScript(): do not change local Demangled variable.
George Rimar via llvm-commits
- [lld] r280068 - [ELF] - Use early return. NFC.
George Rimar via llvm-commits
- [PATCH] D23794: [ELF] - Versionscript: support wildcards for extern "c++" tag.
George Rimar via llvm-commits
- [lld] r280069 - [ELF] - Fix for: bug 29115 - linkerscript does not support non-wildcard filename spec.
George Rimar via llvm-commits
- [PATCH] D23794: [ELF] - Versionscript: support wildcards for extern "c++" tag.
George Rimar via llvm-commits
- [PATCH] D23930: [AArch64] Fix encoding for lsl #12 in add/sub immediates
Peter Smith via llvm-commits
- [lld] r280070 - [ELF] - Linkerscript: implemented ADDR command.
George Rimar via llvm-commits
- [PATCH] D23716: [ELF] Linkerscript: allow adding start/end symbols to arbitrary section
Eugene Leviant via llvm-commits
- [PATCH] D23839: [ELF] - Fix for: bug 29115 - linkerscript does not support non-wildcard filename spec.
George Rimar via llvm-commits
- [PATCH] D23716: [ELF] Linkerscript: allow adding start/end symbols to arbitrary section
Eugene Leviant via llvm-commits
- [PATCH] D23913: [ELF] - Linkerscript: implemented ADDR command.
George Rimar via llvm-commits
- [PATCH] D23795: [mips] Tighten FastISel restrictions
Simon Dardis via llvm-commits
- [PATCH] D23768: [ELF] Linkerscript: eliminate LayoutInputSection
Eugene Leviant via llvm-commits
- [PATCH] D23930: [AArch64] Fix encoding for lsl #12 in add/sub immediates
Renato Golin via llvm-commits
- [llvm] r280071 - docs: mention that clobbering output regs in inline asm is illegal.
Peter Zotov via llvm-commits
- [llvm] r280072 - [SimplifyCFG] Properly CSE metadata in SinkThenElseCodeToEnd
James Molloy via llvm-commits
- [PATCH] D23768: [ELF] Linkerscript: eliminate LayoutInputSection
Eugene Leviant via llvm-commits
- [www-pubs] r280073 - [www-pubs] Cleaning up www-pubs, README, updates
Renato Golin via llvm-commits
- [PATCH] D23930: [AArch64] Fix encoding for lsl #12 in add/sub immediates
Diana Picus via llvm-commits
- [llvm] r280075 - SILoadStoreOptimizer.cpp: Fix a warning in r279991. [-Wunused-variable]
NAKAMURA Takumi via llvm-commits
- [polly] r280076 - www: Add links to Polly Labs and Polyhedral.info
Tobias Grosser via llvm-commits
- [PATCH] D23930: [AArch64] Fix encoding for lsl #12 in add/sub immediates
Renato Golin via llvm-commits
- [PATCH] D9653: [PATCH 1/2] Add a "probe-stack" attribute
whitequark via llvm-commits
- [PATCH] D23661: [ELF] Fix sorting in combrelocs mode and add DT_REL(A)COUNT to .dynamic
Eugene Leviant via llvm-commits
- [PATCH] D23925: [ELF] Default to entry address 0x0 in case start symbol is not defined and entry point is not specified in command line
Eugene Leviant via llvm-commits
- [PATCH] D23924: [ELF] - Linkerscript: allow add MergeInputSection to regular OutputSection.
Rafael Espíndola via llvm-commits
- [PATCH] D23866: [ELF] - Linkerscript: do not use outputsections factory.
Rafael Espíndola via llvm-commits
- [PATCH] D23603: [ELF] - Linkerscript: merge section attributes when create output section.
Rafael Espíndola via llvm-commits
- [PATCH] D23661: [ELF] Fix sorting in combrelocs mode and add DT_REL(A)COUNT to .dynamic
Rafael Espíndola via llvm-commits
- [polly] r280079 - www: improve formatting of external links
Tobias Grosser via llvm-commits
- [polly] r280080 - www: link to github source mirror, drop the other old source viewers
Tobias Grosser via llvm-commits
- [polly] r280081 - www: shorten links in menu
Tobias Grosser via llvm-commits
- [polly] r280082 - www: homepage "Overview and News"
Tobias Grosser via llvm-commits
- [polly] r280083 - Add forgotten image
Tobias Grosser via llvm-commits
- [PATCH] D23866: [ELF] - Linkerscript: do not use outputsections factory.
George Rimar via llvm-commits
- [PATCH] D22736: Make LLVMInitializeAll* API have their symbols
Simonas Kazlauskas via llvm-commits
- [compiler-rt] r280084 - [mips][tsan] XFAIL on every MIPS platform an x86_64-specific test.
Vasileios Kalintiris via llvm-commits
- [PATCH] D23768: [ELF] Linkerscript: eliminate LayoutInputSection
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D23925: [ELF] Default to entry address 0x0 in case start symbol is not defined and entry point is not specified in command line
Eugene Leviant via llvm-commits
- [PATCH] D23768: [ELF] Linkerscript: eliminate LayoutInputSection
Eugene Leviant via llvm-commits
- [PATCH] D22143: [SimplifyCFG] Rewrite SinkThenElseCodeToEnd
Sebastian Pop via llvm-commits
- [PATCH] D23925: [ELF] Default to entry address 0x0 in case start symbol is not defined and entry point is not specified in command line
Ed Maste via llvm-commits
- [PATCH] D20789: Consecutive memory access in Loop Vectorizer - fixed and simplified
Elena Demikhovsky via llvm-commits
- [PATCH] D23933: [XRay] ARM 32-bit no-Thumb support in compiler-rt
Renato Golin via llvm-commits
- [PATCH] D23965: Add StringRef::keep_front() and StringRef::keep_back()
Zachary Turner via llvm-commits
- [PATCH] D20789: Consecutive memory access in Loop Vectorizer - fixed and simplified
Elena Demikhovsky via llvm-commits
- [PATCH] D24026: consistently add \n to log and trace messages
Ed Maste via llvm-commits
- [PATCH] D24020: [LTO] Added flag to generate assembly file with after LTO passes
Teresa Johnson via llvm-commits
- [PATCH] D24027: [LLVM/Support] - Make match() method of llvm::Regex to be const
George Rimar via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [PATCH] D23768: [ELF] Linkerscript: eliminate LayoutInputSection
Rafael Espíndola via llvm-commits
- [llvm] r280090 - [Reassociate] Add additional debug output. NFC.
Chad Rosier via llvm-commits
- [PATCH] D23768: [ELF] Linkerscript: eliminate LayoutInputSection
Eugene Leviant via llvm-commits
- [llvm] r278338 - Restore "Resolution-based LTO API."
Teresa Johnson via llvm-commits
- [llvm] r280092 - [MC] Move parser helper functions from Asmparser to MCAsmParser
Nirav Dave via llvm-commits
- [PATCH] D23768: [ELF] Linkerscript: eliminate LayoutInputSection
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D23352: [ELF] - Linkerscript: implemented simple heuristic for placing orphan sections.
George Rimar via llvm-commits
- [PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM
Serge Rogatch via llvm-commits
- [PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM
Serge Rogatch via llvm-commits
- [PATCH] D24016: AMDGPU: Relax SGPR asm constraint register class
Tom Stellard via llvm-commits
- [PATCH] D24009: [LoopVectorizer] Support predicating instructions in blocks with several input edges
Matthew Simpson via llvm-commits
- [PATCH] D23965: Add StringRef::keep_front() and StringRef::keep_back()
Reid Kleckner via llvm-commits
- [PATCH] D23774: [ELF] - Remove VersionScriptParser class and move the members to ScriptParser
George Rimar via llvm-commits
- [PATCH] D23965: Add StringRef::keep_front() and StringRef::keep_back()
Zachary Turner via llvm-commits
- [PATCH] D23774: [ELF] - Remove VersionScriptParser class and move the members to ScriptParser
George Rimar via llvm-commits
- [PATCH] D24017: [LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes
Saleem Abdulrasool via llvm-commits
- [llvm] r280096 - [libFuzzer] stop using bits for memcmp's value profile -- seems to blow up the corpus too much
Kostya Serebryany via llvm-commits
- [PATCH] D23867: [ELF] - Fix (partial) for bug 28843 - Make sure we handle options with opposing meanings.
George Rimar via llvm-commits
- [PATCH] D23867: [ELF] - Fix (partial) for bug 28843 - Make sure we handle options with opposing meanings.
George Rimar via llvm-commits
- [PATCH] D23867: [ELF] - Fix (partial) for bug 28843 - Make sure we handle options with opposing meanings.
George Rimar via llvm-commits
- [llvm] r280098 - [libFuzzer] fix a bug when running a single unit of N bytes with -max_len=M, M<N, caused a buffer overflow
Kostya Serebryany via llvm-commits
- [PATCH] D24022: Update the vectorizer cost model for getVectorInstrCost to reflect actual costs of the operations on Power8/Power9
Nemanja Ivanovic via llvm-commits
- [PATCH] D24021: Fix code-gen crash on Power9 when lowering insert_vector_elt node with variable index (PR30189)
Hal Finkel via llvm-commits
- [PATCH] D23868: [ELF] - Introduce DiscardPolicy instead of 3 relative bool fields.
George Rimar via llvm-commits
- [PATCH] D24026: consistently add \n to log and trace messages
Saleem Abdulrasool via llvm-commits
- [PATCH] D22630: Loop rotation
Aditya K via llvm-commits
- [PATCH] D23868: [ELF] - Introduce DiscardPolicy instead of 3 relative bool fields.
George Rimar via llvm-commits
- [PATCH] D24009: [LoopVectorizer] Support predicating instructions in blocks with several input edges
Michael Kuperstein via llvm-commits
- [llvm] r280016 - [ORC][RPC] Make the future type of an Orc RPC call Error/Expected rather than
Reid Kleckner via llvm-commits
- [PATCH] D20789: Consecutive memory access in Loop Vectorizer - fixed and simplified
Matthew Simpson via llvm-commits
- [llvm] r280100 - Revert "[ORC][RPC] Make the future type of an Orc RPC call Error/Expected rather than"
Reid Kleckner via llvm-commits
- [PATCH] D23869: [ELF] - Introduce StripPolicy instead of Config->StripAll/StripDebug flags.
George Rimar via llvm-commits
- [PATCH] D23869: [ELF] - Introduce StripPolicy instead of Config->StripAll/StripDebug flags.
George Rimar via llvm-commits
- [PATCH] D23919: [X86] Loosen memory folding requirements for cvtdq2pd and cvtps2pd instructions
Andrey Turetskiy via llvm-commits
- [llvm] r280101 - [AMDGPU] Refactor SOP instructions TD files.
Valery Pykhtin via llvm-commits
- [llvm] r280016 - [ORC][RPC] Make the future type of an Orc RPC call Error/Expected rather than
Reid Kleckner via llvm-commits
- [PATCH] D23795: [mips] Tighten FastISel restrictions
Vasileios Kalintiris via llvm-commits
- [PATCH] D24029: Split ScarinessScore between its "storage" (POD), and an initializing object.
Filipe Cabecinhas via llvm-commits
- [PATCH] D23768: [ELF] Linkerscript: eliminate LayoutInputSection
Rafael Espíndola via llvm-commits
- [PATCH] D24029: Split ScarinessScore between its "storage" (POD), and an initializing object.
Filipe Cabecinhas via llvm-commits
- [PATCH] D23617: [AMDGPU ]Refactor SOP instruction definitions.
Valery Pykhtin via llvm-commits
- [PATCH] D24029: Split ScarinessScore between its "storage" (POD), and an initializing object.
Filipe Cabecinhas via llvm-commits
- [PATCH] D23854: [LoopAccessAnalysis] Recognize geps that include s/zexts as consecutive memory accesses.
Balaram Makam via llvm-commits
- [PATCH] D23768: [ELF] Linkerscript: eliminate LayoutInputSection
Eugene Leviant via llvm-commits
- [PATCH] D24030: Start reifying error descriptions (Re-do of D23672 supporting VS2013)
Filipe Cabecinhas via llvm-commits
- [PATCH] D23854: [LoopAccessAnalysis] Recognize geps that include s/zexts as consecutive memory accesses.
Balaram Makam via llvm-commits
- [PATCH] D23854: [LoopAccessAnalysis] Recognize geps that include s/zexts as consecutive memory accesses.
Balaram Makam via llvm-commits
- [PATCH] D24031: [InstCombine] replace fold of an icmp pattern that should never happen with an assert
Sanjay Patel via llvm-commits
- [PATCH] D24027: [LLVM/Support] - Make match() method of llvm::Regex to be const
David Blaikie via llvm-commits
- [PATCH] D24027: [LLVM/Support] - Make match() method of llvm::Regex to be const
David Blaikie via llvm-commits
- [PATCH] D24026: consistently add \n to log and trace messages
Ed Maste via llvm-commits
- [llvm] r280105 - Fixup r279618, instantiate *AnalysisManagerProxy<*AnalysisManager, LazyCallGraph::SCC>, instead of *AnalysisManagerProxy<*AnalysisManager, LazyCallGraph::SCC, LazyCallGraph&>, for PassID.
NAKAMURA Takumi via llvm-commits
- [PATCH] D22112: Disambiguate a constant with both 0B prefix and H suffix.
Reid Kleckner via llvm-commits
- [PATCH] D24032: [ARM] [LLD] Add support for SHF_LINK_ORDER flag to ARM Target
Peter Smith via llvm-commits
- [PATCH] D24033: Convert clamp into fmaxnum/fminnum pairs.
Kevin Hu via llvm-commits
- [llvm] r279804 - Replace subregister uses when processing tied operands
Krzysztof Parzyszek via llvm-commits
- [PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM
Renato Golin via llvm-commits
- [PATCH] D22143: [SimplifyCFG] Rewrite SinkThenElseCodeToEnd
James Molloy via llvm-commits
- [PATCH] D23911: [SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd
James Molloy via llvm-commits
- [PATCH] D23912: [SimplifyCFG] Handle tail-sinking of more than 2 incoming branches
James Molloy via llvm-commits
- [PATCH] D23924: [ELF] - Linkerscript: allow add MergeInputSection to regular OutputSection.
Rafael Espíndola via llvm-commits
- [PATCH] D24034: [Coverage] Make sorting criteria for CounterMappingRegions local.
Igor Kudrin via llvm-commits
- [PATCH] D23854: [LoopAccessAnalysis] Recognize geps that include s/zexts as consecutive memory accesses.
Chad Rosier via llvm-commits
- [PATCH] D24020: [LTO] Added flag to generate assembly file with after LTO passes
Mehdi AMINI via llvm-commits
- [compiler-rt] r280106 - XFAIL cfi/stats.cpp on Windows until we fix our DIA usage
Reid Kleckner via llvm-commits
- [PATCH] D23854: [LoopAccessAnalysis] Recognize geps that include s/zexts as consecutive memory accesses.
Balaram Makam via llvm-commits
- [PATCH] D22736: Make LLVMInitializeAll* API have their symbols
Mehdi AMINI via llvm-commits
- [llvm] r280016 - [ORC][RPC] Make the future type of an Orc RPC call Error/Expected rather than
Lang Hames via llvm-commits
- [PATCH] D23925: [ELF] Default to entry address 0x0 in case start symbol is not defined and entry point is not specified in command line
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D24037: [LTO] Fix the logic for dropping unnamed_addr
Davide Italiano via llvm-commits
- [PATCH] D24000: [experimental] Add support for live-in semantics of values in deopt bundles
Philip Reames via llvm-commits
- [PATCH] D24038: Add ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa on Mips, fix on PowerPC
Hal Finkel via llvm-commits
- [PATCH] D23854: [LoopAccessAnalysis] Recognize geps that include s/zexts as consecutive memory accesses.
Chad Rosier via llvm-commits
- [llvm] r280107 - ADT: Split out simple_ilist, a simple intrusive list
Duncan P. N. Exon Smith via llvm-commits
- [PATCH] D23925: [ELF] Default to entry address 0x0 in case start symbol is not defined and entry point is not specified in command line
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D24037: [LTO] Fix the logic for dropping unnamed_addr
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D24006: TailDuplication: Extract Indirect-Branch block limit as option. NFC
David Li via llvm-commits
- [PATCH] D23911: [SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd
Hans Wennborg via llvm-commits
- [PATCH] D21723: [RFC] Enhance synchscope representation
Konstantin Zhuravlyov via llvm-commits
- [PATCH] D23912: [SimplifyCFG] Handle tail-sinking of more than 2 incoming branches
Hans Wennborg via llvm-commits
- [PATCH] D24039: Fixed spill stack objects are mutable
Krzysztof Parzyszek via llvm-commits
- [PATCH] D24009: [LoopVectorizer] Support predicating instructions in blocks with several input edges
Gil Rapaport via llvm-commits
- [PATCH] D23925: [ELF] Default to entry address 0x0 in case start symbol is not defined and entry point is not specified in command line
Eugene Leviant via llvm-commits
- [PATCH] D24034: [Coverage] Make sorting criteria for CounterMappingRegions local.
Vedant Kumar via llvm-commits
- [PATCH] D22736: Make LLVMInitializeAll* API have their symbols
whitequark via llvm-commits
- [llvm] r280109 - ADT: Clean up docs and formatting for ilist_traits, NFC
Duncan P. N. Exon Smith via llvm-commits
- [PATCH] D24030: Start reifying error descriptions (Re-do of D23672 supporting VS2013)
Kostya Serebryany via llvm-commits
- [PATCH] D24030: Start reifying error descriptions (Re-do of D23672 supporting VS2013)
Kostya Serebryany via llvm-commits
- [PATCH] D24029: Split ScarinessScore between its "storage" (POD), and an initializing object.
Kostya Serebryany via llvm-commits
- [PATCH] D24041: [ELF] Linkerscript: allow .eh_frame_hdr to go before .eh_frame
Eugene Leviant via llvm-commits
- [compiler-rt] r280110 - Split ScarinessScore between its "storage" (POD), and an initializing object.
Filipe Cabecinhas via llvm-commits
- [compiler-rt] r280111 - Start reifying error descriptions (Re-do of D23672 supporting VS2013)
Filipe Cabecinhas via llvm-commits
- [PATCH] D24023: AMDGPU/SI: Handle aliases in AMDGPUAlwaysInlinePass
Matt Arsenault via llvm-commits
- [llvm] r280112 - [InstCombine] clean up foldICmpDivConstant; NFCI
Sanjay Patel via llvm-commits
- [PATCH] D24029: Split ScarinessScore between its "storage" (POD), and an initializing object.
Filipe Cabecinhas via llvm-commits
- [PATCH] D24030: Start reifying error descriptions (Re-do of D23672 supporting VS2013)
Filipe Cabecinhas via llvm-commits
- [PATCH] D24009: [LoopVectorizer] Support predicating instructions in blocks with several input edges
Michael Kuperstein via llvm-commits
- [PATCH] D23717: Reify ErrorDoubleFree
Filipe Cabecinhas via llvm-commits
- [llvm] r280113 - Add StringRef::contains()
Zachary Turner via llvm-commits
- [llvm] r280114 - Add StringRef::take_front and StringRef::take_back
Zachary Turner via llvm-commits
- [llvm] r280115 - [InstCombine] replace divide-by-constant checks with asserts; NFC
Sanjay Patel via llvm-commits
- [llvm] r280116 - IR: Appease MSVC after r280107 with an & or two
Duncan P. N. Exon Smith via llvm-commits
- [PATCH] D23965: Add StringRef::keep_front() and StringRef::keep_back()
Zachary Turner via llvm-commits
- [llvm] r280117 - Appease buildbots after r280114.
Zachary Turner via llvm-commits
- [PATCH] D24037: [LTO] Fix the logic for dropping unnamed_addr
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D24041: [ELF] Linkerscript: allow .eh_frame_hdr to go before .eh_frame
Rafael Espíndola via llvm-commits
- [PATCH] D23867: [ELF] - Fix (partial) for bug 28843 - Make sure we handle options with opposing meanings.
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D24044: CodeGen: Tail-duplicate longer blocks that end with indirect branches.
Kyle Butt via llvm-commits
- [PATCH] D24045: Tail Duplication: Don't denormalize loops when duplicating early.
Kyle Butt via llvm-commits
- [llvm] r280122 - ADT: Guarantee transferNodesFromList is only called on transfers
Duncan P. N. Exon Smith via llvm-commits
- [PATCH] D24041: [ELF] Linkerscript: allow .eh_frame_hdr to go before .eh_frame
Eugene Leviant via llvm-commits
- [PATCH] D23872: [ELF] - Linkerscript: simplify access to templated methods from parser.
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D24041: [ELF] Linkerscript: allow .eh_frame_hdr to go before .eh_frame
Rafael Espíndola via llvm-commits
- [PATCH] D24017: [LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes
Eugene Zelenko via llvm-commits
- [PATCH] D23897: [SelectionDAG] Generate vector_shuffle nodes for undersized result vector sizes
Michael Kuperstein via llvm-commits
- [PATCH] D23872: [ELF] - Linkerscript: simplify access to templated methods from parser.
Rafael Espíndola via llvm-commits
- [PATCH] D23774: [ELF] - Remove VersionScriptParser class and move the members to ScriptParser
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D24046: [compiler-rt] Fix library suffixes on windows
Francis Ricci via llvm-commits
- [PATCH] D24009: [LoopVectorizer] Support predicating instructions in blocks with several input edges
Matthew Simpson via llvm-commits
- [PATCH] D24032: [ARM] [LLD] Add support for SHF_LINK_ORDER flag to ARM Target
Rui Ueyama via llvm-commits
- [llvm] r280125 - TailDuplication: Extract Indirect-Branch block limit as option. NFC
Kyle Butt via llvm-commits
- [llvm] r280126 - Rename ArrayRef::keep_front / keep_back to take_front / take_back.
Zachary Turner via llvm-commits
- [PATCH] D23872: [ELF] - Linkerscript: simplify access to templated methods from parser.
Rui Ueyama via llvm-commits
- [PATCH] D23854: [LoopAccessAnalysis] Recognize geps that include s/zexts as consecutive memory accesses.
Balaram Makam via llvm-commits
- [PATCH] D23868: [ELF] - Introduce DiscardPolicy instead of 3 relative bool fields.
Rui Ueyama via llvm-commits
- [PATCH] D23774: [ELF] - Remove VersionScriptParser class and move the members to ScriptParser
Rui Ueyama via llvm-commits
- [PATCH] D24000: [experimental] Add support for live-in semantics of values in deopt bundles
Philip Reames via llvm-commits
- [PATCH] D24047: [MC] Defer asm errors to post-statement failure
Nirav Dave via llvm-commits
- [PATCH] D24037: [LTO] Fix the logic for dropping unnamed_addr
Davide Italiano via llvm-commits
- [PATCH] D24037: [LTO] Fix the logic for dropping unnamed_addr
Davide Italiano via llvm-commits
- [llvm] r280128 - ADT: Split ilist_node_traits into alloc and callback, NFC
Duncan P. N. Exon Smith via llvm-commits
- [PATCH] D24037: [LTO] Fix the logic for dropping unnamed_addr
Rafael Ávila de Espíndola via llvm-commits
- [llvm] r280129 - Fix unit test after function name change.
Zachary Turner via llvm-commits
- [PATCH] D24037: [LTO] Fix the logic for dropping unnamed_addr
Davide Italiano via llvm-commits
- [llvm] r280130 - Support: add some more ELF constants
Saleem Abdulrasool via llvm-commits
- [llvm] r280131 - llvm-readobj: add support for printing GNU Notes
Saleem Abdulrasool via llvm-commits
- [PATCH] D23993: [Coroutines] Part 10: Add coroutine promise support.
David Majnemer via llvm-commits
- [llvm] r280132 - GlobalISel: forbid physical registers on generic MIs.
Tim Northover via llvm-commits
- [PATCH] D24014: [codeview] Add new directives to record inlined call site line info
Adrian McCarthy via llvm-commits
- [PATCH] D24030: Start reifying error descriptions (Re-do of D23672 supporting VS2013)
Filipe Cabecinhas via llvm-commits
- [PATCH] D24049: [libfuzzer] simplified unit truncation; do not write trunc items to disc
Kostya Serebryany via llvm-commits
- [PATCH] D23313: X86: FMA intrinsic + FNEG - sequence optimization
Elena Demikhovsky via llvm-commits
- [llvm] r280135 - CodeGen: Fixup for r280128, since GCC isn't as permissive as Clang
Duncan P. N. Exon Smith via llvm-commits
- [PATCH] D23869: [ELF] - Introduce StripPolicy instead of Config->StripAll/StripDebug flags.
Rui Ueyama via llvm-commits
- [PATCH] D22736: Make LLVMInitializeAll* API have their symbols
Simonas Kazlauskas via llvm-commits
- [PATCH] D24051: AMDGPU/SI: Make sure llvm.amdgcn.implicitarg.ptr() is at least 4-byte aligned
Tom Stellard via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
Rui Ueyama via llvm-commits
- [PATCH] D24041: [ELF] Linkerscript: allow .eh_frame_hdr to go before .eh_frame
Rui Ueyama via llvm-commits
- [PATCH] D24030: Start reifying error descriptions (Re-do of D23672 supporting VS2013)
Kostya Serebryany via llvm-commits
- [PATCH] D23867: [ELF] - Fix (partial) for bug 28843 - Make sure we handle options with opposing meanings.
Rui Ueyama via llvm-commits
- [PATCH] D24032: [ARM] [LLD] Add support for SHF_LINK_ORDER flag to ARM Target
Rui Ueyama via llvm-commits
- [llvm] r280140 - ELFDumper: Unversioned symbols must not have trailing @
Hemant Kulkarni via llvm-commits
- [llvm] r280141 - Re-instate recent RPC updates (r280016, r280017, r280027, r280051) with a
Lang Hames via llvm-commits
- [PATCH] D22884: [codeview] Emit vftable records
Reid Kleckner via llvm-commits
- [llvm] r280143 - IntrArgMemOnly is only defined (and current AA machinery only sanely supports) pointer arguments, and these intrinsics have vector of pointer arguments. Remove ArgMemOnly until we either have the machinery, define a new attribute, or something similar
Daniel Berlin via llvm-commits
- [PATCH] D24046: [compiler-rt] Fix library suffixes on windows
Chris Bieneman via llvm-commits
- [PATCH] D23768: [ELF] Linkerscript: eliminate LayoutInputSection
Rui Ueyama via llvm-commits
- [llvm] r280140 - ELFDumper: Unversioned symbols must not have trailing @
Davide Italiano via llvm-commits
- [PATCH] D23661: [ELF] Fix sorting in combrelocs mode and add DT_REL(A)COUNT to .dynamic
Rui Ueyama via llvm-commits
- [PATCH] D24009: [LoopVectorizer] Support predicating instructions in blocks with several input edges
Gil Rapaport via llvm-commits
- [PATCH] D23872: [ELF] - Linkerscript: simplify access to templated methods from parser.
Rafael Espíndola via llvm-commits
- [PATCH] D24047: [MC] Defer asm errors to post-statement failure
Reid Kleckner via llvm-commits
- [PATCH] D20789: Consecutive memory access in Loop Vectorizer - fixed and simplified
Elena Demikhovsky via llvm-commits
- [PATCH] D23716: [ELF] Linkerscript: allow adding start/end symbols to arbitrary section
Rui Ueyama via llvm-commits
- [PATCH] D24039: Fixed spill stack objects are mutable
Philip Reames via llvm-commits
- [lld] r280144 - [LTO] Fix the logic for dropping unnamed_addr.
Davide Italiano via llvm-commits
- [compiler-rt] r280145 - profile: add missing include for Windows
Saleem Abdulrasool via llvm-commits
- [compiler-rt] r280146 - stats: define WIN32_LEAN_AND_MEAN when including windows.h
Saleem Abdulrasool via llvm-commits
- [PATCH] D23933: [XRay] ARM 32-bit no-Thumb support in compiler-rt
Serge Rogatch via llvm-commits
- [PATCH] D23933: [XRay] ARM 32-bit no-Thumb support in compiler-rt
Serge Rogatch via llvm-commits
- [llvm] r280147 - [COFFObjectFile] Ignore broken symbol table
David Majnemer via llvm-commits
- [llvm] r280140 - ELFDumper: Unversioned symbols must not have trailing @
Davide Italiano via llvm-commits
- [llvm] r280148 - [LoopVectorizer] Predicate instructions in blocks with several incoming edges
Michael Kuperstein via llvm-commits
- [PATCH] D24037: [LTO] Fix the logic for dropping unnamed_addr
Davide Italiano via llvm-commits
- [PATCH] D23933: [XRay] ARM 32-bit no-Thumb support in compiler-rt
Serge Rogatch via llvm-commits
- [PATCH] D24053: [WebAssembly] Disable folding of GA+reg into load/store constant offsets
Derek Schuff via llvm-commits
- COFFObjectFile ignore broken symbol table
David Majnemer via llvm-commits
- [PATCH] D24009: [LoopVectorizer] Support predicating instructions in blocks with several input edges
Michael Kuperstein via llvm-commits
- [PATCH] D24039: Fixed spill stack objects are mutable
Hal Finkel via llvm-commits
- [PATCH] D24039: Fixed spill stack objects are mutable
Krzysztof Parzyszek via llvm-commits
- [llvm] r280152 - Revert "ELFDumper: Unversioned symbols must not have trailing @"
Hemant Kulkarni via llvm-commits
- [llvm] r280153 - [libfuzzer] simplified unit truncation; do not write trunc items to disc
Mike Aizatsky via llvm-commits
- [llvm] r280154 - AMDGPU: Relax SGPR asm constraint register class
Matt Arsenault via llvm-commits
- [llvm] r280155 - GlobalISel: combine extracts & sequences created for legalization
Tim Northover via llvm-commits
- [PATCH] D23661: [ELF] Fix sorting in combrelocs mode and add DT_REL(A)COUNT to .dynamic
Eugene Leviant via llvm-commits
- [lld] r280156 - Pass Binding instead of IsWeak to addBitcode.
Rafael Espindola via llvm-commits
- [PATCH] D24011: [ConstantFold] Add a flag for ppc_fp128 constant folding, since APFloat doesn't support double-double semantic
Tim Shen via llvm-commits
- [PATCH] D24046: [compiler-rt] Fix library suffixes on windows
Francis Ricci via llvm-commits
- [PATCH] D24049: [libfuzzer] simplified unit truncation; do not write trunc items to disc
Mike Aizatsky via llvm-commits
- [PATCH] D24047: [MC] Defer asm errors to post-statement failure
Nirav Dave via llvm-commits
- [PATCH] D24016: AMDGPU: Relax SGPR asm constraint register class
Matt Arsenault via llvm-commits
- [PATCH] D23984: [X86] Fix bug in masked compress
Michael Kuperstein via llvm-commits
- [PATCH] D24011: [ConstantFold] Add a flag for ppc_fp128 constant folding, since APFloat doesn't support double-double semantic
Hubert Tong via llvm-commits
- [PATCH] D24053: [WebAssembly] Disable folding of GA+reg into load/store constant offsets
Mandeep Singh Grang via llvm-commits
- [PATCH] D24046: [compiler-rt] Fix library suffixes on windows
Francis Ricci via llvm-commits
- [PATCH] D23766: DebugInfo: use strongly typed enum for debug info flags
Victor via llvm-commits
- [PATCH] D23766: DebugInfo: use strongly typed enum for debug info flags
David Blaikie via llvm-commits
- [PATCH] D23767: DebugInfo: use llvm::DINode::DIFlags type for debug info flags
Victor via llvm-commits
- [PATCH] D23766: DebugInfo: use strongly typed enum for debug info flags
David Blaikie via llvm-commits
- [PATCH] D24055: Delete DefinedBitcode
Rafael Ávila de Espíndola via llvm-commits
- [llvm] r280158 - llvm-readobj: speculative fix for MSVC
Saleem Abdulrasool via llvm-commits
- [PATCH] D24055: Delete DefinedBitcode
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D23766: DebugInfo: use strongly typed enum for debug info flags
Victor via llvm-commits
- [zorg] r280160 - [zorg] Add a step to run NDK update step to the scripted LLDB builder
Jesik Min via llvm-commits
- [PATCH] D23766: DebugInfo: use strongly typed enum for debug info flags
Victor via llvm-commits
- [llvm] r280162 - [CMake] Ensure that compiler-rt is added first
Chris Bieneman via llvm-commits
- [llvm] r280163 - [ORC][RPC] Fix some bugs in the callB primitive.
Lang Hames via llvm-commits
- [PATCH] D23982: Fix comments about IndirectBrInst in Instructions.h
Chris Lattner via llvm-commits
- [PATCH] D23751: [ELF] Linkerscript: define symbols outside SECTIONS
Petr Hosek via llvm-commits
- [PATCH] D23751: [ELF] Linkerscript: define symbols outside SECTIONS
Petr Hosek via llvm-commits
- [PATCH] D24051: AMDGPU/SI: Make sure llvm.amdgcn.implicitarg.ptr() is at least 4-byte aligned
Matt Arsenault via llvm-commits
- [PATCH] D23766: DebugInfo: use strongly typed enum for debug info flags
David Blaikie via llvm-commits
- [PATCH] D22552: [zorg] Add a step to run NDK update step to the scripted LLDB builder
Jesik Min via llvm-commits
- [PATCH] D23933: [XRay] ARM 32-bit no-Thumb support in compiler-rt
Renato Golin via llvm-commits
- [PATCH] D24011: [ConstantFold] Add a flag for ppc_fp128 constant folding, since APFloat doesn't support double-double semantic
Tim Shen via llvm-commits
- [llvm] r280167 - Add a test file, macho-invalid-dysymtab-extreloff-nextrel,
Kevin Enderby via llvm-commits
- [llvm] r280168 - [codeview] Remove redundant TypeTable lookup
Reid Kleckner via llvm-commits
- [PATCH] D24044: CodeGen: Tail-duplicate longer blocks that end with indirect branches.
David Li via llvm-commits
- [PATCH] D24057: [LoadStoreVectorizer] Change VectorSet to Vector to match head and tail positions. Resolves PR29148.
Alina Sbirlea via llvm-commits
- [PATCH] D22630: Loop rotation
Michael Zolotukhin via llvm-commits
- [PATCH] D24057: [LoadStoreVectorizer] Change VectorSet to Vector to match head and tail positions. Resolves PR29148.
Matt Arsenault via llvm-commits
- [PATCH] D22736: Make LLVMInitializeAll* API have their symbols
Mehdi AMINI via llvm-commits
- [PATCH] D18226: Codegen: Tail-duplicate during placement.
Kyle Butt via llvm-commits
- [PATCH] D18226: Codegen: Tail-duplicate during placement.
Kyle Butt via llvm-commits
- [PATCH] D24044: CodeGen: Tail-duplicate longer blocks that end with indirect branches.
Kyle Butt via llvm-commits
- [PATCH] D21720: Unroll for uncountable loops
Michael Zolotukhin via llvm-commits
- [PATCH] D24057: [LoadStoreVectorizer] Change VectorSet to Vector to match head and tail positions. Resolves PR29148.
Alina Sbirlea via llvm-commits
- [PATCH] D24057: [LoadStoreVectorizer] Change VectorSet to Vector to match head and tail positions. Resolves PR29148.
Matt Arsenault via llvm-commits
- [PATCH] D21719: Unroll restructure
Michael Zolotukhin via llvm-commits
- [PATCH] D24057: [LoadStoreVectorizer] Change VectorSet to Vector to match head and tail positions. Resolves PR29148.
Justin Lebar via llvm-commits
- [PATCH] D23437: [LoopInfo] Add a routine for verification by recomputation.
Michael Zolotukhin via llvm-commits
- [PATCH] D23717: Reify ErrorDoubleFree
Kostya Serebryany via llvm-commits
- [PATCH] D23909: [X86] Remove DenseMap for storing FMA3 grouping information
Vyacheslav Klochkov via llvm-commits
- [PATCH] D24057: [LoadStoreVectorizer] Change VectorSet to Vector to match head and tail positions. Resolves PR29148.
Alina Sbirlea via llvm-commits
- [zorg] r280170 - [zorg] Adding a blank line as a test commit.
Mike Edwards via llvm-commits
- [PATCH] D24060: [lld][ELF] Add support for -b binary
Michael Spencer via llvm-commits
- [zorg] r280171 - [zorg] Removing the blank line from my test commit.
Mike Edwards via llvm-commits
- [PATCH] D23313: X86: FMA intrinsic + FNEG - sequence optimization
Sanjay Patel via llvm-commits
- [zorg] r280160 - [zorg] Add a step to run NDK update step to the scripted LLDB builder
Galina Kistanova via llvm-commits
- [PATCH] D23277: [llvm-cov] Add the "Goto first zero count" feature.
Ying Yi via llvm-commits
- [llvm] r280114 - Add StringRef::take_front and StringRef::take_back
Renato Golin via llvm-commits
- [PATCH] D24039: Fixed spill stack objects are mutable
Philip Reames via llvm-commits
- [PATCH] D24039: Fixed spill stack objects are mutable
Philip Reames via llvm-commits
- [PATCH] D24061: NFC fix doxygen comments
Piotr Padlewski via llvm-commits
- [PATCH] D24011: [ConstantFold] Add a flag for ppc_fp128 constant folding, since APFloat doesn't support double-double semantic
Hal Finkel via llvm-commits
- [PATCH] D24053: [WebAssembly] Disable folding of GA+reg into load/store constant offsets
Derek Schuff via llvm-commits
- [PATCH] D24053: [WebAssembly] Disable folding of GA+reg into load/store constant offsets
Derek Schuff via llvm-commits
- [llvm] r280114 - Add StringRef::take_front and StringRef::take_back
Zachary Turner via llvm-commits
- [PATCH] D23277: [llvm-cov] Add the "Goto first zero count" feature.
Ying Yi via llvm-commits
- [llvm] r280114 - Add StringRef::take_front and StringRef::take_back
Zachary Turner via llvm-commits
- [PATCH] D24039: Fixed spill stack objects are mutable
Krzysztof Parzyszek via llvm-commits
- [llvm] r280175 - [InstCombine] add tests to show type limitations of InsertRangeTest and callers
Sanjay Patel via llvm-commits
- [PATCH] D24039: Fixed spill stack objects are mutable
Hal Finkel via llvm-commits
- [PATCH] D23734: Add -fprofile-dir= to clang.
Nick Lewycky via llvm-commits
- [PATCH] D23734: Add -fprofile-dir= to clang.
Nick Lewycky via llvm-commits
- [PATCH] D24039: Fixed spill stack objects are mutable
Philip Reames via llvm-commits
- [PATCH] D24039: Fixed spill stack objects are mutable
Hal Finkel via llvm-commits
- [PATCH] D23897: [SelectionDAG] Generate vector_shuffle nodes for undersized result vector sizes
Sanjay Patel via llvm-commits
- [PATCH] D24055: Delete DefinedBitcode
Davide Italiano via llvm-commits
- [PATCH] D24039: Fixed spill stack objects are mutable
Philip Reames via llvm-commits
- [PATCH] D24039: Fixed spill stack objects are mutable
Krzysztof Parzyszek via llvm-commits
- [PATCH] D24055: Delete DefinedBitcode
Rui Ueyama via llvm-commits
- [PATCH] D24039: Fixed spill stack objects are mutable
Krzysztof Parzyszek via llvm-commits
- [PATCH] D24006: TailDuplication: Extract Indirect-Branch block limit as option. NFC
Kyle Butt via llvm-commits
- [PATCH] D24057: [LoadStoreVectorizer] Change VectorSet to Vector to match head and tail positions. Resolves PR29148.
Alina Sbirlea via llvm-commits
- [PATCH] D24057: [LoadStoreVectorizer] Change VectorSet to Vector to match head and tail positions. Resolves PR29148.
Justin Lebar via llvm-commits
- [zorg] r280177 - Removed warnOnFailure flag for the step for running NDK update script.
Jesik Min via llvm-commits
- [PATCH] D24057: [LoadStoreVectorizer] Change VectorSet to Vector to match head and tail positions. Resolves PR29148.
Alina Sbirlea via llvm-commits
- [PATCH] D24060: [lld][ELF] Add support for -b binary
Rui Ueyama via llvm-commits
- [PATCH] D24057: [LoadStoreVectorizer] Change VectorSet to Vector to match head and tail positions. Resolves PR29148.
escha via llvm-commits
- [llvm] r280179 - [LoadStoreVectorizer] Change VectorSet to Vector to match head and tail positions. Resolves PR29148.
Alina Sbirlea via llvm-commits
- [PATCH] D23897: [SelectionDAG] Generate vector_shuffle nodes for undersized result vector sizes
Michael Kuperstein via llvm-commits
- [PATCH] D24000: [experimental] Add support for live-in semantics of values in deopt bundles
Sanjoy Das via llvm-commits
- [PATCH] D24057: [LoadStoreVectorizer] Change VectorSet to Vector to match head and tail positions. Resolves PR29148.
Alina Sbirlea via llvm-commits
- [PATCH] D24057: [LoadStoreVectorizer] Change VectorSet to Vector to match head and tail positions. Resolves PR29148.
Alina Sbirlea via llvm-commits
- [PATCH] D23751: [ELF] Linkerscript: define symbols outside SECTIONS
Rui Ueyama via llvm-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via llvm-commits
- [llvm] r280181 - [llvm-cov] Drop redundant "No." suffix in a column title
Vedant Kumar via llvm-commits
- [PATCH] D18226: Codegen: Tail-duplicate during placement.
Kyle Butt via llvm-commits
- [llvm] r280183 - [InstCombine] clean up InsertRangeTest; NFCI
Sanjay Patel via llvm-commits
- [PATCH] D23277: [llvm-cov] Add the "Goto first zero count" feature.
Vedant Kumar via llvm-commits
- [PATCH] D24061: NFC fix doxygen comments
Easwaran Raman via llvm-commits
- [llvm] r280184 - [Coroutines] Part 10: Add coroutine promise support.
Gor Nishanov via llvm-commits
- [compiler-rt] r280185 - [sanitizer] remove kBatchClassID that is not used any more; NFC
Kostya Serebryany via llvm-commits
- [PATCH] D24011: [ConstantFold] Add a flag for ppc_fp128 constant folding, since APFloat doesn't support double-double semantic
Kyle Butt via llvm-commits
- [PATCH] D24060: [lld][ELF] Add support for -b binary
Michael Spencer via llvm-commits
- [PATCH] D24061: NFC fix doxygen comments
Piotr Padlewski via llvm-commits
- [PATCH] D23993: [Coroutines] Part 10: Add coroutine promise support.
Gor Nishanov via llvm-commits
- [llvm] r280188 - [PowerPC] Don't spill the frame pointer twice
Hal Finkel via llvm-commits
- [PATCH] D21723: [RFC] Enhance synchscope representation
Sanjoy Das via llvm-commits
- [PATCH] D23906: LSV: Fix incorrectly increasing alignment
Matt Arsenault via llvm-commits
- [PATCH] D24060: [lld][ELF] Add support for -b binary
Rui Ueyama via llvm-commits
- [PATCH] D24011: [ConstantFold] Add a flag for ppc_fp128 constant folding, since APFloat doesn't support double-double semantic
Hal Finkel via llvm-commits
- [PATCH] D23561: [RISCV 4/10] Add basic RISCV{InstrFormats,InstrInfo,RegisterInfo,}.td
Philip Reames via llvm-commits
- [PATCH] D22779: Clone block with icmp+branch if it likely results in further jump threading
Philip Reames via llvm-commits
- [PATCH] D24067: [LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes
Eugene Zelenko via llvm-commits
- [PATCH] D22261: [InlineCost] Set minsize inline threshold to 0
Philip Reames via llvm-commits
- [PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM
Dean Michael Berris via llvm-commits
- [PATCH] D24051: AMDGPU/SI: Make sure llvm.amdgcn.implicitarg.ptr() is at least 4-byte aligned
Jan Vesely via llvm-commits
- [PATCH] D21385: Adjust Registry interface to not require plugins to export a registry
Philip Reames via llvm-commits
- [llvm] r277187 - Codegen: MachineBlockPlacement Improve probability layout.
Philip Reames via llvm-commits
- [PATCH] D23982: Fix comments about IndirectBrInst in Instructions.h
Chiang, Yi-Yo via llvm-commits
- [llvm] r280191 - [Loads] Properly populate the visited set in isDereferenceableAndAlignedPointer
David Majnemer via llvm-commits
- [PATCH] D24067: [LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes
Saleem Abdulrasool via llvm-commits
- [llvm] r277187 - Codegen: MachineBlockPlacement Improve probability layout.
Xinliang David Li via llvm-commits
- [PATCH] D24068: [Coroutines] Part11: Add final suspend handling.
Gor Nishanov via llvm-commits
- [PATCH] D23727: [Profile] SelectInst instrumentation Support in IR-PGO
David Li via llvm-commits
- [PATCH] D23727: [Profile] SelectInst instrumentation Support in IR-PGO
Xinliang David Li via llvm-commits
- [PATCH] D21987: [XRay] Initial XRay Function Call Accounting Tool
Dean Michael Berris via llvm-commits
- [PATCH] D23734: Add -fprofile-dir= to clang.
Saleem Abdulrasool via llvm-commits
- [PATCH] D23296: [ValueTracking] Improve ValueTracking on left shift with nsw flag
Sanjoy Das via llvm-commits
- [PATCH] D23636: [ADT] Allocate memory less often by increase inline storage
Sanjoy Das via llvm-commits
- [llvm] r280192 - [XRay] Support multiple return instructions in a single basic block
Dean Michael Berris via llvm-commits
- [PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM
Dean Michael Berris via llvm-commits
- [PATCH] D12222: build: tweak default builtins set for Darwin
Saleem Abdulrasool via llvm-commits
- [llvm] r280193 - [X86] Regenerate a test using update_llc_test_checks.py.
Craig Topper via llvm-commits
- [llvm] r280194 - [AVX-512] Add test cases for masked floating point logic operations with bitcasts between the logic ops and the select. We don't currently select masked operations for these cases.
Craig Topper via llvm-commits
- [llvm] r280195 - [AVX-512] Add patterns to select masked logical operations if the select has a floating point type.
Craig Topper via llvm-commits
- [llvm] r280198 - [Coverage] Make sorting criteria for CounterMappingRegions local.
Igor Kudrin via llvm-commits
- [PATCH] D23561: [RISCV 4/10] Add basic RISCV{InstrFormats, InstrInfo, RegisterInfo, }.td
Alex Bradbury via llvm-commits
- [PATCH] D24034: [Coverage] Make sorting criteria for CounterMappingRegions local.
Igor Kudrin via llvm-commits
- [PATCH] D23313: X86: FMA intrinsic + FNEG - sequence optimization
Elena Demikhovsky via llvm-commits
- [compiler-rt] r280201 - Reify ErrorDoubleFree
Filipe Cabecinhas via llvm-commits
- [PATCH] D23313: X86: FMA intrinsic + FNEG - sequence optimization
Elena Demikhovsky via llvm-commits
- [PATCH] D23766: DebugInfo: use strongly typed enum for debug info flags
Victor via llvm-commits
- [lld] r280203 - Allow .eh_frame_hdr to be placed before .eh_frame
Eugene Leviant via llvm-commits
- [PATCH] D24011: [ConstantFold] Add a flag for ppc_fp128 constant folding, since APFloat doesn't support double-double semantic
Hal Finkel via llvm-commits
- [PATCH] D23717: Reify ErrorDoubleFree
Filipe Cabecinhas via llvm-commits
- [PATCH] D24041: [ELF] Linkerscript: allow .eh_frame_hdr to go before .eh_frame
Eugene Leviant via llvm-commits
- [lld] r280205 - Allow adding start/end symbols to any section
Eugene Leviant via llvm-commits
- [PATCH] D24032: [ARM] [LLD] Add support for SHF_LINK_ORDER flag to ARM Target
George Rimar via llvm-commits
- [PATCH] D23716: [ELF] Linkerscript: allow adding start/end symbols to arbitrary section
Eugene Leviant via llvm-commits
- [PATCH] D23873: Reify ErrorDeadlySignal
Filipe Cabecinhas via llvm-commits
- [PATCH] D23874: Reify ErrorNewDeleteSizeMismatch
Filipe Cabecinhas via llvm-commits
- [PATCH] D23874: Reify ErrorNewDeleteSizeMismatch
Filipe Cabecinhas via llvm-commits
- [PATCH] D23924: [ELF] - Linkerscript: allow add MergeInputSection to regular OutputSection.
George Rimar via llvm-commits
- [PATCH] D24032: [ARM] [LLD] Add support for SHF_LINK_ORDER flag to ARM Target
Peter Smith via llvm-commits
- [lld] r280206 - [ELF] - Introduce StripPolicy instead of Config->StripAll/StripDebug flags.
George Rimar via llvm-commits
- [lld] r280209 - [ELF] - Introduce DiscardPolicy instead of 3 relative bool fields.
George Rimar via llvm-commits
- [PATCH] D23869: [ELF] - Introduce StripPolicy instead of Config->StripAll/StripDebug flags.
George Rimar via llvm-commits
- [lld] r280210 - Add DT_REL(A)COUNT tag to .dynamic section
Eugene Leviant via llvm-commits
- [lld] r280211 - [ELF] - Fix (partial) for bug 28843 - Make sure we handle options with opposing meanings.
George Rimar via llvm-commits
- [PATCH] D23868: [ELF] - Introduce DiscardPolicy instead of 3 relative bool fields.
George Rimar via llvm-commits
- [PATCH] D23661: [ELF] Fix sorting in combrelocs mode and add DT_REL(A)COUNT to .dynamic
Eugene Leviant via llvm-commits
- [PATCH] D23437: [LoopInfo] Add a routine for verification by recomputation.
Chandler Carruth via llvm-commits
- [PATCH] D23867: [ELF] - Fix (partial) for bug 28843 - Make sure we handle options with opposing meanings.
George Rimar via llvm-commits
- [PATCH] D23984: [X86] Fix bug in masked compress
Elena Demikhovsky via llvm-commits
- [lld] r280212 - [ELF] - Remove VersionScriptParser class and move the members to ScriptParser
George Rimar via llvm-commits
- [PATCH] D23774: [ELF] - Remove VersionScriptParser class and move the members to ScriptParser
George Rimar via llvm-commits
- [compiler-rt] r280213 - Fix buildbot bug: Wasn't printing scariness for DoubleFree
Filipe Cabecinhas via llvm-commits
- [llvm] r280114 - Add StringRef::take_front and StringRef::take_back
Renato Golin via llvm-commits
- [PATCH] D24070: Setting fp trapping mode and denormal type
Sjoerd Meijer via llvm-commits
- [PATCH] D24071: [compiler-rt] [builtins] Allow building the necessary ARM builtins for MSVC mode with cmake
Martin Storsjö via llvm-commits
- [PATCH] D24071: [compiler-rt] [builtins] Allow building the necessary ARM builtins for MSVC mode with cmake
Martin Storsjö via llvm-commits
- [PATCH] D24071: [compiler-rt] [builtins] Allow building the necessary ARM builtins for MSVC mode with cmake
James Molloy via llvm-commits
- [PATCH] D24071: [compiler-rt] [builtins] Allow building the necessary ARM builtins for MSVC mode with cmake
Renato Golin via llvm-commits
- [PATCH] D24071: [compiler-rt] [builtins] Allow building the necessary ARM builtins for MSVC mode with cmake
Martin Storsjö via llvm-commits
- [PATCH] D24070: Setting fp trapping mode and denormal type
Renato Golin via llvm-commits
- [PATCH] D23768: [ELF] Linkerscript: eliminate LayoutInputSection
Eugene Leviant via llvm-commits
- [PATCH] D24071: [compiler-rt] [builtins] Allow building the necessary ARM builtins for MSVC mode with cmake
James Molloy via llvm-commits
- [PATCH] D24070: Setting fp trapping mode and denormal type
James Molloy via llvm-commits
- [PATCH] D24070: Setting fp trapping mode and denormal type
James Molloy via llvm-commits
- [llvm] r280214 - [X86][SSE] Improve awareness of fptrunc implicit zeroing of upper 64-bits of xmm result
Simon Pilgrim via llvm-commits
- [PATCH] D23872: [ELF] - Linkerscript: simplify access to templated methods from parser.
George Rimar via llvm-commits
- [PATCH] D23872: [ELF] - Linkerscript: simplify access to templated methods from parser.
George Rimar via llvm-commits
- [PATCH] D23797: [X86][SSE] Improve awareness of (v)cvtpd2ps implicit zeroing of upper 64-bits of xmm result
Simon Pilgrim via llvm-commits
- [llvm] r280215 - [SimplifyCFG] Tail-merge calls with sideeffects
James Molloy via llvm-commits
- [llvm] r280216 - [SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd
James Molloy via llvm-commits
- [llvm] r280217 - [SimplifyCFG] Handle tail-sinking of more than 2 incoming branches
James Molloy via llvm-commits
- [llvm] r280218 - [SimplifyCFG] Improve FoldValueComparisonIntoPredecessors to handle more cases
James Molloy via llvm-commits
- [llvm] r280219 - [SimplifyCFG] Add a workaround to fix PR30188
James Molloy via llvm-commits
- [llvm] r280221 - AMDGPU/SI: Handle aliases in AMDGPUAlwaysInlinePass
Nikolay Haustov via llvm-commits
- [PATCH] D24023: AMDGPU/SI: Handle aliases in AMDGPUAlwaysInlinePass
Nikolay Haustov via llvm-commits
- [PATCH] D24023: AMDGPU/SI: Handle aliases in AMDGPUAlwaysInlinePass
Nikolay Haustov via llvm-commits
- [PATCH] D24071: [compiler-rt] [builtins] Allow building the necessary ARM builtins for MSVC mode with cmake
Renato Golin via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [lld] r280222 - [ELF][MIPS] Inline function. NFC
Simon Atanasyan via llvm-commits
- [lld] r280223 - [ELF][MIPS] Support R_MIPS_HIGHER / R_MIPS_HIGHEST relocations calculation
Simon Atanasyan via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [PATCH] D23799: [ESan][MIPS] Adds support for MIPS64
Sagar Thakur via llvm-commits
- [PATCH] D24071: [compiler-rt] [builtins] Allow building the necessary ARM builtins for MSVC mode with cmake
Martin Storsjö via llvm-commits
- [PATCH] D24073: [AArch64] Support stackmap/patchpoint in getInstSizeInBytes
Diana Picus via llvm-commits
- [PATCH] D23799: [ESan][MIPS] Adds support for MIPS64
Sagar Thakur via llvm-commits
- [lld] r280224 - [LTO] Simplify unnamed_addr handling logic. NFCI.
Davide Italiano via llvm-commits
- [PATCH] D23561: [RISCV 4/10] Add basic RISCV{InstrFormats, InstrInfo, RegisterInfo, }.td
Alex Bradbury via llvm-commits
- [lld] r280225 - [LTO/InputFiles] Merge two ifs into one. NFCI.
Davide Italiano via llvm-commits
- [lld] r280226 - Delete DefinedBitcode.
Rafael Espindola via llvm-commits
- [PATCH] D23866: [ELF] - Linkerscript: do not use outputsections factory.
George Rimar via llvm-commits
- [llvm] r280228 - [SimplifyCFG] Fix bootstrap failure after r280220
James Molloy via llvm-commits
- [PATCH] D23924: [ELF] - Linkerscript: allow add MergeInputSection to regular OutputSection.
George Rimar via llvm-commits
- [llvm] r280229 - Typo fixes. NFC
Diana Picus via llvm-commits
- [llvm] r280230 - Use abstraction in AArch64AsmPrinter::lowerSTACKMAP. NFCI
Diana Picus via llvm-commits
- [PATCH] D16452: [mips][microMIPS] Implement DBITSWAP, DLSA and LWUPC and add tests for AUI instructions
Simon Dardis via llvm-commits
- [PATCH] D24071: [compiler-rt] [builtins] Allow building the necessary ARM builtins for MSVC mode with cmake
Renato Golin via llvm-commits
- [PATCH] D23924: [ELF] - Linkerscript: allow add MergeInputSection to regular OutputSection.
George Rimar via llvm-commits
- [PATCH] D23893: [DAGCombine] Don't fold a trunc if it feeds an anyext
Simon Pilgrim via llvm-commits
- [PATCH] D23919: [X86] Loosen memory folding requirements for cvtdq2pd and cvtps2pd instructions
Simon Pilgrim via llvm-commits
- [llvm] r280231 - Revert "[SimplifyCFG] Fix bootstrap failure after r280220"
James Molloy via llvm-commits
- [llvm] r280232 - Revert "[SimplifyCFG] Add a workaround to fix PR30188"
James Molloy via llvm-commits
- [llvm] r280233 - Revert "[SimplifyCFG] Handle tail-sinking of more than 2 incoming branches"
James Molloy via llvm-commits
- [llvm] r280234 - Revert "[SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd"
James Molloy via llvm-commits
- [lld] r280237 - Delete unnecessary template.
Rafael Espindola via llvm-commits
- [llvm] r280238 - Changing a code block to text because Sphinx does not like it on the builder (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/12516/steps/docs-llvm-html/logs/stdio)
Aaron Ballman via llvm-commits
- [llvm] r280239 - Revert "[SimplifyCFG] Improve FoldValueComparisonIntoPredecessors to handle more cases"
James Molloy via llvm-commits
- [PATCH] D23897: [SelectionDAG] Generate vector_shuffle nodes for undersized result vector sizes
Simon Pilgrim via llvm-commits
- [PATCH] D24076: [ARM] Use __rt_div functions for DIVREM on Windows
Martin Storsjö via llvm-commits
- [PATCH] D24071: [compiler-rt] [builtins] Allow building the necessary ARM builtins for MSVC mode with cmake
Martin Storsjö via llvm-commits
- [llvm] r280241 - Fix comments about IndirectBrInst in Instructions.h
Chad Rosier via llvm-commits
- [PATCH] D23609: [ELF] - Linkerscript: support VERSION command.
George Rimar via llvm-commits
- [lld] r280242 - Internalize common variables.
Rafael Espindola via llvm-commits
- [PATCH] D24077: [mips] LLVM PR/30197 - Tail call incorrectly clobbers arguments
Simon Dardis via llvm-commits
- [PATCH] D23982: Fix comments about IndirectBrInst in Instructions.h
Chad Rosier via llvm-commits
- [lld] r280243 - Remove redundant argument. NFC.
Rafael Espindola via llvm-commits
- [PATCH] D24073: [AArch64] Support stackmap/patchpoint in getInstSizeInBytes
Renato Golin via llvm-commits
- [PATCH] D24027: [LLVM/Support] - Make match() method of llvm::Regex to be const
George Rimar via llvm-commits
- [llvm] r280244 - Fixed spill stack objects are mutable
Krzysztof Parzyszek via llvm-commits
- [PATCH] D23983: [AVX512] Fix zext + bitcast lowering pattern.
Igor Breger via llvm-commits
- [llvm] r279417 - [LTO] Handles commons in monolithic LTO
Rafael Espíndola via llvm-commits
- [PATCH] D24039: Fixed spill stack objects are mutable
Krzysztof Parzyszek via llvm-commits
- [PATCH] D24039: Fixed spill stack objects are mutable
Krzysztof Parzyszek via llvm-commits
- [llvm] r279417 - [LTO] Handles commons in monolithic LTO
Teresa Johnson via llvm-commits
- [PATCH] D23609: [ELF] - Linkerscript: support VERSION command.
Rui Ueyama via llvm-commits
- [llvm] r280246 - Clang patch r280064 introduced ways to set the FP exceptions and denormal
Sjoerd Meijer via llvm-commits
- [PATCH] D24070: Setting fp trapping mode and denormal type
Sjoerd Meijer via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
Rui Ueyama via llvm-commits
- [llvm] r280013 - [CMake] Make LLVMConfig.cmake variable names match in-tree names
Brad King via llvm-commits
- [PATCH] D24076: [ARM] Use __rt_div functions for DIVREM on Windows
Renato Golin via llvm-commits
- [llvm] r280247 - Changing a code block to text because Sphinx does not like it on the builder (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/12517/steps/docs-llvm-html/logs/stdio)
Aaron Ballman via llvm-commits
- [PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM
Serge Rogatch via llvm-commits
- [PATCH] D23561: [RISCV 4/10] Add basic RISCV{InstrFormats, InstrInfo, RegisterInfo, }.td
Alex Bradbury via llvm-commits
- [PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM
Serge Rogatch via llvm-commits
- [PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM
Serge Rogatch via llvm-commits
- [PATCH] D23768: [ELF] Linkerscript: eliminate LayoutInputSection
Rui Ueyama via llvm-commits
- [llvm] r280248 - [SLP] Arguments should be camel case, and start with an upper case letter. NFC.
Chad Rosier via llvm-commits
- [llvm] r280249 - [X86][SSE] Improve awareness of (v)cvtpd2ps implicit zeroing of upper 64-bits of xmm result
Simon Pilgrim via llvm-commits
- [llvm] r280250 - [statepoints][experimental] Add support for live-in semantics of values in deopt bundles
Philip Reames via llvm-commits
- [PATCH] D23609: [ELF] - Linkerscript: support VERSION command.
George Rimar via llvm-commits
- [PATCH] D24000: [experimental] Add support for live-in semantics of values in deopt bundles
Philip Reames via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [PATCH] D23768: [ELF] Linkerscript: eliminate LayoutInputSection
Eugene Leviant via llvm-commits
- [lld] r280252 - [ELF] Linkerscript: define symbols outside SECTIONS
Petr Hosek via llvm-commits
- [PATCH] D23313: X86: FMA intrinsic + FNEG - sequence optimization
Sanjay Patel via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM
Renato Golin via llvm-commits
- [PATCH] D23751: [ELF] Linkerscript: define symbols outside SECTIONS
Petr Hosek via llvm-commits
- [PATCH] D23609: [ELF] - Linkerscript: support VERSION command.
Rui Ueyama via llvm-commits
- [PATCH] D23795: [mips] Tighten FastISel restrictions
Simon Dardis via llvm-commits
- [llvm] r280254 - [codeview] Emit vtable shape information
Reid Kleckner via llvm-commits
- [PATCH] D24086: Misleading comments of SplitBlockAndInsertIfThenElse in BasicBlockUtils.h
Zhe Yu Wu via llvm-commits
- [PATCH] D23768: [ELF] Linkerscript: eliminate LayoutInputSection
Rui Ueyama via llvm-commits
- [llvm] r280256 - [LTO] Fix common test to reflect r279911 and move to X86 subdirectory
Teresa Johnson via llvm-commits
- [PATCH] D23935: [EarlyCSE] Allow forwarding a non-invariant load into an invariant load.
Sanjoy Das via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
Rui Ueyama via llvm-commits
- [llvm] r279966 - Mark test as XFAIL instead of disabling it everywhere.
Teresa Johnson via llvm-commits
- [llvm] r279966 - Mark test as XFAIL instead of disabling it everywhere.
Mehdi Amini via llvm-commits
- [PATCH] D19825: Power9 - Add exploitation of vector load and store that do not require swaps
Kit Barton via llvm-commits
- [compiler-rt] r280213 - Fix buildbot bug: Wasn't printing scariness for DoubleFree
Kostya Serebryany via llvm-commits
- [PATCH] D22778: Add Loop Sink pass to reverse the LICM based of basic block frequency.
Dehao Chen via llvm-commits
- [PATCH] D21409: Emit a swap for STXVD2X when it's emitted by matching a 'store' node
Kit Barton via llvm-commits
- [llvm] r280257 - s/static inline/static/ for headers I have changed in r279475. NFC.
Tim Shen via llvm-commits
- [PATCH] D23609: [ELF] - Linkerscript: support VERSION command.
George Rimar via llvm-commits
- [PATCH] D22779: Clone block with icmp+branch if it likely results in further jump threading
Easwaran Raman via llvm-commits
- [PATCH] D23609: [ELF] - Linkerscript: support VERSION command.
George Rimar via llvm-commits
- [PATCH] D22779: Clone block with icmp+branch if it likely results in further jump threading
Easwaran Raman via llvm-commits
- [PATCH] D23906: LSV: Fix incorrectly increasing alignment
Eli Friedman via llvm-commits
- [compiler-rt] r280213 - Fix buildbot bug: Wasn't printing scariness for DoubleFree
Filipe Cabecinhas via llvm-commits
- [PATCH] D24088: Create a getelementptr instead of sub expr for ValueOffsetPair if the value is a pointer
Wei Mi via llvm-commits
- [compiler-rt] r280213 - Fix buildbot bug: Wasn't printing scariness for DoubleFree
Filipe Cabecinhas via llvm-commits
- [PATCH] D21514: Rationalise the attribute getter/setter methods on Function and CallSite.
Amaury SECHET via llvm-commits
- [PATCH] D23908: LSV: Always try to adjust the alloca alignment
Justin Lebar via llvm-commits
- [PATCH] D23609: [ELF] - Linkerscript: support VERSION command.
Rui Ueyama via llvm-commits
- [compiler-rt] r280213 - Fix buildbot bug: Wasn't printing scariness for DoubleFree
Kostya Serebryany via llvm-commits
- [llvm] r280258 - [lib/LTO] Factor out logic for running passes.
Davide Italiano via llvm-commits
- [PATCH] D23097: RegScavenging: Add scavengeRegisterBackwards()
Kit Barton via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [PATCH] D24089: Linker script: support VERSION command.
Rui Ueyama via llvm-commits
- [PATCH] D24014: [codeview] Add new directives to record inlined call site line info
Reid Kleckner via llvm-commits
- [PATCH] D24014: [codeview] Add new directives to record inlined call site line info
Reid Kleckner via llvm-commits
- [PATCH] D22884: [codeview] Emit vftable records
Reid Kleckner via llvm-commits
- [lld] r280259 - Fix UBSan bot by not passing NULL into memcpy src.
Ivan Krasin via llvm-commits
- [llvm] r280260 - [SLP] Sink debug after checking for matching types/opcode.
Chad Rosier via llvm-commits
- [PATCH] D24090: [SLP] Sink debug after checking for matching types/opcode.
Chad Rosier via llvm-commits
- [PATCH] D24090: [SLP] Sink debug after checking for matching types/opcode.
Matthew Simpson via llvm-commits
- [llvm] r279417 - [LTO] Handles commons in monolithic LTO
Rafael Espíndola via llvm-commits
- [llvm] r280262 - [LangRef] Clarify !invariant.load semantics.
Geoff Berry via llvm-commits
- [PATCH] D24014: [codeview] Add new directives to record inlined call site line info
Adrian McCarthy via llvm-commits
- [PATCH] D24090: [SLP] Sink debug after checking for matching types/opcode.
Michael Kuperstein via llvm-commits
- [PATCH] D24090: [SLP] Sink debug after checking for matching types/opcode.
Chad Rosier via llvm-commits
- [PATCH] D24090: [SLP] Sink debug after checking for matching types/opcode.
Michael Kuperstein via llvm-commits
- [PATCH] D24090: [SLP] Sink debug after checking for matching types/opcode.
Chad Rosier via llvm-commits
- [llvm] r280263 - [SLP] Update the debug based on Michael's suggestion.
Chad Rosier via llvm-commits
- [PATCH] D24090: [SLP] Sink debug after checking for matching types/opcode.
Chad Rosier via llvm-commits
- [PATCH] D23872: [ELF] - Linkerscript: simplify access to templated methods from parser.
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D23966: ThinLTO: sort inputs and schedule by decreasing size
Mehdi AMINI via llvm-commits
- [llvm] r280265 - [EarlyCSE] Allow forwarding a non-invariant load into an invariant load.
Geoff Berry via llvm-commits
- [PATCH] D23609: [ELF] - Linkerscript: support VERSION command.
George Rimar via llvm-commits
- [PATCH] D24092: [compiler-rt] Allow sanitizers to be compiled for windows with clang
Francis Ricci via llvm-commits
- [PATCH] D24014: [codeview] Add new directives to record inlined call site line info
David Majnemer via llvm-commits
- [compiler-rt] r280266 - [sanitizer] extend SizeClassMap to take more template parameters, add VeryCompactSizeClassMap for testing purposes
Kostya Serebryany via llvm-commits
- [PATCH] D24067: [LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes
Eugene Zelenko via llvm-commits
- [PATCH] D24031: [InstCombine] replace fold of an icmp pattern that should never happen with an assert
Eli Friedman via llvm-commits
- [PATCH] D23935: [EarlyCSE] Allow forwarding a non-invariant load into an invariant load.
Geoff Berry via llvm-commits
- [llvm] r280267 - Next set of additional error checks for invalid Mach-O files for bad load commands
Kevin Enderby via llvm-commits
- [PATCH] D24093: [PPC] Claim stack frame before storing into it, if no red zone is present
Krzysztof Parzyszek via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
Rui Ueyama via llvm-commits
- [PATCH] D23609: [ELF] - Linkerscript: support VERSION command.
Rui Ueyama via llvm-commits
- [PATCH] D24094: LoopLoadElimination should preserve GlobalsAA.
Eli Friedman via llvm-commits
- [llvm] r280268 - Add an optional parameter with a list of undefs to extendToIndices
Krzysztof Parzyszek via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
David Blaikie via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [llvm] r280013 - [CMake] Make LLVMConfig.cmake variable names match in-tree names
Chris Bieneman via llvm-commits
- [PATCH] D24092: [compiler-rt] Allow sanitizers to be compiled for windows with clang
Timur Iskhodzhanov via llvm-commits
- [PATCH] D24089: Linker script: support VERSION command.
George Rimar via llvm-commits
- [PATCH] D24070: Setting fp trapping mode and denormal type
Eric Christopher via llvm-commits
- [PATCH] D24095: [lib/LTO] Add a way to run a custom pipeline
Davide Italiano via llvm-commits
- [PATCH] D24095: [lib/LTO] Add a way to run a custom pipeline
Davide Italiano via llvm-commits
- [PATCH] D24031: [InstCombine] replace fold of an icmp pattern that should never happen with an assert
Sanjay Patel via llvm-commits
- [PATCH] D23906: LSV: Fix incorrectly increasing alignment
Justin Lebar via llvm-commits
- [PATCH] D24095: [lib/LTO] Add a way to run a custom pipeline
Mehdi AMINI via llvm-commits
- [llvm] r280270 - Fix indent. NFC.
Chad Rosier via llvm-commits
- [llvm] r280271 - [DiagnosticInfo] Add a diagnostic class for the fallback of ISel.
Quentin Colombet via llvm-commits
- [llvm] r280272 - [ResetMachineFunction] Emit the diagnostic isel fallback when asked.
Quentin Colombet via llvm-commits
- [llvm] r280273 - [TargetPassConfig] Add a hook to tell whether GlobalISel should warm on fallback.
Quentin Colombet via llvm-commits
- [PATCH] D19821: [EarlyCSE] Optionally use MemorySSA. NFC.
Geoff Berry via llvm-commits
- [llvm] r280274 - AMDGPU/SI: Make sure llvm.amdgcn.implicitarg.ptr() is at least 4-byte aligned
Tom Stellard via llvm-commits
- [llvm] r280158 - llvm-readobj: speculative fix for MSVC
Yung, Douglas via llvm-commits
- [llvm] r280275 - [Hexagon] Deal with undefs when extending live intervals
Krzysztof Parzyszek via llvm-commits
- [llvm] r280276 - Actually check for the diagnostic to be emitted!
Quentin Colombet via llvm-commits
- [PATCH] D24095: [lib/LTO] Add a way to run a custom pipeline
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D24051: AMDGPU/SI: Make sure llvm.amdgcn.implicitarg.ptr() is at least 4-byte aligned
Phabricator via llvm-commits
- [PATCH] D24095: [lib/LTO] Add a way to run a custom pipeline
Mehdi AMINI via llvm-commits
- [lld] r277105 - [ELF] Allow arbitrary code alignment in .eh_frame
Rafael Espíndola via llvm-commits
- [PATCH] D24097: Add testcases for PR30188
Sebastian Pop via llvm-commits
- [PATCH] D23933: [XRay] ARM 32-bit no-Thumb support in compiler-rt
Serge Rogatch via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [PATCH] D23933: [XRay] ARM 32-bit no-Thumb support in compiler-rt
Serge Rogatch via llvm-commits
- [llvm] r280279 - [EarlyCSE] Optionally use MemorySSA. NFC.
Geoff Berry via llvm-commits
- [llvm] r280280 - [LoopInfo] Add verification by recomputation.
Michael Zolotukhin via llvm-commits
- [PATCH] D24060: [lld][ELF] Add support for -b binary
Rafael Espíndola via llvm-commits
- [PATCH] D19821: [EarlyCSE] Optionally use MemorySSA. NFC.
Geoff Berry via llvm-commits
- [PATCH] D23437: [LoopInfo] Add a routine for verification by recomputation.
Michael Zolotukhin via llvm-commits
- [PATCH] D24019: AMDGPU: Refactor frame lowering
Tom Stellard via llvm-commits
- [PATCH] D23437: [LoopInfo] Add a routine for verification by recomputation.
Michael Zolotukhin via llvm-commits
- [PATCH] D23997: AMDGPU: Fix introducing stack access on unaligned v16i8
Tom Stellard via llvm-commits
- [PATCH] D24018: AMDGPU: Use copy instead of mov during frame lowering
Tom Stellard via llvm-commits
- [PATCH] D23841: Fix ThinLTO crash with debug info
Teresa Johnson via llvm-commits
- [llvm] r280282 - [InstCombine] change insertRangeTest() to use APInt instead of Constant; NFCI
Sanjay Patel via llvm-commits
- [PATCH] D24098: AMDGPU/SI: Don't run SLSR and NaryReassociate passes
Tom Stellard via llvm-commits
- [PATCH] D24092: [compiler-rt] Allow sanitizers to be compiled for windows with clang
Reid Kleckner via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [PATCH] D24098: AMDGPU/SI: Don't run SLSR and NaryReassociate passes
Matt Arsenault via llvm-commits
- [PATCH] D23155: Power9 - Part-word VSX integer scalar loads/stores and sign extend instructions
Kit Barton via llvm-commits
- [PATCH] D24098: AMDGPU/SI: Don't run SLSR and NaryReassociate passes
Tom Stellard via llvm-commits
- [lld] r280284 - Linker script: support VERSION command.
Rui Ueyama via llvm-commits
- [PATCH] D23437: [LoopInfo] Add a routine for verification by recomputation.
Mehdi AMINI via llvm-commits
- [PATCH] D24089: Linker script: support VERSION command.
Rui Ueyama via llvm-commits
- [PATCH] D24092: [compiler-rt] Allow sanitizers to be compiled for windows with clang
Francis Ricci via llvm-commits
- [PATCH] D24092: [compiler-rt] Allow sanitizers to be compiled for windows with clang
Reid Kleckner via llvm-commits
- [PATCH] D24092: [compiler-rt] Allow sanitizers to be compiled for windows with clang
Francis Ricci via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [PATCH] D23609: [ELF] - Linkerscript: support VERSION command.
George Rimar via llvm-commits
- [llvm] r280285 - [WebAssembly] Disable folding of GA+reg into load/store constant offsets
Derek Schuff via llvm-commits
- [PATCH] D24053: [WebAssembly] Disable folding of GA+reg into load/store constant offsets
Derek Schuff via llvm-commits
- [PATCH] D24053: [WebAssembly] Disable folding of GA+reg into load/store constant offsets
Derek Schuff via llvm-commits
- [PATCH] D24098: AMDGPU/SI: Don't run SLSR and NaryReassociate passes
Matt Arsenault via llvm-commits
- [PATCH] D24100: Initialize RelativeRel for AMDGPU.
Rui Ueyama via llvm-commits
- [PATCH] D24097: Add testcases for PR30188
David Li via llvm-commits
- [PATCH] D24044: CodeGen: Tail-duplicate longer blocks that end with indirect branches.
David Li via llvm-commits
- [PATCH] D24100: Initialize RelativeRel for AMDGPU.
Rafael Espíndola via llvm-commits
- [PATCH] D24100: Initialize RelativeRel for AMDGPU.
Ivan Krasin via llvm-commits
- [lld] r280291 - Initialize RelativeRel for AMDGPU.
Rui Ueyama via llvm-commits
- [PATCH] D24100: Initialize RelativeRel for AMDGPU.
Rui Ueyama via llvm-commits
- [PATCH] D24101: [LLVM/Support] - Create no-arguments constructor for llvm::Regex
George Rimar via llvm-commits
- [PATCH] D24046: [compiler-rt] Fix library suffixes on windows
Francis Ricci via llvm-commits
- [llvm] r280292 - GlobalISel: use G_TYPE to annotate physregs with a type.
Tim Northover via llvm-commits
- [PATCH] D24101: [LLVM/Support] - Create no-arguments constructor for llvm::Regex
Rui Ueyama via llvm-commits
- [PATCH] D24070: Setting fp trapping mode and denormal type
Matt Arsenault via llvm-commits
- [PATCH] D24101: [LLVM/Support] - Create no-arguments constructor for llvm::Regex
George Rimar via llvm-commits
- [PATCH] D24046: [compiler-rt] Fix library suffixes on windows
Francis Ricci via llvm-commits
- [PATCH] D24097: Add testcases for PR30188
Richard Smith via llvm-commits
- [PATCH] D23734: Add -fprofile-dir= to clang.
Nick Lewycky via llvm-commits
- [PATCH] D24101: [LLVM/Support] - Create no-arguments constructor for llvm::Regex
Rui Ueyama via llvm-commits
- [PATCH] D24101: [LLVM/Support] - Create no-arguments constructor for llvm::Regex
George Rimar via llvm-commits
- [PATCH] D24102: [LLVM/Support] - Disallow match() method of llvm::Regex to change object state.
George Rimar via llvm-commits
- [PATCH] D24103: [WIP][peephole] Enhance folding logic to work for STATEPOINTs
Philip Reames via llvm-commits
- [llvm] r280293 - [codeview] Add TypeVisitorCallbackPipeline.
Zachary Turner via llvm-commits
- [llvm] r280296 - AMDGPU: Refactor frame lowering
Matt Arsenault via llvm-commits
- [llvm] r280297 - AMDGPU: Use copy instead of mov during frame lowering
Matt Arsenault via llvm-commits
- [llvm] r280298 - AMDGPU: Fix introducing stack access on unaligned v16i8
Matt Arsenault via llvm-commits
- [PATCH] D23897: [SelectionDAG] Generate vector_shuffle nodes for undersized result vector sizes
Michael Kuperstein via llvm-commits
- [PATCH] D23897: [SelectionDAG] Generate vector_shuffle nodes for undersized result vector sizes
Michael Kuperstein via llvm-commits
- [PATCH] D24060: [lld][ELF] Add support for -b binary
Rui Ueyama via llvm-commits
- [llvm] r280299 - [InstCombine] allow icmp (div X, Y), C folds for splat constant vectors
Sanjay Patel via llvm-commits
- [PATCH] D24019: AMDGPU: Refactor frame lowering
Matt Arsenault via llvm-commits
- [PATCH] D24018: AMDGPU: Use copy instead of mov during frame lowering
Matt Arsenault via llvm-commits
- [PATCH] D23997: AMDGPU: Fix introducing stack access on unaligned v16i8
Matt Arsenault via llvm-commits
- [PATCH] D24031: [InstCombine] replace fold of an icmp pattern that should never happen with an assert
Eli Friedman via llvm-commits
- [llvm] r280300 - [InstCombine] allow icmp (shr exact X, C2), C fold for splat constant vectors
Sanjay Patel via llvm-commits
- [PATCH] D24104: Make GlobalsAA ignore dead constant expressions.
Eli Friedman via llvm-commits
- [PATCH] D24031: [InstCombine] replace fold of an icmp pattern that should never happen with an assert
Sanjay Patel via llvm-commits
- [PATCH] D24031: [InstCombine] replace fold of an icmp pattern that should never happen with an assert
Eli Friedman via llvm-commits
- [PATCH] D24060: [lld][ELF] Add support for -b binary
Michael Spencer via llvm-commits
- [PATCH] D22778: Add Loop Sink pass to reverse the LICM based of basic block frequency.
Dehao Chen via llvm-commits
- [llvm] r280301 - Revert "Add an optional parameter with a list of undefs to extendToIndices"
Reid Kleckner via llvm-commits
- [llvm] r280268 - Add an optional parameter with a list of undefs to extendToIndices
Reid Kleckner via llvm-commits
- [PATCH] D23561: [RISCV 4/10] Add basic RISCV{InstrFormats, InstrInfo, RegisterInfo, }.td
James Y Knight via llvm-commits
- [llvm] r280302 - Add asm.js-style setjmp/longjmp handling for wasm
Heejin Ahn via llvm-commits
- [PATCH] D24031: [InstCombine] replace fold of an icmp pattern that should never happen with an assert
Sanjay Patel via llvm-commits
- [llvm] r280303 - [CMake] Increase stack size to 16MiB for all mingw executables.
NAKAMURA Takumi via llvm-commits
- [PATCH] D24101: [LLVM/Support] - Create no-arguments constructor for llvm::Regex
David Blaikie via llvm-commits
- [llvm] r280304 - Fix the MSVC 2013 build by using Elf_Word instead of making a local typedef
Reid Kleckner via llvm-commits
- [llvm] r280268 - Add an optional parameter with a list of undefs to extendToIndices
Reid Kleckner via llvm-commits
- [PATCH] D24106: AMDGPU/SI: MIMG TD Refactoring.
Changpeng Fang via llvm-commits
- [PATCH] D24104: Make GlobalsAA ignore dead constant expressions.
Michael Kuperstein via llvm-commits
- [PATCH] D24031: [InstCombine] replace fold of an icmp pattern that should never happen with an assert
Eli Friedman via llvm-commits
- [PATCH] D24108: X86: Fold tail calls into conditional branches where possible (PR26302)
Hans Wennborg via llvm-commits
- [PATCH] D24102: [LLVM/Support] - Disallow match() method of llvm::Regex to change object state.
David Blaikie via llvm-commits
- [PATCH] D24108: X86: Fold tail calls into conditional branches where possible (PR26302)
Hans Wennborg via llvm-commits
- [lld] r280305 - Use getSize to find the size of a section. NFC.
Rafael Espindola via llvm-commits
- [llvm] r280306 - Add -fprofile-dir= to clang.
Nick Lewycky via llvm-commits
- [llvm] r274087 - [bugpoint] Extract helper functions for readability [NFCI]
Justin Bogner via llvm-commits
- [PATCH] D23766: DebugInfo: use strongly typed enum for debug info flags
David Blaikie via llvm-commits
- [PATCH] D24108: X86: Fold tail calls into conditional branches where possible (PR26302)
Hans Wennborg via llvm-commits
- [llvm] r280307 - [codeview] Have visitTypeBegin return the record type.
Zachary Turner via llvm-commits
- [PATCH] D24104: Make GlobalsAA ignore dead constant expressions.
Daniel Berlin via llvm-commits
- [PATCH] D24104: Make GlobalsAA ignore dead constant expressions.
Hal Finkel via llvm-commits
- [lld] r280310 - Fix the implementation of R_386_GOTPC and R_386_GOTOFF.
Rafael Espindola via llvm-commits
- [llvm] r280311 - Add cast to appease windows builder. Fixes build break introduced in r280306.
Nick Lewycky via llvm-commits
- [PATCH] D24104: Make GlobalsAA ignore dead constant expressions.
Daniel Berlin via llvm-commits
- [test-suite] r280315 - Creating release candidate final from release_390 branch
Hans Wennborg via llvm-commits
- [lld] r280322 - Creating release candidate final from release_390 branch
Hans Wennborg via llvm-commits
- [PATCH] D24104: Make GlobalsAA ignore dead constant expressions.
Michael Kuperstein via llvm-commits
- [PATCH] D21571: [AArch64] Avoid generating indexed vector instructions for Exynos
Abderrazek Zaafrani via llvm-commits
- [llvm] r280268 - Add an optional parameter with a list of undefs to extendToIndices
Krzysztof Parzyszek via llvm-commits
- [PATCH] D24104: Make GlobalsAA ignore dead constant expressions.
Daniel Berlin via llvm-commits
- [PATCH] D23698: [test-suite] Adding three bitcode benchmarks from Halide suite
Alina Sbirlea via llvm-commits
- [compiler-rt] r280325 - Fix the use of unitialized value while reporting double free in ASAN.
Ivan Krasin via llvm-commits
- [llvm] r280326 - Support: Avoid errors with LLVM_FALLTHROUGH in clang 3.6 and below in C mode
Justin Bogner via llvm-commits
- [PATCH] D21571: [AArch64] Avoid generating indexed vector instructions for Exynos
Abderrazek Zaafrani via llvm-commits
- [PATCH] D24111: [lit] Fail testing if a googletest executable crashes during test discovery
Greg Parker via llvm-commits
- [PATCH] D24098: AMDGPU/SI: Don't run SLSR and NaryReassociate passes
Daniel Berlin via llvm-commits
- [PATCH] D24098: AMDGPU/SI: Don't run SLSR and NaryReassociate passes
Matt Arsenault via llvm-commits
- [llvm] r280268 - Add an optional parameter with a list of undefs to extendToIndices
Reid Kleckner via llvm-commits
- [PATCH] D24098: AMDGPU/SI: Don't run SLSR and NaryReassociate passes
Daniel Berlin via llvm-commits
- [PATCH] D24014: [codeview] Add new directives to record inlined call site line info
Reid Kleckner via llvm-commits
- [PATCH] D24112: [SelectionDAGBuilder] Add const to relevant places
Aditya Kumar via llvm-commits
- [PATCH] D24112: [SelectionDAGBuilder] Add const to relevant places
Hans Wennborg via llvm-commits
- [PATCH] D23986: [XRay] Detect and emit sleds for sibling/tail calls
Dean Michael Berris via llvm-commits
- [PATCH] D24098: AMDGPU/SI: Don't run SLSR and NaryReassociate passes
Matt Arsenault via llvm-commits
- [PATCH] D23986: [XRay] Detect and emit sleds for sibling/tail calls
Eric Christopher via llvm-commits
- [llvm] r280329 - Revert "Add asm.js-style setjmp/longjmp handling for wasm"
Heejin Ahn via llvm-commits
- [PATCH] D24108: X86: Fold tail calls into conditional branches where possible (PR26302)
Joerg Sonnenberger via llvm-commits
- [PATCH] D23986: [XRay] Detect and emit sleds for sibling/tail calls
Dean Michael Berris via llvm-commits
- [PATCH] D24108: X86: Fold tail calls into conditional branches where possible (PR26302)
Hans Wennborg via llvm-commits
- [llvm] r280331 - [XRay][NFC] Promote isTailCall() as virtual in TargetInstrInfo.
Dean Michael Berris via llvm-commits
- [PATCH] D23986: [XRay] Detect and emit sleds for sibling/tail calls
Dean Michael Berris via llvm-commits
- [llvm] r280268 - Add an optional parameter with a list of undefs to extendToIndices
Krzysztof Parzyszek via llvm-commits
- [PATCH] D22112: Disambiguate a constant with both 0B prefix and H suffix.
Yunzhong Gao via llvm-commits
- [PATCH] D22112: Disambiguate a constant with both 0B prefix and H suffix.
Yunzhong Gao via llvm-commits
- [llvm] r280332 - [libFuzzer] add -minimize_crash flag (to minimize crashers). also add two tests that I failed to commit last time
Kostya Serebryany via llvm-commits
- [llvm] r280334 - [XRay] Detect and emit sleds for sibling/tail calls
Dean Michael Berris via llvm-commits
- [PATCH] D23986: [XRay] Detect and emit sleds for sibling/tail calls
Eric Christopher via llvm-commits
- [PATCH] D23986: [XRay] Detect and emit sleds for sibling/tail calls
Dean Michael Berris via llvm-commits
- [PATCH] D24117: Fix inliner funclet unwind memoization
Joseph Tremoulet via llvm-commits
- [llvm] r280336 - [NFC] Remove unnecessary comment
Dean Michael Berris via llvm-commits
- [PATCH] D22269: [SCCP] Replace structs with constants if all the lattice values are constant
Philip Reames via llvm-commits
- [PATCH] D24118: [JumpThreading] Only write back branch-weight MDs for blocks that originally had PGO info
Adam Nemet via llvm-commits
- [PATCH] D24117: Fix inliner funclet unwind memoization
Joseph Tremoulet via llvm-commits
- [PATCH] D24117: Fix inliner funclet unwind memoization
David Majnemer via llvm-commits
- [PATCH] D23799: [ESan][MIPS] Adds support for MIPS64
Derek Bruening via llvm-commits
- [PATCH] D24120: [ELF] Do not omit debug sections when computing build-id
Petr Hosek via llvm-commits
- [PATCH] D24120: [ELF] Do not omit debug sections when computing build-id
Petr Hosek via llvm-commits
- [PATCH] D23561: [RISCV 4/10] Add basic RISCV{InstrFormats, InstrInfo, RegisterInfo, }.td
Tobias Grosser via llvm-commits
- [PATCH] D23766: DebugInfo: use strongly typed enum for debug info flags
Victor via llvm-commits
- [PATCH] D23766: DebugInfo: use strongly typed enum for debug info flags
Victor via llvm-commits
- [PATCH] D22825: Add a counter-function insertion pass
Honggyu Kim via llvm-commits
- [PATCH] D23727: [Profile] SelectInst instrumentation Support in IR-PGO
Justin Bogner via llvm-commits
- [PATCH] D24117: Fix inliner funclet unwind memoization
David Majnemer via llvm-commits
- [PATCH] D24020: [LTO] Added flag to generate assembly file with after LTO passes
Bhargav Reddy Godala via llvm-commits
- [PATCH] D22353: FileCheck Enhancement - CHECK-WORD
Elena Lepilkina via llvm-commits
- [llvm] r280338 - [SimplifyCFG] Improve FoldValueComparisonIntoPredecessors to handle more cases
James Molloy via llvm-commits
- [PATCH] D24102: [LLVM/Support] - Disallow match() method of llvm::Regex to change object state.
George Rimar via llvm-commits
- [llvm] r280339 - [LLVM/Support] - Create no-arguments constructor for llvm::Regex
George Rimar via llvm-commits
- [llvm] r280340 - Commit of forgotten header for r280339 "[LLVM/Support] - Create no-arguments constructor for llvm::Regex"
George Rimar via llvm-commits
- [PATCH] D24101: [LLVM/Support] - Create no-arguments constructor for llvm::Regex
George Rimar via llvm-commits
- [PATCH] D24102: [LLVM/Support] - Disallow match() method of llvm::Regex to change object state.
George Rimar via llvm-commits
- [polly] r280341 - Update ISL to isl-0.17.1-203-g3fef898.
Michael Kruse via llvm-commits
- [PATCH] D22353: FileCheck Enhancement - CHECK-WORD
Elena Lepilkina via llvm-commits
- [PATCH] D24102: [LLVM/Support] - Disallow match() method of llvm::Regex to change object state.
George Rimar via llvm-commits
- [PATCH] D23916: [Polly] Check validity of new access relations. NFC.
Michael Kruse via llvm-commits
- [PATCH] D24106: AMDGPU/SI: MIMG TD Refactoring.
Valery Pykhtin via llvm-commits
- [PATCH] D21562: [AMDGPU] Wave and register controls
Konstantin Zhuravlyov via llvm-commits
- [llvm] r280342 - [SimplifyCFG] Fix nondeterministic iteration order
James Molloy via llvm-commits
- [polly] r280343 - [ScopInfo] Add missing ISL annotations NFC.
Michael Kruse via llvm-commits
- [PATCH] D24106: AMDGPU/SI: MIMG TD Refactoring.
Konstantin Zhuravlyov via llvm-commits
- [PATCH] D24102: [LLVM/Support] - Disallow match() method of llvm::Regex to change object state.
George Rimar via llvm-commits
- [llvm] r280345 - [Support] Fix a warning introduced in r280339 due to the member
Chandler Carruth via llvm-commits
- [www-pubs] r280346 - [www-pubs] Adding Archer paper
Renato Golin via llvm-commits
- [PATCH] D24106: AMDGPU/SI: MIMG TD Refactoring.
Artem Tamazov via llvm-commits
- [llvm] r280347 - Add a counter-function insertion pass
Hal Finkel via llvm-commits
- [PATCH] D22825: Add a counter-function insertion pass
Hal Finkel via llvm-commits
- [polly] r280343 - [ScopInfo] Add missing ISL annotations NFC.
Tobias Grosser via llvm-commits
- [lld] r280348 - Eliminate LayoutInputSection class
Eugene Leviant via llvm-commits
- [llvm] r280349 - [AMDGPU] Scalar Memory instructions TD refactoring
Valery Pykhtin via llvm-commits
- [llvm] r280345 - [Support] Fix a warning introduced in r280339 due to the member
George Rimar via llvm-commits
- [PATCH] D24038: Add ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa on Mips, fix on PowerPC
Simon Dardis via llvm-commits
- [llvm] r280350 - Add ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa on Mips, fix on PowerPC
Hal Finkel via llvm-commits
- [PATCH] D24073: [AArch64] Support stackmap/patchpoint in getInstSizeInBytes
Diana Picus via llvm-commits
- [llvm] r279671 - CodeGen: If Convert blocks that would form a diamond when tail-merged.
Alexandros Lamprineas via llvm-commits
- [PATCH] D24038: Add ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa on Mips, fix on PowerPC
Hal Finkel via llvm-commits
- [PATCH] D23897: [SelectionDAG] Generate vector_shuffle nodes for undersized result vector sizes
Simon Pilgrim via llvm-commits
- [PATCH] D24070: Setting fp trapping mode and denormal type
Sjoerd Meijer via llvm-commits
- [llvm] r280351 - [SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd
James Molloy via llvm-commits
- [PATCH] D24123: [Support] - Fix possible crash in match() of llvm::Regex.
George Rimar via llvm-commits
- [PATCH] D24123: [Support] - Fix possible crash in match() of llvm::Regex.
George Rimar via llvm-commits
- [PATCH] D24102: [LLVM/Support] - Disallow match() method of llvm::Regex to change object state.
George Rimar via llvm-commits
- [PATCH] D24073: [AArch64] Support stackmap/patchpoint in getInstSizeInBytes
Renato Golin via llvm-commits
- [PATCH] D23313: X86: FMA intrinsic + FNEG - sequence optimization
Elena Demikhovsky via llvm-commits
- [LNT] r280353 - Add powerpc64le to list of PowerPC architectures
Hal Finkel via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [zorg] r280354 - Checkout cfe when building clang-tools-extra docs.
Alexander Kornienko via llvm-commits
- [PATCH] D23277: [llvm-cov] Add the "Goto first zero count" feature.
Ying Yi via llvm-commits
- [PATCH] D24127: [ELF] - Linkerscript: create multiple output sections for inputs with different attributes.
George Rimar via llvm-commits
- [llvm] r280357 - [IR] Properly handle escape characters in Attribute::getAsString()
Honggyu Kim via llvm-commits
- [PATCH] D23792: IR: Properly handle escape characters in Attribute::getAsString()
Honggyu Kim via llvm-commits
- [PATCH] D24102: [LLVM/Support] - Disallow match() method of llvm::Regex to change object state.
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D22825: Add a counter-function insertion pass
Honggyu Kim via llvm-commits
- [llvm] r280358 - Add an optional parameter with a list of undefs to extendToIndices
Krzysztof Parzyszek via llvm-commits
- [PATCH] D24073: [AArch64] Support stackmap/patchpoint in getInstSizeInBytes
Diana Picus via llvm-commits
- [PATCH] D24060: [lld][ELF] Add support for -b binary
Rafael Espíndola via llvm-commits
- [PATCH] D23795: [mips] Tighten FastISel restrictions
Vasileios Kalintiris via llvm-commits
- [compiler-rt] r280361 - Copy over most of the scariness_score test to the general tests
Filipe Cabecinhas via llvm-commits
- [PATCH] D23551: [mips] interAptiv based generic schedule model
Simon Dardis via llvm-commits
- [lld] r280348 - Eliminate LayoutInputSection class
Rafael Espíndola via llvm-commits
- [PATCH] D24102: [LLVM/Support] - Disallow match() method of llvm::Regex to change object state.
George Rimar via llvm-commits
- [lld] r280310 - Fix the implementation of R_386_GOTPC and R_386_GOTOFF.
Ed Maste via llvm-commits
- [zorg] r280362 - [zorg] Move lldb-x86_64-ubuntu-14.04-cmake buildbot to the stable category
Pavel Labath via llvm-commits
- [compiler-rt] r280363 - Clear scariness score when initializing ErrorDoubleFree
Filipe Cabecinhas via llvm-commits
- [PATCH] D24128: [ELF] PR30221 - linker script expression parser does not accept '~'
Simon Atanasyan via llvm-commits
- [llvm] r280364 - [SimplifyCFG] Handle tail-sinking of more than 2 incoming branches
James Molloy via llvm-commits
- [PATCH] D24128: [ELF] PR30221 - linker script expression parser does not accept '~'
George Rimar via llvm-commits
- [PATCH] D23313: X86: FMA intrinsic + FNEG - sequence optimization
Sanjay Patel via llvm-commits
- [PATCH] D22696: [CodeGenPrep] Skip merging empty case blocks
Jun Bum Lim via llvm-commits
- [PATCH] D24129: GVN-hoist: disable hoisting stores (PR30216)
Sebastian Pop via llvm-commits
- [llvm] r278010 - GVN-hoist: enable by default
Sebastian Pop via llvm-commits
- [compiler-rt] r280365 - Fix profile test assuming dumb compiler
Renato Golin via llvm-commits
- [lld] r280366 - Sign extend a value before passing it to the Target.
Rafael Espindola via llvm-commits
- [PATCH] D23356: [DAG] Fix incorrect alignment of ext load.
Nirav Dave via llvm-commits
- [PATCH] D24130: [RegisterScavenger] Remove aliasing registers of operands from the candidate set
silviu.baranga at arm.com via llvm-commits
- [llvm] r280368 - Optimized FMA intrinsic + FNEG , like
Elena Demikhovsky via llvm-commits
- [llvm] r280369 - [Hexagon] Deal with undefs when extending live intervals
Krzysztof Parzyszek via llvm-commits
- [PATCH] D23313: X86: FMA intrinsic + FNEG - sequence optimization
Elena Demikhovsky via llvm-commits
- [PATCH] D24128: [ELF] PR30221 - linker script expression parser does not accept '~'
George Rimar via llvm-commits
- [llvm] r280370 - [InstCombine] remove fold of an icmp pattern that should never happen
Sanjay Patel via llvm-commits
- [PATCH] D23933: [XRay] ARM 32-bit no-Thumb support in compiler-rt
Renato Golin via llvm-commits
- [PATCH] D24131: Add NewAddressDescription, which can describe any type of address.
Filipe Cabecinhas via llvm-commits
- [PATCH] D24031: [InstCombine] replace fold of an icmp pattern that should never happen with an assert
Sanjay Patel via llvm-commits
- [PATCH] D24128: [ELF] PR30221 - linker script expression parser does not accept '~'
George Rimar via llvm-commits
- [PATCH] D24132: Remove the old AddressDescription struct
Filipe Cabecinhas via llvm-commits
- [llvm] r280371 - [CMake] Fix LLVM_ENABLE_EH and LLVM_ENABLE_RTTI on MSVC
Andrey Bokhanko via llvm-commits
- [compiler-rt] r280372 - Remove extra scariness.Clear() call.
Filipe Cabecinhas via llvm-commits
- [compiler-rt] r280373 - Try to fix another profile test
Renato Golin via llvm-commits
- [PATCH] D24133: [ARM] Lower UDIV+UREM to UDIV+MLS (and the same for SREM)
Pablo Barrio via llvm-commits
- [PATCH] D24128: [ELF] PR30221 - linker script expression parser does not accept '~'
Simon Atanasyan via llvm-commits
- [PATCH] D23645: [CMake] Fix LLVM_ENABLE_EH and LLVM_ENABLE_RTTI on MSVC
Phabricator via llvm-commits
- [PATCH] D24128: [ELF] PR30221 - linker script expression parser does not accept '~'
Simon Atanasyan via llvm-commits
- [llvm] r280374 - [mips] interAptiv based generic schedule model
Simon Dardis via llvm-commits
- [PATCH] D24133: [ARM] Lower UDIV+UREM to UDIV+MLS (and the same for SREM)
Saleem Abdulrasool via llvm-commits
- [PATCH] D22112: Disambiguate a constant with both 0B prefix and H suffix.
Reid Kleckner via llvm-commits
- [lld] r280375 - Add missing REQUIRES.
Rafael Espindola via llvm-commits
- [llvm] r280376 - [X86][SSE] Dropped (V)CVTPD2PS intrinsic patterns now that its bound to X86vfpround
Simon Pilgrim via llvm-commits
- [PATCH] D23645: [CMake] Fix LLVM_ENABLE_EH and LLVM_ENABLE_RTTI on MSVC
Reid Kleckner via llvm-commits
- [PATCH] D23551: [mips] interAptiv based generic schedule model
Simon Dardis via llvm-commits
- [llvm] r280377 - [mips] Include missed file from previous commit
Simon Dardis via llvm-commits
- [compiler-rt] r280378 - build: profile is not a sanitizer
Saleem Abdulrasool via llvm-commits
- [llvm] r280379 - [EarlyCSE] Change C API pass interface for EarlyCSE w/ MemorySSA
Geoff Berry via llvm-commits
- [PATCH] D23854: [LoopAccessAnalysis] Recognize geps that include s/zexts as consecutive memory accesses.
Balaram Makam via llvm-commits
- [PATCH] D24135: [ELF] Linkerscript: support ABSOLUTE keyword in symbol assignment expression
Eugene Leviant via llvm-commits
- [PATCH] D24138: [llvm-readobj] - Teach readobj to print DT_AUXILIARY dynamic tag in human readable form.
George Rimar via llvm-commits
- [PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM
Serge Rogatch via llvm-commits
- [PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM
Renato Golin via llvm-commits
- [PATCH] D23551: [mips] interAptiv based generic schedule model
Todd Fiala via llvm-commits
- [PATCH] D24135: [ELF] Linkerscript: support ABSOLUTE keyword in symbol assignment expression
George Rimar via llvm-commits
- [PATCH] D24139: [ELF] - Fix for: bug 30237 - lld does not implement -f option
George Rimar via llvm-commits
- [PATCH] D23854: [LoopAccessAnalysis] Recognize geps that include s/zexts as consecutive memory accesses.
Chad Rosier via llvm-commits
- [PATCH] D23551: [mips] interAptiv based generic schedule model
Simon Dardis via llvm-commits
- [PATCH] D24140: Minimize linux-specific variant of scariness_score_test.cc
Filipe Cabecinhas via llvm-commits
- [PATCH] D23551: [mips] interAptiv based generic schedule model
Todd Fiala via llvm-commits
- [PATCH] D23824: [ADCE] Add handling of PHI nodes when removing control flow
David Callahan via llvm-commits
- [PATCH] D23364: AMDGPU: Set sizes of spill pseudos
Nicolai Hähnle via llvm-commits
- [PATCH] D24070: Setting fp trapping mode and denormal type
Matt Arsenault via llvm-commits
- [PATCH] D24138: [llvm-readobj] - Teach readobj to print DT_AUXILIARY dynamic tag in human readable form.
Davide Italiano via llvm-commits
- [PATCH] D24138: [llvm-readobj] - Teach readobj to print DT_AUXILIARY dynamic tag in human readable form.
Ed Maste via llvm-commits
- [PATCH] D22269: [SCCP] Replace structs with constants if all the lattice values are constant
Davide Italiano via llvm-commits
- [PATCH] D23584: AMDGPU: Don't required structured CFG
Nicolai Hähnle via llvm-commits
- [zorg] r280354 - Checkout cfe when building clang-tools-extra docs.
Aaron Ballman via llvm-commits
- [PATCH] D24141: [ELF] Linkerscript: implement ALIGNOF
Eugene Leviant via llvm-commits
- [lld] r280310 - Fix the implementation of R_386_GOTPC and R_386_GOTOFF.
Davide Italiano via llvm-commits
- [PATCH] D24070: Setting fp trapping mode and denormal type
Sjoerd Meijer via llvm-commits
- [llvm] r279995 - AMDGPU/SI: Implement a custom MachineSchedStrategy
Tom Stellard via llvm-commits
- [PATCH] D21818: Add artificial debug information to avoid compiler crash
Adrian Prantl via llvm-commits
- [llvm] r280380 - [CMake] Revive LLVM_*_DIRS variables
Chris Bieneman via llvm-commits
- [PATCH] D24125: [AMDGPU] Promote uniform i16 ops to i32 ops
Matt Arsenault via llvm-commits
- [PATCH] D24106: AMDGPU/SI: MIMG TD Refactoring.
Changpeng Fang via llvm-commits
- [PATCH] D23463: AMDGPU: Fix adding duplicate implicit exec uses
Nicolai Hähnle via llvm-commits
- [PATCH] D24106: AMDGPU/SI: MIMG TD Refactoring.
Konstantin Zhuravlyov via llvm-commits
- [zorg] r280354 - Checkout cfe when building clang-tools-extra docs.
Alexander Kornienko via llvm-commits
- [llvm] r280376 - [X86][SSE] Dropped (V)CVTPD2PS intrinsic patterns now that its bound to X86vfpround
Craig Topper via llvm-commits
- [PATCH] D24143: Fix incorrect folding of an ordered fcmp with a vector of all NaN.
Andrea Di Biagio via llvm-commits
- [www-pubs] r280381 - [www-pubs] Adding flow analysis papers
Renato Golin via llvm-commits
- [PATCH] D23131: AMDGPU: Fix an interaction between WQM and polygon stippling
Matt Arsenault via llvm-commits
- [llvm] r280382 - [lit] Use multiprocessing by default on Windows
Reid Kleckner via llvm-commits
- [PATCH] D24104: Make GlobalsAA ignore dead constant expressions.
Friedman, Eli via llvm-commits
- [PATCH] D24144: [CFGPrinter] Display branch weight on the edges
Adam Nemet via llvm-commits
- [www-pubs] r280383 - [www-pubs] Adding security with llvm publication
Renato Golin via llvm-commits
- [PATCH] D24133: [ARM] Lower UDIV+UREM to UDIV+MLS (and the same for SREM)
Tim Northover via llvm-commits
- [PATCH] D23995: AMDGPU: Do basic folding of class intrinsic
Nicolai Hähnle via llvm-commits
- [PATCH] D23584: AMDGPU: Don't required structured CFG
Matt Arsenault via llvm-commits
- [compiler-rt] r280361 - Copy over most of the scariness_score test to the general tests
Kostya Serebryany via llvm-commits
- [PATCH] D22092: AMDGPU: Reduce the duration of whole-quad-mode
Matt Arsenault via llvm-commits
- [compiler-rt] r280361 - Copy over most of the scariness_score test to the general tests
Filipe Cabecinhas via llvm-commits
- [PATCH] D23584: AMDGPU: Don't required structured CFG
Nicolai Hähnle via llvm-commits
- [PATCH] D23897: [SelectionDAG] Generate vector_shuffle nodes for undersized result vector sizes
Michael Kuperstein via llvm-commits
- [PATCH] D24145: AMDGPU: Add runtime metadata for pointee alignment of argument
Yaxun Liu via llvm-commits
- [PATCH] D24132: Remove the old AddressDescription struct
Vitaly Buka via llvm-commits
- [llvm] r280385 - AMDGPU/SI: MIMG TD Refactoring.
Changpeng Fang via llvm-commits
- [compiler-rt] r280361 - Copy over most of the scariness_score test to the general tests
Kostya Serebryany via llvm-commits
- [PATCH] D23277: [llvm-cov] Add the "Goto first zero count" feature.
Vedant Kumar via llvm-commits
- [llvm] r280386 - [DAGCombine] Don't fold a trunc if it feeds an anyext
Michael Kuperstein via llvm-commits
- [PATCH] D24106: AMDGPU/SI: MIMG TD Refactoring.
Phabricator via llvm-commits
- [PATCH] D24138: [llvm-readobj] - Teach readobj to print DT_AUXILIARY dynamic tag in human readable form.
Eric Christopher via llvm-commits
- [PATCH] D23893: [DAGCombine] Don't fold a trunc if it feeds an anyext
Michael Kuperstein via llvm-commits
- [compiler-rt] r280387 - Fix dll_host.cc test after adding div and gep trace coverage points
Reid Kleckner via llvm-commits
- [llvm] r280388 - [codeview] Properly propagate the TypeLeafKind through the pipeline.
Zachary Turner via llvm-commits
- [PATCH] D24146: AMDGPU: Fix spilling of m0
Matt Arsenault via llvm-commits
- [PATCH] D23897: [SelectionDAG] Generate vector_shuffle nodes for undersized result vector sizes
Michael Kuperstein via llvm-commits
- [llvm] r280390 - [LV] Move VectorParts allocation and mapping into PHI widening (NFC)
Matthew Simpson via llvm-commits
- [llvm] r280391 - Rename some variables to have meaningful names. NFC.
Michael Kuperstein via llvm-commits
- [llvm] r280392 - [CMake] Connecting check-all and test-depends targets correctly
Chris Bieneman via llvm-commits
- [PATCH] D24038: Add ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa on Mips, fix on PowerPC
Eric Christopher via llvm-commits
- [compiler-rt] r280393 - [CMake] Adding compiler-rt-test-depends target
Chris Bieneman via llvm-commits
- [PATCH] D24070: Setting fp trapping mode and denormal type
Eric Christopher via llvm-commits
- [PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM
Serge Rogatch via llvm-commits
- [lld] r280012 - COFF: add beginnings of debug directory creation
Reid Kleckner via llvm-commits
- [PATCH] D24118: [JumpThreading] Only write back branch-weight MDs for blocks that originally had PGO info
David Li via llvm-commits
- [llvm] r280396 - [lib/LTO] Simplify a bit. NFCI.
Davide Italiano via llvm-commits
- [compiler-rt] r280398 - Revert "Copy over most of the scariness_score test to the general tests"
Filipe Cabecinhas via llvm-commits
- [PATCH] D24097: Add testcases for PR30188
Sebastian Pop via llvm-commits
- [llvm] r280399 - AMDGPU: Add runtime metadata for pointee alignment of argument.
Yaxun Liu via llvm-commits
- [PATCH] D24020: [LTO] Added flag to generate assembly file with after LTO passes
Mehdi AMINI via llvm-commits
- [PATCH] D24144: [CFGPrinter] Display branch weight on the edges
David Li via llvm-commits
- [llvm] r280402 - [X86] Loosen memory folding requirements for cvtdq2pd and cvtps2pd instructions.
Andrey Turetskiy via llvm-commits
- [PATCH] D23824: [ADCE] Add handling of PHI nodes when removing control flow
Daniel Berlin via llvm-commits
- [PATCH] D24145: AMDGPU: Add runtime metadata for pointee alignment of argument
Yaxun Liu via llvm-commits
- [PATCH] D23933: [XRay] ARM 32-bit no-Thumb support in compiler-rt
Serge Rogatch via llvm-commits
- [PATCH] D23933: [XRay] ARM 32-bit no-Thumb support in compiler-rt
Serge Rogatch via llvm-commits
- [PATCH] D24147: Lower consecutive select instructions correctly.
Dehao Chen via llvm-commits
- [PATCH] D23919: [X86] Loosen memory folding requirements for cvtdq2pd and cvtps2pd instructions
Andrey Turetskiy via llvm-commits
- [PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM
Serge Rogatch via llvm-commits
- [PATCH] D24149: add testcases for PR30188
Sebastian Pop via llvm-commits
- [PATCH] D24140: Minimize linux-specific variant of scariness_score_test.cc
Vitaly Buka via llvm-commits
- [PATCH] D22112: Disambiguate a constant with both 0B prefix and H suffix.
Yunzhong Gao via llvm-commits
- [PATCH] D22112: Disambiguate a constant with both 0B prefix and H suffix.
Yunzhong Gao via llvm-commits
- [llvm] r280403 - [InstCombine] add tests to show potential shuffle+insert folds
Sanjay Patel via llvm-commits
- [polly] r280404 - Check validity of new access relations. NFC.
Michael Kruse via llvm-commits
- [PATCH] D24133: [ARM] Lower UDIV+UREM to UDIV+MLS (and the same for SREM)
Renato Golin via llvm-commits
- [PATCH] D23916: [Polly] Check validity of new access relations. NFC.
Michael Kruse via llvm-commits
- [PATCH] D24140: Minimize linux-specific variant of scariness_score_test.cc
Filipe Cabecinhas via llvm-commits
- [PATCH] D23916: [Polly] Check validity of new access relations. NFC.
Michael Kruse via llvm-commits
- [PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM
Renato Golin via llvm-commits
- [PATCH] D22112: Disambiguate a constant with both 0B prefix and H suffix.
Reid Kleckner via llvm-commits
- [PATCH] D24151: [Legalizer] Don't throw away false low half for GT/LT SETCC
Michael Kuperstein via llvm-commits
- [PATCH] D24131: Add NewAddressDescription, which can describe any type of address.
Vitaly Buka via llvm-commits
- [PATCH] D24098: AMDGPU/SI: Don't run SLSR and NaryReassociate passes
Tom Stellard via llvm-commits
- [PATCH] D24140: Minimize linux-specific variant of scariness_score_test.cc
Filipe Cabecinhas via llvm-commits
- [llvm] r280405 - [LV] Use ScalarParts for ad-hoc pointer IV scalarization (NFCI)
Matthew Simpson via llvm-commits
- [PATCH] D23873: Reify ErrorDeadlySignal
Vitaly Buka via llvm-commits
- [PATCH] D23874: Reify ErrorNewDeleteSizeMismatch
Vitaly Buka via llvm-commits
- [llvm] r279625 - Create subranges for new intervals resulting from live interval splitting
Tom Stellard via llvm-commits
- [PATCH] D24133: [ARM] Lower UDIV+UREM to UDIV+MLS (and the same for SREM)
James Molloy via llvm-commits
- [polly] r280408 - Allow mapping scalar MemoryAccesses to array elements.
Michael Kruse via llvm-commits
- [PATCH] D24140: Minimize linux-specific variant of scariness_score_test.cc
Vitaly Buka via llvm-commits
- [PATCH] D23766: DebugInfo: use strongly typed enum for debug info flags
Victor via llvm-commits
- [PATCH] D23962: [Polly] Allow mapping scalar MemoryAccesses to array elements.
Michael Kruse via llvm-commits
- [llvm] r279625 - Create subranges for new intervals resulting from live interval splitting
Krzysztof Parzyszek via llvm-commits
- [PATCH] D23456: [Sparc] Leon Errata Fix Passes
Chris Dewhurst via llvm-commits
- [PATCH] D24047: [MC] Defer asm errors to post-statement failure
Nirav Dave via llvm-commits
- [PATCH] D23456: [Sparc] Leon Errata Fix Passes
Chris Dewhurst via llvm-commits
- [PATCH] D24133: [ARM] Lower UDIV+UREM to UDIV+MLS (and the same for SREM)
Renato Golin via llvm-commits
- [PATCH] D20842: [test-suite] Simplified test executable name generation.
Artem Belevich via llvm-commits
- [PATCH] D23897: [SelectionDAG] Generate vector_shuffle nodes for undersized result vector sizes
Simon Pilgrim via llvm-commits
- [PATCH] D24154: [DAGCombiner] Fix incorrect sinking of a truncate into the operand of a shift.
Andrea Di Biagio via llvm-commits
- [PATCH] D24139: [ELF] - Fix for: bug 30237 - lld does not implement -f option
Rui Ueyama via llvm-commits
- [llvm] r279625 - Create subranges for new intervals resulting from live interval splitting
Tom Stellard via llvm-commits
- [PATCH] D22778: Add Loop Sink pass to reverse the LICM based of basic block frequency.
Daniel Berlin via llvm-commits
- [llvm] r280410 - Fix the ASan fuse-lld.cc test after LLD r280012
Reid Kleckner via llvm-commits
- [PATCH] D24047: [MC] Defer asm errors to post-statement failure
Nirav Dave via llvm-commits
- [PATCH] D21818: Add artificial debug information to avoid compiler crash
Gao, Yunzhong via llvm-commits
- [PATCH] D24135: [ELF] Linkerscript: support ABSOLUTE keyword in symbol assignment expression
Rui Ueyama via llvm-commits
- [PATCH] D21818: Add artificial debug information to avoid compiler crash
Adrian Prantl via llvm-commits
- [compiler-rt] r280411 - [tsan] Bump stack frame size limit.
Evgeniy Stepanov via llvm-commits
- [llvm] r280412 - GlobalISel: add a G_PHI instruction to give phis a type.
Tim Northover via llvm-commits
- [PATCH] D24135: [ELF] Linkerscript: support ABSOLUTE keyword in symbol assignment expression
Eugene Leviant via llvm-commits
- [llvm] r279625 - Create subranges for new intervals resulting from live interval splitting
Krzysztof Parzyszek via llvm-commits
- [PATCH] D24128: [ELF] PR30221 - linker script expression parser does not accept '~'
Rui Ueyama via llvm-commits
- [lld] r279726 - [ELF] - Implemented --oformat binary option.
Tom Stellard via llvm-commits
- [PATCH] D14807: AMDGPU: Implement SIRegisterInfo::getRegPressureSetScore()
Tom Stellard via llvm-commits
- [PATCH] D23933: [XRay] ARM 32-bit no-Thumb support in compiler-rt
Renato Golin via llvm-commits
- [PATCH] D24146: AMDGPU: Fix spilling of m0
Tom Stellard via llvm-commits
- [llvm] r280414 - bugpoint: clang-format and modernize comments in ListReducer. NFC
Justin Bogner via llvm-commits
- [PATCH] D24108: X86: Fold tail calls into conditional branches where possible (PR26302)
Maksim Panchenko via llvm-commits
- [llvm] r280415 - [WebAssembly] Add asm.js-style setjmp/longjmp handling for wasm (reland r280302)
Heejin Ahn via llvm-commits
- [compiler-rt] r280416 - [CMake] Add option (defaulted off) to exclude atomic.c
Chris Bieneman via llvm-commits
- [PATCH] D22778: Add Loop Sink pass to reverse the LICM based of basic block frequency.
David Li via llvm-commits
- [PATCH] D24092: [compiler-rt] Allow sanitizers to be compiled for windows with clang
Saleem Abdulrasool via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
Rui Ueyama via llvm-commits
- [PATCH] D24156: [CMake] Explicitly add --target option to compiler flags
Chris Bieneman via llvm-commits
- [PATCH] D24120: [ELF] Do not omit debug sections when computing build-id
Rui Ueyama via llvm-commits
- [PATCH] D24151: [Legalizer] Don't throw away false low half for GT/LT SETCC
Sanjay Patel via llvm-commits
- [compiler-rt] r280055 - [asan] Mark failing test as UNSUPPORTED.
Vitaly Buka via llvm-commits
- [PATCH] D24151: [Legalizer] Don't throw away false low half for GT/LT SETCC
Michael Kuperstein via llvm-commits
- [llvm] r280418 - [SelectionDAG] Generate vector_shuffle nodes for undersized result vector sizes
Michael Kuperstein via llvm-commits
- [PATCH] D24154: [DAGCombiner] Fix incorrect sinking of a truncate into the operand of a shift.
Matt Arsenault via llvm-commits
- [llvm] r280412 - GlobalISel: add a G_PHI instruction to give phis a type.
Quentin Colombet via llvm-commits
- [llvm] r280412 - GlobalISel: add a G_PHI instruction to give phis a type.
Quentin Colombet via llvm-commits
- [PATCH] D23897: [SelectionDAG] Generate vector_shuffle nodes for undersized result vector sizes
Michael Kuperstein via llvm-commits
- [PATCH] D19852: [safestack] Use non-thread-local unsafe stack pointer for Contiki OS
Michael LeMay via llvm-commits
- [PATCH] D22840: Split the store of an int value merged from a pair of smaller values into multiple stores.
Chandler Carruth via llvm-commits
- [PATCH] D24160: llvm-objdump: Implement --start-address and --stop-address
khemant at codeaurora.org via llvm-commits
- [llvm] r280412 - GlobalISel: add a G_PHI instruction to give phis a type.
Tim Northover via llvm-commits
- [PATCH] D24128: [ELF] PR30221 - linker script expression parser does not accept '~'
Rui Ueyama via llvm-commits
- [compiler-rt] r280055 - [asan] Mark failing test as UNSUPPORTED.
Akira Hatanaka via llvm-commits
- [PATCH] D24118: [JumpThreading] Only write back branch-weight MDs for blocks that originally had PGO info
Adam Nemet via llvm-commits
- [compiler-rt] r280055 - [asan] Mark failing test as UNSUPPORTED.
Vitaly Buka via llvm-commits
- [llvm] r280412 - GlobalISel: add a G_PHI instruction to give phis a type.
Tim Northover via llvm-commits
- [PATCH] D24162: [yaml] Add the ability to pass in context at the map level
Zachary Turner via llvm-commits
- [PATCH] D23879: Properly handle live subranges when moving instructions
Quentin Colombet via llvm-commits
- [llvm] r280419 - Make the coding standards a bit more clear that we prefer the fancy new
Chandler Carruth via llvm-commits
- [PATCH] D24120: [ELF] Do not omit debug sections when computing build-id
Petr Hosek via llvm-commits
- [PATCH] D24120: [ELF] Do not omit debug sections when computing build-id
Petr Hosek via llvm-commits
- [PATCH] D24102: [LLVM/Support] - Disallow match() method of llvm::Regex to change object state.
David Blaikie via llvm-commits
- [PATCH] D21818: Add artificial debug information to avoid compiler crash
Gao, Yunzhong via llvm-commits
- [PATCH] D24135: [ELF] Linkerscript: support ABSOLUTE keyword in symbol assignment expression
Rui Ueyama via llvm-commits
- [PATCH] D24120: [ELF] Do not omit debug sections when computing build-id
Rui Ueyama via llvm-commits
- [PATCH] D23402: AMDGPU/SI: Teach SIInstrInfo::FoldImmediate() to fold immediates into copies
Matt Arsenault via llvm-commits
- [llvm] r280412 - GlobalISel: add a G_PHI instruction to give phis a type.
Quentin Colombet via llvm-commits
- [PATCH] D24118: [JumpThreading] Only write back branch-weight MDs for blocks that originally had PGO info
David Li via llvm-commits
- [PATCH] D24118: [JumpThreading] Only write back branch-weight MDs for blocks that originally had PGO info
David Li via llvm-commits
- [lld] r280421 - [ELF] Do not omit debug sections when computing build-id
Petr Hosek via llvm-commits
- [PATCH] D21818: Add artificial debug information to avoid compiler crash
Gao, Yunzhong via llvm-commits
- [compiler-rt] r280422 - Un-XFAIL cfi/stats.cpp, it passes since fixing llvm-symbolizer to look for dwarf again
Reid Kleckner via llvm-commits
- [PATCH] D24102: [LLVM/Support] - Disallow match() method of llvm::Regex to change object state.
Rui Ueyama via llvm-commits
- [PATCH] D24108: X86: Fold tail calls into conditional branches where possible (PR26302)
Michael Kuperstein via llvm-commits
- [PATCH] D22778: Add Loop Sink pass to reverse the LICM based of basic block frequency.
Chandler Carruth via llvm-commits
- [lld] r280423 - Add comments.
Rui Ueyama via llvm-commits
- [PATCH] D24164: Remove debug info when hoisting instruction from then/else branch.
Dehao Chen via llvm-commits
- [PATCH] D24120: [ELF] Do not omit debug sections when computing build-id
Petr Hosek via llvm-commits
- [lld] r280012 - COFF: add beginnings of debug directory creation
Reid Kleckner via llvm-commits
- [lld] r280421 - [ELF] Do not omit debug sections when computing build-id
Rui Ueyama via llvm-commits
- [llvm] r280424 - [Legalizer] Don't throw away false low half when expanding GT/LT SETCC
Michael Kuperstein via llvm-commits
- [PATCH] D24151: [Legalizer] Don't throw away false low half for GT/LT SETCC
Michael Kuperstein via llvm-commits
- [llvm] r280425 - Refactor LICM pass in preparation for LoopSink pass.
Dehao Chen via llvm-commits
- [PATCH] D24166: [Profile] Lower expect intrinsic properly for select instruction
David Li via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Mehdi AMINI via llvm-commits
- [PATCH] D24168: Refactor LICM pass in preparation for LoopSink pass.
Dehao Chen via llvm-commits
- [PATCH] D24168: Refactor LICM pass in preparation for LoopSink pass.
Dehao Chen via llvm-commits
- [PATCH] D24161: [Profile] Preserve branch meta data in CGP lowering of select instruction
David Li via llvm-commits
- [PATCH] D24169: [Profile] Preserve branch meta data in CGP lowering of select instruction
David Li via llvm-commits
- [llvm] r280427 - Refactor replaceDominatedUsesWith to have a flag to control whether to replace uses in BB itself.
Dehao Chen via llvm-commits
- [llvm] r280429 - Refactor LICM to expose canSinkOrHoistInst to LoopSink pass.
Dehao Chen via llvm-commits
- [PATCH] D24170: Refactor replaceDominatedUsesWith to have a flag to control whether to replace uses in BB itself.
Dehao Chen via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Eugene Zelenko via llvm-commits
- [PATCH] D24170: Refactor replaceDominatedUsesWith to have a flag to control whether to replace uses in BB itself.
Dehao Chen via llvm-commits
- [llvm] r280430 - [SelectionDAGBuilder] Add const to relevant places
Aditya Kumar via llvm-commits
- [PATCH] D24171: Refactor LICM to expose canSinkOrHoistInst to LoopSink pass.
Dehao Chen via llvm-commits
- [PATCH] D24171: Refactor LICM to expose canSinkOrHoistInst to LoopSink pass.
Dehao Chen via llvm-commits
- [PATCH] D24171: Refactor LICM to expose canSinkOrHoistInst to LoopSink pass.
Phabricator via llvm-commits
- [PATCH] D23942: Do not abort on unresolved conflicts when joining subranges
Quentin Colombet via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Mehdi AMINI via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Mehdi AMINI via llvm-commits
- [PATCH] D24112: [SelectionDAGBuilder] Add const to relevant places
Aditya Kumar via llvm-commits
- [PATCH] D24144: [CFGPrinter] Display branch weight on the edges
Adam Nemet via llvm-commits
- [PATCH] D24154: [DAGCombiner] Fix incorrect sinking of a truncate into the operand of a shift.
Andrea Di Biagio via llvm-commits
- [PATCH] D23896: [InstCombine] Try to resubmit the combine of A->B->A BitCast and fix for pr27996
Guozhi Wei via llvm-commits
- [llvm] r280432 - Explicitly require DominatorTreeAnalysis pass for instsimplify pass.
Dehao Chen via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Chris Bieneman via llvm-commits
- [PATCH] D24108: X86: Fold tail calls into conditional branches where possible (PR26302)
Maksim Panchenko via llvm-commits
- [zorg] r280433 - Set svn steps to run in reasonable order.
Galina Kistanova via llvm-commits
- [PATCH] D24173: Explicitly require DominatorTreeAnalysis pass for instsimplify pass.
Dehao Chen via llvm-commits
- [PATCH] D24173: Explicitly require DominatorTreeAnalysis pass for instsimplify pass.
Dehao Chen via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Justin Lebar via llvm-commits
- [PATCH] D18066: Add some shortcuts in Value Propagation for alloca
Wei Mi via llvm-commits
- [PATCH] D23841: Fix ThinLTO crash with debug info
Mehdi AMINI via llvm-commits
- [PATCH] D24175: IfConversion: Don't count branches in # of duplicates.
Kyle Butt via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Justin Lebar via llvm-commits
- [PATCH] D23841: Fix ThinLTO crash with debug info
Mehdi AMINI via llvm-commits
- [PATCH] D24175: IfConversion: Don't count branches in # of duplicates.
Hal Finkel via llvm-commits
- [PATCH] D24144: [CFGPrinter] Display branch weight on the edges
Adam Nemet via llvm-commits
- [zorg] r280435 - First round of re-factoring to use LLVMBuildFactory for automatic scheduling.
Galina Kistanova via llvm-commits
- [PATCH] D24144: [CFGPrinter] Display branch weight on the edges
David Li via llvm-commits
- [PATCH] D24144: [CFGPrinter] Display branch weight on the edges
Duncan P. N. Exon Smith via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Justin Lebar via llvm-commits
- [llvm] r280440 - [PowerPC] Don't consider fusion in PPC64 address-formation peephole
Hal Finkel via llvm-commits
- [llvm] r280441 - [PowerPC] Don't apply the PPC64 address-formation peephole for offsets greater than 7
Hal Finkel via llvm-commits
- [llvm] r280442 - [CFGPrinter] Display branch weight on the edges
Adam Nemet via llvm-commits
- [PATCH] D24168: Refactor LICM pass in preparation for LoopSink pass.
Chandler Carruth via llvm-commits
- [PATCH] D24168: Refactor LICM pass in preparation for LoopSink pass.
Chandler Carruth via llvm-commits
- [PATCH] D24175: IfConversion: Don't count branches in # of duplicates.
Kyle Butt via llvm-commits
- Buildbot numbers for the last week of 8/21/2016 - 8/27/2016
Galina Kistanova via llvm-commits
- [PATCH] D24144: [CFGPrinter] Display branch weight on the edges
Adam Nemet via llvm-commits
- [PATCH] D24171: Refactor LICM to expose canSinkOrHoistInst to LoopSink pass.
Chandler Carruth via llvm-commits
- [PATCH] D24168: Refactor LICM pass in preparation for LoopSink pass.
Xinliang David Li via llvm-commits
- [PATCH] D24176: Remove temoprary files.
Rui Ueyama via llvm-commits
- [llvm] r280443 - Try to fix some temp file leaks in SupportTests, PR18335
Reid Kleckner via llvm-commits
- [PATCH] D24176: Remove temoprary files.
Rui Ueyama via llvm-commits
- [PATCH] D24117: Fix inliner funclet unwind memoization
Joseph Tremoulet via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Paul Robinson via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Renato Golin via llvm-commits
- [llvm] r280444 - [PM] (NFC) Refactor the CGSCC pass manager tests to use lambda-based
Chandler Carruth via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Renato Golin via llvm-commits
- [llvm] r280445 - Fix a real temp file leak in FileOutputBuffer
Reid Kleckner via llvm-commits
- [PATCH] D22778: Add Loop Sink pass to reverse the LICM based of basic block frequency.
Dehao Chen via llvm-commits
- [llvm] r280446 - [PM] (NFC) Split the IR parsing into a fixture so that I can split out
Chandler Carruth via llvm-commits
- [PATCH] D23738: [PM] Extend the explicit 'invalidate' method API on analysis results to accept an Invalidator that allows them to invalidate themselves if their dependencies are in turn invalidated.
Chandler Carruth via llvm-commits
- [llvm] r280447 - [PM] Add a unittest for invalidating module analyses with an SCC pass.
Chandler Carruth via llvm-commits
- [PATCH] D22778: Add Loop Sink pass to reverse the LICM based of basic block frequency.
Dehao Chen via llvm-commits
- [llvm] r280448 - IfConversion: Don't count branches in # of duplicates.
Kyle Butt via llvm-commits
- [llvm] r280449 - raw_pwrite_stream_test.cpp: _putenv_s() may be assumed as win32-generic.
NAKAMURA Takumi via llvm-commits
- [llvm] r280450 - bugpoint: clang-format all of bugpoint. NFC
Justin Bogner via llvm-commits
- [PATCH] D24118: [JumpThreading] Only write back branch-weight MDs for blocks that originally had PGO info
Adam Nemet via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Justin Lebar via llvm-commits
- [PATCH] D24176: Remove temoprary files.
Reid Kleckner via llvm-commits
- [llvm] r280451 - llvm/test/Transforms/GCOVProfiling/three-element-mdnode.ll: Use %/T instead of %T, not to emit backslashes.
NAKAMURA Takumi via llvm-commits
- [PATCH] D24180: Emit 'no line' information for interesting 'orphan' instructions
Paul Robinson via llvm-commits
- [PATCH] D24181: IfConversion: Add assertions that both sides of a diamond don't pred-clobber.
Kyle Butt via llvm-commits
- [PATCH] D24181: IfConversion: Add assertions that both sides of a diamond don't pred-clobber.
Kyle Butt via llvm-commits
- [llvm] r280452 - revert r280432:
Dehao Chen via llvm-commits
- [PATCH] D22716: [libunwind] support building shared lib and static lib simultaneously
Lei Zhang via llvm-commits
- [PATCH] D24117: Fix inliner funclet unwind memoization
Joseph Tremoulet via llvm-commits
- [llvm] r280453 - revert r280429 and r280425:
Dehao Chen via llvm-commits
- [PATCH] D24173: Explicitly require DominatorTreeAnalysis pass for instsimplify pass.
Dehao Chen via llvm-commits
- [PATCH] D24118: [JumpThreading] Only write back branch-weight MDs for blocks that originally had PGO info
David Li via llvm-commits
- [PATCH] D24176: Remove temoprary files.
Rui Ueyama via llvm-commits
- [PATCH] D24176: Remove temoprary files.
Rui Ueyama via llvm-commits
- [PATCH] D24171: Refactor LICM to expose canSinkOrHoistInst to LoopSink pass.
Dehao Chen via llvm-commits
- [PATCH] D24181: IfConversion: Add assertions that both sides of a diamond don't pred-clobber.
David Li via llvm-commits
- [PATCH] D24171: Refactor LICM to expose canSinkOrHoistInst to LoopSink pass.
Dehao Chen via llvm-commits
- [PATCH] D24171: Refactor LICM to expose canSinkOrHoistInst to LoopSink pass.
Xinliang David Li via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Mehdi AMINI via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Mehdi AMINI via llvm-commits
- [PATCH] D24102: [LLVM/Support] - Disallow match() method of llvm::Regex to change object state.
David Blaikie via llvm-commits
- [llvm] r280454 - [PowerPC] Add a pattern for a runtime bit check
Hal Finkel via llvm-commits
- [PATCH] D24111: [lit] Fail testing if a googletest executable crashes during test discovery
Daniel Dunbar via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Mehdi AMINI via llvm-commits
- [PATCH] D24168: Refactor LICM pass in preparation for LoopSink pass.
Dehao Chen via llvm-commits
- [PATCH] D24168: Refactor LICM pass in preparation for LoopSink pass.
Dehao Chen via llvm-commits
- [PATCH] D23841: Fix ThinLTO crash with debug info
Teresa Johnson via llvm-commits
- [llvm] r280455 - [lit] Fail testing if a googletest executable crashes during test discovery
Greg Parker via llvm-commits
- [PATCH] D24111: [lit] Fail testing if a googletest executable crashes during test discovery
Greg Parker via llvm-commits
- [PATCH] D24164: Remove debug info when hoisting instruction from then/else branch.
David Blaikie via llvm-commits
- [PATCH] D24173: Explicitly require DominatorTreeAnalysis pass for instsimplify pass.
Dehao Chen via llvm-commits
- [llvm] r280457 - [PowerPC] hasAndNotCompare should return true
Hal Finkel via llvm-commits
- [PATCH] D18185: [lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTED
Daniel Dunbar via llvm-commits
- [PATCH] D21818: Add artificial debug information to avoid compiler crash
David Blaikie via llvm-commits
- [PATCH] D18185: [lit] Allow boolean expressions in REQUIRES and XFAIL and UNSUPPORTED
Greg Parker via llvm-commits
- [PATCH] D22144: [lit] add support for unsetting environment variable
Daniel Dunbar via llvm-commits
- [PATCH] D23743: lit/setup.py: Install as llvm-lit (as cmake expects it)
Daniel Dunbar via llvm-commits
- [PATCH] D23766: DebugInfo: use strongly typed enum for debug info flags
Victor via llvm-commits
- [llvm] r280458 - Add missing &. NFC.
George Burgess IV via llvm-commits
- [llvm] r280444 - [PM] (NFC) Refactor the CGSCC pass manager tests to use lambda-based
Yung, Douglas via llvm-commits
- [llvm] r280459 - [ORC] Fix some missing fields in OrcRemoteTargetClient's move constructor.
Lang Hames via llvm-commits
- [llvm] r280460 - [Docs] Fix a couple of typos in the Error/Expected docs.
Lang Hames via llvm-commits
- [llvm] r280461 - [Docs] Fix another typo in the Error/Expected docs.
Lang Hames via llvm-commits
- [llvm] r280462 - [AVX-512] Add NoVLX Predicates to some patterns so they don't rely on pattern ordering to be lower priority than their equivalent VLX pattern.
Craig Topper via llvm-commits
- [llvm] r280463 - [X86] Strengthen some SDNode type constraints.
Craig Topper via llvm-commits
- [PATCH] D24166: [Profile] Lower expect intrinsic properly for select instruction
David Li via llvm-commits
- [PATCH] D23743: lit/setup.py: Install as llvm-lit (as cmake expects it)
Michał Górny via llvm-commits
- [llvm] r280464 - [AVX-512] Add execution domain fixing for logical operations with broadcast loads. This builds on the handling of masked ops since we need to keep element size the same.
Craig Topper via llvm-commits
- [llvm] r280465 - [AVX-512] Add more patterns for masked and broadcasted logical operations where the select or broadcast has a floating point type.
Craig Topper via llvm-commits
- [llvm] r280466 - [AVX-512] Remove floating point logical operation instrinsics and replace them with native IR.
Craig Topper via llvm-commits
- [PATCH] D24160: llvm-objdump: Implement --start-address and --stop-address
Saleem Abdulrasool via llvm-commits
- [llvm] r280442 - [CFGPrinter] Display branch weight on the edges
Justin Bogner via llvm-commits
- [llvm] r280467 - [AVX-512] Move tests for masked floating point logical operations to avx512dqvl-intrinsics-upgrade.ll since they have now been autoupgraded.
Craig Topper via llvm-commits
- [PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM
Dean Michael Berris via llvm-commits
- [PATCH] D23933: [XRay] ARM 32-bit no-Thumb support in compiler-rt
Dean Michael Berris via llvm-commits
- [polly] r280468 - Drop '@brief' from doxygen comments
Tobias Grosser via llvm-commits
- [PATCH] D23766: DebugInfo: use strongly typed enum for debug info flags
Victor via llvm-commits
- [compiler-rt] r280469 - [asan] Move scariness_score_test.cc to a common subdirectory
Filipe Cabecinhas via llvm-commits
- [llvm] r280470 - [SimplifyCFG] Add a workaround to fix PR30188
James Molloy via llvm-commits
- [llvm] r280471 - [llvm-readobj] - Teach readobj to print DT_AUXILIARY dynamic tag in human readable form.
George Rimar via llvm-commits
- [PATCH] D24138: [llvm-readobj] - Teach readobj to print DT_AUXILIARY dynamic tag in human readable form.
George Rimar via llvm-commits
- [PATCH] D24128: [ELF] PR30221 - linker script expression parser does not accept '~'
George Rimar via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Renato Golin via llvm-commits
- [www-pubs] r280472 - [www-pubs] Correct the number of authors in CGO paper
Renato Golin via llvm-commits
- [llvm] r280473 - [Support] - Fix possible crash in match() of llvm::Regex.
George Rimar via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Mehdi AMINI via llvm-commits
- [PATCH] D24123: [Support] - Fix possible crash in match() of llvm::Regex.
George Rimar via llvm-commits
- [PATCH] D24070: Setting fp trapping mode and denormal type
Sjoerd Meijer via llvm-commits
- [llvm] r280474 - [InstCombine] Add test for insertelementinsts with constants.
Alexey Bataev via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [PATCH] D24135: [ELF] Linkerscript: support ABSOLUTE keyword in symbol assignment expression
Eugene Leviant via llvm-commits
- [lld] r279726 - [ELF] - Implemented --oformat binary option.
George Rimar via llvm-commits
- [lld] r280475 - [ELF] - Fix for: bug 30237 - lld does not implement -f option
George Rimar via llvm-commits
- [PATCH] D24139: [ELF] - Fix for: bug 30237 - lld does not implement -f option
George Rimar via llvm-commits
- [PATCH] D24164: Remove debug info when hoisting instruction from then/else branch.
Andrea Di Biagio via llvm-commits
- [llvm] r280479 - [PM] Try to fix an MSVC2013 failure due to finding a template
Chandler Carruth via llvm-commits
- [PATCH] D23155: Power9 - Part-word VSX integer scalar loads/stores and sign extend instructions
Chuang-Yu Cheng via llvm-commits
- [llvm] r280444 - [PM] (NFC) Refactor the CGSCC pass manager tests to use lambda-based
Chandler Carruth via llvm-commits
- [llvm] r280481 - Fixed a typo (LLVM/Support/CFG.h -> LLVM/IR/CFG.h)
Andrey Bokhanko via llvm-commits
- [llvm] r280482 - [DAGcombiner] Fix incorrect sinking of a truncate into the operand of a shift.
Andrea Di Biagio via llvm-commits
- [PATCH] D24129: GVN-hoist: disable hoisting stores (PR30216)
Vasileios Kalintiris via llvm-commits
- [PATCH] D24154: [DAGCombiner] Fix incorrect sinking of a truncate into the operand of a shift.
Phabricator via llvm-commits
- [PATCH] D23456: [Sparc] Leon Errata Fix Passes
Daniel Cederman via llvm-commits
- [PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM
Serge Rogatch via llvm-commits
- [PATCH] D24184: [CMake] Use CMake's default RPATH for the unit tests
Diana Picus via llvm-commits
- [PATCH] D24185: [lit] Fix discovery of GTest unit tests
Diana Picus via llvm-commits
- [PATCH] D24186: [ELF] - Linkerscript: implemented FILL command.
George Rimar via llvm-commits
- [PATCH] D24129: GVN-hoist: disable hoisting stores (PR30216)
Sebastian Pop via llvm-commits
- [PATCH] D24118: [JumpThreading] Only write back branch-weight MDs for blocks that originally had PGO info
Duncan Exon Smith via llvm-commits
- [PATCH] D24186: [ELF] - Linkerscript: implemented FILL command.
Rui Ueyama via llvm-commits
- [llvm] r280380 - [CMake] Revive LLVM_*_DIRS variables
Brad King via llvm-commits
- [PATCH] D24189: [LAA] Extend isConsecutiveAccess to determine if two accesses are consecutive, reverse consecutive, or non-consecutive.
Chad Rosier via llvm-commits
- [PATCH] D23879: Properly handle live subranges when moving instructions
Krzysztof Parzyszek via llvm-commits
- [PATCH] D24128: [ELF] PR30221 - linker script expression parser does not accept '~'
Rui Ueyama via llvm-commits
- [PATCH] D23942: Do not abort on unresolved conflicts when joining subranges
Krzysztof Parzyszek via llvm-commits
- [PATCH] D24128: [ELF] PR30221 - linker script expression parser does not accept '~'
George Rimar via llvm-commits
- [PATCH] D24190: Do not consider subreg defs as reads when computing subrange liveness
Krzysztof Parzyszek via llvm-commits
- [PATCH] D24128: [ELF] PR30221 - linker script expression parser does not accept '~'
George Rimar via llvm-commits
- [llvm] r279625 - Create subranges for new intervals resulting from live interval splitting
Krzysztof Parzyszek via llvm-commits
- [PATCH] D23942: Do not abort on unresolved conflicts when joining subranges
Krzysztof Parzyszek via llvm-commits
- [PATCH] D23879: Properly handle live subranges when moving instructions
Krzysztof Parzyszek via llvm-commits
- [PATCH] D24128: [ELF] PR30221 - linker script expression parser does not accept '~'
Rui Ueyama via llvm-commits
- [PATCH] D24128: [ELF] PR30221 - linker script expression parser does not accept '~'
George Rimar via llvm-commits
- [PATCH] D24143: Fix incorrect folding of an ordered fcmp with a vector of all NaN.
Sanjay Patel via llvm-commits
- [PATCH] D24191: [Polly] Add check-polly-tests build target.
Michael Kruse via llvm-commits
- [PATCH] D24098: AMDGPU/SI: Don't run SLSR and NaryReassociate passes
Tom Stellard via llvm-commits
- [PATCH] D24143: Fix incorrect folding of an ordered fcmp with a vector of all NaN.
Andrea Di Biagio via llvm-commits
- [PATCH] D24194: [ELF] - Linkerscript: add support for suffixes in numbers.
George Rimar via llvm-commits
- [llvm] r280488 - [instsimplify] Fix incorrect folding of an ordered fcmp with a vector of all NaN.
Andrea Di Biagio via llvm-commits
- [PATCH] D24143: Fix incorrect folding of an ordered fcmp with a vector of all NaN.
Phabricator via llvm-commits
- [PATCH] D24186: [ELF] - Linkerscript: implemented FILL command.
George Rimar via llvm-commits
- [PATCH] D24194: [ELF] - Linkerscript: add support for suffixes in numbers.
Rui Ueyama via llvm-commits
- [PATCH] D24186: [ELF] - Linkerscript: implemented FILL command.
Rui Ueyama via llvm-commits
- [PATCH] D24166: [Profile] Lower expect intrinsic properly for select instruction
Sanjay Patel via llvm-commits
- [PATCH] D23980: Documentation for IPRA
Vivek Pandya via llvm-commits
- [PATCH] D24176: Remove temoprary files.
Reid Kleckner via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [PATCH] D23766: DebugInfo: use strongly typed enum for debug info flags
David Blaikie via llvm-commits
- [PATCH] D24117: Fix inliner funclet unwind memoization
David Majnemer via llvm-commits
- [llvm] r280489 - fix documentation comments; NFC
Sanjay Patel via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
Rui Ueyama via llvm-commits
- [PATCH] D23456: [Sparc] Leon Errata Fix Passes
Chris Dewhurst via llvm-commits
- [PATCH] D24194: [ELF] - Linkerscript: add support for suffixes in numbers.
George Rimar via llvm-commits
- [PATCH] D24194: [ELF] - Linkerscript: add support for suffixes in numbers.
George Rimar via llvm-commits
- [llvm] r280491 - Simplify code a bit. No functional change intended.
Andrea Di Biagio via llvm-commits
- [www-releases] r280493 - Add 3.9.0 source, docs and binaries
Hans Wennborg via llvm-commits
- [www-releases] r280493 - Add 3.9.0 source, docs and binaries
Hans Wennborg via llvm-commits
- [www-releases] r280493 - Add 3.9.0 source, docs and binaries
Hans Wennborg via llvm-commits
- [www-releases] r280493 - Add 3.9.0 source, docs and binaries
Hans Wennborg via llvm-commits
- [www-releases] r280493 - Add 3.9.0 source, docs and binaries
Hans Wennborg via llvm-commits
- [www-releases] r280493 - Add 3.9.0 source, docs and binaries
Hans Wennborg via llvm-commits
- [www-releases] r280493 - Add 3.9.0 source, docs and binaries
Hans Wennborg via llvm-commits
- [www-releases] r280493 - Add 3.9.0 source, docs and binaries
Hans Wennborg via llvm-commits
- [www-releases] r280493 - Add 3.9.0 source, docs and binaries
Hans Wennborg via llvm-commits
- [www-releases] r280493 - Add 3.9.0 source, docs and binaries
Hans Wennborg via llvm-commits
- [www-releases] r280493 - Add 3.9.0 source, docs and binaries
Hans Wennborg via llvm-commits
- [www-releases] r280493 - Add 3.9.0 source, docs and binaries
Hans Wennborg via llvm-commits
- [www-releases] r280493 - Add 3.9.0 source, docs and binaries
Hans Wennborg via llvm-commits
- [www-releases] r280493 - Add 3.9.0 source, docs and binaries
Hans Wennborg via llvm-commits
- [www-releases] r280493 - Add 3.9.0 source, docs and binaries
Hans Wennborg via llvm-commits
- [www-releases] r280493 - Add 3.9.0 source, docs and binaries
Hans Wennborg via llvm-commits
- [www-releases] r280493 - Add 3.9.0 source, docs and binaries
Hans Wennborg via llvm-commits
- [www-releases] r280493 - Add 3.9.0 source, docs and binaries
Hans Wennborg via llvm-commits
- [www-releases] r280493 - Add 3.9.0 source, docs and binaries
Hans Wennborg via llvm-commits
- [www-releases] r280493 - Add 3.9.0 source, docs and binaries
Hans Wennborg via llvm-commits
- [PATCH] D23601: [TII] add new target hook isAdd
Sjoerd Meijer via llvm-commits
- [lld] r280494 - [ELF] - Linkerscript: add support for suffixes in numbers.
George Rimar via llvm-commits
- [PATCH] D24194: [ELF] - Linkerscript: add support for suffixes in numbers.
Rui Ueyama via llvm-commits
- Allow __asan_{before,after}_dynamic_init without registered globals
Jakub Jelinek via llvm-commits
- [www] r280495 - Update links for 3.9.0
Hans Wennborg via llvm-commits
- [PATCH] D24194: [ELF] - Linkerscript: add support for suffixes in numbers.
George Rimar via llvm-commits
- [llvm] r280497 - [LV] Ensure reverse interleaved group GEPs remain uniform
Matthew Simpson via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [llvm] r280498 - [WebAssembly] Update known test failures
Derek Schuff via llvm-commits
- [www] r280499 - Link to 3.9.0 announcement email
Hans Wennborg via llvm-commits
- [PATCH] D24162: [yaml] Add the ability to pass in context at the map level
Zachary Turner via llvm-commits
- [www] r280500 - s/September/Sep/
Hans Wennborg via llvm-commits
- [llvm] r280501 - [lit] Clean up temporary files created by tests
Reid Kleckner via llvm-commits
- [PATCH] D24118: [JumpThreading] Only write back branch-weight MDs for blocks that originally had PGO info
Xinliang David Li via llvm-commits
- [llvm] r280502 - Quick fix to make LIT_PRESERVES_TMP work again
Reid Kleckner via llvm-commits
- [PATCH] D24160: llvm-objdump: Implement --start-address and --stop-address
khemant at codeaurora.org via llvm-commits
- [llvm] r280503 - [lib/LTO] Simplify. No functional change intended.
Davide Italiano via llvm-commits
- [PATCH] D24176: Remove temoprary files.
Rui Ueyama via llvm-commits
- [PATCH] D24176: Remove temoprary files.
Adrian McCarthy via llvm-commits
- [PATCH] D24176: Remove temoprary files.
Rui Ueyama via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Krzysztof Parzyszek via llvm-commits
- [PATCH] D24176: Remove temoprary files.
Rui Ueyama via llvm-commits
- [PATCH] D24176: Remove temoprary files.
Reid Kleckner via llvm-commits
- [PATCH] D24070: Setting fp trapping mode and denormal type
Eric Christopher via llvm-commits
- [PATCH] D24168: Refactor LICM pass in preparation for LoopSink pass.
Dehao Chen via llvm-commits
- [PATCH] D24117: Fix inliner funclet unwind memoization
Joseph Tremoulet via llvm-commits
- [llvm] r280504 - [InsttCombine] fold insertelement of constant into shuffle with constant operand (PR29126)
Sanjay Patel via llvm-commits
- [PATCH] D24164: Remove debug info when hoisting instruction from then/else branch.
Eric Niebler via llvm-commits
- [PATCH] D24164: Remove debug info when hoisting instruction from then/else branch.
David Blaikie via llvm-commits
- [PATCH] D24176: Remove temoprary files.
Adrian McCarthy via llvm-commits
- [PATCH] D24176: Remove temoprary files.
Rui Ueyama via llvm-commits
- [PATCH] D24189: [LAA] Extend isConsecutiveAccess to determine if two accesses are consecutive, reverse consecutive, or non-consecutive.
Michael Kuperstein via llvm-commits
- [PATCH] D24117: Fix inliner funclet unwind memoization
David Majnemer via llvm-commits
- LLVM buildmaster will be updated and restarted tonight
Galina Kistanova via llvm-commits
- [llvm] r280505 - Split the store of a wide value merged from an int-fp pair into multiple stores.
Wei Mi via llvm-commits
- [lld] r280507 - Fix potential test failures.
Rui Ueyama via llvm-commits
- [llvm] r280508 - Fix up comment from r280442, noticed by Justin.
Adam Nemet via llvm-commits
- [PATCH] D24164: Remove debug info when hoisting instruction from then/else branch.
Dehao Chen via llvm-commits
- [PATCH] D22840: Split the store of an int value merged from a pair of smaller values into multiple stores.
Wei Mi via llvm-commits
- [llvm] r280442 - [CFGPrinter] Display branch weight on the edges
Adam Nemet via llvm-commits
- [lld] r280510 - Remove temoprary files.
Rui Ueyama via llvm-commits
- [PATCH] D24176: Remove temoprary files.
Reid Kleckner via llvm-commits
- [llvm] r280479 - [PM] Try to fix an MSVC2013 failure due to finding a template
Robinson, Paul via llvm-commits
- [PATCH] D24176: Remove temoprary files.
Rui Ueyama via llvm-commits
- [llvm] r280479 - [PM] Try to fix an MSVC2013 failure due to finding a template
Aaron Ballman via llvm-commits
- [llvm] r280442 - [CFGPrinter] Display branch weight on the edges
Justin Bogner via llvm-commits
- [PATCH] D24186: [ELF] - Linkerscript: implemented FILL command.
Ed Maste via llvm-commits
- [PATCH] D23808: [X86][SSE] Add lowering to cvttpd2dq/cvttps2dq for sitofp v2f64/2f32 to 2i32
Simon Pilgrim via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Chris Bieneman via llvm-commits
- [PATCH] D24190: Do not consider subreg defs as reads when computing subrange liveness
Quentin Colombet via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Paul Robinson via llvm-commits
- [llvm] r280442 - [CFGPrinter] Display branch weight on the edges
Adam Nemet via llvm-commits
- [PATCH] D24199: [SLP] Don't pass a global CL option as an argument. NFC.
Chad Rosier via llvm-commits
- [llvm] r279995 - AMDGPU/SI: Implement a custom MachineSchedStrategy
Hal Finkel via llvm-commits
- [test-suite] r280514 - [PowerPC] Actually add -faltivec for UnitTests/Vector/Altivec
Hal Finkel via llvm-commits
- [PATCH] D24199: [SLP] Don't pass a global CL option as an argument. NFC.
Matthew Simpson via llvm-commits
- [lld] r280515 - Add comments.
Rui Ueyama via llvm-commits
- [PATCH] D23766: DebugInfo: use strongly typed enum for debug info flags
Victor Leschuk via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Justin Lebar via llvm-commits
- [PATCH] D24164: Remove debug info when hoisting instruction from then/else branch.
Andrea Di Biagio via llvm-commits
- [llvm] r280517 - IfConversion: Fix bug introduced by rescanning diamonds.
Kyle Butt via llvm-commits
- [llvm] r280518 - IfConversion: Add assertions that both sides of a diamond don't pred-clobber.
Kyle Butt via llvm-commits
- [llvm] r279995 - AMDGPU/SI: Implement a custom MachineSchedStrategy
Matt Arsenault via llvm-commits
- [PATCH] D24200: Dispatch without hash table lookup.
Rui Ueyama via llvm-commits
- SVN mirror in the LLVM Lab is behind the master SVN
Galina Kistanova via llvm-commits
- [llvm] r279671 - CodeGen: If Convert blocks that would form a diamond when tail-merged.
Kyle Butt via llvm-commits
- [PATCH] D24164: Remove debug info when hoisting instruction from then/else branch.
Paul Robinson via llvm-commits
- [llvm] r280522 - [codeview] Use the correct max CV record length of 0xFF00
Reid Kleckner via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Chris Bieneman via llvm-commits
- [llvm] r280523 - AMDGPU: Reorganize store tests
Jan Vesely via llvm-commits
- [lld] r280524 - Dispatch without hash table lookup.
Rui Ueyama via llvm-commits
- [PATCH] D24200: Dispatch without hash table lookup.
George Rimar via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Krzysztof Parzyszek via llvm-commits
- [PATCH] D24200: Dispatch without hash table lookup.
Rui Ueyama via llvm-commits
- [PATCH] D24147: Lower consecutive select instructions correctly.
Vedant Kumar via llvm-commits
- [llvm] r280526 - AMDGPU/R600: Expand unaligned writes to local and global AS
Jan Vesely via llvm-commits
- [llvm] r280527 - [SLP] Don't pass a global CL option as an argument. NFC.
Chad Rosier via llvm-commits
- [PATCH] D23424: AMDGPU: Add hidden kernel arguments to runtime metadata
Yaxun Liu via llvm-commits
- [PATCH] D24118: [JumpThreading] Only write back branch-weight MDs for blocks that originally had PGO info
Adam Nemet via llvm-commits
- [PATCH] D24045: Tail Duplication: Don't denormalize loops when duplicating early.
David Li via llvm-commits
- [PATCH] D24199: [SLP] Don't pass a global CL option as an argument. NFC.
Chad Rosier via llvm-commits
- [lld] r280528 - Add -nostdlib.
Rui Ueyama via llvm-commits
- [PATCH] D24166: [Profile] Lower expect intrinsic properly for select instruction
David Li via llvm-commits
- [PATCH] D24166: [Profile] Lower expect intrinsic properly for select instruction
Sanjay Patel via llvm-commits
- [lld] r280529 - Rename UnresolvedPolicy::Error -> UnresolvedPolicy::ReportError.
Rui Ueyama via llvm-commits
- [llvm] r280531 - [InstCombine] auto-generate assertions for tighter checking
Sanjay Patel via llvm-commits
- [llvm] r280532 - Do not consider subreg defs as reads when computing subrange liveness
Krzysztof Parzyszek via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [lld] r280533 - Simplify. NFC.
Rui Ueyama via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [llvm] r280534 - Setting fp trapping mode and denormal type: this an improvement of
Sjoerd Meijer via llvm-commits
- [PATCH] D24070: Setting fp trapping mode and denormal type
Sjoerd Meijer via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [lld] r279726 - [ELF] - Implemented --oformat binary option.
Tom Stellard via llvm-commits
- [PATCH] D24190: Do not consider subreg defs as reads when computing subrange liveness
Krzysztof Parzyszek via llvm-commits
- [PATCH] D24070: Setting fp trapping mode and denormal type
Sjoerd Meijer via llvm-commits
- [llvm] r279625 - Create subranges for new intervals resulting from live interval splitting
Krzysztof Parzyszek via llvm-commits
- [PATCH] D24203: [LoopUnroll] Properly update loop-info when cloning prologues and epilogues.
Michael Zolotukhin via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
Rui Ueyama via llvm-commits
- [PATCH] D24204: LoopDistribute should preserve GlobalsAA
Eli Friedman via llvm-commits
- [lld] r280310 - Fix the implementation of R_386_GOTPC and R_386_GOTOFF.
Ed Maste via llvm-commits
- [lld] r279726 - [ELF] - Implemented --oformat binary option.
Rui Ueyama via llvm-commits
- [llvm] r280535 - AMDGPU/R600: EXTRACT_VECT_ELT should only bypass BUILD_VECTOR if the vectors have the same number of elements.
Jan Vesely via llvm-commits
- [PATCH] D24205: Use od instead of hexdump.
Rui Ueyama via llvm-commits
- [lld] r280536 - Use od instead of hexdump.
Rui Ueyama via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [lld] r279726 - [ELF] - Implemented --oformat binary option.
Italiano, Davide via llvm-commits
- [PATCH] D24070: Setting fp trapping mode and denormal type
Sjoerd Meijer via llvm-commits
- [PATCH] D24205: Use od instead of hexdump.
Davide Italiano via llvm-commits
- [PATCH] D24205: Use od instead of hexdump.
George Rimar via llvm-commits
- [lld] r279726 - [ELF] - Implemented --oformat binary option.
Rui Ueyama via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [PATCH] D24205: Use od instead of hexdump.
Rui Ueyama via llvm-commits
- [llvm] r280537 - [Sparc] Mark i128 shift libcalls unavailable in 32-bit mode.
James Y Knight via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [PATCH] D22377: [SCEV] trip count calculation for loops with unknown stride
Pankaj Chawla via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
Rui Ueyama via llvm-commits
- [PATCH] D24207: Remove useless file prefix.
Rui Ueyama via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [lld] r280540 - Remove useless file prefix.
Rui Ueyama via llvm-commits
- [PATCH] D24207: Remove useless file prefix.
George Rimar via llvm-commits
- [lld] r280541 - Move a test file to the right place.
Rui Ueyama via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
Rui Ueyama via llvm-commits
- [PATCH] D24207: Remove useless file prefix.
Rui Ueyama via llvm-commits
- [PATCH] D24208: [WIP] MIR: Support parsing of liveins with lane masks
Matt Arsenault via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Justin Lebar via llvm-commits
- [PATCH] D23277: [llvm-cov] Add the "Goto first zero count" feature.
Ying Yi via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
Rui Ueyama via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [PATCH] D24162: [yaml] Add the ability to pass in context at the map level
Zachary Turner via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
Rui Ueyama via llvm-commits
- [PATCH] D24149: add testcases for PR30188
Sanjay Patel via llvm-commits
- [PATCH] D17095: [X86] Add X86FixupSeparateStack pass
Michael LeMay via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
Rui Ueyama via llvm-commits
- [PATCH] D23277: [llvm-cov] Add the "Goto first zero count" feature.
Vedant Kumar via llvm-commits
- [PATCH] D19762: [safestack] Support USP in TCB for musl libc
Michael LeMay via llvm-commits
- [lld] r280544 - [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [PATCH] D24102: [LLVM/Support] - Disallow match() method of llvm::Regex to change object state.
George Rimar via llvm-commits
- [PATCH] D24102: [LLVM/Support] - Disallow match() method of llvm::Regex to change object state.
Rui Ueyama via llvm-commits
- [PATCH] D19761: [safestack] Support runtime_init attribute in SafeStack pass
Michael LeMay via llvm-commits
- [PATCH] D24102: [LLVM/Support] - Disallow match() method of llvm::Regex to change object state.
George Rimar via llvm-commits
- [PATCH] D22377: [SCEV] trip count calculation for loops with unknown stride
Eli Friedman via llvm-commits
- [PATCH] D22377: [SCEV] trip count calculation for loops with unknown stride
Sanjoy Das via llvm-commits
- [PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
George Rimar via llvm-commits
- [PATCH] D19852: [safestack] Use non-thread-local unsafe stack pointer for Contiki OS
Michael LeMay via llvm-commits
- [PATCH] D22377: [SCEV] trip count calculation for loops with unknown stride
Pankaj Chawla via llvm-commits
- [PATCH] D22377: [SCEV] trip count calculation for loops with unknown stride
Pankaj Chawla via llvm-commits
- [llvm] r280545 - [PowerPC] For larger offsets, when possible, fold offset into addis toc at ha
Hal Finkel via llvm-commits
- [PATCH] D24208: [WIP] MIR: Support parsing of liveins with lane masks
Quentin Colombet via llvm-commits
- [PATCH] D24128: [ELF] PR30221 - linker script expression parser does not accept '~'
Simon Atanasyan via llvm-commits
- [PATCH] D24204: LoopDistribute should preserve GlobalsAA
Adam Nemet via llvm-commits
- [lld] r280546 - [ELF] PR30221 - linker script expression parser does not accept '~'
Simon Atanasyan via llvm-commits
- [PATCH] D24128: [ELF] PR30221 - linker script expression parser does not accept '~'
Rui Ueyama via llvm-commits
- [PATCH] D24147: Lower consecutive select instructions correctly.
Dehao Chen via llvm-commits
- [PATCH] D24147: Lower consecutive select instructions correctly.
Dehao Chen via llvm-commits
- [PATCH] D24128: [ELF] PR30221 - linker script expression parser does not accept '~'
Simon Atanasyan via llvm-commits
- [llvm] r280547 - [Profile] handle select instruction in 'expect' lowering
Xinliang David Li via llvm-commits
- [PATCH] D21562: [AMDGPU] Wave and register controls
Yaxun Liu via llvm-commits
- [PATCH] D24166: [Profile] Lower expect intrinsic properly for select instruction
David Li via llvm-commits
- [lld] r280548 - Update comments.
Rui Ueyama via llvm-commits
- [llvm] r280549 - [codeview] Make FieldList records print as a yaml sequence.
Zachary Turner via llvm-commits
- [PATCH] D24147: Lower consecutive select instructions correctly.
Vedant Kumar via llvm-commits
- [llvm] r280550 - lit: print process output, if getting the list of google-tests failed.
Ivan Krasin via llvm-commits
- [PATCH] D22975: Compute the Newton series natively
Evandro Menezes via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Renato Golin via llvm-commits
- [PATCH] D24147: Lower consecutive select instructions correctly.
Dehao Chen via llvm-commits
- [PATCH] D24147: Lower consecutive select instructions correctly.
Dehao Chen via llvm-commits
- [llvm] r280551 - gitignore: ignore VS Code editor files
Gor Nishanov via llvm-commits
- [llvm] r280552 - Make sure to maintain register liveness when generating predicated instructions.
Ron Lieberman via llvm-commits
- [PATCH] D24211: gitignore: ignore VS Code editor files
Gor Nishanov via llvm-commits
- [PATCH] D24211: gitignore: ignore VS Code editor files
Gor Nishanov via llvm-commits
- [polly] r280554 - Introduce option to run isl AST generation, but no IR generation.
Tobias Grosser via llvm-commits
- [PATCH] D7843: [lld] cmake cleanup
Eugene Zelenko via llvm-commits
- [llvm] r280555 - (LLVM part) Implement MASM-flavor intel syntax behavior for inline MS asm block:
Yunzhong Gao via llvm-commits
- [PATCH] D22112: Disambiguate a constant with both 0B prefix and H suffix.
Yunzhong Gao via llvm-commits
- LLVM master is back to work
Galina Kistanova via llvm-commits
- [PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM
Serge Rogatch via llvm-commits
- [polly] r280557 - Dependences: Exit early, if no reduction dependences are needed.
Tobias Grosser via llvm-commits
- [PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM
Serge Rogatch via llvm-commits
- [polly] r280558 - Dependences: Only create flat StmtSchedule in presence of reductions
Tobias Grosser via llvm-commits
- [llvm] r280559 - [PowerPC] Add support for the extended dcbf form and mnemonics
Hal Finkel via llvm-commits
- [llvm] r280560 - [PowerPC] Add asm parser/disassembler support for hrfid, nap, slbmfev
Hal Finkel via llvm-commits
- [PATCH] D21818: Add artificial debug information to avoid compiler crash
Gao, Yunzhong via llvm-commits
- [PATCH] D21947: [sanitizer] Do not introduce __sanitizer namespace globally
Anna Zaks via llvm-commits
- [PATCH] D21947: [sanitizer] Do not introduce __sanitizer namespace globally
Anna Zaks via llvm-commits
- [PATCH] D21818: Add artificial debug information to avoid compiler crash
David Blaikie via llvm-commits
- [PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM
Renato Golin via llvm-commits
- [PATCH] D21562: [AMDGPU] Wave and register controls
Tom Stellard via llvm-commits
- [PATCH] D24169: [Profile] Preserve branch meta data in CGP lowering of select instruction
David Li via llvm-commits
- [PATCH] D24103: [WIP][peephole] Enhance folding logic to work for STATEPOINTs
Wei Mi via llvm-commits
- [PATCH] D24169: [Profile] Preserve branch meta data in CGP lowering of select instruction
Dehao Chen via llvm-commits
- [llvm] r279995 - AMDGPU/SI: Implement a custom MachineSchedStrategy
Tom Stellard via llvm-commits
- [PATCH] D24147: Lower consecutive select instructions correctly.
David Li via llvm-commits
- [llvm] r280505 - Split the store of a wide value merged from an int-fp pair into multiple stores.
Renato Golin via llvm-commits
- [PATCH] D24117: Fix inliner funclet unwind memoization
Joseph Tremoulet via llvm-commits
- [llvm] r280564 - ADT: Fix up IListTest.privateNode and get it passing
Duncan P. N. Exon Smith via llvm-commits
- [PATCH] D24117: Fix inliner funclet unwind memoization
Joseph Tremoulet via llvm-commits
- [PATCH] D21562: [AMDGPU] Wave and register controls
Matt Arsenault via llvm-commits
- [PATCH] D24103: [WIP][peephole] Enhance folding logic to work for STATEPOINTs
Philip Reames via llvm-commits
- [llvm] r280565 - ADT: Remove external uses of ilist_iterator, NFC
Duncan P. N. Exon Smith via llvm-commits
- [lld] r280566 - ReaderWriter: Use ilist_noalloc_traits for TrieEdge, NFC
Duncan P. N. Exon Smith via llvm-commits
- [llvm] r280567 - ADT: Rename NodeTy to T in iplist/ilist template parameters
Duncan P. N. Exon Smith via llvm-commits
- [llvm] r280568 - Fix buildbot error.
Wei Mi via llvm-commits
- [llvm] r280505 - Split the store of a wide value merged from an int-fp pair into multiple stores.
Wei Mi via llvm-commits
- [llvm] r280569 - ADT: Split out iplist_impl from iplist, NFC
Duncan P. N. Exon Smith via llvm-commits
- [llvm] r280570 - ADT: Do not inherit from std::iterator in ilist_iterator
Duncan P. N. Exon Smith via llvm-commits
- [llvm] r280571 - [PowerPC] Support asm parsing for bc[l][a][+-] mnemonics
Hal Finkel via llvm-commits
- [llvm] r280573 - ADT: Use std::list in SparseBitVector, NFC
Duncan P. N. Exon Smith via llvm-commits
- [llvm] r280577 - Revert r280549.
Nico Weber via llvm-commits
- [llvm] r280579 - Make lit/util.py py3-compatible.
NAKAMURA Takumi via llvm-commits
- [llvm] r280581 - [AVX-512] Add EVEX encoded VPCMPEQ and VPCMPGT to the load folding tables.
Craig Topper via llvm-commits
- [PATCH] D24147: Lower consecutive select instructions correctly.
Dehao Chen via llvm-commits
- [PATCH] D24147: Lower consecutive select instructions correctly.
Dehao Chen via llvm-commits
- [PATCH] D24117: Fix inliner funclet unwind memoization
David Majnemer via llvm-commits
- [PATCH] D23841: Fix ThinLTO crash with debug info
Mehdi AMINI via llvm-commits
- [PATCH] D24103: [WIP][peephole] Enhance folding logic to work for STATEPOINTs
Wei Mi via llvm-commits
- [zorg] r280582 - Attempt to work around libc++ test-suite issues on gribozavr4
Eric Fiselier via llvm-commits
- [llvm] r280583 - Improve debug error message with register name
Matt Arsenault via llvm-commits
- [llvm] r280584 - AMDGPU: Fix spilling of m0
Matt Arsenault via llvm-commits
- [PATCH] D24146: AMDGPU: Fix spilling of m0
Matt Arsenault via llvm-commits
- [llvm] r280586 - AMDGPU: Do basic folding of class intrinsic
Matt Arsenault via llvm-commits
- [PATCH] D23995: AMDGPU: Do basic folding of class intrinsic
Matt Arsenault via llvm-commits
- [PATCH] D23808: [X86][SSE] Add lowering to cvttpd2dq/cvttps2dq for sitofp v2f64/2f32 to 2i32
Elena Demikhovsky via llvm-commits
- [llvm] r280589 - AMDGPU: Fix an interaction between WQM and polygon stippling
Nicolai Haehnle via llvm-commits
- [llvm] r280590 - AMDGPU: Reduce the duration of whole-quad-mode
Nicolai Haehnle via llvm-commits
- [PATCH] D23131: AMDGPU: Fix an interaction between WQM and polygon stippling
Phabricator via llvm-commits
- [PATCH] D22092: AMDGPU: Reduce the duration of whole-quad-mode
Phabricator via llvm-commits
- [PATCH] D23576: AMDGPU: Fix instruction flags for s_endpgm
Nicolai Hähnle via llvm-commits
- [llvm] r280505 - Split the store of a wide value merged from an int-fp pair into multiple stores.
Renato Golin via llvm-commits
- [llvm] r280505 - Split the store of a wide value merged from an int-fp pair into multiple stores.
Renato Golin via llvm-commits
- [PATCH] D23841: Fix ThinLTO crash with debug info
Teresa Johnson via llvm-commits
- [PATCH] D24215: [RFC] AMDGPU: Add MachineInstr::Initiator and ::Terminator flags
Nicolai Hähnle via llvm-commits
- [llvm] r280592 - [AVX-512] Mark EVEX encoded vpcmpeq as commutable just like its AVX and SSE equivalent.
Craig Topper via llvm-commits
- [PATCH] D24215: [RFC] AMDGPU: Add MachineInstr::Initiator and ::Terminator flags
Matt Arsenault via llvm-commits
- [PATCH] D24215: [RFC] AMDGPU: Add MachineInstr::Initiator and ::Terminator flags
Matt Arsenault via llvm-commits
- [llvm] r280593 - [AVX-512] Add integer ADD/SUB instructions to load folding tables. Add an AVX512 stack folding test.
Craig Topper via llvm-commits
- [llvm] r280594 - AMDGPU: Fix adding duplicate implicit exec uses
Matt Arsenault via llvm-commits
- [llvm] r280595 - AMDGPU: Set sizes of spill pseudos
Matt Arsenault via llvm-commits
- [PATCH] D23463: AMDGPU: Fix adding duplicate implicit exec uses
Matt Arsenault via llvm-commits
- [PATCH] D23364: AMDGPU: Set sizes of spill pseudos
Matt Arsenault via llvm-commits
- [PATCH] D24118: [JumpThreading] Only write back branch-weight MDs for blocks that originally had PGO info
David Li via llvm-commits
- [PATCH] D24216: AMDGPU: Partially fix control flow at -O0
Matt Arsenault via llvm-commits
- [PATCH] D24216: AMDGPU: Partially fix control flow at -O0
Matt Arsenault via llvm-commits
- [llvm] r280598 - Strip trailing whitespace
Simon Pilgrim via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Mehdi AMINI via llvm-commits
- [PATCH] D24167: Moving to GitHub - Unified Proposal
Mehdi AMINI via llvm-commits
- [llvm] r280599 - Fix ThinLTO crash with debug info
Mehdi Amini via llvm-commits
- [PATCH] D23841: Fix ThinLTO crash with debug info
Mehdi AMINI via llvm-commits
- [llvm] r280600 - [Profile] preserve branch metadata lowering select in CGP
Xinliang David Li via llvm-commits
- [PATCH] D24169: [Profile] Preserve branch meta data in CGP lowering of select instruction
David Li via llvm-commits
- [PATCH] D23549: [SROA] Preserve llvm.mem.parallel_loop_access metadata
Dorit Nuzman via llvm-commits
- [PATCH] D23766: DebugInfo: use strongly typed enum for debug info flags
Victor via llvm-commits
- [polly] r280601 - ScopInfo: Do not derive assumptions from all GEP pointer instructions
Tobias Grosser via llvm-commits
- [PATCH] D20789: Consecutive memory access in Loop Vectorizer - fixed and simplified
Dorit Nuzman via llvm-commits
- [llvm] r280602 - Cleanup : Use metadata preserving API for branch creation
Xinliang David Li via llvm-commits
- [PATCH] D24217: Remove unnecessary call to getAllocatableRegClass
Matt Arsenault via llvm-commits
- [llvm] r280603 - [X86] Combine some of the strings in autoupgrade code.
Craig Topper via llvm-commits
- [llvm] r280610 - Fix inliner funclet unwind memoization
Joseph Tremoulet via llvm-commits
- [llvm] r280611 - [AVX-512] Remove masked integer add/sub/mull intrinsics and upgrade to native IR.
Craig Topper via llvm-commits
- [llvm] r280614 - [PowerPC] Zero-extend constants in FastISel
Hal Finkel via llvm-commits
- [llvm] r280615 - Test commit.
Dorit Nuzman via llvm-commits
- [llvm] r280616 - [ExecutionEngine] Move ObjectCache::anchor from MCJIT to ExecutionEngine.
Lang Hames via llvm-commits
- [llvm] r280617 - [InstCombine] Preserve llvm.mem.parallel_loop_access metadata when replacing
Dorit Nuzman via llvm-commits
- [PATCH] D23499: [InstCombine] Preserve llvm.mem.parallel_loop_access metadata when replacing memcpy with ld/st
Dorit Nuzman via llvm-commits
- [lld] r280544 - [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
Anton Korobeynikov via llvm-commits
- [llvm] r280618 - [LCG] A NFC refactoring to extract the logic for doing
Chandler Carruth via llvm-commits
- [llvm] r280619 - [LCG] Clean up and make NDEBUG verify calls more rigorous with
Chandler Carruth via llvm-commits
- [llvm] r280620 - [PM] Revert r280447: Add a unittest for invalidating module analyses with an SCC pass.
Chandler Carruth via llvm-commits
- [llvm] r280447 - [PM] Add a unittest for invalidating module analyses with an SCC pass.
Chandler Carruth via llvm-commits
- [PATCH] D24219: [LCG] Redesign the lazy post-order iteration mechanism for the LazyCallGraph to support repeated, stable iterations, even in the face of graph updates.
Chandler Carruth via llvm-commits
- [PATCH] D20789: Consecutive memory access in Loop Vectorizer - fixed and simplified
Elena Demikhovsky via llvm-commits
- [llvm] r280623 - Strip trailing whitespace
Simon Pilgrim via llvm-commits
- [llvm] r280624 - EOL fixes
Simon Pilgrim via llvm-commits
- [PATCH] D23808: [X86][SSE] Add lowering to cvttpd2dq/cvttps2dq for sitofp v2f64/2f32 to 2i32
Simon Pilgrim via llvm-commits
- [PATCH] D23808: [X86][SSE] Add lowering to cvttpd2dq/cvttps2dq for sitofp v2f64/2f32 to 2i32
Simon Pilgrim via llvm-commits
- [llvm] r280625 - revert r279960.
Igor Breger via llvm-commits
- [llvm] r280626 - [PowerPC] During branch relaxation, recompute padding offsets before each iteration
Hal Finkel via llvm-commits
- [llvm] r280626 - [PowerPC] During branch relaxation, recompute padding offsets before each iteration
Hal Finkel via llvm-commits
- [llvm] r280627 - [InstCombine] recode icmp fold in a vector-friendly way; NFC
Sanjay Patel via llvm-commits
- [PATCH] D24220: [UNWIND] Handle non-existing FDE count / search table
Patrick Wildt via llvm-commits
- [llvm] r280628 - [ORC] Fix an unfinished comment.
Lang Hames via llvm-commits
- [llvm] r280629 - [X86][SSE] Regenerate fcmp/uitofp combine tests
Simon Pilgrim via llvm-commits
- [lld] r280630 - [ELF][MIPS] Do not emit DT_REL[A]COUNT for MIPS targets
Simon Atanasyan via llvm-commits
- [llvm] r280631 - [X86] Regenerate trunc-store legalization test
Simon Pilgrim via llvm-commits
- [llvm] r280632 - [ORC] Clone module flags metadata into the globals module in the
Lang Hames via llvm-commits
- [llvm] r280633 - [AVX-512] Remove 128-bit and 256-bit masked floating point add/sub/mul/div intrinsics and upgrade to native IR.
Craig Topper via llvm-commits
- [llvm] r280634 - [X86] Regenerate x64 mmx/f64 return value tests
Simon Pilgrim via llvm-commits
- [PATCH] D24221: AVX512F: FMA intrinsic + FNEG - sequence optimization
Elena Demikhovsky via llvm-commits
- [llvm] r280636 - [AVX-512] Add EVEX encoded scalar FMA intrinsic instructions to isNonFoldablePartialRegisterLoad.
Craig Topper via llvm-commits
- [PATCH] D23808: [X86][SSE] Add lowering to cvttpd2dq/cvttps2dq for sitofp v2f64/2f32 to 2i32
Elena Demikhovsky via llvm-commits
- [PATCH] D24222: Add missing _US_ACTION_MASK constant to unwind.h
Dimitry Andric via llvm-commits
- [llvm] r280637 - [InstCombine] allow icmp (and X, C2), C1 folds for splat constant vectors
Sanjay Patel via llvm-commits
- [PATCH] D24222: Add missing _US_ACTION_MASK constant to unwind.h
Davide Italiano via llvm-commits
- [PATCH] D24222: Add missing _US_ACTION_MASK constant to unwind.h
Joerg Sonnenberger via llvm-commits
- [PATCH] D24222: Add missing _US_ACTION_MASK constant to unwind.h
Dimitry Andric via llvm-commits
- [PATCH] D24222: Add missing _US_ACTION_MASK constant to unwind.h
Davide Italiano via llvm-commits
- [PATCH] D24222: Add missing _US_ACTION_MASK constant to unwind.h
Joerg Sonnenberger via llvm-commits
- [PATCH] D24222: Add missing _US_ACTION_MASK constant to unwind.h
Dimitry Andric via llvm-commits
- [PATCH] D23036: [SelectionDAG] Use a union of bitfield structs for SDNode::SubclassData.
Justin Lebar via llvm-commits
- [PATCH] D24221: AVX512F: FMA intrinsic + FNEG - sequence optimization
Sanjay Patel via llvm-commits
- [PATCH] D24223: [SelectionDAG] Add SDNode:RawSDNodeBits.
Justin Lebar via llvm-commits
- [PATCH] D23036: [SelectionDAG] Use a union of bitfield structs for SDNode::SubclassData.
Chandler Carruth via llvm-commits
- [PATCH] D23036: [SelectionDAG] Use a union of bitfield structs for SDNode::SubclassData.
Justin Lebar via llvm-commits
- [PATCH] D23738: [PM] Extend the explicit 'invalidate' method API on analysis results to accept an Invalidator that allows them to invalidate themselves if their dependencies are in turn invalidated.
Chandler Carruth via llvm-commits
- [llvm] r280641 - lit/util.py: Another fix for py3.
NAKAMURA Takumi via llvm-commits
- [PATCH] D23114: [PM] Introduce a devirtualization iteration layer for the new PM.
Chandler Carruth via llvm-commits
- [PATCH] D23114: [PM] Introduce a devirtualization iteration layer for the new PM.
Chandler Carruth via llvm-commits
- [PATCH] D24223: [SelectionDAG] Add SDNode:RawSDNodeBits.
Chandler Carruth via llvm-commits
- [PATCH] D23727: [Profile] SelectInst instrumentation Support in IR-PGO
Xinliang David Li via llvm-commits
- [PATCH] D23931: [XRay] ARM 32-bit no-Thumb support in LLVM
Dean Michael Berris via llvm-commits
- [llvm] r280642 - [CMake] [OCaml] Allow building OCaml bindings out of tree.
Peter Zotov via llvm-commits
- [PATCH] D23114: [PM] Introduce a devirtualization iteration layer for the new PM.
Chandler Carruth via llvm-commits
- [PATCH] D23114: [PM] Introduce a devirtualization iteration layer for the new PM.
Chandler Carruth via llvm-commits
- [llvm] r280644 - [X86] Remove FsVMOVAPSrm/FsVMOVAPDrm/FsMOVAPSrm/FsMOVAPDrm. Due to their placement in the td file they had lower precedence than (V)MOVSS/SD and could almost never be selected.
Craig Topper via llvm-commits
- [llvm] r280645 - [X86] Add AVX and AVX512 command lines to the vec_ss_load_fold test.
Craig Topper via llvm-commits
- [PATCH] D24068: [Coroutines] Part11: Add final suspend handling.
David Majnemer via llvm-commits
- [llvm] r280646 - [Coroutines] Part11: Add final suspend handling.
Gor Nishanov via llvm-commits
- [PATCH] D24068: [Coroutines] Part11: Add final suspend handling.
Gor Nishanov via llvm-commits
- [llvm] r280647 - [Target] Remove the AvailableRegClasses vector from TargetLoweringBase. It was a private member with no code reading from it.
Craig Topper via llvm-commits
- [llvm] r280648 - [AVX-512] Simplify X86InstrInfo::copyPhysReg for 128/256-bit vectors with AVX512, but not VLX. We should use the VEX opcodes and trust the register allocator to not use the extended XMM/YMM register space.
Craig Topper via llvm-commits
- [PATCH] D24221: AVX512F: FMA intrinsic + FNEG - sequence optimization
Elena Demikhovsky via llvm-commits
Last message date:
Sun Sep 4 23:54:50 PDT 2016
Archived on: Sun Sep 4 23:53:54 PDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).