The Week Of Monday 11 May 2015 Archives by author
Starting: Mon May 11 00:02:20 PDT 2015
Ending: Sun May 17 23:42:58 PDT 2015
Messages: 1274
- [llvm] r237211 - CodeGen: ignore DEBUG_VALUE nodes in KILL tagging
Saleem Abdulrasool
- [PATCH] Fixed debug info generation for function static variables, typedef, and records
Amjad Aboud
- [PATCH] Fixed debug info generation for function static variables, typedef, and records
Amjad Aboud
- [PATCH] Factor out SmallDataThreshold.
Ikhlas Ajbar
- [PATCH] [Hexagon] Generate loop1 instruction for nested loops
Ikhlas Ajbar
- [PATCH] Factor out SmallDataThreshold
Ikhlas Ajbar
- [PATCH] [Hexagon] Generate hardware loop when loop has a critical edge
Ikhlas Ajbar
- [PATCH] [Hexagon] Remove dead constant assignment in hardware loop pass
Ikhlas Ajbar
- [PATCH] [Hexagon] Generate hardware loop for a vectorized loop
Ikhlas Ajbar
- [PATCH] [Hexagon] Check for underflow/wrap in hardware loop pass
Ikhlas Ajbar
- [PATCH] Factor out SmallDataThreshold.
Ikhlas Ajbar
- [PATCH] Factor out SmallDataThreshold
Ikhlas Ajbar
- [PATCH] Remove unused function HasPICArg().
Ikhlas Ajbar
- [PATCH] [PATCH 2/2] [x86] Add support for "probe-stack"
John Kåre Alsaker
- [PATCH] [PATCH 2/2] [x86] Add support for "probe-stack"
John Kåre Alsaker
- [PATCH] [PATCH 1/2] Add a "probe-stack" attribute
John Kåre Alsaker
- [PATCH] Create convergent LLVM IR attribute
Owen Anderson
- [PATCH] Add a speculative execution pass
Owen Anderson
- [llvm] r237341 - [TableGen] Remove ListInit::size() in favor of getSize() which does the same thing and is already used in most places. NFC.
Owen Anderson
- [PATCH] CodeGenPrepare: Don't match addressing modes through addrspacecast
Matt Arsenault
- [PATCH] CodeGenPrepare: Don't match addressing modes through addrspacecast
Matt Arsenault
- [PATCH] Make EmitFunctionHeader virtual
Matt Arsenault
- [PATCH] Add HSAIL target
Matt Arsenault
- [llvm] r237451 - [llvm-readobj] Teach llvm-readobj to print PT_MIPS_ABIFLAGS program header
Simon Atanasyan
- [PATCH] Make sure to include the constant offset when creating a cross-section relative relocation.
Andy Ayers
- [llvm] r237327 - Don't omit the constant when computing a cross-section relative relocation.
Andy Ayers
- [PATCH] Make sure to include the constant offset when creating a cross-section relative relocation.
Andy Ayers
- [llvm] r236987 - Silencing an MSVC warning: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?); NFC
Aaron Ballman
- [llvm] r236521 - [SystemZ] Add CodeGen support for integer vector types
Aaron Ballman
- [llvm] r236990 - Replacing a range-based for loop with an old-style for loop. This code was previously causing a warning with MSVC about a compiler-generated local variable because TargetRegistry::begin() and end() are static member functions. NFC.
Aaron Ballman
- [llvm] r236991 - Amends r236990, because I failed at hitting "save" before commit.
Aaron Ballman
- [llvm] r236990 - Replacing a range-based for loop with an old-style for loop. This code was previously causing a warning with MSVC about a compiler-generated local variable because TargetRegistry::begin() and end() are static member functions. NFC.
Aaron Ballman
- [llvm] r237042 - Fixing build warnings
Aaron Ballman
- [llvm] r237042 - Fixing build warnings
Aaron Ballman
- [llvm] r236990 - Replacing a range-based for loop with an old-style for loop. This code was previously causing a warning with MSVC about a compiler-generated local variable because TargetRegistry::begin() and end() are static member functions. NFC.
Aaron Ballman
- [llvm] r237256 - Revert r237247 - [AArch64] Codegen VMAX/VMIN.. as it is causing failures in SPEC2000/2006
Silviu Baranga
- [llvm] r237247 - [AArch64] Codegen VMAX/VMIN for safe math cases
Silviu Baranga
- [llvm] r237247 - [AArch64] Codegen VMAX/VMIN for safe math cases
Silviu Baranga
- [PATCH] [llvm-mc] fix 64-bit mode call disassembly to ignore opcode size prefix
Matthew Barney
- [PATCH] [X86] Fix PR23271 - RIP-relative decoding bug in disassembler.
Matthew Barney
- [PATCH] [X86] Fix PR23271 - RIP-relative decoding bug in disassembler.
Matthew Barney
- [llvm] r229841 - Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Richard Barton
- [llvm] r229841 - Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Richard Barton
- [llvm] r237376 - TargetSchedule: factor out common code; NFC
Eli Bendersky
- [zorg] r214540 - Fixed mergefunc builder configure; added lldb builder for FreeBSD.
Tamas Berghammer
- [PATCH] [SCCP] Calculate Null Pointer Comparisons
Daniel Berlin
- [PATCH] improve BasicAA analysis of static globals.
Daniel Berlin
- [PATCH] [SCCP] Calculate Null Pointer Comparisons
Daniel Berlin
- [PATCH] [SCCP] Calculate Null Pointer Comparisons
Daniel Berlin
- [PATCH] [SCCP] Calculate Null Pointer Comparisons
Daniel Berlin
- [PATCH] [MemCpyOpt] Turn memcpy from just-memset'd source into memset.
Daniel Berlin
- [PATCH] An llvm.noalias intrinsic
Daniel Berlin
- [PATCH] llvm.noalias - BasicAA should look through them too
Daniel Berlin
- [PATCH] [MemoryDependenceAnalysis] Support -analyze
Daniel Berlin
- [PATCH] [PlaceSafepoints] Use the analysis infrastructure rather than an inner pass manager
Daniel Berlin
- [PATCH] Bug 20788 - bugpoint does not respect the "Alias must point to a definition"
Daniel Berlin
- [PATCH] Bug 20788 - bugpoint does not respect the "Alias must point to a definition"
Daniel Berlin
- [PATCH] Extend EarlyCSE to handle basic cases from JumpThreading and CVP
Daniel Berlin
- [PATCH] Extend EarlyCSE to handle basic cases from JumpThreading and CVP
Daniel Berlin
- [PATCH] compile time improvement for MachineSink
Daniel Berlin
- [PATCH] [PlaceSafepoints] Use the analysis infrastructure rather than an inner pass manager
Daniel Berlin
- [PATCH] Bug 20788 - bugpoint does not respect the "Alias must point to a definition"
Daniel Berlin
- [PATCH] [MemCpyOpt] Turn memcpy from just-memset'd source into memset.
Daniel Berlin
- [PATCH] Extend EarlyCSE to handle basic cases from JumpThreading and CVP
Daniel Berlin
- [PATCH] [SCCP] Calculate Null Pointer Comparisons
Daniel Berlin
- [PATCH] [SCCP] Calculate Null Pointer Comparisons
Daniel Berlin
- [www] r236989 - EuroLLVM 2015 page: add more slides.
Kristof Beyls
- [PATCH][LNT] Fix upgrade_3_to_4 and upgrade_4_to_5 to also work on Postgres
Kristof Beyls
- [LNT] r237110 - Make upgrade_3_to_4 and upgrade_4_to_5 also work on Postgres databases.
Kristof Beyls
- [PATCH][LNT] Fix upgrade_3_to_4 and upgrade_4_to_5 to also work on Postgres
Kristof Beyls
- [www] r237236 - EuroLLVM2015 page: adding another set of slides.
Kristof Beyls
- [www] r237254 - EuroLLVM 2015 page: adding more slides.
Kristof Beyls
- [llvm] r237122 - [X86] Remove useless target specific combine on TRUNCATE dag nodes.
Andrea Di Biagio
- [PATCH] [ConstantFolding] Fix wrong folding of intrinsic 'convert.from.fp16'.
Andrea Di Biagio
- [PATCH] [ConstantFolding] Fix wrong folding of intrinsic 'convert.from.fp16'.
Andrea Di Biagio
- [PATCH] [ConstantFolding] Fix wrong folding of intrinsic 'convert.from.fp16'.
Andrea Di Biagio
- [llvm] r237377 - [ConstantFolding] Fix wrong folding of intrinsic 'convert.from.fp16'.
Andrea Di Biagio
- [PATCH] Processes that spawn other processes should wait for their children to exit before exiting due to a signal.
Chris Bieneman
- [llvm] r236990 - Replacing a range-based for loop with an old-style for loop. This code was previously causing a warning with MSVC about a compiler-generated local variable because TargetRegistry::begin() and end() are static member functions. NFC.
David Blaikie
- [PATCH] Set a debugger "target" to guide DWARF choices
David Blaikie
- [PATCH] Set a debugger "target" to guide DWARF choices
David Blaikie
- [zorg] r214540 - Fixed mergefunc builder configure; added lldb builder for FreeBSD.
David Blaikie
- [PATCH] Add a DIExternalTypeRef debug metadata node to the IR.
David Blaikie
- [PATCH] Add a DIExternalTypeRef debug metadata node to the IR.
David Blaikie
- [PATCH] Add a DIExternalTypeRef debug metadata node to the IR.
David Blaikie
- [zorg] r214540 - Fixed mergefunc builder configure; added lldb builder for FreeBSD.
David Blaikie
- [llvm] r237059 - Readdress r236990, use of static members on a non-static variable.
David Blaikie
- [llvm] r236990 - Replacing a range-based for loop with an old-style for loop. This code was previously causing a warning with MSVC about a compiler-generated local variable because TargetRegistry::begin() and end() are static member functions. NFC.
David Blaikie
- [PATCH] Add a DIExternalTypeRef debug metadata node to the IR.
David Blaikie
- [llvm] r237065 - Simplify a return expression and an access to an alloca's allocated type
David Blaikie
- [llvm] r236912 - [opaque pointer type] Cleanup a few references to pointee types using nearby non-pointee types of the same value
David Blaikie
- [PATCH] [DebugInfo] Add debug locations to constant SD nodes continued
David Blaikie
- [llvm] r237072 - Fixing memory leak
David Blaikie
- [zorg] r214540 - Fixed mergefunc builder configure; added lldb builder for FreeBSD.
David Blaikie
- [PATCH] [DebugInfo] Add debug locations to constant SD nodes continued
David Blaikie
- [zorg] r214540 - Fixed mergefunc builder configure; added lldb builder for FreeBSD.
David Blaikie
- [zorg] r214540 - Fixed mergefunc builder configure; added lldb builder for FreeBSD.
David Blaikie
- [zorg] r214540 - Fixed mergefunc builder configure; added lldb builder for FreeBSD.
David Blaikie
- [llvm] r237224 - Change a loop in LoopInfo to foreach. NFC
David Blaikie
- [llvm] r237226 - Change LoadAndStorePromoter to take ArrayRef instead of SmallVectorImpl&.
David Blaikie
- [PATCH] Anonymous namespaces are missing import DW_TAG_imported_module.
David Blaikie
- [llvm] r237273 - [opaque pointer type] Pass the explicit function type down to the instruction constructor when parsing invoke instructions
David Blaikie
- [llvm] r237274 - [opaque pointer type] Constant Folding: Use GEPOperator to access the pointee source type rather than going through the first operand's pointer type
David Blaikie
- [llvm] r237224 - Change a loop in LoopInfo to foreach. NFC
David Blaikie
- [llvm] r237224 - Change a loop in LoopInfo to foreach. NFC
David Blaikie
- [PATCH] llvm::all_of
David Blaikie
- [PATCH] Anonymous namespaces are missing import DW_TAG_imported_module.
David Blaikie
- [PATCH] llvm::all_of
David Blaikie
- [PATCH] Construct ArrayRef<const T*> from vector<T>
David Blaikie
- [llvm] r237311 - [opaque pointer type] Use GlobalVariable::getValueType rather than accessing it through the GV's pointee type
David Blaikie
- [llvm] r237312 - [opaque pointer type] Use the value type of the GlobalVariable rather than accessing it through the pointee's type
David Blaikie
- [llvm] r237284 - [LoopIdiomRecognize] Use auto + range-based loop. NFC intended.
David Blaikie
- [llvm] r233930 - [LoopAccesses] Handle case when no memchecks are needed after partitioning
David Blaikie
- [llvm] r233930 - [LoopAccesses] Handle case when no memchecks are needed after partitioning
David Blaikie
- [llvm] r237449 - NFC - Test case invokes llc on a file rather than redirected from a file.
David Blaikie
- [llvm] r237487 - MC: Change MCAssembler::Symbols to a vector
David Blaikie
- [llvm] r237342 - [TableGen] Simplify some code. NFC
David Blaikie
- [llvm] r237186 - InstrProf: Update name of compiler-rt routine for setting filename
Justin Bogner
- [PATCH] [Patch] Temporarily revert test to prepare for LLVM -fprofile-instr-generate= fix
Justin Bogner
- [llvm] r237196 - [PlaceSafepoints] Add missing "override" to PlaceBackedgeSafepointsImpl::runOnFunction
Justin Bogner
- [llvm] r237298 - InstrProf: Treat functions with a coverage map but no profile as unreached
Justin Bogner
- [llvm] r237307 - InstrProf: Fix display of large numbers in llvm-cov
Justin Bogner
- [PATCH] cmake: Avoid "-fno-sanitize-recover is deprecated" warnings when building with ubsan
Justin Bogner
- [llvm] r237334 - cmake: Use -fno-sanitize-recover=all - the old spelling is deprecated
Justin Bogner
- [PATCH] cmake: Avoid "-fno-sanitize-recover is deprecated" warnings when building with ubsan
Justin Bogner
- [llvm] r237345 - TableGen: Avoid undefined behaviour by doing this shift in int64
Justin Bogner
- [llvm] r237408 - MC: Avoid some UB caused by left shifting a negative value. NFC
Justin Bogner
- [llvm] r237409 - docs: Fix up some .rst formatting
Justin Bogner
- [llvm] r237405 - Add a missing piece of existing practice to the developer policy. This may need further refinement, but I think is roughly correct.
Justin Bogner
- [llvm] r228748 - X86: Make @llvm.frameaddress work correctly with Windows unwind codes
Justin Bogner
- [llvm] r228748 - X86: Make @llvm.frameaddress work correctly with Windows unwind codes
Justin Bogner
- [PATCH] Fix float->uint conversion for inputs less than 0
Justin Bogner
- [PATCH] [X86] Updates to X86 backend for f16 promotion
Ahmed Bougacha
- [llvm] r236971 - AVX-512: Added SKX instructions and intrinsics:
Ahmed Bougacha
- [PATCH] [MemCpyOpt] Turn memcpy from just-memset'd source into memset.
Ahmed Bougacha
- [llvm] r237066 - [MemCpyOpt] Look at any dependency -not just source- for memset+memcpy.
Ahmed Bougacha
- [PATCH] [Builtins] Implement half-precision conversions.
Ahmed Bougacha
- [compiler-rt] r237161 - [Builtins] Implement half-precision conversions.
Ahmed Bougacha
- [PATCH] [Builtins] Implement half-precision conversions.
Ahmed Bougacha
- [PATCH] [Builtins] Implement half-precision conversions.
Ahmed Bougacha
- [PATCH] [Compiler-RT] Implements __gnu_f2h_ieee and __gnu_h2f_ieee
Ahmed Bougacha
- [PATCH] [MemCpyOpt] Turn memcpy from just-memset'd source into memset.
Ahmed Bougacha
- [PATCH] TableGen: AsmMatcherEmitter: Don't use custom converters for instruction aliases
Ahmed Bougacha
- [compiler-rt] r237323 - [Builtins] Implement f2h/h2f by jumping to trunc/extend.
Ahmed Bougacha
- [llvm] r237324 - [CodeGen] Use standard -not gnueabi- naming for f16 libcalls on Darwin.
Ahmed Bougacha
- [compiler-rt] r237329 - [Builtins] Wire half-precision conversions through Darwin makefiles.
Ahmed Bougacha
- [compiler-rt] r237330 - [Builtins] Wire half-precision conversions through cc_kext makefiles.
Ahmed Bougacha
- [PATCH] [ConstantFolding] Fix wrong folding of intrinsic 'convert.from.fp16'.
Ahmed Bougacha
- [PATCH] [ConstantFolding] Fix wrong folding of intrinsic 'convert.from.fp16'.
Ahmed Bougacha
- [PATCH] [ConstantFolding] Fix wrong folding of intrinsic 'convert.from.fp16'.
Ahmed Bougacha
- [llvm] r237501 - Remove dead code in testcase. NFC.
Ahmed Bougacha
- [llvm] r237503 - [MemCpyOpt] Remove dead argument. NFC.
Ahmed Bougacha
- [llvm] r237506 - [MemCpyOpt] Turn memcpy from just-memset'd source into memset.
Ahmed Bougacha
- [PATCH] [MemCpyOpt] Turn memcpy from just-memset'd source into memset.
Ahmed Bougacha
- [PATCH] [MemCpyOpt] Turn memcpy from just-memset'd source into memset.
Ahmed Bougacha
- [llvm] r237008 - LiveRangeCalc: Improve error messages on malformed IR
Matthias Braun
- [PATCH] ARM: No need for 8 byte alignment of LDRD on newer CPUs
Matthias Braun
- [PATCH] ARM: No need for 8 byte alignment of LDRD on newer CPUs
Matthias Braun
- [PATCH] ARM: Newer CPUs support LDRD with independent input/output regs
Matthias Braun
- [PATCH] ARM: Newer CPUs support LDRD with independent input/output regs
Matthias Braun
- [PATCH] ARM: Newer CPUs support LDRD with independent input/output regs
Matthias Braun
- [PATCH] ARM: Remove Itineraries for swift CPU
Matthias Braun
- [llvm] r237179 - ARM: Remove Itineraries for swift CPU
Matthias Braun
- [llvm] r237189 - Revert "ARM: Remove Itineraries for swift CPU"
Matthias Braun
- [llvm] r237375 - Remove MCInstrItineraries includes in parts that don't use them anymore
Matthias Braun
- [llvm] r237376 - TargetSchedule: factor out common code; NFC
Matthias Braun
- [llvm] r237379 - Turn effective assert(0) into llvm_unreachable
Matthias Braun
- [llvm] r237376 - TargetSchedule: factor out common code; NFC
Matthias Braun
- [llvm] r237417 - Doxygen: Enable autobrief feature and update coding standards.
Matthias Braun
- [PATCH] Machine Level IR Serialization: print and parse LLVM IR.
Matthias Braun
- [PATCH] compile time improvement for MachineSink
Matthias Braun
- [PATCH] compile time improvement for MachineSink
Matthias Braun
- [llvm] r237510 - MachineSink: Collect registers before clearing their killflags.
Matthias Braun
- [PATCH] [ARM] Use AEABI aligned function variants
John Brawn
- [llvm] r237127 - [ARM] Use AEABI aligned function variants
John Brawn
- [PATCH] [ARM] Use AEABI aligned function variants
John Brawn
- [PATCH] [ARM] Use AEABI aligned function variants
John Brawn
- [PATCH] [mips][microMIPS] Implement TEQ, TGE, TGEU, TLT, TLTU and TNE instructions
Zlatko Buljan
- [PATCH] LLVM changes for indirect call target profiling support
Betul Buyukkurt
- [PATCH] LLVM changes for indirect call target profiling support
Betul Buyukkurt
- [PATCH] Indirect call target profiling compiler-rt changes
Betul Buyukkurt
- [PATCH] Indirect call target profiling compiler-rt changes
Betul Buyukkurt
- [PATCH] Indirect call target profiling compiler-rt changes
Betul Buyukkurt
- [PATCH] LLVM changes for indirect call target profiling support
Betul Buyukkurt
- [PATCH] LLVM changes for indirect call target profiling support
Betul Buyukkurt
- [PATCH] Multiplication for wider-than-legal types
Paweł Bylica
- [PATCH] Change a reachable unreachable to a fatal error.
Filipe Cabecinhas
- [PATCH] Extract the load/store type verification to a separate function.
Filipe Cabecinhas
- [llvm] r237488 - Remove redundant checks. NFC
Filipe Cabecinhas
- [llvm] r237494 - [BitcodeReader] Don't allow INSERTVAL/EXTRACTVAL with 0 indices
Filipe Cabecinhas
- [PATCH] Factor out SmallDataThreshold.
Brendon Cahoon
- [PATCH] [Hexagon] Generate hardware loop when loop has a critical edge
Brendon Cahoon
- [PATCH] [Hexagon] Generate loop1 instruction for nested loops
Brendon Cahoon
- [PATCH] Hexagon Calling Convention Test
Brendon Cahoon
- [PATCH] [Hexagon] Check for underflow/wrap in hardware loop pass
Brendon Cahoon
- [PATCH] [Hexagon] Remove dead constant assignment in hardware loop pass
Brendon Cahoon
- [PATCH] [Hexagon] Generate hardware loop for a vectorized loop
Brendon Cahoon
- [PATCH] [Hexagon] Generate hardware loop when loop has a critical edge
Brendon Cahoon
- [llvm] r237258 - [Hexagon] Generate hardware loop when loop has a critical edge
Brendon Cahoon
- [PATCH] [Hexagon] Generate hardware loop when loop has a critical edge
Brendon Cahoon
- [llvm] r237266 - [Hexagon] Generate loop1 instruction for nested loops
Brendon Cahoon
- [PATCH] [Hexagon] Generate loop1 instruction for nested loops
Brendon Cahoon
- [llvm] r237365 - [Hexagon] Check for underflow/wrap in hardware loop pass
Brendon Cahoon
- [llvm] r237373 - [Hexagon] Remove dead constant assignment in hardware loop pass
Brendon Cahoon
- [PATCH] [Hexagon] Remove dead constant assignment in hardware loop pass
Brendon Cahoon
- [PATCH] Remove unused function HasPICArg().
Brendon Cahoon
- [llvm] r237388 - [Hexagon] Generate hardware loop for a vectorized loop
Brendon Cahoon
- [PATCH] [Hexagon] Generate hardware loop for a vectorized loop
Brendon Cahoon
- [PATCH] [Builtins] Implement half-precision conversions.
Stephen Canon
- [PATCH] [Builtins] Implement half-precision conversions.
Steve Canon
- [PATCH] Reimplement heuristic for estimating complete-unroll optimization effects.
Chandler Carruth
- [PATCH] Fix #include cycle between Pass.h and PassSupport.h
Chandler Carruth
- [PATCH] Reimplement heuristic for estimating complete-unroll optimization effects.
Chandler Carruth
- [PATCH] PR 23155 - Improvement to X86 16 bit operation promotion for better performance.
Chandler Carruth
- [PATCH] PR 23155 - Improvement to X86 16 bit operation promotion for better performance.
Chandler Carruth
- [PATCH] Adding openmp project as a runtime project to projects/CMakeLists.txt
Chandler Carruth
- [llvm] r237209 - [Unrolling] Refactor the start and step offsets to simplify overflow
Chandler Carruth
- [llvm] r237210 - Revert r237175: [X86] Always return the sret parameter in eax/rax ...
Chandler Carruth
- [llvm] r237175 - [X86] Always return the sret parameter in eax/rax, even on 32-bit
Chandler Carruth
- [PATCH] Adding openmp project as a runtime project to projects/CMakeLists.txt
Chandler Carruth
- [PATCH] Adding openmp project as a runtime project to projects/CMakeLists.txt
Chandler Carruth
- [PATCH] [X86] Fix PR23271 - RIP-relative decoding bug in disassembler.
Chandler Carruth
- [PATCH] [X86] Simplify some stuff in X86DisassemblerDecoder.
Chandler Carruth
- [PATCH] [lib/Fuzzer] Add SHA1 implementation from public domain.
Chandler Carruth
- [PATCH] [lib/Fuzzer] Add SHA1 implementation from public domain.
Chandler Carruth
- [PATCH] Add archive step to lldb mac builder, combine first build and retry step
Siva Chandra
- [PATCH] [LLVM - ARM/AArch64] Add ACLE special register intrinsics (10.1)
Luke Cheeseman
- [PATCH] [LLVM - ARM/AArch64] Add ACLE special register intrinsics (10.1)
Luke Cheeseman
- [PATCH] [LLVM - ARM/AArch64] Add ACLE special register intrinsics (10.1)
Luke Cheeseman
- [PATCH] [LLVM - ARM/AArch64] Add ACLE special register intrinsics (10.1)
Luke Cheeseman
- [PATCH] [LLVM - ARM/AArch64] Add ACLE special register intrinsics (10.1)
Luke Cheeseman
- [PATCH] [LLVM - ARM/AArch64] Add ACLE special register intrinsics (10.1)
Luke Cheeseman
- [PATCH] [LLVM - ARM/AArch64] Add ACLE special register intrinsics (10.1)
Luke Cheeseman
- [PATCH] Add '--channel' 'gdb-remote packets' 'lldb all' to dosep options for lldb cmake/android builder.
Ying Chen
- [PATCH] Add archive step to lldb mac builder, combine first build and retry step
Ying Chen
- [zorg] r237380 - Add '--channel' 'gdb-remote packets' 'lldb all' to dosep options for lldb cmake/android builder.
Ying Chen
- [PATCH] Add '--channel' 'gdb-remote packets' 'lldb all' to dosep options for lldb cmake/android builder.
Ying Chen
- [zorg] r237393 - Add archive step to lldb mac builder, combine first build and retry step
Ying Chen
- [PATCH] Add archive step to lldb mac builder, combine first build and retry step
Ying Chen
- [PATCH] Add archive step to lldb mac builder, combine first build and retry step
Ying Chen
- [llvm] r237533 - Code cleanup: Reindent Fuzzer::MutateAndTestOne.
Logan Chien
- [llvm] r237079 - Migrate existing backends that care about software floating point
Eric Christopher
- [llvm] r237079 - Migrate existing backends that care about software floating point
Eric Christopher
- [PATCH] Stop resetting SanitizeAddress in TargetMachine::resetTargetOptions
Eric Christopher
- [PATCH] LTO: introduce object file-based on-disk module format.
Eric Christopher
- [PATCH] Add support for the Sparc implementation-defined "ASR" registers.
Eric Christopher
- [PATCH] Sparc: Add the alternate address space load/store instructions.
Eric Christopher
- [PATCH] Sparc: Support PSR, TBR, WIM read/write instructions.
Eric Christopher
- [PATCH] Sparc: support the "set" synthetic instruction.
Eric Christopher
- [PATCH] LTO: introduce object file-based on-disk module format.
Eric Christopher
- [llvm] r237079 - Migrate existing backends that care about software floating point
Eric Christopher
- [PATCH] Stop resetting SanitizeAddress in TargetMachine::resetTargetOptions
Eric Christopher
- [PATCH] Stop resetting SanitizeAddress in TargetMachine::resetTargetOptions
Eric Christopher
- [PATCH] Stop resetting SanitizeAddress in TargetMachine::resetTargetOptions
Eric Christopher
- [llvm] r237398 - Remove setting FloatABIType from the X86 port, nothing uses it.
Eric Christopher
- [llvm] r237399 - Reflow comments and remove one that predated the enum being in
Eric Christopher
- [llvm] r237403 - 80-col fixups.
Eric Christopher
- [llvm] r237405 - Add a missing piece of existing practice to the developer policy. This may need further refinement, but I think is roughly correct.
Eric Christopher
- [llvm] r237461 - While in GlobalValue fix the function(s) that don't follow the
Eric Christopher
- [www] r237252 - Removed mentioning of OpenMP as unsupported feature (patch from A.Bokhanko)
Andrey Churbanov
- [PATCH] [llgo] cmd/llgoi: use line editor
Peter Collingbourne
- [llvm] r236919 - Revert r236912.
Quentin Colombet
- [llvm] r237175 - [X86] Always return the sret parameter in eax/rax, even on 32-bit
Quentin Colombet
- [PATCH] Add another InstCombine pass after LoopUnroll
Quentin Colombet
- [PATCH] Add another InstCombine pass after LoopUnroll
Quentin Colombet
- [PATCH] [FunctionAttr] Infer nonnull attributes on returns
Pete Cooper
- [llvm] r237167 - Constify method. NFC
Pete Cooper
- [llvm] r237168 - Add a const method to iterator over PHI incoming values.
Pete Cooper
- [llvm] r237169 - Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
Pete Cooper
- [PATCH] [FunctionAttr] Infer nonnull attributes on returns
Pete Cooper
- [llvm] r237223 - Constify arguments to methods in LoopInfo. NFC
Pete Cooper
- [llvm] r237224 - Change a loop in LoopInfo to foreach. NFC
Pete Cooper
- [llvm] r237225 - Constify arguments in AliasSetTracker methods. NFC
Pete Cooper
- [llvm] r237226 - Change LoadAndStorePromoter to take ArrayRef instead of SmallVectorImpl&.
Pete Cooper
- [llvm] r237227 - Constify arguments to methods in LICM. NFC
Pete Cooper
- [llvm] r237226 - Change LoadAndStorePromoter to take ArrayRef instead of SmallVectorImpl&.
Pete Cooper
- [PATCH] Add ASan hooks to BumpPtrAllocator
Pete Cooper
- [llvm] r237224 - Change a loop in LoopInfo to foreach. NFC
Pete Cooper
- [llvm] r237224 - Change a loop in LoopInfo to foreach. NFC
Pete Cooper
- [PATCH] llvm::all_of
Pete Cooper
- [PATCH] llvm::all_of
Pete Cooper
- [llvm] r237301 - Add llvm::all_of which wraps std::all_of.
Pete Cooper
- [PATCH] llvm::all_of
Pete Cooper
- [PATCH] Construct ArrayRef<const T*> from vector<T>
Pete Cooper
- [llvm] r237309 - Construct ArrayRef<const T*> from vector<T>
Pete Cooper
- [PATCH] Construct ArrayRef<const T*> from vector<T>
Pete Cooper
- [PATCH] Move McInstrDesc methods which use MCInst to their own cpp file
Pete Cooper
- [llvm] r213986 - [x86] Teach the X86 backend to print shuffle comments for PSHUFB
Pete Cooper
- [PATCH] Add ASan hooks to BumpPtrAllocator
Pete Cooper
- [PATCH] ARM: allow ConstantIslands to handle jump tables
Pete Cooper
- [llvm] r237478 - Move some methods to a new MCInstrDesc.cpp file to allow includes to be trimmed. NFC.
Pete Cooper
- [PATCH] Move McInstrDesc methods which use MCInst to their own cpp file
Pete Cooper
- [llvm] r237481 - Remove 3 includes from MCInstrDesc.h and explicitly include them where needed
Pete Cooper
- [llvm] r237483 - Remove MCAssembler.h include from MCStreamer.h and fix users of MCStreamer.h
Pete Cooper
- [PATCH] [SCCP] Calculate Null Pointer Comparisons
Sanjoy Das
- [PATCH] [SCCP] Calculate Null Pointer Comparisons
Sanjoy Das
- [PATCH] [InstCombine] Don't propagate nsw for A*B+A*C => A*(B+C).
Sanjoy Das
- [llvm] r237009 - [RewriteStatepointsForGC] Fix a bug on creating gc_relocate for pointer to vector of pointers
Sanjoy Das
- [PATCH] [SCCP] Calculate Null Pointer Comparisons
Sanjoy Das
- [PATCH] [RewriteStatepointsForGC] Fix a bug on creating gc_relocate for pointer to vector of pointers
Sanjoy Das
- [PATCH] [SCCP] Calculate Null Pointer Comparisons
Sanjoy Das
- [PATCH] Rename variables in gc_relocate related functions to follow LLVM's naming conventions.
Sanjoy Das
- [PATCH] [Statepoints] Support for "patchable" statepoints.
Sanjoy Das
- [PATCH] Refactoring gc_relocate related code in CodeGenPrepare.cpp
Sanjoy Das
- [llvm] r237069 - Rename variables in gc_relocate related functions to follow LLVM's naming conventions.
Sanjoy Das
- [llvm] r237070 - Refactoring gc_relocate related code in CodeGenPrepare.cpp
Sanjoy Das
- [PATCH] Rename variables in gc_relocate related functions to follow LLVM's naming conventions.
Sanjoy Das
- [PATCH] Refactoring gc_relocate related code in CodeGenPrepare.cpp
Sanjoy Das
- [PATCH] [Statepoints] Support for "patchable" statepoints.
Sanjoy Das
- [PATCH] [Statepoints] Support for "patchable" statepoints.
Sanjoy Das
- [PATCH] [Statepoints] Support for "patchable" statepoints.
Sanjoy Das
- [PATCH] [Statepoints] Support for "patchable" statepoints.
Sanjoy Das
- [PATCH] [Statepoints] Support for "patchable" statepoints.
Sanjoy Das
- [PATCH] [Verifier] Assert gc_relocate always return a pointer type
Sanjoy Das
- [llvm] r233310 - [ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
Sanjoy Das
- [llvm] r233310 - [ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
Sanjoy Das
- [llvm] r233310 - [ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
Sanjoy Das
- [llvm] r237214 - [Statepoints] Support for "patchable" statepoints.
Sanjoy Das
- [PATCH] [Statepoints] Support for "patchable" statepoints.
Sanjoy Das
- [PATCH] [Statepoints] Support for "patchable" statepoints.
Sanjoy Das
- [PATCH] [PlaceSafepoints] Reduce dominator tree recalculation
Sanjoy Das
- [PATCH] [PlaceSafepoints] New attributes for patchable statepoints.
Sanjoy Das
- [PATCH] [PlaceSafepoints] New attributes for patchable statepoints.
Sanjoy Das
- [PATCH] [PlaceSafepoints] New attributes for patchable statepoints.
Sanjoy Das
- [PATCH] [Statepoints] Support for "patchable" statepoints.
Sanjoy Das
- [llvm] r237285 - [PlaceSafepoints] Update docs for r237214.
Sanjoy Das
- [llvm] r237286 - [PlaceSafepoints] New attributes for patchable statepoints.
Sanjoy Das
- [llvm] r237287 - [Safepoints][Verifier] Fix a tautological Assert.
Sanjoy Das
- [PATCH] [PlaceSafepoints] New attributes for patchable statepoints.
Sanjoy Das
- [llvm] r237289 - [Statepoints][Docs] Fix typo: change a period to a comma.
Sanjoy Das
- [llvm] r237290 - [Statepoints][Docs] Fix a couple of out of date examples.
Sanjoy Das
- [PATCH] Add a GCStrategy for CoreCLR
Sanjoy Das
- [llvm] r237413 - [PlaceSafepoints] Fix a bug that came in with rL236672.
Sanjoy Das
- [llvm] r237414 - [PlaceSafepoints] Fix a bug that came in with rL236672.
Sanjoy Das
- [PATCH] Remove loop variant range check when induction variable is strictly increasing
Sanjoy Das
- [PATCH] Support of the gc.relocates for invoke statepoints
Sanjoy Das
- [PATCH] [ScalarEvolution] refactor: extract interface getGEPExpr
Sanjoy Das
- [PATCH] Take alignment into account for speculative loads
Sanjoy Das
- [PATCH] Take alignment into account for speculative loads
Sanjoy Das
- [PATCH] Indirect call target profiling compiler-rt changes
David
- [PATCH] LLVM changes for indirect call target profiling support
David
- [PATCH] LLVM changes for indirect call target profiling support
David
- [PATCH] LLVM changes for indirect call target profiling support
David
- [PATCH] LLVM changes for indirect call target profiling support
David
- [llvm] r236979 - AVX-512: Changed CC parameter in "cmp" intrinsic
Elena Demikhovsky
- [llvm] r236416 - AVX-512: enabled tests for AVX512F set
Demikhovsky, Elena
- [PATCH] improve vectorizers by removing cost of unnecessary truncs and exts.
Demikhovsky, Elena
- [llvm] r236416 - AVX-512: enabled tests for AVX512F set
Demikhovsky, Elena
- [PATCH] improve vectorizers by removing cost of unnecessary truncs and exts.
Demikhovsky, Elena
- [PATCH] [X86][SSE] Vectorized i64 uniform constant SRA shifts
Elena Demikhovsky
- [llvm] r236971 - AVX-512: Added SKX instructions and intrinsics:
Demikhovsky, Elena
- [llvm] r237106 - AVX-512: select operation for i1 vectors
Elena Demikhovsky
- [llvm] r237107 - AVX-512: asm parser errors check
Elena Demikhovsky
- [llvm] r237129 - AVX-512, X86: Added lowering for shift operations for SKX.
Elena Demikhovsky
- [llvm] r237232 - AVX-512: fixed a bug in encoding of VPSRAQ instrcution,
Elena Demikhovsky
- [PATCH] [SDAG] Add SDNodes for umin, umax, smin and smax
Elena Demikhovsky
- [llvm] r237350 - AVX-512: Added i1 type handling for calling conventions.
Elena Demikhovsky
- [PATCH] [SDAG] Add SDNodes for umin, umax, smin and smax
Elena Demikhovsky
- [PATCH] [SDAG] Add SDNodes for umin, umax, smin and smax
Elena Demikhovsky
- [PATCH] [SDAG] Add SDNodes for umin, umax, smin and smax
Demikhovsky, Elena
- [PATCH] [SDAG] Add SDNodes for umin, umax, smin and smax
Demikhovsky, Elena
- [llvm] r237536 - AVX-512: fixed a bug in mask operations - (i1 1) pattern
Elena Demikhovsky
- [llvm] r237537 - AVX-512: fixed extended load to 512-bit register
Elena Demikhovsky
- [llvm] r237557 - AVX-512: Added VBROADCASTF64X4, VBROADCASTF64X2, VBROADCASTI32X8, and other instructions from this set
Elena Demikhovsky
- [PATCH] [DebugInfo] Add debug locations to constant SD nodes continued
Sergey Dmitrouk
- [PATCH] [DebugInfo] Add debug locations to constant SD nodes continued
Sergey Dmitrouk
- [PATCH] [DebugInfo] Add debug locations to constant SD nodes continued
Sergey Dmitrouk
- [PATCH] [DebugInfo] Add debug locations to constant SD nodes continued
Sergey Dmitrouk
- [llvm] r237237 - [DebugInfo] Debug locations for constant SD nodes
Sergey Dmitrouk
- [PATCH] [DebugInfo] Add debug locations to constant SD nodes continued
Sergey Dmitrouk
- [PATCH] Scalar/PHI code genration
Johannes Doerfert
- [PATCH] Scalar/PHI code genration
Johannes Doerfert
- [polly] r237203 - Changed renaming of local symbols by inserting a dot before the numeric suffix.
Johannes Doerfert
- [polly] r237431 - Give each memory access a reference ID
Johannes Doerfert
- [llvm] r237372 - Enable solid lzma compression for cpack, decreases setup size by ~30%
Ismail Donmez
- NVPTX: link against TransformUtils
Tamir Duberstein
- [PATCH] Add per-test timeouts to lit
Daniel Dunbar
- [PATCH] Processes that spawn other processes should wait for their children to exit before exiting due to a signal.
Daniel Dunbar
- [llvm] r237358 - New Loop Distribution pass
İsmail Dönmez
- [llvm] r237358 - New Loop Distribution pass
İsmail Dönmez
- [PATCH] CMake NSIS enable solid lzma compression
İsmail Dönmez
- [PATCH] CMake NSIS enable solid lzma compression
İsmail Dönmez
- [llvm] r236539 - [Inliner] Discard empty COMDAT groups
Rafael Espíndola
- [PATCH] improve BasicAA analysis of static globals.
Hal Finkel
- [llvm] r237208 - [lib/Fuzzer] A simple script to synchronise a fuzz test corpus with an external git repository.
Hal Finkel
- [PATCH] improve BasicAA analysis of static globals.
Hal Finkel
- [llvm] r237449 - NFC - Test case invokes llc on a file rather than redirected from a file.
Hal Finkel
- [llvm] r236894 - [BasicAA] Fix zext & sext handling
Hal Finkel
- [llvm] r237556 - [PowerPC] Add extra r2 read deps on @toc at l relocations
Hal Finkel
- [PATCH] Make it easier to use DwarfContext with MCJIT
Keno Fischer
- [llvm] r233310 - [ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
Eric Fiselier
- [llvm] r233310 - [ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
Eric Fiselier
- [llvm] r233310 - [ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
Eric Fiselier
- [llvm] r237204 - Allow the CMake option 'LLVM_ABI_BREAKING_CHECKS' to be undefined.
Eric Fiselier
- [llvm] r233310 - [ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
Eric Fiselier
- [zorg] r214540 - Fixed mergefunc builder configure; added lldb builder for FreeBSD.
Rick Foos
- [PATCH] support memory markers for nonzero address spaces
John Garvin
- [PATCH] support memory markers for nonzero address spaces
John Garvin
- [PATCH] [RewriteStatepointsForGC] Extend base pointer to handle more cases w/vectors
Pat Gavlin
- [PATCH] [Statepoints] Support for "patchable" statepoints.
Pat Gavlin
- [PATCH] [Statepoints] Support for "patchable" statepoints.
Pat Gavlin
- [PATCH] [Verifier] Assert gc_relocate always return a pointer type
Pat Gavlin
- [PATCH] Split the calling convention and statepoint flags operand to STATEPOINT into two separate operands.
Pat Gavlin
- [PATCH] Split the calling convention and statepoint flags operand to STATEPOINT into two separate operands.
Pat Gavlin
- [PATCH] [RewriteStatepointsForGC] Extend base pointer to handle more cases w/vectors
Pat Gavlin
- [llvm] r237166 - [Statepoints] Split the calling convention and statepoint flags operand to STATEPOINT into two separate operands.
Pat Gavlin
- [PATCH] Split the calling convention and statepoint flags operand to STATEPOINT into two separate operands.
Pat Gavlin
- [llvm] r237191 - [Statepoints] Clean up statepoint argument accessors.
Pat Gavlin
- [PATCH] Clean up statepoint argument accessors.
Pat Gavlin
- [PATCH] [PlaceSafepoints] New attributes for patchable statepoints.
Pat Gavlin
- [PATCH] [Verifier] Assert gc_relocate always return a pointer type
Pat Gavlin
- [PATCH] [PlaceSafepoints] New attributes for patchable statepoints.
Pat Gavlin
- [PATCH] [Verifier] Assert gc_relocate always return a pointer type
Pat Gavlin
- [PATCH] [Verifier] Assert gc_relocate always return a pointer type
Pat Gavlin
- [PATCH] expose ILP for associative operations in the DAG
Fiona Glaser
- [PATCH] [LoopVectorize]Teach Loop Vectorizer about interleaved memory access
Renato Golin
- [PATCH] [LoopVectorize]Teach Loop Vectorizer about interleaved memory access
Renato Golin
- [PATCH] [LoopVectorize]Teach Loop Vectorizer about interleaved memory access
Renato Golin
- [PATCH] [LoopVectorize]Teach Loop Vectorizer about interleaved memory access
Renato Golin
- [PATCH] [LoopVectorize]Teach Loop Vectorizer about interleaved memory access
Renato Golin
- [PATCH] [LLVM - ARM/AArch64] Add ACLE special register intrinsics (10.1)
Renato Golin
- [PATCH] [AArch64] [DFSan] Adding support of AArch64 for DFSan
Renato Golin
- [llvm] r237112 - Change TargetParser enum names to avoid macro conflicts (llvm)
Renato Golin
- [PATCH] [AArch64] [DFSan] Adding support of AArch64 for DFSan
Renato Golin
- [PATCH] [AArch64] [ASAN] Enabling ASAN for AArch64 Architecture
Renato Golin
- [PATCH] [AArch64] [ASAN] Enabling ASAN for AArch64 Architecture
Renato Golin
- [PATCH] [Target/AArch64] Introduce OptimizeBarriersPass
Renato Golin
- [llvm] r229841 - Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Renato Golin
- [PATCH] [LLVM - ARM/AArch64] Add ACLE special register intrinsics (10.1)
Renato Golin
- [PATCH] [LLVM - ARM/AArch64] Add ACLE special register intrinsics (10.1)
Renato Golin
- [PATCH] [AArch64] Codegen VMAX/VMIN for safe math cases
Renato Golin
- [PATCH] [AArch64] Codegen VMAX/VMIN for safe math cases
Renato Golin
- [PATCH] [AArch64] Codegen VMAX/VMIN for safe math cases
Renato Golin
- [PATCH] [LoopVectorize]Teach Loop Vectorizer about interleaved memory access
Renato Golin
- [PATCH] [AArch64] Codegen VMAX/VMIN for safe math cases
Renato Golin
- [llvm] r229841 - Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Renato Golin
- [llvm] r229841 - Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Renato Golin
- [PATCH] [LoopVectorize]Teach Loop Vectorizer about interleaved memory access
Renato Golin
- [llvm] r237516 - Improve check on git-svnrevert, better error message
Renato Golin
- [PATCH] [LoopVectorize]Teach Loop Vectorizer about interleaved memory access
Renato Golin
- [PATCH] [LLVM - ARM/AArch64] Add ACLE special register intrinsics (10.1)
Renato Golin
- [llvm] r237520 - Reapply r237453 with a fix for the test timeouts.
Renato Golin
- [llvm] r237528 - Revert commits r237521 and r237520.
Renato Golin
- [llvm] r237539 - Reapply r237520 with another fix for infinite looping
Renato Golin
- [llvm] r229841 - Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Renato Golin
- [PATCH] Implement variable-sized alloca instrumentation (take 2).
Yury Gribov
- [llvm] r237275 - MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
- [llvm] r237468 - MC: Update MCFixup naming. NFC.
Jim Grosbach
- [llvm] r237469 - MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
- [llvm] r237470 - MC: clang-format. NFC.
Jim Grosbach
- [llvm] r237471 - MC: MCCodeGenInfo naming update. NFC.
Jim Grosbach
- [PATCH] Move McInstrDesc methods which use MCInst to their own cpp file
Jim Grosbach
- RFC: Merge MCSymbol with MCSymbolData, optimizing for object file emission
Jim Grosbach
- [polly] r236994 - Revert "Adjust formatting to latest clang-format change"
Tobias Grosser
- [polly] r237099 - Rename IslCodeGeneration to CodeGeneration
Tobias Grosser
- [polly] r237250 - Update isl to 9f767f1766a0
Tobias Grosser
- [www] r237251 - The devmtg took already place
Tobias Grosser
- [zorg] r237351 - LNTBuilder: Support submission to multiple LNT servers
Tobias Grosser
- [zorg] r237352 - Polly perf bots: Report to both gcc12 and llvm.org/perf
Tobias Grosser
- [zorg] r237353 - Polly perf bots: Do not use -rerun option
Tobias Grosser
- [LNT] r232207 - Make the baseline configurable per database. This enables different projects on the same LNT installation to use different baselines.
Tobias Grosser
- [polly] r237431 - Give each memory access a reference ID
Tobias Grosser
- [polly] r237440 - Simplify string formatting
Tobias Grosser
- [polly] r237441 - Remove need for separate loop index counter
Tobias Grosser
- [polly] r237431 - Give each memory access a reference ID
Tobias Grosser
- [polly] r237450 - Drop unused PTX generator file
Tobias Grosser
- [LNT] r237540 - Do not fail on missing result_url when submitting builds
Tobias Grosser
- [llvm] r233747 - [ExecutionEngine] Fix MCJIT::addGlobalMapping.
Lang Hames
- [PATCH] Make it easier to use DwarfContext with MCJIT
Lang Hames
- [lld] [PATCH] Properly handle relocation for LSDA in MachO eh-frames.
Lang Hames
- [PATCH] Gut InstCombiner::SimplifyMemTransfer.
Lang Hames
- [PATCH] [lld] [PATCH] Properly handle relocation for LSDA in MachO eh-frames.
Lang Hames
- [lld] [PATCH] Properly handle relocation for LSDA in MachO eh-frames.
Lang Hames
- [lld] r237217 - [LLD] Add a mutex to prevent concurrent modification of the dylib maps in
Lang Hames
- [lld] [PATCH] Add a mutex to MachOLinkingContext to prevent a race-condition.
Lang Hames
- [lld] r237219 - [LLD] Add support for MachO ripRel32MinusNAnon relocations.
Lang Hames
- [lld] [PATCH] Add support for MachO ripRel32MinusNAnon relocations.
Lang Hames
- [lld] r237222 - [LLD] Properly relocate the LSDA field of MachO eh-frames.
Lang Hames
- [PATCH] [lld] [PATCH] Properly handle relocation for LSDA in MachO eh-frames.
Lang Hames
- [PATCH] [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
Lang Hames
- [PATCH] Ensure FDE reads the correct CIE when relocating the LSDA.
Lang Hames
- [PATCH] Ensure FDE reads the correct CIE when relocating the LSDA.
Lang Hames
- [PATCH] Ensure FDE reads the correct CIE when relocating the LSDA.
Lang Hames
- [PATCH] Ensure FDE reads the correct CIE when relocating the LSDA.
Lang Hames
- [lld] r237491 - [LLD] Make sure MachO FDEs read their augmentation data strings from the right
Lang Hames
- [PATCH] Ensure FDE reads the correct CIE when relocating the LSDA.
Lang Hames
- [zorg] r214540 - Fixed mergefunc builder configure; added lldb builder for FreeBSD.
Vince Harron
- [zorg] r214540 - Fixed mergefunc builder configure; added lldb builder for FreeBSD.
Vince Harron
- [PATCH] Add archive step to lldb mac builder, combine first build and retry step
Vince Harron
- [llvm] r237079 - Migrate existing backends that care about software floating point
Akira Hatanaka
- [PATCH] Use the 'arcp' fast-math-flag when combining repeated FP divisors
Akira Hatanaka
- [PATCH] Use the 'arcp' fast-math-flag when combining repeated FP divisors
Akira Hatanaka
- [PATCH] Stop resetting SanitizeAddress in TargetMachine::resetTargetOptions
Akira Hatanaka
- [llvm] r237079 - Migrate existing backends that care about software floating point
Akira Hatanaka
- [PATCH] Stop resetting SanitizeAddress in TargetMachine::resetTargetOptions
Akira Hatanaka
- [llvm] r237410 - Fix the check strings in a test case committed in r212455.
Akira Hatanaka
- [llvm] r237412 - Stop resetting SanitizeAddress in TargetMachine::resetTargetOptions. NFC.
Akira Hatanaka
- [PATCH] Stop resetting SanitizeAddress in TargetMachine::resetTargetOptions
Akira Hatanaka
- [PATCH] [ValueTracking] refactor: extract method noCommonSetBits
Mark Heffernan
- [PATCH] [SLSR] handle (B | i) * S
Mark Heffernan
- [PATCH] compile time improvement for MachineSink
Lawrence Hu
- [PATCH] compile time improvement for MachineSink
Lawrence Hu
- [PATCH] compile time improvement for MachineSink
Lawrence Hu
- [PATCH] compile time improvement for MachineSink
Lawrence Hu
- [PATCH] compile time improvement for MachineSink
Lawrence Hu
- [PATCH] compile time improvement for MachineSink
Lawrence Hu
- [PATCH] compile time improvement for MachineSink
Lawrence Hu
- [PATCH] compile time improvement for MachineSink
Lawrence Hu
- [PATCH] Optimize scattered vector insert/extract pattern
Lawrence Hu
- [PATCH] compile time improvement for MachineSink
Lawrence Hu
- [PATCH] Optimize scattered vector insert/extract pattern
Lawrence Hu
- [PATCH] Add support for fast-math flags to the FCmp instruction.
Michael Ilseman
- [PATCH] Add support for fast-math flags to the FCmp instruction.
Michael Ilseman
- [PATCH] Add support for fast-math flags to the FCmp instruction.
Michael Ilseman
- [llvm] r237044 - [LoopIdiomRecognize] Transform backedge-taken count check into an assertion.
Davide Italiano
- [PATCH] [Target/AArch64] Introduce OptimizeBarriersPass
Davide Italiano
- [llvm] r237284 - [LoopIdiomRecognize] Use auto + range-based loop. NFC intended.
Davide Italiano
- [PATCH] Don't try to emit loopVectorize warning if DebugLoc isn't available
Davide Italiano
- [llvm] r237394 - Don't rely on implicit pointerness of 'auto'.
Davide Italiano
- [llvm] r237284 - [LoopIdiomRecognize] Use auto + range-based loop. NFC intended.
Davide Italiano
- [PATCH] [Core] Update references in parallel
Davide Italiano
- [PATCH] [ELF] Handle __init_array{start, end} correctly.
Davide Italiano
- [PATCH] [OpenMP] Allow build on FreeBSD
Davide Italiano
- [llvm] r237449 - NFC - Test case invokes llc on a file rather than redirected from a file.
Nemanja Ivanovic
- [PATCH] Bug 20788 - bugpoint does not respect the "Alias must point to a definition"
Nick Johnson
- [PATCH] Bug 20788 - bugpoint does not respect the "Alias must point to a definition"
Nick Johnson
- [PATCH] Bug 20788 - bugpoint does not respect the "Alias must point to a definition"
Nick Johnson
- [PATCH] Bug 20788 - bugpoint does not respect the "Alias must point to a definition"
Nick Johnson
- [PATCH] [Patch] Temporarily revert test to prepare for LLVM -fprofile-instr-generate= fix
Teresa Johnson
- [PATCH] [Patch] Temporarily revert test to prepare for LLVM -fprofile-instr-generate= fix
Teresa Johnson
- [llvm] r237259 - Test commit: Remove unnecessary spaces.
Teresa Johnson
- [llvm] r237153 - [Mips] Return false for isFPCloseToIncomingSP()
Petar Jovanovic
- [PATCH] [Mips] Return false for isFPCloseToIncomingSP()
Petar Jovanovic
- [PATCH] [mips][microMIPSr6] Implement SELEQZ and SELNEZ instructions
Zoran Jovanovic
- [PATCH] [mips][microMIPSr6] Implement CLO and CLZ instructions
Zoran Jovanovic
- [PATCH] [mips][microMIPSr6] Implement LL and SC instructions
Zoran Jovanovic
- [PATCH] [mips][microMIPSr6] Implement SEB and SEH instructions
Zoran Jovanovic
- [PATCH] [mips][microMIPSr6] Implement ALIGN and AUI instructions
Zoran Jovanovic
- Fix llvm::BumpPtrAllocatorImpl::Reset()
Kal
- [PATCH] [mips] Do not place users of $ra in the delay slot of call instructions.
Vasileios Kalintiris
- [llvm] r237117 - [mips][FastISel] Allow computation of addresses from constant expressions.
Vasileios Kalintiris
- [PATCH] [mips][FastISel] Allow computation of addresses from constant expressions.
Vasileios Kalintiris
- [llvm] r237119 - [mips][FastISel] Simplify callabi.ll by using multiple check prefixes.
Vasileios Kalintiris
- [PATCH] [mips][FastISel] Simplify callabi.ll by using multiple check prefixes.
Vasileios Kalintiris
- [llvm] r237121 - [mips][FastISel] Handle calls with non legal types i8 and i16.
Vasileios Kalintiris
- [PATCH] [mips][FastISel] Handle calls with non legal types i8 and i16.
Vasileios Kalintiris
- [PATCH] [mips] Correct and improve special-case shuffle instructions.
Vasileios Kalintiris
- [llvm] r237362 - [mips] Do not place users of $ra in the delay slot of call instructions.
Vasileios Kalintiris
- [PATCH] [mips] Do not place users of $ra in the delay slot of call instructions.
Vasileios Kalintiris
- [PATCH] [mips][FastISel] Implement the select statement for MIPS FastISel.
Vasileios Kalintiris
- [llvm] r237146 - Comment disambiguation.
Douglas Katzman
- [llvm] r237165 - Strip trailing whitespace. NFC
Douglas Katzman
- [PATCH] [X86] Fix PR23271 - RIP-relative decoding bug in disassembler.
Douglas Katzman
- [PATCH] Reflow long lines of LLVMBuild.txt files
Douglas Katzman
- [PATCH] [Statepoints] Support for "patchable" statepoints.
Douglas Katzman
- [PATCH] Reflow long lines of LLVMBuild.txt files
Douglas Katzman
- [PATCH] [X86] Simplify some stuff in X86DisassemblerDecoder.
Douglas Katzman
- [llvm] r237310 - [X86] Fix PR23271 - RIP-relative decoding bug in disassembler.
Douglas Katzman
- [PATCH] [X86] Fix PR23271 - RIP-relative decoding bug in disassembler.
Douglas Katzman
- [PATCH] Reflow long lines of LLVMBuild.txt files
Douglas Katzman
- [llvm] r237367 - Reflow long lines of some LLVMBuild files
Douglas Katzman
- [PATCH] Reflow long lines of LLVMBuild.txt files
Douglas Katzman
- [PATCH] Reflow long lines of LLVMBuild.txt files
Douglas Katzman
- [llvm] r237378 - Update obsolete comments, fix typo, delete trailing space.
Douglas Katzman
- [llvm] r237014 - [WinEH] Update exception numbering to give handlers their own base state.
Andrew Kaylor
- [llvm] r237042 - Fixing build warnings
Andrew Kaylor
- [llvm] r237042 - Fixing build warnings
Kaylor, Andrew
- [llvm] r237063 - [WinEH] Handle nested landing pads that return directly to the parent function.
Andrew Kaylor
- [llvm] r237072 - Fixing memory leak
Andrew Kaylor
- [llvm] r237072 - Fixing memory leak
Kaylor, Andrew
- [PATCH] [WinEH] Handle the case of nested landing pads that return to a block in the parent function.
Andy Kaylor
- [PATCH] [WinEH] C++ EH state number fixes
Andy Kaylor
- [llvm] r236521 - [SystemZ] Add CodeGen support for integer vector types
Yaron Keren
- [llvm] r237261 - Update ELFObjectWriter::reset() following r236255.
Yaron Keren
- [lld] r236873 - [ARM] Generation of .ARM.exidx/.ARM.extab sections
Leny Kholodov
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- [zorg] r214540 - Fixed mergefunc builder configure; added lldb builder for FreeBSD.
Galina Kistanova
- [zorg] r214540 - Fixed mergefunc builder configure; added lldb builder for FreeBSD.
Galina Kistanova
- [zorg] r214540 - Fixed mergefunc builder configure; added lldb builder for FreeBSD.
Galina Kistanova
- [zorg] r237213 - Change to make lldb experimental builders to build on regular commits.
Galina Kistanova
- [zorg] r237215 - Disabled two off-line clang builders: llvm-clang-lld-x86_64-ubuntu-13.04 and llvm-clang-lld-x86_64-centos-6.5.
Galina Kistanova
- [zorg] r214540 - Fixed mergefunc builder configure; added lldb builder for FreeBSD.
Galina Kistanova
- [zorg] r237305 - Disable IRC notifications for experimental buildbots.
Galina Kistanova
- [zorg] r237318 - Prepare the list of standard builders once with all the filtering in one place.
Galina Kistanova
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- [llvm] r235901 - Fix build broken by incorrect class name.
Galina Kistanova
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- [zorg] r214540 - Fixed mergefunc builder configure; added lldb builder for FreeBSD.
Galina Kistanova
- [PATCH] [WinEH] Update C++ exception state numbering code
Reid Kleckner
- [PATCH] [X86] ABI breaking change for x86-32: pass 3 vector arguments in-register instead of 4, except on Darwin
Reid Kleckner
- [PATCH] Fix tablegen cmake rule.
Reid Kleckner
- [PATCH] [WinEH] Handle the case of nested landing pads that return to a block in the parent function.
Reid Kleckner
- [PATCH] [X86] Always return the sret parameter in eax/rax, even on 32-bit
Reid Kleckner
- [llvm] r237175 - [X86] Always return the sret parameter in eax/rax, even on 32-bit
Reid Kleckner
- [PATCH] [X86] Always return the sret parameter in eax/rax, even on 32-bit
Reid Kleckner
- [PATCH] [SDAG] Add SymbolSDNode to wrap MCSymbol operands
Reid Kleckner
- [PATCH] [SDAG] Don't pass inline asm blobs through ExternalSymbolSDNodes
Reid Kleckner
- [PATCH] [SDAG] Add SymbolSDNode to wrap MCSymbol operands
Reid Kleckner
- [lld] [PATCH] Add a mutex to MachOLinkingContext to prevent a race-condition.
Nick Kledzik
- [lld] [PATCH] Add support for MachO ripRel32MinusNAnon relocations.
Nick Kledzik
- [llvm] r233747 - [ExecutionEngine] Fix MCJIT::addGlobalMapping.
Josh Klontz
- [PATCH] Fix tablegen cmake rule.
James Y Knight
- [llvm] r237058 - Fix tablegen's PrintFatalError function to run registered file
James Y Knight
- [PATCH] Fix tablegen cmake rule.
James Y Knight
- [PATCH] Sparc: Implement LDD/STD double-word load/store instructions.
James Y Knight
- [PATCH] Sparc: Support PSR, TBR, WIM read/write instructions.
James Y Knight
- [PATCH] Sparc: Add the alternate address space load/store instructions.
James Y Knight
- [PATCH] Add support for the Sparc implementation-defined "ASR" registers.
James Y Knight
- [PATCH] Sparc: support the "set" synthetic instruction.
James Y Knight
- [PATCH] Sparc: support the "set" synthetic instruction.
James Y Knight
- [PATCH] Sparc: Support PSR, TBR, WIM read/write instructions.
James Y Knight
- [PATCH] Sparc: Implement i64 load/store support for 32-bit sparc.
James Y Knight
- [llvm] r237158 - [mips][microMIPSr6] Implement SELEQZ and SELNEZ instructions
Jozef Kolek
- [PATCH] [mips][microMIPSr6] Implement SELEQZ and SELNEZ instructions
Jozef Kolek
- [llvm] r237257 - [mips][microMIPSr6] Implement CLO and CLZ instructions
Jozef Kolek
- [PATCH] [mips][microMIPSr6] Implement CLO and CLZ instructions
Jozef Kolek
- [PATCH] [mips][microMIPSr6] Implement NOR, OR, ORI, XOR and XORI instructions
Jozef Kolek
- [PATCH] [mips][microMIPSr6] Implement AND and ANDI instructions
Jozef Kolek
- [PATCH] [mips][microMIPSr6] Implement DIV, DIVU, MOD and MODU instructions
Jozef Kolek
- [PATCH] [mips][microMIPSr6] Implement ALIGN and AUI instructions
Jozef Kolek
- [llvm] r235988 - Use CIE version 4 for dwarf4.
Anton Korobeynikov
- [PATCH] Install libunwind headers
Anton Korobeynikov
- [llvm] r237157 - YAML: Fix typos. NFC.
Benjamin Kramer
- [llvm] r237522 - MC: Lower the default alignment of MCContext's operator new to 8
Benjamin Kramer
- [llvm] r237523 - DenseMap: Remove poisoning of unused memory.
Benjamin Kramer
- [llvm] r237524 - [WinEH] Push unique_ptr through the Action interface.
Benjamin Kramer
- [llvm] r237526 - Move Pass into anonymous namespace. NFC.
Benjamin Kramer
- [PATCH] compile time improvement for MachineSink
Aditya Kumar
- [PATCH] compile time improvement for MachineSink
Aditya Kumar
- [PATCH] [CodeExtractor] Correctly update DT after splitting region header blocks
Michael Kuperstein
- [PATCH] [X86] Store DAGCombine should not assume arbitrary vector types are simple
Michael Kuperstein
- [PATCH] [X86] Store DAGCombine should not assume arbitrary vector types are simple
Michael Kuperstein
- [PATCH] [X86] ABI breaking change for x86-32: pass 3 vector arguments in-register instead of 4, except on Darwin
Michael Kuperstein
- [llvm] r237097 - [X86] DAGCombine should not assume arbitrary vector types are simple
Michael Kuperstein
- [PATCH] [X86] Store DAGCombine should not assume arbitrary vector types are simple
Michael Kuperstein
- [llvm] r237234 - Use std::bitset for SubtargetFeatures
Michael Kuperstein
- [llvm] r237245 - Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
- [llvm] r237357 - Fixed some typos and broken links in source level debugging docs.
Michael Kuperstein
- [llvm] r229841 - Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Kuperstein, Michael M
- [llvm] r229841 - Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Kuperstein, Michael M
- [llvm] r229841 - Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Kuperstein, Michael M
- [llvm] r229841 - Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Kuperstein, Michael M
- [llvm] r229841 - Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Kuperstein, Michael M
- [llvm] r229841 - Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Kuperstein, Michael M
- [llvm] r229841 - Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Kuperstein, Michael M
- [llvm] r237170 - [PATCH] [HEXAGON] Add a test program to verify calling convention
Sundeep Kushwaha
- [compiler-rt] r236999 - [Msan] Fix the if_indextoname.cc test to pass on FreeBSD
Viktor Kutuzov
- [PATCH] [Msan] Make the pthread_getattr_np_deadlock.cc test Linux-specific
Viktor Kutuzov
- [llvm] r237157 - YAML: Fix typos. NFC.
Alex L
- [PATCH] YAML: Implement block scalar parsing
Alex L
- [PATCH] YAML: Implement block scalar parsing
Alex L
- [llvm] r237126 - Reverse ordering of base and derived pointer during safepoint lowering.
Igor Laevsky
- [PATCH] Reverse order in which base and derived pointers are lowered in the statepoint StackMap section
Igor Laevsky
- [PATCH] [PlaceSafepoints] Use the analysis infrastructure rather than an inner pass manager
Igor Laevsky
- [PATCH] Move easily derivable pointers optimization from CodeGenPrepare to RewriteStatepointPass
Igor Laevsky
- [PATCH] Support of the gc.relocates for invoke statepoints
Igor Laevsky
- [PATCH] Move easily derivable pointers optimization from CodeGenPrepare to RewriteStatepointPass
Igor Laevsky
- [PATCH] [PlaceSafepoints] Assertion on that gc_result can not have preceding phis should only apply to invoke statepoint
Igor Laevsky
- [PATCH] [FunctionAttr] Infer nonnull attributes on returns
Nick Lewycky
- [llvm] r237046 - propagate IR-level fast-math-flags to DAG nodes; 2nd try; NFC
Nick Lewycky
- [llvm] r237317 - Revert r237046. See the testcase on the thread where r237046 was committed.
Nick Lewycky
- [llvm] r237405 - Add a missing piece of existing practice to the developer policy. This may need further refinement, but I think is roughly correct.
Nick Lewycky
- [llvm] r237405 - Add a missing piece of existing practice to the developer policy. This may need further refinement, but I think is roughly correct.
Nick Lewycky
- [llvm] r237405 - Add a missing piece of existing practice to the developer policy. This may need further refinement, but I think is roughly correct.
Nick Lewycky
- [PATCH] Rename variables in gc_relocate related functions to follow LLVM's naming conventions.
Chen Li
- [PATCH] Rename variables in gc_relocate related functions to follow LLVM's naming conventions.
Chen Li
- [PATCH] Refactoring gc_relocate related code in CodeGenPrepare.cpp
Chen Li
- [PATCH] Refactoring gc_relocate related code in CodeGenPrepare.cpp
Chen Li
- [PATCH] [Statepoints] Support for "patchable" statepoints.
Chen Li
- [PATCH] [Verifier] Assert gc_relocate always return a pointer type
Chen Li
- [PATCH] [Verifier] Assert gc_relocate always return a pointer type
Chen Li
- [PATCH] [Verifier] Assert gc_relocate always return a pointer type
Chen Li
- [PATCH] [Verifier] Assert gc_relocate always return a pointer type
Chen Li
- [PATCH] [Verifier] Assert gc_relocate always return a pointer type
Chen Li
- [PATCH] [PlaceSafepoints] Assertion on that gc_result can not have preceding phis should only apply to invoke statepoint
Chen Li
- [PATCH] LLVM changes for indirect call target profiling support
Xinliang David Li
- [PATCH] Indirect call target profiling compiler-rt changes
Xinliang David Li
- [PATCH] [LoopVectorize]Teach Loop Vectorizer about interleaved memory access
Hao Liu
- [PATCH] [LoopVectorize]Teach Loop Vectorizer about interleaved memory access
Hao Liu
- [PATCH] [LoopVectorize]Teach Loop Vectorizer about interleaved memory access
Hao Liu
- [PATCH] [LoopVectorize]Teach Loop Vectorizer about interleaved memory access
Hao Liu
- [PATCH] [LoopVectorize]Teach Loop Vectorizer about interleaved memory access
Hao Liu
- [PATCH] [LoopVectorize]Teach Loop Vectorizer about interleaved memory access
Hao Liu
- [PATCH] [LoopVectorize]Teach Loop Vectorizer about interleaved memory access
Hao Liu
- [PATCH] YAML: Add error resetting functionality to the yaml input class.
Alex Lorenz
- [PATCH] Machine Level IR Serialization: print and parse LLVM IR.
Alex Lorenz
- [llvm] r237157 - YAML: Fix typos. NFC.
Alex Lorenz
- [llvm] r237160 - Revert r237157, "YAML: Fix typos. NFC".
Alex Lorenz
- [PATCH] YAML: Implement block scalar parsing
Alex Lorenz
- [PATCH] YAML: Implement block scalar parsing
Alex Lorenz
- [PATCH] Machine Level IR Serialization: print and parse LLVM IR.
Alex Lorenz
- [PATCH] Machine Level IR Serialization: print and parse LLVM IR.
Alex Lorenz
- [PATCH] Machine Level IR Serialization: print and parse LLVM IR.
Alex Lorenz
- [PATCH] YAML: Implement block scalar parsing
Alex Lorenz
- [llvm] r237314 - YAML: Implement block scalar parsing.
Alex Lorenz
- [PATCH] YAML: Implement block scalar parsing
Alex Lorenz
- [llvm] r237389 - Fix memory leak introduced in r237314.
Alex Lorenz
- [llvm] r237404 - YAML: Add support for literal block scalar I/O.
Alex Lorenz
- [PATCH] YAML: Add support for literal block scalar I/O.
Alex Lorenz
- [PATCH] Machine Level IR Serialization: print and parse LLVM IR.
Alex Lorenz
- [PATCH] Machine Level IR Serialization: print and parse LLVM IR.
Alex Lorenz
- [PATCH] Machine Level IR Serialization: print and parse LLVM IR.
Alex Lorenz
- [PATCH] Machine Level IR Serialization: print and parse LLVM IR.
Alex Lorenz
- [PATCH] Machine Level IR Serialization: print and parse LLVM IR.
Alex Lorenz
- [PATCH] Machine Level IR Serialization: print and parse LLVM IR.
Alex Lorenz
- [PATCH] Make sure to include the constant offset when creating a cross-section relative relocation.
David Majnemer
- [PATCH] [PATCH 2/2] [x86] Add support for "probe-stack"
David Majnemer
- [PATCH] [PATCH 1/2] Add a "probe-stack" attribute
David Majnemer
- [PATCH] [X86] Always return the sret parameter in eax/rax, even on 32-bit
David Majnemer
- [PATCH] [lib/Fuzzer] Add SHA1 implementation from public domain.
David Majnemer
- [PATCH] Add support for complex aggregate store in InstCombine
David Majnemer
- [PATCH] [ValueTracking] Allow min/max detection to see through casts.
David Majnemer
- [PATCH] [InstCombine] Canonicalize min/max expressions correctly.
David Majnemer
- [PATCH] [ValueTracking] refactor: extract method noCommonSetBits
David Majnemer
- [PATCH] [ValueTracking] Allow min/max detection to see through casts.
David Majnemer
- [llvm] r237395 - Add another InstCombine pass after LoopUnroll.
David Majnemer
- [PATCH] [ValueTracking] Allow min/max detection to see through casts.
David Majnemer
- [PATCH] [InstCombine] Canonicalize min/max expressions correctly.
David Majnemer
- [PATCH] [ValueTracking] Allow min/max detection to see through casts.
David Majnemer
- [PATCH] [InstCombine] Canonicalize min/max expressions correctly.
David Majnemer
- [llvm] r237474 - [X86] Use a better sentinel offset for the FrameAddr index
David Majnemer
- [llvm] r228748 - X86: Make @llvm.frameaddress work correctly with Windows unwind codes
David Majnemer
- [llvm] r237476 - [RuntimeDyld] Use isInt to assert that a relocation didn't overflow
David Majnemer
- [PATCH] Add support for fast-math flags to the FCmp instruction.
David Majnemer
- [PATCH] support memory markers for nonzero address spaces
David Majnemer
- [PATCH] Set a debugger "target" to guide DWARF choices
Ed Maste
- [PATCH] Set a debugger "target" to guide DWARF choices
Ed Maste
- [zorg] r214540 - Fixed mergefunc builder configure; added lldb builder for FreeBSD.
Ed Maste
- [zorg] r214540 - Fixed mergefunc builder configure; added lldb builder for FreeBSD.
Ed Maste
- [zorg] r214540 - Fixed mergefunc builder configure; added lldb builder for FreeBSD.
Ed Maste
- [zorg] r214540 - Fixed mergefunc builder configure; added lldb builder for FreeBSD.
Ed Maste
- [PATCH] Removing old CMake build system
Ed Maste
- [PATCH] Adding openmp project as a runtime project to projects/CMakeLists.txt
Ed Maste
- [PATCH] Adding openmp project as a runtime project to projects/CMakeLists.txt
Ed Maste
- [PATCH][LNT] Fix upgrade_3_to_4 and upgrade_4_to_5 to also work on Postgres
Chris Matthews
- [LNT] r237011 - A catchall except is the worse thing ever, don't use it
Chris Matthews
- [LNT] r237012 - Fixup printing result url - this can be None sometimes
Chris Matthews
- [LNT] r237057 - Submitting the same rev a lot can be very slow, warn
Chris Matthews
- [LNT] r237087 - Some nicer settings for Heroku instance.
Chris Matthews
- [LNT] r237088 - Expose the days option to generate different email report lengths
Chris Matthews
- [LNT] r237188 - Allow more than one submit server
Chris Matthews
- [compiler-rt] r237137 - [sanitizer] Re-enable a broken test with debug output.
Sergey Matveev
- [compiler-rt] r237147 - [sanitizer] Override pipefail in coverage-missing test.
Sergey Matveev
- [compiler-rt] r237149 - [sanitizer] Update "sancov.py missing" to allow __sanitizer_cov_with_check().
Sergey Matveev
- [PATCH] Improve the cost evaluation of LSR
Wei Mi
- [PATCH] Fix a performance problem in gep(gep ...) merging
Wei Mi
- [PATCH] Add a stat to show how often the MaxLookupSearchDepth limit is hit
Wei Mi
- [PATCH] Add another InstCombine pass after LoopUnroll
Wei Mi
- [PATCH] Add another InstCombine pass after LoopUnroll
Wei Mi
- [PATCH] Add another InstCombine pass after LoopUnroll
Wei Mi
- [llvm] r237395 - Add another InstCombine pass after LoopUnroll.
Wei Mi
- [PATCH] Add another InstCombine pass after LoopUnroll
Wei Mi
- [PATCH] Enable ExitValue rewrite only when expansion cost is low.
Wei Mi
- [PATCH] improve vectorizers by removing cost of unnecessary truncs and exts.
James Molloy
- [llvm] r236998 - Rip min/max pattern matching out of InstCombine and into
James Molloy
- [PATCH] Rip min/max pattern matching out of InstCombine and into ValueTracking.
James Molloy
- [PATCH][LNT] Fix upgrade_3_to_4 and upgrade_4_to_5 to also work on Postgres
James Molloy
- [PATCH] improve vectorizers by removing cost of unnecessary truncs and exts.
James Molloy
- [PATCH] improve vectorizers by removing cost of unnecessary truncs and exts.
James Molloy
- [PATCH] improve vectorizers by removing cost of unnecessary truncs and exts.
James Molloy
- [PATCH] [AArch64] Codegen VMAX/VMIN for safe math cases
James Molloy
- [PATCH] [AArch64] Codegen VMAX/VMIN for safe math cases
James Molloy
- [PATCH] [SDAG] Add SDNodes for umin, umax, smin and smax
James Molloy
- [PATCH] [AArch64] Mark SMIN/SMAX/UMIN/UMAX nodes as legal and add patterns for them
James Molloy
- [PATCH] [AArch64] Mark SMIN/SMAX/UMIN/UMAX nodes as legal and add patterns for them
James Molloy
- [PATCH] [ValueTracking] Allow min/max detection to see through casts.
James Molloy
- [PATCH] [ValueTracking] Allow min/max detection to see through casts.
James Molloy
- [PATCH] [InstCombine] Canonicalize min/max expressions correctly.
James Molloy
- [PATCH] [InstCombine] Canonicalize min/max expressions correctly.
James Molloy
- [llvm] r237247 - [AArch64] Codegen VMAX/VMIN for safe math cases
James Molloy
- [PATCH] [SDAG] Add SDNodes for umin, umax, smin and smax
James Molloy
- [PATCH] [ValueTracking] Allow min/max detection to see through casts.
James Molloy
- [PATCH] [InstCombine] Canonicalize min/max expressions correctly.
James Molloy
- [PATCH] [SDAG] Add SDNodes for umin, umax, smin and smax
James Molloy
- [llvm-lit] remove %t files before running a test
James Molloy
- [PATCH] [SDAG] Add SDNodes for umin, umax, smin and smax
James Molloy
- [llvm-lit] remove %t files before running a test
James Molloy
- [PATCH] [SDAG] Add SDNodes for umin, umax, smin and smax
James Molloy
- [llvm-lit] remove %t files before running a test
James Molloy
- [PATCH] [ValueTracking] Allow min/max detection to see through casts.
James Molloy
- [PATCH] [SDAG] Add SDNodes for umin, umax, smin and smax
James Molloy
- [PATCH] [ValueTracking] Allow min/max detection to see through casts.
James Molloy
- [PATCH] [ValueTracking] Allow min/max detection to see through casts.
James Molloy
- [PATCH] expose ILP for associative operations in the DAG
James Molloy
- [PATCH] expose ILP for associative operations in the DAG
James Molloy
- [llvm] r237423 - Add SDNodes for umin, umax, smin and smax.
James Molloy
- [PATCH] [SDAG] Add SDNodes for umin, umax, smin and smax
James Molloy
- [PATCH] [SDAG] Add SDNodes for umin, umax, smin and smax
James Molloy
- [PATCH] [ValueTracking] Allow min/max detection to see through casts.
James Molloy
- [PATCH] [InstCombine] Canonicalize min/max expressions correctly.
James Molloy
- [llvm] r237439 - [DependenceAnalysis] Fix for PR21585: collectUpperBound triggers asserts
James Molloy
- [PATCH] Add support for fast-math flags to the FCmp instruction.
James Molloy
- [llvm] r237452 - Allow min/max detection to see through casts.
James Molloy
- [PATCH] [ValueTracking] Allow min/max detection to see through casts.
James Molloy
- [llvm] r237453 - Canonicalize min/max expressions correctly.
James Molloy
- [PATCH] [InstCombine] Canonicalize min/max expressions correctly.
James Molloy
- [llvm] r237455 - Mark SMIN/SMAX/UMIN/UMAX nodes as legal and add patterns for them.
James Molloy
- [PATCH] [AArch64] Mark SMIN/SMAX/UMIN/UMAX nodes as legal and add patterns for them
James Molloy
- [llvm] r237453 - Canonicalize min/max expressions correctly.
James Molloy
- [PATCH] Add support for fast-math flags to the FCmp instruction.
James Molloy
- [llvm] r237457 - [SDAGBuilder] Make the AArch64 builder happier.
James Molloy
- [llvm] r237458 - Revert "Canonicalize min/max expressions correctly."
James Molloy
- [llvm] r237453 - Canonicalize min/max expressions correctly.
James Molloy
- [PATCH] Add support for fast-math flags to the FCmp instruction.
James Molloy
- [llvm] r237520 - Reapply r237453 with a fix for the test timeouts.
James Molloy
- [llvm] r237521 - Update to r237520 - swap order of CHECK-NEXT lines.
James Molloy
- [llvm] r237528 - Revert commits r237521 and r237520.
James Molloy
- [llvm] r237528 - Revert commits r237521 and r237520.
James Molloy
- [llvm] r237539 - Reapply r237520 with another fix for infinite looping
James Molloy
- [PATCH] [DependenceAnalysis] Extend unifySubscriptType for handling coupled subscript groups.
Vaivaswatha Nagaraj
- [PATCH] [DependenceAnalysis] Extend unifySubscriptType for handling coupled subscript groups.
Vaivaswatha Nagaraj
- [PATCH] [DependenceAnalysis] Extend unifySubscriptType for handling coupled subscript groups.
Vaivaswatha Nagaraj
- [PATCH] [X86] Updates to X86 backend for f16 promotion
Pirama Arumuga Nainar
- [llvm] r237004 - [X86] Updates to X86 backend for f16 promotion
Pirama Arumuga Nainar
- [PATCH] [X86] Updates to X86 backend for f16 promotion
Pirama Arumuga Nainar
- [PATCH] [X86] Updates to X86 backend for f16 promotion
Pirama Arumuga Nainar
- [PATCH] Loop Versioning for LICM
Ashutosh Nema
- [llvm] r236977 - [Docs] Fix scoped noalias example
Adam Nemet
- [PATCH] [Docs] Fix scoped noalias example
Adam Nemet
- [llvm] r236981 - [Testsuite] Renumber metadata in ScopedNoAliasAA test to match CHECK lines
Adam Nemet
- [PATCH] [Testsuite] Renumber metadata in ScopedNoAliasAA test to match CHECK lines
Adam Nemet
- [llvm] r236416 - AVX-512: enabled tests for AVX512F set
Adam Nemet
- [llvm] r236416 - AVX-512: enabled tests for AVX512F set
Adam Nemet
- [llvm] r236416 - AVX-512: enabled tests for AVX512F set
Adam Nemet
- [PATCH] New Loop Distribution pass
Adam Nemet
- [PATCH] New Loop Distribution pass
Adam Nemet
- [PATCH] [MemoryDependenceAnalysis] Support -analyze
Adam Nemet
- [PATCH] New Loop Distribution pass
Adam Nemet
- [llvm] r237358 - New Loop Distribution pass
Adam Nemet
- [PATCH] New Loop Distribution pass
Adam Nemet
- [llvm] r237359 - Attempt to fix MSVC bots
Adam Nemet
- [llvm] r237358 - New Loop Distribution pass
Adam Nemet
- [llvm] r237358 - New Loop Distribution pass
Adam Nemet
- [llvm] r237107 - AVX-512: asm parser errors check
Adam Nemet
- [PATCH] IRBuilder: Allow retrieval of the inserted instructions
Adam Nemet
- [llvm] r237358 - New Loop Distribution pass
Adam Nemet
- [llvm] r233930 - [LoopAccesses] Handle case when no memchecks are needed after partitioning
Adam Nemet
- [llvm] r233930 - [LoopAccesses] Handle case when no memchecks are needed after partitioning
Adam Nemet
- [PATCH] [MemoryDependenceAnalysis] Support -analyze
Adam Nemet
- [PATCH] [MemoryDependenceAnalysis] Support -analyze
Adam Nemet
- [PATCH] ARM: No need for 8 byte alignment of LDRD on newer CPUs
Tim Northover
- [llvm] r237293 - ARM: refactor optimizeThumb2JumpTables.
Tim Northover
- [llvm] r237294 - ARM: remove custom jump table UID
Tim Northover
- [llvm] r237295 - ARM: remove possible vestiges of the legacy JIT???
Tim Northover
- [PATCH] ARM: allow ConstantIslands to handle jump tables
Tim Northover
- [PATCH] ARM: allow ConstantIslands to handle jump tables
Tim Northover
- [PATCH] Sparc: Implement i64 load/store support for 32-bit sparc.
Tim Northover
- [PATCH] Add function entry count metadata.
Diego Novillo
- [PATCH] Add function entry count metadata.
Diego Novillo
- [PATCH] Add function entry count metadata.
Diego Novillo
- [PATCH] Add function entry count metadata.
Diego Novillo
- [llvm] r237197 - Tidy comments in SampleProfile header. NFC.
Diego Novillo
- [PATCH] Add function entry count metadata.
Diego Novillo
- [PATCH] Add function entry count metadata.
Diego Novillo
- [PATCH] Add function entry count metadata.
Diego Novillo
- [PATCH] Add function entry count metadata.
Diego Novillo
- [llvm] r237260 - Add function entry count metadata.
Diego Novillo
- [PATCH] Add function entry count metadata.
Diego Novillo
- [llvm] r237265 - Add function entry counts from sample profiles.
Diego Novillo
- [PATCH] [xcore] Only support the 'm' inline assembly memory constraint. NFC.
Richard Osborne
- [PATCH] Implement variable-sized alloca instrumentation (take 2).
Maxim Ostapenko
- [PATCH] improve vectorizers by removing cost of unnecessary truncs and exts.
Sam Parker
- [PATCH] improve vectorizers by removing cost of unnecessary truncs and exts.
Sam Parker
- [PATCH] improve BasicAA analysis of static globals.
Sam Parker
- [PATCH] improve vectorizers by removing cost of unnecessary truncs and exts.
Sam Parker
- [PATCH] improve BasicAA analysis of static globals.
Sam Parker
- [PATCH] improve vectorizers by removing cost of unnecessary truncs and exts.
Sam Parker
- [PATCH] improve BasicAA analysis of static globals.
Sam Parker
- [llvm] r237342 - [TableGen] Simplify some code. NFC
Pasi Parviainen
- [llvm] r237342 - [TableGen] Simplify some code. NFC
Pasi Parviainen
- [PATCH] [X86] Store DAGCombine should not assume arbitrary vector types are simple
Sanjay Patel
- [llvm] r236600 - Revert r236546, "propagate IR-level fast-math-flags to DAG nodes (NFC)"
Sanjay Patel
- [llvm] r237013 - group getNode() variants by purpose and add comments; NFC
Sanjay Patel
- [llvm] r237046 - propagate IR-level fast-math-flags to DAG nodes; 2nd try; NFC
Sanjay Patel
- [llvm] r237139 - fix typos, grammar; NFC
Sanjay Patel
- [llvm] r237144 - use 'auto' to improve readability; NFC
Sanjay Patel
- [PATCH] propagate IR-level fast-math-flags to DAG nodes
Sanjay Patel
- [PATCH] Use the 'arcp' fast-math-flag when combining repeated FP divisors
Sanjay Patel
- [PATCH] Use the 'arcp' fast-math-flag when combining repeated FP divisors
Sanjay Patel
- [llvm] r237181 - fix formatting; NFC
Sanjay Patel
- [PATCH] [x86] make reciprocal estimate code generation more flexible
Sanjay Patel
- [llvm] r237046 - propagate IR-level fast-math-flags to DAG nodes; 2nd try; NFC
Sanjay Patel
- [PATCH] expose ILP for associative operations in the DAG
Sanjay Patel
- [PATCH] Remove non-necessary canonicalization from the DAG
Sanjay Patel
- [PATCH] expose ILP for associative operations in the DAG
Sanjay Patel
- [PATCH] expose ILP for associative operations in the DAG
Sanjay Patel
- [PATCH] [x86] make reciprocal estimate code generation more flexible
Sanjay Patel
- [PATCH] [x86] make reciprocal estimate code generation more flexible
Sanjay Patel
- [PATCH] make reciprocal estimate code generation more flexible by adding command-line options
Sanjay Patel
- [PATCH] Sanitizers: Implement `GetRSS` on Mac OS X
Ismail Pazarbasi
- [compiler-rt] r237173 - Sanitizers: Implement `GetRSS` on Mac OS X
Ismail Pazarbasi
- [PATCH] Sanitizers: Implement `GetRSS` on Mac OS X
Ismail Pazarbasi
- [PATCH] Sanitizers: Implement `GetRSS` on Mac OS X
Ismail Pazarbasi
- [PATCH] Sanitizers: Implement `GetRSS` on Mac OS X
Ismail Pazarbasi
- [compiler-rt] r237177 - Call system's sigfillset and sigprocmask functions from sanitizers
Ismail Pazarbasi
- [PATCH] Call system's sigfillset and sigprocmask functions from sanitizers
Ismail Pazarbasi
- [compiler-rt] r237190 - Include missing 'sanitizer_platform_limits_posix.h'
Ismail Pazarbasi
- [PATCH] Implement `internal_start/join_thread` on Mac OS X
Ismail Pazarbasi
- [PATCH] Update README.txt files and Build_With_CMake.txt
Jonathan Peyton
- [PATCH] ittnotify fixes
Jonathan Peyton
- [PATCH] Adding openmp project as a runtime project to projects/CMakeLists.txt
Jonathan Peyton
- [PATCH] Removing old CMake build system
Jonathan Peyton
- [PATCH] Removing old CMake build system
Jonathan Peyton
- [PATCH] [OpenMP] Allow build on FreeBSD
Jonathan Peyton
- [PATCH] [OpenMP] Allow build on FreeBSD
Jonathan Peyton
- [PATCH] [OpenMP] Allow build on FreeBSD
Jonathan Peyton
- [PATCH] [OpenMP] Allow build on FreeBSD
Jonathan Peyton
- [PATCH] [DependenceAnalysis] Fix for PR21585: collectUpperBound triggers asserts
Philip Pfaffe
- [PATCH] [DependenceAnalysis] Fix for PR21585: collectUpperBound triggers asserts
Philip Pfaffe
- [PATCH] [DependenceAnalysis] Fix for PR21585: collectUpperBound triggers asserts
Philip Pfaffe
- [PATCH] [DependenceAnalysis] Fix for PR21585: collectUpperBound triggers asserts
Philip Pfaffe
- [PATCH] [Msan] Fix the if_indextoname.cc test to pass on FreeBSD
Phabricator
- [PATCH] CodeGen: Make MachineInstr::untieRegOperand() a public function
Phabricator
- [PATCH] [WinEH] Update C++ exception state numbering code
Phabricator
- [PATCH] [WinEH] Handle the case of nested landing pads that return to a block in the parent function.
Phabricator
- [PATCH] [DWARF] Add CIE header fields address_size and segment_size when generating dwarf-4
Phabricator
- [PATCH] R600/SI: Fix bug in VGPR spilling
Phabricator
- [PATCH] ARM: Remove Itineraries for swift CPU
Phabricator
- [PATCH] CVP: Improve handling of Selects used as incoming PHI values
Phabricator
- [PATCH] [ConstantFolding] Fix wrong folding of intrinsic 'convert.from.fp16'.
Phabricator
- [PATCH] compile time improvement for MachineSink
Phabricator
- [PATCH] [X86][SSE] Vectorized i64 uniform constant SRA shifts
Simon Pilgrim
- [PATCH] [X86][SSE] Vectorized i64 uniform constant SRA shifts
Simon Pilgrim
- [PATCH] Exploit dereferenceable_or_null attribute in LICM pass
Artur Pilipenko
- [PATCH] Move logic from JumpThreading into LazyValue info to simplify caller.
Artur Pilipenko
- [PATCH] Take alignment into account for speculative loads
Artur Pilipenko
- [PATCH] Sanitizers: Implement `GetRSS` on Mac OS X
Alexander Potapenko
- [PATCH] Implement `internal_start/join_thread` on Mac OS X
Alexander Potapenko
- [PATCH] Call system's sigfillset and sigprocmask functions from sanitizers
Alexander Potapenko
- [llvm-lit] remove %t files before running a test
Tzafrir Poupko
- [llvm-lit] remove %t files before running a test
Tzafrir Poupko
- [llvm-lit] remove %t files before running a test
Tzafrir Poupko
- [llvm-lit] remove %t files before running a test
Tzafrir Poupko
- [PATCH] Add a DIExternalTypeRef debug metadata node to the IR.
Adrian Prantl
- [PATCH] Add a DIExternalTypeRef debug metadata node to the IR.
Adrian Prantl
- [PATCH] Add a DIExternalTypeRef debug metadata node to the IR.
Adrian Prantl
- [PATCH] Add a DIExternalTypeRef debug metadata node to the IR.
Adrian Prantl
- [PATCH] [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
Vladimir Radosavljevic
- [PATCH] [Mips] Return false for isFPCloseToIncomingSP()
Vladimir Radosavljevic
- [PATCH] [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
Vladimir Radosavljevic
- [PATCH] [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
Vladimir Radosavljevic
- [PATCH] Install libunwind headers
Oleg Ranevskyy
- [PATCH] [RewriteStatepointsForGC] Extend base pointer to handle more cases w/vectors
Philip Reames
- [PATCH] Reverse order in which base and derived pointers are lowered in the statepoint StackMap section
Philip Reames
- [PATCH] Reverse order in which base and derived pointers are lowered in the statepoint StackMap section
Philip Reames
- [PATCH] Dereferenceable, dereferenceable_or_null metadata for loads
Philip Reames
- [PATCH] Teach InlineCost to account for a null check which can be folded away
Philip Reames
- [PATCH] [InstCombine] Propagate non-null facts to call parameters
Philip Reames
- [PATCH] [InstCombine] Propagate non-null facts to call parameters
Philip Reames
- [PATCH] [FunctionAttr] Infer nonnull attributes on returns
Philip Reames
- [PATCH] Split the calling convention and statepoint flags operand to STATEPOINT into two separate operands.
Philip Reames
- [PATCH] [RewriteStatepointsForGC] Extend base pointer to handle more cases w/vectors
Philip Reames
- [PATCH] Split the calling convention and statepoint flags operand to STATEPOINT into two separate operands.
Philip Reames
- [PATCH] Clean up statepoint argument accessors.
Philip Reames
- [PATCH] llvm.noalias - don't block EarlyCSE
Philip Reames
- [PATCH] llvm.noalias - don't interfere with llvm.assume
Philip Reames
- [llvm] r237172 - [PlaceSafepoints] Remove dependence on LoopSimplify
Philip Reames
- [PATCH] [PlaceSafepoints] Remove dependence on LoopSimplify
Philip Reames
- [llvm] r237176 - [PlaceSafepoints] Use analysis infrastructure to get dominator tree
Philip Reames
- [PATCH] [PlaceSafepoints] Use analysis infrastructure to get dominator tree
Philip Reames
- [PATCH] [MemoryDependenceAnalysis] Support -analyze
Philip Reames
- [llvm] r237180 - [PlaceSafepoints] Make internal helper pass a FunctionPass
Philip Reames
- [PATCH] [PlaceSafepoints] Make internal helper pass a FunctionPass
Philip Reames
- [llvm] r237185 - [PlaceSafepoints] Switch to being a FunctionPass
Philip Reames
- [PATCH] [Statepoints] Support for "patchable" statepoints.
Philip Reames
- [PATCH] [PlaceSafepoints] Switch to being a FunctionPass
Philip Reames
- [PATCH] [FunctionAttr] Infer nonnull attributes on returns
Philip Reames
- [PATCH] An llvm.noalias intrinsic
Philip Reames
- [PATCH] Add function entry count metadata.
Philip Reames
- [PATCH] Machine Level IR Serialization: print and parse LLVM IR.
Philip Reames
- [llvm] r237200 - [RewriteStatepointsForGC] Extend base pointer to handle more cases w/vectors
Philip Reames
- [PATCH] [RewriteStatepointsForGC] Extend base pointer to handle more cases w/vectors
Philip Reames
- [PATCH] Exploit dereferenceable_or_null attribute in LICM pass
Philip Reames
- [PATCH] CVP: Improve handling of Selects used as incoming PHI values
Philip Reames
- [PATCH] Add function entry count metadata.
Philip Reames
- [PATCH] llvm.noalias - handling of dead intrinsics
Philip Reames
- [PATCH] llvm.noalias - Add IRBuilder support
Philip Reames
- [PATCH] llvm.noalias - CaptureTracking needs to look through them
Philip Reames
- [PATCH] llvm.noalias - Pointer comparison folding should look through them
Philip Reames
- [PATCH] llvm.assume - CodeGen support
Philip Reames
- [PATCH] llvm.noalias - computeKnownBits should look through them
Philip Reames
- [llvm] r237212 - [PlaceSafepoints] Followup to commit L237172
Philip Reames
- [PATCH] [PlaceSafepoints] Reduce dominator tree recalculation
Philip Reames
- [PATCH] Add function entry count metadata.
Philip Reames
- [llvm] r237220 - [PlaceSafepoints] Reduce dominator tree recalculation
Philip Reames
- [PATCH] [PlaceSafepoints] Reduce dominator tree recalculation
Philip Reames
- [PATCH] [PlaceSafepoints] Reduce dominator tree recalculation
Philip Reames
- [PATCH] [ValueTracking] Allow min/max detection to see through casts.
Philip Reames
- [PATCH] [MemoryDependenceAnalysis] Support -analyze
Philip Reames
- [PATCH] [PlaceSafepoints] Use the analysis infrastructure rather than an inner pass manager
Philip Reames
- [PATCH] Extend EarlyCSE to handle basic cases from JumpThreading and CVP
Philip Reames
- [PATCH] [SCCP] Calculate Null Pointer Comparisons
Philip Reames
- [PATCH] Infer known bits from dominating conditions
Philip Reames
- [PATCH] Extend EarlyCSE to handle basic cases from JumpThreading and CVP
Philip Reames
- [PATCH] Extend EarlyCSE to handle basic cases from JumpThreading and CVP
Philip Reames
- [PATCH] Extend EarlyCSE to handle basic cases from JumpThreading and CVP
Philip Reames
- [PATCH] [PlaceSafepoints] Use the analysis infrastructure rather than an inner pass manager
Philip Reames
- [PATCH] Remove loop variant range check when induction variable is strictly increasing
Philip Reames
- [PATCH] Move easily derivable pointers optimization from CodeGenPrepare to RewriteStatepointPass
Philip Reames
- [PATCH] [SCCP] Calculate Null Pointer Comparisons
Philip Reames
- [PATCH] [SCCP] Calculate Null Pointer Comparisons
Philip Reames
- [llvm] r235988 - Use CIE version 4 for dwarf4.
Robinson, Paul
- [PATCH] Set a debugger "target" to guide DWARF choices
Robinson, Paul
- [PATCH] [DWARF] Add CIE header fields address_size and segment_size when generating dwarf-4
Paul Robinson
- [PATCH] [DWARF] Add CIE header fields address_size and segment_size when generating dwarf-4
Paul Robinson
- [PATCH] [ARM] Use AEABI aligned function variants
Jonathan Roelofs
- [PATCH] Add per-test timeouts to lit
Jonathan Roelofs
- [PATCH] Add per-test timeouts to lit
Jonathan Roelofs
- [llvm] r237148 - Delete dead code. NFC
Jonathan Roelofs
- [PATCH] Add per-test timeouts to lit
Jonathan Roelofs
- [PATCH] Reflow long lines of LLVMBuild.txt files
Jonathan Roelofs
- [llvm] r237300 - Fix typo on Instruction::insert{After, Before}(). NFC
Jonathan Roelofs
- [PATCH] Reflow long lines of LLVMBuild.txt files
Jonathan Roelofs
- [PATCH] Anonymous namespaces are missing import DW_TAG_imported_module.
Katya Romanova
- [PATCH] Anonymous namespaces are missing import DW_TAG_imported_module.
Romanova, Katya
- [llvm] r237276 - [llvm-bcanalyzer] Add -show-binary-blobs option.
Jordan Rose
- [PATCH] [ValueTracking] refactor: extract method noCommonSetBits
Bjarke Hammersholt Roune
- [PATCH] Add a speculative execution pass
Bjarke Hammersholt Roune
- [PATCH] Add a speculative execution pass
Bjarke Hammersholt Roune
- [PATCH] Add a speculative execution pass
Bjarke Hammersholt Roune
- [PATCH] Add support for complex aggregate store in InstCombine
Amaury SECHET
- [PATCH] Add support for complex aggregate store in InstCombine
Amaury SECHET
- [PATCH] [tablegen] Resolve complex def identifiers when instanciating multiclass
Amaury SECHET
- [compiler-rt] r237045 - [UBSan] Add missing header that defines SANITIZER_CAN_USE_PREINIT_ARRAY
Alexey Samsonov
- [llvm] r237051 - Fix input validation issues in llvm-as/llvm-dis
Alexey Samsonov
- [PATCH] Fix input validation issues in llvm-as/llvm-dis
Alexey Samsonov
- [PATCH] cmake: Avoid "-fno-sanitize-recover is deprecated" warnings when building with ubsan
Alexey Samsonov
- [PATCH] Add ASan hooks to BumpPtrAllocator
Alexey Samsonov
- [llvm] r237453 - Canonicalize min/max expressions correctly.
Alexey Samsonov
- [PATCH] [mips] Correct and improve special-case shuffle instructions.
Daniel Sanders
- [PATCH] [mips] Fix ehframe-indirect.ll test.
Daniel Sanders
- [PATCH] [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only.
Daniel Sanders
- [PATCH] [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only.
Daniel Sanders
- [PATCH] [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only.
Daniel Sanders
- [PATCH] [mips][FastISel] Allow computation of addresses from constant expressions.
Daniel Sanders
- [PATCH] [mips][FastISel] Handle calls with non legal types i8 and i16.
Daniel Sanders
- [PATCH] [mips][FastISel] Simplify callabi.ll by using multiple check prefixes.
Daniel Sanders
- [PATCH] Implement mips fast-isel select statement
Daniel Sanders
- [PATCH] Implement srem, urem in Mips fast-isel
Daniel Sanders
- [PATCH] [mips] [IAS] Merge the micromips-expressions.s test into expr1.s. NFC.
Daniel Sanders
- [PATCH] [mips] Do not place users of $ra in the delay slot of call instructions.
Daniel Sanders
- [PATCH] [mips] [IAS] Add partial support for the ULHU pseudo-instruction.
Daniel Sanders
- [PATCH] [Mips] Return false for isFPCloseToIncomingSP()
Daniel Sanders
- [PATCH] Implement intrinsics memset, memcopy and memmove in Mips fast-isel
Daniel Sanders
- [PATCH] [Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
Daniel Sanders
- [llvm] r233310 - [ADT][CMake][AutoConf] Fail-fast iterators for DenseMap
Daniel Sanders
- [PATCH] [mips] [IAS] Add support for BNE and BEQ with an immediate operand.
Daniel Sanders
- [PATCH] [mips] [IAS] Warn when LA is used with a 64-bit symbol.
Daniel Sanders
- [PATCH] [mips] [IAS] Unify common functionality of LA and LI.
Daniel Sanders
- [PATCH] [mips] [IAS] Add support for the DLA pseudo-instruction.
Daniel Sanders
- [llvm] r229841 - Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Daniel Sanders
- [PATCH] [mips] [IAS] Emit .set macro/nomacro.
Daniel Sanders
- [PATCH] [mips] [IAS] Add support for BNE and BEQ with an immediate operand.
Daniel Sanders
- [PATCH] [x86] Distinguish the 'o', 'v', 'X', and 'i' inline assembly memory constraints.
Daniel Sanders
- [PATCH] [nvptx] Only support the 'm' inline assembly memory constraint. NFC.
Daniel Sanders
- [PATCH] [arm] Distinguish the /U[qytnms]/, 'Uv', 'Q', and 'm' inline assembly memory constraints.
Daniel Sanders
- [PATCH] [xcore] Only support the 'm' inline assembly memory constraint. NFC.
Daniel Sanders
- [llvm] r237442 - [xcore] Only support the 'm' inline assembly memory constraint. NFC.
Daniel Sanders
- [PATCH] [xcore] Only support the 'm' inline assembly memory constraint. NFC.
Daniel Sanders
- [PATCH] [x86] Distinguish the 'o', 'v', 'X', and 'i' inline assembly memory constraints.
Daniel Sanders
- [llvm] r237517 - [x86] Distinguish the 'o', 'v', 'X', and 'i' inline assembly memory constraints.
Daniel Sanders
- [PATCH] [x86] Distinguish the 'o', 'v', 'X', and 'i' inline assembly memory constraints.
Daniel Sanders
- [llvm] r237499 - [PPC64] Add vector pack/unpack support from ISA 2.07
Bill Schmidt
- [llvm] r237193 - MergeFunctions: Two different sized allocas are *not* the same
Arnold Schwaighofer
- [PATCH] New Loop Distribution pass
Arnold Schwaighofer
- [llvm] r237043 - [lib/Fuzzer] add a trace-based mutatation logic. Same idea as with DFSan-based mutator, but instead of relying on taint tracking, try to find the data directly in the input. More (logic and comments) to go.
Kostya Serebryany
- [llvm] r237050 - [lib/Fuzzer] rename FuzzerDFSan.cpp to FuzzerTraceState.cpp; update comments. NFC expected
Kostya Serebryany
- [llvm] r237054 - [lib/Fuzzer] when running multiple fuzzing processes, print something every 10 minutes to avoid buildbot timeouts
Kostya Serebryany
- [llvm] r237067 - [lib/Fuzzer] don't record traces when trace collection is off
Kostya Serebryany
- [llvm] r237082 - [lib/Fuzzer] detach the pulse thread instad of joining it
Kostya Serebryany
- [llvm] r237083 - [lib/Fuzzer] remove the -dfsan=1 flag, just use -use_traces=1 (w/ or w/o dfsan)
Kostya Serebryany
- [llvm] r237163 - [lib/Fuzzer] guess the right number of workers if -jobs=N is given but -workers=M is not. Update the docs.
Kostya Serebryany
- [llvm] r237198 - [lib/Fuzzer] use sha1sum for the file hash
Kostya Serebryany
- [llvm] r237208 - [lib/Fuzzer] A simple script to synchronise a fuzz test corpus with an external git repository.
Kostya Serebryany
- [PATCH] [lib/Fuzzer] Add SHA1 implementation from public domain.
Kostya Serebryany
- [PATCH] [lib/Fuzzer] Add SHA1 implementation from public domain.
Kostya Serebryany
- [llvm] r237272 - [lib/Fuzzer] enable -use_counters=1 by default
Kostya Serebryany
- [zorg] r237277 - [fuzzer bot] use the test corpuses stored in git
Kostya Serebryany
- [llvm] r237308 - [lib/Fuzzer] update docs about test corpuses in git
Kostya Serebryany
- [zorg] r237316 - fix a typo/thinko
Kostya Serebryany
- [PATCH] [lib/Fuzzer] Add SHA1 implementation from public domain.
Kostya Serebryany
- [PATCH] [lib/Fuzzer] Add SHA1 implementation from public domain.
Kostya Serebryany
- [PATCH] [lib/Fuzzer] Add SHA1 implementation from public domain.
Kostya Serebryany
- [PATCH] Implement variable-sized alloca instrumentation (take 2).
Kostya Serebryany
- [llvm] r237208 - [lib/Fuzzer] A simple script to synchronise a fuzz test corpus with an external git repository.
Kostya Serebryany
- [compiler-rt] r237387 - [tsan] deflakify one more tsan test
Kostya Serebryany
- [PATCH] Stop resetting SanitizeAddress in TargetMachine::resetTargetOptions
Kostya Serebryany
- [PATCH] Add ASan hooks to BumpPtrAllocator
Kostya Serebryany
- [llvm] r237400 - [lib/Fuzzer] Add SHA1 implementation from public domain.
Kostya Serebryany
- [PATCH] [lib/Fuzzer] Add SHA1 implementation from public domain.
Kostya Serebryany
- [PATCH] [PowerPC]Adapt fast stack unwinding to work for Power.
Bill Seurer
- [PATCH] [PowerPC]Adapt fast stack unwinding to work for Power.
Bill Seurer
- [llvm] r237157 - YAML: Fix typos. NFC.
Sean Silva
- [PATCH] [AArch64] Codegen VMAX/VMIN for safe math cases
Artyom Skrobov
- [PATCH] [AArch64] Codegen VMAX/VMIN for safe math cases
Artyom Skrobov
- [llvm] r237247 - [AArch64] Codegen VMAX/VMIN for safe math cases
Artyom Skrobov
- [llvm] r237247 - [AArch64] Codegen VMAX/VMIN for safe math cases
Artyom Skrobov
- [llvm] r237361 - Re-apply r237247 - [AArch64] Codegen VMAX/VMIN for safe math cases
Artyom Skrobov
- [PATCH] Fix documentation for Set-Like Containers
Artyom Skrobov
- [PATCH] Add a DIExternalTypeRef debug metadata node to the IR.
Duncan P. N. Exon Smith
- [PATCH] Add a DIExternalTypeRef debug metadata node to the IR.
Duncan P. N. Exon Smith
- [PATCH] YAML: Implement block scalar parsing
Duncan P. N. Exon Smith
- [PATCH] Add function entry count metadata.
Duncan P. N. Exon Smith
- [PATCH] Add function entry count metadata.
Duncan P. N. Exon Smith
- [PATCH] YAML: Implement block scalar parsing
Duncan P. N. Exon Smith
- [llvm] r237297 - MC: clang-format MCSymbol.h, NFC
Duncan P. N. Exon Smith
- [PATCH] YAML: Implement block scalar parsing
Duncan P. N. Exon Smith
- [llvm] r237284 - [LoopIdiomRecognize] Use auto + range-based loop. NFC intended.
Duncan P. N. Exon Smith
- [PATCH] YAML: Add support for literal block scalar I/O.
Duncan P. N. Exon Smith
- [PATCH] Machine Level IR Serialization: print and parse LLVM IR.
Duncan P. N. Exon Smith
- [llvm] r237486 - MC: Reduce MCAssembler::Symbols API exposure, NFC
Duncan P. N. Exon Smith
- [llvm] r237487 - MC: Change MCAssembler::Symbols to a vector
Duncan P. N. Exon Smith
- RFC: Merge MCSymbol with MCSymbolData, optimizing for object file emission
Duncan P. N. Exon Smith
- [llvm] r237489 - MC: Move MCSymbolData to MCSymbol.h, NFC
Duncan P. N. Exon Smith
- [llvm] r237490 - MC: Merge MCSymbol and MCSymbolData
Duncan P. N. Exon Smith
- RFC: Merge MCSymbol with MCSymbolData, optimizing for object file emission
Duncan P. N. Exon Smith
- [llvm] r237496 - MC: Change MCAssembler::Symbols to store MCSymbol, NFC
Duncan P. N. Exon Smith
- [llvm] r237497 - MC: Change MCFragment::Atom to an MCSymbol, NFC
Duncan P. N. Exon Smith
- [llvm] r237498 - MC: Use MCSymbol in MCObject::IsSymbolRefDifferenceFullyResolvedImpl()
Duncan P. N. Exon Smith
- [llvm] r237502 - MC: Use MCSymbol in RelAndSymbol, NFC
Duncan P. N. Exon Smith
- [PATCH] PR 23155 - Improvement to X86 16 bit operation promotion for better performance.
Smith, Kevin B
- [llvm] r237060 - Add missing #includes, found by modules build.
Richard Smith
- [llvm] r237061 - Add missing #include, found by modules build.
Richard Smith
- [llvm] r237062 - Add more missing #includes, found by modules build.
Richard Smith
- [PATCH] Fix #include cycle between Pass.h and PassSupport.h
Richard Smith
- [llvm] r237195 - Add missing #include and forward decl, found by modules build.
Richard Smith
- [PATCH] [mips] Make TTypeEncoding indirect to allow .eh_frame to be read-only.
Joerg Sonnenberger
- [PATCH] [X86] ABI breaking change for x86-32: pass 3 vector arguments in-register instead of 4, except on Darwin
Joerg Sonnenberger
- [PATCH] [Statepoints] Support for "patchable" statepoints.
Swaroop Sridhar
- [PATCH] Add a GCStrategy for CoreCLR
Swaroop Sridhar
- [llvm] r237150 - Changed renaming of local symbols by inserting a dot vefore the numeric suffix.
Sunil Srivastava
- [PATCH] Change in symbol renaming to help demanglers and debuggers
Sunil Srivastava
- [PATCH] Change in symbol renaming to help demanglers and debugger. clang part.
Sunil Srivastava
- [polly] r237203 - Changed renaming of local symbols by inserting a dot before the numeric suffix.
Sunil Srivastava
- [PATCH] [mips64] Add support for MCJIT for MIPS64
Vladimir Stefanovic
- [llvm] r237201 - CVP: Improve handling of Selects used as incoming PHI values
Bjorn Steinbrink
- [PATCH] CVP: Improve handling of Selects used as incoming PHI values
Björn Steinbrink
- [llvm] r237005 - CodeGen: Make MachineInstr::untieRegOperand() a public function
Tom Stellard
- [dragonegg] r237022 - Creating release directory for release_361.
Tom Stellard
- [dragonegg] r237023 - Creating release candidate rc1 from release_36 branch
Tom Stellard
- [test-suite] r237024 - Creating release directory for release_361.
Tom Stellard
- [test-suite] r237025 - Creating release candidate rc1 from release_36 branch
Tom Stellard
- [lld] r237038 - Creating release directory for release_361.
Tom Stellard
- [lld] r237039 - Creating release candidate rc1 from release_36 branch
Tom Stellard
- [llvm] r237132 - R600/SI: Replace TRI->getRegClass(Reg) with TRI->getPhysRegClass(Reg)
Tom Stellard
- [llvm] r237133 - R600/SI: Remove explicit m0 operand from s_sendmsg
Tom Stellard
- [llvm] r237134 - R600/SI: Make sendmsg test more strict
Tom Stellard
- [llvm] r237140 - R600/SI: Remove explicit m0 operand from v_interp instructions
Tom Stellard
- [llvm] r237141 - R600/SI: Remove explicit m0 operand from DS instructions
Tom Stellard
- [llvm] r237142 - R600/SI: Remove M0Reg register class
Tom Stellard
- [llvm] r237143 - R600/SI: Update tablegen defs to avoid restoring spilled sgprs to m0
Tom Stellard
- [llvm] r237152 - R600/SI: add pass to mark CF live ranges as non-spillable
Tom Stellard
- [PATCH] R600/SI: add pass to mark CF live ranges as non-spillable
Tom Stellard
- [llvm] r237164 - R600/SI: Fix bug in VGPR spilling
Tom Stellard
- [PATCH] [Msan] Make the pthread_getattr_np_deadlock.cc test Linux-specific
Evgeniy Stepanov
- [compiler-rt] r237049 - [asan] Disable coverage-missing test failing on the bots.
Evgeniy Stepanov
- [compiler-rt] r237495 - [sanitizer] Recognize static TLS in __tls_get_addr interceptor.
Evgeniy Stepanov
- [compiler-rt] r237534 - [asan] Disable static-tls test on PowerPC.
Evgeniy Stepanov
- [compiler-rt] r237534 - [asan] Disable static-tls test on PowerPC.
Evgeniy Stepanov
- [PATCH] [AArch64] [DFSan] Adding support of AArch64 for DFSan
Kumar Sukhani
- [PATCH] [AArch64] [DFSan] Adding support of AArch64 for DFSan
Kumar Sukhani
- [PATCH] [LLVM] [AArch64] [DFSan] Adding support of AArch64 for DFSan
Kumar Sukhani
- [PATCH] [AArch64] [ASAN] Enabling ASAN for AArch64 Architecture
Kumar Sukhani
- [PATCH] [AArch64] [ASAN] Enabling ASAN for AArch64 Architecture
Kumar Sukhani
- [PATCH] [AArch64] [DFSan] Adding support of AArch64 for DFSan
Kumar Sukhani
- [llvm] r237354 - [AArch64] Slight naming changes and comments for AArch64NamedImmMapper
Vladimir Sukharev
- [PATCH] [Hexagon] Generate loop1 instruction for nested loops
Sundeep
- [PATCH] Hexagon Calling Convention
Sundeep
- [PATCH] Hexagon Calling Convention Test
Sundeep
- [PATCH] Hexagon Calling Convention Test
Sundeep
- [PATCH] [Hexagon] Generate hardware loop when loop has a critical edge
Sundeep
- [PATCH] [mips] [IAS] Add partial support for the ULW pseudo-instruction.
Toma Tabacu
- [PATCH] [mips] [IAS] Add support for BNE and BEQ with an immediate operand.
Toma Tabacu
- [PATCH] [mips] [IAS] Add partial support for the ULHU pseudo-instruction.
Toma Tabacu
- [PATCH] [mips] [IAS] Merge the micromips-expressions.s test into expr1.s. NFC.
Toma Tabacu
- [llvm] r237242 - [mips] [IAS] Merge the micromips-expressions.s test into expr1.s. NFC.
Toma Tabacu
- [llvm] r237255 - [mips] [IAS] Unify common functionality of LA and LI.
Toma Tabacu
- [PATCH] [mips] [IAS] Fix parsing of memory offset expressions with parenthesis depth >1.
Toma Tabacu
- [llvm] r237262 - [mips] [IAS] Preemptively fix warning introduced by r237255. NFC.
Toma Tabacu
- [PATCH] [mips] [IAS] Add support for the B{L, G}{T, E}(U) branch pseudo-instructions.
Toma Tabacu
- [llvm] r237355 - [mips] [IAS] Give expandLoadAddressSym() more specific arguments. NFC.
Toma Tabacu
- [PATCH] [mips] [IAS] Add support for BNE and BEQ with an immediate operand.
Toma Tabacu
- [PATCH] [mips] [IAS] Emit .set macro/nomacro.
Toma Tabacu
- [llvm] r237356 - [mips] [IAS] Warn when LA is used with a 64-bit symbol.
Toma Tabacu
- [PATCH] [mips] [IAS] Fix expansion of negative 32-bit immediates for LI/DLI.
Toma Tabacu
- [llvm] r237363 - [mips] [IAS] Emit .set macro/nomacro.
Toma Tabacu
- [llvm] r237366 - [mips] [IAS] Enforce .set nomacro.
Toma Tabacu
- [PATCH] [mips] [IAS] Add support for BNE and BEQ with an immediate operand.
Toma Tabacu
- [PATCH] [mips] [IAS] Factor out .set nomacro warning. NFC.
Toma Tabacu
- [llvm] r237428 - [mips] [IAS] Fix expansion of negative 32-bit immediates for LI/DLI.
Toma Tabacu
- [PATCH] [mips] [IAS] Fix expansion of negative 32-bit immediates for LI/DLI.
Toma Tabacu
- [PATCH] [mips] [IAS] Factor out .set nomacro warning. NFC.
Toma Tabacu
- [PATCH] [TSan][MIPS] XFAIL long jump tests for MIPS64
Sagar Thakur
- [PATCH] Sanitize input file path in vectorization-remarks.ll; NFC.
Hubert Tong
- [PATCH] Sanitize input file path in vectorization-remarks.ll; NFC.
Hubert Tong
- [llvm] r237449 - NFC - Test case invokes llc on a file rather than redirected from a file.
Hubert Tong
- [llvm] r237090 - Remove unnecessary variables by folding calls into for loop header. NFC.
Craig Topper
- [llvm] r237093 - Remove unnecessary forward declaration.
Craig Topper
- [llvm] r237231 - Use ArrayRef::slice instead of manually constructing an ArrayRef from ArrayRef iterators. NFC
Craig Topper
- [llvm] r237340 - [TableGen] Replace some calls to ListInit::getSize() with ListInit::empty() if it was just comparing to 0. NFC.
Craig Topper
- [llvm] r237341 - [TableGen] Remove ListInit::size() in favor of getSize() which does the same thing and is already used in most places. NFC.
Craig Topper
- [llvm] r237342 - [TableGen] Simplify some code. NFC
Craig Topper
- [llvm] r237343 - [TableGen] Remove an unnecessary outer 'if' around 3 separate inner ifs. No functional change intended.
Craig Topper
- [llvm] r237341 - [TableGen] Remove ListInit::size() in favor of getSize() which does the same thing and is already used in most places. NFC.
Craig Topper
- [llvm] r237342 - [TableGen] Simplify some code. NFC
Craig Topper
- [llvm] r237511 - [TableGen] Restructure a loop to make it exit early instead of skipping a portion of the body based on what will also be the terminating condition. NFC
Craig Topper
- [llvm] r237512 - Correct indentation. NFC
Craig Topper
- [llvm] r237513 - [TableGen] Remove !! that I can't really explain why I wrote. Also remove some unnecessary curly braces from the same area.
Craig Topper
- [llvm] r237514 - [TableGen] Change 'car' to 'head' and 'cdr' to 'tail' in assert comments. These were the old names for these operations long ago. NFC
Craig Topper
- [PATCH] ARM: Remove Itineraries for swift CPU
Andrew Trick
- [llvm] r237544 - RegisterPressureTracker: reword stale comments.
Andrew Trick
- [llvm] r237545 - MachineScheduler debug output clarity.
Andrew Trick
- [llvm] r235901 - Fix build broken by incorrect class name.
Zachary Turner
- [lld] [PATCH] Properly handle relocation for LSDA in MachO eh-frames.
Rui Ueyama
- [PATCH] [lld] [PATCH] Properly handle relocation for LSDA in MachO eh-frames.
Rui Ueyama
- [RFC] [ELF] Fix group section relocation handling
Rui Ueyama
- [PATCH] Ensure FDE reads the correct CIE when relocating the LSDA.
Rui Ueyama
- [PATCH] Sanitizers: Implement `GetRSS` on Mac OS X
Dmitry Vyukov
- [PATCH] [TSan][MIPS] XFAIL long jump tests for MIPS64
Dmitry Vyukov
- [llvm] r235988 - Use CIE version 4 for dwarf4.
Keith Walker
- [PATCH] [DWARF] Add CIE header fields address_size and segment_size when generating dwarf-4
Keith Walker
- [PATCH] [DWARF] Add CIE header fields address_size and segment_size when generating dwarf-4
Keith Walker
- [PATCH] Print operands of DWARF stack frame operations.
Keith Walker
- [llvm] r237145 - [DWARF] Add CIE header fields address_size and segment_size when generating dwarf-4
Keith Walker
- [www] r237017 - Win snapshot: r237002
Hans Wennborg
- [PATCH] CMake NSIS enable solid lzma compression
Hans Wennborg
- Fix llvm::BumpPtrAllocatorImpl::Reset()
Hans Wennborg
- [PATCH] [SCCP] Calculate Null Pointer Comparisons
Nicholas White
- [PATCH] [SCCP] Calculate Null Pointer Comparisons
Nicholas White
- [PATCH] [SCCP] Calculate Null Pointer Comparisons
Nicholas White
- [llvm] r236894 - [BasicAA] Fix zext & sext handling
Nicholas White
- [llvm] r236894 - [BasicAA] Fix zext & sext handling
Nicholas White
- [PATCH] [SCCP] Calculate Null Pointer Comparisons
Nick White
- [PATCH] [SCCP] Calculate Null Pointer Comparisons
Nick White
- [PATCH] [SCCP] Calculate Null Pointer Comparisons
Nick White
- [PATCH] [llgo] cmd/llgoi: use line editor
Andrew Wilkins
- [llvm] r237216 - [SLSR] handles non-canonicalized Mul candidates
Jingyue Wu
- [PATCH] [DependenceAnalysis] Extend unifySubscriptType for handling coupled subscript groups.
Jingyue Wu
- [PATCH] [ValueTracking] refactor: extract method noCommonSetBits
Jingyue Wu
- [PATCH] [ValueTracking] refactor: extract method noCommonSetBits
Jingyue Wu
- [llvm] r237269 - [NaryReassociate] avoid running forever
Jingyue Wu
- [PATCH] [ValueTracking] refactor: extract method noCommonSetBits
Jingyue Wu
- [llvm] r237407 - [ValueTracking] refactor: extract method haveNoCommonBitsSet
Jingyue Wu
- [PATCH] [ScalarEvolution] refactor: extract interface getGEPExpr
Jingyue Wu
- [PATCH] [SLSR] handle (B | i) * S
Jingyue Wu
- [llvm] r237456 - [SLSR] handle (B | i) * S
Jingyue Wu
- [PATCH] [SLSR] handle (B | i) * S
Jingyue Wu
- [llvm] r237459 - Add a speculative execution pass
Jingyue Wu
- [llvm] r237462 - [NFC] remove an extra new line
Jingyue Wu
- [PATCH] [NaryReassoc] reassociate GEP for CSE
Jingyue Wu
- [PATCH] [TTI/CostModel] improve TTI::getGEPCost and use it in CostModel::getInstructionCost
Jingyue Wu
- [PATCH] [ScalarEvolution] refactor: extract interface getGEPExpr
Jingyue Wu
- [RFC] [ELF] Fix group section relocation handling
Adhemerval Zanella
- [PATCH] Reimplement heuristic for estimating complete-unroll optimization effects.
Michael Zolotukhin
- [PATCH] Reimplement heuristic for estimating complete-unroll optimization effects.
Michael Zolotukhin
- [llvm] r237156 - 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] Refactor code for adding runtime checks in vectorizer.
Michael Zolotukhin
- [PATCH] [SLPVectorization] Enhance Ability to Vectorize Horizontal Reductions from Consecutive Loads
Michael Zolotukhin
- [PATCH] [LoopVectorize]Teach Loop Vectorizer about interleaved memory access
Michael Zolotukhin
- [PATCH] [LoopVectorize]Teach Loop Vectorizer about interleaved memory access
Michael Zolotukhin
- [PATCH] improve vectorizers by removing cost of unnecessary truncs and exts.
Michael Zolotukhin
- [llvm] r237156 - Reimplement heuristic for estimating complete-unroll optimization effects.
Michael Zolotukhin
- [PATCH] CodeGenPrepare: Don't match addressing modes through addrspacecast
hfinkel at anl.gov
- [PATCH] Add a speculative execution pass
hfinkel at anl.gov
- [PATCH] CodeGenPrepare: Don't match addressing modes through addrspacecast
hfinkel at anl.gov
- [PATCH] [tablegen] Resolve complex def identifiers when instanciating multiclass
hfinkel at anl.gov
- [PATCH] [x86] make reciprocal estimate code generation more flexible
hfinkel at anl.gov
- [PATCH] [DependenceAnalysis] Fix for PR21585: collectUpperBound triggers asserts
hfinkel at anl.gov
- [PATCH] Add a speculative execution pass
hfinkel at anl.gov
- [PATCH] Ensure FDE reads the correct CIE when relocating the LSDA.
kledzik at apple.com
- [PATCH] [AArch64] Mark SMIN/SMAX/UMIN/UMAX nodes as legal and add patterns for them
scott douglass
- [PATCH] Fix DAG fold that didn't check legal ops
escha
Last message date:
Sun May 17 23:42:58 PDT 2015
Archived on: Tue Aug 4 17:12:45 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).