The Week Of Monday 7 March 2016 Archives by date
Starting: Mon Mar 7 00:05:43 PST 2016
Ending: Sun Mar 13 22:25:44 PDT 2016
Messages: 1787
- [PATCH] D17767: [ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix bag with curly braces
Marina Yatsina via llvm-commits
- [PATCH] D17809: [mips] Extend MipsAsmParser class to handle expressions in the %tprel / %dtprel relocations
Simon Atanasyan via llvm-commits
- [PATCH] D17914: [CLANG][AVX512][BUILTIN] Adding vpmultishiftqb{128|256|512}
Phabricator via llvm-commits
- [PATCH] D17767: [ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix bag with curly braces
Elena Demikhovsky via llvm-commits
- [PATCH] D17870: [ADT] Add an 'llvm::seq' function which produces an iterator range over a sequence of values. It increments through the values in the half-open range: [Begin, End), producing those values when indirecting the iterator. It should support integers...
Chandler Carruth via llvm-commits
- [PATCH] D16201: [ELF/AArch64] - Implemented set of R_AARCH64_TLSDESC_* relocations.
George Rimar via llvm-commits
- [PATCH] D17884: Disallow duplication of imported entities
Amjad Aboud via llvm-commits
- [PATCH] D17883: [ASAN] Add support for mips/mips64 android
Mohit Bhakkad via llvm-commits
- [PATCH] D17918: [ELF] - Issue an error if trying to generate relocatable from objects having mixed splitstacks.
George Rimar via llvm-commits
- [PATCH] D17881: [Compiler-rt][MIPS] Defining macros for MIPS archs
Filipe Cabecinhas via llvm-commits
- [PATCH] D17881: [Compiler-rt][MIPS] Defining macros for MIPS archs
Mohit Bhakkad via llvm-commits
- [PATCH] D17918: [ELF] - Issue an error if trying to generate relocatable from objects having mixed splitstacks.
Filipe Cabecinhas via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Chandler Carruth via llvm-commits
- [PATCH] D16571: Compute the DISubprogram hash key partially (NFC)
Mehdi AMINI via llvm-commits
- [PATCH][RFC] llvm-cov HTML generation
Ying Yi via llvm-commits
- [PATCH] D16571: Compute the DISubprogram hash key partially (NFC)
Mehdi Amini via llvm-commits
- [PATCH] D17923: Add getSetRef() to SetVector
Amjad Aboud via llvm-commits
- [PATCH] D17915: [CLANG][AVX512][BUILTIN] Adding new feature flag header file and new builtin vpmadd52{h|l}uq{128|256|512}{mask|maskz}
Phabricator via llvm-commits
- [PATCH] D17923: Add getSetRef() to SetVector
don hinton via llvm-commits
- [llvm] r262821 - [memdep] Run clang-format over the header before porting it to
Chandler Carruth via llvm-commits
- [llvm] r262822 - [memdep] Update the comments' doxygen style and place them more clearly.
Chandler Carruth via llvm-commits
- [PATCH] D15845: [ADT] Switch from a hacky use of PointerIntPair and poorly chosen arbitrary integers cast to Instruction pointers to a sum type over Instruction * and a PointerEmbeddedInt.
Chandler Carruth via llvm-commits
- [PATCH] D15845: [ADT] Switch from a hacky use of PointerIntPair and poorly chosen arbitrary integers cast to Instruction pointers to a sum type over Instruction * and a PointerEmbeddedInt.
Chandler Carruth via llvm-commits
- [PATCH] D17883: [ASAN] Add support for mips/mips64 android
Filipe Cabecinhas via llvm-commits
- [llvm] r262823 - [memdep] Switch from a hacky use of PointerIntPair and poorly chosen
Chandler Carruth via llvm-commits
- [PATCH] D15845: [ADT] Switch from a hacky use of PointerIntPair and poorly chosen arbitrary integers cast to Instruction pointers to a sum type over Instruction * and a PointerEmbeddedInt.
Benjamin Kramer via llvm-commits
- [PATCH] D15845: [ADT] Switch from a hacky use of PointerIntPair and poorly chosen arbitrary integers cast to Instruction pointers to a sum type over Instruction * and a PointerEmbeddedInt.
Chandler Carruth via llvm-commits
- [PATCH] D16353: [mips] MIPS32R6 compact branch support
Simon Dardis via llvm-commits
- [PATCH] D16353: [mips] MIPS32R6 compact branch support
Simon Dardis via llvm-commits
- [llvm] r262824 - [memdep] Finish cleaning up all of the comments' doxygen.
Chandler Carruth via llvm-commits
- [PATCH] D17766: [ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix bag with curly braces
Marina Yatsina via llvm-commits
- [PATCH] D17767: [ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix bag with curly braces
Marina Yatsina via llvm-commits
- [PATCH] D17767: [ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix bag with curly braces
Marina Yatsina via llvm-commits
- [PATCH] D17291: [mips] Range check uimm6_lsl2.
Vasileios Kalintiris via llvm-commits
- [PATCH] D17767: [ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix bag with curly braces
Elena Demikhovsky via llvm-commits
- [PATCH] D17924: AVX-512: Fixed a bug in zero extend of i1 vector
Elena Demikhovsky via llvm-commits
- [PATCH] D17925: [ARM] Add Cortex-R8 to target parser and tablegen
Pablo Barrio via llvm-commits
- [llvm] r262825 - [memdep] Cleanup the implementation doxygen comments and remove
Chandler Carruth via llvm-commits
- [PATCH] D17723: [mips] Simplify ordering of range checked immediate classes.
Vasileios Kalintiris via llvm-commits
- [llvm] r262826 - [memdep] Switch a function to return true on success instead of false.
Chandler Carruth via llvm-commits
- [PATCH] D17725: [mips] Range check uimm16_64
Vasileios Kalintiris via llvm-commits
- [PATCH] D17660: ubsan: Fix endianness check in Value::getFloatValue for gcc
Marcin Kościelnicki via llvm-commits
- [PATCH] D17918: [ELF] - Issue an error if trying to generate relocatable from objects having mixed splitstacks.
George Rimar via llvm-commits
- [compiler-rt] r262827 - [Fix r262785] Fix missing declaration when COMPILER_RT_BOOL_CMPXCHG was used but InstrProfilingUtil.h wasn't included.
Filipe Cabecinhas via llvm-commits
- [compiler-rt] r262828 - [sanitizer-common] Use @LINE in test.
Filipe Cabecinhas via llvm-commits
- [PATCH] D17133: Sparc back-end: Addition of missing registers and associated instructions.
Chris Dewhurst via llvm-commits
- [PATCH] D17921: [CorrelatedValuePropagation] Convert an SDiv to a UDiv if both operands are known to be nonnegative
Chad Rosier via llvm-commits
- [llvm] r262829 - [DFSan] Remove an overly aggressive assert reported in PR26068.
Chandler Carruth via llvm-commits
- [llvm] r262455 - Bug 20810: Use report_fatal_error instead of unreachable
Rafael Espíndola via llvm-commits
- [PATCH] D17921: [CorrelatedValuePropagation] Convert an SDiv to a UDiv if both operands are known to be nonnegative
Benjamin Kramer via llvm-commits
- [PATCH] D17870: [ADT] Add an 'llvm::seq' function which produces an iterator range over a sequence of values. It increments through the values in the half-open range: [Begin, End), producing those values when indirecting the iterator. It should support integers...
David Blaikie via llvm-commits
- [PATCH] D16571: Compute the DISubprogram hash key partially (NFC)
David Blaikie via llvm-commits
- [PATCH] D17201: [SCEV] Introduce a guarded backedge taken count and use it in LAA and LV
silviu.baranga at arm.com via llvm-commits
- [PATCH] D17928: [sanitizer_common tests] Make Darwin a Posix system and bring the stable-runtime definition from ASan tests.
Filipe Cabecinhas via llvm-commits
- [PATCH] D17920: Query the StringMap only once when creating MDString (NFC)
David Blaikie via llvm-commits
- [PATCH] D17928: [sanitizer_common tests] Make Darwin a Posix system and bring the stable-runtime definition from ASan tests.
Filipe Cabecinhas via llvm-commits
- [PATCH] D17928: [sanitizer_common tests] Make Darwin a Posix system and bring the stable-runtime definition from ASan tests.
Filipe Cabecinhas via llvm-commits
- [llvm] r262682 - Fix a memory leak.
David Blaikie via llvm-commits
- [PATCH] D17902: Use unique_ptr in BlockFrequencyAnalysis
David Blaikie via llvm-commits
- [PATCH] D17929: [Power9] Implement copy-paste, msgsync, slb, and stop instructions
Chuang-Yu Cheng via llvm-commits
- [PATCH] D17900: [gold] Fix common symbols handling
Rafael Espíndola via llvm-commits
- [PATCH] D17767: [ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix bag with curly braces
Marina Yatsina via llvm-commits
- [llvm] r262831 - [memdep] Switch to range based for loops.
Chandler Carruth via llvm-commits
- [PATCH] D17040: [mips] Expansion of BEQL and BNEL with immediate operands
Srdjan Obucina via llvm-commits
- [PATCH] D17930: Implement constant folding for bitreverse
Matt Arsenault via llvm-commits
- [PATCH] D17931: AMDGPU: Materialize sign bits with bfrev
Matt Arsenault via llvm-commits
- [lld] r262813 - Split BitcodeFile::parse. NFC.
Rafael Espíndola via llvm-commits
- [PATCH] D17932: [X86][SSE] Simplify vector LOAD + EXTEND on pre-SSE41 hardware
Simon Pilgrim via llvm-commits
- [PATCH] D17198: [mips] MIPSR6 Instruction itineraries
Simon Dardis via llvm-commits
- [PATCH] D17767: [ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix bag with curly braces
Marina Yatsina via llvm-commits
- [llvm] r262811 - Bitcode reader: Inline readAbbreviatedField in readRecord and move the enclosing loop in each case (NFC)
Rafael Espíndola via llvm-commits
- [llvm] r262811 - Bitcode reader: Inline readAbbreviatedField in readRecord and move the enclosing loop in each case (NFC)
Mehdi Amini via llvm-commits
- [PATCH] D17934: [ELF] Implement infrastructure for thunk code creation
Simon Atanasyan via llvm-commits
- [llvm] r262811 - Bitcode reader: Inline readAbbreviatedField in readRecord and move the enclosing loop in each case (NFC)
Rafael Espíndola via llvm-commits
- [PATCH] D17858: [X86][SSE] Basic combining of unary target shuffles of binary target shuffles.
Simon Pilgrim via llvm-commits
- [PATCH] D16571: Compute the DISubprogram hash key partially (NFC)
Mehdi Amini via llvm-commits
- [PATCH][RFC] llvm-cov HTML generation
Justin Bogner via llvm-commits
- [PATCH] D17917: [CLANG][AVX512][BUILTIN] Adding new feature flag headed files and new BUILTIN vpermi2varq{i|t}{128|256|512}{mask|maskz}
Phabricator via llvm-commits
- [PATCH] D17652: [CGP] Duplicate addressing computation in cold paths if required to sink addressing mode
Mehdi Amini via llvm-commits
- [llvm] r262811 - Bitcode reader: Inline readAbbreviatedField in readRecord and move the enclosing loop in each case (NFC)
Mehdi Amini via llvm-commits
- [lld] r262835 - lto: Record visibility in defined symbols.
Rafael Espindola via llvm-commits
- [PATCH] D17884: Disallow duplication of imported entities
Amjad Aboud via llvm-commits
- [PATCH] D17767: [ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix bag with curly braces
Elena Demikhovsky via llvm-commits
- [PATCH] D17747: TableGen: Check scheduling models for completeness
Daniel Sanders via llvm-commits
- [llvm] r262839 - Revert "Enable LoopLoadElimination by default"
Adam Nemet via llvm-commits
- [lld] r262840 - Adjust the .bss alignment to include common symbols.
Rafael Espindola via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Xinliang David Li via llvm-commits
- [llvm] r262841 - [ScopedNoAliasAA] Make test basic.ll less confusing
Adam Nemet via llvm-commits
- [PATCH] D16670: [ScopedNoAliasAA] Make test basic.ll less confusing
Adam Nemet via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Chandler Carruth via llvm-commits
- [PATCH] D17066: libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Teresa Johnson via llvm-commits
- [PATCH] D17066: libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Mehdi AMINI via llvm-commits
- [PATCH] D17747: TableGen: Check scheduling models for completeness
Andrew Trick via llvm-commits
- [PATCH] D17337: __builtin_object_size problem with pointer as argument
Strahinja Petrovic via llvm-commits
- [llvm] r262843 - [ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix bag with curly braces
Marina Yatsina via llvm-commits
- [PATCH] D17766: [ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix bag with curly braces
Marina Yatsina via llvm-commits
- [PATCH] D17767: [ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix bag with curly braces
Marina Yatsina via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Xinliang David Li via llvm-commits
- [PATCH] D17098: [AArch64] analyse dependences of ldp/stp
Chad Rosier via llvm-commits
- [PATCH] D7378: llvm-readobj: implement MachODumper::printNeededLibraries
Chilledheart via llvm-commits
- [llvm] r262844 - [LoopDataPrefetch] If prefetch distance is not set, skip pass
Adam Nemet via llvm-commits
- [PATCH] D17900: [gold] Fix common symbols handling
Evgenii Stepanov via llvm-commits
- [PATCH] D17625: Do not select EhPad BB in MachineBlockPlacement when there is regular BB to schedule
Amaury SECHET via llvm-commits
- [compiler-rt] r262827 - [Fix r262785] Fix missing declaration when COMPILER_RT_BOOL_CMPXCHG was used but InstrProfilingUtil.h wasn't included.
Xinliang David Li via llvm-commits
- [lld] r262846 - Do not use "default" for a fully-covered switch.
Rui Ueyama via llvm-commits
- [lld] r262813 - Split BitcodeFile::parse. NFC.
Rui Ueyama via llvm-commits
- [compiler-rt] r262827 - [Fix r262785] Fix missing declaration when COMPILER_RT_BOOL_CMPXCHG was used but InstrProfilingUtil.h wasn't included.
Filipe Cabecinhas via llvm-commits
- [lld] r262848 - Add support for common symbols.
Rafael Espindola via llvm-commits
- [compiler-rt] r262827 - [Fix r262785] Fix missing declaration when COMPILER_RT_BOOL_CMPXCHG was used but InstrProfilingUtil.h wasn't included.
Xinliang David Li via llvm-commits
- [PATCH] D17934: [ELF] Implement infrastructure for thunk code creation
Rui Ueyama via llvm-commits
- [PATCH] D17919: [CLANG][AVX512][BUILTIN] Add builtin vcomi{ss|sd}
Phabricator via llvm-commits
- [PATCH] D17066: libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Yunzhong Gao via llvm-commits
- [PATCH] D17066: libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Mehdi AMINI via llvm-commits
- [PATCH] D16919: [Power9] Implement new vsx instructions: load, store instructions for vector and scalar
Kit Barton via llvm-commits
- [PATCH] D17889: [MachineCopyPropagation] Expose more dead copies across instructions with regmasks
Jun Bum Lim via llvm-commits
- [PATCH] D17066: libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Bruno Cardoso Lopes via llvm-commits
- [PATCH] D16571: Compute the DISubprogram hash key partially (NFC)
David Blaikie via llvm-commits
- [PATCH] D17884: Disallow duplication of imported entities
David Blaikie via llvm-commits
- [PATCH] D17661: [AArch64] Add MMOs to callee-save load/store instructions.
Chad Rosier via llvm-commits
- [PATCH] D17918: [ELF] - Issue an error if trying to generate relocatable from objects having mixed splitstacks.
Rui Ueyama via llvm-commits
- [PATCH] D17889: [MachineCopyPropagation] Expose more dead copies across instructions with regmasks
Matthias Braun via llvm-commits
- [PATCH] D17884: Disallow duplication of imported entities
Amjad Aboud via llvm-commits
- [PATCH] D17900: [gold] Fix common symbols handling
Rafael Espíndola via llvm-commits
- [PATCH] D17884: Disallow duplication of imported entities
don hinton via llvm-commits
- [PATCH] D17934: [ELF] Implement infrastructure for thunk code creation
Simon Atanasyan via llvm-commits
- [PATCH] D17549: [PATCH] More UTF string conversion wrappers
Cameron via llvm-commits
- [llvm] r262849 - SelectionDAG: Remove some unused AtomicSDNode constructors. NFC
Justin Bogner via llvm-commits
- [PATCH] D17936: [LICM] Don't silently ignore constant expressions in promoteLoopAccessesToScalars()
Michael Kuperstein via llvm-commits
- [PATCH] D17934: [ELF] Implement infrastructure for thunk code creation
Rui Ueyama via llvm-commits
- [PATCH] D17625: Do not select EhPad BB in MachineBlockPlacement when there is regular BB to schedule
David Li via llvm-commits
- [PATCH] D17885: [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random number, set bool, and dfp test significance
Nemanja Ivanovic via llvm-commits
- [PATCH] D17889: [MachineCopyPropagation] Expose more dead copies across instructions with regmasks
Jun Bum Lim via llvm-commits
- [PATCH] D16571: Compute the DISubprogram hash key partially (NFC)
Duncan P. N. Exon Smith via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
David Blaikie via llvm-commits
- [PATCH] D16571: Compute the DISubprogram hash key partially (NFC)
David Blaikie via llvm-commits
- [polly] r262850 - Test documentation rebuild
Tobias Grosser via llvm-commits
- [PATCH] D17549: [PATCH] More UTF string conversion wrappers
Zachary Turner via llvm-commits
- [PATCH] D17887: [AMDGPU] Assembler: Support abs() syntax.
Tom Stellard via llvm-commits
- [PATCH] D17886: [llvm-config] Get rid of code related to the Makefile builds
Tom Stellard via llvm-commits
- [lld] r262813 - Split BitcodeFile::parse. NFC.
Sean Silva via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Xinliang David Li via llvm-commits
- [PATCH] D17937: ARM: Support relative references using the PREL31 symbol variant.
Peter Collingbourne via llvm-commits
- [PATCH] D17938: CodeGen: Use PLT relocations for relative references to unnamed_addr functions.
Peter Collingbourne via llvm-commits
- [lld] r262813 - Split BitcodeFile::parse. NFC.
Rui Ueyama via llvm-commits
- [PATCH] D17649: APInt: Add overload of isMask
Matt Arsenault via llvm-commits
- [PATCH] D17889: [MachineCopyPropagation] Expose more dead copies across instructions with regmasks
Quentin Colombet via llvm-commits
- [lld] r262813 - Split BitcodeFile::parse. NFC.
Sean Silva via llvm-commits
- [PATCH] D17854: add .alt_entry assembly directive for Mach-O
Bob Wilson via llvm-commits
- [llvm] r262852 - DAGCombiner: Check legality before creating extract_vector_elt
Matt Arsenault via llvm-commits
- [llvm] r262853 - AMDGPU: Move function only used by R600
Matt Arsenault via llvm-commits
- [lld] r262813 - Split BitcodeFile::parse. NFC.
Rui Ueyama via llvm-commits
- [llvm] r262854 - AMDGPU: Remove a fixme for ptrrtoint handling
Matt Arsenault via llvm-commits
- [PATCH] D15552: TTI: Allow targets to override getScalarizationOverhead
Matt Arsenault via llvm-commits
- [PATCH] D16780: AMDGPU: Remove a fixme for ptrrtoint handling
Matt Arsenault via llvm-commits
- [polly] r262855 - docs: Add doxygen mainpage
Tobias Grosser via llvm-commits
- [llvm] r262856 - [MachineRegisterInfo] Get rid of the global-isel ifdefs.
Quentin Colombet via llvm-commits
- [PATCH][RFC] llvm-cov HTML generation
Xinliang David Li via llvm-commits
- [polly] r262857 - Drop comment separators
Tobias Grosser via llvm-commits
- [lld] r262813 - Split BitcodeFile::parse. NFC.
Rafael Espíndola via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Sean Silva via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Easwaran Raman via llvm-commits
- [PATCH] D17939: AMDGPU: Don't use InstVisitor for AMDGPUPromoteAlloca
Matt Arsenault via llvm-commits
- [polly] r262858 - doxygen: Fix region marker
Tobias Grosser via llvm-commits
- [polly] r262859 - doxygen: Also show private members
Tobias Grosser via llvm-commits
- [PATCH] D17921: [CorrelatedValuePropagation] Convert an SDiv to a UDiv if both operands are known to be nonnegative
Haicheng Wu via llvm-commits
- [llvm] r262860 - Small formating change in Core.cpp . NFC
Amaury Sechet via llvm-commits
- [PATCH] D11393: [X86] Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed.
David Kreitzer via llvm-commits
- [llvm] r262861 - [MachineRegisterInfo] Add a method to set the size of a virtual register a posteriori.
Quentin Colombet via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Xinliang David Li via llvm-commits
- [PATCH] D17940: SelectionDAG: Fix a crash on inline asm when output register supports multiple types
Tom Stellard via llvm-commits
- [llvm] r262862 - [MIR] Teach the parser how to handle the size of generic virtual registers.
Quentin Colombet via llvm-commits
- [llvm] r262864 - AMDGPU: Match more med3 integer patterns
Matt Arsenault via llvm-commits
- [llvm] r262865 - Fix broken example for bitreverse documentation
Matt Arsenault via llvm-commits
- [llvm] r262867 - [MIR] Teach the MIPrinter about size for generic virtual registers.
Quentin Colombet via llvm-commits
- [PATCH] D17940: SelectionDAG: Fix a crash on inline asm when output register supports multiple types
Matt Arsenault via llvm-commits
- [PATCH] D17018: AMDGPU: Match more med3 integer patterns
Matt Arsenault via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Sean Silva via llvm-commits
- [PATCH][RFC] llvm-cov HTML generation
Harlan Haskins via llvm-commits
- [PATCH] D17212: [ThinLTO] Support for call graph in per-module and combined summary.
Teresa Johnson via llvm-commits
- [PATCH] D17222: LegalizeDAG: Don't replace vector load with integer unless legal
Matt Arsenault via llvm-commits
- [PATCH] D17223: LegalizeDAG: Don't replace vector store with integer if not legal
Matt Arsenault via llvm-commits
- [llvm] r262868 - [AsmParser] Add a function to parse a standalone type.
Quentin Colombet via llvm-commits
- [PATCH] D17939: AMDGPU: Don't use InstVisitor for AMDGPUPromoteAlloca
Tom Stellard via llvm-commits
- [PATCH] D17940: SelectionDAG: Fix a crash on inline asm when output register supports multiple types
Tom Stellard via llvm-commits
- [PATCH] D17940: SelectionDAG: Fix a crash on inline asm when output register supports multiple types
Matt Arsenault via llvm-commits
- [PATCH] D17938: CodeGen: Use PLT relocations for relative references to unnamed_addr functions.
Peter Collingbourne via llvm-commits
- [PATCH] D17938: CodeGen: Use PLT relocations for relative references to unnamed_addr functions.
David Majnemer via llvm-commits
- RFC: Source-level attribute for conservative __builtin_object_size(..., 1)
Bob Wilson via llvm-commits
- [llvm] r262869 - [IR] Provide an API to skip the details of a structured type when printed.
Quentin Colombet via llvm-commits
- [PATCH] D17251: Remove unused import in Orc C API
Lang Hames via llvm-commits
- [PATCH] D17938: CodeGen: Use PLT relocations for relative references to unnamed_addr functions.
Peter Collingbourne via llvm-commits
- [llvm] r262870 - Remove unused import in Orc C API
Amaury Sechet via llvm-commits
- [PATCH] D17251: Remove unused import in Orc C API
Amaury SECHET via llvm-commits
- [llvm] r262873 - [MachineInstr] Get rid of some GlobalISel ifdefs.
Quentin Colombet via llvm-commits
- [llvm] r262874 - [x86] simplify test and tighten checks
Sanjay Patel via llvm-commits
- [PATCH] D17778: TypedError for recoverable error handling
Lang Hames via llvm-commits
- [PATCH] D17889: [MachineCopyPropagation] Expose more dead copies across instructions with regmasks
Jun Bum Lim via llvm-commits
- [cfe-dev] RFC: Source-level attribute for conservative __builtin_object_size(..., 1)
Hal Finkel via llvm-commits
- [PATCH] D17889: [MachineCopyPropagation] Expose more dead copies across instructions with regmasks
Jun Bum Lim via llvm-commits
- [llvm] r262875 - [x86] add test to show missing optimization
Sanjay Patel via llvm-commits
- [PATCH] D15525: [GCC] Attribute ifunc support in llvm
Daniel Black via llvm-commits
- [PATCH] D17942: [Aarch64] Optimize test and branch sequence when the test's constant operand is power of 2
Balaram Makam via llvm-commits
- [llvm] r262876 - [tsan] Add support for pointer typed atomic stores, loads, and cmpxchg
Anna Zaks via llvm-commits
- [PATCH] D17943: [Aarch64] Add pass LoopDataPrefetch for Cyclone
Adam Nemet via llvm-commits
- [PATCH] D17833: [tsan] Add support for pointer typed atomic stores, loads, and cmpxchg
Phabricator via llvm-commits
- [PATCH] D17892: AMDGPU/SI: Implement S_GETREG Intrinsic
Fang, Changpeng via llvm-commits
- [PATCH] D17943: [Aarch64] Add pass LoopDataPrefetch for Cyclone
Adam Nemet via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Xinliang David Li via llvm-commits
- [PATCH] D11393: [X86] Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed.
Sanjay Patel via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Hal Finkel via llvm-commits
- [PATCH] D17732: Introduce @llvm.experimental.deoptimize
Sanjoy Das via llvm-commits
- [PATCH] D17732: Introduce @llvm.experimental.deoptimize
Sanjoy Das via llvm-commits
- [PATCH] D17945: [LoopDataPrefetch/Aarch64] Allow selective prefetching of large-strided accesses
Adam Nemet via llvm-commits
- [cfe-dev] RFC: Source-level attribute for conservative __builtin_object_size(..., 1)
Duncan P. N. Exon Smith via llvm-commits
- [cfe-dev] RFC: Source-level attribute for conservative __builtin_object_size(..., 1)
Hal Finkel via llvm-commits
- [llvm] r262877 - [llvm-config] Teach llvm-config about global-isel.
Quentin Colombet via llvm-commits
- [llvm] r262878 - [lit] Teach lit about global-isel requirement.
Quentin Colombet via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Easwaran Raman via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi AMINI via llvm-commits
- [PATCH] D17652: [CGP] Duplicate addressing computation in cold paths if required to sink addressing mode
Mehdi AMINI via llvm-commits
- [llvm] r262879 - [MIR] Teach the mir parser about types on generic machine instructions.
Quentin Colombet via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Teresa Johnson via llvm-commits
- [llvm] r262880 - [MIR] Print the type of generic machine instructions.
Quentin Colombet via llvm-commits
- [PATCH] D17942: [Aarch64] Optimize test and branch sequence when the test's constant operand is power of 2
Tim Northover via llvm-commits
- [llvm] r262883 - Revert revisions 262636, 262643, 262679, and 262682.
Easwaran Raman via llvm-commits
- [llvm] r262884 - [AsmParser] Expose an API to parse a string starting with a type.
Quentin Colombet via llvm-commits
- [llvm] r262885 - [MIR] Teach the printer how to print complex types for generic machine instructions.
Quentin Colombet via llvm-commits
- [llvm] r262886 - SelectionDAG: Store SDNode operands in an ArrayRecycler
Justin Bogner via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi AMINI via llvm-commits
- [PATCH] D17948: Use CXX_FAST_TLS to enable shrink wrapping on PPC
Thomas Jablin via llvm-commits
- [PATCH] D16919: [Power9] Implement new vsx instructions: load, store instructions for vector and scalar
Chuang-Yu Cheng via llvm-commits
- [PATCH][RFC] llvm-cov HTML generation
Harlan Haskins via llvm-commits
- [llvm] r262890 - [MIR] Teach the parser how to parse complex types of generic machine instructions.
Quentin Colombet via llvm-commits
- [llvm] r262891 - A couple more UB fixes for C++14 sized deallocation.
Richard Smith via llvm-commits
- [llvm] r262892 - Revert "SelectionDAG: Store SDNode operands in an ArrayRecycler"
Justin Bogner via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi AMINI via llvm-commits
- [cfe-dev] RFC: Source-level attribute for conservative __builtin_object_size(..., 1)
Hal Finkel via llvm-commits
- [PATCH] D17949: [LoopDataPrefetch] Add TTI to limit the number of iterations to prefetch ahead
Adam Nemet via llvm-commits
- [llvm] r262893 - [MIR] Teach the parser/printer that generic virtual registers do not need a register class.
Quentin Colombet via llvm-commits
- [PATCH] D17337: __builtin_object_size problem with pointer as argument
George Burgess IV via llvm-commits
- [PATCH] D11393: [X86] Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed.
Cong Hou via llvm-commits
- [PATCH] D17660: ubsan: Fix endianness check in Value::getFloatValue for gcc
Alexey Samsonov via llvm-commits
- [PATCH] D17337: __builtin_object_size problem with pointer as argument
Petar Jovanovic via llvm-commits
- [llvm] r262896 - [GlobalISel] Introduce initializer method to support start/stop-after features.
Quentin Colombet via llvm-commits
- [llvm] r262897 - [AArch64] Initialize GlobalISel as part of the target initialization.
Quentin Colombet via llvm-commits
- [PATCH] D11393: [X86] Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed.
Cong Hou via llvm-commits
- [PATCH] D11393: [X86] Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed.
Cong Hou via llvm-commits
- [llvm] r262898 - [AArch64][GlobalISel] Add a test case for the IRTranslator.
Quentin Colombet via llvm-commits
- [PATCH] D17508: [LNT] Add signal handler on main thread - by doing it at module load time.
Chris Matthews via llvm-commits
- [PATCH] D17854: add .alt_entry assembly directive for Mach-O
Nick Kledzik via llvm-commits
- [PATCH] D17337: __builtin_object_size problem with pointer as argument
George Burgess IV via llvm-commits
- [llvm] r262899 - [MIR] Change the token name for '<' and '>' to be consitent with the LLVM IR parser.
Quentin Colombet via llvm-commits
- [PATCH] D17917: [CLANG][AVX512][BUILTIN] Adding new feature flag headed files and new BUILTIN vpermi2varq{i|t}{128|256|512}{mask|maskz}
Mehdi AMINI via llvm-commits
- [PATCH] D17854: add .alt_entry assembly directive for Mach-O
Lang Hames via llvm-commits
- [llvm] r262902 - Re-apply "SelectionDAG: Store SDNode operands in an ArrayRecycler"
Justin Bogner via llvm-commits
- [llvm] r262903 - [WebAssembly] Update for spec change from tableswitch to br_table.
Dan Gohman via llvm-commits
- [llvm] r262886 - SelectionDAG: Store SDNode operands in an ArrayRecycler
Justin Bogner via llvm-commits
- [llvm] r262906 - [Power9] Implement new vsx instructions: load, store instructions for vector and scalar
Kit Barton via llvm-commits
- [llvm] r262907 - Fix evaluation order. Spotted by Alexander Riccio!
Peter Collingbourne via llvm-commits
- [llvm] r262908 - SelectionDAG: Appease the bots that don't like my union
Justin Bogner via llvm-commits
- [PATCH] D16919: [Power9] Implement new vsx instructions: load, store instructions for vector and scalar
Kit Barton via llvm-commits
- [lld] r262910 - ELF: Add /lib and /usr/lib as default search paths.
Rui Ueyama via llvm-commits
- [lld] r262911 - ELF: Rename NoInhibitExec -> NoinhibitExec.
Rui Ueyama via llvm-commits
- [llvm] r262907 - Fix evaluation order. Spotted by Alexander Riccio!
David Blaikie via llvm-commits
- [PATCH] D17850: Power9 - Implement byte comparison and count trailing zero instructions
Kit Barton via llvm-commits
- [llvm] r262907 - Fix evaluation order. Spotted by Alexander Riccio!
Peter Collingbourne via llvm-commits
- [PATCH] D17781: Codegen: [PPC] Word Rotates are Zero Extending
Kit Barton via llvm-commits
- [llvm] r262907 - Fix evaluation order. Spotted by Alexander Riccio!
David Blaikie via llvm-commits
- [PATCH] D17711: Fix for PR 26617 (disable scalar-to-vector conversions using direct moves for 32-bit targets)
Kit Barton via llvm-commits
- [llvm] r262790 - unitests: add some ARM TargetParser tests
Saleem Abdulrasool via llvm-commits
- [PATCH] D15781: [compiler-rt] Add support for ARM EHABI to gcc_personality_v0.
Saleem Abdulrasool via llvm-commits
- [PATCH] D17850: Power9 - Implement byte comparison and count trailing zero instructions
Nemanja Ivanovic via llvm-commits
- [PATCH] D17751: [DFSan] Fix test_inet_pton for big endian archs
Mohit Bhakkad via llvm-commits
- [PATCH] D17066: libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Mehdi AMINI via llvm-commits
- [llvm] r262916 - Revert "[InstCombine] Combine A->B->A BitCast"
Junmo Park via llvm-commits
- [PATCH] D17066: libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Mehdi AMINI via llvm-commits
- [llvm] r262916 - Revert "[InstCombine] Combine A->B->A BitCast"
박준모 via llvm-commits
- [polly] r262917 - Also clang-format *.c run-time library files
Tobias Grosser via llvm-commits
- [llvm] r262918 - Remove pr25342 test-case.
Junmo Park via llvm-commits
- [PATCH] D17953: AVX512: Add extract_subvector patterns.
Igor Breger via llvm-commits
- [llvm] r262919 - [X86] Regenerated vector float extension tests
Simon Pilgrim via llvm-commits
- [PATCH] D17212: [ThinLTO] Support for call graph in per-module and combined summary.
Mehdi AMINI via llvm-commits
- [PATCH] D17212: [ThinLTO] Support for call graph in per-module and combined summary.
Mehdi AMINI via llvm-commits
- [PATCH] D14840: [X86] Detect SAD patterns and emit psadbw instructions on X86.
Simon Pilgrim via llvm-commits
- [PATCH] D17899: [x86, AVX] optimize masked loads with constant masks
Simon Pilgrim via llvm-commits
- [llvm] r262924 - [llvm-config] Get rid of code related to the Makefile builds
Filipe Cabecinhas via llvm-commits
- [PATCH] D17886: [llvm-config] Get rid of code related to the Makefile builds
Filipe Cabecinhas via llvm-commits
- [PATCH] D16454: [mips][microMIPS] Add CodeGen support for ADD, ADDIU*, ADDU* and DADD* instructions
Zlatko Buljan via llvm-commits
- [PATCH] D17956: Set the thumb flag for thumb symbols coming from an ELF file
Tamas Berghammer via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Chandler Carruth via llvm-commits
- [PATCH] D14840: [X86] Detect SAD patterns and emit psadbw instructions on X86.
Chandler Carruth via llvm-commits
- [PATCH][RFC] llvm-cov HTML generation
Ying Yi via llvm-commits
- [PATCH] D11393: [X86] Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed.
Chandler Carruth via llvm-commits
- [PATCH] D17942: [Aarch64] Optimize test and branch sequence when the test's constant operand is power of 2
Balaram Makam via llvm-commits
- [PATCH] D17942: [AArch64] Optimize test and branch sequence when the test's constant operand is power of 2
Balaram Makam via llvm-commits
- [PATCH] D17854: add .alt_entry assembly directive for Mach-O
Rafael Espíndola via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Rafael Espíndola via llvm-commits
- [PATCH] D17792: Initialize much of AssemblyWriter lazily.
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D17636: [ARM] Simplify ARMInstr*.td by getting rid of identity PatFrags (NFC)
A. Skrobov via llvm-commits
- [PATCH] D15746: Normalize the features string in SubtargetFeatures::getFeatureBits
A. Skrobov via llvm-commits
- [llvm] r262926 - [gold] Avoid assertion failures when taking a pointer to an empty vector.
Benjamin Kramer via llvm-commits
- [PATCH] D16820: Implement common symbol size calculation in llvm-size
Rafael Espíndola via llvm-commits
- [PATCH] D17942: [AArch64] Optimize test and branch sequence when the test's constant operand is power of 2
Chad Rosier via llvm-commits
- [compiler-rt] r262927 - [Fix r262788] Fix missed prototype with the old llvm* name.
Filipe Cabecinhas via llvm-commits
- [PATCH] D17523: llvm-readobj: enable GNU output style sections and relocations printing for ELF files
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D17660: sanitizer: Fix endianness checks for gcc
Marcin Kościelnicki via llvm-commits
- [PATCH] D17953: AVX512: Add extract_subvector patterns.
Elena Demikhovsky via llvm-commits
- [PATCH] D17953: AVX512: Add extract_subvector patterns.
Igor Breger via llvm-commits
- [llvm] r262929 - AVX512: Add extract_subvector patterns v8i1->v4i1 , v4i1->v2i1.
Igor Breger via llvm-commits
- [PATCH] D17899: [x86, AVX] optimize masked loads with constant masks
Sanjay Patel via llvm-commits
- [PATCH] D17953: AVX512: Add extract_subvector patterns.
Phabricator via llvm-commits
- [PATCH] D17098: [AArch64] analyse dependences of ldp/stp
Chad Rosier via llvm-commits
- [PATCH] D17636: [ARM] Simplify ARMInstr*.td by getting rid of identity PatFrags (NFC)
Tim Northover via llvm-commits
- [llvm] r262930 - Add DAG mutation interface to the DFA packetizer
Krzysztof Parzyszek via llvm-commits
- [PATCH] D11393: [X86] Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed.
Sanjay Patel via llvm-commits
- [PATCH] D17899: [x86, AVX] optimize masked loads with constant masks
Sanjay Patel via llvm-commits
- [PATCH] D17066: libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Teresa Johnson via llvm-commits
- [llvm] r262934 - Fix problem with uninitilialized bool found by asan.
Manuel Klimek via llvm-commits
- [PATCH] D17961: fix cmake error when configuring libcxxabi
Sebastian Pop via llvm-commits
- [llvm] r262935 - Revert r262599 "[X86][SSE] Improve vector ZERO_EXTEND by combining to ZERO_EXTEND_VECTOR_INREG"
Hans Wennborg via llvm-commits
- [llvm] r262936 - [ARM] Simplify ARMInstr*.td by getting rid of identity PatFrags (NFC)
Artyom Skrobov via llvm-commits
- [llvm] r262937 - don't repeat function names in documentation comments; NFC
Sanjay Patel via llvm-commits
- [llvm] r262599 - [X86][SSE] Improve vector ZERO_EXTEND by combining to ZERO_EXTEND_VECTOR_INREG
Hans Wennborg via llvm-commits
- [PATCH] D17636: [ARM] Simplify ARMInstr*.td by getting rid of identity PatFrags (NFC)
Phabricator via llvm-commits
- [PATCH] D17940: SelectionDAG: Fix a crash on inline asm when output register supports multiple types
Tom Stellard via llvm-commits
- [PATCH] D17921: [CorrelatedValuePropagation] Convert an SDiv to a UDiv if both operands are known to be nonnegative
Haicheng Wu via llvm-commits
- [llvm] r262939 - Invoke DAG postprocessing in the post-RA scheduler
Krzysztof Parzyszek via llvm-commits
- [PATCH] D17921: [CorrelatedValuePropagation] Convert an SDiv to a UDiv if both operands are known to be nonnegative
Benjamin Kramer via llvm-commits
- [PATCH] D17068: [mips][microMIPS] Fix for "Cannot copy registers" assertion
Vasileios Kalintiris via llvm-commits
- [PATCH] D15552: TTI: Allow targets to override getScalarizationOverhead
Matt Arsenault via llvm-commits
- [llvm] r262940 - rangify, fix function names; NFCI
Sanjay Patel via llvm-commits
- [lld] r262941 - Revert "ELF: Add /lib and /usr/lib as default search paths."
Rafael Espindola via llvm-commits
- [llvm] r262942 - [AArch64] Add MMOs to unscaled pairs.
Chad Rosier via llvm-commits
- [lld] r262910 - ELF: Add /lib and /usr/lib as default search paths.
Rafael Espíndola via llvm-commits
- [PATCH] D17097: [AArch64] add mem ref to unscaled pairs
Chad Rosier via llvm-commits
- [PATCH] D17337: __builtin_object_size problem with pointer as argument
Strahinja Petrovic via llvm-commits
- [llvm] r262762 - [X86] Fix the lowering of setjmp intrinsic on i386.
Quentin Colombet via llvm-commits
- [llvm] r262943 - Revert r262759 and r262760.
Quentin Colombet via llvm-commits
- [llvm] r262944 - [AArch64] Disable the MI scheduler to turn bots green after r262942.
Chad Rosier via llvm-commits
- [PATCH] D17356: Fix PR26655: Incorrect liveness for bundled instructions with CPSR<kill> marker
Tim Northover via llvm-commits
- [PATCH] D17066: libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Mehdi AMINI via llvm-commits
- [PATCH] D16481: Split PrologEpilogInserter into 2 parts
Quentin Colombet via llvm-commits
- [lld] r262910 - ELF: Add /lib and /usr/lib as default search paths.
Ed Maste via llvm-commits
- [PATCH] D17942: [AArch64] Optimize test and branch sequence when the test's constant operand is power of 2
Tim Northover via llvm-commits
- [PATCH] D17066: libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Teresa Johnson via llvm-commits
- [PATCH] D17962: [PM] Port memdep to the new pass manager.
Chandler Carruth via llvm-commits
- [PATCH] AMDGPU: Verify instructions in non-debug builds as well
Marek Olšák via llvm-commits
- [PATCH][RFC] llvm-cov HTML generation
Harlan Haskins via llvm-commits
- [www-releases] r262945 - Commit the 3.8.0 release
Hans Wennborg via llvm-commits
- [www-releases] r262945 - Commit the 3.8.0 release
Hans Wennborg via llvm-commits
- [www-releases] r262945 - Commit the 3.8.0 release
Hans Wennborg via llvm-commits
- [www-releases] r262945 - Commit the 3.8.0 release
Hans Wennborg via llvm-commits
- [www-releases] r262945 - Commit the 3.8.0 release
Hans Wennborg via llvm-commits
- [www-releases] r262945 - Commit the 3.8.0 release
Hans Wennborg via llvm-commits
- [www-releases] r262945 - Commit the 3.8.0 release
Hans Wennborg via llvm-commits
- [www-releases] r262945 - Commit the 3.8.0 release
Hans Wennborg via llvm-commits
- [www-releases] r262945 - Commit the 3.8.0 release
Hans Wennborg via llvm-commits
- [www-releases] r262945 - Commit the 3.8.0 release
Hans Wennborg via llvm-commits
- [www-releases] r262945 - Commit the 3.8.0 release
Hans Wennborg via llvm-commits
- [www-releases] r262945 - Commit the 3.8.0 release
Hans Wennborg via llvm-commits
- [www-releases] r262945 - Commit the 3.8.0 release
Hans Wennborg via llvm-commits
- [www-releases] r262945 - Commit the 3.8.0 release
Hans Wennborg via llvm-commits
- [www-releases] r262945 - Commit the 3.8.0 release
Hans Wennborg via llvm-commits
- [www-releases] r262945 - Commit the 3.8.0 release
Hans Wennborg via llvm-commits
- [www-releases] r262945 - Commit the 3.8.0 release
Hans Wennborg via llvm-commits
- [www-releases] r262945 - Commit the 3.8.0 release
Hans Wennborg via llvm-commits
- [PATCH] D17337: __builtin_object_size problem with pointer as argument
George Burgess IV via llvm-commits
- [www] r262946 - Link to 3.8.0
Hans Wennborg via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Justin Bogner via llvm-commits
- [PATCH] D11393: [X86] Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed.
David Kreitzer via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Xinliang David Li via llvm-commits
- [PATCH] D17822: llvm-readobj: enable GNU style -g option
khemant at codeaurora.org via llvm-commits
- [llvm] r262762 - [X86] Fix the lowering of setjmp intrinsic on i386.
Nadav Rotem via llvm-commits
- [llvm] r262926 - [gold] Avoid assertion failures when taking a pointer to an empty vector.
Davide Italiano via llvm-commits
- [PATCH] D17822: llvm-readobj: enable GNU style -g option
khemant at codeaurora.org via llvm-commits
- [llvm] r262948 - [CMake] Refactor add_llvm_implicit_projects to be reusable
Chris Bieneman via llvm-commits
- [PATCH] D17549: [PATCH] More UTF string conversion wrappers
Aaron Ballman via llvm-commits
- [PATCH][RFC] llvm-cov HTML generation
Justin Bogner via llvm-commits
- [llvm] r262949 - cmake: include what you use
Saleem Abdulrasool via llvm-commits
- [PATCH] D17356: Fix PR26655: Incorrect liveness for bundled instructions with CPSR<kill> marker
Mandeep Singh Grang via llvm-commits
- [lld] r262910 - ELF: Add /lib and /usr/lib as default search paths.
Joerg Sonnenberger via llvm-commits
- [PATCH] D17040: [mips] Expansion of BEQL and BNEL with immediate operands
Srdjan Obucina via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Daniel Berlin via llvm-commits
- [PATCH][RFC] llvm-cov HTML generation
Xinliang David Li via llvm-commits
- [llvm] r262951 - Add self to CODE_OWNERS
Hans Wennborg via llvm-commits
- [llvm] r262952 - use range-based loop; NFCI
Sanjay Patel via llvm-commits
- [PATCH] D17066: libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Sergei Larin via llvm-commits
- [PATCH] D17965: [NVPTX] Adds a new address space inference pass.
Jingyue Wu via llvm-commits
- [llvm] r262953 - fix variable name; NFC
Sanjay Patel via llvm-commits
- [PATCH] D17523: llvm-readobj: enable GNU output style sections and relocations printing for ELF files
khemant at codeaurora.org via llvm-commits
- [PATCH] D17523: llvm-readobj: enable GNU output style sections and relocations printing for ELF files
khemant at codeaurora.org via llvm-commits
- [PATCH] D17892: AMDGPU/SI: Implement S_GETREG Intrinsic
Changpeng Fang via llvm-commits
- [PATCH] D17212: [ThinLTO] Support for call graph in per-module and combined summary.
Teresa Johnson via llvm-commits
- [PATCH] D16835: InstCombine: Restrict computeKnownBits() on everyValue to OptLevel > 2
Matthias Braun via llvm-commits
- [PATCH] D17066: libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Mehdi AMINI via llvm-commits
- [PATCH] D16835: InstCombine: Restrict computeKnownBits() on everyValue to OptLevel > 2
Hal Finkel via llvm-commits
- [llvm] r260806 - LiveIntervalAnalysis: Remove LiveVariables requirement
Matthias Braun via llvm-commits
- [PATCH] D17212: [ThinLTO] Support for call graph in per-module and combined summary.
Mehdi AMINI via llvm-commits
- [lld] r262954 - Use defined hidden symbols for out of range tests.
Rafael Espindola via llvm-commits
- [PATCH] D17747: TableGen: Check scheduling models for completeness
Matthias Braun via llvm-commits
- [PATCH] D17098: [AArch64] analyse dependences of ldp/stp
Chad Rosier via llvm-commits
- [PATCH] D17660: sanitizer: Fix endianness checks for gcc
Alexey Samsonov via llvm-commits
- [PATCH] D17098: [AArch64] analyse dependences of ldp/stp
Chad Rosier via llvm-commits
- [PATCH] D17751: [DFSan] Fix test_inet_pton for big endian archs
Alexey Samsonov via llvm-commits
- [PATCH] D17066: libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Sergei Larin via llvm-commits
- [PATCH] D17928: [sanitizer_common tests] Make Darwin a Posix system and bring the stable-runtime definition from ASan tests.
Alexey Samsonov via llvm-commits
- [PATCH] D17881: [Compiler-rt][MIPS] Defining macros for MIPS archs
Alexey Samsonov via llvm-commits
- [lld] r262955 - Delete isTlsDynRel.
Rafael Espindola via llvm-commits
- [PATCH] D17660: sanitizer: Fix endianness checks for gcc
Marcin Kościelnicki via llvm-commits
- [llvm] r262956 - use range-based for loop; NFCI
Sanjay Patel via llvm-commits
- [PATCH] D17212: [ThinLTO] Support for call graph in per-module and combined summary.
Xinliang David Li via llvm-commits
- [lld] r262910 - ELF: Add /lib and /usr/lib as default search paths.
Rui Ueyama via llvm-commits
- [lld] r262957 - Remove an unnecessary hack.
Rafael Espindola via llvm-commits
- [PATCH] D17212: [ThinLTO] Support for call graph in per-module and combined summary.
Teresa Johnson via llvm-commits
- [PATCH] D16820: Implement common symbol size calculation in llvm-size
khemant at codeaurora.org via llvm-commits
- [PATCH] D16820: Implement common symbol size calculation in llvm-size
khemant at codeaurora.org via llvm-commits
- [PATCH] D16820: Implement common symbol size calculation in llvm-size
Hemant Kulkarni via llvm-commits
- [PATCH] D17549: [PATCH] More UTF string conversion wrappers
Cameron via llvm-commits
- [PATCH] D17306: DAGCombiner: Relax alignment restriction when changing load type
Matt Arsenault via llvm-commits
- [lld] r262910 - ELF: Add /lib and /usr/lib as default search paths.
Rafael Espíndola via llvm-commits
- [lld] r262910 - ELF: Add /lib and /usr/lib as default search paths.
Rafael Espíndola via llvm-commits
- [llvm] r262961 - fix typo; NFC
Sanjay Patel via llvm-commits
- [llvm] r262962 - [llvm-pdbdump] Dump line table information.
Zachary Turner via llvm-commits
- [PATCH] D17967: [TII] Allow getMemOpBaseRegImmOfs() to accept negative offsets. NFC.
Chad Rosier via llvm-commits
- [PATCH] D17967: [TII] Allow getMemOpBaseRegImmOfs() to accept negative offsets. NFC.
Chad Rosier via llvm-commits
- [PATCH] D17967: [TII] Allow getMemOpBaseRegImmOfs() to accept negative offsets. NFC.
Matt Arsenault via llvm-commits
- [PATCH] D16381: Infrastructure to allow use of PGO in inliner
Easwaran Raman via llvm-commits
- [llvm] r255122 - Re-commit r255115, with the PredicatedScalarEvolution class moved to
Adam Nemet via llvm-commits
- [PATCH] D17643: Fix PR26410: failing assertion when the X87 stackifier runs on functions containing IRETs
Quentin Colombet via llvm-commits
- [PATCH] D12811: RegAllocGreedy: Fix crash when setting CostPerUse
Quentin Colombet via llvm-commits
- [PATCH] D17549: [PATCH] More UTF string conversion wrappers
Cameron via llvm-commits
- [PATCH] D17822: llvm-readobj: enable GNU style -g option
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D17971: [lto] Don't add variables with private linkage to the symbol table.
Sean Silva via llvm-commits
- [PATCH] D17549: [PATCH] More UTF string conversion wrappers
Aaron Ballman via llvm-commits
- FYI patch: using write to output the file
Rafael Espíndola via llvm-commits
- [www] r262967 - Win snapshot: r262937
Hans Wennborg via llvm-commits
- FYI patch: using write to output the file
Rui Ueyama via llvm-commits
- [PATCH] D17971: [lto] Don't add variables with private linkage to the symbol table.
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D17549: [PATCH] More UTF string conversion wrappers
Cameron via llvm-commits
- [PATCH] D17549: [PATCH] More UTF string conversion wrappers
Aaron Ballman via llvm-commits
- [PATCH] D17549: [PATCH] More UTF string conversion wrappers
Zachary Turner via llvm-commits
- [PATCH] D17549: [PATCH] More UTF string conversion wrappers
Cameron via llvm-commits
- FYI patch: using write to output the file
Rafael Espíndola via llvm-commits
- FYI patch: using write to output the file
Sean Silva via llvm-commits
- [PATCH] D17549: [PATCH] More UTF string conversion wrappers
Aaron Ballman via llvm-commits
- [PATCH] D16875: MemorySSA Optimizations: Patch 1 of N
George Burgess IV via llvm-commits
- [lld] r262968 - [lto] Don't add variables with private linkage to the symbol table.
Sean Silva via llvm-commits
- [PATCH] D17971: [lto] Don't add variables with private linkage to the symbol table.
Sean Silva via llvm-commits
- [PATCH] D17973: [DAG]: Combine multiple AssertZexts separated by trunc
Hans Wennborg via llvm-commits
- [PATCH] D17066: libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Mehdi AMINI via llvm-commits
- [PATCH] D17066: libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Mehdi AMINI via llvm-commits
- [PATCH] D17212: [ThinLTO] Support for call graph in per-module and combined summary.
Mehdi AMINI via llvm-commits
- [PATCH] D17863: Swift Calling Convention: add swiftcc
Manman Ren via llvm-commits
- [PATCH] D17866: Swift Calling Convention: add swiftself attribute
Manman Ren via llvm-commits
- [PATCH] D17974: [lto] Record whether a variable is TLS.
Sean Silva via llvm-commits
- [PATCH] D17974: [lto] Record whether a variable is TLS.
David Blaikie via llvm-commits
- [PATCH] D17974: [lto] Record whether a variable is TLS.
Rafael Espíndola via llvm-commits
- [lld] r262972 - Assume GV is not null for now.
Rafael Espindola via llvm-commits
- [PATCH] D17974: [lto] Record whether a variable is TLS.
Sean Silva via llvm-commits
- [LNT] r262973 - Add VERBOSE=1 to cmake test-suite options to make make's output useful
Chris Matthews via llvm-commits
- [LNT] r262974 - Enhance help strings for parallel build options
Chris Matthews via llvm-commits
- [PATCH] D17974: [lto] Record whether a variable is TLS.
Sean Silva via llvm-commits
- [PATCH] D17974: [lto] Record whether a variable is TLS.
Rafael Ávila de Espíndola via llvm-commits
- [lld] r262975 - [lto] Record whether a variable is TLS.
Sean Silva via llvm-commits
- [PATCH][RFC] llvm-cov HTML generation
Harlan Haskins via llvm-commits
- [PATCH] D17974: [lto] Record whether a variable is TLS.
Sean Silva via llvm-commits
- [PATCH] D17257: New utility class ReachingPhysDefs for post-ra analysis.
Quentin Colombet via llvm-commits
- [PATCH] D17975: [lto] Avoid duplicate symbol error for appending linkage.
Sean Silva via llvm-commits
- [PATCH] D17066: libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Teresa Johnson via llvm-commits
- [PATCH] D17948: Use CXX_FAST_TLS to enable shrink wrapping on PPC
Thomas Jablin via llvm-commits
- [PATCH] D17975: [lto] Avoid duplicate symbol error for appending linkage.
Rafael Espíndola via llvm-commits
- [PATCH] D17977: Fix some typos
Dongyuan Liu via llvm-commits
- [llvm] r262976 - FunctionIndex is not optional for renameModuleForThinLTO(), make it a reference (NFC)
Mehdi Amini via llvm-commits
- [llvm] r262977 - libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Mehdi Amini via llvm-commits
- [PATCH] D17643: Fix PR26410: failing assertion when the X87 stackifier runs on functions containing IRETs
David Kreitzer via llvm-commits
- [PATCH] D17975: [lto] Avoid duplicate symbol error for appending linkage.
Sean Silva via llvm-commits
- [llvm] r262978 - [SCEV] Slightly generalize getRangeViaFactoring
Sanjoy Das via llvm-commits
- [llvm] r262979 - [SCEV] Slightly generalize getRangeViaFactoring
Sanjoy Das via llvm-commits
- [llvm] r262980 - Remove trailing newline from test case; NFC
Sanjoy Das via llvm-commits
- [PATCH] D17975: [lto] Avoid duplicate symbol error for appending linkage.
Rui Ueyama via llvm-commits
- [llvm] r262981 - Fix GOLD plugin build after r262976
Mehdi Amini via llvm-commits
- [PATCH] D17098: [AArch64] analyse dependences of ldp/stp
Sebastian Pop via llvm-commits
- [llvm] r262982 - [WebAssembly] Implement irreducible control flow.
Dan Gohman via llvm-commits
- [lld] r262983 - Avoid unnecessary qualification.
Sean Silva via llvm-commits
- [PATCH] D17975: [lto] Avoid duplicate symbol error for appending linkage.
Sean Silva via llvm-commits
- [PATCH] D17975: [lto] Avoid duplicate symbol error for appending linkage.
Sean Silva via llvm-commits
- [llvm] r262987 - Fix library dependency for llvm-lto after r262977
Mehdi Amini via llvm-commits
- [llvm] r262988 - [IRCE] Reflow comments; NFC
Sanjoy Das via llvm-commits
- [llvm] r262989 - Return StringRef instead of a naked char*; NFC
Sanjoy Das via llvm-commits
- [llvm] r262990 - void foo() is not a valid C prototype, one has to write void foo(void)
Mehdi Amini via llvm-commits
- [PATCH] D17837: [PPC] backend changes to generate xvabs[s, d]p and xvnabs[s, d]p instructions
Kit Barton via llvm-commits
- [PATCH] D17975: [lto] Avoid duplicate symbol error for appending linkage.
Rafael Espíndola via llvm-commits
- [PATCH] D17098: [AArch64] analyse dependences of ldp/stp
Chad Rosier via llvm-commits
- [lld] r262992 - [lto] Avoid duplicate symbol error for appending linkage.
Sean Silva via llvm-commits
- [PATCH] D17975: [lto] Avoid duplicate symbol error for appending linkage.
Sean Silva via llvm-commits
- [llvm] r262993 - Fix ThinLTO test: depends on the X86 backend
Mehdi Amini via llvm-commits
- [llvm] r262994 - Use lto_bool_t instead of a raw `bool` (fixup for r262977).
Sean Silva via llvm-commits
- [PATCH] D17980: [lld] [ELF/AArch64] Add GD to IE TLS relax optimization
Adhemerval Zanella via llvm-commits
- [llvm] r262995 - [WebAssembly] Update comments about irreducible control flow.
Dan Gohman via llvm-commits
- [PATCH] D17254: Fix some -Wundef warnings in include/llvm/ExecutionEngine/JITEventListener.h
Keno Fischer via llvm-commits
- [llvm] r262790 - unitests: add some ARM TargetParser tests
Renato Golin via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi Amini via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi AMINI via llvm-commits
- [PATCH] D17982: [lto] Don't lazy load metadata for now.
Sean Silva via llvm-commits
- [llvm] r262997 - [LAA] Improve comment for isStridedPtr
Adam Nemet via llvm-commits
- [llvm] r262998 - [LoopDataPrefetch] Add stats and debug output
Adam Nemet via llvm-commits
- [PATCH] D17883: [ASAN] Add support for mips/mips64 android
Mohit Bhakkad via llvm-commits
- [llvm] r262999 - Fix uninitialized member bool. Detected by ASan.
Richard Trieu via llvm-commits
- [lld] r262910 - ELF: Add /lib and /usr/lib as default search paths.
Joerg Sonnenberger via llvm-commits
- [PATCH] D17983: Eliminate many benign instances of "potentially uninitialized local variable" warnings
Alexander Riccio via llvm-commits
- [PATCH] D16101: Don't crash when compiling inline assembler containing .file directives with clang -g.
Eric Christopher via llvm-commits
- [lld] r262846 - Do not use "default" for a fully-covered switch.
Sean Silva via llvm-commits
- [PATCH] D17940: SelectionDAG: Fix a crash on inline asm when output register supports multiple types
Eric Christopher via llvm-commits
- [PATCH] D17068: [mips][microMIPS] Fix for "Cannot copy registers" assertion
Hrvoje Varga via llvm-commits
- [compiler-rt] r263000 - [Compiler-rt][MIPS] Defining macros for MIPS archs
Mohit K. Bhakkad via llvm-commits
- [compiler-rt] r263001 - [DFSan] Fix test_inet_pton for big endian archs
Mohit K. Bhakkad via llvm-commits
- [PATCH] D17881: [Compiler-rt][MIPS] Defining macros for MIPS archs
Mohit Bhakkad via llvm-commits
- [PATCH] D17751: [DFSan] Fix test_inet_pton for big endian archs
Mohit Bhakkad via llvm-commits
- [PATCH] D17980: [lld] [ELF/AArch64] Add GD to IE TLS relax optimization
George Rimar via llvm-commits
- [PATCH] D17884: Disallow duplication of imported entities
Amjad Aboud via llvm-commits
- [PATCH] D17884: Disallow duplication of imported entities
Amjad Aboud via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Chandler Carruth via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Justin Bogner via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Chandler Carruth via llvm-commits
- [compiler-rt] r262736 - [PGO] Add API to check compatibility of profile data in buffer
Kuba Brecka via llvm-commits
- [PATCH] D17984: [AMDGPU] Assembler: change v_madmk operands to have same order as mad.
Nikolay Haustov via llvm-commits
- [PATCH] D17980: [lld] [ELF/AArch64] Add GD to IE TLS relax optimization
Adhemerval Zanella via llvm-commits
- [llvm] r263005 - [AMDGPU] Assembler: Fix s_setpc_b64
Nikolay Haustov via llvm-commits
- [PATCH] D17888: [AMDGPU] Assembler: Fix s_setpc_b64
Nikolay Haustov via llvm-commits
- [llvm] r263006 - [AMDGPU] Assembler: Support abs() syntax.
Nikolay Haustov via llvm-commits
- [PATCH] D17887: [AMDGPU] Assembler: Support abs() syntax.
Nikolay Haustov via llvm-commits
- [PATCH] D17887: [AMDGPU] Assembler: Support abs() syntax.
Nikolay Haustov via llvm-commits
- [PATCH] D17985: [Compiler-rt] Fix ioctl codes for MIPS in sanitizer_ioctl_test
Mohit Bhakkad via llvm-commits
- [PATCH] D17983: Eliminate many benign instances of "potentially uninitialized local variable" warnings
Daniel Sanders via llvm-commits
- [PATCH] D17983: Eliminate many benign instances of "potentially uninitialized local variable" warnings
Scott Egerton via llvm-commits
- [llvm] r263008 - [AMDGPU] Assembler: Support DPP instructions.
Sam Kolton via llvm-commits
- [llvm] r263009 - Update comments following the addition of PredicatedScalarEvolution. NFC.
Silviu Baranga via llvm-commits
- [llvm] r262926 - [gold] Avoid assertion failures when taking a pointer to an empty vector.
Benjamin Kramer via llvm-commits
- [llvm] r255122 - Re-commit r255115, with the PredicatedScalarEvolution class moved to
Silviu Baranga via llvm-commits
- [PATCH] D17885: [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random number, set bool, and dfp test significance
Chuang-Yu Cheng via llvm-commits
- [PATCH] D17989: [mips][microMIPS] Add CodeGen support for SLL16, SRL16, SLL, SLLV, SRA, SRAV, SRL and SRLV instructions
Zlatko Buljan via llvm-commits
- [compiler-rt] r263010 - Add ARM EHABI support to gcc_personality_v0.
Logan Chien via llvm-commits
- [PATCH] D15781: [compiler-rt] Add support for ARM EHABI to gcc_personality_v0.
Logan Chien via llvm-commits
- [PATCH] D17918: [ELF] - Issue an error if trying to link object that uses splitstacks.
George Rimar via llvm-commits
- [PATCH] D17918: [ELF] - Issue an error if trying to link object that uses splitstacks.
George Rimar via llvm-commits
- [PATCH] D17337: __builtin_object_size problem with pointer as argument
Strahinja Petrovic via llvm-commits
- [llvm] r263011 - Reland r262337 "calculate builtin_object_size if arg is a removable pointer"
Petar Jovanovic via llvm-commits
- [PATCH] D17934: [ELF] Implement infrastructure for thunk code creation
Simon Atanasyan via llvm-commits
- [PATCH] D17337: __builtin_object_size problem with pointer as argument
Petar Jovanovic via llvm-commits
- [PATCH] D17942: [AArch64] Optimize test and branch sequence when the test's constant operand is power of 2
Balaram Makam via llvm-commits
- [PATCH] D17884: Disallow duplication of imported entities
don hinton via llvm-commits
- [PATCH] D17991: [CLANG][AVX512][BUILTIN] storeup{d|s}{128|256}
michael zuckerman via llvm-commits
- [lld] r263012 - Simplify: SHN_ABS is >= SHN_LORESERVE.
Rafael Espindola via llvm-commits
- [PATCH] D17982: [lto] Don't lazy load metadata for now.
Teresa Johnson via llvm-commits
- [www] r263013 - [EuroLLVM] Add an etherpad for the minutes of each BoF.
Arnaud A. de Grandmaison via llvm-commits
- [llvm] r263014 - Fix build error due to unsigned compare >= 0 in r263008 (NFC)
Teresa Johnson via llvm-commits
- [PATCH] D17942: [AArch64] Optimize test and branch sequence when the test's constant operand is power of 2
Tim Northover via llvm-commits
- [llvm] r263008 - [AMDGPU] Assembler: Support DPP instructions.
Teresa Johnson via llvm-commits
- [PATCH] D17967: [TII] Allow getMemOpBaseRegImmOfs() to accept negative offsets. NFC.
Chad Rosier via llvm-commits
- [PATCH] D17967: [TII] Allow getMemOpBaseRegImmOfs() to accept negative offsets. NFC.
Chandler Carruth via llvm-commits
- [llvm] r263008 - [AMDGPU] Assembler: Support DPP instructions.
Kolton, Sam via llvm-commits
- [PATCH] D17212: [ThinLTO] Support for call graph in per-module and combined summary.
Teresa Johnson via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi Amini via llvm-commits
- [PATCH] D17992: Materialize metadata in IRLinker before value mapping
Teresa Johnson via llvm-commits
- [PATCH] D17982: [lto] Don't lazy load metadata for now.
Teresa Johnson via llvm-commits
- [compiler-rt] r263017 - [test/sanitizer-common] Move getpass.cc from Linux into Posix
Filipe Cabecinhas via llvm-commits
- [compiler-rt] r263018 - [test/sanitizer-common] Linux/sanitizer_set_death_callback_test.cc -> Posix/sanitizer_set_death_callback_test.cc
Filipe Cabecinhas via llvm-commits
- [llvm] r262004 - [PM] Introduce CRTP mixin base classes to help define passes and
Manuel Klimek via llvm-commits
- [PATCH] D17994: AVX-512: Fixed a bug in shuffle for v64i8 type
Elena Demikhovsky via llvm-commits
- [PATCH] D17945: [LoopDataPrefetch/Aarch64] Allow selective prefetching of large-strided accesses
Tim Northover via llvm-commits
- [PATCH] D17949: [LoopDataPrefetch] Add TTI to limit the number of iterations to prefetch ahead
Tim Northover via llvm-commits
- [PATCH] D17928: [sanitizer_common tests] Make Darwin a Posix system and bring the stable-runtime definition from ASan tests.
Filipe Cabecinhas via llvm-commits
- [PATCH] D17983: Eliminate many benign instances of "potentially uninitialized local variable" warnings
David Blaikie via llvm-commits
- [PATCH] D17928: [sanitizer_common tests] Make Darwin a Posix system and bring the stable-runtime definition from ASan tests.
Filipe Cabecinhas via llvm-commits
- [llvm] r263021 - [TII] Allow getMemOpBaseRegImmOfs() to accept negative offsets. NFC.
Chad Rosier via llvm-commits
- [PATCH] D17921: [CorrelatedValuePropagation] Convert an SDiv to a UDiv if both operands are known to be nonnegative
Haicheng Wu via llvm-commits
- [llvm] r263022 - SelectionDAG: Fix a crash on inline asm when output register supports multiple types
Tom Stellard via llvm-commits
- [PATCH] D17940: SelectionDAG: Fix a crash on inline asm when output register supports multiple types
Phabricator via llvm-commits
- [PATCH] D17983: Eliminate many benign instances of "potentially uninitialized local variable" warnings
Teresa Johnson via llvm-commits
- [PATCH] D17983: Eliminate many benign instances of "potentially uninitialized local variable" warnings
David Blaikie via llvm-commits
- [PATCH] D17983: Eliminate many benign instances of "potentially uninitialized local variable" warnings
Teresa Johnson via llvm-commits
- [PATCH] D17983: Eliminate many benign instances of "potentially uninitialized local variable" warnings
David Blaikie via llvm-commits
- [PATCH] D17983: Eliminate many benign instances of "potentially uninitialized local variable" warnings
Teresa Johnson via llvm-commits
- [llvm] r263024 - [AArch64] Minor cleanup/remove redundant code. NFC.
Chad Rosier via llvm-commits
- [PATCH] D17967: [TII] Allow getMemOpBaseRegImmOfs() to accept negative offsets. NFC.
Chad Rosier via llvm-commits
- [compiler-rt] r262736 - [PGO] Add API to check compatibility of profile data in buffer
Xinliang David Li via llvm-commits
- [PATCH] D17996: Add support for preserve_most/preserve_all calling conventions to the AArch64 backend.
Roman Levenstein via llvm-commits
- [PATCH] D17885: [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random number, set bool, and dfp test significance
Nemanja Ivanovic via llvm-commits
- [llvm] r263026 - [AMDGPU] add AMDGPU target support to ELFObjectFile.h header
Valery Pykhtin via llvm-commits
- [compiler-rt] r263028 - Fix a minor bug in test
Xinliang David Li via llvm-commits
- [PATCH] D17144: [AMDGPU] add AMDGPU target support to ELFObjectFile.h header
Valery Pykhtin via llvm-commits
- [compiler-rt] r262736 - [PGO] Add API to check compatibility of profile data in buffer
Xinliang David Li via llvm-commits
- [llvm] r263030 - ReleaseNotes: update 'you may prefer' link to 3.8
Hans Wennborg via llvm-commits
- [llvm] r263032 - [AArch64] Move helper functions into TII, so they can be reused elsewhere. NFC.
Chad Rosier via llvm-commits
- [llvm] r263033 - Don't crash when compiling inline assembler containing .file directives.
Adrian Prantl via llvm-commits
- [PATCH] D16101: Don't crash when compiling inline assembler containing .file directives with clang -g.
Adrian Prantl via llvm-commits
- [PATCH] D17997: [CLNAG][AVX512][BUILTIN] adding storeup{d|s}{128|256} in to Clang
michael zuckerman via llvm-commits
- [PATCH] D17996: Add support for preserve_most/preserve_all calling conventions to the AArch64 backend.
Tim Northover via llvm-commits
- [llvm] r263035 - [PPC] backend changes to generate xvabs[s, d]p and xvnabs[s, d]p instructions
Kit Barton via llvm-commits
- [PATCH] D17918: [ELF] - Issue an error if trying to link object that uses splitstacks.
Rui Ueyama via llvm-commits
- [PATCH] D17998: [ELF] implement --warn-common/--no-warn-common
George Rimar via llvm-commits
- [PATCH] D17837: [PPC] backend changes to generate xvabs[s, d]p and xvnabs[s, d]p instructions
Kit Barton via llvm-commits
- [llvm] r263037 - add a test RUN to show unexpected behavior
Sanjay Patel via llvm-commits
- [PATCH] D17998: [ELF] implement --warn-common/--no-warn-common
Rui Ueyama via llvm-commits
- [lld] r263039 - [ELF] - Issue an error if trying to link object that uses splitstacks.
George Rimar via llvm-commits
- [PATCH] D17918: [ELF] - Issue an error if trying to link object that uses splitstacks.
George Rimar via llvm-commits
- [PATCH] D16239: Fix PR25526 by adding back limited cmpxchg pseudo-Insts
Tim Northover via llvm-commits
- [PATCH] D17982: [lto] Don't lazy load metadata for now.
Rafael Espíndola via llvm-commits
- [PATCH] D17918: [ELF] - Issue an error if trying to link object that uses splitstacks.
Rui Ueyama via llvm-commits
- [PATCH] D17643: Fix PR26410: failing assertion when the X87 stackifier runs on functions containing IRETs
Quentin Colombet via llvm-commits
- [llvm] r255122 - Re-commit r255115, with the PredicatedScalarEvolution class moved to
Adam Nemet via llvm-commits
- [lld] r263040 - Fixed "not all control paths return a value" warning. NFC.
George Rimar via llvm-commits
- [PATCH] D17982: [lto] Don't lazy load metadata for now.
Rafael Espíndola via llvm-commits
- [PATCH] D17918: [ELF] - Issue an error if trying to link object that uses splitstacks.
George Rimar via llvm-commits
- [PATCH] D17992: Materialize metadata in IRLinker before value mapping
Rafael Espíndola via llvm-commits
- [lld] r263040 - Fixed "not all control paths return a value" warning. NFC.
Rui Ueyama via llvm-commits
- [PATCH] D17992: Materialize metadata in IRLinker before value mapping
Teresa Johnson via llvm-commits
- [PATCH] D17982: [lto] Don't lazy load metadata for now.
Mehdi AMINI via llvm-commits
- [llvm] r263044 - This change adds co-processor condition branching and conditional traps to the Sparc back-end.
Chris Dewhurst via llvm-commits
- [PATCH] D12093: [NVPTX] Support register copy from i16 to i32 register types
Justin Holewinski via llvm-commits
- [PATCH] D18000: [x86] fix cost model inaccuracy for vector memory ops
Sanjay Patel via llvm-commits
- [PATCH] D17992: Materialize metadata in IRLinker before value mapping
Rafael Espíndola via llvm-commits
- [lld] r263045 - [lto] Don't lazy load metadata for now.
Sean Silva via llvm-commits
- [PATCH] D18001: [LSR] Create fewer redundant instructions.
Geoff Berry via llvm-commits
- [PATCH] D17982: [lto] Don't lazy load metadata for now.
Rafael Espíndola via llvm-commits
- [PATCH] D17982: [lto] Don't lazy load metadata for now.
Sean Silva via llvm-commits
- [llvm] r263046 - MachineRegisterInfo: Correct comment
Matthias Braun via llvm-commits
- [llvm] r263047 - InstCombine: Restrict computeKnownBits() on all Values to OptLevel > 2
Matthias Braun via llvm-commits
- [PATCH] D17992: Materialize metadata in IRLinker before value mapping
Teresa Johnson via llvm-commits
- [PATCH] D16835: InstCombine: Restrict computeKnownBits() on everyValue to OptLevel > 2
Phabricator via llvm-commits
- [PATCH] D17978: Add an LLVM_BUILTIN_DEBUGTRAP macro.
Mark Lacey via llvm-commits
- [PATCH] D17899: [x86, AVX] optimize masked loads with constant masks
Simon Pilgrim via llvm-commits
- [PATCH] D17899: [x86, AVX] optimize masked loads with constant masks
Sanjay Patel via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi AMINI via llvm-commits
- [PATCH] D18002: Add an LLVM_BUILTIN_DEBUGTRAP macro.
Mark Lacey via llvm-commits
- [PATCH] D17996: Add support for preserve_most/preserve_all calling conventions to the AArch64 backend.
Roman Levenstein via llvm-commits
- [PATCH] D18004: [ELF] - refactor of SymbolBody::compare()
George Rimar via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi AMINI via llvm-commits
- [PATCH] D18004: [ELF] - refactor of SymbolBody::compare()
George Rimar via llvm-commits
- [PATCH] D16998: [AMDGPU] llvm-objdump: disassembling .hsatext section of HSA Code Object v1.0
Valery Pykhtin via llvm-commits
- [PATCH] D18004: [ELF] - refactor of SymbolBody::compare()
George Rimar via llvm-commits
- [PATCH] D17996: Add support for preserve_most/preserve_all calling conventions to the AArch64 backend.
Roman Levenstein via llvm-commits
- [llvm] r263050 - [llvm-readobj] Enable GNU style section group print
Hemant Kulkarni via llvm-commits
- [PATCH] D16689: [tsan] Dynamically detect heap range for aarch64.
Yabin Cui via llvm-commits
- [PATCH] D17998: [ELF] implement --warn-common/--no-warn-common
George Rimar via llvm-commits
- [PATCH] D17822: llvm-readobj: enable GNU style -g option
khemant at codeaurora.org via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Chandler Carruth via llvm-commits
- [PATCH] D17966: [AMDGPU] Fix VOPC instruction operand namings
Valery Pykhtin via llvm-commits
- [PATCH] D17651: [AMDGPU] Fix SMEM instructions encoding/operand namings
Valery Pykhtin via llvm-commits
- [PATCH] D18000: [x86] fix cost model inaccuracy for vector memory ops
Zia Ansari via llvm-commits
- [PATCH] D17625: Do not select EhPad BB in MachineBlockPlacement when there is regular BB to schedule
David Li via llvm-commits
- [PATCH] D17997: [CLNAG][AVX512][BUILTIN] adding storeup{d|s}{128|256} in to Clang
Elena Demikhovsky via llvm-commits
- [PATCH] D17944: [libfuzzer] adapter-based custom mutators
Mike Aizatsky via llvm-commits
- [PATCH] D17944: [libfuzzer] adapter-based custom mutators
Mike Aizatsky via llvm-commits
- [PATCH] D17651: [AMDGPU] Fix SMEM instructions encoding/operand namings
Matt Arsenault via llvm-commits
- [zorg] r263053 - Temporally removed darwin cross builders from LLVM master's waterfall.
Galina Kistanova via llvm-commits
- [PATCH] D18006: [lto] Add beginning of -save-temps option.
Sean Silva via llvm-commits
- [llvm] r263054 - [AArch64] Minor reformatting (NFC).
Evandro Menezes via llvm-commits
- [PATCH] D17921: [CorrelatedValuePropagation] Convert an SDiv to a UDiv if both operands are known to be nonnegative
Philip Reames via llvm-commits
- [PATCH] D17212: [ThinLTO] Support for call graph in per-module and combined summary.
Teresa Johnson via llvm-commits
- [PATCH] D17212: [ThinLTO] Support for call graph in per-module and combined summary.
Teresa Johnson via llvm-commits
- [PATCH] D17983: Eliminate many benign instances of "potentially uninitialized local variable" warnings
Alexander Riccio via llvm-commits
- [lld] r263055 - [lto] Add beginning of -save-temps option.
Sean Silva via llvm-commits
- [PATCH] D18007: [test-suite] Use target_link_libraries for libs
Chad Rosier via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi AMINI via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi AMINI via llvm-commits
- [PATCH] D18006: [lto] Add beginning of -save-temps option.
Rui Ueyama via llvm-commits
- [PATCH] D18006: [lto] Add beginning of -save-temps option.
Sean Silva via llvm-commits
- [PATCH] D17983: Eliminate many benign instances of "potentially uninitialized local variable" warnings
Alexander Riccio via llvm-commits
- [lld] r263057 - Update for Rui's comments on D18006
Sean Silva via llvm-commits
- [PATCH] D18006: [lto] Add beginning of -save-temps option.
Rui Ueyama via llvm-commits
- [PATCH] D18006: [lto] Add beginning of -save-temps option.
Sean Silva via llvm-commits
- [PATCH] D17732: Introduce @llvm.experimental.deoptimize
Philip Reames via llvm-commits
- [PATCH] D18006: [lto] Add beginning of -save-temps option.
Sean Silva via llvm-commits
- [PATCH] D17497: Support arbitrary address space for intrinsics
Philip Reames via llvm-commits
- [PATCH] D16343: [BasicAA] Fix for missing must alias information
Philip Reames via llvm-commits
- [compiler-rt] r262736 - [PGO] Add API to check compatibility of profile data in buffer
Vedant Kumar via llvm-commits
- [compiler-rt] r262736 - [PGO] Add API to check compatibility of profile data in buffer
Xinliang David Li via llvm-commits
- [PATCH] D17732: Introduce @llvm.experimental.deoptimize
Sanjoy Das via llvm-commits
- [PATCH] D17863: Swift Calling Convention: add swiftcc
Tim Northover via llvm-commits
- [PATCH] D18009: [lto] Add saving the LTO .o file to -save-temps.
Sean Silva via llvm-commits
- [compiler-rt] r262736 - [PGO] Add API to check compatibility of profile data in buffer
Vedant Kumar via llvm-commits
- [compiler-rt] r262736 - [PGO] Add API to check compatibility of profile data in buffer
Xinliang David Li via llvm-commits
- [PATCH] D15912: [BasicAA/MDA] Sink aliasing rules for malloc and calloc into BasicAA
Philip Reames via llvm-commits
- [PATCH] D18010: AMDGPU: R600 code splitting cleanup
Matt Arsenault via llvm-commits
- [PATCH] D17549: [PATCH] More UTF string conversion wrappers
Cameron via llvm-commits
- [PATCH] D17732: Introduce @llvm.experimental.deoptimize
Philip Reames via llvm-commits
- [PATCH] D15912: [BasicAA/MDA] Sink aliasing rules for malloc and calloc into BasicAA
Daniel Berlin via llvm-commits
- [PATCH] D16783: [LICM] Store promotion when memory is thread local
Philip Reames via llvm-commits
- [PATCH] D18009: [lto] Add saving the LTO .o file to -save-temps.
Sean Silva via llvm-commits
- [PATCH] D16783: [LICM] Store promotion when memory is thread local
Sanjoy Das via llvm-commits
- [llvm] r263058 - [LLE] Add missing check for unit stride
Adam Nemet via llvm-commits
- [PATCH] D17652: [CGP] Duplicate addressing computation in cold paths if required to sink addressing mode
Philip Reames via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Philip Reames via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi AMINI via llvm-commits
- [PATCH] D17652: [CGP] Duplicate addressing computation in cold paths if required to sink addressing mode
Philip Reames via llvm-commits
- [PATCH] D18007: [test-suite] Use target_link_libraries for libs
Matthias Braun via llvm-commits
- [PATCH] D18004: [ELF] - refactor of SymbolBody::compare()
Rui Ueyama via llvm-commits
- [PATCH] D17652: [CGP] Duplicate addressing computation in cold paths if required to sink addressing mode
Mehdi Amini via llvm-commits
- [llvm] r263059 - [InstCombine] (icmp sgt smin(PosA, B) 0) -> (icmp sgt B 0)
Philip Reames via llvm-commits
- [PATCH] D17873: [InstCombine] (icmp sgt smin(PosA, B) 0) -> (icmp sgt B 0)
Philip Reames via llvm-commits
- [lld] r263061 - Simplify. NFC.
Rui Ueyama via llvm-commits
- [PATCH] D17803: ELF: Remove non-standard ELF features from AMDGPU target
Rui Ueyama via llvm-commits
- [llvm] r263062 - [ValueTracking] Extract isKnownPositive [NFCI]
Philip Reames via llvm-commits
- [PATCH] D17977: Fix some typos
Krzysztof Parzyszek via llvm-commits
- [PATCH] D17921: [CorrelatedValuePropagation] Convert an SDiv to a UDiv if both operands are known to be nonnegative
Haicheng Wu via llvm-commits
- [lld] r263063 - ELF: Remove non-standard ELF features from AMDGPU target.
Rafael Espindola via llvm-commits
- [lld] r263064 - ELF: link with BitWriter module
Jan Vesely via llvm-commits
- [PATCH] D16829: An implementation of Swing Modulo Scheduling
Mark Schimmel via llvm-commits
- [compiler-rt] r263065 - Fix test failure on darwin-i386
Xinliang David Li via llvm-commits
- [PATCH] D17732: Introduce @llvm.experimental.deoptimize
Sanjoy Das via llvm-commits
- [lld] r263063 - ELF: Remove non-standard ELF features from AMDGPU target.
Rui Ueyama via llvm-commits
- [lld] r263064 - ELF: link with BitWriter module
Sean Silva via llvm-commits
- [PATCH] D17257: New utility class ReachingPhysDefs for post-ra analysis.
Quentin Colombet via llvm-commits
- [PATCH] D15592: [LICM] Make store promotion work in the face of unordered atomics
Philip Reames via llvm-commits
- [lld] r263064 - ELF: link with BitWriter module
Jan Vesely via llvm-commits
- [lld] r263064 - ELF: link with BitWriter module
Sean Silva via llvm-commits
- [llvm] r263067 - [x86, AVX] optimize masked loads with constant masks
Sanjay Patel via llvm-commits
- [PATCH] D15912: [BasicAA/MDA] Sink aliasing rules for malloc and calloc into BasicAA
Philip Reames via llvm-commits
- [llvm] r263068 - [WebAssembly] Update known gcc test failures
Derek Schuff via llvm-commits
- [PATCH] D17899: [x86, AVX] optimize masked loads with constant masks
Sanjay Patel via llvm-commits
- [PATCH] D17257: New utility class ReachingPhysDefs for post-ra analysis.
Krzysztof Parzyszek via llvm-commits
- [PATCH] D17921: [CorrelatedValuePropagation] Convert an SDiv to a UDiv if both operands are known to be nonnegative
Philip Reames via llvm-commits
- [PATCH] D17934: [ELF] Implement infrastructure for thunk code creation
Rui Ueyama via llvm-commits
- [PATCH] D17257: New utility class ReachingPhysDefs for post-ra analysis.
Krzysztof Parzyszek via llvm-commits
- [llvm] r263069 - [x86] fix cost model inaccuracy for vector memory ops
Sanjay Patel via llvm-commits
- [PATCH] D18000: [x86] fix cost model inaccuracy for vector memory ops
David Kreitzer via llvm-commits
- [PATCH] D18000: [x86] fix cost model inaccuracy for vector memory ops
Sanjay Patel via llvm-commits
- [PATCH] D18009: [lto] Add saving the LTO .o file to -save-temps.
Rui Ueyama via llvm-commits
- [lld] r263070 - [lto] Add saving the LTO .o file to -save-temps.
Sean Silva via llvm-commits
- [lld] r263071 - Use %t as the output file name to avoid repetition. NFC.
Sean Silva via llvm-commits
- [PATCH] D18012: [lto] Make sure that ctors are added to the combined module.
Sean Silva via llvm-commits
- [PATCH] D17932: [X86][SSE] Simplify vector LOAD + EXTEND on pre-SSE41 hardware
Quentin Colombet via llvm-commits
- [PATCH] D18009: [lto] Add saving the LTO .o file to -save-temps.
Sean Silva via llvm-commits
- [PATCH] D18012: [lto] Make sure that ctors are added to the combined module.
Rui Ueyama via llvm-commits
- [PATCH] D18012: [lto] Make sure that ctors are added to the combined module.
Sean Silva via llvm-commits
- [PATCH] D17858: [X86][SSE] Basic combining of unary target shuffles of binary target shuffles.
Quentin Colombet via llvm-commits
- [PATCH] D18000: [x86] fix cost model inaccuracy for vector memory ops
Sanjay Patel via llvm-commits
- [PATCH] D18012: [lto] Make sure that ctors are added to the combined module.
Sean Silva via llvm-commits
- [PATCH] D18013: Using MPI for Profiling Data Reduction
Daniel Waters via llvm-commits
- [PATCH] D18012: [lto] Make sure that ctors are added to the combined module.
Rui Ueyama via llvm-commits
- [PATCH] D17559: AMDGPU: Implement canonicalize
Matt Arsenault via llvm-commits
- [PATCH] D17732: Introduce @llvm.experimental.deoptimize
Philip Reames via llvm-commits
- [llvm] r263072 - [LICM] Store promotion when memory is thread local
Philip Reames via llvm-commits
- [PATCH] D17898: Implement expansion of {s,u}{min,max}
Matt Arsenault via llvm-commits
- [PATCH] D16783: [LICM] Store promotion when memory is thread local
Philip Reames via llvm-commits
- [llvm] r263073 - Fix the build
Philip Reames via llvm-commits
- [PATCH] D18002: Add an LLVM_BUILTIN_DEBUGTRAP macro.
Eric Christopher via llvm-commits
- [llvm] r263072 - [LICM] Store promotion when memory is thread local
Philip Reames via llvm-commits
- [PATCH] D18013: Using MPI for Profiling Data Reduction
Xinliang David Li via llvm-commits
- [llvm] r263072 - [LICM] Store promotion when memory is thread local
Philip Reames via llvm-commits
- [llvm] r263074 - [CGP] Duplicate addressing computation in cold paths if required to sink addressing mode
Philip Reames via llvm-commits
- [PATCH] D15912: [BasicAA/MDA] Sink aliasing rules for malloc and calloc into BasicAA
Daniel Berlin via llvm-commits
- [PATCH] D18016: Add support for a preserve_most calling convention to the AArch64 backend.
Roman Levenstein via llvm-commits
- [PATCH] D17652: [CGP] Duplicate addressing computation in cold paths if required to sink addressing mode
Philip Reames via llvm-commits
- [llvm] r263075 - [BasicAA/MDA] Sink aliasing rules for malloc and calloc into BasicAA
Philip Reames via llvm-commits
- [PATCH] D17523: llvm-readobj: enable GNU output style sections and relocations printing for ELF files
khemant at codeaurora.org via llvm-commits
- [PATCH] D18012: [lto] Make sure that ctors are added to the combined module.
Sean Silva via llvm-commits
- wip patch: Create SymbolBody for all symbols
Rafael Espíndola via llvm-commits
- [PATCH] D17996: Add support for preserve_most/preserve_all calling conventions to the AArch64 backend.
Roman Levenstein via llvm-commits
- [PATCH] D18012: [lto] Make sure that ctors are added to the combined module.
Rui Ueyama via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Justin Bogner via llvm-commits
- [PATCH] D15912: [BasicAA/MDA] Sink aliasing rules for malloc and calloc into BasicAA
Philip Reames via llvm-commits
- [PATCH] D17257: New utility class ReachingPhysDefs for post-ra analysis.
Daniel Berlin via llvm-commits
- [PATCH] D18012: [lto] Make sure that ctors are added to the combined module.
Sean Silva via llvm-commits
- [PATCH] D17584: Cleanup inline cost analysis code
Philip Reames via llvm-commits
- [compiler-rt] r263077 - sanitizer: Fix endianness checks for gcc
Alexey Samsonov via llvm-commits
- [PATCH] D17660: sanitizer: Fix endianness checks for gcc
Alexey Samsonov via llvm-commits
- [PATCH] D17928: [sanitizer_common tests] Make Darwin a Posix system and bring the stable-runtime definition from ASan tests.
Alexey Samsonov via llvm-commits
- [PATCH] D18016: Add support for a preserve_most calling convention to the AArch64 backend.
Tim Northover via llvm-commits
- [PATCH] D17985: [Compiler-rt] Fix ioctl codes for MIPS in sanitizer_ioctl_test
Alexey Samsonov via llvm-commits
- [PATCH] D17883: [ASAN] Add support for mips/mips64 android
Alexey Samsonov via llvm-commits
- [PATCH] D14596: [SROA] Choose more profitable type in findCommonType
Guozhi Wei via llvm-commits
- [PATCH] D18013: Using MPI for Profiling Data Reduction
David Li via llvm-commits
- [PATCH] D17584: Cleanup inline cost analysis code
Easwaran Raman via llvm-commits
- [PATCH] D17898: Implement expansion of {s,u}{min,max}
Jan Vesely via llvm-commits
- [PATCH] D18002: Add an LLVM_BUILTIN_DEBUGTRAP macro.
Mark Lacey via llvm-commits
- [PATCH] D18016: Add support for a preserve_most calling convention to the AArch64 backend.
Roman Levenstein via llvm-commits
- [PATCH] D17892: AMDGPU/SI: Implement S_GETREG Intrinsic
Changpeng Fang via llvm-commits
- [PATCH] D17892: AMDGPU/SI: Implement S_GETREG Intrinsic
Matt Arsenault via llvm-commits
- [PATCH] D17894: Interface to get/set profile summary metadata to module
David Li via llvm-commits
- [PATCH] D17992: Materialize metadata in IRLinker before value mapping
Rafael Espíndola via llvm-commits
- [PATCH] D17962: [PM] Port memdep to the new pass manager.
Bruno Cardoso Lopes via llvm-commits
- [PATCH] D18013: Using MPI for Profiling Data Reduction
Sean Silva via llvm-commits
- [PATCH] D18013: Using MPI for Profiling Data Reduction
Xinliang David Li via llvm-commits
- [PATCH] D17898: Implement expansion of {s,u}{min,max}
Matt Arsenault via llvm-commits
- [PATCH] D18013: Using MPI for Profiling Data Reduction
Hal Finkel via llvm-commits
- [PATCH] D17732: Introduce @llvm.experimental.deoptimize
Sanjoy Das via llvm-commits
- [llvm] r263082 - [PM] Port memdep to the new pass manager.
Chandler Carruth via llvm-commits
- [llvm] r263083 - [gvn] Reformat a chunk of the GVN code that is strangely indented prior
Chandler Carruth via llvm-commits
- [llvm] r263084 - [gvn] Fix more indenting and formatting in regions of code that will
Chandler Carruth via llvm-commits
- [PATCH] D18013: Using MPI for Profiling Data Reduction
Xinliang David Li via llvm-commits
- [PATCH] D17962: [PM] Port memdep to the new pass manager.
Chandler Carruth via llvm-commits
- [PATCH] D18013: Using MPI for Profiling Data Reduction
Hal Finkel via llvm-commits
- [PATCH] D18019: [PM] Port GVN to the new pass manager, wire it up, and teach a couple of tests to run GVN in both modes.
Chandler Carruth via llvm-commits
- [PATCH] D17983: Eliminate many benign instances of "potentially uninitialized local variable" warnings
David Blaikie via llvm-commits
- [PATCH] D18013: Using MPI for Profiling Data Reduction
Hal Finkel via llvm-commits
- [PATCH] D17983: Eliminate many benign instances of "potentially uninitialized local variable" warnings
David Blaikie via llvm-commits
- [PATCH] D18013: Using MPI for Profiling Data Reduction
David Li via llvm-commits
- [PATCH] D18010: AMDGPU: R600 code splitting cleanup
David Blaikie via llvm-commits
- [PATCH] D18013: Using MPI for Profiling Data Reduction
Xinliang David Li via llvm-commits
- [llvm] r262247 - Fix PR26585 by improving the promotion of DBG_VALUEs to DW_AT_locations.
Pieb, Wolfgang via llvm-commits
- [llvm] r263086 - Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi Amini via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi AMINI via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi AMINI via llvm-commits
- [PATCH] D18013: Using MPI for Profiling Data Reduction
Hal Finkel via llvm-commits
- [PATCH] D18020: [sanitizer] Add strlen to the common interceptors
Derek Bruening via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Philip Reames via llvm-commits
- [PATCH] D18010: AMDGPU: R600 code splitting cleanup
Matt Arsenault via llvm-commits
- [llvm] r263088 - Add an entry in the Release Notes for LLVMContext::discardValueNames()
Mehdi Amini via llvm-commits
- [PATCH] D18022: Do not specialize IRBuilder to strip names in SROA
Mehdi AMINI via llvm-commits
- [PATCH] D18023: Remove PreserveNames template parameter from IRBuilder
Mehdi AMINI via llvm-commits
- [PATCH] D18010: AMDGPU: R600 code splitting cleanup
David Blaikie via llvm-commits
- [llvm] r263089 - [SLP] Add -slp-min-reg-size command line option.
Michael Zolotukhin via llvm-commits
- [PATCH] D13278: [SLP] Add -slp-min-reg-size command line option.
Michael Zolotukhin via llvm-commits
- [PATCH] D13278: [SLP] Add -slp-min-reg-size command line option.
Michael Zolotukhin via llvm-commits
- [PATCH] D17921: [CorrelatedValuePropagation] Convert an SDiv to a UDiv if both operands are known to be nonnegative
Haicheng Wu via llvm-commits
- wip patch: Create SymbolBody for all symbols
Rafael Espíndola via llvm-commits
- [PATCH] D17921: [CorrelatedValuePropagation] Convert an SDiv to a UDiv if both operands are known to be nonnegative
Haicheng Wu via llvm-commits
- [llvm] r263090 - [opt] Only create Verifier passes when requested
Vedant Kumar via llvm-commits
- [PATCH] D18010: AMDGPU: R600 code splitting cleanup
Matt Arsenault via llvm-commits
- [PATCH] D17998: [ELF] implement --warn-common/--no-warn-common
Joerg Sonnenberger via llvm-commits
- [PATCH] D18013: Using MPI for Profiling Data Reduction
Xinliang David Li via llvm-commits
- [PATCH] D17898: Implement expansion of {s,u}{min,max}
Jan Vesely via llvm-commits
- [PATCH] D18026: [lld] [ELF/AArch64] Fix TLS IE to LE relax for local symbols
Adhemerval Zanella via llvm-commits
- [PATCH] D17965: [NVPTX] Adds a new address space inference pass.
Justin Lebar via llvm-commits
- [PATCH] D17980: [lld] [ELF/AArch64] Add GD to IE TLS relax optimization
Adhemerval Zanella via llvm-commits
- [PATCH] D18012: [lto] Make sure that ctors are added to the combined module.
Sean Silva via llvm-commits
- [llvm] r263092 - Add support for a preserve_most calling convention to the AArch64 backend.
Roman Levenstein via llvm-commits
- [PATCH] D18016: Add support for a preserve_most calling convention to the AArch64 backend.
Roman Levenstein via llvm-commits
- [llvm] r263090 - [opt] Only create Verifier passes when requested
Mehdi Amini via llvm-commits
- [llvm] r263090 - [opt] Only create Verifier passes when requested
Mehdi Amini via llvm-commits
- wip patch: Create SymbolBody for all symbols
Rui Ueyama via llvm-commits
- [PATCH] D17934: [ELF] Implement infrastructure for thunk code creation
Simon Atanasyan via llvm-commits
- [lld] r263094 - [lto] Initialize asmparsers.
Sean Silva via llvm-commits
- [PATCH] D18027: [lto] Initialize asmparsers.
Sean Silva via llvm-commits
- [PATCH] D18027: [lto] Initialize asmparsers.
Rui Ueyama via llvm-commits
- [PATCH] D18027: [lto] Initialize asmparsers.
Sean Silva via llvm-commits
- [PATCH] D18028: DAGCombiner: Relax alignment restriction when changing store type
Matt Arsenault via llvm-commits
- [PATCH] D17790: AMDGPU: Remove SignBitIsZero for mubuf scratch offsets
Matt Arsenault via llvm-commits
- [PATCH] D633: Bug 9761: EmitEndOfAsmFile is not the final emission point.
Matt Arsenault via llvm-commits
- [PATCH] D1665: Add a function to get the largest address space pointer size
Matt Arsenault via llvm-commits
- [llvm] r263095 - Add an LLVM_BUILTIN_DEBUGTRAP macro.
Mark Lacey via llvm-commits
- [PATCH] D18002: Add an LLVM_BUILTIN_DEBUGTRAP macro.
Mark Lacey via llvm-commits
- [PATCH] D3365: R600/SI: Fix unreachable on branch on constant.
Matt Arsenault via llvm-commits
- [PATCH] D12811: RegAllocGreedy: Fix crash when setting CostPerUse
Matt Arsenault via llvm-commits
- [PATCH] D2748: R600/SI: Use isProfitableToDupForIfCvt
Matt Arsenault via llvm-commits
- [PATCH] D18002: Add an LLVM_BUILTIN_DEBUGTRAP macro.
Eric Christopher via llvm-commits
- [PATCH] D17925: [ARM] Add Cortex-R8 to target parser and tablegen
Renato Golin via llvm-commits
- [PATCH] D17943: [Aarch64] Add pass LoopDataPrefetch for Cyclone
Renato Golin via llvm-commits
- [PATCH] D17925: [ARM] Add Cortex-R8 to target parser and tablegen
Tim Northover via llvm-commits
- [PATCH] D17937: ARM: Support relative references using the PREL31 symbol variant.
Renato Golin via llvm-commits
- [PATCH] D17934: [ELF] Implement infrastructure for thunk code creation
Rui Ueyama via llvm-commits
- [PATCH] D17943: [Aarch64] Add pass LoopDataPrefetch for Cyclone
Tim Northover via llvm-commits
- [PATCH] D17943: [Aarch64] Add pass LoopDataPrefetch for Cyclone
Tim Northover via llvm-commits
- [lld] r262910 - ELF: Add /lib and /usr/lib as default search paths.
Rui Ueyama via llvm-commits
- [PATCH] D18026: [lld] [ELF/AArch64] Fix TLS IE to LE relax for local symbols
Rui Ueyama via llvm-commits
- [PATCH] D17980: [lld] [ELF/AArch64] Add GD to IE TLS relax optimization
Rui Ueyama via llvm-commits
- [PATCH] D17934: [ELF] Implement infrastructure for thunk code creation
Simon Atanasyan via llvm-commits
- [PATCH] D17985: [Compiler-rt] Fix ioctl codes for MIPS in sanitizer_ioctl_test
Mohit Bhakkad via llvm-commits
- [PATCH] D16201: [ELF/AArch64] - Implemented set of R_AARCH64_TLSDESC_* relocations.
Rui Ueyama via llvm-commits
- [PATCH] D17776: Improve CHECK-NOT robustness of dllimport/dllexport tests
Warren Ristow via llvm-commits
- [llvm] r263096 - [opt] Fix description of the -disable-verify flag
Vedant Kumar via llvm-commits
- [llvm] r263090 - [opt] Only create Verifier passes when requested
Vedant Kumar via llvm-commits
- [llvm] r263090 - [opt] Only create Verifier passes when requested
Mehdi Amini via llvm-commits
- [PATCH] D17934: [ELF] Implement infrastructure for thunk code creation
Simon Atanasyan via llvm-commits
- [PATCH] D18028: DAGCombiner: Relax alignment restriction when changing store type
Matt Arsenault via llvm-commits
- [PATCH] D17883: [ASAN] Add support for mips/mips64 android
Mohit Bhakkad via llvm-commits
- [PATCH] D17983: Eliminate many benign instances of "potentially uninitialized local variable" warnings
Alexander Riccio via llvm-commits
- [PATCH] D18029: [X86] Correctly select registers to pop into for x86_64
Michael Kuperstein via llvm-commits
- [PATCH] D17994: AVX-512: Fixed a bug in shuffle for v64i8 type
Igor Breger via llvm-commits
- [llvm] r263086 - Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Michel Dänzer via llvm-commits
- [llvm] r263097 - AVX-512: Fixed a bug in shuffle for v64i8 type
Elena Demikhovsky via llvm-commits
- [PATCH] D17994: AVX-512: Fixed a bug in shuffle for v64i8 type
Elena Demikhovsky via llvm-commits
- [PATCH] D18030: [ppc64] Create instruction reorder chances in prologue and epilogue for post-RA-scheduler
Chuang-Yu Cheng via llvm-commits
- [PATCH] D18026: [lld] [ELF/AArch64] Fix TLS IE to LE relax for local symbols
George Rimar via llvm-commits
- [PATCH] D17928: [sanitizer_common tests] Make Darwin a Posix system and bring the stable-runtime definition from ASan tests.
Filipe Cabecinhas via llvm-commits
- [PATCH] D17928: [sanitizer_common tests] Make Darwin a Posix system and bring the stable-runtime definition from ASan tests.
Filipe Cabecinhas via llvm-commits
- [PATCH] D18031: [lld] [ELF/AArch64] Simplify AArch64 isRelRelative
Adhemerval Zanella via llvm-commits
- [PATCH] D17925: [ARM] Add Cortex-R8 to target parser and tablegen
scott douglass via llvm-commits
- [PATCH] D18026: [lld] [ELF/AArch64] Fix TLS IE to LE relax for local symbols
Adhemerval Zanella via llvm-commits
- [PATCH] D16201: [ELF/AArch64] - Implemented set of R_AARCH64_TLSDESC_* relocations.
George Rimar via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Chandler Carruth via llvm-commits
- [PATCH] D18022: Do not specialize IRBuilder to strip names in SROA
Chandler Carruth via llvm-commits
- [PATCH] D18004: [ELF] - refactor of SymbolBody::compare()
George Rimar via llvm-commits
- [PATCH] D18004: [ELF] - refactor of SymbolBody::compare()
George Rimar via llvm-commits
- [PATCH] D17980: [lld] [ELF/AArch64] Add GD to IE TLS relax optimization
Adhemerval Zanella via llvm-commits
- [PATCH] D18004: [ELF] - refactor of SymbolBody::compare()
George Rimar via llvm-commits
- [PATCH] D17928: [sanitizer_common tests] Make Darwin a Posix system and bring the stable-runtime definition from ASan tests.
Filipe Cabecinhas via llvm-commits
- [PATCH] D16201: [ELF/AArch64] - Implemented set of R_AARCH64_TLSDESC_* relocations.
Adhemerval Zanella via llvm-commits
- [PATCH] D16201: [ELF/AArch64] - Implemented set of R_AARCH64_TLSDESC_* relocations.
George Rimar via llvm-commits
- [PATCH] D18003: [tsan] Disable randomized address space on linux.
Renato Golin via llvm-commits
- [PATCH] D17925: [ARM] Add Cortex-R8 to target parser and tablegen
Renato Golin via llvm-commits
- [PATCH] D18003: [tsan] Disable randomized address space on linux.
Adhemerval Zanella via llvm-commits
- [PATCH] D17925: [ARM] Add Cortex-R8 to target parser and tablegen
scott douglass via llvm-commits
- [PATCH] D16201: [ELF/AArch64] - Implemented set of R_AARCH64_TLSDESC_* relocations.
Adhemerval Zanella via llvm-commits
- [PATCH] D17977: Fix some typos; NFC
Dongyuan Liu via llvm-commits
- [PATCH] D17201: [SCEV] Introduce a guarded backedge taken count and use it in LAA and LV
silviu.baranga at arm.com via llvm-commits
- [PATCH] D17257: New utility class ReachingPhysDefs for post-ra analysis.
Jonas Paulsson via llvm-commits
- [PATCH] D18032: Power 9 Atomic instructions, load monitored and move XER to CR
Nemanja Ivanovic via llvm-commits
- [llvm] r263100 - [CG] Rename the DOT printing pass to actually reference "DOT".
Chandler Carruth via llvm-commits
- [llvm] r263101 - [CG] Actually hoist up the generic CallGraphPrinter pass from a weird
Chandler Carruth via llvm-commits
- [PATCH] D17925: [ARM] Add Cortex-R8 to target parser and tablegen
Renato Golin via llvm-commits
- [PATCH] D17328: [mips][microMIPS] Implement MTC*, MTHC* and DMTC* instructions
Hrvoje Varga via llvm-commits
- [llvm] r263102 - [X86][SSE] Basic combining of unary target shuffles of binary target shuffles.
Simon Pilgrim via llvm-commits
- [llvm] r263103 - [LCG] Spell the printing pass pipeline name for the lazy call graph
Chandler Carruth via llvm-commits
- [llvm] r263104 - [CG] Add a new pass manager printer pass for the old call graph and
Chandler Carruth via llvm-commits
- [PATCH] D18034: [Power PC] fix register alignment for long double type (soft float)
Strahinja Petrovic via llvm-commits
- [PATCH] D17858: [X86][SSE] Basic combining of unary target shuffles of binary target shuffles.
Simon Pilgrim via llvm-commits
- [llvm] r263105 - [X86][AVX] Improve target shuffle combining of BLEND+zero
Simon Pilgrim via llvm-commits
- [compiler-rt] r263106 - [test/asan/closed-fds] Properly quote log_path for shell invocation.
Filipe Cabecinhas via llvm-commits
- [PATCH] D17924: AVX-512: Fixed a bug in zero extend of i1 vector
Elena Demikhovsky via llvm-commits
- [PATCH] D17858: [X86][SSE] Basic combining of unary target shuffles of binary target shuffles.
Simon Pilgrim via llvm-commits
- wip patch: Create SymbolBody for all symbols
Rafael Espíndola via llvm-commits
- [lld] r263070 - [lto] Add saving the LTO .o file to -save-temps.
Rafael Espíndola via llvm-commits
- [PATCH] D16057: [SROA] Fix for PR25873: Pre-splitting should always preserve the partition structure.
Andrea Di Biagio via llvm-commits
- [llvm] r263108 - [AMDGPU] Fix SMEM instructions encoding/operand namings
Valery Pykhtin via llvm-commits
- [PATCH] D17651: [AMDGPU] Fix SMEM instructions encoding/operand namings
Valery Pykhtin via llvm-commits
- [PATCH] D18036: Enabling multiple letters and digits in constraints
Konstantin Vladimirov via llvm-commits
- [PATCH] D16998: [AMDGPU] llvm-objdump: disassembling .hsatext section of HSA Code Object v1.0
Rafael Espíndola via llvm-commits
- [PATCH] D16998: [AMDGPU] llvm-objdump: disassembling .hsatext section of HSA Code Object v1.0
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D17257: New utility class ReachingPhysDefs for post-ra analysis.
Krzysztof Parzyszek via llvm-commits
- [PATCH] D17924: AVX-512: Fixed a bug in zero extend of i1 vector
Igor Breger via llvm-commits
- [llvm] r263110 - [CG] Try adding an explicit move constructor to see if that helps the
Chandler Carruth via llvm-commits
- [PATCH] D18037: [mips] Invalid tests for MTC0, MTC2, MFC0, MFC2, DMTC0, DMFC0 MIPS instructions
Hrvoje Varga via llvm-commits
- [llvm] r263111 - AVX-512: Fixed a bug in i1 vector zero extending. (Skylake-avx512)
Elena Demikhovsky via llvm-commits
- [PATCH] D17924: AVX-512: Fixed a bug in zero extend of i1 vector
Elena Demikhovsky via llvm-commits
- [PATCH] D18037: [mips] Invalid tests for MTC0, MTC2, MFC0, MFC2, DMTC0, DMFC0 MIPS instructions
Daniel Sanders via llvm-commits
- [PATCH] D18038: [mips] Remove unnecessary sign extension in atomics
Simon Dardis via llvm-commits
- [PATCH] D18029: [X86] Correctly select registers to pop into for x86_64
Amjad Aboud via llvm-commits
- [PATCH] D18039: [ELF] - Fixed handling R_X86_64_DTPOFF64 relocation relaxation
George Rimar via llvm-commits
- [PATCH] D18040: [AMDGPU] Assembler: SOP* instruction fixes
Nikolay Haustov via llvm-commits
- [llvm] r263112 - [SROA] Clean up some really weird code, no functionality changed.
Chandler Carruth via llvm-commits
- [PATCH] D18041: [ELF] use fatal() instead of llvm_unreachable when performing relaxations.
George Rimar via llvm-commits
- [PATCH] D18042: Create a SymbolBody for locals
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D18043: Remember the input section of locals
Rafael Ávila de Espíndola via llvm-commits
- wip patch: Create SymbolBody for all symbols
Rafael Espíndola via llvm-commits
- [llvm] r263114 - [CG] Back out my pointless move ctor and add the explicit template
Chandler Carruth via llvm-commits
- [PATCH] D16829: An implementation of Swing Modulo Scheduling
Brendon Cahoon via llvm-commits
- [PATCH] D17328: [mips][microMIPS] Implement MTC*, MTHC* and DMTC* instructions
Daniel Sanders via llvm-commits
- [PATCH] D18040: [AMDGPU] Assembler: SOP* instruction fixes
Valery Pykhtin via llvm-commits
- [PATCH] D17885: [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random number, set bool, and dfp test significance
Chuang-Yu Cheng via llvm-commits
- [PATCH] D17885: [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random number, set bool, and dfp test significance
Chuang-Yu Cheng via llvm-commits
- [PATCH] D17643: Fix PR26410: failing assertion when the X87 stackifier runs on functions containing IRETs
David Kreitzer via llvm-commits
- [PATCH] D18045: [ELF] - consistent spelling for error/warning messages
George Rimar via llvm-commits
- [llvm] r263118 - ARM: correct __builtin_longjmp on WoA
Saleem Abdulrasool via llvm-commits
- [llvm] r263119 - Fixup for r263114. llvm::AnalysisBase<CallGraphAnalysis> should be declared as extern.
NAKAMURA Takumi via llvm-commits
- [llvm] r263120 - Unified the handling of returns in the X87 stackifier so that the stackifier
David L Kreitzer via llvm-commits
- [PATCH] D18046: [X86] Providing correct unwind info in function epilogue
Violeta Vukobrat via llvm-commits
- [PATCH] D17643: Fix PR26410: failing assertion when the X87 stackifier runs on functions containing IRETs
Phabricator via llvm-commits
- [llvm] r263121 - [SROA] Fix PR25873, which Andrea Di Biagio analyzed the daylights out
Chandler Carruth via llvm-commits
- [PATCH] D16057: [SROA] Fix for PR25873: Pre-splitting should always preserve the partition structure.
Chandler Carruth via llvm-commits
- [PATCH] D18023: Remove PreserveNames template parameter from IRBuilder
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D18012: [lto] Make sure that ctors are added to the combined module.
Rafael Espíndola via llvm-commits
- [PATCH] D16057: [SROA] Fix for PR25873: Pre-splitting should always preserve the partition structure.
Andrea Di Biagio via llvm-commits
- [PATCH] D18012: [lto] Make sure that ctors are added to the combined module.
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D16057: [SROA] Fix for PR25873: Pre-splitting should always preserve the partition structure.
Andrea Di Biagio via llvm-commits
- [PATCH] D18041: [ELF] use fatal() instead of llvm_unreachable when performing relaxations.
Rafael Espíndola via llvm-commits
- [PATCH] D16998: [AMDGPU] llvm-objdump: disassembling .hsatext section of HSA Code Object v1.0
Valery Pykhtin via llvm-commits
- [PATCH] D18045: [ELF] - consistent spelling for error/warning messages
Rafael Ávila de Espíndola via llvm-commits
- [llvm] r262394 - [lanai] Add ELF enum value and relocations.
Vassil Vassilev via llvm-commits
- [llvm] r263086 - Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi Amini via llvm-commits
- [PATCH] D16191: [tsan] Add TSan debugger APIs
Kuba Brecka via llvm-commits
- [PATCH] D16998: [AMDGPU] llvm-objdump: disassembling .hsatext section of HSA Code Object v1.0
Rafael Espíndola via llvm-commits
- [llvm] r262247 - Fix PR26585 by improving the promotion of DBG_VALUEs to DW_AT_locations.
Adrian Prantl via llvm-commits
- [llvm] r263123 - ARM: follow up improvements for SVN r263118
Saleem Abdulrasool via llvm-commits
- [PATCH] D18041: [ELF] use fatal() instead of llvm_unreachable when performing relaxations.
George Rimar via llvm-commits
- [PATCH] D18003: [tsan] Disable randomized address space on linux.
Dmitry Vyukov via llvm-commits
- [PATCH] D16998: [AMDGPU] llvm-objdump: disassembling .hsatext section of HSA Code Object v1.0
Valery Pykhtin via llvm-commits
- [PATCH] D18029: [X86] Correctly select registers to pop into for x86_64
Reid Kleckner via llvm-commits
- [PATCH] D16191: [tsan] Add TSan debugger APIs
Dmitry Vyukov via llvm-commits
- [PATCH] D18041: [ELF] use fatal() instead of llvm_unreachable when performing relaxations.
Rafael Espíndola via llvm-commits
- [PATCH] D16998: [AMDGPU] llvm-objdump: disassembling .hsatext section of HSA Code Object v1.0
Valery Pykhtin via llvm-commits
- [PATCH] D18029: [X86] Correctly select registers to pop into for x86_64
Hans Wennborg via llvm-commits
- [PATCH] D18031: [lld] [ELF/AArch64] Simplify AArch64 isRelRelative
Rafael Espíndola via llvm-commits
- [PATCH] D18047: [ELF] - Do not call doInitSymbols for all ELFTs
George Rimar via llvm-commits
- [PATCH] D18004: [ELF] - refactor of SymbolBody::compare()
Rafael Ávila de Espíndola via llvm-commits
- [llvm] r263124 - AMDGPU/SI: Define S_GETREG Intrinsic
Changpeng Fang via llvm-commits
- [PATCH] D18048: [AArch64] Enable load clustering of unscaled loads in the MI Scheduler.
Chad Rosier via llvm-commits
- [PATCH] D18047: [ELF] - Do not call doInitSymbols for all ELFTs
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D16998: [AMDGPU] llvm-objdump: disassembling .hsatext section of HSA Code Object v1.0
Rafael Espíndola via llvm-commits
- [PATCH] D18047: [ELF] - Do not call doInitSymbols for all ELFTs
George Rimar via llvm-commits
- [PATCH] D17892: AMDGPU/SI: Implement S_GETREG Intrinsic
Phabricator via llvm-commits
- [lld] r263125 - [ELF] - Consistent spelling for error/warning messages
George Rimar via llvm-commits
- [PATCH] D18004: [ELF] - refactor of SymbolBody::compare()
George Rimar via llvm-commits
- [compiler-rt] r263126 - [tsan] Add TSan debugger APIs
Kuba Brecka via llvm-commits
- [PATCH] InstCombine: allow converting varargs calls to non-varargs.
Will Dietz via llvm-commits
- [PATCH] D18045: [ELF] - consistent spelling for error/warning messages
George Rimar via llvm-commits
- [PATCH] D18048: [AArch64] Enable load clustering of unscaled loads in the MI Scheduler.
Geoff Berry via llvm-commits
- [PATCH] D16191: [tsan] Add TSan debugger APIs
Phabricator via llvm-commits
- [PATCH] D18047: [ELF] - Do not call doInitSymbols for all ELFTs
George Rimar via llvm-commits
- [llvm] r263127 - Rename -discard-value-names into -lto-discard-value-names in libLLVMLTO
Mehdi Amini via llvm-commits
- [PATCH] D18047: [ELF] - Do not call doInitSymbols for all ELFTs
Rafael Espíndola via llvm-commits
- [llvm] r263086 - Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi Amini via llvm-commits
- [lld] r263128 - Attemp to fix linux build bot fail after r263125
George Rimar via llvm-commits
- [PATCH] D17212: [ThinLTO] Support for call graph in per-module and combined summary.
Teresa Johnson via llvm-commits
- [PATCH] D16440: [ThinLTO] Link in only necessary DICompileUnit operands
Mehdi AMINI via llvm-commits
- [PATCH] D18047: [ELF] - Do not call doInitSymbols for all ELFTs
Rui Ueyama via llvm-commits
- [PATCH] D18041: [ELF] use fatal() instead of llvm_unreachable when performing relaxations.
George Rimar via llvm-commits
- [PATCH] D16998: [AMDGPU] llvm-objdump: disassembling .hsatext section of HSA Code Object v1.0
Pykhtin, Valery via llvm-commits
- [PATCH] D18045: [ELF] - consistent spelling for error/warning messages
Rui Ueyama via llvm-commits
- [PATCH] D17942: [AArch64] Optimize compare and branch sequence when the compare's constant operand is power of 2
Balaram Makam via llvm-commits
- [PATCH] D17942: [AArch64] Optimize compare and branch sequence when the compare's constant operand is power of 2
Tim Northover via llvm-commits
- [PATCH] D18004: [ELF] - refactor of SymbolBody::compare()
Rui Ueyama via llvm-commits
- [PATCH] D18041: [ELF] use fatal() instead of llvm_unreachable when performing relaxations.
Rafael Espíndola via llvm-commits
- [llvm] r263132 - [ARM] Cortex-R8 support
Alexandros Lamprineas via llvm-commits
- [lld] r263133 - [ELF] - Do not call doInitSymbols for all ELFTs
George Rimar via llvm-commits
- [PATCH] D18048: [AArch64] Enable load clustering of unscaled loads in the MI Scheduler.
Chad Rosier via llvm-commits
- [PATCH] D18048: [AArch64] Enable load clustering of unscaled loads in the MI Scheduler.
Chad Rosier via llvm-commits
- [PATCH] D17925: [ARM] Add Cortex-R8 to target parser and tablegen
Phabricator via llvm-commits
- [PATCH] D18047: [ELF] - Do not call doInitSymbols for all ELFTs
George Rimar via llvm-commits
- [PATCH] D16998: [AMDGPU] llvm-objdump: disassembling .hsatext section of HSA Code Object v1.0
Rafael Espíndola via llvm-commits
- [PATCH] D18039: [ELF] - Fixed handling R_X86_64_DTPOFF64 relocation relaxation
Rui Ueyama via llvm-commits
- [PATCH] D18041: [ELF] use fatal() instead of llvm_unreachable when performing relaxations.
George Rimar via llvm-commits
- [PATCH] D18041: [ELF] use fatal() instead of llvm_unreachable when performing relaxations.
Rafael Espíndola via llvm-commits
- [llvm] r263135 - give regression test a meaningful name
Sanjay Patel via llvm-commits
- [llvm] r263136 - [AArch64] Optimize compare and branch sequence when the compare's constant operand is power of 2
Balaram Makam via llvm-commits
- [PATCH] D18041: [ELF] use fatal() instead of llvm_unreachable when performing relaxations.
George Rimar via llvm-commits
- [PATCH] D17942: [AArch64] Optimize compare and branch sequence when the compare's constant operand is power of 2
Balaram Makam via llvm-commits
- [PATCH] D17894: Interface to get/set profile summary metadata to module
Diego Novillo via llvm-commits
- [PATCH] D18041: [ELF] use fatal() instead of llvm_unreachable when performing relaxations.
George Rimar via llvm-commits
- [compiler-rt] r263126 - [tsan] Add TSan debugger APIs
Chandler Carruth via llvm-commits
- [llvm] r263110 - [CG] Try adding an explicit move constructor to see if that helps the
David Blaikie via llvm-commits
- [PATCH] D17885: [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random number, set bool, and dfp test significance
Nemanja Ivanovic via llvm-commits
- [llvm] r263110 - [CG] Try adding an explicit move constructor to see if that helps the
David Blaikie via llvm-commits
- [compiler-rt] r263137 - Follow-up fix for r263126. Apparently `printf("%p", NULL)` can output 0x0, (nil) or (null) on different platforms.
Kuba Brecka via llvm-commits
- [PATCH] D18041: [ELF] use fatal() instead of llvm_unreachable when performing relaxations.
Rafael Espíndola via llvm-commits
- [lld] r263125 - [ELF] - Consistent spelling for error/warning messages
David Blaikie via llvm-commits
- [lld] r263125 - [ELF] - Consistent spelling for error/warning messages
George Rimar via llvm-commits
- [lld] r263125 - [ELF] - Consistent spelling for error/warning messages
David Blaikie via llvm-commits
- [compiler-rt] r263126 - [tsan] Add TSan debugger APIs
Kuba Brecka via llvm-commits
- [PATCH] D18039: [ELF] - Fixed handling R_X86_64_DTPOFF64 relocation relaxation
George Rimar via llvm-commits
- [PATCH] D18039: [ELF] - Fixed handling R_X86_64_DTPOFF64 relocation relaxation
George Rimar via llvm-commits
- [PATCH] D17212: [ThinLTO] Support for call graph in per-module and combined summary.
Mehdi AMINI via llvm-commits
- [PATCH] D17885: [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random number, set bool, and dfp test significance
amehsan via llvm-commits
- [PATCH] D18039: [ELF] - Fixed handling R_X86_64_DTPOFF64 relocation relaxation
Rui Ueyama via llvm-commits
- [PATCH] D17859: [InstCombine] convert 'isPositive' and 'isNegative' vector comparisons to shifts (PR26701, PR26819)
Sanjay Patel via llvm-commits
- [PATCH] D17885: [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random number, set bool, and dfp test significance
amehsan via llvm-commits
- [PATCH] D17212: [ThinLTO] Support for call graph in per-module and combined summary.
Teresa Johnson via llvm-commits
- [lld] r263125 - [ELF] - Consistent spelling for error/warning messages
George Rimar via llvm-commits
- [lld] r263125 - [ELF] - Consistent spelling for error/warning messages
Rafael Espíndola via llvm-commits
- [PATCH] D6996: Enable inlining of recursive functions.
Pablo Barrio via llvm-commits
- [PATCH] D17943: [Aarch64] Add pass LoopDataPrefetch for Cyclone
Adam Nemet via llvm-commits
- [PATCH] D17928: [sanitizer_common tests] Make Darwin a Posix system and bring the stable-runtime definition from ASan tests.
Alexey Samsonov via llvm-commits
- [PATCH] D17985: [Compiler-rt] Fix ioctl codes for MIPS in sanitizer_ioctl_test
Alexey Samsonov via llvm-commits
- [lld] r263125 - [ELF] - Consistent spelling for error/warning messages
Rui Ueyama via llvm-commits
- [PATCH] D17883: [ASAN] Add support for mips/mips64 android
Alexey Samsonov via llvm-commits
- [llvm] r263139 - [X86] Correctly select registers to pop into for x86_64
Michael Kuperstein via llvm-commits
- [llvm] r263140 - AMDGPU/SI: add llvm.amdgcn.buffer.load/store.format intrinsics
Nicolai Haehnle via llvm-commits
- [PATCH] D18039: [ELF] - Fixed handling R_X86_64_DTPOFF64 relocation relaxation
George Rimar via llvm-commits
- [PATCH] D18039: [ELF] - Fixed handling R_X86_64_DTPOFF64 relocation relaxation
George Rimar via llvm-commits
- [llvm] r263141 - AArch64: remove pseudo-instructions used only for their patterns.
Tim Northover via llvm-commits
- [compiler-rt] r263142 - [sanitizer_common tests] Make Darwin a Posix system and bring the stable-runtime definition from ASan tests.
Filipe Cabecinhas via llvm-commits
- [llvm] r263143 - Materialize metadata in IRLinker before value mapping
Teresa Johnson via llvm-commits
- [PATCH] D18029: [X86] Correctly select registers to pop into for x86_64
Michael Kuperstein via llvm-commits
- [PATCH] D17277: AMDGPU/SI: add llvm.amdgcn.buffer.load/store.format intrinsics
Phabricator via llvm-commits
- [PATCH] D17885: [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random number, set bool, and dfp test significance
Nemanja Ivanovic via llvm-commits
- [lld] r263144 - [ELF] - Refactor of SymbolBody::compare()
George Rimar via llvm-commits
- [PATCH] D17928: [sanitizer_common tests] Make Darwin a Posix system and bring the stable-runtime definition from ASan tests.
Filipe Cabecinhas via llvm-commits
- [test-suite] r263145 - 175.vpr: Use 'rm -f' to avoid non-zero exit status in preparation step
Matthias Braun via llvm-commits
- [test-suite] r263146 - lit: Fix detection of non-zero exit codes in run-lines
Matthias Braun via llvm-commits
- [test-suite] r263147 - lit: Add 'cp' to the list of ignored executables
Matthias Braun via llvm-commits
- [PATCH] D17992: Materialize metadata in IRLinker before value mapping
Teresa Johnson via llvm-commits
- [llvm] r263148 - [TableGen] more helpful error message in MapTableEmitter
Nicolai Haehnle via llvm-commits
- [PATCH] D18019: [PM] Port GVN to the new pass manager, wire it up, and teach a couple of tests to run GVN in both modes.
Daniel Berlin via llvm-commits
- [PATCH] D18039: [ELF] - Fixed handling R_X86_64_DTPOFF64 relocation relaxation
Rui Ueyama via llvm-commits
- [PATCH] D18004: [ELF] - refactor of SymbolBody::compare()
George Rimar via llvm-commits
- [PATCH] D17275: [TableGen] more helpful error message in MapTableEmitter
Phabricator via llvm-commits
- [lld] r263150 - [ELF] - Fixed handling R_X86_64_DTPOFF64 relocation relaxation
George Rimar via llvm-commits
- [lld] r263151 - Rename MaxAlignment -> Alignment.
Rui Ueyama via llvm-commits
- [lld] r263152 - Move getLocalRelTarget to the file where it is used.
Rafael Espindola via llvm-commits
- [PATCH] D18039: [ELF] - Fixed handling R_X86_64_DTPOFF64 relocation relaxation
George Rimar via llvm-commits
- [test-suite] r263153 - Makefile/176.gcc: Add -std=gnu89 CFLAG
Matthias Braun via llvm-commits
- [llvm] r263154 - Fix testicase to turn buildbot green. NFC.
Balaram Makam via llvm-commits
- [PATCH] D18042: Create a SymbolBody for locals
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] D17778: TypedError for recoverable error handling
Lang Hames via llvm-commits
- [PATCH] D18043: Remember the input section of locals
Rafael Ávila de Espíndola via llvm-commits
- [lld] r263150 - [ELF] - Fixed handling R_X86_64_DTPOFF64 relocation relaxation
David Blaikie via llvm-commits
- [PATCH] D18054: AVX-512: Fixed "ICMP" operation failure on SKX
Elena Demikhovsky via llvm-commits
- [lld] r263150 - [ELF] - Fixed handling R_X86_64_DTPOFF64 relocation relaxation
George Rimar via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Rui Ueyama via llvm-commits
- [PATCH] D18046: [X86] Providing correct unwind info in function epilogue
Michael Kuperstein via llvm-commits
- [PATCH] D18056: Compute value of local symbol with getVA.
Rafael Ávila de Espíndola via llvm-commits
- wip patch: Create SymbolBody for all symbols
Rafael Espíndola via llvm-commits
- [llvm] r263156 - ARM: Support relative references using the PREL31 symbol variant.
Peter Collingbourne via llvm-commits
- [PATCH] D17937: ARM: Support relative references using the PREL31 symbol variant.
Peter Collingbourne via llvm-commits
- [PATCH] D17279: [Sink] Don't move calls to readonly functions across stores
Nicolai Hähnle via llvm-commits
- [PATCH] D18041: [ELF] use fatal() instead of llvm_unreachable when performing relaxations.
George Rimar via llvm-commits
- [PATCH] D18041: [ELF] use fatal() instead of llvm_unreachable when performing relaxations.
Rafael Espíndola via llvm-commits
- [PATCH] D17279: [Sink] Don't move calls to readonly functions across stores
Daniel Berlin via llvm-commits
- [PATCH] D18047: [ELF] - Do not call doInitSymbols for all ELFTs
George Rimar via llvm-commits
- Buildbot numbers for week of 2/21/2016 - 2/27/2016
Galina Kistanova via llvm-commits
- Buildbot numbers for week of 2/28/2016 - 3/05/2016
Galina Kistanova via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Ed Maste via llvm-commits
- [PATCH] D17781: Codegen: [PPC] Word Rotates are Zero Extending
Kyle Butt via llvm-commits
- [PATCH] D17781: Codegen: [PPC] Word Rotates are Zero Extending
Kyle Butt via llvm-commits
- [PATCH] D17781: Codegen: [PPC] Word Rotates are Zero Extending
Kyle Butt via llvm-commits
- wip patch: Create SymbolBody for all symbols
Rui Ueyama via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
David Blaikie via llvm-commits
- [PATCH] D17781: Codegen: [PPC] Word Rotates are Zero Extending
Kit Barton via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Rafael Espíndola via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Rui Ueyama via llvm-commits
- [PATCH] D18056: Compute value of local symbol with getVA.
Rui Ueyama via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
David Blaikie via llvm-commits
- [PATCH] D17279: [Sink] Don't move calls to readonly functions across stores
Hal Finkel via llvm-commits
- [compiler-rt] r263157 - Retrieve command line arguments and environment correctly on FreeBSD
Dimitry Andric via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Rafael Espíndola via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Rui Ueyama via llvm-commits
- wip patch: Create SymbolBody for all symbols
Rafael Espíndola via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Rui Ueyama via llvm-commits
- [PATCH] D18013: Using MPI for Profiling Data Reduction
Daniel Waters via llvm-commits
- [PATCH] D18056: Compute value of local symbol with getVA.
Rafael Espíndola via llvm-commits
- wip patch: Create SymbolBody for all symbols
Rui Ueyama via llvm-commits
- [PATCH] D18056: Compute value of local symbol with getVA.
Rafael Ávila de Espíndola via llvm-commits
- wip patch: Create SymbolBody for all symbols
Rafael Espíndola via llvm-commits
- [llvm] r263158 - Support arbitrary addrspace pointers in masked load/store intrinsics
Artur Pilipenko via llvm-commits
- [PATCH] D18048: [AArch64] Enable load clustering of unscaled loads in the MI Scheduler.
Chad Rosier via llvm-commits
- [llvm] r263159 - [X86][SSE] Reapplied: Improve vector ZERO_EXTEND by combining to ZERO_EXTEND_VECTOR_INREG
Simon Pilgrim via llvm-commits
- [PATCH] D17781: Codegen: [PPC] Word Rotates are Zero Extending
Kyle Butt via llvm-commits
- [PATCH] D17270: Support arbitrary addrspace pointers in masked load/store intrinsics
Artur Pilipenko via llvm-commits
- [compiler-rt] r263160 - [Windows] Fix UnmapOrDie and MmapAlignedOrDie
Reid Kleckner via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Rui Ueyama via llvm-commits
- [PATCH] D18013: Using MPI for Profiling Data Reduction
Daniel Waters via llvm-commits
- [PATCH] D17431: [Windows] Fix UnmapOrDie and MmapAlignedOrDie
Reid Kleckner via llvm-commits
- [llvm] r263162 - Strip trailing whitespace.
Simon Pilgrim via llvm-commits
- [PATCH] D17898: Implement expansion of {s, u}{min, max} in integer legalization
Jan Vesely via llvm-commits
- [PATCH] D18042: Create a SymbolBody for locals
Rui Ueyama via llvm-commits
- [test-suite] r263163 - cmake: Simplify BENCHMARKING_ONLY handling.
Matthias Braun via llvm-commits
- [test-suite] r263164 - cmake: Skip Regression subdirectory in BENCHMARKING_ONLY mode
Matthias Braun via llvm-commits
- wip patch: Create SymbolBody for all symbols
Rafael Espíndola via llvm-commits
- [PATCH] D18007: [test-suite] Append LDFLAGS to LINK_LIBRARIES
Chad Rosier via llvm-commits
- [PATCH] D18042: Create a SymbolBody for locals
Rafael Espíndola via llvm-commits
- wip patch: Create SymbolBody for all symbols
Rui Ueyama via llvm-commits
- [PATCH] D17778: TypedError for recoverable error handling
Mehdi AMINI via llvm-commits
- [PATCH] D18061: Add iterator types to iterator_range, to appease newer gcc's
Dimitry Andric via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Ed Maste via llvm-commits
- [PATCH][RFC] llvm-cov HTML generation
Ying Yi via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Ed Maste via llvm-commits
- [PATCH] D11393: [X86] Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed.
Cong Hou via llvm-commits
- [PATCH] D11393: [X86] Allow X86::COND_NE_OR_P and X86::COND_NP_OR_E to be reversed.
Cong Hou via llvm-commits
- [PATCH] D17781: Codegen: [PPC] Word Rotates are Zero Extending
Kyle Butt via llvm-commits
- [llvm] r263165 - Test commit access
Marianne Mailhot-Sarrasin via llvm-commits
- [PATCH] D17781: Codegen: [PPC] Word Rotates are Zero Extending
Kyle Butt via llvm-commits
- [PATCH] D18061: Add iterator types to iterator_range, to appease newer gcc's
David Blaikie via llvm-commits
- [PATCH] D18012: [lto] Make sure that ctors are added to the combined module.
Sean Silva via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Rafael Espíndola via llvm-commits
- [PATCH] D18061: Add iterator types to iterator_range, to appease newer gcc's
Dimitry Andric via llvm-commits
- [PATCH] D18061: Add iterator types to iterator_range, to appease newer gcc's
David Blaikie via llvm-commits
- [PATCH] D17792: Initialize much of AssemblyWriter lazily.
Justin Lebar via llvm-commits
- [PATCH] D17792: Initialize much of AssemblyWriter lazily.
Justin Lebar via llvm-commits
- [PATCH] D18003: [tsan] Disable randomized address space on linux.
Yabin Cui via llvm-commits
- [PATCH] D18003: [tsan] Disable randomized address space on linux.
Yabin Cui via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Sean Silva via llvm-commits
- [PATCH] D18063: AMDGPU/SI: Don't allow vcc outputs for SMRD instructions
Tom Stellard via llvm-commits
- [PATCH] D18003: [tsan] Disable randomized address space on linux when necessary.
Yabin Cui via llvm-commits
- [PATCH] D18041: [ELF] use fatal() instead of llvm_unreachable when performing relaxations.
Sean Silva via llvm-commits
- [PATCH] D18064: AMDGPU/SI: Implement GroupStaticSize Intrinsic for Dynamic LDS
Changpeng Fang via llvm-commits
- [PATCH] D18020: [sanitizer] Add strlen to the common interceptors
Alexey Samsonov via llvm-commits
- [PATCH] D18010: AMDGPU: R600 code splitting cleanup
Tom Stellard via llvm-commits
- [PATCH] D18063: AMDGPU/SI: Don't allow vcc outputs for SMRD instructions
Matt Arsenault via llvm-commits
- [llvm] r263167 - [x86] don't use a shuffle when a vselect will do; NFCI
Sanjay Patel via llvm-commits
- [PATCH] D18013: Using MPI for Profiling Data Reduction
Daniel Waters via llvm-commits
- [PATCH] D18007: [test-suite] Append LDFLAGS to LINK_LIBRARIES
Matthias Braun via llvm-commits
- [PATCH] D18065: Fix bugs in the MemorySSA walker
George Burgess IV via llvm-commits
- [PATCH][RFC] llvm-cov HTML generation
Harlan Haskins via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Rui Ueyama via llvm-commits
- [www] r263013 - [EuroLLVM] Add an etherpad for the minutes of each BoF.
Adam Nemet via llvm-commits
- [PATCH][RFC] llvm-cov HTML generation
Justin Bogner via llvm-commits
- [PATCH] D18036: Enabling multiple letters and digits in constraints
Eric Christopher via llvm-commits
- [PATCH] D18066: Add some shortcuts in Value Propagation for alloca
Wei Mi via llvm-commits
- [llvm] r263169 - AArch64: only try to use scaled fcvt ops on legal vector types.
Tim Northover via llvm-commits
- [llvm] r263118 - ARM: correct __builtin_longjmp on WoA
Joerg Sonnenberger via llvm-commits
- [PATCH] D16440: [ThinLTO] Link in only necessary DICompileUnit operands
David Blaikie via llvm-commits
- [PATCH] D18067: [gold] Extend common.ll test.
Evgeniy Stepanov via llvm-commits
- [PATCH] D18068: [UBSan] Improve bufferization of UBSan error reports.
Alexey Samsonov via llvm-commits
- [PATCH] InstCombine: allow converting varargs calls to non-varargs.
Joerg Sonnenberger via llvm-commits
- LNT Compile Patch for review
Marc Schifer via llvm-commits
- [PATCH] D18069: Throttling LICM to reduce compile time of Value Propagation and Reg Splitting
Wei Mi via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Joerg Sonnenberger via llvm-commits
- [llvm] r263118 - ARM: correct __builtin_longjmp on WoA
Hans Wennborg via llvm-commits
- [PATCH] D17866: Swift Calling Convention: add swiftself attribute
Reid Kleckner via llvm-commits
- [PATCH] D18042: Create a SymbolBody for locals
Rui Ueyama via llvm-commits
- [PATCH] D18043: Remember the input section of locals
Rui Ueyama via llvm-commits
- [PATCH] D14840: [X86] Detect SAD patterns and emit psadbw instructions on X86.
Cong Hou via llvm-commits
- [PATCH] D14840: [X86] Detect SAD patterns and emit psadbw instructions on X86.
Cong Hou via llvm-commits
- [PATCH] D18070: New Kaleidoscope section: Creating object files
Wilfred Hughes via llvm-commits
- [PATCH] D18070: New Kaleidoscope section: Creating object files
Wilfred Hughes via llvm-commits
- [PATCH] D18013: Using MPI for Profiling Data Reduction
David Li via llvm-commits
- [llvm] r263173 - [LLE] Add missed LoopSimplify dependence
Adam Nemet via llvm-commits
- [PATCH] D18020: [sanitizer] Add strlen to the common interceptors
Derek Bruening via llvm-commits
- [PATCH] D18020: [sanitizer] Add strlen to the common interceptors
Derek Bruening via llvm-commits
- [PATCH] D15302: [Greedy regalloc] Replace analyzeSiblingValues with something new [Part1]
Wei Mi via llvm-commits
- [PATCH] D17866: Swift Calling Convention: add swiftself attribute
Manman Ren via llvm-commits
- [PATCH] D18020: [sanitizer] Add strlen to the common interceptors
Alexey Samsonov via llvm-commits
- [PATCH] D18020: [sanitizer] Add strlen to the common interceptors
Derek Bruening via llvm-commits
- [PATCH] D18046: [X86] Providing correct unwind info in function epilogue
Michael Kuperstein via llvm-commits
- [compiler-rt] r263176 - [UBSan] Improve bufferization of UBSan error reports.
Alexey Samsonov via llvm-commits
- [PATCH] D17900: [gold] Fix common symbols handling
Evgeniy Stepanov via llvm-commits
- [PATCH] D18068: [UBSan] Improve bufferization of UBSan error reports.
Alexey Samsonov via llvm-commits
- [llvm] r263118 - ARM: correct __builtin_longjmp on WoA
Tom Stellard via llvm-commits
- [compiler-rt] r263177 - [sanitizer] Add strlen to the common interceptors
Alexey Samsonov via llvm-commits
- [PATCH] D17785: Add step to kill stale symbolizer processes before building
Evgeniy Stepanov via llvm-commits
- [lld] r263178 - Tighten up this test a bit.
Sean Silva via llvm-commits
- [lld] r263179 - [lto] Make sure that ctors are added to the combined module.
Sean Silva via llvm-commits
- [PATCH] D18065: Fix bugs in the MemorySSA walker
Daniel Berlin via llvm-commits
- [PATCH] D18020: [sanitizer] Add strlen to the common interceptors
Alexey Samsonov via llvm-commits
- [llvm] r263180 - [gold] Fix common symbols handling.
Evgeniy Stepanov via llvm-commits
- [lld] r263070 - [lto] Add saving the LTO .o file to -save-temps.
Sean Silva via llvm-commits
- [PATCH] D18012: [lto] Make sure that ctors are added to the combined module.
Sean Silva via llvm-commits
- [PATCH] D15302: [Greedy regalloc] Replace analyzeSiblingValues with something new [Part1]
Quentin Colombet via llvm-commits
- [lld] r263181 - [lto] Add a useful test case.
Sean Silva via llvm-commits
- [PATCH] D17866: Swift Calling Convention: add swiftself attribute
Manman Ren via llvm-commits
- [PATCH] D17785: Add step to kill stale symbolizer processes before building
Galina via llvm-commits
- [PATCH] D17866: Swift Calling Convention: add swiftself attribute
Manman Ren via llvm-commits
- [PATCH] D18072: Skeleton for the IR level pass to perform 64bit Integer Division
Uthkarsh Satish via llvm-commits
- [test-suite] r263182 - Add cmake caches for common configurations
Chris Matthews via llvm-commits
- [PATCH] D18074: Remove llvm::getDISubprogram in favor of Function::getSubprogram
Pete Cooper via llvm-commits
- [PATCH] D18072: Skeleton for the IR level pass to perform 64bit Integer Division
Matt Arsenault via llvm-commits
- [PATCH] D18043: Remember the input section of locals
Rafael Espíndola via llvm-commits
- [PATCH] D17201: [SCEV] Introduce a guarded backedge taken count and use it in LAA and LV
Sanjoy Das via llvm-commits
- [PATCH] D18072: Skeleton for the IR level pass to perform 64bit Integer Division
Tom Stellard via llvm-commits
- [PATCH] D18074: Remove llvm::getDISubprogram in favor of Function::getSubprogram
Duncan P. N. Exon Smith via llvm-commits
- [llvm] r263118 - ARM: correct __builtin_longjmp on WoA
Saleem Abdulrasool via llvm-commits
- [PATCH] D18074: Remove llvm::getDISubprogram in favor of Function::getSubprogram
Duncan P. N. Exon Smith via llvm-commits
- [PATCH] D17921: [CorrelatedValuePropagation] Convert an SDiv to a UDiv if both operands are known to be nonnegative
Philip Reames via llvm-commits
- [PATCH] D17790: AMDGPU: Remove SignBitIsZero for mubuf scratch offsets
Tom Stellard via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Philip Reames via llvm-commits
- [llvm] r263184 - Remove llvm::getDISubprogram in favor of Function::getSubprogram
Pete Cooper via llvm-commits
- [LNT] r263185 - Allow the user to specificy a test-suite cmake cache
Chris Matthews via llvm-commits
- [LNT] r263186 - When no cflags are passed on the command line, don't override them
Chris Matthews via llvm-commits
- [LNT] r263187 - Add missing test file
Chris Matthews via llvm-commits
- [PATCH] D17790: AMDGPU: Remove SignBitIsZero for mubuf scratch offsets
Matt Arsenault via llvm-commits
- [PATCH] D18074: Remove llvm::getDISubprogram in favor of Function::getSubprogram
Pete Cooper via llvm-commits
- [PATCH] D18074: Remove llvm::getDISubprogram in favor of Function::getSubprogram
Pete Cooper via llvm-commits
- [PATCH] D17201: [SCEV] Introduce a guarded backedge taken count and use it in LAA and LV
Sanjoy Das via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Sean Silva via llvm-commits
- [PATCH] D17984: [AMDGPU] Assembler: change v_madmk operands to have same order as mad.
Tom Stellard via llvm-commits
- [PATCH] D17966: [AMDGPU] Fix VOPC instruction operand namings
Tom Stellard via llvm-commits
- [test-suite] r263188 - cmake: Make compile time measurements optional
Matthias Braun via llvm-commits
- [test-suite] r263189 - Makefile/179.art: Fix reference output for SPEC 2000 v1.3
Matthias Braun via llvm-commits
- [PATCH] D18031: [lld] [ELF/AArch64] Simplify AArch64 isRelRelative
Adhemerval Zanella via llvm-commits
- [PATCH] D18026: [lld] [ELF/AArch64] Fix TLS IE to LE relax for local symbols
Adhemerval Zanella via llvm-commits
- [PATCH] D18042: Create a SymbolBody for locals
Rui Ueyama via llvm-commits
- [PATCH] D18043: Remember the input section of locals
Rui Ueyama via llvm-commits
- [PATCH] D18056: Compute value of local symbol with getVA.
Rui Ueyama via llvm-commits
- [PATCH] D18056: Compute value of local symbol with getVA.
Rui Ueyama via llvm-commits
- [PATCH] D18065: Fix bugs in the MemorySSA walker
George Burgess IV via llvm-commits
- [PATCH] D18065: Fix bugs in the MemorySSA walker
George Burgess IV via llvm-commits
- [PATCH] D18065: Fix bugs in the MemorySSA walker
Daniel Berlin via llvm-commits
- [PATCH] D17011: [lanai] Add Lanai backend.
Tim Northover via llvm-commits
- [PATCH] D17066: libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Mehdi AMINI via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Rui Ueyama via llvm-commits
- [PATCH] D17011: [lanai] Add Lanai backend.
Tim Northover via llvm-commits
- [PATCH] D17931: AMDGPU: Materialize sign bits with bfrev
Tom Stellard via llvm-commits
- [lld] r263190 - ELF: Add --thread option and partially parallelize writeTo().
Rui Ueyama via llvm-commits
- [PATCH] D15302: [Greedy regalloc] Replace analyzeSiblingValues with something new [Part1]
Wei Mi via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Sean Silva via llvm-commits
- [compiler-rt] r263195 - Fix ASan test cases after r263177
Alexey Samsonov via llvm-commits
- [llvm] r263196 - Minor code cleanup. NFC.
Junmo Park via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Rui Ueyama via llvm-commits
- [PATCH] D18065: Fix bugs in the MemorySSA walker
George Burgess IV via llvm-commits
- [lld] r263197 - [lto] The previous testcase was not useful enough.
Sean Silva via llvm-commits
- [lld] r263198 - Fix indentation.
Sean Silva via llvm-commits
- [lld] r263197 - [lto] The previous testcase was not useful enough.
Rui Ueyama via llvm-commits
- [lld] r263197 - [lto] The previous testcase was not useful enough.
Sean Silva via llvm-commits
- [compiler-rt] r263199 - [Compiler-rt] Fix ioctl codes for MIPS in sanitizer_ioctl_test
Mohit K. Bhakkad via llvm-commits
- [PATCH] D17985: [Compiler-rt] Fix ioctl codes for MIPS in sanitizer_ioctl_test
Mohit Bhakkad via llvm-commits
- [PATCH] D17625: Do not select EhPad BB in MachineBlockPlacement when there is regular BB to schedule
Amaury SECHET via llvm-commits
- [llvm] r263200 - Minor code cleanups. NFC.
Junmo Park via llvm-commits
- [PATCH] D17625: Do not select EhPad BB in MachineBlockPlacement when there is regular BB to schedule
David Li via llvm-commits
- [PATCH] D18032: Power 9 Atomic instructions, load monitored and move XER to CR
Chuang-Yu Cheng via llvm-commits
- [PATCH] D18065: Fix bugs in the MemorySSA walker
Daniel Berlin via llvm-commits
- [llvm] r263201 - AMDGPU: Materialize sign bits with bfrev
Matt Arsenault via llvm-commits
- [PATCH] D17931: AMDGPU: Materialize sign bits with bfrev
Matt Arsenault via llvm-commits
- [llvm] r263203 - [mips] Invalid tests for MTC0, MTC2, MFC0, MFC2, DMTC0, DMFC0 MIPS instructions
Hrvoje Varga via llvm-commits
- [llvm] r263204 - AMDGPU: R600 code splitting cleanup
Matt Arsenault via llvm-commits
- [PATCH] D18037: [mips] Invalid tests for MTC0, MTC2, MFC0, MFC2, DMTC0, DMFC0 MIPS instructions
Hrvoje Varga via llvm-commits
- [PATCH] D18010: AMDGPU: R600 code splitting cleanup
Matt Arsenault via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Hal Finkel via llvm-commits
- [PATCH] D16182: [mips][microMIPS][DSP] Implement BALIGN, BITREV, BPOSGE32, CMP*, CMPGDU*, CMPGU* and CMPU* instructions
Zlatko Buljan via llvm-commits
- [llvm] r263206 - AMDGPU: Don't use InstVisitor for AMDGPUPromoteAlloca
Matt Arsenault via llvm-commits
- [PATCH] D17939: AMDGPU: Don't use InstVisitor for AMDGPUPromoteAlloca
Matt Arsenault via llvm-commits
- [PATCH] D18032: Power 9 Atomic instructions, load monitored and move XER to CR
Nemanja Ivanovic via llvm-commits
- [PATCH] D18041: [ELF] use fatal() instead of llvm_unreachable when performing relaxations.
George Rimar via llvm-commits
- [PATCH] D17946: Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Chandler Carruth via llvm-commits
- [PATCH] D18077: Factor out MachineBlockPlacement::fillWorkLists. NFC
Amaury SECHET via llvm-commits
- [llvm] r263208 - [PM] Port GVN to the new pass manager, wire it up, and teach a couple of
Chandler Carruth via llvm-commits
- [PATCH] D17625: Do not select EhPad BB in MachineBlockPlacement when there is regular BB to schedule
Amaury SECHET via llvm-commits
- [PATCH] D18022: Do not specialize IRBuilder to strip names in SROA
Chandler Carruth via llvm-commits
- [PATCH] D18023: Remove PreserveNames template parameter from IRBuilder
Chandler Carruth via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Sean Silva via llvm-commits
- [PATCH] D18019: [PM] Port GVN to the new pass manager, wire it up, and teach a couple of tests to run GVN in both modes.
Chandler Carruth via llvm-commits
- [PATCH] D18019: [PM] Port GVN to the new pass manager, wire it up, and teach a couple of tests to run GVN in both modes.
Chandler Carruth via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Ismail Donmez via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Hal Finkel via llvm-commits
- [PATCH][RFC] llvm-cov HTML generation
Ying Yi via llvm-commits
- [llvm] r263211 - [PM/AA] Teach the AAManager how to handle module analyses in addition to
Chandler Carruth via llvm-commits
- [PATCH] D17540: [MIPS][LLVM-MC] Fix Disassemble of Negative Offset
Nitesh Jain via llvm-commits
- [llvm] r263212 - [AMDGPU] Assembler: change v_madmk operands to have same order as mad.
Nikolay Haustov via llvm-commits
- [PATCH] D16998: [AMDGPU] llvm-objdump: disassembling .hsatext section of HSA Code Object v1.0
Pykhtin, Valery via llvm-commits
- [PATCH] D17984: [AMDGPU] Assembler: change v_madmk operands to have same order as mad.
Nikolay Haustov via llvm-commits
- [PATCH] D18039: [ELF] - Fixed handling R_X86_64_DTPOFF64 relocation relaxation
George Rimar via llvm-commits
- [PATCH] D17609: [lit] Enqueue tests on a separate thread to not hit limits on parallel queues
Filipe Cabecinhas via llvm-commits
- [PATCH] D17288: [CodeGenPrepare] Do select to branch transform when cmp's operand is expensive.
Junmo Park via llvm-commits
- [lld] r263213 - Fix linux build after r263190
Ismail Donmez via llvm-commits
- [PATCH] D15418: [mips][microMIPS] Implement LH, LHE, LHU and LHUE instructions
Zlatko Buljan via llvm-commits
- [PATCH] D18039: [ELF] - Fixed handling R_X86_64_DTPOFF64 relocation relaxation
George Rimar via llvm-commits
- [PATCH] D18078: [Sanitizer][MIPS] internal lstat and fstat for mips64
Mohit Bhakkad via llvm-commits
- [PATCH] D17203: [LICM] Sink entire inner loops.
Chris Diamand via llvm-commits
- [PATCH] D18078: [Sanitizer][MIPS] internal lstat and fstat for mips64
Mohit Bhakkad via llvm-commits
- [lld] r263214 - [ELF] - Move initSymbols() to Driver.cpp. NFC.
George Rimar via llvm-commits
- [llvm] r263215 - [InstCombine] Use Twines to generate names.
Benjamin Kramer via llvm-commits
- [PATCH] D18003: [tsan] Disable randomized address space on linux when necessary.
Dmitry Vyukov via llvm-commits
- [llvm] r263216 - [PM] Implement the final conclusion as to how the analysis IDs should
Chandler Carruth via llvm-commits
- [PATCH] D17288: [CodeGenPrepare] Do select to branch transform when cmp's operand is expensive.
Junmo Park via llvm-commits
- [PATCH] D18079: [MCSchedule] Remove comments about MinLatency. NFC
Junmo Park via llvm-commits
- [llvm] r263217 - [PM] Rename the CRTP mixin base classes for the new pass manager to
Chandler Carruth via llvm-commits
- [llvm] r263086 - Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Michel Dänzer via llvm-commits
- [compiler-rt] r263218 - [Sanitizer][MIPS] internal lstat and fstat for mips64
Mohit K. Bhakkad via llvm-commits
- [PATCH] D18078: [Sanitizer][MIPS] internal lstat and fstat for mips64
Mohit Bhakkad via llvm-commits
- [llvm] r263219 - [PM] Make the AnalysisManager parameter to run methods a reference.
Chandler Carruth via llvm-commits
- [PATCH] D17609: [lit] Enqueue tests on a separate thread to not hit limits on parallel queues
Benjamin Kramer via llvm-commits
- [PATCH] D17998: [ELF] implement --warn-common/--no-warn-common
George Rimar via llvm-commits
- [PATCH] D17998: [ELF] implement --warn-common/--no-warn-common
George Rimar via llvm-commits
- [llvm] r263215 - [InstCombine] Use Twines to generate names.
Chandler Carruth via llvm-commits
- [PATCH] D18036: Enabling multiple letters and digits in constraints
Konstantin Vladimirov via llvm-commits
- [PATCH] D18036: Enabling multiple letters and digits in constraints
Konstantin Vladimirov via llvm-commits
- [llvm] r263220 - [mips] Range check simm4.
Daniel Sanders via llvm-commits
- [PATCH] D10640: [mips][microMIPS] Implement LWP and SWP instructions
Zlatko Buljan via llvm-commits
- [lld] r263222 - Create a SymbolBody for locals.
Rafael Espindola via llvm-commits
- [llvm] r263223 - [PM] Update Kaleidoscope with the new header file.
Chandler Carruth via llvm-commits
- [lld] r263224 - Remember the input section of locals.
Rafael Espindola via llvm-commits
- [lld] r263225 - Compute value of local symbol with getVA.
Rafael Espindola via llvm-commits
- [PATCH] D18056: Compute value of local symbol with getVA.
Rafael Espíndola via llvm-commits
- [PATCH] D16201: [ELF/AArch64] - Implemented set of R_AARCH64_TLSDESC_* relocations.
George Rimar via llvm-commits
- [lld] r263226 - [ELF] - Evaluate addend earlier and use it instead getAddend() calls. NFC.
George Rimar via llvm-commits
- [lld] r263227 - [ELF] - Early continue in InputSectionBase<ELFT>::relocate(). NFC.
George Rimar via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Ed Maste via llvm-commits
- [lld] r263228 - Simplify now that local symbols can use getVA.
Rafael Espindola via llvm-commits
- [llvm] r263229 - [mips] MIPSR6 Instruction itineraries
Vasileios Kalintiris via llvm-commits
- [PATCH] D17198: [mips] MIPSR6 Instruction itineraries
Vasileios Kalintiris via llvm-commits
- [lld] r263230 - Remove a redundant cast.
Rafael Espindola via llvm-commits
- [llvm] r263231 - [PM] The order of evaluation of these analyses is actually significant,
Chandler Carruth via llvm-commits
- [llvm] r263231 - [PM] The order of evaluation of these analyses is actually significant,
Hal Finkel via llvm-commits
- [PATCH] D16807: [mips] MUL macro variations
Daniel Sanders via llvm-commits
- [llvm] r263232 - [memdep] Just require domtree for memdep.
Chandler Carruth via llvm-commits
- [PATCH] D18079: [MCSchedule] Remove comments about MinLatency. NFC
Chad Rosier via llvm-commits
- [llvm] r263234 - [AA] Make BasicAA just require domtree.
Chandler Carruth via llvm-commits
- [test-suite] r263235 - [test-suite] Append LDFLAGS to LINK_LIBRARIES
Chad Rosier via llvm-commits
- [lld] r263228 - Simplify now that local symbols can use getVA.
Simon Atanasyan via llvm-commits
- [lld] r263236 - [ELF][MIPS] Update comment about creation local GOT entries for non-local symbols. NFC.
Simon Atanasyan via llvm-commits
- [PATCH] D18007: [test-suite] Append LDFLAGS to LINK_LIBRARIES
Chad Rosier via llvm-commits
- [lld] r263228 - Simplify now that local symbols can use getVA.
Simon Atanasyan via llvm-commits
- [PATCH] D18083: [ELF] - Refactor of InputSectionBase<ELFT>::relocate()
George Rimar via llvm-commits
- [PATCH] D18077: Factor out MachineBlockPlacement::fillWorkLists. NFC
Chad Rosier via llvm-commits
- [PATCH] D17934: [ELF] Implement infrastructure for thunk code creation
Simon Atanasyan via llvm-commits
- [llvm] r263231 - [PM] The order of evaluation of these analyses is actually significant,
Chandler Carruth via llvm-commits
- [PATCH] D17809: [mips] Extend MipsAsmParser class to handle expressions in the %tprel / %dtprel relocations
Simon Atanasyan via llvm-commits
- [PATCH] D16889: [mips] Addition of the immediate cases for the instructions [d]div, [d]divu
Daniel Sanders via llvm-commits
- [PATCH] D18083: [ELF] - Refactor of InputSectionBase<ELFT>::relocate()
Simon Atanasyan via llvm-commits
- [lld] r263237 - Represent local symbols with DefinedRegular.
Rafael Espindola via llvm-commits
- [llvm] r263231 - [PM] The order of evaluation of these analyses is actually significant,
Hal Finkel via llvm-commits
- [PATCH] D18083: [ELF] - Refactor of InputSectionBase<ELFT>::relocate()
George Rimar via llvm-commits
- [lld] r263228 - Simplify now that local symbols can use getVA.
Rafael Espíndola via llvm-commits
- [PATCH] D18083: [ELF] - Refactor of InputSectionBase<ELFT>::relocate()
Simon Atanasyan via llvm-commits
- [PATCH] D18083: [ELF] - Refactor of InputSectionBase<ELFT>::relocate()
George Rimar via llvm-commits
- [lld] r263214 - [ELF] - Move initSymbols() to Driver.cpp. NFC.
Rafael Espíndola via llvm-commits
- [PATCH] D17540: [MIPS][LLVM-MC] Fix Disassemble of Negative Offset
Daniel Sanders via llvm-commits
- [lld] r263238 - Run dos2unix. NFC.
Rafael Espindola via llvm-commits
- [llvm] r263239 - [X86][AVX] Fixed issue where a long chain of shuffles could attempt to combine to a single (illegal) PSHUFB instruction.
Simon Pilgrim via llvm-commits
- [PATCH] D14840: [X86] Detect SAD patterns and emit psadbw instructions on X86.
Simon Pilgrim via llvm-commits
- [lld] r263240 - This reverts the r263125
George Rimar via llvm-commits
- [lld] r263241 - Simplify test. NFC.
Rafael Espindola via llvm-commits
- [PATCH] D17760: [mips] Fix an issue with long double when function roundl is defined
Daniel Sanders via llvm-commits
- [llvm] r263242 - [AMDGPU] Fix VOPC instruction operand namings
Valery Pykhtin via llvm-commits
- [lld] r263243 - Simplify test.
Rafael Espindola via llvm-commits
- [PATCH] D16353: [mips] MIPS32R6 compact branch support
Daniel Sanders via llvm-commits
- [lld] r263244 - Don't invent names for STT_SECTION symbols.
Rafael Espindola via llvm-commits
- [PATCH] D17966: [AMDGPU] Fix VOPC instruction operand namings
Valery Pykhtin via llvm-commits
- [PATCH] D18084: [AMDGPU] Assembler: Update SOP* tests
Nikolay Haustov via llvm-commits
- [PATCH] D18085: [ELF] - Change all messages to be lowercase to be consistent.
George Rimar via llvm-commits
- [PATCH] D18085: [ELF] - Change all messages to be lowercase to be consistent.
George Rimar via llvm-commits
- [PATCH] D18086: Fix default processor name for armv6k.
Johannes Schickel via llvm-commits
- [PATCH] D18085: [ELF] - Change all messages to be lowercase to be consistent.
Rafael Ávila de Espíndola via llvm-commits
- [PATCH] InstCombine: allow converting varargs calls to non-varargs.
Will Dietz via llvm-commits
- [PATCH] D18087: [mips] Eliminate instances of "potentially uninitialised local variable" warnings, NFC
Scott Egerton via llvm-commits
- [PATCH] D17932: [X86][SSE] Simplify vector LOAD + EXTEND on pre-SSE41 hardware
Simon Pilgrim via llvm-commits
- [PATCH] D17932: [X86][SSE] Simplify vector LOAD + EXTEND on pre-SSE41 hardware
Quentin Colombet via llvm-commits
- [PATCH] D17609: [lit] Enqueue tests on a separate thread to not hit limits on parallel queues
Filipe Cabecinhas via llvm-commits
- [PATCH] D17609: [lit] Enqueue tests on a separate thread to not hit limits on parallel queues
Filipe Cabecinhas via llvm-commits
- [llvm] r263247 - More UTF string conversion wrappers
Marianne Mailhot-Sarrasin via llvm-commits
- [PATCH] D17549: [PATCH] More UTF string conversion wrappers
Marianne Mailhot-Sarrasin via llvm-commits
- [lld] r263248 - Avoid calling getNamedValue.
Rafael Espindola via llvm-commits
- [PATCH] D17288: [CodeGenPrepare] Do select to branch transform when cmp's operand is expensive.
Sanjay Patel via llvm-commits
- [PATCH] D18038: [mips] Remove unnecessary sign extension in atomics
Daniel Sanders via llvm-commits
- [lld] r263249 - Trying to fix the MSVC build.
Rafael Espindola via llvm-commits
- [llvm] r263250 - [PM] Sink the "Expression" type for GVN into the class as a private
Chandler Carruth via llvm-commits
- [lld] r263251 - More MSVC fixes.
Rafael Espindola via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Rafael Espíndola via llvm-commits
- [lld] r263252 - [ELF] - Change all messages to lowercase to be consistent.
George Rimar via llvm-commits
- [lld] r263253 - Yet more MSVC fixes.
Rafael Espindola via llvm-commits
- [PATCH] D18085: [ELF] - Change all messages to be lowercase to be consistent.
George Rimar via llvm-commits
- [zorg] r263254 - Add step to kill stale symbolizer processes before building
Reid Kleckner via llvm-commits
- [llvm] r263255 - [misched] Fix a truncation issue from r263021.
Chad Rosier via llvm-commits
- [PATCH] D17785: Add step to kill stale symbolizer processes before building
Reid Kleckner via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Rui Ueyama via llvm-commits
- [PATCH] D18019: [PM] Port GVN to the new pass manager, wire it up, and teach a couple of tests to run GVN in both modes.
David Li via llvm-commits
- [PATCH] D17288: [CodeGenPrepare] Do select to branch transform when cmp's operand is expensive.
Evandro Menezes via llvm-commits
- [compiler-rt] r263195 - Fix ASan test cases after r263177
Kostya Serebryany via llvm-commits
- [PATCH] D18022: Do not specialize IRBuilder to strip names in SROA
Mehdi Amini via llvm-commits
- [PATCH] D18022: Do not specialize IRBuilder to strip names in SROA
Mehdi AMINI via llvm-commits
- [llvm] r263256 - Do not specialize IRBuilder to strip names in SROA
Mehdi Amini via llvm-commits
- [llvm] r263258 - Remove PreserveNames template parameter from IRBuilder
Mehdi Amini via llvm-commits
- [PATCH] D17279: [Sink] Don't move calls to readonly functions across stores
Nicolai Hähnle via llvm-commits
- [lld] r263214 - [ELF] - Move initSymbols() to Driver.cpp. NFC.
Rui Ueyama via llvm-commits
- [llvm] r263259 - [GlobalISel][Target] Add an opcode for unconditional branch.
Quentin Colombet via llvm-commits
- [llvm] r263260 - [IRTranslator] Update getOrCreateBB API to use references.
Quentin Colombet via llvm-commits
- [llvm] r263261 - [MachineIRBuilder] Rename the setter for MBB for consistency with the getter.
Quentin Colombet via llvm-commits
- [llvm] r263262 - [MachineIRBuilder] Rename the setter of MF for consistency with the getter.
Quentin Colombet via llvm-commits
- [llvm] r263263 - [IRTranslator] Update getOrCreateVReg API to use references.
Quentin Colombet via llvm-commits
- [llvm] r263264 - [MachineIRBuilder] Rework buildInstr API to maximize code reuse.
Quentin Colombet via llvm-commits
- [llvm] r263265 - [IRTranslator] Translate unconditional branches.
Quentin Colombet via llvm-commits
- [llvm] r263266 - Fix spelling.
Simon Pilgrim via llvm-commits
- [llvm] r263268 - Update test case to appease bots after 263255.
Chad Rosier via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Ed Maste via llvm-commits
- [PATCH] D17785: Add step to kill stale symbolizer processes before building
Reid Kleckner via llvm-commits
- [PATCH] D17288: [CodeGenPrepare] Do select to branch transform when cmp's operand is expensive.
Sanjay Patel via llvm-commits
- [PATCH] D18089: [lit] Hack lit to allow a test suite to request that it is run "early".
Chandler Carruth via llvm-commits
- [PATCH] D18019: [PM] Port GVN to the new pass manager, wire it up, and teach a couple of tests to run GVN in both modes.
Chandler Carruth via llvm-commits
- [PATCH] D18019: [PM] Port GVN to the new pass manager, wire it up, and teach a couple of tests to run GVN in both modes.
David Li via llvm-commits
- [llvm] r263268 - Update test case to appease bots after 263255.
Chad Rosier via llvm-commits
- [PATCH] D17732: Introduce @llvm.experimental.deoptimize
Sanjoy Das via llvm-commits
- [PATCH] D18089: [lit] Hack lit to allow a test suite to request that it is run "early".
Filipe Cabecinhas via llvm-commits
- [PATCH] D18091: ELF: Implement --build-id.
Rui Ueyama via llvm-commits
- [compiler-rt] r263195 - Fix ASan test cases after r263177
Alexey Samsonov via llvm-commits
- [PATCH] D18089: [lit] Hack lit to allow a test suite to request that it is run "early".
Chandler Carruth via llvm-commits
- [PATCH] D18089: [lit] Hack lit to allow a test suite to request that it is run "early".
Chandler Carruth via llvm-commits
- [compiler-rt] r263195 - Fix ASan test cases after r263177
Kostya Serebryany via llvm-commits
- [PATCH] D18085: [ELF] - Change all messages to be lowercase to be consistent.
Rui Ueyama via llvm-commits
- [llvm] r263270 - Type correct Visual Studio native visualization for PointerUnions
Mike Spertus via llvm-commits
- [PATCH] D18089: [lit] Hack lit to allow a test suite to request that it is run "early".
Mehdi AMINI via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Rui Ueyama via llvm-commits
- [lld] r263271 - Now that it is trivial, fix pr26878.
Rafael Espindola via llvm-commits
- [PATCH] D18019: [PM] Port GVN to the new pass manager, wire it up, and teach a couple of tests to run GVN in both modes.
Chandler Carruth via llvm-commits
- [lld] r263271 - Now that it is trivial, fix pr26878.
Rui Ueyama via llvm-commits
- [lld] r263272 - Revert r263252: "[ELF] - Change all messages to lowercase to be consistent."
Rui Ueyama via llvm-commits
- [PATCH] D17998: [ELF] implement --warn-common/--no-warn-common
Rui Ueyama via llvm-commits
- [lld] r263252 - [ELF] - Change all messages to lowercase to be consistent.
Rui Ueyama via llvm-commits
- [PATCH] D17732: Introduce @llvm.experimental.deoptimize
Reid Kleckner via llvm-commits
- [PATCH] D18019: [PM] Port GVN to the new pass manager, wire it up, and teach a couple of tests to run GVN in both modes.
Xinliang David Li via llvm-commits
- [llvm] r263275 - [ThinLTO] Support for reference graph in per-module and combined summary.
Teresa Johnson via llvm-commits
- [lld] r263213 - Fix linux build after r263190
Rui Ueyama via llvm-commits
- [lld] r263277 - Fix MSVC build.
Rui Ueyama via llvm-commits
- [PATCH] D17212: [ThinLTO] Support for reference graph in per-module and combined summary.
Teresa Johnson via llvm-commits
- [llvm] r263278 - [PGO] Skip value profile instrumentation of inline asm
Vedant Kumar via llvm-commits
- [PATCH] D17778: TypedError for recoverable error handling
Lang Hames via llvm-commits
- [PATCH] D17778: TypedError for recoverable error handling
Mehdi AMINI via llvm-commits
- [lld] r263280 - Remove obsolete comment.
Rui Ueyama via llvm-commits
- [lld] r263252 - [ELF] - Change all messages to lowercase to be consistent.
Rui Ueyama via llvm-commits
- [llvm] r263281 - Introduce @llvm.experimental.deoptimize
Sanjoy Das via llvm-commits
- [PATCH] D17212: [ThinLTO] Support for reference graph in per-module and combined summary.
Teresa Johnson via llvm-commits
- [compiler-rt] r263282 - Make printf-4 more robust to strlen interception after r263177
Reid Kleckner via llvm-commits
- [PATCH] D17732: Introduce @llvm.experimental.deoptimize
Sanjoy Das via llvm-commits
- [test-suite] r263284 - Makefile/SPEC: Further adjustments to SPEC2000 v1.3
Matthias Braun via llvm-commits
- [llvm] r263216 - [PM] Implement the final conclusion as to how the analysis IDs should
David Blaikie via llvm-commits
- [llvm] r263286 - [MemorySSA] Make a return type reflect reality. NFC.
George Burgess IV via llvm-commits
- [PATCH] D18091: ELF: Implement --build-id.
Ed Maste via llvm-commits
- [PATCH] D18093: [ScheduleDAGInstrs] Handle instructions with multiple MMOs
Geoff Berry via llvm-commits
- [PATCH] D18061: Add iterator types to iterator_range, to appease newer gcc's
Dimitry Andric via llvm-commits
- [PATCH] D18091: ELF: Implement --build-id.
Rui Ueyama via llvm-commits
- [PATCH] D18087: [mips] Eliminate instances of "potentially uninitialised local variable" warnings, NFC
David Blaikie via llvm-commits
- [llvm] r263287 - [WebAssembly] Add `final` keywords to a few more subclasses, for consistency.
Dan Gohman via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Ed Maste via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Rui Ueyama via llvm-commits
- [PATCH] D15965: Add support for dumping relocations in non-relocatable files
Colin LeMahieu via llvm-commits
- [PATCH] D18094: [x86, AVX] replace masked load with full vector load when possible
Sanjay Patel via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Ed Maste via llvm-commits
- [PATCH] D18091: ELF: Implement --build-id.
H.J Lu via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Rui Ueyama via llvm-commits
- [PATCH] D18065: Fix bugs in the MemorySSA walker
Daniel Berlin via llvm-commits
- [PATCH] D18061: Add iterator types to iterator_range, to appease newer gcc's
Dimitry Andric via llvm-commits
- [PATCH] D18077: Factor out MachineBlockPlacement::fillWorkLists. NFC
Amaury SECHET via llvm-commits
- [llvm] r263288 - Define NT_GNU_BUILD_ID constant.
Rui Ueyama via llvm-commits
- [PATCH] D18097: [Power9] basic support for Power 9 direct move instructions
amehsan via llvm-commits
- [PATCH] D18077: Factor out MachineBlockPlacement::fillWorkLists. NFC
Chad Rosier via llvm-commits
- [test-suite] r263182 - Add cmake caches for common configurations
Justin Bogner via llvm-commits
- [PATCH] D18091: ELF: Implement --build-id.
Ed Maste via llvm-commits
- [PATCH] D18091: ELF: Implement --build-id.
Rui Ueyama via llvm-commits
- [PATCH] D18091: ELF: Implement --build-id.
Rui Ueyama via llvm-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via llvm-commits
- [PATCH] D18091: ELF: Implement --build-id.
Rui Ueyama via llvm-commits
- [PATCH] D18091: ELF: Implement --build-id.
Ed Maste via llvm-commits
- [PATCH] D18077: Factor out MachineBlockPlacement::fillWorkLists. NFC
Amaury SECHET via llvm-commits
- [PATCH] D18091: ELF: Implement --build-id.
Rui Ueyama via llvm-commits
- [PATCH] D18091: ELF: Implement --build-id.
Ed Maste via llvm-commits
- [PATCH] D18091: ELF: Implement --build-id.
Ed Maste via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Ed Maste via llvm-commits
- [lld] r263292 - ELF: Implement --build-id.
Rui Ueyama via llvm-commits
- [compiler-rt] r263293 - Switch to fputs stderr to try to fix output buffering issues
Reid Kleckner via llvm-commits
- [PATCH] D18091: ELF: Implement --build-id.
Rui Ueyama via llvm-commits
- [PATCH] D18085: [ELF] - Change all messages to be lowercase to be consistent.
Rafael Espíndola via llvm-commits
- [PATCH] D15816: [TTI] Add hook for contextual cast estimates
Matthew Simpson via llvm-commits
- [PATCH] D18085: [ELF] - Change all messages to be lowercase to be consistent.
Rui Ueyama via llvm-commits
- [compiler-rt] r263294 - Fix order of arguments to fputs
Reid Kleckner via llvm-commits
- [PATCH] D18085: [ELF] - Change all messages to be lowercase to be consistent.
Rafael Espíndola via llvm-commits
- [PATCH] D18077: Factor out MachineBlockPlacement::fillWorkLists. NFC
Chad Rosier via llvm-commits
- [PATCH] D18087: [mips] Eliminate instances of "potentially uninitialised local variable" warnings, NFC
Alexander Riccio via llvm-commits
- [PATCH] D17600: Disabling CTR loops optimization for soft float operations
Aleksandar Beserminji via llvm-commits
- [PATCH] D18087: [mips] Eliminate instances of "potentially uninitialised local variable" warnings, NFC
David Blaikie via llvm-commits
- [polly] r263296 - Update Polly for the removal of PreserveNames from IRBuilder stuff
David Blaikie via llvm-commits
- [llvm] r263297 - Initialize CalleeInfo to fix bot after r263275
Teresa Johnson via llvm-commits
- [PATCH] D18077: Factor out MachineBlockPlacement::fillWorkLists. NFC
Amaury SECHET via llvm-commits
- [LNT] r263298 - Add a section to the docs about the cmake test-suite
Chris Matthews via llvm-commits
- [PATCH] D18089: [lit] Hack lit to allow a test suite to request that it is run "early".
Rafael Espíndola via llvm-commits
- [llvm] r263301 - [AArch64] Don't blindly lower f16/f128 FCCMPs.
Ahmed Bougacha via llvm-commits
- [PATCH] D18048: [AArch64] Enable more load clustering in the MI Scheduler.
Chad Rosier via llvm-commits
- [PATCH] D18077: Factor out MachineBlockPlacement::fillWorkLists. NFC
David Li via llvm-commits
- [PATCH] D18003: [tsan] Disable randomized address space on linux when necessary.
Yabin Cui via llvm-commits
- [llvm] r263303 - [X86][SSE] Simplify vector LOAD + EXTEND on pre-SSE41 hardware
Simon Pilgrim via llvm-commits
- [llvm] r263304 - Minor cleanup and documentation to IRMover (NFC)
Mehdi Amini via llvm-commits
- [PATCH] D16978: [InstCombine] Try harder to simplify ~(X & Y) -> ~X | ~Y and ~(X | Y) -> ~X & ~Y when X and Y have more than one uses.
Balaram Makam via llvm-commits
- [PATCH] D17625: Do not select EhPad BB in MachineBlockPlacement when there is regular BB to schedule
David Li via llvm-commits
- [PATCH] D18100: Simplify Logic in IRMover
Mehdi AMINI via llvm-commits
- [PATCH] D17932: [X86][SSE] Simplify vector LOAD + EXTEND on pre-SSE41 hardware
Simon Pilgrim via llvm-commits
- [PATCH] D16978: [InstCombine] Try harder to simplify ~(X & Y) -> ~X | ~Y and ~(X | Y) -> ~X & ~Y when X and Y have more than one uses.
Balaram Makam via llvm-commits
- [llvm] r263305 - Extend test-suite docs to describe how to run test-suite with cmake+lit
Chris Matthews via llvm-commits
- [PATCH] D18089: [lit] Hack lit to allow a test suite to request that it is run "early".
Chandler Carruth via llvm-commits
- [PATCH] D18100: Simplify Logic in IRMover
Tobias Edler von Koch via llvm-commits
- [test-suite] r263306 - Update test-suite caches with jbogner's cmake feedback
Chris Matthews via llvm-commits
- [PATCH] D18101: AMDGPU: mark llvm.amdgcn.image.atomic.* as a source of divergence
Nicolai Hähnle via llvm-commits
- [test-suite] r263182 - Add cmake caches for common configurations
Chris Matthews via llvm-commits
- [PATCH] D18100: Simplify Logic in IRMover
Mehdi AMINI via llvm-commits
- [PATCH] D18102: [sancov] using md5 for anchors in attempt to reduce file size.
Kostya Serebryany via llvm-commits
- [PATCH] D15552: TTI: Allow targets to override getScalarizationOverhead
Matt Arsenault via llvm-commits
- [PATCH] D17098: [AArch64] analyse dependences of ldp/stp
Sebastian Pop via llvm-commits
- [PATCH] D18104: [Bugpoint] Fix two crashes in miscompilation debugger
Tobias Edler von Koch via llvm-commits
- [PATCH] D18061: Add iterator types to iterator_range, to appease newer gcc's
Dimitry Andric via llvm-commits
- [PATCH] D18061: Add iterator types to iterator_range, to appease newer gcc's
David Blaikie via llvm-commits
- [PATCH] D18100: Simplify Logic in IRMover
Tobias Edler von Koch via llvm-commits
- [PATCH] D18106: Extract out a SelectionDAGBuilder::LowerAsStatepoint; NFC
Sanjoy Das via llvm-commits
- [PATCH] D18103: Don't crash sancov if file is unreadable.
Vitaly Buka via llvm-commits
- [PATCH] D18100: Simplify Logic in IRMover
Mehdi AMINI via llvm-commits
- [PATCH] D14840: [X86] Detect SAD patterns and emit psadbw instructions on X86.
Cong Hou via llvm-commits
- [PATCH] D14840: [X86] Detect SAD patterns and emit psadbw instructions on X86.
Cong Hou via llvm-commits
- [llvm] r263307 - Don't crash sancov if file is unreadable.
Mike Aizatsky via llvm-commits
- [llvm] r263308 - [sancov] using md5 for anchors in attempt to reduce file size.
Mike Aizatsky via llvm-commits
- [llvm] r263309 - Fix the docs I broke
Chris Matthews via llvm-commits
- [PATCH] D18103: Don't crash sancov if file is unreadable.
Mike Aizatsky via llvm-commits
- [PATCH] D18102: [sancov] using md5 for anchors in attempt to reduce file size.
Mike Aizatsky via llvm-commits
- [PATCH] D18072: Skeleton for the IR level pass to perform 64bit Integer Division
Uthkarsh Satish via llvm-commits
- [PATCH] D18108: Swift Calling Convention: SelectionDAGBuilder changes to support swifterror
Manman Ren via llvm-commits
- [PATCH] D18072: Skeleton for the IR level pass to perform 64bit Integer Division
Uthkarsh Satish via llvm-commits
- [PATCH] D18066: Add some shortcuts in Value Propagation for alloca
David Li via llvm-commits
- [PATCH] D18109: Prevent GlobalOpts from dropping ASANitized global variables
Adrian Prantl via llvm-commits
- [PATCH] D17739: [attrs] Handle convergent CallSites.
Justin Lebar via llvm-commits
- [compiler-rt] r263311 - Disable a test that started failing recently; see PR26919.
Nico Weber via llvm-commits
- [PATCH] D18066: Add some shortcuts in Value Propagation for alloca
Philip Reames via llvm-commits
- [zorg] r263313 - Allow build to determine the branch name from the SVN repository url
Marc Schifer via llvm-commits
- [PATCH] D18069: Throttling LICM to reduce compile time of Value Propagation and Reg Splitting
Philip Reames via llvm-commits
- [llvm] r263314 - Updating source languages entry in FAQ.
Wilfred Hughes via llvm-commits
- [PATCH] D17625: Do not select EhPad BB in MachineBlockPlacement when there is regular BB to schedule
Amaury SECHET via llvm-commits
- [test-suite] r263315 - [LNTBased/SPEC] Fix 403.gcc and 471.omnetpp checking
Adam Nemet via llvm-commits
- [PATCH] D18109: Prevent GlobalOpts from dropping ASANitized global variables
Duncan P. N. Exon Smith via llvm-commits
- [PATCH] D18109: Prevent GlobalOpts from dropping ASANitized global variables
Duncan P. N. Exon Smith via llvm-commits
- [PATCH] D17201: [SCEV] Introduce a guarded backedge taken count and use it in LAA and LV
Sanjoy Das via llvm-commits
- [PATCH] D18069: Throttling LICM to reduce compile time of Value Propagation and Reg Splitting
Daniel Berlin via llvm-commits
- [PATCH] D18069: Throttling LICM to reduce compile time of Value Propagation and Reg Splitting
Philip Reames via llvm-commits
- [PATCH] D18069: Throttling LICM to reduce compile time of Value Propagation and Reg Splitting
David Li via llvm-commits
- [PATCH] D18069: Throttling LICM to reduce compile time of Value Propagation and Reg Splitting
Daniel Berlin via llvm-commits
- [PATCH] D17904: [LoopUnroll] Convert some existing tests to unit-tests.
Sanjoy Das via llvm-commits
- [PATCH] D17311: allow lambdas in mapped_iterator
Sanjoy Das via llvm-commits
- [PATCH] D18066: Add some shortcuts in Value Propagation for alloca
David Li via llvm-commits
- [PATCH] D17936: [LICM] Don't silently ignore constant expressions in promoteLoopAccessesToScalars()
Philip Reames via llvm-commits
- [PATCH] D17936: [LICM] Don't silently ignore constant expressions in promoteLoopAccessesToScalars()
Sanjoy Das via llvm-commits
- [PATCH] D18069: Throttling LICM to reduce compile time of Value Propagation and Reg Splitting
Philip Reames via llvm-commits
- [PATCH] D18065: Fix bugs in the MemorySSA walker
Daniel Berlin via llvm-commits
- [PATCH] D17936: [LICM] Don't silently ignore constant expressions in promoteLoopAccessesToScalars()
Philip Reames via llvm-commits
- [llvm] r263317 - Fix a memory leak due to missing virtual destructors
Teresa Johnson via llvm-commits
- [PATCH] D17311: allow lambdas in mapped_iterator
David Blaikie via llvm-commits
- [llvm] r263318 - [LoopUnroll] Convert some existing tests to unit-tests.
Michael Zolotukhin via llvm-commits
- [llvm] r263319 - Add Lanai.def to the module map.
Eric Christopher via llvm-commits
- [PATCH] D17904: [LoopUnroll] Convert some existing tests to unit-tests.
Michael Zolotukhin via llvm-commits
- [PATCH] D18070: New Kaleidoscope section: Creating object files
Sean Silva via llvm-commits
- [PATCH] D17904: [LoopUnroll] Convert some existing tests to unit-tests.
Michael Zolotukhin via llvm-commits
- [PATCH] D17584: Cleanup inline cost analysis code
Easwaran Raman via llvm-commits
- [PATCH] D17584: Cleanup inline cost analysis code
Philip Reames via llvm-commits
- [llvm] r263321 - Temporarily revert:
Eric Christopher via llvm-commits
- [PATCH] D18069: Throttling LICM to reduce compile time of Value Propagation and Reg Splitting
Xinliang David Li via llvm-commits
- [PATCH] D18069: Throttling LICM to reduce compile time of Value Propagation and Reg Splitting
Wei Mi via llvm-commits
- [PATCH] D17936: [LICM] Don't silently ignore constant expressions in promoteLoopAccessesToScalars()
Michael Kuperstein via llvm-commits
- [llvm] r263086 - Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Eric Christopher via llvm-commits
- [polly] r263322 - Revert "Update Polly for the removal of PreserveNames from IRBuilder stuff"
David Blaikie via llvm-commits
- [llvm] r263323 - [libFuzzer] try to use max_len based on the items of the corpus instead of blindly defaulting to 64 bytes.
Kostya Serebryany via llvm-commits
- [compiler-rt] r263324 - Fix bad regression from r263077 when building with MSVC.
Nico Weber via llvm-commits
- [PATCH] D17936: [LICM] Don't silently ignore constant expressions in promoteLoopAccessesToScalars()
Philip Reames via llvm-commits
- [lld] r263248 - Avoid calling getNamedValue.
Sean Silva via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Rui Ueyama via llvm-commits
- [PATCH] D18055: ELF: Implement --build-id.
Rui Ueyama via llvm-commits
- [PATCH] D17936: [LICM] Don't silently ignore constant expressions in promoteLoopAccessesToScalars()
Michael Kuperstein via llvm-commits
- [PATCH] D17936: [LICM] Don't silently ignore constant expressions in promoteLoopAccessesToScalars()
Sanjoy Das via llvm-commits
- [PATCH] D17884: Disallow duplication of imported entities
David Blaikie via llvm-commits
- [llvm] r263325 - [X86] Make sure we do not clobber RBX with cmpxchg when used as a base pointer.
Quentin Colombet via llvm-commits
- [PATCH] D17936: [LICM] Don't silently ignore constant expressions in promoteLoopAccessesToScalars()
Michael Kuperstein via llvm-commits
- [PATCH] D17526: [LoopUnroll] Respect the convergent attribute.
Michael Zolotukhin via llvm-commits
- [PATCH] D17936: [LICM] Don't silently ignore constant expressions in promoteLoopAccessesToScalars()
Philip Reames via llvm-commits
- [PATCH] D18106: Extract out a SelectionDAGBuilder::LowerAsStatepoint; NFC
Philip Reames via llvm-commits
- [PATCH] D17936: [LICM] Don't silently ignore constant expressions in promoteLoopAccessesToScalars()
Michael Kuperstein via llvm-commits
- [llvm] r263327 - Make gc relocates more strongly typed; NFC
Sanjoy Das via llvm-commits
- [llvm] r263325 - [X86] Make sure we do not clobber RBX with cmpxchg when used as a base pointer.
Joerg Sonnenberger via llvm-commits
- [PATCH] D17884: Disallow duplication of imported entities
don hinton via llvm-commits
- [llvm] r263328 - [libFuzzer] refresh docs
Kostya Serebryany via llvm-commits
- [llvm] r263329 - [lit] Hack lit to allow a test suite to request that it is run "early".
Chandler Carruth via llvm-commits
- [llvm] r263330 - [libFuzzer] refresh docs more
Kostya Serebryany via llvm-commits
- [PATCH] D18089: [lit] Hack lit to allow a test suite to request that it is run "early".
Chandler Carruth via llvm-commits
- [llvm] r263331 - [libFuzzer] refresh docs more
Kostya Serebryany via llvm-commits
- [PATCH] D18106: Extract out a SelectionDAGBuilder::LowerAsStatepoint; NFC
Sanjoy Das via llvm-commits
- [PATCH] D17884: Disallow duplication of imported entities
David Blaikie via llvm-commits
- [PATCH] D17609: [lit] Enqueue tests on a separate thread to not hit limits on parallel queues
Sean Silva via llvm-commits
- [PATCH] D18106: Extract out a SelectionDAGBuilder::LowerAsStatepoint; NFC
Sanjoy Das via llvm-commits
- [llvm] r263332 - [libFuzzer] refresh docs more
Kostya Serebryany via llvm-commits
- [zorg] r263334 - [libFuzzer] set max_len explicitly
Kostya Serebryany via llvm-commits
- [llvm] r263086 - Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi Amini via llvm-commits
- [llvm] r263317 - Fix a memory leak due to missing virtual destructors
Mehdi Amini via llvm-commits
- [lld] r263228 - Simplify now that local symbols can use getVA.
Simon Atanasyan via llvm-commits
- [PATCH] D18077: Factor out MachineBlockPlacement::fillWorkLists. NFC
Amaury SECHET via llvm-commits
- [llvm] r263335 - Use default destructor and remove unnecessary virtual destructor
Teresa Johnson via llvm-commits
- [PATCH] D18101: AMDGPU: mark llvm.amdgcn.image.atomic.* as a source of divergence
Matt Arsenault via llvm-commits
- [llvm] r263317 - Fix a memory leak due to missing virtual destructors
Teresa Johnson via llvm-commits
- [lld] r263336 - Update the documents of the new LLD.
Rui Ueyama via llvm-commits
- [llvm] r263275 - [ThinLTO] Support for reference graph in per-module and combined summary.
David Blaikie via llvm-commits
- [PATCH] D18085: [ELF] - Change all messages to be lowercase to be consistent.
George Rimar via llvm-commits
- [lld] r263337 - Recommit of r263252, [ELF] - Change all messages to lowercase to be consistent.
George Rimar via llvm-commits
- [lld] r263252 - [ELF] - Change all messages to lowercase to be consistent.
George Rimar via llvm-commits
- [PATCH] D17998: [ELF] implement --warn-common/--no-warn-common
George Rimar via llvm-commits
- [PATCH] D17998: [ELF] implement --warn-common/--no-warn-common
George Rimar via llvm-commits
- [PATCH] D18070: New Kaleidoscope section: Creating object files
Wilfred Hughes via llvm-commits
- [llvm] r263338 - Fix for PR 26378
Nemanja Ivanovic via llvm-commits
- [PATCH] D17712: Fix for PR26378 (reset persistent state in PPCAsmPrinter)
Nemanja Ivanovic via llvm-commits
- [lld] r263339 - [ELF][MIPS] Put type of symbol (local/global) to the findMipsPairedReloc and call it from the single place. NFC.
Simon Atanasyan via llvm-commits
- [PATCH] D18117: APFloat: Fix scalbn handling of denormals
Matt Arsenault via llvm-commits
- [PATCH] D18118: APFloat: Fix ilogb for denormals
Matt Arsenault via llvm-commits
- [PATCH] D18119: [ELF][MIPS] Factor out SumVA adjustments into a couple of separate functions. NFC.
Simon Atanasyan via llvm-commits
- [PATCH] D18117: APFloat: Fix scalbn handling of denormals
Steve Canon via llvm-commits
- [PATCH] D18118: APFloat: Fix ilogb for denormals
Steve Canon via llvm-commits
- [PATCH] D17998: [ELF] implement --warn-common/--no-warn-common
Joerg Sonnenberger via llvm-commits
- [PATCH] D17739: [attrs] Handle convergent CallSites.
Chandler Carruth via llvm-commits
- [llvm] r263275 - [ThinLTO] Support for reference graph in per-module and combined summary.
Teresa Johnson via llvm-commits
- [llvm] r263340 - [x86, InstCombine] delete x86 SSE2 masked store with zero mask
Sanjay Patel via llvm-commits
- [PATCH] D18119: [ELF][MIPS] Factor out SumVA adjustments into a couple of separate functions. NFC.
George Rimar via llvm-commits
- [llvm] r263341 - use range loops; NFCI
Sanjay Patel via llvm-commits
- [llvm] r263338 - Fix for PR 26378
Hal Finkel via llvm-commits
- [PATCH] D18069: Throttling LICM to reduce compile time of Value Propagation and Reg Splitting
Daniel Berlin via llvm-commits
- [llvm] r263342 - fix formatting; NFC
Sanjay Patel via llvm-commits
- [llvm] r263343 - remove unnecessary cast; NFC
Sanjay Patel via llvm-commits
- [PATCH] D18069: Throttling LICM to reduce compile time of Value Propagation and Reg Splitting
Hal Finkel via llvm-commits
- [PATCH] D18121: [sanitizer] On OS X, verify that interceptors work and abort if not
Kuba Brecka via llvm-commits
- [PATCH] D18069: Throttling LICM to reduce compile time of Value Propagation and Reg Splitting
Wei Mi via llvm-commits
- [PATCH] D18069: Throttling LICM to reduce compile time of Value Propagation and Reg Splitting
Xinliang David Li via llvm-commits
- [PATCH] D18069: Throttling LICM to reduce compile time of Value Propagation and Reg Splitting
Hal Finkel via llvm-commits
- [PATCH] D18061: Add iterator types to iterator_range, to appease newer gcc's
Dimitry Andric via llvm-commits
- [PATCH] D18069: Throttling LICM to reduce compile time of Value Propagation and Reg Splitting
Wei Mi via llvm-commits
- Don't invent names for STT_SECTION symbols.
George Rimar via llvm-commits
- [llvm] r263345 - fix documentation comments; NFC
Sanjay Patel via llvm-commits
- [llvm] r263346 - fix documentation comments; NFC
Sanjay Patel via llvm-commits
- [PATCH] D18121: [sanitizer] On OS X, verify that interceptors work and abort if not
Anna Zaks via llvm-commits
- [PATCH] D18121: [sanitizer] On OS X, verify that interceptors work and abort if not
Kuba Brecka via llvm-commits
- [llvm] r263347 - update test to use FileCheck
Sanjay Patel via llvm-commits
- [PATCH] Correct misspelled "XDS" to "XDG" in Support/Unix/Path.inc
Robert Ma via llvm-commits
- [llvm] r263275 - [ThinLTO] Support for reference graph in per-module and combined summary.
David Blaikie via llvm-commits
- [PATCH] D18061: Add iterator types to iterator_range, to appease newer gcc's
David Blaikie via llvm-commits
- [PATCH] D18070: New Kaleidoscope section: Creating object files
Lang Hames via llvm-commits
- [PATCH] D18122: Rework linkInModule(), making it oblivious to ThinLTO
Mehdi AMINI via llvm-commits
- [PATCH] D18124: ConstantFoldInstruction: avoid wasted calls to ConstantFoldConstantExpression
escha via llvm-commits
- [PATCH] D18124: ConstantFoldInstruction: avoid wasted calls to ConstantFoldConstantExpression
David Majnemer via llvm-commits
- [PATCH] D18124: ConstantFoldInstruction: avoid wasted calls to ConstantFoldConstantExpression
escha via llvm-commits
- [llvm] r263348 - Move LLVMConstStructInContext so that declarationa nd definition order match. NFC
Amaury Sechet via llvm-commits
- [llvm] r263349 - Use templated version of unwrap instead of cats in the Core.cpp. NFC
Amaury Sechet via llvm-commits
- [llvm] r263350 - Add echo test for constant data arrays in the LLVM C API
Amaury Sechet via llvm-commits
- [PATCH] D18126: Port InstrProfiling pass to new pass manager
David Li via llvm-commits
- [PATCH] D18118: APFloat: Fix ilogb for denormals
Matt Arsenault via llvm-commits
- [lld] r263351 - ELF: Include the build ID section in the first page.
Rui Ueyama via llvm-commits
- [PATCH] D18117: APFloat: Fix scalbn handling of denormals
Matt Arsenault via llvm-commits
- [PATCH] D18117: APFloat: Fix scalbn handling of denormals
Matt Arsenault via llvm-commits
- [PATCH] D18119: [ELF][MIPS] Factor out SumVA adjustments into a couple of separate functions. NFC.
Rui Ueyama via llvm-commits
- [PATCH] D17998: [ELF] implement --warn-common/--no-warn-common
Rui Ueyama via llvm-commits
- [PATCH] D17998: [ELF] implement --warn-common/--no-warn-common
Rui Ueyama via llvm-commits
- [llvm] r263354 - [X86] Remove many operands that represent memory stores from outs to ins. These operands are the registers and immediates that specify the memory address not the memory itself thus they are inputs.
Craig Topper via llvm-commits
- [llvm] r263354 - [X86] Remove many operands that represent memory stores from outs to ins. These operands are the registers and immediates that specify the memory address not the memory itself thus they are inputs.
Craig Topper via llvm-commits
- [lld] r263356 - Simplify findMipsPairedReloc function signature. NFC.
Rui Ueyama via llvm-commits
- [lld] r263357 - "Windows" is a product name, so it should be spelled correctly.
Rui Ueyama via llvm-commits
- [lld] r263358 - Fix spelling.
Rui Ueyama via llvm-commits
- [PATCH] D17934: [ELF] Implement infrastructure for thunk code creation
Rui Ueyama via llvm-commits
- [lld] r263359 - Remove redundant check.
Rui Ueyama via llvm-commits
- [PATCH] D18124: ConstantFoldInstruction: avoid wasted calls to ConstantFoldConstantExpression
David Majnemer via llvm-commits
- [lld] r263360 - Split addCopyRelSymbols. NFC.
Rui Ueyama via llvm-commits
- [lld] r263361 - The difference of getBss() and Out<ELFT>::Bss is subtle, so remove that function.
Rui Ueyama via llvm-commits
- [PATCH] D18128: Add facility to add/remove/check attribute on function and arguments.
Amaury SECHET via llvm-commits
- [lld] r263362 - Do not return a bool value from error().
Rui Ueyama via llvm-commits
- [lld] r263363 - Remove dead code.
Rui Ueyama via llvm-commits
- [lld] r263364 - Body can never be null in this context.
Rui Ueyama via llvm-commits
- [lld] r263365 - Redefine isGnuIfunc as a member function of SymbolBody.
Rui Ueyama via llvm-commits
- [lld] r263366 - Cosmetic change to reduce repetitions. NFC.
Rui Ueyama via llvm-commits
- [PATCH] D18117: APFloat: Fix scalbn handling of denormals
Steve Canon via llvm-commits
- [PATCH] D18118: APFloat: Fix ilogb for denormals
Steve Canon via llvm-commits
- [llvm] r263367 - Define IsRela static const member to Elf_Rel type.
Rui Ueyama via llvm-commits
- [lld] r263368 - Use RelTy instead of Elf_Rel_Impl<ELFT, isRela> for readability.
Rui Ueyama via llvm-commits
- [llvm] r263369 - APFloat: Fix scalbn handling of denormals
Matt Arsenault via llvm-commits
- [llvm] r263370 - APFloat: Fix ilogb for denormals
Matt Arsenault via llvm-commits
- [PATCH] D18117: APFloat: Fix scalbn handling of denormals
Matt Arsenault via llvm-commits
- [PATCH] D18118: APFloat: Fix ilogb for denormals
Matt Arsenault via llvm-commits
- [llvm] r263372 - Fix build
Matt Arsenault via llvm-commits
- [lld] r263373 - Simplify. NFC.
Rui Ueyama via llvm-commits
- [llvm] r263374 - ConstantFoldInstruction: avoid wasted calls to ConstantFoldConstantExpression
Fiona Glaser via llvm-commits
- [PATCH] D18066: Add some shortcuts in Value Propagation for alloca
Wei Mi via llvm-commits
- [PATCH] D18121: [sanitizer] On OS X, verify that interceptors work and abort if not
Filipe Cabecinhas via llvm-commits
- [PATCH] D18130: Object: Add ELF types to ELFType.
Rui Ueyama via llvm-commits
- [lld] r263375 - Move an OutputSectionBase member function to the top.
Rui Ueyama via llvm-commits
- [lld] r263376 - Cosmetic change. NFC.
Rui Ueyama via llvm-commits
- [PATCH] D18131: Fix SourceFileName when loading the FunctionInfoIndex from bitcode.
Mehdi AMINI via llvm-commits
- [PATCH] D17998: [ELF] implement --warn-common/--no-warn-common
Joerg Sonnenberger via llvm-commits
- [PATCH] D18121: [sanitizer] On OS X, verify that interceptors work and abort if not
Kuba Brecka via llvm-commits
- [PATCH] D17998: [ELF] implement --warn-common/--no-warn-common
Rui Ueyama via llvm-commits
- [llvm] r263377 - [Bitcode] Make writeComdats less strange
David Majnemer via llvm-commits
- [PATCH] D17998: [ELF] implement --warn-common/--no-warn-common
Joerg Sonnenberger via llvm-commits
- [PATCH] D17998: [ELF] implement --warn-common/--no-warn-common
Rui Ueyama via llvm-commits
- [PATCH] D17998: [ELF] implement --warn-common/--no-warn-common
Joerg Sonnenberger via llvm-commits
- [PATCH] D18131: Fix SourceFileName when loading the FunctionInfoIndex from bitcode.
Mehdi AMINI via llvm-commits
- [PATCH] D18119: [ELF][MIPS] Factor out SumVA adjustments into a couple of separate functions. NFC.
Simon Atanasyan via llvm-commits
- [llvm] r262394 - [lanai] Add ELF enum value and relocations.
Jacques Pienaar via llvm-commits
- [llvm] r263378 - [CodeView] Truncate display names
David Majnemer via llvm-commits
- [llvm] r263379 - Fixed DIBuilder to verify that same imported entity will not be added twice to the "imports" list of the DICompileUnit.
Amjad Aboud via llvm-commits
- [PATCH] D17884: Disallow duplication of imported entities
Amjad Aboud via llvm-commits
- [PATCH] D16053: is_contained() convenience function
Alexander Droste via llvm-commits
- [PATCH] D18126: Port InstrProfiling pass to new pass manager
Chandler Carruth via llvm-commits
- [PATCH] D18132: [tsan] Detect uses of uninitialized, destroyed and invalid mutexes
Kuba Brecka via llvm-commits
- [PATCH] D17934: [ELF] Implement infrastructure for thunk code creation
Simon Atanasyan via llvm-commits
- [lld] r263381 - [ELF][MIPS] Factor out SumVA adjustments into a couple of separate functions. NFC.
Simon Atanasyan via llvm-commits
- [PATCH] D18119: [ELF][MIPS] Factor out SumVA adjustments into a couple of separate functions. NFC.
Simon Atanasyan via llvm-commits
- [lld] r263382 - [ELF][MIPS] Add elf namespace name to the ObjectFile.
Simon Atanasyan via llvm-commits
- [PATCH] D18133: allow branch weight metadata on select instructions (PR26636)
Sanjay Patel via llvm-commits
- [PATCH] D18126: Port InstrProfiling pass to new pass manager
David Li via llvm-commits
- [PATCH] D18126: Port InstrProfiling pass to new pass manager
David Li via llvm-commits
- [PATCH] D18133: allow branch weight metadata on select instructions (PR26636)
David Li via llvm-commits
- [llvm] r262394 - [lanai] Add ELF enum value and relocations.
Vassil Vassilev via llvm-commits
- [llvm] r263383 - [X86][SSE41] Avoid variable blend for constant v8i16 shifts
Simon Pilgrim via llvm-commits
- [llvm] r263384 - [X86][SSE] Added truncated vector arithmetic tests.
Simon Pilgrim via llvm-commits
- [lld] r263385 - ELF: Set e_flags header only when MIPS.
Rui Ueyama via llvm-commits
- [lld] r263386 - ELF: Redefine canBeDefined as a member function of SymbolBody.
Rui Ueyama via llvm-commits
- [llvm] r263378 - [CodeView] Truncate display names
David Blaikie via llvm-commits
- [lld] r263387 - ELF: Add `Rela` member variable to Config.
Rui Ueyama via llvm-commits
- [lld] r263388 - [ELF][MIPS] Use TargetInfo::needsGot call to check necessity of GOT for local symbols. NFC.
Simon Atanasyan via llvm-commits
- [lld] r263389 - Remove a local variable. NFC.
Rui Ueyama via llvm-commits
- [lld] r263390 - Remove unused #include.
Rui Ueyama via llvm-commits
- [lld] r263391 - Simplify. NFC.
Rui Ueyama via llvm-commits
- [llvm] r263374 - ConstantFoldInstruction: avoid wasted calls to ConstantFoldConstantExpression
Davide Italiano via llvm-commits
- [lld] r263392 - Remove `else` after `return`.
Rui Ueyama via llvm-commits
- [PATCH] D18135: ELF: Move initSymbols to Symbols.cpp.
Rui Ueyama via llvm-commits
- [PATCH] D18094: [x86, AVX] replace masked load with full vector load when possible
Simon Pilgrim via llvm-commits
- [PATCH] D18056: Compute value of local symbol with getVA.
Rui Ueyama via llvm-commits
- [llvm] r263393 - Remove PreserveNames template parameter from IRBuilder
Mehdi Amini via llvm-commits
- [PATCH] D17998: [ELF] implement --warn-common/--no-warn-common
Rui Ueyama via llvm-commits
- [PATCH] D17934: [ELF] Implement infrastructure for thunk code creation
Rui Ueyama via llvm-commits
- [llvm] r263379 - Fixed DIBuilder to verify that same imported entity will not be added twice to the "imports" list of the DICompileUnit.
Mehdi Amini via llvm-commits
- [lld] r263395 - ELF: Split initializeSections and add comments.
Rui Ueyama via llvm-commits
- [llvm] r263396 - Remove some unused variables
David Blaikie via llvm-commits
- [lld] r263397 - Remove uint32_X type.
Rui Ueyama via llvm-commits
- [lld] r263398 - Simplify. NFC.
Rui Ueyama via llvm-commits
- [polly] r263399 - Revert "Revert "Update Polly for the removal of PreserveNames from IRBuilder stuff""
Mehdi Amini via llvm-commits
- [PATCH] D18137: AMDGPU: Prevent uniform loops from becoming infinite
Nicolai Hähnle via llvm-commits
- [llvm] r263379 - Fixed DIBuilder to verify that same imported entity will not be added twice to the "imports" list of the DICompileUnit.
David Blaikie via llvm-commits
- [lld] r263401 - Print out newline in both cases.
Rui Ueyama via llvm-commits
- [PATCH] D17625: Do not select EhPad BB in MachineBlockPlacement when there is regular BB to schedule
Amaury SECHET via llvm-commits
- [llvm] r263402 - [X86][XOP] Added target shuffle combine tests for XOP's VPPERM 2-op shuffle
Simon Pilgrim via llvm-commits
- [PATCH] D18128: Add facility to add/remove/check attribute on function and arguments.
Mehdi AMINI via llvm-commits
- [llvm] r263403 - [MCSchedule] Remove comments about MinLatency. NFC
Junmo Park via llvm-commits
- [PATCH] D18079: [MCSchedule] Remove comments about MinLatency. NFC
Junmo Park via llvm-commits
- [PATCH] D18079: [MCSchedule] Remove comments about MinLatency. NFC
Junmo Park via llvm-commits
- [llvm] r263404 - Add facility to add/remove/check attribute on function and arguments.
Amaury Sechet via llvm-commits
- [PATCH] D18128: Add facility to add/remove/check attribute on function and arguments.
Amaury SECHET via llvm-commits
- [llvm] r263406 - [CVP] Convert an SDiv to a UDiv if both operands are known to be nonnegative
Haicheng Wu via llvm-commits
- [PATCH] D17948: Use CXX_FAST_TLS to enable shrink wrapping on PPC
Chuang-Yu Cheng via llvm-commits
- [PATCH] D17921: [CorrelatedValuePropagation] Convert an SDiv to a UDiv if both operands are known to be nonnegative
Haicheng Wu via llvm-commits
- [PATCH] D15188: [llgo] Roll gofrontend forward
Peter Collingbourne via llvm-commits
- [PATCH] D18094: [x86, AVX] replace masked load with full vector load when possible
Ashutosh Nema via llvm-commits
- [llvm] r263407 - [AMDGPU] AsmParser: remove redundant isReg checks. NFC.
Valery Pykhtin via llvm-commits
- [llvm] r263408 - [CodeView] Consistently handle overly large symbol names
David Majnemer via llvm-commits
- [llvm] r263409 - [AMDGPU] AsmParser: refactor post push_back vector access. NFC.
Valery Pykhtin via llvm-commits
Last message date:
Sun Mar 13 22:25:44 PDT 2016
Archived on: Sun Mar 13 22:28:57 PDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).