The Week Of Monday 9 March 2015 Archives by author
Starting: Mon Mar 9 00:00:27 PDT 2015
Ending: Sun Mar 15 23:55:46 PDT 2015
Messages: 1435
- [PATCH] DataLayout is mandatory, update the API to reflect it with references.
Mehdi AMINI
- [PATCH] DataLayout is mandatory, update the API to reflect it with references.
Mehdi AMINI
- [PATCH] DataLayout is mandatory, update the API to reflect it with references.
Mehdi AMINI
- [PATCH] Update LangRef now that a DataLayout is mandatory.
Mehdi AMINI
- [PATCH] Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi AMINI
- [PATCH] Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi AMINI
- [PATCH] Update LangRef now that a DataLayout is mandatory.
Mehdi AMINI
- [PATCH] Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi AMINI
- [PATCH] Update InstCombine to transform aggregate stores into scalar stores.
Mehdi AMINI
- [PATCH] DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
- [llvm] r231740 - DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
- [PATCH] Add new LLVM_OPTIMIZED_TABLEGEN build setting which configures, builds and uses a release tablegen build when LLVM is configured with assertions enabled.
Mehdi Amini
- [PATCH] Always build all back-end table-gen files
Mehdi Amini
- [PATCH] Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi Amini
- [llvm] r231987 - Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi Amini
- [llvm] r231988 - Fix FileCheck: substr() expect the length of the string as 2nd arg
Mehdi Amini
- [PATCH] Update InstCombine to transform aggregate stores into scalar stores.
Mehdi Amini
- [PATCH] Update LangRef now that a DataLayout is mandatory.
Mehdi Amini
- [llvm] r232283 - Update LangRef now that a DataLayout is mandatory.
Mehdi Amini
- [llvm] r232284 - Update InstCombine to transform aggregate stores into scalar stores.
Mehdi Amini
- [llvm] r231634 - Fix a bug in the LLParser where we failed to diagnose landingpads with non-constant clause operands.
Owen Anderson
- [llvm] r231755 - Fix an infinite loop in InstCombine when an instruction with no users and side effects can be constant folded.
Owen Anderson
- [llvm] r231759 - Fix an issue in the verifier where we could try to read information out of a malformed statepoint intrinsic.
Owen Anderson
- [llvm] r231760 - Fix a stack overflow in the assembler when checking that GEPs must be over sized types.
Owen Anderson
- [llvm] r231761 - Fix a crash in InstCombine where we could try to truncate a switch comparison to zero width.
Owen Anderson
- [PATCH] Always build all back-end table-gen files
Owen Anderson
- [llvm] r231910 - Fix another verifier crash where a GC intrinsic would look at the internals of another intrinsic in order to verify itself.
Owen Anderson
- [llvm] r232143 - Fix an infinite recursion in the verifier caused by calling isSized on a recursive type.
Owen Anderson
- [llvm] r232144 - Teach TBAA analysis to report errors on cyclic TBAA metadata rather than hanging.
Owen Anderson
- 3.6.1 patch nomination: r227087 and r227089 ("[mips] Enable arithmetic and binary operations for the i128 data type")
Dimitry Andric
- [llvm] r231658 - R600/SI: Fix getNumSGPRsAllowed for VI
Matt Arsenault
- [PATCHES] R600/SI: New V_FRACT fix, intrinsic for S_FLBIT_I32, and more
Matt Arsenault
- [PATCH 2/2] r600: Clear visited structure before running.
Matt Arsenault
- [llvm] r232177 - R600/SI: Add test for min / max with immediate
Matt Arsenault
- [PATCH 2/2] r600: Clear visited structure before running.
Matt Arsenault
- PATCH: R600/SI: Experimental assembler / inline assembly support
Matt Arsenault
- [llvm] r222581 - R600/SI: Add SIFoldOperands pass
Matt Arsenault
- [lld] r231639 - [Mips] Fix incorrect handling of cross mode jumps
Simon Atanasyan
- [lld] r231640 - [Mips] Show error message and stop linking in case of cross mode jump errors
Simon Atanasyan
- [lld] r231641 - [Mips] Refactoring of relocation handling functions
Simon Atanasyan
- [lld] r231642 - [Mips] Implement R_MIPS_64 relocation handling
Simon Atanasyan
- [lld] r231643 - [Mips] Implement R_MIPS_SUB relocation handling
Simon Atanasyan
- [lld] r231644 - [Mips] Rename local variables
Simon Atanasyan
- [lld] r231645 - [Mips] Remove redundant namespace qualifiers
Simon Atanasyan
- [lld] r231646 - [Mips] Remove unused include
Simon Atanasyan
- [PATCH] [Object/ELF] Add support for setVisibility()
Simon Atanasyan
- [PATCH] [Object/ELF] Add support for setVisibility()
Simon Atanasyan
- [lld] r232081 - [Mips] Make `readAddend` a virtual member function to escape explicit
Simon Atanasyan
- [PATCH] Re-enable a hook in MCELFObjectTargetWriter to allow target-specific relocationtable sorting and use this hook for Mips.
Simon Atanasyan
- [PATCH] [ELF] Use pcrel format for eh_frame_ptr field encoding
Simon Atanasyan
- [PATCH] [lld] [LinkerScript] Implement linker script expression evaluation
Rafael Auler
- [PATCH] [lld] [LinkerScript] Implement linker script expression evaluation
Rafael Auler
- [PATCH] [lld] [LinkerScript] Implement semantics for simple sections mappings
Rafael Auler
- [lld] r231707 - [LinkerScript] Implement linker script expression evaluation
Rafael Auler
- [PATCH] [lld] [LinkerScript] Implement linker script expression evaluation
Rafael Auler
- [PATCH] [lld] [LinkerScript] Implement semantics for simple sections mappings
Rafael Auler
- [PATCH] [lld] [LinkerScript] Implement semantics for simple sections mappings
Rafael Auler
- [PATCH] [lld] [LinkerScript] Handle symbols defined in linker scripts
Rafael Auler
- [PATCH] [lld] [LinkerScript] Handle symbols defined in linker scripts
Rafael Auler
- [PATCH] [lld] [LinkerScript] Handle symbols defined in linker scripts
Rafael Auler
- [PATCH] [lld] [LinkerScript] Handle symbols defined in linker scripts
Rafael Auler
- [PATCH] [lld] [LinkerScript] Implement semantics for simple sections mappings
Rafael Auler
- [PATCH] LinkerScript: Add -T <scriptfile> option
Rafael Auler
- [llvm] r231785 - Removing dead code to silence warning C4060: switch statement contains no 'case' or 'default' labels; NFC.
Aaron Ballman
- [llvm] r232035 - Silencing an "enumeral and non-enumeral type in conditional expression" warning; NFC.
Aaron Ballman
- [PATCH] [PPC64] Change vmuluwm instruction from intrinsics to opcode
Kit Barton
- [llvm] r231827 - Change the generation of the vmuluwm instruction to be based on the MUL opcode.
Kit Barton
- [PATCH] [PPC64] Change vmuluwm instruction from intrinsics to opcode
Kit Barton
- [llvm] r231946 - Updated with list of possible improvements we are tracking internally
Kit Barton
- [PATCH] [CMake] Don't pass in MSVC warning flags as definitions
Greg Bedwell
- [PATCH] [CMake] Don't pass in MSVC warning flags as definitions
Greg Bedwell
- [PATCH] [CMake] Don't pass in MSVC warning flags as definitions
Greg Bedwell
- [llvm] r231924 - [CMake] Don't pass in MSVC warning flags as definitions
Greg Bedwell
- [PATCH] [CMake] Don't pass in MSVC warning flags as definitions
Greg Bedwell
- [llvm] r231925 - Revert "[CMake] Don't pass in MSVC warning flags as definitions"
Greg Bedwell
- [PATCH] [CMake] Don't pass in MSVC warning flags as definitions
Greg Bedwell
- [PATCH] [compiler-rt][CMake] Filter MSVC-specific warning flags from CMAKE_*_FLAGS when building with clang.exe
Greg Bedwell
- [PATCH] [CMake] Don't pass in MSVC warning flags as definitions
Greg Bedwell
- [PATCH] [compiler-rt][CMake] Filter MSVC-specific warning flags from CMAKE_*_FLAGS when building with clang.exe
Greg Bedwell
- [PATCH] [compiler-rt][CMake] Filter MSVC-specific warning flags from CMAKE_*_FLAGS when building with clang.exe
Greg Bedwell
- [PATCH] [MC] Write padding into fragments when -mc-relax-all flag is used
Eli Bendersky
- [PATCH] [NVPTXAsmPrinter] do not print .align on function headers
Eli Bendersky
- [PATCH] Move Python Init from InitializeForLLGS to Initialize
Tamas Berghammer
- [PATCH] [PATCH v3] [PowerPC] Add Hardware Transaction Memory builtins support
Peter Bergner
- [PATCH] CFLAA Bugfix -- Tag untrackable pointers (inttoptr/ptrtoint)
Daniel Berlin
- [PATCH] This patch introduces MemorySSA, a virtual SSA form for memory.Details on what it looks like are in MemorySSA.h
Daniel Berlin
- [PATCH] This patch introduces MemorySSA, a virtual SSA form for memory.Details on what it looks like are in MemorySSA.h
Daniel Berlin
- [PATCH] This patch introduces MemorySSA, a virtual SSA form for memory.Details on what it looks like are in MemorySSA.h
Daniel Berlin
- [PATCH] Fix bug in memdep's load clobber analysis
Daniel Berlin
- [PATCH] Fix justify error for small structures bigger than 32 bits in fixed arguments for MIPS64 big endian
Aleksandar Beserminji
- [PATCH] Fix justify error for small structures bigger than 32 bits in fixed arguments for MIPS64 big endian
Aleksandar Beserminji
- [PATCH] Fix crash in Dependence Analysis module
Karthik Bhat
- [PATCH] Fix crash in Dependence Analysis module
Karthik Bhat
- [llvm] r231784 - Fix a crash in Dependency Analysis.
Karthik Bhat
- [PATCH] Fix crash in Dependence Analysis module
Karthik Bhat
- [llvm] r231788 - Fix a memory corruption in Dependency Analysis.
Karthik Bhat
- [PATCH] Fix a crash in Dependency Analysis
Karthik Bhat
- [PATCH] [LoopInterchange] Add support to interchange loops with reductions.
Karthik Bhat
- [PATCH] [LoopInterchange] Add support to interchange loops with reductions.
Karthik Bhat
- [llvm] r231654 - Fix line ending in test CodeGen/X86/pr22774.ll. NFC.
Andrea Di Biagio
- [PATCH] IRBuilder - add a CreateShuffleVector function that takes an ArrayRef of int
Andrea Di Biagio
- [PATCH] [X86][AVX] Fix wrong lowering of v4x64 shuffles into concat_vector plus extract_subvector nodes.
Andrea Di Biagio
- [llvm] r232046 - [X86] Fix wrong target specific combine on SETCC nodes.
Andrea Di Biagio
- [llvm] r232046 - [X86] Fix wrong target specific combine on SETCC nodes.
Andrea Di Biagio
- [llvm] r232046 - [X86] Fix wrong target specific combine on SETCC nodes.
Andrea Di Biagio
- [PATCH] [X86][AVX] Fix wrong lowering of v4x64 shuffles into concat_vector plus extract_subvector nodes.
Andrea Di Biagio
- [PATCH] [X86][AVX] Fix wrong lowering of v4x64 shuffles into concat_vector plus extract_subvector nodes.
Andrea Di Biagio
- [llvm] r232179 - [X86][AVX] Fix wrong lowering of v4x64 shuffles into concat_vector plus extract_subvector nodes.
Andrea Di Biagio
- [PATCH] [X86][AVX] Fix wrong lowering of v4x64 shuffles into concat_vector plus extract_subvector nodes.
Andrea Di Biagio
- [PATCH] Add new LLVM_OPTIMIZED_TABLEGEN build setting which configures, builds and uses a release tablegen build when LLVM is configured with assertions enabled.
Chris Bieneman
- [PATCH] Add new LLVM_OPTIMIZED_TABLEGEN build setting which configures, builds and uses a release tablegen build when LLVM is configured with assertions enabled.
Chris Bieneman
- [llvm] r231842 - Add new LLVM_OPTIMIZED_TABLEGEN build setting which configures, builds and uses a release tablegen build when LLVM is configured with assertions enabled.
Chris Bieneman
- [PATCH] Updating GettingStarted documentation to reference CMake as the preferred way to build LLVM.
Chris Bieneman
- [llvm] r232053 - Doing some cleanup to the iOS toolchain.
Chris Bieneman
- [lld] r232058 - Fixing CMake developer warning.
Chris Bieneman
- [llvm] r232067 - Refactoring CMake CrossCompile module.
Chris Bieneman
- [PATCH] Updating GettingStarted documentation to reference CMake as the preferred way to build LLVM.
Chris Bieneman
- [llvm] r232135 - Updating GettingStarted documentation to reference CMake as the preferred way to build LLVM.
Chris Bieneman
- [llvm] r232135 - Updating GettingStarted documentation to reference CMake as the preferred way to build LLVM.
Chris Bieneman
- [llvm] r232278 - A few minor updates based on feedback from Justin and a few things I thought were missing.
Chris Bieneman
- [llvm] r232135 - Updating GettingStarted documentation to reference CMake as the preferred way to build LLVM.
Chris Bieneman
- [llvm] r231701 - DwarfAccelTable: fix obvious typo.
David Blaikie
- [llvm] r231701 - DwarfAccelTable: fix obvious typo.
David Blaikie
- [llvm] r231701 - DwarfAccelTable: fix obvious typo.
David Blaikie
- [llvm] r231722 - LLParser: gep: Simplify parsing error handling
David Blaikie
- [llvm] r231731 - Temporarily revert r231726 and r231724 as they're breaking the build.:
David Blaikie
- [lld] r231769 - Don't write output to 'a.out', write it to a temporary file. This fixes
David Blaikie
- [PATCH] [PATCH/RFC] Use a BumpAllocator for DIEs
David Blaikie
- [PATCH] [PATCH/RFC] Use a BumpAllocator for DIEs
David Blaikie
- [PATCH] Emit correct linkage-name attribute based on DWARF version.
David Blaikie
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
David Blaikie
- [PATCH] Emit correct linkage-name attribute based on DWARF version.
David Blaikie
- [PATCH] Anonymous namespaces are missing import DW_TAG_imported_module.
David Blaikie
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
David Blaikie
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
David Blaikie
- [llvm] r231894 - Fix a grammar issue I introduced.
David Blaikie
- [PATCH] Emit StackMap section on AArch64 target
David Blaikie
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
David Blaikie
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
David Blaikie
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
David Blaikie
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
David Blaikie
- [PATCH] [ADT] IntervalMap: use AlignedCharArray.
David Blaikie
- [PATCH] [ADT] IntervalMap: use AlignedCharArray.
David Blaikie
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
David Blaikie
- [lld] r232088 - Rephrase find loop to use std::find_if
David Blaikie
- [lld] r232015 - Avoid an unused variable warning when assertions are off
David Blaikie
- [lld] r232097 - Make the atom_iterator copy assignable
David Blaikie
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
David Blaikie
- [llvm] r232139 - Fix build break in this code. Nothing uses this header, but the modules
David Blaikie
- [llvm] r230143 - [Orc] Move Orc code into a namespace (llvm::orc), update Kaleidoscope code.
David Blaikie
- [llvm] r232178 - unique_ptrs are unique already, no need to unique them any further.
David Blaikie
- [llvm] r232184 - [opaque pointer type] Add textual IR support for explicit type parameter to gep operator
David Blaikie
- [llvm] r232184 - [opaque pointer type] Add textual IR support for explicit type parameter to gep operator
David Blaikie
- [polly] r232186 - Test case updates for explicit type parameter to the gep operator
David Blaikie
- [llvm] r232214 - Simplify expression
David Blaikie
- [llvm] r232215 - Turn assertion into bitcode reading error
David Blaikie
- [llvm] r232216 - [opaque pointer type] Bitcode support for explicit type parameter on the gep operator
David Blaikie
- [llvm] r232240 - [opaque pointer type] Start migrating GEP creation to explicitly specify the pointee type
David Blaikie
- [llvm] r232215 - Turn assertion into bitcode reading error
David Blaikie
- [poolalloc] r232266 - Update test IR for explicit type param in GEP op (r232184).
David Blaikie
- [lld] r232251 - [ELF] Fix DenseMapInfo for StringRef
David Blaikie
- [lld] r232253 - [ELF] Change few static functions.
David Blaikie
- [llvm] r232270 - [opaque pointer type] more gep API migrations
David Blaikie
- [lld] r232251 - [ELF] Fix DenseMapInfo for StringRef
David Blaikie
- [llvm] r232274 - [opaque pointer type] more gep API migration
David Blaikie
- [llvm] r232276 - [opaque pointer type] more gep API migrations (AsmParser)
David Blaikie
- [llvm] r232277 - [opaque pointer type] gep API migration, ArgPromo
David Blaikie
- [llvm] r232279 - [opaque pointer type] gep API migration
David Blaikie
- [compiler-rt] r231367 - tsan: fix signal handling during stop-the-world
David Blaikie
- [llvm] r232280 - [opaque pointer type] gep API migration
David Blaikie
- [llvm] r232281 - Add some missed formatting
David Blaikie
- [llvm] r232294 - [opaque pointer type] IRBuilder gep migration progress
David Blaikie
- [llvm] r232297 - IntervalIterator: Add move semantics rather than relying on broken implicit copy ctor (found with -Wdeprecated)
David Blaikie
- [llvm] r232298 - Remove some unnecessary 'inline' keywords
David Blaikie
- [llvm] r232302 - Remove use of reserved identifier
David Blaikie
- [llvm] r232303 - Remove use of a reserved identifier
David Blaikie
- [llvm] r232304 - Remove use of unreserved identifier (_Self)
David Blaikie
- [llvm] r232307 - Remove use of reserved identifier
David Blaikie
- [llvm] r232308 - Remove reserved identifier & some unnecessary 'inline'
David Blaikie
- [llvm] r232309 - Remove use of reserved identifier and some excess 'inline' usage
David Blaikie
- [llvm] r232310 - Remove use of reserved identifiers in Twine
David Blaikie
- [llvm] r232311 - Remove use of reserved identifier _Iterator
David Blaikie
- [llvm] r232312 - Remove iterator I accidentally left behind
David Blaikie
- [llvm] r232314 - Restore the gcc build
David Blaikie
- [llvm] r232316 - PostOrderIterator: Remove stray semicolon
David Blaikie
- [llvm] r232319 - Factor the iterators of ImmutableSet/ImmutableMap into a common base class
David Blaikie
- [llvm] r231685 - InstrProf: Allow hexadecimal function hashes in proftext format
Justin Bogner
- [llvm] r231686 - InstrProf: Use the proftext format for these coverage tests
Justin Bogner
- [llvm] r223193 - Emit the entry block first and the exit block second, then all the blocks in between afterwards. This is what gcc always does, and some out of tree tools depend on that.
Justin Bogner
- [llvm] r231902 - InstrProf: Teach llvm-cov to handle universal binaries when given -arch
Justin Bogner
- [llvm] r231911 - Now that r231902's test is executed, make it actually pass
Justin Bogner
- [llvm] r231902 - InstrProf: Teach llvm-cov to handle universal binaries when given -arch
Justin Bogner
- [llvm] r223193 - Emit the entry block first and the exit block second, then all the blocks in between afterwards. This is what gcc always does, and some out of tree tools depend on that.
Justin Bogner
- [llvm] r232001 - docs: Try to fix a couple of internal links in the llvm-profdata manual
Justin Bogner
- [llvm] r232007 - docs: Document the llvm-cov show and report commands
Justin Bogner
- [llvm] r232009 - docs: Fix a typo in my previous commit
Justin Bogner
- [lld] r232015 - Avoid an unused variable warning when assertions are off
Justin Bogner
- [PATCH] Handle set but unused warning on Release No Assertions builds
Justin Bogner
- [compiler-rt] r231965 - Refactor float to integer conversion to share the same code.
Justin Bogner
- [compiler-rt] r231965 - Refactor float to integer conversion to share the same code.
Justin Bogner
- [llvm] r232135 - Updating GettingStarted documentation to reference CMake as the preferred way to build LLVM.
Justin Bogner
- [llvm] r232135 - Updating GettingStarted documentation to reference CMake as the preferred way to build LLVM.
Justin Bogner
- [llvm] r232346 - InstrProf: Do a better job of reading coverage mapping data.
Justin Bogner
- [PATCH] [CodeGen] Replace the outgoing chain when reusing stores for extractelt expansion.
Ahmed Bougacha
- [llvm] r231720 - [X86] Add nounwind to vector-idiv.ll testcases. NFC.
Ahmed Bougacha
- [llvm] r231721 - [CodeGen] Replace the reused stores' chain for extractelt expansion.
Ahmed Bougacha
- [PATCH] [CodeGen] Replace the outgoing chain when reusing stores for extractelt expansion.
Ahmed Bougacha
- [llvm] r231838 - [AArch64] Remove integer INSvi*lane patterns. NFCI.
Ahmed Bougacha
- [llvm] r231840 - [AArch64] Avoid going through GPRs for across-vector instructions.
Ahmed Bougacha
- [PATCH] AArch64: Use CMP;CCMP sequences for and/or/setcc trees.
Ahmed Bougacha
- [llvm] r232239 - Add a bunch of CHECK missing colons in tests. NFC.
Ahmed Bougacha
- [llvm] r222581 - R600/SI: Add SIFoldOperands pass
Ahmed Bougacha
- [llvm] r228186 - StructurizeCFG: Use a reverse post-order traversal
Ahmed Bougacha
- [PATCH] AArch64: Don't lower ISD::SELECT to ISD::SELECT_CC
Matthias Braun
- [PATCH] test-suite: Fix implicit-function declarations
Matthias Braun
- [PATCH] llvm-testsuite: fix MiBench/office-ispell on iOS SDK
Matthias Braun
- [test-suite] r231832 - Avoid using NSSize which is not available on iOS
Matthias Braun
- [test-suite] r231833 - Remove unnecessary objc/Object.h include
Matthias Braun
- [test-suite] r231834 - darwin/apple provides termios.h
Matthias Braun
- [PATCH] AArch64: Use CMP;CCMP sequences for and/or/setcc trees.
Matthias Braun
- [PATCH] AArch64: Use CMP;CCMP sequences for and/or/setcc trees.
Matthias Braun
- [PATCH] AArch64: Use CMP;CCMP sequences for and/or/setcc trees.
Matthias Braun
- [test-suite] r231943 - add -Wno-implicit-function-declaration to MultiSource/Benchmarks/MallocBench/gs CFLAGS
Matthias Braun
- [test-suite] r231944 - fix implicit function declaration errors
Matthias Braun
- [PATCH] DAGCombiner: Continue combining if FoldConstantArithmetic() fails.
Matthias Braun
- [PATCH] AArch64: Use CMP;CCMP sequences for and/or/setcc trees.
Matthias Braun
- [test-suite] r232124 - Declare getopt() instead of including unistd.h
Matthias Braun
- [PATCH] Add commit message guidelines to developer policy
Matthias Braun
- [PATCH] [ARM] Align stack objects passed to functions
John Brawn
- [PATCH] [ARM] Align stack objects passed to functions
John Brawn
- [PATCH] [ARM] Align stack objects passed to memory intrinsics
John Brawn
- [PATCH] [ARM] Align stack objects passed to memory intrinsics
John Brawn
- [PATCH] [ARM] Align stack objects passed to memory intrinsics
John Brawn
- [PATCH] [ARM] Align stack objects passed to memory intrinsics
John Brawn
- [PATCH] [ARM] Fix offset calculation in ARMBaseRegisterInfo::needsFrameBaseReg
John Brawn
- [compiler-rt] r231680 - Symbolizer refactoring: Merge common parts of POSIXSymbolizer and WinSymbolizer
Kuba Brecka
- [PATCH] [compiler-rt] Symbolizer refactoring: Merge common parts of POSIXSymbolizer and WinSymbolizer
Kuba Brecka
- [compiler-rt] r231413 - [sanitizer] Reconstruct the function that dumps block/edge coverage, hopefully making it more robust. Also increase the allowed coverage size on 32-bit.
Kuba Brecka
- [compiler-rt] r231413 - [sanitizer] Reconstruct the function that dumps block/edge coverage, hopefully making it more robust. Also increase the allowed coverage size on 32-bit.
Kuba Brecka
- [PATCH] [compiler-rt] atos and dladdr symbolizers for OS X
Kuba Brecka
- [PATCH] [compiler-rt] atos and dladdr symbolizers for OS X
Kuba Brecka
- [PATCH] [compiler-rt] atos and dladdr symbolizers for OS X
Kuba Brecka
- [PATCH] [compiler-rt] Make the UBSan coverage-levels.cc test be Linux specific
Kuba Brecka
- [PATCH] [compiler-rt] Make the UBSan coverage-levels.cc test be Linux specific
Kuba Brecka
- [compiler-rt] r232025 - Make the UBSan coverage-levels.cc test be Linux specific
Kuba Brecka
- [PATCH] [compiler-rt] Make the UBSan coverage-levels.cc test be Linux specific
Kuba Brecka
- [compiler-rt] r232026 - Adding the implementation of atos and dladdr symbolizers for OS X.
Kuba Brecka
- [PATCH] [compiler-rt] atos and dladdr symbolizers for OS X
Kuba Brecka
- [PATCH] [compiler-rt] Add AtosSymbolizer and DlAddrSymbolizer as fallbacks for OS X
Kuba Brecka
- [PATCH] [compiler-rt] Demangling for DlAddrSymbolizer
Kuba Brecka
- [PATCH] [compiler-rt] Demangling for DlAddrSymbolizer
Kuba Brecka
- [PATCH] [compiler-rt] Add AtosSymbolizer and DlAddrSymbolizer as fallbacks for OS X
Kuba Brecka
- [PATCH] [compiler-rt] Add AtosSymbolizer and DlAddrSymbolizer as fallbacks for OS X
Kuba Brecka
- [PATCH] Fix big shift constant folding
Paweł Bylica
- [PATCH] Fix big shift constant folding
Paweł Bylica
- [PATCH] Fix big shift constant folding
Paweł Bylica
- [PATCH] Big shift test
Paweł Bylica
- [PATCH] Big shift test
Paweł Bylica
- [PATCH] Handle big index in getelementptr instruction
Paweł Bylica
- [PATCH] Handle big index in getelementptr instruction
Paweł Bylica
- [PATCH] Handle big index in getelementptr instruction
Paweł Bylica
- [PATCH] Big shift test
Paweł Bylica
- [PATCH] Fix big shift constant folding
Paweł Bylica
- [PATCH] Handle big index in getelementptr instruction
Paweł Bylica
- [PATCH] Fix big shift constant folding
Paweł Bylica
- [PATCH] Fix big shift constant folding
Paweł Bylica
- [PATCH] Fix generic shift expansion when shift amount is 0
Paweł Bylica
- [PATCH] Fix generic shift expansion when shift amount is 0
Paweł Bylica
- [PATCH] Adding SmallString support to Twine
Paweł Bylica
- [PATCH] Adding SmallString support to Twine
Paweł Bylica
- [llvm] r232215 - Turn assertion into bitcode reading error
Filipe Cabecinhas
- [PATCH] [COMPILER-RT] Implement __fixtfsi, __fixunstfsi
Steve Canon
- [PATCH] Clarified the direction rounding occurs in uitofp and sitofp is unspecified
Steve Canon
- [llvm] r231630 - Run LICM pass after loop unrolling pass.
Chandler Carruth
- [llvm] r231630 - Run LICM pass after loop unrolling pass.
Chandler Carruth
- [llvm] r231630 - Run LICM pass after loop unrolling pass.
Chandler Carruth
- [llvm] r231630 - Run LICM pass after loop unrolling pass.
Chandler Carruth
- [llvm] r231630 - Run LICM pass after loop unrolling pass.
Chandler Carruth
- [lld] r231765 - Fix a bug where the code would use subscript a std::vector with the size
Chandler Carruth
- [lld] r231766 - Fix the local variable naming I used in r231765 to follow the LLD coding
Chandler Carruth
- [lld] r231769 - Don't write output to 'a.out', write it to a temporary file. This fixes
Chandler Carruth
- [lld] r231770 - The LLD tests require 'llvm-nm' to run as well, ensure that this is
Chandler Carruth
- [PATCH] Update InstCombine to transform aggregate stores into scalar stores.
Chandler Carruth
- [llvm] r231893 - Inspired by r231891, use gender neutral pronouns in the places I've
Chandler Carruth
- [llvm] r231894 - Fix a grammar issue I introduced.
Chandler Carruth
- [PATCH] Inliner should not add callgraph edges for intrinsic calls (PR22857)
Chandler Carruth
- [PATCH] Fix a comparison function to actually be a SWO so that it conforms to the spec required by std::sort and friends.
Chandler Carruth
- [lld] r231968 - Fix a comparison function to actually be a SWO so that it conforms to
Chandler Carruth
- [PATCH] Cleanup early-exit from analyzeCall
Chandler Carruth
- [PATCH] Fix a comparison function to actually be a SWO so that it conforms to the spec required by std::sort and friends.
Chandler Carruth
- [PATCH] Move the 'linker-script-test' binary to the tools directory.
Chandler Carruth
- [lld] r231973 - Move the 'linker-script-test' binary to the tools directory.
Chandler Carruth
- [PATCH] Move the 'linker-script-test' binary to the tools directory.
Chandler Carruth
- [lld] r231976 - Don't rely on the elf test suites inputs when testing the driver. We
Chandler Carruth
- [PATCH] Cleanup early-exit from analyzeCall
Chandler Carruth
- [PATCH] Fix the problem that the last test failure not always displayed on test summary page for LitTestCommand
Siva Chandra
- [PATCH] Fix the problem that the last test failure not always displayed on test summary page for LitTestCommand
Siva Chandra
- [PATCH] Fix the problem that the last test failure not always displayed on test summary page for LitTestCommand
Siva Chandra
- [PATCH] Fix the problem that the last test failure not always displayed on test summary page for LitTestCommand
Ying Chen
- [PATCH] Fix the problem that the last test failure not always displayed on test summary page for LitTestCommand
Ying Chen
- [PATCH] Fix the problem that the last test failure not always displayed on test summary page for LitTestCommand
Ying Chen
- [zorg] r232070 - Fix the problem that the last test failure not always displayed on test summary page for LitTestCommand
Ying Chen
- [PATCH] Fix the problem that the last test failure not always displayed on test summary page for LitTestCommand
Ying Chen
- [PATCH] Enhance the llvm/clang doxygen documentation.
Logan Chien
- [llvm] r232062 - [autoconf] Refine doxygen document options.
Logan Chien
- [llvm] r232063 - [autoconf] Regenerate autoconf configure script.
Logan Chien
- [llvm] r232064 - [docs] Update the doxygen configuration file.
Logan Chien
- [llvm] r232062 - [autoconf] Refine doxygen document options.
Logan Chien
- [llvm] r232062 - [autoconf] Refine doxygen document options.
Logan Chien
- [llvm] r232090 - [autoconf] Fix the build failure by quoting the strings.
Logan Chien
- [PATCH] [llvm-readobj] add support for macho universal binary
Chilledheart
- [PATCH] [llvm-readobj] add support for macho universal binary
Chilledheart
- [PATCH] [llvm-readobj] add support for macho universal binary
Chilledheart
- [PATCH] [llvm-readobj] add support for macho universal binary
Chilledheart
- [PATCH] [llvm-readobj] add support for macho universal binary
Chilledheart
- [PATCH] [llvm-readobj] add support for macho universal binary
Chilledheart
- [PATCH] [llvm-readobj] add support for macho universal binary
Chilledheart
- [PATCH] [llvm-readobj] add support for macho universal binary
Chilledheart
- [Patch] Support for Nuxi CloudABI
Eric Christopher
- [PATCH] DataLayout is mandatory, update the API to reflect it with references.
Eric Christopher
- [PATCH] DataLayout is mandatory, update the API to reflect it with references.
Eric Christopher
- [PATCH] DataLayout is mandatory, update the API to reflect it with references.
Eric Christopher
- [llvm] r231730 - Remove an unused variable.
Eric Christopher
- [llvm] r231731 - Temporarily revert r231726 and r231724 as they're breaking the build.:
Eric Christopher
- [llvm] r231724 - [Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols in RuntimeDyld. Thread the
Eric Christopher
- [PATCH] DwarfAccelTable: Make Dwarf accelerator table generic.
Eric Christopher
- [PATCH] Emit correct linkage-name attribute based on DWARF version.
Eric Christopher
- [llvm] r231856 - Remove createAMDGPUMCCodeEmitter and instead just register the correct
Eric Christopher
- [llvm] r231861 - Remove the use of the subtarget in MCCodeEmitter creation and
Eric Christopher
- [llvm] r231883 - Remove dead code.
Eric Christopher
- [llvm] r231887 - Remove subtarget dependence from HexagonRegisterInfo.
Eric Christopher
- [llvm] r231888 - Have TargetRegisterInfo::getLargestLegalSuperClass take a
Eric Christopher
- [PATCH] Move the DataLayout to the generic TargetMachine, making it mandatory.
Eric Christopher
- [PATCH] Move the DataLayout to the generic TargetMachine, making it mandatory.
Eric Christopher
- [llvm] r231951 - Have getRegPressureSetLimit take a MachineFunction so that a
Eric Christopher
- [llvm] r231954 - Remove the need to cache the subtarget in the R600 TargetRegisterInfo
Eric Christopher
- [llvm] r231970 - Have getCalleeSavedRegs take a non-null MachineFunction all the
Eric Christopher
- [llvm] r231977 - One more getCalleeSavedRegs prototype with nullptr.
Eric Christopher
- [llvm] r231979 - Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
- [llvm] r231979 - Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
- [llvm] r231980 - Remove useMachineScheduler and replace it with subtarget options
Eric Christopher
- [llvm] r231998 - Update for a new year.
Eric Christopher
- [llvm] r232002 - Remove the need to cache the subtarget in the PowerPC TargetRegisterInfo
Eric Christopher
- [llvm] r232005 - Remove the need to cache the subtarget in the AArch64 TargetRegisterInfo
Eric Christopher
- [llvm] r232010 - Remove the need to cache the subtarget in the ARM TargetRegisterInfo
Eric Christopher
- [llvm] r232012 - Remove the need to cache the subtarget in the Mips TargetRegisterInfo
Eric Christopher
- [llvm] r232013 - Remove the need to cache the subtarget in the Sparc TargetRegisterInfo
Eric Christopher
- [llvm] r232014 - Remove some unnecessary forward declarations and put a couple more
Eric Christopher
- [PATCH] Add another run of ARM Thumb2SizeReduction pass with -Oz
Eric Christopher
- [llvm] r232062 - [autoconf] Refine doxygen document options.
Eric Christopher
- [llvm] r232071 - Remove the need to cache the subtarget in the X86 TargetRegisterInfo
Eric Christopher
- [llvm] r232062 - [autoconf] Refine doxygen document options.
Eric Christopher
- [llvm] r232076 - Fix comment formatting.
Eric Christopher
- [PATCH] Add another run of ARM Thumb2SizeReduction pass with -Oz
Eric Christopher
- [llvm] r232102 - Remove unused headers.
Eric Christopher
- [llvm] r232103 - Migrate the AArch64 TargetRegisterInfo to its TargetMachine
Eric Christopher
- [PATCH] Update LangRef now that a DataLayout is mandatory.
Eric Christopher
- [llvm] r232117 - In preparation for moving ARM's TargetRegisterInfo to the TargetMachine
Eric Christopher
- [llvm] r232119 - Move a variable into the assert where it's used - fixes a -Asserts
Eric Christopher
- [llvm] r231979 - Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
- [llvm] r231979 - Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
- [llvm] r232128 - Use the cached subtarget off of the machine function.
Eric Christopher
- [PATCH] Updating GettingStarted documentation to reference CMake as the preferred way to build LLVM.
Eric Christopher
- [PATCH] Update LangRef now that a DataLayout is mandatory.
Eric Christopher
- [llvm] r232129 - Use the cached subtarget off of the machine function.
Eric Christopher
- [PATCH] Update LangRef now that a DataLayout is mandatory.
Eric Christopher
- [llvm] r232131 - Add a return after the llvm namespace code for a little extra
Eric Christopher
- [llvm] r232132 - Use the variable names from the TargetInstrInfo source when we
Eric Christopher
- [llvm] r231979 - Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
- [llvm] r231979 - Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
- [patch] Use add32ri8 and friends on fast iself
Eric Christopher
- [llvm] r231979 - Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
- [patch] Use add32ri8 and friends on fast iself
Eric Christopher
- [PATCH] DwarfAccelTable: Enable use of static offsets instead of DIEs and string symbols.
Eric Christopher
- [llvm] r231544 - [dsymutil] Apply relocations to DIE data before cloning.
Eric Christopher
- [PATCH] Move Python Init from InitializeForLLGS to Initialize
Greg Clayton
- [llvm] r232235 - LowerBitSets: Do not export symbols for bit set referenced globals on Darwin.
Peter Collingbourne
- [compiler-rt] r232238 - CFI: Add a test for distinguishing between non-overriding siblings.
Peter Collingbourne
- [compiler-rt] r232242 - CFI: Add test for bad cast checks.
Peter Collingbourne
- [llvm] r231855 - [CodeGenPrepare] Refine the cost model provided by the promotion helper.
Quentin Colombet
- [llvm] r232085 - [X86] Fix a regression introduced by r223641.
Quentin Colombet
- [llvm] r232085 - [X86] Fix a regression introduced by r223641.
Quentin Colombet
- [llvm] r232085 - [X86] Fix a regression introduced by r223641.
Quentin Colombet
- [PATCH] Experiment with keeping GEPs near calls
Quentin Colombet
- [PATCH] [X86][AVX] Fix wrong lowering of v4x64 shuffles into concat_vector plus extract_subvector nodes.
Quentin Colombet
- [PATCH] [X86][AVX] Fix wrong lowering of v4x64 shuffles into concat_vector plus extract_subvector nodes.
Quentin Colombet
- [PATCH] Experiment with keeping GEPs near calls
Quentin Colombet
- [llvm] r231969 - Constify AArch64CollectLOH.cpp. NFC
Pete Cooper
- [PATCH] Add another run of ARM Thumb2SizeReduction pass with -Oz
Pete Cooper
- [PATCH] Add another run of ARM Thumb2SizeReduction pass with -Oz
Pete Cooper
- [PATCH] [SCEV] Add a `scalar-evolution-print-constant-ranges' option
Sanjoy Das
- [PATCH] [SCEV] Unify getUnsignedRange and getSignedRange
Sanjoy Das
- [llvm] r231708 - [SCEV] Add a `scalar-evolution-print-constant-ranges' option
Sanjoy Das
- [llvm] r231709 - [SCEV] Unify getUnsignedRange and getSignedRange
Sanjoy Das
- [PATCH] [SCEV] Add a `scalar-evolution-print-constant-ranges' option
Sanjoy Das
- [PATCH] [SCEV] Unify getUnsignedRange and getSignedRange
Sanjoy Das
- [llvm] r231708 - [SCEV] Add a `scalar-evolution-print-constant-ranges' option
Sanjoy Das
- [PATCH] [SLSR] handle candidate form &B[i * S]
Sanjoy Das
- [PATCH] Infer known bits from dominating conditions
Sanjoy Das
- [PATCH] [SLSR] handle candidate form &B[i * S]
Sanjoy Das
- [PATCH] Merge empty landing pads in SimplifyCFG
Sanjoy Das
- [PATCH] Add commit message guidelines to developer policy
Sanjoy Das
- [PATCH] [SCEV] Fix PR22856.
Sanjoy Das
- [PATCH] [SCEV] Fix PR22856.
Sanjoy Das
- [llvm] r232189 - [SCEV] Fix PR22856.
Sanjoy Das
- [PATCH] [SCEV] Fix PR22856.
Sanjoy Das
- 3.6.1 patch nomination: r232189 - [SCEV] Fix PR22856
Sanjoy Das
- [PATCH] Fix generic shift expansion when shift amount is 0
Sanjoy Das
- [PATCH] [ConstantRange] Add an exact version of makeICmpRegion.
Sanjoy Das
- [PATCH] [SCEV] Make isImpliedCond smarter.
Sanjoy Das
- [PATCH] [ADT][CMake][AutoConf] fail-fast iterators for DenseMap
Sanjoy Das
- [ADT][CMake][AutoConf] fail-fast iterators for DenseMap
Sanjoy Das
- [llvm] r231916 - AVX-512: Added SKX forms of shift instructions.
Elena Demikhovsky
- [llvm] r232018 - AVX-512: Added encoding tests for VPROR, VPROL instructions,
Elena Demikhovsky
- [poolalloc] r232266 - Update test IR for explicit type param in GEP op (r232184).
Will Dietz
- [PATCH] Add hard float versions of floating point to long long conversions
Sergey Dmitrouk
- [PATCH] Add hard float versions of floating point to long long conversions
Sergey Dmitrouk
- [PATCH] Allow loops in non-affine subregions -- SCoP Detection
Johannes Doerfert
- [PATCH] Allow loops in non-affine subregions -- SCoP Detection
Johannes Doerfert
- [PATCH] LLD: Use std::vector to store SimpleReferences instead of linked list.
Jean-Daniel Dupas
- [PATCH] LLD: Use std::vector to store SimpleReferences instead of linked list.
Jean-Daniel Dupas
- [PATCH] LLD: Use std::vector to store SimpleReferences instead of linked list.
Jean-Daniel Dupas
- [PATCH] LLD: Use std::vector to store SimpleReferences instead of linked list.
Jean-Daniel Dupas
- [PATCH] Fix race condition in Defined Atom ordinal computation.
Jean-Daniel Dupas
- [PATCH] Fix race condition in Defined Atom ordinal computation.
Jean-Daniel Dupas
- [PATCH] Fix race condition in Defined Atom ordinal computation.
Jean-Daniel Dupas
- [PATCH] [lld] [LinkerScript] Implement linker script expression evaluation
Shankar Easwaran
- [PATCH] [ELF] Handle __init_array{start, end} correctly.
Shankar Easwaran
- [lld] r232249 - [ELF] Simplify appending chunks to segments.
Shankar Easwaran
- [lld] r232250 - [ELF] Remove ambiguity
Shankar Easwaran
- [lld] r232251 - [ELF] Fix DenseMapInfo for StringRef
Shankar Easwaran
- [lld] r232252 - [ELF] Rename .got.dyn to .got
Shankar Easwaran
- [lld] r232253 - [ELF] Change few static functions.
Shankar Easwaran
- [PATCH] [ELF] Initial support for symbols visibility
Shankar Easwaran
- [lld] r232271 - Revert "[ELF] Change few static functions."
Shankar Easwaran
- [lld] r232253 - [ELF] Change few static functions.
Shankar Easwaran
- [lld] r232251 - [ELF] Fix DenseMapInfo for StringRef
Shankar Easwaran
- [PATCH] [ELF] Initial support for symbols visibility
Shankar Easwaran
- [lld] r232341 - [ELF][ARM] Make gotSymbol a member.
Shankar Easwaran
- [Object][ELF] Add operators for random access
Shankar Easwaran
- [PATCH] [lld][ELF] Ability to resolve undefined symbols lazily
Shankar Kalpathi Easwaran
- [PATCH] [lld] [LinkerScript] Implement semantics for simple sections mappings
Shankar Kalpathi Easwaran
- [PATCH] [lld] [LinkerScript] Implement semantics for simple sections mappings
Shankar Kalpathi Easwaran
- [PATCH] LinkerScript: Add parsing of the MEMORY command
Shankar Kalpathi Easwaran
- [PATCH] [ELF] Garbage collect unused class
Shankar Kalpathi Easwaran
- [PATCH] [ELF] Handle __init_array{start, end} correctly.
Shankar Kalpathi Easwaran
- [PATCH] [lld] [LinkerScript] Implement semantics for simple sections mappings
Shankar Kalpathi Easwaran
- [PATCH] LinkerScript: Add parsing of the EXTERN command
Shankar Kalpathi Easwaran
- [PATCH] [ELF] Initial support for symbols visibility
Shankar Kalpathi Easwaran
- [PATCH] Fix race condition in Defined Atom ordinal computation.
Shankar Kalpathi Easwaran
- [PATCH] [lld][ELF] Ability to resolve undefined symbols lazily
Shankar Kalpathi Easwaran
- [PATCH] [ELF] Initial support for symbols visibility
Shankar Kalpathi Easwaran
- [PATCH] [lld][Core] Implement parallel_for_each
Shankar Kalpathi Easwaran
- [PATCH] [lld][Core] Implement parallel_for_each
Shankar Kalpathi Easwaran
- [PATCH] [lld][Core] Implement parallel_for_each
Shankar Kalpathi Easwaran
- [PATCH] [lld][Core] Implement parallel_for_each
Shankar Kalpathi Easwaran
- [PATCH] [lld][Core] Implement parallel_for_each
Shankar Kalpathi Easwaran
- [PATCH] [lld][Core] Implement parallel_for_each
Shankar Kalpathi Easwaran
- [PATCH] [lld][Core] Implement parallel_for_each
Shankar Kalpathi Easwaran
- [PATCH] Add commit message guidelines to developer policy
Shankar Kalpathi Easwaran
- [PATCH] Handle set but unused warning on Release No Assertions builds
Edwards, Michael
- [llvm] r231974 - Add the option, -info-plist to llvm-objdump used with -macho to print the
Kevin Enderby
- [llvm] r232182 - Add the option, -non-verbose to llvm-objdump used with -macho to print things
Kevin Enderby
- [llvm] r231673 - Remove dummy method implementations.
Rafael Espindola
- [llvm] r231676 - Don't repeat name in comment. NFC.
Rafael Espindola
- [llvm] r231677 - Print jump tables before exception tables.
Rafael Espindola
- [llvm] r231682 - Delete dead code. NFC.
Rafael Espindola
- [llvm] r231694 - Don't prime the section map.
Rafael Espindola
- [llvm] r231714 - Use a MapVector instead of an extra sort.
Rafael Espindola
- [llvm] r231744 - Move label creation close to emission. NFC.
Rafael Espindola
- [llvm] r231750 - Use a better name for compile unit labels.
Rafael Espindola
- [llvm] r231751 - Remove incredibly confusing isBaseAddressKnownZero.
Rafael Espindola
- [llvm] r231753 - Move variable into assert to fix -Asserts builds.
Rafael Espindola
- [llvm] r231786 - Don't repeat names and clang-format this file.
Rafael Espindola
- [llvm] r231790 - Remove effectively dead code.
Rafael Espindola
- [llvm] r231802 - Store an optional section start label in MCSection.
Rafael Espindola
- [llvm] r231845 - Don't repeat names in comments. NFC.
Rafael Espindola
- [llvm] r231846 - clang-format these declarations. NFC.
Rafael Espindola
- [llvm] r231848 - clang-format code that is about to change.
Rafael Espindola
- [llvm] r231853 - Move a non-trivial virtual function out of line.
Rafael Espindola
- [llvm] r231859 - Create symbols marking the start of a section earlier.
Rafael Espindola
- [llvm] r231882 - Add missing section symbol to COFF's .debug_types.dwo.
Rafael Espindola
- [llvm] r231886 - Split test in two to handle building without x86.
Rafael Espindola
- [llvm] r231898 - Print section start labels when first switching to the section.
Rafael Espindola
- [llvm] r231899 - Relax label CHECK to mach COFF syntax.
Rafael Espindola
- [llvm] r231904 - Don't print labels that on ELF are never used.
Rafael Espindola
- [llvm] r231919 - Relax CHECK to match mips syntax.
Rafael Espindola
- [llvm] r231961 - Put jump tables in unique sections on COFF.
Rafael Espindola
- [llvm] r232221 - Be lazy about loading metadata in IRObjectFile.
Rafael Espindola
- [llvm] r232223 - Use add32ri8 and friends on fast isel.
Rafael Espindola
- [PATCH] [llvm-readobj] add support for macho universal binary
Rafael Ávila de Espíndola
- [PATCH] [llvm-readobj] add support for macho universal binary
Rafael Ávila de Espíndola
- [PATCH] [mips] [IAS] Refactor MipsTargetStreamer::emitMipsAbiFlags(). NFC.
Rafael Ávila de Espíndola
- [PATCH] [llvm-readobj] add support for macho universal binary
Rafael Ávila de Espíndola
- [PATCH] Update LangRef now that a DataLayout is mandatory.
Rafael Ávila de Espíndola
- [PATCH] [llvm-readobj] add support for macho universal binary
Rafael Ávila de Espíndola
- [PATCH] Re-enable a hook in MCELFObjectTargetWriter to allow target-specific relocationtable sorting and use this hook for Mips.
Rafael Ávila de Espíndola
- [Patch] Don't declare all text sections at the start of the .s
Rafael Espíndola
- [patch][R600] Call EmitFunctionHeader just before EmitFunctionBody.
Rafael Espíndola
- [rfc][patch] Refactoring how we handle symbols for the end of sections
Rafael Espíndola
- [Patch] Don't declare all text sections at the start of the .s
Rafael Espíndola
- [PATCH] Re-enable a hook in MCELFObjectTargetWriter to allow target-specific relocationtable sorting and use this hook for Mips.
Rafael Espíndola
- [PATCH] Re-enable a hook in MCELFObjectTargetWriter to allow target-specific relocationtable sorting and use this hook for Mips.
Rafael Espíndola
- [PATCH] Support to lazily load Metadata
Rafael Espíndola
- [PATCH] Support to lazily load Metadata
Rafael Espíndola
- [patch] Use add32ri8 and friends on fast iself
Rafael Espíndola
- [llvm] r232215 - Turn assertion into bitcode reading error
Rafael Espíndola
- [llvm] r231726 - [Orc][MCJIT][RuntimeDyld] Add header that was accidentally left out of r231724.
Hal Finkel
- Enable loop-rotate before loop-vectorize by default
Hal Finkel
- [PATCH] test-suite: Fix implicit-function declarations
Hal Finkel
- [PATCH] If a conditional branch jumps to the same target, remove the condition
Hal Finkel
- [llvm] r231982 - [PowerPC] Remove canFoldAsLoad from instruction definitions
Hal Finkel
- [llvm] r232093 - Revert "r232027 - Add infrastructure for support of multiple memory constraints"
Hal Finkel
- [llvm] r232027 - Add infrastructure for support of multiple memory constraints.
Hal Finkel
- [PATCH] Big shift test
Keno Fischer
- [PATCH] [zorg] Add options allowing MSVC builds with Clang Cmake Build Factory.
Rick Foos
- [PATCH] Add 'vs' parameter to Clang CMake builder to indicate Windows
Galina
- [PATCH] Allow the specification of a "mode" property on the LLDB Builder
Galina
- [PATCH] [zorg] add llgo builder, osuosl config
Galina
- [PATCH] Allow the specification of a "mode" property on the LLDB Builder
Galina
- [PATCH] [zorg] add llgo builder, osuosl config
Galina
- [PATCH] Allow the specification of a "mode" property on the LLDB Builder
Galina
- Tell lit.cfg about more Windows triples
Gao, Yunzhong
- [llvm] r231635 - Revert r231630 - Run LICM pass after loop unrolling pass.
Renato Golin
- [PATCH] Always build all back-end table-gen files
Renato Golin
- [PATCH] Add commit message guidelines to developer policy
Renato Golin
- [PATCH] Added llvm.is.constant intrinsic
Renato Golin
- [PATCH] Add support for annotated minimum dependence distance
Renato Golin
- [PATCH] [zorg] Add options allowing MSVC builds with Clang Cmake Build Factory.
Renato Golin
- [PATCH] [zorg] Windows/Linux CMake builders for Hexagon using common getClangCMakeBuildFactory
Renato Golin
- [PATCH] Add hard float versions of floating point to long long conversions
Renato Golin
- [PATCH] Add hard float versions of floating point to long long conversions
Renato Golin
- [PATCH] Add UnitTest to test-suite to check correct handling of large stack alignments
Renato Golin
- [PATCH] [ARM] Add missing Tag_DIV_use tests.
Renato Golin
- [PATCH] Move -asan-instrument-assembly to TargetMachine
Renato Golin
- [PATCH] Move -asan-instrument-assembly to TargetMachine
Renato Golin
- [PATCH] Fix flags for compiling examples/Kaleidoscope/MCJIT
Renato Golin
- [PATCH] Add hard float versions of floating point to long long conversions
Renato Golin
- [PATCH] Always build all back-end table-gen files
Renato Golin
- [PATCH] Add hard float versions of floating point to long long conversions
Renato Golin
- [PATCH] Add another run of ARM Thumb2SizeReduction pass with -Oz
Renato Golin
- [PATCH] Add another run of ARM Thumb2SizeReduction pass with -Oz
Renato Golin
- [lld] r232096 - Update copyright year to 2015.
Renato Golin
- [PATCH] Move -asan-instrument-assembly to TargetMachine
Renato Golin
- [PATCH] Fix flags for compiling examples/Kaleidoscope/MCJIT
Renato Golin
- [PATCH] Add commit message guidelines to developer policy
Renato Golin
- [PATCH] Add commit message guidelines to developer policy
Renato Golin
- [PATCH] Add commit message guidelines to developer policy
Renato Golin
- [PATCH] Add commit message guidelines to developer policy
Renato Golin
- [PATCH] [LoopInterchange] Add support to interchange loops with reductions.
Renato Golin
- [PATCH] [LoopInterchange] Add support to interchange loops with reductions.
Renato Golin
- [PATCH] Always build all back-end table-gen files
Renato Golin
- [PATCH] Add commit message guidelines to developer policy
Renato Golin
- [PATCH] Always build all back-end table-gen files
Renato Golin
- [llvm] r232334 - Adding commit msg guidelines to dev policy
Renato Golin
- [PATCH] Add commit message guidelines to developer policy
Renato Golin
- [PATCH] R600/SI: don't try min3/max3/med3 with f64
Grigori Goronzy
- [PATCH] R600/SI: don't try min3/max3/med3 with f64
Grigori Goronzy
- [LNT] r232207 - Make the baseline configurable per database. This enables different projects on the same LNT installation to use different baselines.
Michael Gottesman
- [LNT] r232213 - Make some small fixes to appease the tests.
Michael Gottesman
- [llvm] r232142 - [MachineCopyPropagation] Fix a bug causing incorrect removal for the instruction sequences as follows
Arnaud A. de Grandmaison
- [zorg] r232313 - Increase the number of CPUs on gribozavr4
Dmitri Gribenko
- [PATCH] [compiler-rt] Turn abort_on_error=1 by default on OS X (part 1/2)
Yury Gribov
- [PATCH] [ASan] Add process basename to log name and error message to simplify analysis of sanitized systems logs.
Yury Gribov
- [PATCH] [ASan] Add process basename to log name and error message to simplify analysis of sanitized systems logs.
Yury Gribov
- [PATCH] [ASan] Add process basename to log name and error message to simplify analysis of sanitized systems logs.
Yury Gribov
- [PATCH] Mangler: Don't prefix MS ABI names with a leading ? character
Jim Grosbach
- [Patch] Don't declare all text sections at the start of the .s
Jim Grosbach
- [polly] r231593 - Add end user report message for unprofitable regions [NFC]
Tobias Grosser
- [PATCH] Allow loops in non-affine subregions -- SCoP Modeling
Tobias Grosser
- [polly] r231652 - Update PTX generator to latest LLVM changes
Tobias Grosser
- [www] r231771 - Publish preliminary EuroLLVM program/schedule
Tobias Grosser
- [www] r231772 - Drop unneeded stuff that breaks formatting
Tobias Grosser
- [polly] r231793 - Fix compilation after DataLayout was added to ScevExpander
Tobias Grosser
- [polly] r231835 - Ensure the functions in our GPURuntime are visible
Tobias Grosser
- [polly] r231865 - Assert in isl expression builder if id can not be found [NFC]
Tobias Grosser
- [polly] r232099 - Drop option to prepare code for the BB vectorizer
Tobias Grosser
- [polly] r232100 - Add -polly-vectorizer=stripmine
Tobias Grosser
- [www] r232146 - Link to our sponsors
Tobias Grosser
- [www] r232147 - Increase font used for our sponsors
Tobias Grosser
- [www] r232148 - Add codeplay as a sponsor of EuroLLVM
Tobias Grosser
- [www] r232174 - Add more sponsors
Tobias Grosser
- [www] r232255 - List LLVM foundation members as sponsors individually
Tobias Grosser
- [www] r232323 - Slightly modify wording
Tobias Grosser
- [PATCH] New "strict_string_checks" run-time flag
Maria Guseva
- [PATCH] New "strict_string_checks" run-time flag
Maria Guseva
- [PATCH] New "strict_string_checks" run-time flag
Maria Guseva
- [llvm] r231724 - [Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols in RuntimeDyld. Thread the
Lang Hames
- [llvm] r231726 - [Orc][MCJIT][RuntimeDyld] Add header that was accidentally left out of r231724.
Lang Hames
- [llvm] r227228 - [ExecutionEngine] Add weak symbol support to RuntimeDyld
Lang Hames
- [llvm] r231896 - [Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724 with fix suggested by
Lang Hames
- [llvm] r231731 - Temporarily revert r231726 and r231724 as they're breaking the build.:
Lang Hames
- [llvm] r231726 - [Orc][MCJIT][RuntimeDyld] Add header that was accidentally left out of r231724.
Lang Hames
- [LLVMdev] [patch] OrcJIT and weak symbols
Lang Hames
- [PATCH] Big shift test
Lang Hames
- [llvm] r230143 - [Orc] Move Orc code into a namespace (llvm::orc), update Kaleidoscope code.
Lang Hames
- [llvm] r232139 - Fix build break in this code. Nothing uses this header, but the modules
Lang Hames
- [PATCH] Big shift test
Lang Hames
- [PATCH] Move Python Init from InitializeForLLGS to Initialize
Vince Harron
- [PATCH] [Inliner] Use whitelist instead of blacklist when checking function attribute compatibility and make the check stricter
Akira Hatanaka
- [PATCH] [Inliner] Use whitelist instead of blacklist when checking function attribute compatibility and make the check stricter
Akira Hatanaka
- [llvm] r231979 - Have getCallPreservedMask and getThisCallPreservedMask take a
Akira Hatanaka
- [llvm] r231979 - Have getCallPreservedMask and getThisCallPreservedMask take a
Akira Hatanaka
- [llvm] r231979 - Have getCallPreservedMask and getThisCallPreservedMask take a
Akira Hatanaka
- [PATCH] [SLSR] handle candidate form &B[i * S]
Mark Heffernan
- [PATCH] [SLSR] handle candidate form &B[i * S]
Mark Heffernan
- [PATCH] [NVPTXAsmPrinter] do not print .align on function headers
Justin Holewinski
- [PATCH] [MC] Write padding into fragments when -mc-relax-all flag is used
Petr Hosek
- [PATCH] [MC] Write padding into fragments when -mc-relax-all flag is used
Petr Hosek
- [llvm] r231741 - Added special handling for inttoptr in CFLAA.
George Burgess IV
- [PATCH] CFLAA Bugfix -- Tag untrackable pointers (inttoptr/ptrtoint)
George Burgess IV
- [llvm] r231743 - Added ConstantExpr support to CFLAA.
George Burgess IV
- [PATCH] CFLAA -- ConstantExpr Awareness
George Burgess IV
- [llvm] r232293 - Made CFLAA agree with clang-format. NFC.
George Burgess IV
- [PATCH] LinkerScript: Add parsing of the MEMORY command
Meador Inge
- [PATCH] LinkerScript: Add parsing of the MEMORY command
Meador Inge
- [lld] r231928 - LinkerScript: Add parsing of the MEMORY command
Meador Inge
- [PATCH] LinkerScript: Add -T <scriptfile> option
Meador Inge
- [PATCH] LinkerScript: Add parsing of the EXTERN command
Meador Inge
- [PATCH] LinkerScript: Add evaluation of the EXTERN command
Meador Inge
- [PATCH] LinkerScript: Add parsing of the EXTERN command
Meador Inge
- [lld] r232110 - LinkerScript: Add parsing of the EXTERN command
Meador Inge
- [lld] r232111 - LinkerScript: Add evaluation of the EXTERN command
Meador Inge
- [PATCH] LinkerScript: Add -T <scriptfile> option
Meador Inge
- [lld] r232183 - LinkerScript: Add -T <scriptfile> option
Meador Inge
- [compiler-rt] r231947 - [ASan/Win] Fix a CHECK failure when an exception is thrown from a callback passed to QueueUserWorkItem
Timur Iskhodzhanov
- [PATCH] [ASan] Factor out platform-specific interceptors
Timur Iskhodzhanov
- [PATCH] [ASan] Factor out platform-specific interceptors
Timur Iskhodzhanov
- [PATCH] [ASan] Factor out platform-specific interceptors
Timur Iskhodzhanov
- [PATCH] Add {read,write}{16,32,64}{le,be} functions
Davide Italiano
- [PATCH] [ELF] Garbage collect unused class
Davide Italiano
- [PATCH] [ELF] Handle __init_array{start, end} correctly.
Davide Italiano
- [PATCH] [ELF] Handle __init_array{start, end} correctly.
Davide Italiano
- [PATCH] [ELF] Handle __init_array{start, end} correctly.
Davide Italiano
- [PATCH] LinkerScript: Add parsing of the MEMORY command
Davide Italiano
- [lld] r231906 - Garbage collect an unused class in Atoms.h
Davide Italiano
- [PATCH] [ELF] Garbage collect unused class
Davide Italiano
- [PATCH] [lld] [LinkerScript] Handle symbols defined in linker scripts
Davide Italiano
- [PATCH] [lld] [LinkerScript] Handle symbols defined in linker scripts
Davide Italiano
- [PATCH] LinkerScript: Add parsing of the EXTERN command
Davide Italiano
- [PATCH] LinkerScript: Add evaluation of the EXTERN command
Davide Italiano
- [PATCH] LinkerScript: Add parsing of the EXTERN command
Davide Italiano
- [PATCH] [Object/ELF] Add support for setVisibility()
Davide Italiano
- [PATCH] [Object/ELF] Add support for setVisibility()
Davide Italiano
- [llvm] r232020 - [Object/ELF] Add support for setVisibility()
Davide Italiano
- [PATCH] [Object/ELF] Add support for setVisibility()
Davide Italiano
- [PATCH] [ELF] Initial support for symbols visibility
Davide Italiano
- [PATCH] [ELF] Initial support for symbols visibility
Davide Italiano
- [PATCH] [ELF] Initial support for symbols visibility
Davide Italiano
- [lld] r232282 - Use setVisibility() rather than assigning the value directly.
Davide Italiano
- [PATCH] [ELF] Initial support for symbols visibility
Davide Italiano
- [PATCH] [lld][Core] Implement parallel_for_each
Davide Italiano
- [PATCH] Add support for part-word atomics for PPC
Nemanja Ivanovic
- [llvm] r231843 - Add support for part-word atomics for PPC
Nemanja Ivanovic
- [PATCH] Add support for part-word atomics for PPC
Nemanja Ivanovic
- [PATCH] [MBP] Don't outline short optional branches
Daniel Jasper
- [PATCH] [MBP] Don't outline short optional branches
Daniel Jasper
- [PATCH] Don't pretend to have probability information if the result of a bitwise and is compared against 0
Daniel Jasper
- [llvm] r231908 - Make test added in r231902 actually be executed.
Daniel Jasper
- [llvm] r231902 - InstrProf: Teach llvm-cov to handle universal binaries when given -arch
Daniel Jasper
- [PATCH] [InstCombine] Don't fold a GEP into itself through a PHI node
Daniel Jasper
- [PATCH] [InstCombine] Don't fold a GEP into itself through a PHI node
Daniel Jasper
- [PATCH] [InstCombine] Don't fold a GEP into itself through a PHI node
Daniel Jasper
- [PATCH] Experiment with keeping GEPs near calls
Daniel Jasper
- [PATCH] Experiment with keeping GEPs near calls
Daniel Jasper
- [llvm] r232262 - [MachineLICM] First steps of sinking GEPs near calls.
Daniel Jasper
- [PATCH] Experiment with keeping GEPs near calls
Daniel Jasper
- [PATCH] Fix makeLibCall arguments for SoftenFloatRes_FRINT function
Petar Jovanovic
- [PATCH] Fix makeLibCall arguments for SoftenFloatRes_FRINT function
Petar Jovanovic
- [PATCH] [mips][microMIPS] Make usage of NOT16 by code generator
Zoran Jovanovic
- [PATCH] [mips] Optimize folding of registers derived from the $zero register.
Vasileios Kalintiris
- [llvm] r232258 - [mips] Remove trivial header for the MipsOs16 pass. NFC.
Vasileios Kalintiris
- [llvm] r232259 - [mips] Remove trivial header for the Mips16HardFloat pass. NFC.
Vasileios Kalintiris
- [llvm] r232260 - [mips] Remove trivial header for the MipsModuleISelDAGToDAG pass. NFC.
Vasileios Kalintiris
- [PATCH] [mips] Remove trivial header files of various passes. NFC.
Vasileios Kalintiris
- [llvm] r231889 - Fix Value dangling reference debug output
Andrew Kaylor
- [llvm] r231981 - Extended support for native Windows C++ EH outlining
Andrew Kaylor
- [llvm] r232104 - Adding WinEHPrepare tests (currently XFAILs)
Andrew Kaylor
- [PATCH] Extended support for native Windows C++ EH outlining
Andy Kaylor
- [PATCH] Extended support for native Windows C++ EH outlining
Andy Kaylor
- [PATCH] Extended support for native Windows C++ EH outlining
Andy Kaylor
- [PATCH] Merge empty landing pads in SimplifyCFG
Andy Kaylor
- [llvm] r231763 - Teach raw_ostream to accept SmallString.
Yaron Keren
- [PATCH] Adding SmallString support to Twine
Yaron Keren
- [llvm] r232078 - Add missing include guards.
Yaron Keren
- [PATCH] Adding SmallString support to Twine
Yaron Keren
- [PATCH] Adding SmallString support to Twine
Yaron Keren
- [llvm] r232269 - No need to prototype RtlCaptureContext with mingw-w64.
Yaron Keren
- [PATCH] LLD: Use std::vector to store SimpleReferences instead of linked list.
Yaron Keren
- [PATCH] Adding SmallString support to Twine
Yaron Keren
- [PATCH] Fix backward operands in call to isTruncateFree() and add asserts.
Steve King
- [PATCH] Fix backward operands in call to isTruncateFree() and add asserts.
Steve King
- [PATCH] Fix backward operands in call to isTruncateFree() and add asserts.
Steve King
- [PATCH] Fix backward operands in call to isTruncateFree() and add asserts.
Steve King
- [PATCH] Add 'vs' parameter to Clang CMake builder to indicate Windows
Galina Kistanova
- LLVM buildmaster will be restarted in few minutes.
Galina Kistanova
- [PATCH] Replace llvm.frameallocate with llvm.frameescape
Reid Kleckner
- [llvm] r231697 - TableGen: Use 'enum : uint64_t' for feature flags to fix -Wmicrosoft
Reid Kleckner
- [PATCH] Add 'vs' parameter to Clang CMake builder to indicate Windows
Reid Kleckner
- [PATCH] Add 'vs' parameter to Clang CMake builder to indicate Windows
Reid Kleckner
- [PATCH] Add 'vs' parameter to Clang CMake builder to indicate Windows
Reid Kleckner
- [zorg] r231716 - Add 'vs' parameter to Clang CMake builder to indicate Windows
Reid Kleckner
- [PATCH] Add 'vs' parameter to Clang CMake builder to indicate Windows
Reid Kleckner
- [PATCH] Add 'vs' parameter to Clang CMake builder to indicate Windows
Reid Kleckner
- [llvm] r231719 - Reland r229944: EH: Prune unreachable resume instructions during Dwarf EH preparation
Reid Kleckner
- [PATCH] [CMake] Don't pass in MSVC warning flags as definitions
Reid Kleckner
- [PATCH] [CMake] Don't pass in MSVC warning flags as definitions
Reid Kleckner
- [PATCH] Add commit message guidelines to developer policy
Reid Kleckner
- [PATCH] [CMake] Don't pass in MSVC warning flags as definitions
Reid Kleckner
- [PATCH] Handle big index in getelementptr instruction
Reid Kleckner
- [PATCH] Add new LLVM_OPTIMIZED_TABLEGEN build setting which configures, builds and uses a release tablegen build when LLVM is configured with assertions enabled.
Reid Kleckner
- [PATCH] llvm-testsuite: fix MiBench/office-ispell on iOS SDK
Reid Kleckner
- [PATCH] Extended support for native Windows C++ EH outlining
Reid Kleckner
- [PATCH] Handle big index in getelementptr instruction
Reid Kleckner
- [PATCH] Mangler: Don't prefix MS ABI names with a leading ? character
Reid Kleckner
- [PATCH] Allow the specification of a "mode" property on the LLDB Builder
Reid Kleckner
- [PATCH] Extended support for native Windows C++ EH outlining
Reid Kleckner
- [llvm] r231984 - Handle big index in getelementptr instruction
Reid Kleckner
- [PATCH] Handle big index in getelementptr instruction
Reid Kleckner
- [llvm] r231985 - Fix some clang warnings in WinEHPrepare
Reid Kleckner
- [llvm] r231995 - Stop calling DwarfEHPrepare from WinEHPrepare
Reid Kleckner
- [llvm] r232000 - Remove some CHECK-NOT lines in favor of CHECK-NEXT
Reid Kleckner
- [llvm] r232003 - Make llvm.eh.actions an intrinsic and add docs for it
Reid Kleckner
- [PATCH] [CMake] Don't pass in MSVC warning flags as definitions
Reid Kleckner
- [PATCH] [compiler-rt][CMake] Filter MSVC-specific warning flags from CMAKE_*_FLAGS when building with clang.exe
Reid Kleckner
- [compiler-rt] r232219 - Translate some MSVC CMAKE_*_FLAGS to clang flags in clang_compile
Reid Kleckner
- [PATCH] [compiler-rt][CMake] Filter MSVC-specific warning flags from CMAKE_*_FLAGS when building with clang.exe
Reid Kleckner
- [PATCH] [ELF] Initial support for symbols visibility
Nick Kledzik
- [llvm] r231963 - [mips][microMIPS] Make usage of NOT16 by code generator
Jozef Kolek
- [PATCH] [mips][microMIPS] Make usage of NOT16 by code generator
Jozef Kolek
- [PATCH] [llvm] Replacing asserts with static_asserts where appropriate
Alexander Kornienko
- [llvm] r231665 - Add logical ops to Mips fast-isel
Reed Kotler
- [llvm] r231660 - SymbolRewriter: Hide implementation details
Benjamin Kramer
- [llvm] r231661 - Move unreferenced passes into the cpp file
Benjamin Kramer
- [llvm] r231664 - Make helper functions static.
Benjamin Kramer
- [llvm] r231679 - Drop the hacks used for partial C99 math libraries.
Benjamin Kramer
- [llvm] r231696 - Remove the remaining uses of abs64 and nuke it.
Benjamin Kramer
- [llvm] r231791 - Hexagon: Remove pass that does nothing at all
Benjamin Kramer
- [llvm] r231809 - Hexagon: Remove unused InstrMapping.
Benjamin Kramer
- [llvm] r231810 - NVPTX: Remove copy of LLVMInitializeNVPTXAsmPrinter.
Benjamin Kramer
- [llvm] r231822 - NVPTX: move NVPTXAllocaHoisting into the cpp file
Benjamin Kramer
- [llvm] r231831 - Don't use LLVM_LIBRARY_VISIBILITY in cpp files.
Benjamin Kramer
- [llvm] r231923 - Prefer pipes over temporary files in a feeble attempt to stabilize this test on windows.
Benjamin Kramer
- [llvm] r231894 - Fix a grammar issue I introduced.
Benjamin Kramer
- [llvm] r231929 - RtlCaptureContext is absent from the mingw32 headers, provide a prototype.
Benjamin Kramer
- [llvm] r231930 - Add missing namespace specifier for MSVC.
Benjamin Kramer
- [llvm] r231933 - Wrap in __MINGW32__ to avoid warnings from msvc.
Benjamin Kramer
- [llvm] r232178 - unique_ptrs are unique already, no need to unique them any further.
Benjamin Kramer
- [llvm] r232217 - BranchFolding: MergePotentialsElt has a total order, just call array_pod_sort.
Benjamin Kramer
- [llvm] r232236 - CommandLine: Replace cold std::sort with array_pod_sort.
Benjamin Kramer
- [llvm] r231577 - Make the assertion macros in Verifier and Linter truly variadic.
Benjamin Kramer
- [llvm] r232265 - array_pod_sort: Since we're checking the length anyways also ignore one-element ranges
Benjamin Kramer
- [llvm] r231577 - Make the assertion macros in Verifier and Linter truly variadic.
Benjamin Kramer
- [llvm] r232319 - Factor the iterators of ImmutableSet/ImmutableMap into a common base class
Benjamin Kramer
- [PATCH] Always build all back-end table-gen files
Michael Kuperstein
- [PATCH] [Sanitizers] Fix sanitizers to build on FreeBSD.
Viktor Kutuzov
- [PATCH] [Tsan] Adjust SA_SIGINFO and SIG_SETMASK values on FreeBSD.
Viktor Kutuzov
- [PATCH] [Sanitizers] Fix sanitizers to build on FreeBSD.
Viktor Kutuzov
- [PATCH] [Tsan] Do not declare std_suppressions when not used
Viktor Kutuzov
- [compiler-rt] r232072 - [Sanitizers] Fix sanitizers to build on FreeBSD.
Viktor Kutuzov
- [compiler-rt] r232073 - [Tsan] Adjust SA_SIGINFO and SIG_SETMASK values on FreeBSD.
Viktor Kutuzov
- [compiler-rt] r232074 - [Tsan] Do not declare std_suppressions when not used
Viktor Kutuzov
- [PATCH] [Tsan] Fix test.h to work on FreeBSD
Viktor Kutuzov
- [compiler-rt] r232167 - [Tsan] Fix test.h to work on FreeBSD
Viktor Kutuzov
- [PATCH] [Tsan] Do not sanitize memcpy() during thread initialization on FreeBSD
Viktor Kutuzov
- [llvm] r231800 - Teach lowering to correctly handle invoke statepoint and gc results tied to them. Note that we still can not lower gc.relocates for invoke statepoints.
Igor Laevsky
- [llvm] r231727 - Don't treat .foo as two path components in path::iterators
Ben Langmuir
- [patch] Use add32ri8 and friends on fast iself
Chris Lattner
- [llvm] r231678 - [Hexagon] Adding PackHL nodes and some missing modeling instructions and patterns
Colin LeMahieu
- [llvm] r231687 - [Hexagon] Changing AddrFI back to ADDRri to address test issue.
Colin LeMahieu
- [llvm] r231689 - [Hexagon] Removing TFR_condset_ir/TFR_condset_ri modeling.
Colin LeMahieu
- [llvm] r231693 - [Hexagon] Eliminating immediate condition set.
Colin LeMahieu
- [llvm] r231695 - [Hexagon] Removing old halfword codegen instructions and updating const32/64 splitting.
Colin LeMahieu
- [llvm] r231699 - [Hexagon] Updating constant set to simpler versions.
Colin LeMahieu
- [llvm] r231703 - [Hexagon] Reverting r231699
Colin LeMahieu
- [llvm] r231710 - [Hexagon] Reapply r231699. Remove assumption that second operand is an immediate when checking if A2_tfrsi is combinable.
Colin LeMahieu
- [llvm] r231713 - [Hexagon] Use single tailcall pseudoinst and fix checking for label jumping versus tail calling.
Colin LeMahieu
- [llvm] r231723 - [Hexagon] Removing unused patterns.
Colin LeMahieu
- [llvm] r231791 - Hexagon: Remove pass that does nothing at all
Colin LeMahieu
- [llvm] r231824 - [Hexagon] Renaming HexagonJT to JT and adding CP for constantpool.
Colin LeMahieu
- [llvm] r231825 - [Hexagon] Adding nodes for vector insert/extract lowering.
Colin LeMahieu
- [llvm] r231828 - [Hexagon] Adding DuplexInst instruction format and duplex class defs.
Colin LeMahieu
- [llvm] r231829 - [Hexagon] Adding nodes for PIC support.
Colin LeMahieu
- [llvm] r231844 - [Hexagon] Separating InstHexagon from OpcodeHexagon.
Colin LeMahieu
- [llvm] r231847 - [Hexagon] Simplifying deallocret definitions.
Colin LeMahieu
- [llvm] r231850 - [Hexagon] Adding frame index + add load/store patterns.
Colin LeMahieu
- [llvm] r223193 - Emit the entry block first and the exit block second, then all the blocks in between afterwards. This is what gcc always does, and some out of tree tools depend on that.
Nick Lewycky
- [llvm] r232134 - When forming an addrec out of a phi don't just look at the last computation and steal its flags for our own, there may be other computations in the middle. Check whether the LHS of the computation is the phi itself and then we know it's safe to steal the flags. Fixes PR22795.
Nick Lewycky
- [llvm] r231921 - Fix too short title underline reported by build-bot.
Dan Liew
- [PATCH][Zorg] Add sphinx buildbot to standard_builders
Dan Liew
- [PATCH] [MachineCopyPropagation] Incorrect COPY removal in AArch64 backend
Hao Liu
- [llvm] r232142 - [MachineCopyPropagation] Fix a bug causing incorrect removal for the instruction sequences as follows
Hao Liu
- [llvm] r231830 - [AsmPrinter][TLOF] Reintroduce AArch64 test
Bruno Cardoso Lopes
- [PATCH] asan: fix overflows in isSafeAccess
Nuno Lopes
- [PATCH] [Reassociate] Add initial support for vector instructions.
Robert Lougher
- [llvm] r232190 - [Reassociate] Add initial support for vector instructions.
Robert Lougher
- [llvm] r232196 - Revert: "[Reassociate] Add initial support for vector instructions."
Robert Lougher
- [PATCH] [Reassociate] Add initial support for vector instructions.
Robert Lougher
- [llvm] r232209 - Reapply "[Reassociate] Add initial support for vector instructions."
Robert Lougher
- [PATCH] [Reassociate] Add initial support for vector instructions.
Robert Lougher
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
H.J Lu
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
H.J Lu
- [PATCH] [BUG 22755] Fix bugs in CombinToPreIndexedLoadStore
Yin Ma
- [llvm] r231836 - LoopAccessAnalysis: Silence -Wreturn-type diagnostic from GCC
David Majnemer
- [PATCH] Handle big index in getelementptr instruction
David Majnemer
- [PATCH] Fix big shift constant folding
David Majnemer
- [PATCH] Fix big shift constant folding
David Majnemer
- [llvm] r231948 - InstCombine: Don't fold call bitcast into args if callee is byval
David Majnemer
- [llvm] r225254 - InstCombine: Bitcast call arguments from/to pointer/integer type
David Majnemer
- [PATCH] Extended support for native Windows C++ EH outlining
David Majnemer
- [PATCH] Fix big shift constant folding
David Majnemer
- [llvm] r232176 - ConstantFold: Fix big shift constant folding
David Majnemer
- [PATCH] Update InstCombine to transform aggregate stores into scalar stores.
David Majnemer
- [llvm] r232301 - llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump
David Majnemer
- [llvm] r232314 - Restore the gcc build
David Majnemer
- [llvm] r232314 - Restore the gcc build
David Majnemer
- [llvm] r232316 - PostOrderIterator: Remove stray semicolon
David Majnemer
- [llvm] r232317 - ImmutableSet: Rename Self to SelfTy to make it more clear it is a type
David Majnemer
- [llvm] r232314 - Restore the gcc build
David Majnemer
- [PATCH] DAGCombiner: fold (xor (shl 1, x), -1) -> (rotl -2, x)
David Majnemer
- [PATCH] DAGCombiner: fold (xor (shl 1, x), -1) -> (rotl -2, x)
David Majnemer
- [compiler-rt] r232107 - Use signed int implementation for __fixint
Ed Maste
- [compiler-rt] r231965 - Refactor float to integer conversion to share the same code.
Ed Maste
- [PATCH] [LSan] [MIPS] adding support of LSan for mips64/mips64el arch
Sergey Matveev
- [PATCH] [MachineCopyPropagation] Incorrect COPY removal in AArch64 backend
James Molloy
- [PATCH] [LAA-memchecks 1/3] Split out NumComparisons checks. NFC
Adam Nemet
- [PATCH] [LoopAccesses 2/3] Allow querying of interesting dependences
Adam Nemet
- [PATCH] [LoopAccesses 1/3] Expose MemoryDepChecker to LAA users
Adam Nemet
- [PATCH] [LoopAccesses 1/3] Expose MemoryDepChecker to LAA users
Adam Nemet
- [PATCH] [LoopAccesses 1/3] Expose MemoryDepChecker to LAA users
Adam Nemet
- [llvm] r231805 - [LoopAccesses 1/3] Expose MemoryDepChecker to LAA users
Adam Nemet
- [llvm] r231806 - [LoopAccesses 2/3] Allow querying of interesting dependences
Adam Nemet
- [llvm] r231807 - [LoopAccesses 3/3] Print the dependences with -analyze
Adam Nemet
- [PATCH] [LoopAccesses 1/3] Expose MemoryDepChecker to LAA users
Adam Nemet
- [PATCH] [LoopAccesses 2/3] Allow querying of interesting dependences
Adam Nemet
- [PATCH] [LoopAccesses 3/3] Print the dependences with -analyze
Adam Nemet
- [llvm] r231816 - [LAA-memchecks 1/3] Split out NumComparisons checks. NFC
Adam Nemet
- [llvm] r231817 - [LAA-memchecks 2/3] Move number of memcheck threshold checking to LV
Adam Nemet
- [llvm] r231818 - [LAA-memchecks 3/3] Introduce pointer partitions for memchecks
Adam Nemet
- [llvm] r231821 - [LAA-memchecks] Comment improvement
Adam Nemet
- [PATCH] [LAA-memchecks 1/3] Split out NumComparisons checks. NFC
Adam Nemet
- [PATCH] [LAA-memchecks 2/3] Move number of memcheck threshold checking to LV
Adam Nemet
- [PATCH] [LAA-memchecks 3/3] Introduce pointer partitions for memchecks
Adam Nemet
- [llvm] r231836 - LoopAccessAnalysis: Silence -Wreturn-type diagnostic from GCC
Adam Nemet
- [llvm] r231854 - [LoopAccesses] Add debug message to indicate the result of the analysis
Adam Nemet
- [llvm] r231916 - AVX-512: Added SKX forms of shift instructions.
Adam Nemet
- [llvm] r232018 - AVX-512: Added encoding tests for VPROR, VPROL instructions,
Adam Nemet
- [llvm] r231959 - ARM: simplify and extend byval handling
Tim Northover
- [PATCH] Add support for armv6k subtarget
Tim Northover
- [PATCH] [LLVM] Add support for armv6k subtarget
Tim Northover
- [llvm] r231658 - R600/SI: Fix getNumSGPRsAllowed for VI
Marek Olsak
- [llvm] r231659 - R600/SI: Limit SGPRs to 80 on Tonga and Iceland
Marek Olsak
- [llvm] r231658 - R600/SI: Fix getNumSGPRsAllowed for VI
Marek Olšák
- [PATCHES] R600/SI: New V_FRACT fix, intrinsic for S_FLBIT_I32, and more
Marek Olšák
- [PATCHES] R600/SI: New V_FRACT fix, intrinsic for S_FLBIT_I32, and more
Marek Olšák
- [PATCHES] R600/SI: New V_FRACT fix, intrinsic for S_FLBIT_I32, and more
Marek Olšák
- [PATCHES] R600/SI: New V_FRACT fix, intrinsic for S_FLBIT_I32, and more
Marek Olšák
- [PATCHES] R600/SI: New V_FRACT fix, intrinsic for S_FLBIT_I32, and more
Marek Olšák
- PATCH: R600/SI: Experimental assembler / inline assembly support
Marek Olšák
- [PATCHES] R600/SI: New V_FRACT fix, intrinsic for S_FLBIT_I32, and more
Marek Olšák
- [PATCHES] R600/SI: Select BFM and BFE from bitwise opcodes
Marek Olšák
- [PATCH] [Aarch64] Don't truncate PC-relative relocations in ELF EH frames to 32 bits
Csaba Osztrogonác
- [PATCH] Emit StackMap section on AArch64 target
Csaba Osztrogonác
- [PATCH] Eliminate constant-extender profitability checks from Hexagon isel
Krzysztof Parzyszek
- [PATCH] Eliminate constant-extender profitability checks from Hexagon isel
Krzysztof Parzyszek
- [llvm] r231992 - Eliminate constant-extender profitability checks from Hexagon isel
Krzysztof Parzyszek
- [PATCH] Eliminate constant-extender profitability checks from Hexagon isel
Krzysztof Parzyszek
- [llvm] r231996 - Fix build break introduced in r231992
Krzysztof Parzyszek
- [PATCH] Remove unused complex patterns for addressing modes on Hexagon
Krzysztof Parzyszek
- [llvm] r232057 - Remove unused complex patterns for addressing modes on Hexagon.
Krzysztof Parzyszek
- [llvm] r232098 - Unxfail passing test on Hexagon
Krzysztof Parzyszek
- [PATCH] Remove unused complex patterns for addressing modes on Hexagon
Krzysztof Parzyszek
- [PATCH] Early expansion of MUX instructions on Hexagon
Krzysztof Parzyszek
- [PATCH] IRBuilder - add a CreateShuffleVector function that takes an ArrayRef of int
Sanjay Patel
- [llvm] r231747 - use range-based for loops; NFC
Sanjay Patel
- [llvm] r231749 - removed function names from comments; NFC
Sanjay Patel
- [llvm] r231794 - [X86, AVX] replace vinsertf128 intrinsics with generic shuffles
Sanjay Patel
- [PATCH] [X86] replace vinsertf128 intrinsics with generic shuffles
Sanjay Patel
- [PATCH] [X86] replace vinsertf128 intrinsics with generic shuffles
Sanjay Patel
- [llvm] r231801 - remove function names from comments; NFC
Sanjay Patel
- [llvm] r231812 - fix typos; NFC
Sanjay Patel
- [llvm] r231813 - remove names from comments; NFC
Sanjay Patel
- [llvm] r231826 - remove function names from comments; NFC
Sanjay Patel
- [PATCH] Inliner should not add callgraph edges for intrinsic calls (PR22857)
Sanjay Patel
- [PATCH] IRBuilder - add a CreateShuffleVector function that takes an ArrayRef of int
Sanjay Patel
- [llvm] r231927 - Inliner should not add callgraph edges for intrinsic calls (PR22857)
Sanjay Patel
- [PATCH] Inliner should not add callgraph edges for intrinsic calls (PR22857)
Sanjay Patel
- [PATCH] Inliner should not add callgraph edges for intrinsic calls (PR22857)
Sanjay Patel
- [llvm] r231962 - add CHECK-LABELs for better reliability
Sanjay Patel
- [PATCH] [X86] replace vextractf128 intrinsics with generic shuffles (LLVM)
Sanjay Patel
- [PATCH] [X86] replace vextractf128 intrinsics with generic shuffles (LLVM)
Sanjay Patel
- [llvm] r232045 - [X86, AVX] replace vextractf128 intrinsics with generic shuffles
Sanjay Patel
- [PATCH] [X86] replace vextractf128 intrinsics with generic shuffles (LLVM)
Sanjay Patel
- [llvm] r232047 - IRBuilder: add a CreateShuffleVector function that takes an ArrayRef of int
Sanjay Patel
- [PATCH] IRBuilder - add a CreateShuffleVector function that takes an ArrayRef of int
Sanjay Patel
- [llvm] r232056 - make an array of constants explicitly const
Sanjay Patel
- [PATCH] IRBuilder - add a CreateShuffleVector function that takes an ArrayRef of int
Sanjay Patel
- [llvm] r232120 - [X86, AVX2] Replace inserti128 and extracti128 intrinsics with generic shuffles
Sanjay Patel
- [PATCH] [X86] replace vextractf128 intrinsics with generic shuffles (LLVM)
Sanjay Patel
- [PATCH] Prefer blendps over insertps codegen for one special case [X86]
Sanjay Patel
- [PATCH] [X86] tranform insertps to blendps when possible for better performance
Sanjay Patel
- [PATCH] try to lowerVectorShuffleAsElementInsertion() for all 256-bit vector sub-types [X86, AVX]
Sanjay Patel
- [llvm] r232327 - fix typo: NFC
Sanjay Patel
- [llvm] r232328 - remove function names from comments; NFC
Sanjay Patel
- [PATCH] Remove all MMOs from memory operations when tail merging.
Ana Pazos
- [PATCH] Improve RefreshCallGraph to remove invalid call graph edge.
Ana Pazos
- [PATCH] Fix SROA for intrinsics
Ana Pazos
- [PATCH] Fix makeLibCall arguments for SoftenFloatRes_FRINT function
Strahinja Petrovic
- [PATCH] Fix makeLibCall arguments for SoftenFloatRes_FRINT function
Strahinja Petrovic
- [PATCH] Fix makeLibCall arguments for SoftenFloatRes_FRINT function
Strahinja Petrovic
- [PATCH] Fix makeLibCall arguments for SoftenFloatRes_FRINT function
Strahinja Petrovic
- [PATCH] Fix makeLibCall arguments for SoftenFloatRes_FRINT function
Strahinja Petrovic
- [PATCH] Lower invoke statepoints and gc.results tied to them.
Phabricator
- [PATCH] Add new LLVM_OPTIMIZED_TABLEGEN build setting which configures, builds and uses a release tablegen build when LLVM is configured with assertions enabled.
Phabricator
- [PATCH] [Sanitizers] Fix sanitizers to build on FreeBSD.
Phabricator
- [PATCH] [Tsan] Adjust SA_SIGINFO and SIG_SETMASK values on FreeBSD.
Phabricator
- [PATCH] [Tsan] Do not declare std_suppressions when not used
Phabricator
- [PATCH] Updating GettingStarted documentation to reference CMake as the preferred way to build LLVM.
Phabricator
- [PATCH] [Tsan] Fix test.h to work on FreeBSD
Phabricator
- [PATCH] [X86][AVX] Fix wrong lowering of v4x64 shuffles into concat_vector plus extract_subvector nodes.
Phabricator
- [PATCH] [Reassociate] Add initial support for vector instructions.
Phabricator
- [PATCH] [X86] replace vinsertf128 intrinsics with generic shuffles
Simon Pilgrim
- [llvm] r232033 - [X86][AVX2] Added missing palignr stack folding test
Simon Pilgrim
- [PATCH] [X86] Replace (v)palignr intrinsics with generic shuffles (LLVM)
Simon Pilgrim
- [PATCH] [X86] Replace (v)palignr intrinsics with generic shuffles (LLVM)
Simon Pilgrim
- [PATCH] [X86] Replace (v)palignr intrinsics with generic shuffles (LLVM)
Simon Pilgrim
- [llvm] r232108 - Removed useless palignr test - we don't actually provide a llvm.x86.ssse3.palign.r.128 intrinsic
Simon Pilgrim
- [PATCH] [X86] Replace (v)palignr intrinsics with generic shuffles (LLVM)
Simon Pilgrim
- [llvm] r232286 - Simplified some stack folding tests.
Simon Pilgrim
- [llvm] r232324 - [SSE} Added tests for float4-float3 conversions (PR11580)
Simon Pilgrim
- [llvm] r232325 - Use SDValue bool check to tidyup some possible combines. NFC.
Simon Pilgrim
- [llvm] r232331 - Use SDValue bool check to tidyup some possible combines. NFC.
Simon Pilgrim
- [PATCH] Allow loops in non-affine subregions -- SCoP Modeling
Sebastian Pop
- [PATCH] Allow loops in non-affine subregions -- SCoP Detection
Sebastian Pop
- [PATCH] [compiler-rt] Turn abort_on_error=1 by default on OS X (part 1/2)
Alexander Potapenko
- [compiler-rt] r231413 - [sanitizer] Reconstruct the function that dumps block/edge coverage, hopefully making it more robust. Also increase the allowed coverage size on 32-bit.
Alexander Potapenko
- [compiler-rt] r231413 - [sanitizer] Reconstruct the function that dumps block/edge coverage, hopefully making it more robust. Also increase the allowed coverage size on 32-bit.
Alexander Potapenko
- [compiler-rt] r231413 - [sanitizer] Reconstruct the function that dumps block/edge coverage, hopefully making it more robust. Also increase the allowed coverage size on 32-bit.
Alexander Potapenko
- [PATCH] Anonymous namespaces are missing import DW_TAG_imported_module.
Adrian Prantl
- [llvm] r231823 - Change the datatype of DwarfExpression::Emit(Un)Signed to (u)int64_t
Adrian Prantl
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
Adrian Prantl
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
Adrian Prantl
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
Adrian Prantl
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
Adrian Prantl
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
Adrian Prantl
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
Adrian Prantl
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
Adrian Prantl
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
Adrian Prantl
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
Adrian Prantl
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
Adrian Prantl
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
Adrian Prantl
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
Adrian Prantl
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
Adrian Prantl
- [Patch] Don't declare all text sections at the start of the .s
Adrian Prantl
- [PATCH] [lld][ELF] Ability to resolve undefined symbols lazily
Denis Protivensky
- [PATCH] [lld][ELF] Ability to resolve undefined symbols lazily
Denis Protivensky
- [PATCH] [lld][ELF] Ability to resolve undefined symbols lazily
Denis Protivensky
- [PATCH] [lld][ELF] Ability to resolve undefined symbols lazily
Denis Protivensky
- [lld] r232261 - [ELF] Ability to resolve undefined symbols lazily
Denis Protivensky
- [PATCH] [lld][ELF] Ability to resolve undefined symbols lazily
Denis Protivensky
- [llvm] r231630 - Run LICM pass after loop unrolling pass.
Kevin Qin
- [llvm] r231635 - Revert r231630 - Run LICM pass after loop unrolling pass.
Kevin Qin
- [llvm] r231630 - Run LICM pass after loop unrolling pass.
Kevin Qin
- [llvm] r231635 - Revert r231630 - Run LICM pass after loop unrolling pass.
Kevin Qin
- [llvm] r232011 - Reapply 'Run LICM pass after loop unrolling pass.'
Kevin Qin
- [PATCH] Cleanup early-exit from analyzeCall
Easwaran Raman
- [PATCH] Cleanup early-exit from analyzeCall
Easwaran Raman
- [PATCH] Cleanup early-exit from analyzeCall
Easwaran Raman
- [PATCH] Cleanup early-exit from analyzeCall
Easwaran Raman
- [PATCH] Update InstCombine to transform aggregate stores into scalar stores.
Philip Reames
- [PATCH] Infer known bits from dominating conditions
Philip Reames
- [PATCH] Infer known bits from dominating conditions
Philip Reames
- [PATCH] Infer known bits from dominating conditions
Philip Reames
- [PATCH] Infer known bits from dominating conditions
Philip Reames
- [PATCH] If a conditional branch jumps to the same target, remove the condition
Philip Reames
- [PATCH] If a conditional branch jumps to the same target, remove the condition
Philip Reames
- [llvm] r231879 - Infer known bits from dominating conditions
Philip Reames
- [PATCH] Infer known bits from dominating conditions
Philip Reames
- [llvm] r231881 - If a conditional branch jumps to the same target, remove the condition
Philip Reames
- [PATCH] If a conditional branch jumps to the same target, remove the condition
Philip Reames
- [PATCH] Merge empty landing pads in SimplifyCFG
Philip Reames
- [PATCH] Merge empty landing pads in SimplifyCFG
Philip Reames
- [PATCH] Merge empty landing pads in SimplifyCFG
Philip Reames
- [llvm] r232198 - Add a parameter for getLazyBitcodeModule to lazily load Metadata.
Manman Ren
- [PATCH] Support to lazily load Metadata
Manman Ren
- [PATCH] Emit StackMap section on AArch64 target
Juergen Ributzka
- [llvm] r231945 - Add the "vbroadcasti128" instruction back.
Juergen Ributzka
- [llvm] r231945 - Add the "vbroadcasti128" instruction back.
Juergen Ributzka
- [llvm] r231945 - Add the "vbroadcasti128" instruction back.
Juergen Ributzka
- [llvm] r231945 - Add the "vbroadcasti128" instruction back.
Juergen Ributzka
- [llvm] r231701 - DwarfAccelTable: fix obvious typo.
Frederic Riss
- [llvm] r231732 - DwarfAccelTable: Fix handling of hash collisions.
Frederic Riss
- [llvm] r231748 - DwarfAccelTable: remove unneeded bucket terminators.
Frederic Riss
- [PATCH] DwarfAccelTable: Make Dwarf accelerator table generic.
Frederic Riss
- [PATCH] DwarfAccelTable: Enable use of static offsets instead of DIEs and string symbols.
Frederic Riss
- [PATCH] [PATCH/RFC] Use a BumpAllocator for DIEs
Frederic Riss
- [llvm] r231955 - [dsymutil] Correctly clone address attributes.
Frederic Riss
- [llvm] r231956 - [dsymutil] Small clang-format patch.
Frederic Riss
- [llvm] r231957 - [dsymutil] Gather function ranges during DIE selection.
Frederic Riss
- [llvm] r231958 - [dsymutil] Add missing headers.
Frederic Riss
- [llvm] r231967 - Revert "[dsymutil] Gather function ranges during DIE selection."
Frederic Riss
- [PATCH] [ADT] IntervalMap: use AlignedCharArray.
Frederic Riss
- [PATCH] [ADT] IntervalMap: use AlignedCharArray.
Frederic Riss
- [llvm] r232079 - [ADT] IntervalMap: use AlignedCharArrayUnion.
Frederic Riss
- [llvm] r232080 - Reapply "[dsymutil] Gather function ranges during DIE selection."
Frederic Riss
- [PATCH] [ADT] IntervalMap: use AlignedCharArray.
Frederic Riss
- [llvm] r232191 - [dsymutil] Fix location cloning for newer dwarf versions.
Frederic Riss
- [llvm] r232192 - [dsymutil] Add relocation of compile_units low_pc/high_pc.
Frederic Riss
- [llvm] r232193 - [dsymutil] Fix handling of cross-cu forward references.
Frederic Riss
- [llvm] r232230 - DWARFDebugRangeList: make the list of entries available to clients.
Frederic Riss
- [llvm] r232231 - [dsymutil] Move a function declaration closer to its peers.
Frederic Riss
- [llvm] r232232 - [dsymutil] Implement DW_AT_ranges linking.
Frederic Riss
- [llvm] r232233 - [dsymutil] Fix typo in doxygen comment.
Frederic Riss
- [llvm] r232234 - [dsymutil] Fix typo in comment.
Frederic Riss
- [llvm] r232245 - [dsymutil] Identify each CompileUnit with a unique ID.
Frederic Riss
- [llvm] r232246 - [dsymutil] Generate debug_aranges section.
Frederic Riss
- [llvm] r232267 - [dsymutil] Add support for debug_loc section.
Frederic Riss
- [PATCH] DwarfAccelTable: Make Dwarf accelerator table generic.
Frederic Riss
- [llvm] r232300 - [dsymutil] Add function size to the debug map.
Frederic Riss
- [llvm] r232305 - [dsymutil] Add an way to iterate over a DebugMapObject symbols.
Frederic Riss
- [llvm] r232332 - [MCDwarf] Do not emit useless line table opcode.
Frederic Riss
- [llvm] r232333 - [dsymutil] Add support for linking line tables.
Frederic Riss
- [llvm] r232335 - [dsymutil] Add missing raw_svector_stream::resync() calls.
Frederic Riss
- [llvm] r232342 - [dsymutil] Add support to generate .debug_pubnames and .debug_pubtypes
Frederic Riss
- [llvm] r231701 - DwarfAccelTable: fix obvious typo.
Frédéric Riss
- [llvm] r231701 - DwarfAccelTable: fix obvious typo.
Frédéric Riss
- [PATCH] [PATCH/RFC] Use a BumpAllocator for DIEs
Frédéric Riss
- [llvm] r231544 - [dsymutil] Apply relocations to DIE data before cloning.
Frédéric Riss
- [PATCH] DwarfAccelTable: Enable use of static offsets instead of DIEs and string symbols.
Frédéric Riss
- [PATCH] [X86] replace vinsertf128 intrinsics with generic shuffles
Paul Robinson
- [PATCH] Add commit message guidelines to developer policy
Paul Robinson
- [PATCH] Emit correct linkage-name attribute based on DWARF version.
Paul Robinson
- [PATCH] Emit correct linkage-name attribute based on DWARF version.
Paul Robinson
- [PATCH] Emit correct linkage-name attribute based on DWARF version.
Paul Robinson
- [llvm] r231880 - Emit correct linkage-name attribute based on DWARF version.
Paul Robinson
- [PATCH] Emit correct linkage-name attribute based on DWARF version.
Paul Robinson
- [PATCH] Emit correct linkage-name attribute based on DWARF version.
Paul Robinson
- [PATCH] Fix the remainder of PR22762 (GDB is crashing on DW_OP_piece being used inside of DW_AT_frame_base)
Robinson, Paul
- [PATCH] Add support for annotated minimum dependence distance
Robison, Arch
- [PATCH] Add support for annotated minimum dependence distance
Arch D. Robison
- [Patch] Support for Nuxi CloudABI
Jonathan Roelofs
- [PATCH] Add commit message guidelines to developer policy
Jonathan Roelofs
- [llvm] r230812 - Discourage in-source autoconf builds (as we already do for the cmake build)
Jonathan Roelofs
- [PATCH] [zorg] add llgo builder, osuosl config
Jonathan Roelofs
- [PATCH] Add a libcpp-no-global-filesystem-namespace builder
Jonathan Roelofs
- [PATCH] Add a libcpp-no-global-filesystem-namespace builder
Jonathan Roelofs
- [PATCH] Anonymous namespaces are missing import DW_TAG_imported_module.
Romanova, Katya
- [PATCH] Anonymous namespaces are missing import DW_TAG_imported_module.
Romanova, Katya
- [PATCH] Anonymous namespaces are missing import DW_TAG_imported_module.
Romanova, Katya
- [PATCH] Anonymous namespaces are missing import DW_TAG_imported_module.
Romanova, Katya
- [llvm] r231799 - [BranchFolding] Remove MMOs during tail merge to preserve dependencies.
Chad Rosier
- [PATCH] Remove all MMOs from memory operations when tail merging.
Chad Rosier
- [llvm] r231837 - Don't evaluate rend() on every iteration of the loop.
Chad Rosier
- [PATCH] [Reassociate] Add initial support for vector instructions.
Chad Rosier
- [PATCH] [GVN] Eliminate redundant loads whose addresses are dependent on the result of a select instruction.
Chad Rosier
- [llvm] r232085 - [X86] Fix a regression introduced by r223641.
Nadav Rotem
- [PATCH] DAGCombiner: fold (xor (shl 1, x), -1) -> (rotl -2, x)
Nadav Rotem
- [PATCH] Update InstCombine to transform aggregate stores into scalar stores.
Amaury SECHET
- [PATCH] Update InstCombine to transform aggregate stores into scalar stores.
Amaury SECHET
- [PATCH] Update InstCombine to transform aggregate stores into scalar stores.
Amaury SECHET
- [PATCH] Refactor and enhance FMA combine
Olivier Sallenave
- [PATCH] Do not use isel on P7 and P8
Olivier Sallenave
- [PATCH] [Sanitizers] Fix sanitizers to build on FreeBSD.
Alexey Samsonov
- [PATCH] [Tsan] Adjust SA_SIGINFO and SIG_SETMASK values on FreeBSD.
Alexey Samsonov
- [PATCH] [compiler-rt] Symbolizer refactoring: Merge common parts of POSIXSymbolizer and WinSymbolizer
Alexey Samsonov
- [compiler-rt] r231712 - Revert "Revert "[UBSan] Add testcases for -fsanitize=shift-base and -fsanitize=shift-exponent.""
Alexey Samsonov
- [PATCH] [compiler-rt] atos and dladdr symbolizers for OS X
Alexey Samsonov
- [PATCH] [compiler-rt] atos and dladdr symbolizers for OS X
Alexey Samsonov
- [PATCH] [compiler-rt] Make the UBSan coverage-levels.cc test be Linux specific
Alexey Samsonov
- [PATCH] Updating GettingStarted documentation to reference CMake as the preferred way to build LLVM.
Alexey Samsonov
- [PATCH] [compiler-rt] Make the UBSan coverage-levels.cc test be Linux specific
Alexey Samsonov
- [PATCH] [compiler-rt] Make the UBSan coverage-levels.cc test be Linux specific
Alexey Samsonov
- [compiler-rt] r232089 - Update copyright year to 2015.
Alexey Samsonov
- [PATCH] [compiler-rt] Add AtosSymbolizer and DlAddrSymbolizer as fallbacks for OS X
Alexey Samsonov
- [PATCH] [compiler-rt] Demangling for DlAddrSymbolizer
Alexey Samsonov
- [PATCH] Updating GettingStarted documentation to reference CMake as the preferred way to build LLVM.
Alexey Samsonov
- [PATCH] [mips] [IAS] Implement the .asciiz directive.
Daniel Sanders
- [PATCH] The operand flag word used in ISD::INLINEASM is an i32 not a pointer. NFC.
Daniel Sanders
- [PATCH] Add logical ops to Mips fast-isel
Daniel Sanders
- [PATCH] Add infrastructure for support of multiple memory constraints.
Daniel Sanders
- [PATCH] Make each target map all inline assembly memory constraints to InlineAsm::Constraint_m. NFC.
Daniel Sanders
- [PATCH] Fix justify error for small structures bigger than 32 bits in fixed arguments for MIPS64 big endian
Daniel Sanders
- [PATCH] [aarch64] Distinguish the 'Q' and 'm' inline assembly memory constraints.
Daniel Sanders
- 3.6.1 patch nomination: r227087 and r227089 ("[mips] Enable arithmetic and binary operations for the i128 data type")
Daniel Sanders
- [PATCH] [mips] [IAS] Implement the .asciiz directive.
Daniel Sanders
- [llvm] r231783 - The operand flag word used in ISD::INLINEASM is an i32 not a pointer. NFC.
Daniel Sanders
- [PATCH] Add infrastructure for support of multiple memory constraints.
Daniel Sanders
- [PATCH] Add infrastructure for support of multiple memory constraints.
Daniel Sanders
- [PATCH] Add infrastructure for support of multiple memory constraints.
Daniel Sanders
- [PATCH] Add infrastructure for support of multiple memory constraints.
Daniel Sanders
- [PATCH] [arm] Distinguish the /U[qytnms]/, 'Uv', 'Q', and 'm' inline assembly memory constraints.
Daniel Sanders
- [PATCH] [hexagon] Distinguish the 'o', 'v', and 'm' inline assembly memory constraints.
Daniel Sanders
- [PATCH] [hexagon] Distinguish the 'o', 'v', and 'm' inline assembly memory constraints.
Daniel Sanders
- [PATCH] [arm] Distinguish the /U[qytnms]/, 'Uv', 'Q', and 'm' inline assembly memory constraints.
Daniel Sanders
- [PATCH] [msp430] Only support the 'm' inline assembly memory constraint. NFC.
Daniel Sanders
- [PATCH] [nvptx] Only support the 'm' inline assembly memory constraint. NFC.
Daniel Sanders
- [PATCH] [ppc] Distinguish the 'es', 'o', 'm', 'Q', 'Z', and 'Zy' inline assembly memory constraints.
Daniel Sanders
- [PATCH] [sparc] Only support the 'm' inline assembly memory constraint. NFC.
Daniel Sanders
- [PATCH] Fix justify error for small structures bigger than 32 bits in fixed arguments for MIPS64 big endian
Daniel Sanders
- [PATCH] [systemz] Distinguish the 'Q', 'R', 'S', and 'T' inline assembly memory constraints.
Daniel Sanders
- [PATCH] Add infrastructure for support of multiple memory constraints.
Daniel Sanders
- [PATCH] [x86] Distinguish the 'o', 'v', 'X', and 'i' inline assembly memory constraints.
Daniel Sanders
- [llvm] r232027 - Add infrastructure for support of multiple memory constraints.
Daniel Sanders
- [llvm] r232027 - Add infrastructure for support of multiple memory constraints.
Daniel Sanders
- [PATCH] Add commit message guidelines to developer policy
Daniel Sanders
- [llvm] r232165 - Recommit r232027 with PR22883 fixed: Add infrastructure for support of multiple memory constraints.
Daniel Sanders
- [llvm] r232027 - Add infrastructure for support of multiple memory constraints.
Daniel Sanders
- [PATCH] [mips] [IAS] Outline NOP creation. NFC.
Daniel Sanders
- [PATCH] [mips] [IAS] Remove AssemblerPredicate's from RelocPIC and RelocStatic.
Daniel Sanders
- [PATCH] [TableGen] Do not link Predicate conditions if the 1st one wasn't emitted.
Daniel Sanders
- [PATCH] [mips] [IAS] Add support for the XOR $reg, imm pseudo-instruction.
Daniel Sanders
- [lld] r232030 - Fix configure & make build by adding support for the ExampleSubTarget.
Iain Sandoe
- [PATCH] [PATCH v3] [PowerPC] Add Hardware Transaction Memory builtins support
Bill Schmidt
- [llvm] r231681 - Add support for Nuxi CloudABI.
Ed Schouten
- [Patch] Support for Nuxi CloudABI
Ed Schouten
- [PATCH] Make NaCl's use of .init_array for static constructors match Linux
Derek Schuff
- [PATCH] Make NaCl's use of .init_array for static constructors match Linux
Derek Schuff
- [llvm] r231934 - Make NaCl's use of .init_array for static constructors match Linux
Derek Schuff
- [PATCH] Make NaCl's use of .init_array for static constructors match Linux
Derek Schuff
- [PATCH] [compiler-rt] Turn abort_on_error=1 by default on OS X (part 1/2)
Kostya Serebryany
- [compiler-rt] r231413 - [sanitizer] Reconstruct the function that dumps block/edge coverage, hopefully making it more robust. Also increase the allowed coverage size on 32-bit.
Kostya Serebryany
- [compiler-rt] r231413 - [sanitizer] Reconstruct the function that dumps block/edge coverage, hopefully making it more robust. Also increase the allowed coverage size on 32-bit.
Kostya Serebryany
- [llvm] r231733 - [sanitizer] decrease sanitizer-coverage-block-threshold from 1000 to 500 as another horrible workaround for PR17409
Kostya Serebryany
- [compiler-rt] r231736 - [sanitizer] fix instrumentation with -mllvm -sanitizer-coverage-block-threshold=0 to actually do something useful.
Kostya Serebryany
- [llvm] r231736 - [sanitizer] fix instrumentation with -mllvm -sanitizer-coverage-block-threshold=0 to actually do something useful.
Kostya Serebryany
- [PATCH] Move -asan-instrument-assembly to TargetMachine
Kostya Serebryany
- [PATCH] asan: optimization experiments
Kostya Serebryany
- [PATCH] New "strict_string_checks" run-time flag
Kostya Serebryany
- [PATCH] [compiler-rt] Turn abort_on_error=1 by default on OS X (part 1/2)
Kostya Serebryany
- [PATCH] asan: optimization experiments
Kostya Serebryany
- [PATCH] [ASan] Add process basename to log name and error message to simplify analysis of sanitized systems logs.
Kostya Serebryany
- [PATCH] [compiler-rt] Make the UBSan coverage-levels.cc test be Linux specific
Kostya Serebryany
- [PATCH] [ASan] Add process basename to log name and error message to simplify analysis of sanitized systems logs.
Kostya Serebryany
- [PATCH] asan: optimization experiments
Kostya Serebryany
- [PATCH] [ASan] Add process basename to log name and error message to simplify analysis of sanitized systems logs.
Kostya Serebryany
- [zorg] r232203 - [sanitizer bot] use a more aggressive search heuristic for clang-format-fuzzer (-use_counters=1)
Kostya Serebryany
- [PATCH] [compiler-rt][CMake] Filter MSVC-specific warning flags from CMAKE_*_FLAGS when building with clang.exe
Kostya Serebryany
- [PATCH] [ASan] Factor out platform-specific interceptors
Kostya Serebryany
- [PATCH] [ASan] Factor out platform-specific interceptors
Kostya Serebryany
- [PATCH] asan: optimization experiments
Kostya Serebryany
- [PATCH] asan: optimization experiments
Kostya Serebryany
- [PATCH] Refactor commoning of target specific load/store intrinsics in EarlyCSE
Sanjin Sijaric
- [PATCH] Add commit message guidelines to developer policy
Sean Silva
- [PATCH][Zorg] Add sphinx buildbot to standard_builders
Sean Silva
- [PATCH] Add commit message guidelines to developer policy
Sean Silva
- [llvm] r232135 - Updating GettingStarted documentation to reference CMake as the preferred way to build LLVM.
Sean Silva
- [PATCH] [llvm] Replacing asserts with static_asserts where appropriate
Szabolcs Sipos
- [llvm] r232314 - Restore the gcc build
Duncan Exon Smith
- [llvm] r232197 - instcombine: alloca: Split out simplifyAllocaArraySize(), NFC
Duncan P. N. Exon Smith
- [llvm] r232199 - instcombine: alloca: Remove nesting in simplifyAllocaArraySize(), NFC
Duncan P. N. Exon Smith
- [llvm] r232200 - AsmWriter: Write alloca array size explicitly (and -instcombine fixup)
Duncan P. N. Exon Smith
- [llvm] r232201 - instcombine: alloca: Limit array size type promotion
Duncan P. N. Exon Smith
- [llvm] r232202 - instcombine: alloca: Canonicalize scalar allocation array size
Duncan P. N. Exon Smith
- [llvm] r232221 - Be lazy about loading metadata in IRObjectFile.
Duncan P. N. Exon Smith
- [rfc][patch] Refactoring how we handle symbols for the end of sections
Duncan P. N. Exon Smith
- [PATCH] [Inliner] Use whitelist instead of blacklist when checking function attribute compatibility and make the check stricter
Duncan P. N. Exon Smith
- [llvm] r231577 - Make the assertion macros in Verifier and Linter truly variadic.
Duncan P. N. Exon Smith
- [llvm] r231577 - Make the assertion macros in Verifier and Linter truly variadic.
Duncan P. N. Exon Smith
- [llvm] r232268 - Recover the ability to 'b CheckFailed' after r231577
Duncan P. N. Exon Smith
- [llvm] r231577 - Make the assertion macros in Verifier and Linter truly variadic.
Duncan P. N. Exon Smith
- [llvm] r232272 - AsmWriter: Use range-based for, NFC
Duncan P. N. Exon Smith
- [llvm] r232273 - AsmWriter: Split out SlotTracker::processInstructionMetadata(), NFC
Duncan P. N. Exon Smith
- [llvm] r232275 - IR: Make Metadata::print() reliable and useful
Duncan P. N. Exon Smith
- [llvm] r232290 - Assembler: Rewrite test for function-local metadata
Duncan P. N. Exon Smith
- [llvm] r232291 - Verifier: Make the raw_ostream constructor argument required
Duncan P. N. Exon Smith
- [llvm] r232292 - Verifier: Remove unnecessary null check
Duncan P. N. Exon Smith
- [llvm] r232296 - Verifier: Check debug info intrinsic arguments
Duncan P. N. Exon Smith
- [llvm] r232299 - DbgIntrinsicInst: Downcast to specialized MDNodes in accessors
Duncan P. N. Exon Smith
- [llvm] r232314 - Restore the gcc build
Duncan P. N. Exon Smith
- [llvm] r232315 - IR: Default the Metadata::dump() argument "harder" after r232275
Duncan P. N. Exon Smith
- [llvm] r232139 - Fix build break in this code. Nothing uses this header, but the modules
Richard Smith
- [llvm] r230143 - [Orc] Move Orc code into a namespace (llvm::orc), update Kaleidoscope code.
Richard Smith
- [PATCH] Add commit message guidelines to developer policy
Richard Smith
- [compiler-rt] r231647 - At least on NetBSD, sys/errno.h and errno.h are different, so use the
Joerg Sonnenberger
- [llvm] r231563 - [DAGCombiner] Fix wrong folding of AND dag nodes.
Joerg Sonnenberger
- [llvm] r229911 - MC: Allow multiple comma-separated expressions on the .uleb128 directive.
Joerg Sonnenberger
- [llvm] r230058 - LoopRotate: When reconstructing loop simplify form don't split edges from indirectbrs.
Joerg Sonnenberger
- [llvm] r230058 - LoopRotate: When reconstructing loop simplify form don't split edges from indirectbrs.
Joerg Sonnenberger
- [llvm] r231563 - [DAGCombiner] Fix wrong folding of AND dag nodes.
Joerg Sonnenberger
- 3.6.1 patch nomination: r227087 and r227089 ("[mips] Enable arithmetic and binary operations for the i128 data type")
Joerg Sonnenberger
- [llvm] r231800 - Teach lowering to correctly handle invoke statepoint and gc results tied to them. Note that we still can not lower gc.relocates for invoke statepoints.
Joerg Sonnenberger
- [PATCH] Allowing MC backends to decide relaxation based on fixup resolution
Joerg Sonnenberger
- [compiler-rt] r231965 - Refactor float to integer conversion to share the same code.
Joerg Sonnenberger
- [PATCH] [COMPILER-RT] Implement __fixtfsi, __fixunstfsi
Joerg Sonnenberger
- [compiler-rt] r231972 - Always include stddef.h to make sure size_t exists.
Joerg Sonnenberger
- [compiler-rt] r231975 - Be nicer to C90 environments and avoid the declaration of variables in for
Joerg Sonnenberger
- [llvm] r232046 - [X86] Fix wrong target specific combine on SETCC nodes.
Joerg Sonnenberger
- [compiler-rt] r231965 - Refactor float to integer conversion to share the same code.
Joerg Sonnenberger
- [llvm] r232046 - [X86] Fix wrong target specific combine on SETCC nodes.
Joerg Sonnenberger
- [compiler-rt] r232125 - We want single precision here.
Joerg Sonnenberger
- [test-suite] r232124 - Declare getopt() instead of including unistd.h
Joerg Sonnenberger
- [llvm] r232142 - [MachineCopyPropagation] Fix a bug causing incorrect removal for the instruction sequences as follows
Joerg Sonnenberger
- [llvm] r232142 - [MachineCopyPropagation] Fix a bug causing incorrect removal for the instruction sequences as follows
Joerg Sonnenberger
- [llvm] r232195 - Improve wording of newline handling.
Joerg Sonnenberger
- [PATCH] [ELF] Initial support for symbols visibility
Joerg Sonnenberger
- [PATCH] [ELF] Initial support for symbols visibility
Joerg Sonnenberger
- [PATCH] LLD: Use std::vector to store SimpleReferences instead of linked list.
Michael Spencer
- [llvm] r232208 - bpf: fix build
Alexei Starovoitov
- [llvm] r232222 - bpf: turn on HasJIT flag in BPF backend
Alexei Starovoitov
- [PATCH] Re-enable a hook in MCELFObjectTargetWriter to allow target-specific relocationtable sorting and use this hook for Mips.
Vladimir Stefanovic
- [PATCH] Re-enable a hook in MCELFObjectTargetWriter to allow target-specific relocationtable sorting and use this hook for Mips.
Vladimir Stefanovic
- [PATCH] Re-enable a hook in MCELFObjectTargetWriter to allow target-specific relocationtable sorting and use this hook for Mips.
Vladimir Stefanovic
- [PATCH] Re-enable a hook in MCELFObjectTargetWriter to allow target-specific relocationtable sorting and use this hook for Mips.
Vladimir Stefanovic
- [PATCH] Re-enable a hook in MCELFObjectTargetWriter to allow target-specific relocationtable sorting and use this hook for Mips.
Vladimir Stefanovic
- [PATCH] Re-enable a hook in MCELFObjectTargetWriter to allow target-specific relocationtable sorting and use this hook for Mips.
Vladimir Stefanovic
- [llvm] r214336 - SimplifyCFG: Avoid miscompilations due to removed lifetime intrinsics.
Björn Steinbrink
- [llvm] r229352 - IR: Properly return nullptr when getAggregateElement is out-of-bounds
Björn Steinbrink
- [PATCH] R600/SI: don't try min3/max3/med3 with f64
Tom Stellard
- [llvm] r231662 - R600/SI: Fix opcode for ds_read2_b64 and ds_read2st64_b64
Tom Stellard
- [llvm] r231663 - R600/SI: Fix DS definitions and add missing instructions
Tom Stellard
- [llvm] r230058 - LoopRotate: When reconstructing loop simplify form don't split edges from indirectbrs.
Tom Stellard
- [llvm] r231683 - R600/SI: Refactor DS instruction defs
Tom Stellard
- [llvm] r231684 - R600/SI: Move gds operand to the end of operand list
Tom Stellard
- 3.6.1 patch nomination: r227087 and r227089 ("[mips] Enable arithmetic and binary operations for the i128 data type")
Tom Stellard
- [PATCHES] R600/SI: New V_FRACT fix, intrinsic for S_FLBIT_I32, and more
Tom Stellard
- [PATCHES] R600/SI: New V_FRACT fix, intrinsic for S_FLBIT_I32, and more
Tom Stellard
- [llvm] r231795 - R600/SI: Add 32-bit encoding of v_cndmask_b32
Tom Stellard
- [llvm] r231796 - R600/SI: Move kill flag to second instruction when splitting SMRD
Tom Stellard
- [llvm] r231797 - R600/SI: Re-order MUBUF operands to match asm strings.
Tom Stellard
- [llvm] r231798 - R600/SI: Add _IDXEN and _BOTHEN variants for buffer_store
Tom Stellard
- [llvm] r232105 - R600/SI: Remove _e32 and _e64 suffixes from mnemonics
Tom Stellard
- [llvm] r232106 - R600/SI: Don't print scc reg in sopc assembly string
Tom Stellard
- [llvm] r232046 - [X86] Fix wrong target specific combine on SETCC nodes.
Tom Stellard
- [llvm] r232085 - [X86] Fix a regression introduced by r223641.
Tom Stellard
- [llvm] r214336 - SimplifyCFG: Avoid miscompilations due to removed lifetime intrinsics.
Tom Stellard
- PATCH: R600/SI: Experimental assembler / inline assembly support
Tom Stellard
- PATCH: R600/SI: Experimental assembler / inline assembly support
Tom Stellard
- [PATCH] [mips] [IAS] Implement the .asciiz directive.
Toma Tabacu
- [PATCH] [mips] Expand JAL instructions when PIC is enabled.
Toma Tabacu
- [PATCH] [mips] Expand JAL instructions when PIC is enabled.
Toma Tabacu
- [PATCH] [mips] [IAS] Refactor MipsTargetStreamer::emitMipsAbiFlags(). NFC.
Toma Tabacu
- [PATCH] [mips] [IAS] Add support for the .insn directive.
Toma Tabacu
- [PATCH] [mips] [IAS] Preserve microMIPS label marking for objects when assigning.
Toma Tabacu
- [PATCH] [mips] [IAS] Add support for the XOR $reg, imm pseudo-instruction.
Toma Tabacu
- [PATCH] [TableGen] Do not link Predicate conditions if the 1st one wasn't emitted.
Toma Tabacu
- [PATCH] [mips] [IAS] Remove AssemblerPredicate's from RelocPIC and RelocStatic.
Toma Tabacu
- [llvm] r232161 - [mips] [IAS] Refactor MipsTargetStreamer::emitMipsAbiFlags(). NFC.
Toma Tabacu
- [PATCH] [mips] [IAS] Outline NOP creation. NFC.
Toma Tabacu
- [PATCH] [mips] Add assembler support for the .cprestore directive.
Toma Tabacu
- [llvm] r232336 - llvm/test/tools/dsymutil/X86/basic-lto-*-linking-x86.test: Relax expressions to meet dos path.
NAKAMURA Takumi
- [llvm] r232337 - Suppress llvm/test/tools/dsymutil/X86/basic-linking-x86.test for now. Will fix later.
NAKAMURA Takumi
- [llvm] r232339 - Rework r232337. Let llvm/test/tools/dsymutil/X86/basic-linking-x86.test dospath-tolerant.
NAKAMURA Takumi
- [PATCH] [LSan][MIPS] Implement clone for MIPS
Sagar Thakur
- [PATCH] [sanitizer][MIPS] Implement clone for MIPS
Sagar Thakur
- [PATCH] Add support for armv6k subtarget
Vinicius Tinti
- [PATCH] Add support for armv6k subtarget
Vinicius Tinti
- [PATCH] [X86] replace vinsertf128 intrinsics with generic shuffles
Craig Topper
- [llvm] r231745 - Remove extra indentation of entire function body. NFC.
Craig Topper
- [llvm] r231746 - Improve and simplify EnforceSmallerThan for vector types.
Craig Topper
- [PATCH] IRBuilder - add a CreateShuffleVector function that takes an ArrayRef of int
Craig Topper
- [llvm] r231945 - Add the "vbroadcasti128" instruction back.
Craig Topper
- [llvm] r231945 - Add the "vbroadcasti128" instruction back.
Craig Topper
- [llvm] r231945 - Add the "vbroadcasti128" instruction back.
Craig Topper
- [PATCH] [X86] replace vextractf128 intrinsics with generic shuffles (LLVM)
Craig Topper
- [PATCH] IRBuilder - add a CreateShuffleVector function that takes an ArrayRef of int
Craig Topper
- [PATCH] [X86] Replace (v)palignr intrinsics with generic shuffles (LLVM)
Craig Topper
- [PATCH] [X86] Replace (v)palignr intrinsics with generic shuffles (LLVM)
Craig Topper
- [PATCH] [SCEV] Unify getUnsignedRange and getSignedRange
Andrew Trick
- [PATCH] [SCEV] Add a `scalar-evolution-print-constant-ranges' option
Andrew Trick
- [llvm] r230058 - LoopRotate: When reconstructing loop simplify form don't split edges from indirectbrs.
Andrew Trick
- [PATCH] [SCEV] Add a `scalar-evolution-print-constant-ranges' option
Andrew Trick
- [PATCH] [SCEV] Unify getUnsignedRange and getSignedRange
Andrew Trick
- [PATCH] [SLSR] handle candidate form &B[i * S]
Andrew Trick
- [PATCH] [SCEV] Fix PR22856.
Andrew Trick
- 3.6.1 patch nomination: r232189 - [SCEV] Fix PR22856
Andrew Trick
- [PATCH] Allow the specification of a "mode" property on the LLDB Builder
Zachary Turner
- [PATCH] Allow the specification of a "mode" property on the LLDB Builder
Zachary Turner
- [PATCH] Allow the specification of a "mode" property on the LLDB Builder
Zachary Turner
- [lld] r230191 - [ELF] Add symbol to ELFReference.
Rui Ueyama
- [PATCH] Add {read,write}{16,32,64}{le,be} functions
Rui Ueyama
- [PATCH] [lld][ELF] Ability to resolve undefined symbols lazily
Rui Ueyama
- [PATCH] [lld] [LinkerScript] Implement linker script expression evaluation
Rui Ueyama
- [PATCH] [lld] [LinkerScript] Implement semantics for simple sections mappings
Rui Ueyama
- [PATCH] [lld] [LinkerScript] Implement semantics for simple sections mappings
Rui Ueyama
- [lld] r231688 - Remove dead code.
Rui Ueyama
- [PATCH] LLD: Use std::vector to store SimpleReferences instead of linked list.
Rui Ueyama
- [lld] r231715 - Remove COFFReference and use SimpleReference instead.
Rui Ueyama
- [lld] r231718 - Add SimpleAbsoluteAtom which is analogous to other Simple* atoms.
Rui Ueyama
- [PATCH] LLD: Use std::vector to store SimpleReferences instead of linked list.
Rui Ueyama
- [lld] r231756 - Use template aliases.
Rui Ueyama
- [PATCH] [lld][ELF] Ability to resolve undefined symbols lazily
Rui Ueyama
- [PATCH] LLD: Use std::vector to store SimpleReferences instead of linked list.
Rui Ueyama
- [PATCH] LLD: Use std::vector to store SimpleReferences instead of linked list.
Rui Ueyama
- [PATCH] [lld][ELF] Ability to resolve undefined symbols lazily
Rui Ueyama
- [PATCH] [ELF] Handle __init_array{start, end} correctly.
Rui Ueyama
- [PATCH] LLD: Merge Config library into Core.
Rui Ueyama
- [PATCH] [lld] [LinkerScript] Handle symbols defined in linker scripts
Rui Ueyama
- [PATCH] [lld] [LinkerScript] Handle symbols defined in linker scripts
Rui Ueyama
- [PATCH] [lld] [LinkerScript] Implement semantics for simple sections mappings
Rui Ueyama
- [PATCH] Fix a comparison function to actually be a SWO so that it conforms to the spec required by std::sort and friends.
Rui Ueyama
- [PATCH] Move the 'linker-script-test' binary to the tools directory.
Rui Ueyama
- [PATCH] LLD: Remove Makefiles
Rui Ueyama
- [PATCH] [ELF] Initial support for symbols visibility
Rui Ueyama
- [PATCH] [ELF] Initial support for symbols visibility
Rui Ueyama
- [lld] r232204 - Windows: Include <eh.h> instead of declarating __uncaught_exception.
Rui Ueyama
- [PATCH] [lld][Core] Implement parallel_for_each
Rui Ueyama
- [PATCH] [lld][Core] Implement parallel_for_each
Rui Ueyama
- [PATCH] [lld][Core] Implement parallel_for_each
Rui Ueyama
- [PATCH] [lld][Core] Implement parallel_for_each
Rui Ueyama
- [PATCH] LLD: Use std::vector to store SimpleReferences instead of linked list.
Rui Ueyama
- [PATCH 2/2] r600: Clear visited structure before running.
Jan Vesely
- [PATCH 2/2] r600: Clear visited structure before running.
Jan Vesely
- [llvm] r232180 - r600: Use deque and simplify loops in AMDGPUCFGStructurizer
Jan Vesely
- [llvm] r232181 - r600: Clear visited structure before running.
Jan Vesely
- [PATCH] Make NaCl's use of .init_array for static constructors match Linux
Jan Voung
- [PATCH] [Tsan] Adjust SA_SIGINFO and SIG_SETMASK values on FreeBSD.
Dmitry Vyukov
- [PATCH] [Sanitizers] Fix sanitizers to build on FreeBSD.
Dmitry Vyukov
- [PATCH] asan: fix overflows in isSafeAccess
Dmitry Vyukov
- [llvm] r231241 - asan: do not instrument direct inbounds accesses tostack variables
Dmitry Vyukov
- [compiler-rt] r231782 - asan: fix leak test for power platform
Dmitry Vyukov
- [PATCH] asan: optimization experiments
Dmitry Vyukov
- [PATCH] asan: optimization experiments
Dmitry Vyukov
- [PATCH] asan: optimization experiments
Dmitry Vyukov
- [PATCH] asan: optimization experiments
Dmitry Vyukov
- [PATCH] [Sanitizers] Fix sanitizers to build on FreeBSD.
Dmitry Vyukov
- [compiler-rt] r232029 - tsan: fix crash during __tsan_java_move
Dmitry Vyukov
- [compiler-rt] r232032 - tsan: fix a bug in MetaMap::ResetRange
Dmitry Vyukov
- [PATCH] [Tsan] Do not declare std_suppressions when not used
Dmitry Vyukov
- [PATCH] [Tsan] Fix test.h to work on FreeBSD
Dmitry Vyukov
- [PATCH] [Tsan] Do not sanitize memcpy() during thread initialization on FreeBSD
Dmitry Vyukov
- [PATCH] asan: optimization experiments
Dmitry Vyukov
- [PATCH] asan: optimization experiments
Dmitry Vyukov
- [PATCH] asan: optimization experiments
Dmitry Vyukov
- [compiler-rt] r231367 - tsan: fix signal handling during stop-the-world
Dmitry Vyukov
- [PATCH] [systemz] Distinguish the 'Q', 'R', 'S', and 'T' inline assembly memory constraints.
Ulrich Weigand
- [www] r231691 - Win snapshot: r231657
Hans Wennborg
- [llvm] r232085 - [X86] Fix a regression introduced by r223641.
Hans Wennborg
- 3.6.1 patch nomination: r230564 - only propagate equality comparisons of FP values that we are certain are non-zero
Hans Wennborg
- [PATCH] [zorg] add llgo builder, osuosl config
Andrew Wilkins
- [PATCH] [zorg] add llgo builder, osuosl config
Andrew Wilkins
- [PATCH] [zorg] add llgo builder, osuosl config
Andrew Wilkins
- [zorg] r232006 - [zorg] add llgo builder, osuosl config
Andrew Wilkins
- [PATCH] [zorg] add llgo builder, osuosl config
Andrew Wilkins
- [PATCH] [SLSR] handle candidate form &B[i * S]
Jingyue Wu
- [PATCH] [SLSR] handle candidate form &B[i * S]
Jingyue Wu
- [PATCH] [SLSR] handle candidate form &B[i * S]
Jingyue Wu
- [PATCH] [SLSR] handle candidate form &B[i * S]
Jingyue Wu
- [PATCH] [SLSR] handle candidate form &B[i * S]
Jingyue Wu
- [PATCH] [SLSR] handle candidate form &B[i * S]
Jingyue Wu
- [PATCH] [SLSR] handle candidate form &B[i * S]
Jingyue Wu
- [PATCH] [SLSR] handle candidate form &B[i * S]
Jingyue Wu
- [PATCH] [SLSR] handle candidate form &B[i * S]
Jingyue Wu
- [PATCH] [SLSR] handle candidate form &B[i * S]
Jingyue Wu
- [PATCH] [SLSR] handle candidate form &B[i * S]
Jingyue Wu
- [PATCH] [SLSR] handle candidate form &B[i * S]
Jingyue Wu
- [PATCH] [SLSR] handle candidate form &B[i * S]
Jingyue Wu
- [PATCH] [SLSR] handle candidate form &B[i * S]
Jingyue Wu
- [PATCH] [SLSR] handle candidate form &B[i * S]
Jingyue Wu
- [PATCH] [NVPTXAsmPrinter] do not print .align on function headers
Jingyue Wu
- [llvm] r232004 - [NVPTXAsmPrinter] do not print .align on function headers
Jingyue Wu
- [llvm] r225254 - InstCombine: Bitcast call arguments from/to pointer/integer type
Steven Wu
- [PATCH] [compiler-rt] Turn abort_on_error=1 by default on OS X (part 1/2)
Anna Zaks
- [PATCH] [compiler-rt] Demangling for DlAddrSymbolizer
Anna Zaks
- [PATCH] [compiler-rt] Demangling for DlAddrSymbolizer
Anna Zaks
- [www] r232127 - Post a copy and paste GSoC project description. (patch by Vassil Vassilev)
Anna Zaks
- [PATCH] [PATCH v3] [PowerPC] Add Hardware Transaction Memory builtins support
Adhemerval Zanella
- [PATCH] [PATCH v3] [PowerPC] Add Hardware Transaction Memory builtins support
Adhemerval Zanella
- [PATCH] [PATCH v4] [PowerPC] Add Hardware Transaction Memory builtins support
Adhemerval Zanella
- [PATCH] Reimplement heuristic for estimating complete-unroll optimization effects.
Michael Zolotukhin
- [PATCH] TLI: Add addVectorizableFunctionsFromVecLib.
Michael Zolotukhin
- [PATCH] TLI: Add addVectorizableFunctionsFromVecLib.
Michael Zolotukhin
- [PATCH] LoopVectorize: teach loop vectorizer to vectorize calls.
Michael Zolotukhin
- [PATCH] TTI: Add getCallInstrCost.
Michael Zolotukhin
- [PATCH] TTI: Add getCallInstrCost.
Michael Zolotukhin
- Enable loop-rotate before loop-vectorize by default
Michael Zolotukhin
- [llvm] r231820 - Enable loop-rotate before loop-vectorize by default
Michael Zolotukhin
- Enable loop-rotate before loop-vectorize by default
Michael Zolotukhin
- [PATCH] TTI: Add getCallInstrCost.
Michael Zolotukhin
- [PATCH] TTI: Add getCallInstrCost.
Michael Zolotukhin
- [PATCH] LoopVectorize: teach loop vectorizer to vectorize calls.
Michael Zolotukhin
- [PATCH] TLI: Add addVectorizableFunctionsFromVecLib.
Michael Zolotukhin
- [PATCH] TLI: Add addVectorizableFunctionsFromVecLib.
Michael Zolotukhin
- [PATCH] TTI: Add getCallInstrCost.
Michael Zolotukhin
- [PATCH] LoopVectorize: teach loop vectorizer to vectorize calls.
Michael Zolotukhin
- [PATCH] LoopVectorize: teach loop vectorizer to vectorize calls.
Michael Zolotukhin
- [PATCH] TLI: Add addVectorizableFunctionsFromVecLib.
Michael Zolotukhin
- [PATCH] Reimplement heuristic for estimating complete-unroll optimization effects.
Michael Zolotukhin
- [PATCH] Reimplement heuristic for estimating complete-unroll optimization effects.
Michael Zolotukhin
- [PATCH] Reimplement heuristic for estimating complete-unroll optimization effects.
Michael Zolotukhin
- [PATCH] [ARM] Align stack objects passed to functions
hfinkel at anl.gov
- [PATCH] Generation of PSAD in LoopVectorizer
hfinkel at anl.gov
- [PATCH] Fix crash in Dependence Analysis module
hfinkel at anl.gov
- [PATCH] [ARM] Align stack objects passed to functions
hfinkel at anl.gov
- [PATCH] [LoopAccesses 2/3] Allow querying of interesting dependences
hfinkel at anl.gov
- [PATCH] Remove all MMOs from memory operations when tail merging.
hfinkel at anl.gov
- [PATCH] The operand flag word used in ISD::INLINEASM is an i32 not a pointer. NFC.
hfinkel at anl.gov
- [PATCH] Add infrastructure for support of multiple memory constraints.
hfinkel at anl.gov
- [PATCH] Add infrastructure for support of multiple memory constraints.
hfinkel at anl.gov
- [PATCH] [LoopAccesses 2/3] Allow querying of interesting dependences
hfinkel at anl.gov
- [PATCH] [CodeGen] Replace the outgoing chain when reusing stores for extractelt expansion.
hfinkel at anl.gov
- [PATCH] [LoopAccesses 1/3] Expose MemoryDepChecker to LAA users
hfinkel at anl.gov
- [PATCH] [PPC64] Change vmuluwm instruction from intrinsics to opcode
hfinkel at anl.gov
- [PATCH] Add support for part-word atomics for PPC
hfinkel at anl.gov
- [PATCH] [SLSR] handle candidate form &B[i * S]
hfinkel at anl.gov
- [PATCH] [LoopAccesses 1/3] Expose MemoryDepChecker to LAA users
hfinkel at anl.gov
- [PATCH] TLI: Add addVectorizableFunctionsFromVecLib.
hfinkel at anl.gov
- [PATCH] TLI: Add addVectorizableFunctionsFromVecLib.
hfinkel at anl.gov
- [PATCH] TLI: Add addVectorizableFunctionsFromVecLib.
hfinkel at anl.gov
- [PATCH] TTI: Add getCallInstrCost.
hfinkel at anl.gov
- [PATCH] [SLSR] handle candidate form &B[i * S]
hfinkel at anl.gov
- [PATCH] Fix crash in Dependence Analysis module
hfinkel at anl.gov
- [PATCH] Add support for annotated minimum dependence distance
hfinkel at anl.gov
- [PATCH] Add infrastructure for support of multiple memory constraints.
hfinkel at anl.gov
- [PATCH] Add commit message guidelines to developer policy
hfinkel at anl.gov
- [PATCH] Fix a crash in Dependency Analysis
hfinkel at anl.gov
- [PATCH] Add commit message guidelines to developer policy
hfinkel at anl.gov
- [PATCH] TTI: Add getCallInstrCost.
hfinkel at anl.gov
- [PATCH] Infer known bits from dominating conditions
hfinkel at anl.gov
- [PATCH] If a conditional branch jumps to the same target, remove the condition
hfinkel at anl.gov
- [PATCH] [ppc] Distinguish the 'es', 'o', 'm', 'Q', 'Z', and 'Zy' inline assembly memory constraints.
hfinkel at anl.gov
- [PATCH] Fix makeLibCall arguments for SoftenFloatRes_FRINT function
hfinkel at anl.gov
- [PATCH] [ARM] Align stack objects passed to memory intrinsics
hfinkel at anl.gov
- [PATCH] Add support for annotated minimum dependence distance
hfinkel at anl.gov
- [PATCH] [SLSR] handle candidate form &B[i * S]
hfinkel at anl.gov
- [PATCH] Fix makeLibCall arguments for SoftenFloatRes_FRINT function
hfinkel at anl.gov
- [PATCH] [SLSR] handle candidate form &B[i * S]
hfinkel at anl.gov
- [PATCH] TTI: Add getCallInstrCost.
hfinkel at anl.gov
- [PATCH] LoopVectorize: teach loop vectorizer to vectorize calls.
hfinkel at anl.gov
- [PATCH] TLI: Add addVectorizableFunctionsFromVecLib.
hfinkel at anl.gov
- [PATCH] [PATCH v3] [PowerPC] Add Hardware Transaction Memory builtins support
hfinkel at anl.gov
- [PATCH] TLI: Add addVectorizableFunctionsFromVecLib.
hfinkel at anl.gov
- [PATCH] [InstCombine] Don't fold a GEP into itself through a PHI node
hfinkel at anl.gov
- [PATCH] [ARM] Align stack objects passed to memory intrinsics
hfinkel at anl.gov
- [PATCH] Add infrastructure for support of multiple memory constraints.
hfinkel at anl.gov
- [PATCH] [SLSR] handle candidate form &B[i * S]
hfinkel at anl.gov
- [PATCH] Add commit message guidelines to developer policy
hfinkel at anl.gov
- [PATCH] [hexagon] Distinguish the 'o', 'v', and 'm' inline assembly memory constraints.
colinl at codeaurora.org
- [PATCH] Allowing MC backends to decide relaxation based on fixup resolution
colinl at codeaurora.org
- [PATCH] Allowing MC backends to decide relaxation based on fixup resolution
colinl at codeaurora.org
- [PATCH] Allowing MC backends to decide relaxation based on fixup resolution
colinl at codeaurora.org
- [PATCH] Allowing MC backends to decide relaxation based on fixup resolution
colinl at codeaurora.org
- [PATCH] Eliminate constant-extender profitability checks from Hexagon isel
colinl at codeaurora.org
- [PATCH] Remove unused complex patterns for addressing modes on Hexagon
colinl at codeaurora.org
- [Diffusion] rL232030: Fix configure & make build by adding support for the ExampleSubTarget.
iains
- [PATCH] Update InstCombine to transform aggregate stores into scalar stores.
deadal nix
Last message date:
Sun Mar 15 23:55:46 PDT 2015
Archived on: Tue Aug 4 17:12:30 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).