The Week Of Monday 29 June 2015 Archives by subject
      
      Starting: Mon Jun 29 00:15:33 PDT 2015
         Ending: Sun Jul  5 23:55:35 PDT 2015
         Messages: 1072
     
- [compiler-rt] r240943 - tsan: fix flaky test
 
Dmitry Vyukov
 - [compiler-rt] r240949 - tsan: implement suppressions for top frame	only
 
Dmitry Vyukov
 - [compiler-rt] r240960 - [libsanitizer] Replace ReadBinaryName() with	ReadBinaryNameCached(), 
 
Alexander Potapenko
 - [compiler-rt] r240960 - [libsanitizer] Replace ReadBinaryName()	with ReadBinaryNameCached(),
 
Yury Gribov
 - [compiler-rt] r240960 - [libsanitizer] Replace ReadBinaryName()	with ReadBinaryNameCached(),
 
Alexander Potapenko
 - [compiler-rt] r240965 - sanitizer_common: fix and re-enable	signal_segv_handler test
 
Dmitry Vyukov
 - [compiler-rt] r240975 - [asan] Re-enable clang_gcc_abi test at higher	opt levels.
 
Evgeniy Stepanov
 - [compiler-rt] r240992 - [asan] Fix	SanitizerCommon.PthreadDestructorIterations test on Android L.
 
Evgeniy Stepanov
 - [compiler-rt] r241072 - [ASan] Add a regression test for r240960	(https://crbug.com/502974)
 
Alexander Potapenko
 - [compiler-rt] r241082 - tsan: fix handling of condition variable	destruction
 
Dmitry Vyukov
 - [compiler-rt] r241113 - Revert part of r240623 (Enable memory	sanitizer for PPC64) because the
 
Jay Foad
 - [compiler-rt] r241119 - [asan] Suppress read_binary_name_regtest.c	test failure on unsupported hosts.
 
Evgeniy Stepanov
 - [compiler-rt] r241119 - [asan] Suppress read_binary_name_regtest.c	test failure on unsupported hosts.
 
Alexander Potapenko
 - [compiler-rt] r241217 - ubsan: Port runtime library to (32- and	64-bit) Windows.
 
Peter Collingbourne
 - [compiler-rt] r241219 - Revert r241217,	it breaks the build on Windows.
 
Nico Weber
 - [compiler-rt] r241224 - Re-apply r241217 with build fixes:
 
Peter Collingbourne
 - [compiler-rt] r241227 - Add declaration of _ReadWriteBarrier. Fixes	build of asan tests on Windows.
 
Peter Collingbourne
 - [compiler-rt] r241261 - [sanitizer] add #ifdefs around slow unwinder	to fix OS X debug build
 
Kuba Brecka
 - [compiler-rt] r241303 - UBSan: Enable runtime library tests on	Windows, and get most tests passing.
 
Peter Collingbourne
 - [compiler-rt] r241400 - Enable this test for PPC64.
 
Jay Foad
 - [Diffusion] rL240996: Convert obj->getSymbolName to sym->getName.
 
NAKAMURA Takumi
 - [Diffusion] rL240996: Convert obj->getSymbolName to sym->getName.
 
Rafael Espíndola
 - Re: [Diffusion] rL241149: Fix PR23872: Integrated assembler error message when using .type directive with…
 
NAKAMURA Takumi
 - Re: [Diffusion] rL241149: Fix PR23872: Integrated assembler error message when using .type directive with…
 
Duncan P. N. Exon Smith
 - Re: [Diffusion] rL241149: Fix PR23872: Integrated assembler error message when using .type directive with…
 
NAKAMURA Takumi
 - [lld] r239994 - COFF: Implement DLL symbol exports for bitcode	files.
 
Peter Collingbourne
 - [lld] r240917 - COFF: Undefined weak aliases are not fatal if	/force is given.
 
Duncan P. N. Exon Smith
 - [lld] r240940 - Update for llvm change.
 
Rafael Espindola
 - [lld] r240947 - COFF: Fix /export.
 
Rui Ueyama
 - [lld] r240948 - COFF: Create an empty file for /pdb.
 
Rui Ueyama
 - [lld] r240951 - Update for llvm api change.
 
Rafael Espindola
 - [lld] r240953 - COFF: Handle mangled entry symbol name.
 
Rui Ueyama
 - [lld] r240982 - [opt] Hoist the call throuh	SymbolBody::getReplacement out of the inline
 
Chandler Carruth
 - [lld] r240995 - [opt] Replace the recursive walk for GC with a	worklist algorithm.
 
Chandler Carruth
 - [lld] r240997 - Update for llvm api change.
 
Rafael Espindola
 - [lld] r241000 - [cleanup] Clean up the flow of creating a symbol body	for regular symbols.
 
Chandler Carruth
 - [lld] r241001 - [opt] Devirtualize the SymbolBody type hierarchy and	start compacting
 
Chandler Carruth
 - [lld] r241004 - Silence MSVC "not all control paths return a value"	warning.
 
Rui Ueyama
 - [lld] r241004 - Silence MSVC "not all control paths return a	value" warning.
 
David Blaikie
 - [lld] r241004 - Silence MSVC "not all control paths return a	value" warning.
 
Rui Ueyama
 - [lld] r241008 - Move llvm_unreachable out of switch to avoid	-Wswitch-covered-defualt.
 
Rui Ueyama
 - [lld] r241011 - COFF: Split ObjectFile::createSymbolBody into small	functions. NFC.
 
Rui Ueyama
 - [lld] r241020 - COFF: Use LTOModule::getLinkerOpts() instead of	reading the linker directives ourselves.
 
Peter Collingbourne
 - [lld] r241020 - COFF: Use LTOModule::getLinkerOpts() instead of	reading the linker directives ourselves.
 
Rui Ueyama
 - [lld] r241025 - COFF: Make DefinedCOFF one pointer smaller.
 
Rui Ueyama
 - [lld] r241029 - COFF: Implement SymbolBody::getDebugName() for	DefinedBitcode symbols.
 
Peter Collingbourne
 - [lld] r241031 - Add layout/triple to fix test on platforms where	names are mangled.
 
Peter Collingbourne
 - [lld] r241075 - Update for llvm change.
 
Rafael Espindola
 - [lld] r241075 - Update for llvm change.
 
David Blaikie
 - [lld] r241089 - Use copy init instead of direct init.
 
Rafael Espindola
 - [lld] r241107 - COFF: Change the order of adding symbols to the	symbol table.
 
Rui Ueyama
 - [lld] r241128 - COFF: Simplify SymbolTable::findLazy. NFC.
 
Rui Ueyama
 - [lld] r241157 - Update for llvm api change.
 
Rafael Espindola
 - [lld] r241192 - [ELF/AArch64] Initial General-dynamic TLS support
 
Adhemerval Zanella
 - [lld] r241194 - [ELF] Make OutputSection::memSize `const` member	function. NFC
 
Simon Atanasyan
 - [lld] r241198 - COFF: Chagne weak alias' type from SymbolBody** to	SymbolBody*. NFC.
 
Rui Ueyama
 - [lld] r241213 - COFF: Simplify and rename findMangle. NFC.
 
Rui Ueyama
 - [lld] r241214 - COFF: Change GCRoot member type from StringRef to	Undefined. NFC.
 
Rui Ueyama
 - [lld] r241215 - COFF: Rename getReplacement -> repl.
 
Rui Ueyama
 - [lld] r241230 - COFF: Resolve AlternateNames using weak aliases.
 
Rui Ueyama
 - [lld] r241236 - COFF: Infer entry point as early as possible,	but not too early.
 
Rui Ueyama
 - [lld] r241238 - COFF: Merge SymbolTable::find{,Symbol}. NFC
 
Rui Ueyama
 - [lld] r241274 - [ELF] Remove dead code. NFC
 
Simon Atanasyan
 - [lld] r241294 - COFF: Make symbols satisfy weak ordering.
 
Rui Ueyama
 - [lld] r241295 - COFF: Fix locally-imported symbols.
 
Rui Ueyama
 - [lld] r241298 - Update for llvm changes.
 
Rafael Espindola
 - [lld] r241311 - COFF: Define SymbolTable::insert to simplify. NFC.
 
Rui Ueyama
 - [lld] r241313 - COFF: Fix /base option.
 
Rui Ueyama
 - [lld] r241316 - COFF: Fix a bug that /delayload was case-sensitive.
 
Rui Ueyama
 - [lld] r241318 - COFF: Fix ordinal-only delay-imported symbols.
 
Rui Ueyama
 - [lld] r241320 - COFF: Call exit(0) on success to not call destructors.
 
Rui Ueyama
 - [lld] r241320 - COFF: Call exit(0) on success to not call	destructors.
 
Joerg Sonnenberger
 - [lld] r241320 - COFF: Call exit(0) on success to not call	destructors.
 
Rui Ueyama
 - [lld] r241320 - COFF: Call exit(0) on success to not call	destructors.
 
Joerg Sonnenberger
 - [lld] r241320 - COFF: Call exit(0) on success to not call	destructors.
 
Rui Ueyama
 - [lld] r241341 - [ELF] Define __start_XXX/__stop_XXX symbols where XXX	is a section name
 
Simon Atanasyan
 - [lld] r241341 - [ELF] Define __start_XXX/__stop_XXX symbols	where XXX is a section name
 
Joerg Sonnenberger
 - [lld] r241341 - [ELF] Define __start_XXX/__stop_XXX symbols where	XXX is a section name
 
Ed Maste
 - [lld] r241341 - [ELF] Define __start_XXX/__stop_XXX symbols where	XXX is a section name
 
Simon Atanasyan
 - [lld] r241342 - [Mips] Factor out symbol type checking (PIC/non-PIC)	into the separate function
 
Simon Atanasyan
 - [lld] r241346 - Use getDynamicSymbolName/getStaticSymbolName instead	of a constant argument.
 
Rafael Espindola
 - [lld] r241370 - [ELF/AArch64] Set correct loader name in linking	context
 
Adhemerval Zanella
 - [lld] r241371 - [ELF/AArch64] Set correct loader name in linking	context
 
Adhemerval Zanella
 - [lld] r241376 - COFF: Fix the case where an object defines a weak	external and its alias.
 
Peter Collingbourne
 - [lld] r241378 - [ELF] Fix ELF test cases. Do not provide content for	bss sections.
 
Simon Atanasyan
 - [lld] r241379 - COFF: Don't print warning message for identical	/export options.
 
Rui Ueyama
 - [lld] r241379 - COFF: Don't print warning message for identical	/export options.
 
David Blaikie
 - [lld] r241379 - COFF: Don't print warning message for identical	/export options.
 
Rui Ueyama
 - [lld] r241382 - COFF: Fix bug in garbage collector.
 
Rui Ueyama
 - [lld] r241384 - COFF: Print directive section contents if /verbose.
 
Rui Ueyama
 - [lld] r241385 - Use map::insert instead of checking existence of a	key and insert. NFC.
 
Rui Ueyama
 - [lld] r241386 - COFF: Do not use VirtualSize section header field for	directive sections.
 
Rui Ueyama
 - [lld] r241388 - Revert "COFF: Do not use VirtualSize section header	field for directive sections."
 
Rui Ueyama
 - [lld] r241391 - COFF: Numerous fixes for interaction between LTO and	weak externals.
 
Peter Collingbourne
 - [lld] r241396 - COFF: Implement /merge option.
 
Rui Ueyama
 - [lld] r241397 - COFF: Do not warn on identical /merge options.
 
Rui Ueyama
 - [lld] r241416 - COFF: Use atomic pointers in preparation for	parallelizing.
 
Rui Ueyama
 - [lld] r241416 - COFF: Use atomic pointers in preparation for	parallelizing.
 
David Blaikie
 - [lld] r241417 - COFF: Use CAS to update Sym->Body.
 
Rui Ueyama
 - [lld] r241420 - COFF: Make ArchiveFile::getMember thread-safe.
 
Rui Ueyama
 - [lld] r241420 - COFF: Make ArchiveFile::getMember thread-safe.
 
Chandler Carruth
 - [lld] r241420 - COFF: Make ArchiveFile::getMember thread-safe.
 
David Majnemer
 - [lld] r241420 - COFF: Make ArchiveFile::getMember thread-safe.
 
Rui Ueyama
 - [lld] r241426 - COFF: Set TLS table header field.
 
Rui Ueyama
 - [llvm] r192302 - Fix a bug in Dead Argument Elimination.
 
Peter Collingbourne
 - [llvm] r192302 - Fix a bug in Dead Argument Elimination.
 
Nick Lewycky
 - [llvm] r192302 - Fix a bug in Dead Argument Elimination.
 
Nick Lewycky
 - [llvm] r238692 - [Hexagon] Adding MC packet shuffler.
 
Colin LeMahieu
 - [llvm] r239806 - [AVX512] add integer min/max intrinsics support.
 
Eric Christopher
 - [llvm] r239806 - [AVX512] add integer min/max intrinsics support.
 
Badouh, Asaf
 - [llvm] r239806 - [AVX512] add integer min/max intrinsics support.
 
Eric Christopher
 - [llvm] r239806 - [AVX512] add integer min/max intrinsics support.
 
Demikhovsky, Elena
 - [llvm] r240300 - Avoid a Symbol -> Name -> Symbol conversion.
 
Reid Kleckner
 - [llvm] r240771 - Do not ignore projects/LLVMBuild.txt in git repo
 
Duncan P. N. Exon Smith
 - [llvm] r240787 - [DAGCombine] fold (X >>?,	exact C1) << C2 --> X << (C2-C1)
 
Charlie Turner
 - [llvm] r240787 - [DAGCombine] fold (X >>?, exact C1) << C2 --> X	<< (C2-C1)
 
Benjamin Kramer
 - [llvm] r240787 - [DAGCombine] fold (X >>?,	exact C1) << C2 --> X << (C2-C1)
 
Charlie Turner
 - [llvm] r240794 - Fix ODR violation waiting to happen by making	static function definitions in VectorUtils.h non-static and defined out	of line
 
Nema, Ashutosh
 - [llvm] r240877 - [LoopVectorize] Pointer indicies may be wider	than the pointer
 
Michael Zolotukhin
 - [llvm] r240877 - [LoopVectorize] Pointer indicies may be wider	than the pointer
 
David Majnemer
 - [llvm] r240926 - AVX-512: Implemented missing encoding and intrinsics	for FMA instructions
 
Igor Breger
 - [llvm] r240930 - [ARM]: Extend -mfpu options for half-precision and	vfpv3xd
 
Javed Absar
 - [llvm] r240932 - [ARM]: Extend -mfpu options for half-precision and	vfpv3xd
 
Javed Absar
 - [llvm] r240936 - AVX-512: all forms of SCATTER instruction on SKX,
 
Elena Demikhovsky
 - [llvm] r240939 - Remove Elf_Sym_Iter.
 
Rafael Espindola
 - [llvm] r240939 - Remove Elf_Sym_Iter.
 
Michael Spencer
 - [llvm] r240939 - Remove Elf_Sym_Iter.
 
Rafael Espíndola
 - [llvm] r240939 - Remove Elf_Sym_Iter.
 
Sean Silva
 - [llvm] r240939 - Remove Elf_Sym_Iter.
 
Rafael Espíndola
 - [llvm] r240939 - Remove Elf_Sym_Iter.
 
Filipe Cabecinhas
 - [llvm] r240939 - Remove Elf_Sym_Iter.
 
Rafael Espíndola
 - [llvm] r240939 - Remove Elf_Sym_Iter.
 
Filipe Cabecinhas
 - [llvm] r240944 - Convert an assert that can fail into error checking.
 
Rafael Espindola
 - [llvm] r240945 - Add a testcase for an invalid file.
 
Rafael Espindola
 - [llvm] r240950 - Factor out the checking of string tables.
 
Rafael Espindola
 - [llvm] r240952 - Move delinearization from SCEVAddRecExpr to	ScalarEvolution
 
Tobias Grosser
 - [llvm] r240956 - Upgrade JIT listeners for changes in the libObject	API.
 
Benjamin Kramer
 - [llvm] r240961 - [SymbolSize] Skip sorting by index,	just assign by index.
 
Benjamin Kramer
 - [llvm] r240961 - [SymbolSize] Skip sorting by index, just assign	by index.
 
Rafael Espíndola
 - [llvm] r240966 - MIR Serialization: Serialize the register mask	machine operands.
 
Alex Lorenz
 - [llvm] r240967 - Clean up unique lock files on signal and always	release the lock
 
Ben Langmuir
 - [llvm] r240973 - Simplify .gitignore: projects/* => projects/*/
 
Duncan P. N. Exon Smith
 - [llvm] r240981 - Fix bug #23967. The gtest and gtest_main targets were	exported into the
 
Dan Liew
 - [llvm] r240987 - Tidy comment.
 
Diego Novillo
 - [llvm] r240990 - [MMI] Use TinyPtrVector instead of PointerUnion with	vector.
 
Benjamin Kramer
 - [llvm] r240991 - [DAGCombiner] Fix & simplify constant folding of	sext/zext.
 
Pawel Bylica
 - [llvm] r240996 - Convert obj->getSymbolName to sym->getName.
 
Rafael Espindola
 - [llvm] r240998 - [FaultMaps] Fix test case.
 
Sanjoy Das
 - [llvm] r240999 - [LoopSimplify] Set proper debug location in loop	backedge blocks.
 
Alexey Samsonov
 - [llvm] r241002 - X86: Rework inline asm integer register	specification.
 
Matthias Braun
 - [llvm] r241003 - ARM: add correct kill flags when combining stm	instructions
 
Tim Northover
 - [llvm] r241005 - Use gethostuuid() on Mac to identify hosts for	LockFileManager
 
Ben Langmuir
 - [llvm] r241007 - Revert "Use gethostuuid() on Mac to identify hosts	for LockFileManager"
 
Ben Langmuir
 - [llvm] r241009 - [FaultMaps][Docs] Document the ImplicitNullChecks	pass.
 
Sanjoy Das
 - [llvm] r241010 - Teach LTOModule to emit linker flags for dllexported	symbols, plus interface cleanup.
 
Peter Collingbourne
 - [llvm] r241012 - Reapply "Use gethostuuid() on Mac to identify hosts	for LockFileManager"
 
Ben Langmuir
 - [llvm] r241012 - Reapply "Use gethostuuid() on Mac to identify	hosts for LockFileManager"
 
Eric Christopher
 - [llvm] r241012 - Reapply	"Use gethostuuid() on Mac to identify hosts for LockFileManager"
 
Ben Langmuir
 - [llvm] r241012 - Reapply "Use gethostuuid() on Mac to identify	hosts for LockFileManager"
 
Eric Christopher
 - [llvm] r241012 - Reapply	"Use gethostuuid() on Mac to identify hosts for LockFileManager"
 
Ben Langmuir
 - [llvm] r241012 - Reapply "Use gethostuuid() on Mac to identify	hosts for LockFileManager"
 
Eric Christopher
 - [llvm] r241012 - Reapply	"Use gethostuuid() on Mac to identify hosts for LockFileManager"
 
Ben Langmuir
 - [llvm] r241012 - Reapply "Use gethostuuid() on Mac to identify	hosts for LockFileManager"
 
Eric Christopher
 - [llvm] r241015 - bcanalyzer: Use a macro to decode bitcodes, NFC
 
Duncan P. N. Exon Smith
 - [llvm] r241016 - bcanalyzer: Rewrite all the METADATA_ codes
 
Duncan P. N. Exon Smith
 - [llvm] r241017 - Add a DIModule metadata node to the IR.
 
Adrian Prantl
 - [llvm] r241018 - lto: Clean up C libLTO interfaces pertaining to	linker flags.
 
Peter Collingbourne
 - [llvm] r241021 - Don't return error_code from function that never	fails.
 
Rafael Espindola
 - [llvm] r241022 - [WebAssembly] Initial WebAssembly backend
 
Dan Gohman
 - [llvm] r241022 - [WebAssembly] Initial WebAssembly backend
 
Frédéric Riss
 - [llvm] r241022 - [WebAssembly] Initial WebAssembly backend
 
Dan Gohman
 - [llvm] r241023 - Use asserts for checks that should never fail.
 
Rafael Espindola
 - [llvm] r241024 - Object/COFF: Define coff_symbol_generic.
 
Rui Ueyama
 - [llvm] r241026 - llvm-bcanalyzer: Add a field that was missed in	r241016.
 
Adrian Prantl
 - [llvm] r241026 - llvm-bcanalyzer: Add a field that was missed in	r241016.
 
Duncan P. N. Exon Smith
 - [llvm] r241027 - RegisterCoalescer: Cleanup empty subranges after	shrinkToUses()
 
Matthias Braun
 - [llvm] r241027 - RegisterCoalescer: Cleanup empty subranges after	shrinkToUses()
 
Quentin Colombet
 - [llvm] r241027 - RegisterCoalescer: Cleanup empty subranges after	shrinkToUses()
 
Matthias Braun
 - [llvm] r241027 - RegisterCoalescer: Cleanup empty subranges after	shrinkToUses()
 
Quentin Colombet
 - [llvm] r241028 - Cleanup getRelocationAddend.
 
Rafael Espindola
 - [llvm] r241030 - Fix LastArchType to point to the new last arch.
 
Dan Gohman
 - [llvm] r241030 - Fix LastArchType to point to the new last arch.
 
Rafael Espíndola
 - [llvm] r241030 - Fix LastArchType to point to the new last arch.
 
Dan Gohman
 - [llvm] r241033 - Don't return error_code from a function that doesn't	fail.
 
Rafael Espindola
 - [llvm] r241034 - Debug info: Add dwarf backend support for DIModule.
 
Adrian Prantl
 - [llvm] r241039 - Don't return error_code from a function that doesn't	fail.
 
Rafael Espindola
 - [llvm] r241040 - Move function to the only file that uses it.
 
Rafael Espindola
 - [llvm] r241041 - Drop the OS from the WebAssembly target triple for	now.
 
Dan Gohman
 - [llvm] r241042 - Don't return error_code from a function that doesn't	fail.
 
Rafael Espindola
 - [llvm] r241044 - ELF.h: Prune obsolete comments removed in r240996.	[-Wdocumentation]
 
NAKAMURA Takumi
 - [llvm] r241049 - [X86] Add FXSR intrinsics
 
Michael Kuperstein
 - [llvm] r241052 - [mips] [IAS] Add support for the .set	oddspreg/nooddspreg directives.
 
Toma Tabacu
 - [llvm] r241054 - Correct a typo for a LoopVectorize test
 
David Majnemer
 - [llvm] r241058 - There are a few places where subtarget features are	still
 
Ranjeet Singh
 - [llvm] r241058 - There are a few places where subtarget	features are	still
 
Kuperstein, Michael M
 - [llvm] r241058 - There are a few places where subtarget	features are	still
 
Ranjeet Singh
 - [llvm] r241061 - Reverting r241058 because it's causing buildbot	failures.
 
Ranjeet Singh
 - [llvm] r241062 - [mips] [IAS] Make .module directives change	AssemblerOptions->front().
 
Toma Tabacu
 - [llvm] r241066 - [mips] [IAS] Add support for the .module	softfloat/hardfloat directives.
 
Toma Tabacu
 - [llvm] r241069 - [X86] Fix a bug in WIN_FTOL_32/64 handling.
 
Michael Kuperstein
 - [llvm] r241070 - Report an error on invalid sh_entsize.
 
Rafael Espindola
 - [llvm] r241074 - Fix the name of the iterator functions to match the	coding standards.
 
Rafael Espindola
 - [llvm] r241076 - use range-based for loops; NFCI
 
Sanjay Patel
 - [llvm] r241078 - MIR Parser: adopt the 'maybeLex...' pattern. NFC.
 
Alex Lorenz
 - [llvm] r241080 - [CMake] Make the CMake files (LLVMConfig.cmake and	LLVMExports.cmake)
 
Dan Liew
 - [llvm] r241081 - Force relocation mode to be default,	regardless of what is passed to the backend.
 
Samuel Antao
 - [llvm] r241085 - MIR Parser: make the machine instruction parsing	interface more consistent. NFC.
 
Alex Lorenz
 - [llvm] r241086 - MIR Parser: refactor error reporting for machine	instruction parser errors. NFC.
 
Alex Lorenz
 - [llvm] r241087 - MIR Printer: extract the code that prints MBB	references into a new method. NFC.
 
Alex Lorenz
 - [llvm] r241093 - MIR Serialization: Serialize MBB successors.
 
Alex Lorenz
 - [llvm] r241094 - Add a test of an elf file with an invalid section	index.
 
Rafael Espindola
 - [llvm] r241096 - Fix compilation failure introduced in r241093.
 
Alex Lorenz
 - [llvm] r241097 - Fix a fixme and make DICompileUnit a distinct node.	Tested via clang.
 
Adrian Prantl
 - [llvm] r241099 - [NVPTX] Fix issue introduced in D10321
 
Jingyue Wu
 - [llvm] r241100 - Use range loop.
 
Rafael Espindola
 - [llvm] r241101 - [DebugInfo] Let	IRBuilder::SetInsertPoint(BB::iterator) update current debug location.
 
Alexey Samsonov
 - [llvm] r241103 - COFF: Do not assign linker-weak symbols to selectany	comdat sections.
 
Peter Collingbourne
 - [llvm] r241104 - Use range loop.
 
Rafael Espindola
 - [llvm] r241105 - Use range loops. NFC.
 
Rafael Espindola
 - [llvm] r241108 - Fixes a bug with __builtin_vsx_lxvdw4x on Little	Endian systems
 
Nemanja Ivanovic
 - [llvm] r241108 - Fixes a bug with __builtin_vsx_lxvdw4x on Little	Endian systems
 
Eric Christopher
 - [llvm] r241109 - Remove Elf_Shdr_Iter. Diagnose files with invalid	section header sizes.
 
Rafael Espindola
 - [llvm] r241109 - Remove Elf_Shdr_Iter. Diagnose files with	invalid section header sizes.
 
Sean Silva
 - [llvm] r241110 - Modified a comment about the reason for the patch	(removed commented code).
 
Nemanja Ivanovic
 - [llvm] r241112 - Implement containsSymbol with other lower level	methods.
 
Rafael Espindola
 - [llvm] r241114 - Use ErrorOr in getRelocationAdress.
 
Rafael Espindola
 - [llvm] r241115 - Pack MCSymbol::HasName in to a spare bit in the	section/fragment union.
 
Pete Cooper
 - [llvm] r241116 - [FaultMaps] Let the frontend pre-select implicit	null check candidates.
 
Sanjoy Das
 - [llvm] r241118 - [NVPTX] cleanups and refacotring in	NVPTXFrameLowering.cpp
 
Jingyue Wu
 - [llvm] r241122 - [Cloning] Teach CloneModule about personality	functions
 
David Majnemer
 - [llvm] r241123 - Fix memory leak in unittest added in r241101.
 
Alexey Samsonov
 - [llvm] r241124 - [IRBuilder] Delete unused constructor and	SetInsertPoint overload.
 
Alexey Samsonov
 - [llvm] r241125 - [SEH] Add new intrinsics for recovering and restoring	parent frames
 
Reid Kleckner
 - [llvm] r241126 - Fix several typos in LangRef.rst related to loop	unrolling metadata.
 
Mark Heffernan
 - [llvm] r241127 - [SanitizerCoverage] Don't add instrumentation to	unreachable blocks.
 
Alexey Samsonov
 - [llvm] r241138 - Getting started docs: https, and check signature
 
JF Bastien
 - [llvm] r241139 - [NaryReassociate] enhances nsw by leveraging	@llvm.assume
 
Jingyue Wu
 - [llvm] r241142 - [SCCP] Turn loads of null into undef instead of zero	initialized values
 
David Majnemer
 - [llvm] r241142 - [SCCP] Turn loads of null into undef instead of	zero initialized values
 
Sanjoy Das
 - [llvm] r241142 - [SCCP] Turn loads of null into undef instead of	zero initialized values
 
Benjamin Kramer
 - [llvm] r241143 - [LoopUnroll] Use undef for phis with no value live
 
David Majnemer
 - [llvm] r241149 - Fix PR23872: Integrated assembler error message when	using .type directive with @ in AArch32 assembly.
 
Gabor Ballabas
 - [llvm] r241150 - [mips][microMIPS] Implement SLL and NOP instructions
 
Zoran Jovanovic
 - [llvm] r241151 - Revert part of r241149,	"Fix PR23872: Integrated assembler error message when using .type	directive with @ in AArch32 assembly."
 
NAKAMURA Takumi
 - [llvm] r241152 - [X86] Avoid over-relaxation of 8-bit immediates in	integer arithmetic instructions.
 
Michael Kuperstein
 - [llvm] r241153 - [DWARF] Fix debug info generation for function static	variables, typedefs, and records
 
Michael Kuperstein
 - [llvm] r241156 - Return ErrorOr from getSection.
 
Rafael Espindola
 - [llvm] r241158 - Fix non-target-specific test not to use the x86	triple.
 
Michael Kuperstein
 - [llvm] r241159 - AVX-512: Implemented missing encoding for FMA scalar	instructions
 
Igor Breger
 - [llvm] r241161 - Expand Phabricator docs slightly
 
Scott Douglass
 - [llvm] r241162 - Test committed in r241153 is more target-specific	than I thought.
 
Michael Kuperstein
 - [llvm] r241163 - [Sparc] Rearrange SparcInstrInfo, no change.
 
James Y Knight
 - [llvm] r241164 - [CodeGen] Reduce visibility of implementation details
 
Benjamin Kramer
 - [llvm] r241165 - [SDAG] Give InstrEmitter hidden visibility
 
Benjamin Kramer
 - [llvm] r241165 - [SDAG] Give InstrEmitter hidden visibility
 
Sean Silva
 - [llvm] r241165 - [SDAG] Give InstrEmitter hidden visibility
 
Benjamin Kramer
 - [llvm] r241166 - [AArch64] Implement add/adds/sub/subs/cmp/cmn with	negative immediate aliases
 
Arnaud A. de Grandmaison
 - [llvm] r241169 - [AsmPrinter] Hide implementation details
 
Benjamin Kramer
 - [llvm] r241170 - [SEH] Don't assert if the parent function lacks a	personality
 
Reid Kleckner
 - [llvm] r241172 - LivePhysRegs: Add support to add pristine registers	when populating with live-in/live-out registers.
 
Matthias Braun
 - [llvm] r241174 - fix typos in comment; NFC
 
Sanjay Patel
 - [llvm] r241175 - fix formatting; NFC
 
Sanjay Patel
 - [llvm] r241176 - Revert "[DWARF] Fix debug info generation for	function static variables, typedefs, and records"
 
David Blaikie
 - [llvm] r241176 - Revert "[DWARF] Fix debug info generation for	function static variables, typedefs, and records"
 
David Blaikie
 - [llvm] r241178 - Disallow in-source builds (as we already do for the	cmake build).
 
Jonathan Roelofs
 - [llvm] r241179 - add a cl::opt override for TargetLoweringBase's	JumpIsExpensive
 
Sanjay Patel
 - [llvm] r241183 - [PPC64LE] Enable missing lxvdsx optimization,	and related swap optimization
 
Bill Schmidt
 - [llvm] r241185 - [NVPTX] Move NVPTXPeephole after	NVPTXPrologEpilogPass
 
Jingyue Wu
 - [llvm] r241186 - [WinEH] Use llvm.x86.seh.recoverfp in WinEHPrepare
 
Reid Kleckner
 - [llvm] r241189 - Encode MCSymbol alignment as log2(align).
 
Pete Cooper
 - [llvm] r241191 - [NVPTX] expand extload/truncstore for vectors of	floats
 
Jingyue Wu
 - [llvm] r241193 - [WebAssembly] Define separate Target instances for	32-bit and 64-bit.
 
Dan Gohman
 - [llvm] r241196 - Pack MCSymbol::Flags in to the bitfield with other	members. NFC.
 
Pete Cooper
 - [llvm] r241197 - [LoopVectorize] Use ReplaceInstWithInst() helper	where appropriate.
 
Alexey Samsonov
 - [llvm] r241200 - Test for specific output in lit test
 
Matthias Braun
 - [llvm] r241204 - Change APInt comparison with uint64_t.
 
Pawel Bylica
 - [llvm] r241206 - [TwoAddressInstructionPass] Try 3 Addr Conversion	After Commuting.
 
Quentin Colombet
 - [llvm] r241211 - WebAssembly: start instructions
 
JF Bastien
 - [llvm] r241220 - Add a routine to TargetTransformInfo that will allow	targets to look
 
Eric Christopher
 - [llvm] r241220 - Add a routine to TargetTransformInfo that will	allow targets to look
 
David Blaikie
 - [llvm] r241220 - Add a routine to TargetTransformInfo that will	allow targets to look
 
Eric Christopher
 - [llvm] r241220 - Add a routine to TargetTransformInfo that will	allow targets to look
 
David Blaikie
 - [llvm] r241220 - Add a routine to TargetTransformInfo that will	allow targets to look
 
Eric Christopher
 - [llvm] r241221 - Implement	TargetTransformInfo::hasCompatibleFunctionAttributes for X86.
 
Eric Christopher
 - [llvm] r241223 - Make an X86 specific directory and put the recent	X86 tti specific
 
Eric Christopher
 - [llvm] r241226 - [LazyCallGraph] Port test case from r240039 to LCG.
 
Sanjoy Das
 - [llvm] r241231 - [Statepoints][NFC] Add Statepoint::getGCResult.
 
Sanjoy Das
 - [llvm] r241232 - [Statepoints][NFC] Add Statepoint::operator bool()
 
Sanjoy Das
 - [llvm] r241232 - [Statepoints][NFC] Add Statepoint::operator	bool()
 
David Blaikie
 - [llvm] r241232 - [Statepoints][NFC] Add Statepoint::operator	bool()
 
Sanjoy Das
 - [llvm] r241232 - [Statepoints][NFC] Add Statepoint::operator	bool()
 
Sanjoy Das
 - [llvm] r241233 - [Statepoints][NFC] Rename variables to llvm style.
 
Sanjoy Das
 - [llvm] r241234 - [Statepoints][NFC] Constify accessors on Statepoint.
 
Sanjoy Das
 - [llvm] r241235 - [NFC] Make the Statepoint class more like CallSite
 
Sanjoy Das
 - [llvm] r241249 - [NFC] Minor editorial fixes to the CodeGen docs.
 
Charlie Turner
 - [llvm] r241250 - [GraphWriter] Don't wait on xdg-open when not on	Apple.
 
Charlie Turner
 - [llvm] r241254 - Reapply r240291: Fix shl folding in DAG combiner.
 
Pawel Bylica
 - [llvm] r241255 - Improve error message.
 
Rafael Espindola
 - [llvm] r241255 - Improve error message.
 
David Blaikie
 - [llvm] r241255 - Improve error message.
 
Rafael Espíndola
 - [llvm] r241255 - Improve error message.
 
David Blaikie
 - [llvm] r241265 - Delete whitespace at start of line.
 
Yaron Keren
 - [llvm] r241266 - Expose getRel and getRela to reduce code duplication.
 
Rafael Espindola
 - [llvm] r241268 - Remove whitespace from start of line, NFC.
 
Yaron Keren
 - [llvm] r241269 - Move error checking from once per relocation to once	per relocation section.
 
Rafael Espindola
 - [llvm] r241270 - [X86] Convert an instruction relaxation test to use	objdump instead of readobj
 
Michael Kuperstein
 - [llvm] r241271 - [Support] Lazy load of dbghlp.dll on Windows
 
Leny Kholodov
 - [llvm] r241277 - Use default member initializes. NFC.
 
Rafael Espindola
 - [llvm] r241279 - Rangify some loops.
 
Rafael Espindola
 - [llvm] r241280 - Handle .dynsym a bit more like we handle .symtab.
 
Rafael Espindola
 - [llvm] r241281 - Fix for PR23310: llvm-dis crashes when trying to	upgrade an intrinsic.
 
Rafael Espindola
 - [llvm] r241283 - Reworking the test part of r241149
 
Gabor Ballabas
 - [llvm] r241284 - Convert a member variable to a local one.
 
Rafael Espindola
 - [llvm] r241285 - [PPC64LE] Teach swap optimization about the	doubleword splat idiom
 
Bill Schmidt
 - [llvm] r241286 - Remove a report_fatal_error that should be	unreachable.
 
Rafael Espindola
 - [llvm] r241288 - [Statepoints] Make operator bool() explicit.
 
Sanjoy Das
 - [llvm] r241290 - [PPC64LE] Remove implicit-subreg restriction from	VSX swap removal
 
Bill Schmidt
 - [llvm] r241297 - Return ErrorOr from SymbolRef::getName.
 
Rafael Espindola
 - [llvm] r241301 - Try to fix the build of IntelJITEventListener.
 
Rafael Espindola
 - [llvm] r241302 - [WebAssembly] Set the HasFloatingPointExceptions	flag for WebAssembly.
 
Dan Gohman
 - [llvm] r241304 - Add functions for adding and testing string	attributes to CallInst. NFC.
 
Akira Hatanaka
 - [llvm] r241305 - Use function attribute "trap-func-name" and remove	TargetOptions::TrapFuncName.
 
Akira Hatanaka
 - [llvm] r241308 - DIBuilder: Now that DICompileUnit is distinct,	stop using temporary nodes
 
Adrian Prantl
 - [llvm] r241308 - DIBuilder: Now that DICompileUnit is distinct,	stop using temporary nodes
 
Duncan P. N. Exon Smith
 - [llvm] r241308 - DIBuilder: Now that DICompileUnit is distinct,	stop using temporary nodes
 
Yaron Keren
 - [llvm] r241312 - Fix an overly aggressive assertion in	getCopyFromPartsVector.
 
Nadav Rotem
 - [llvm] r241323 - [X86][SSE] Sign extension for target vector sizes	less than 128 bits (pt1)
 
Simon Pilgrim
 - [llvm] r241324 - Initialize booleans CallsUnwindInit and	CallsEHReturn with false instead of 0.
 
Yaron Keren
 - [llvm] r241325 - [X86][SSE] Sign extension for target vector sizes	less than 128 bits (pt2)
 
Simon Pilgrim
 - [llvm] r241326 - whitespace tidyup. NFC.
 
Simon Pilgrim
 - [llvm] r241329 - llvm/test/CodeGen/ARM/fnattr-trap.ll: Add -mtriple, 	to appease targeting *-win32.
 
NAKAMURA Takumi
 - [llvm] r241344 - Continue to remove the notion that ELF has dynamic	and static symbols.
 
Rafael Espindola
 - [llvm] r241345 - Avoid a use after free.
 
Rafael Espindola
 - [llvm] r241345 - Avoid a use after free.
 
Duncan P. N. Exon Smith
 - [llvm] r241345 - Avoid a use after free.
 
Rafael Espíndola
 - [llvm] r241345 - Avoid a use after free.
 
Duncan P. N. Exon Smith
 - [llvm] r241348 - Avoid warning about unused variable when building	without assertions.
 
Rafael Espindola
 - [llvm] r241350 - [ELFYAML] Fix handling SHT_NOBITS sections by	obj2yaml/yaml2obj tools
 
Simon Atanasyan
 - [llvm] r241350 - [ELFYAML] Fix handling SHT_NOBITS sections by	obj2yaml/yaml2obj tools
 
Rafael Espíndola
 - [llvm] r241350 - [ELFYAML] Fix handling SHT_NOBITS sections by	obj2yaml/yaml2obj tools
 
Simon Atanasyan
 - [llvm] r241350 - [ELFYAML] Fix handling SHT_NOBITS sections by	obj2yaml/yaml2obj tools
 
Rafael Espíndola
 - [llvm] r241350 - [ELFYAML] Fix handling SHT_NOBITS sections by	obj2yaml/yaml2obj tools
 
Simon Atanasyan
 - [llvm] r241352 - [ELFYAML] Make the Size field for .bss section	optional
 
Simon Atanasyan
 - [llvm] r241353 - Delete dead code.
 
Rafael Espindola
 - [llvm] r241354 - This reverts commit r241350 and r241352.
 
Rafael Espindola
 - [llvm] r241364 - Use getValue instead of getAddress in a few MachO	only cases.
 
Rafael Espindola
 - [llvm] r241365 - Replace a few more MachO only uses of	getSymbolAddress.
 
Rafael Espindola
 - [llvm] r241366 - Return ErrorOr from getSymbolAddress.
 
Rafael Espindola
 - [llvm] r241367 - Delete dead code. NFC.
 
Benjamin Kramer
 - [llvm] r241367 - Delete dead code. NFC.
 
Rafael Espíndola
 - [llvm] r241368 - [X86] Added 32-bit builds to fp<->int tests.
 
Simon Pilgrim
 - [llvm] r241369 - Remove always-true comparison, NFC.
 
Filipe Cabecinhas
 - [llvm] r241372 - Fix build with -DLLVM_USE_INTEL_JITEVENTS=ON	-DLLVM_USE_OPROFILE=ON.
 
Rafael Espindola
 - [llvm] r241372 - Fix build with -DLLVM_USE_INTEL_JITEVENTS=ON	-DLLVM_USE_OPROFILE=ON.
 
Philip Reames
 - [llvm] r241372 - Fix build with -DLLVM_USE_INTEL_JITEVENTS=ON	-DLLVM_USE_OPROFILE=ON.
 
Aleksey Bader
 - [llvm] r241373 - Context is allocated just a few lines above. Don't	check if it is null.
 
Rafael Espindola
 - [llvm] r241374 - Use a continue to reduce indentation.
 
Rafael Espindola
 - [llvm] r241375 - Use a continue to reduce indentation.
 
Rafael Espindola
 - [llvm] r241377 - [ELFYAML] Fix handling SHT_NOBITS sections by	obj2yaml/yaml2obj tools
 
Simon Atanasyan
 - [llvm] r241380 - AMDGPU: Fix indentation of switch
 
Matt Arsenault
 - [llvm] r241381 - [X86] Add proper 64-bit mode checks to jrcxz and	jcxz.
 
Craig Topper
 - [llvm] r241383 - [RuntimeDyld] Skip relocations for external symbols	with 64-bit address ~0ULL.
 
Lang Hames
 - [llvm] r241383 - [RuntimeDyld] Skip relocations for external	symbols with 64-bit address ~0ULL.
 
Philip Reames
 - [llvm] r241383 - [RuntimeDyld] Skip relocations for external	symbols with 64-bit address ~0ULL.
 
Lang Hames
 - [llvm] r241387 - Object/COFF: Do not rely on VirtualSize being 0 in	object files.
 
Rui Ueyama
 - [llvm] r241387 - Object/COFF: Do not rely on VirtualSize being 0	in object files.
 
Rafael Espíndola
 - [llvm] r241389 - LTO: expose LTO_SYMBOL_ALIAS,	which indicates that the symbol is an alias.
 
Peter Collingbourne
 - [llvm] r241392 - Fix spelling, NFC.
 
Yaron Keren
 - [llvm] r241393 - use valid bits to avoid unnecessary machine trace	metric recomputations
 
Sanjay Patel
 - [llvm] r241394 - [X86][SSE] Improved i8/i16 to f64 uint2fp vector	conversions
 
Simon Pilgrim
 - [llvm] r241395 - use range-based for loops; NFCI
 
Sanjay Patel
 - [llvm] r241398 - Add missing builtins to the PPC back end for ABI	compliance (vol. 2)
 
Nemanja Ivanovic
 - [llvm] r241402 - [CMake] add_llvm_symbol_exports: Use Python oneliner	instead of "cmd.exe /c type" to generate *.def.
 
NAKAMURA Takumi
 - [llvm] r241404 - [X86] Fix incorrect/inefficient pushw encodings for	x86-64 targets
 
Michael Kuperstein
 - [llvm] r241406 - [x86][AVX512] add Multiply High Op
 
Asaf Badouh
 - [llvm] r241408 - [RuntimeDyld] Add comment documenting the behavior	change in r241383.
 
Lang Hames
 - [llvm] r241409 - [X86][SSE2] Just use an explicit SSE2 target	attribute - not a cpu type.
 
Simon Pilgrim
 - [llvm] r241410 - [X86][SSE3] Just use an explicit SSE3 target	attribute - not a cpu type.
 
Simon Pilgrim
 - [llvm] r241411 - [TargetLowering] StringRefize asm constraint getters.
 
Benjamin Kramer
 - [llvm] r241411 - [TargetLowering] StringRefize asm constraint	getters.
 
Eric Christopher
 - [llvm] r241412 - use range-based for loops; NFCI
 
Sanjay Patel
 - [llvm] r241413 - IR: Do not consider available_externally linkage to	be linker-weak.
 
Peter Collingbourne
 - [llvm] r241414 - Verifier: Forbid comdats on linker declarations.
 
Peter Collingbourne
 - [llvm] r241415 - remove unnecessary temp variable; NFCI
 
Sanjay Patel
 - [llvm] r241418 - minimize test case and remove unnecessary opt passes
 
Sanjay Patel
 - [llvm] r241419 - remove unnecessary test specifications
 
Sanjay Patel
 - [llvm] r241422 - change CHECK to CHECK-LABEL for more precision
 
Sanjay Patel
 - [llvm] r241423 - Untabify.
 
NAKAMURA Takumi
 - [llvm] r241427 - Make this test a bit more interesting.
 
Rafael Espindola
 - [llvm] r241430 - [TableGen] Change a couple methods to return an	ArrayRef instead of a const std::vector reference. NFC
 
Craig Topper
 - [PATCH 1/2] [InstCombine] Properly combine metadata when	replacing a load with another
 
Björn Steinbrink
 - [PATCH 1/2] [InstCombine] Properly combine metadata when	replacing a load with another
 
Hal Finkel
 - [Patch] (take 2) New EliminateAvailableExternally pass / Pass	down -flto
 
Reid Kleckner
 - [Patch] (take 2) New EliminateAvailableExternally pass / Pass down	-flto
 
Duncan P. N. Exon Smith
 - [Patch] (take 2) New EliminateAvailableExternally pass / Pass	down -flto
 
Teresa Johnson
 - [PATCH] [AArch64] Allow negative immediates for ADD/SUB in asm
 
Renato Golin
 - [PATCH] [AArch64] Allow negative immediates for ADD/SUB in asm
 
Tim Northover
 - [PATCH] [AArch64] Allow negative immediates for ADD/SUB in asm
 
Renato Golin
 - [PATCH] [AArch64] Allow negative immediates for ADD/SUB in asm
 
Arnaud de Grandmaison
 - [PATCH] [AArch64] Allow negative immediates for ADD/SUB in asm
 
Renato Golin
 - [PATCH] [AArch64] Allow negative immediates for ADD/SUB in asm
 
Renato Golin
 - [PATCH] [AArch64] Allow negative immediates for ADD/SUB in asm
 
Arnaud de Grandmaison
 - [PATCH] [ADT] Add a leader_iterator to EquivalenceClasses
 
Adam Nemet
 - [PATCH] [ADT] Add a leader_iterator to EquivalenceClasses
 
David Blaikie
 - [PATCH] [ADT] Add a leader_iterator to EquivalenceClasses
 
Adam Nemet
 - [PATCH] [ARM]: Extend -mfpu options for half-precision and vfpv3xd
 
Javed Absar
 - [PATCH] [ARM]: Extend -mfpu options for half-precision and vfpv3xd
 
Javed Absar
 - [PATCH] [asan and libcxx] Add missing instrumentation in	vector::insert
 
Anna Zaks
 - [PATCH] [asan and libcxx] Add missing instrumentation in	vector::insert
 
Eric Fiselier
 - [PATCH] [asan and libcxx] Add missing instrumentation in	vector::insert
 
Marshall Clow
 - [PATCH] [asan and libcxx] Add missing instrumentation in	vector::insert
 
Anna Zaks
 - [PATCH] [BitcodeReader] Fix for PR23310: llvm-dis crashes when trying	to upgrade an intrinsic.
 
Philip Pfaffe
 - [PATCH] [BitcodeReader] Fix for PR23310: llvm-dis crashes when	trying to upgrade an intrinsic.
 
Filipe Cabecinhas
 - [PATCH] [BitcodeReader] Fix for PR23310: llvm-dis crashes when	trying to upgrade an intrinsic.
 
Philip Pfaffe
 - [PATCH] [BitcodeReader] Rangify some loops.
 
Philip Pfaffe
 - [PATCH] [BitcodeReader] Rangify some loops.
 
Filipe Cabecinhas
 - [PATCH] [cleanup] Clean up the flow of creating a symbol body for	regular symbols.
 
Rui Ueyama
 - [PATCH] [cleanup] Clean up the flow of creating a symbol body for	regular symbols.
 
Chandler Carruth
 - [PATCH] [Codegen] Added intrinsics 'absdiff' and corresponding	SDNodes for absolute difference operation
 
Shahid
 - [PATCH] [CodeGen] Force emission of personality directive if	explicitly specified
 
Keno Fischer
 - [PATCH] [CodeGen] Force emission of personality directive if	explicitly specified
 
David Majnemer
 - [PATCH] [CodeGen] Force emission of personality directive if	explicitly specified
 
Keno Fischer
 - [PATCH] [comiler-rt/ubsan] getVtablePrefix must not sanity-check	on Prefix->Offset > 0
 
Stephan Bergmann
 - [PATCH] [ConstFolding] Allow constfolding of llvm.sin.* and	llvm.cos.* intrinsics
 
Karthik Bhat
 - [PATCH] [DAGCombiner] Fix & simplify constant folding of	sext/zext.
 
Paweł Bylica
 - [PATCH] [DAGCombiner] Fix & simplify constant folding of	sext/zext.
 
Simon Pilgrim
 - [PATCH] [DAGCombiner] Fix & simplify constant folding of	sext/zext.
 
Paweł Bylica
 - [PATCH] [DebugInfo][FastISel] Prevent using debug location from	previous block for local values
 
Sergey Dmitrouk
 - [PATCH] [FaultMaps] Let the frontend pre-select implicit null check	candidates.
 
Sanjoy Das
 - [PATCH] [FaultMaps] Let the frontend pre-select implicit null	check candidates.
 
Joseph Tremoulet
 - [PATCH] [FaultMaps] Let the frontend pre-select implicit null	check candidates.
 
Sanjoy Das
 - [PATCH] [FaultMaps] Let the frontend pre-select implicit null	check candidates.
 
Joseph Tremoulet
 - [PATCH] [FaultMaps] Let the frontend pre-select implicit null	check candidates.
 
Sanjoy Das
 - [PATCH] [GraphWriter] Don't wait on xdg-open when not on Apple
 
Charlie Turner
 - [PATCH] [GraphWriter] Don't wait on xdg-open when not on Apple
 
Matthias Braun
 - [PATCH] [GraphWriter] Don't wait on xdg-open when not on Apple
 
Charlie Turner
 - [PATCH] [GraphWriter] Don't wait on xdg-open when not on Apple
 
Matt Arsenault
 - [PATCH] [IndVars] Try to use existing values in	RewriteLoopExitValues.
 
Sanjoy Das
 - [PATCH] [IRBuilder] A method for creating a vector from scalar	values
 
Sanjoy Das
 - [PATCH] [IRBuilder] A method for creating a vector from scalar	values
 
Paweł Bylica
 - [PATCH] [IRBuilder] A method for creating a vector from scalar	values
 
Sanjoy Das
 - [PATCH] [LAA] Merge memchecks for accesses separated by a	constant offset
 
silviu.baranga at arm.com
 - [PATCH] [LAA] Merge memchecks for accesses separated by a	constant offset
 
silviu.baranga at arm.com
 - [PATCH] [LAA] Merge memchecks for accesses separated by a	constant offset
 
Adam Nemet
 - [PATCH] [LAA] Merge memchecks for accesses separated by a	constant offset
 
Adam Nemet
 - [PATCH] [LAA] Merge memchecks for accesses separated by a	constant offset
 
silviu.baranga at arm.com
 - [PATCH] [LAA] Merge memchecks for accesses separated by a	constant offset
 
silviu.baranga at arm.com
 - [PATCH] [LAA] Merge memchecks for accesses separated by a	constant offset
 
Adam Nemet
 - [PATCH] [LazyCallGraph] Port test case from r240039 to LCG.
 
Sanjoy Das
 - [PATCH][libcxx] Fix AddressSanitizer false positive with	vector::insert
 
Alexey Samsonov
 - [PATCH][libcxx] Fix AddressSanitizer false positive with	vector::insert
 
Stefan Haller
 - [PATCH] [lld] COFF: Implement SymbolBody::getDebugName() for	DefinedBitcode symbols.
 
Peter Collingbourne
 - [PATCH] [lld] COFF: Implement SymbolBody::getDebugName() for	DefinedBitcode symbols.
 
Rui Ueyama
 - [PATCH] [lld] COFF: Implement SymbolBody::getDebugName() for	DefinedBitcode symbols.
 
Peter Collingbourne
 - [PATCH] [LLD] COFF: Make DefinedCOFF one pointer smaller
 
Rui Ueyama
 - [PATCH] [LLD] COFF: Make DefinedCOFF one pointer smaller
 
David Majnemer
 - [PATCH] [LLD] COFF: Make DefinedCOFF one pointer smaller
 
Rui Ueyama
 - [PATCH] [LLD] COFF: Make DefinedCOFF one pointer smaller
 
Chandler Carruth
 - [PATCH] [LLD] COFF: Make DefinedCOFF one pointer smaller
 
David Majnemer
 - [PATCH] [llvm-stress] Enhance scalar type selection from command	line.
 
Paweł Bylica
 - [PATCH] [LoopDist/LoopVer] Move LoopVersioning to a new module,	NFC
 
Adam Nemet
 - [PATCH] [LoopDist/LoopVer] Move LoopVersioning to a new module,	NFC
 
Ashutosh Nema
 - [PATCH] [LoopDist/LoopVer] Move LoopVersioning to a new module,	NFC
 
Nema, Ashutosh
 - [PATCH] [LoopDist] Move loop-versioning helper functions to	Cloning, NFC
 
Adam Nemet
 - [Patch][LoopVectorize] Renaming and Diagnostics for Loop	Interleaving
 
Tyler Nowicki
 - [PATCH] [LSR] Generate and use zero extends
 
Quentin Colombet
 - [PATCH] [mips] [IAS] Add support for the .module	softfloat/hardfloat directives.
 
Daniel Sanders
 - [PATCH] [mips] [IAS] Add support for the .module	softfloat/hardfloat directives.
 
Matthew Fortune
 - [PATCH] [mips] [IAS] Add support for the .module	softfloat/hardfloat directives.
 
Daniel Sanders
 - [PATCH] [mips] [IAS] Add support for the .module	softfloat/hardfloat directives.
 
Toma Tabacu
 - [PATCH] [mips] [IAS] Add support for the .set oddspreg/nooddspreg	directives.
 
Daniel Sanders
 - [PATCH] [mips] [IAS] Add support for the .set oddspreg/nooddspreg	directives.
 
Toma Tabacu
 - [PATCH] [mips] [IAS] Add support for the DLA pseudo-instruction.
 
Daniel Sanders
 - [PATCH] [mips] [IAS] Make .module directives change	AssemblerOptions->front().
 
Toma Tabacu
 - [PATCH] [mips][microMIPS] Implement SLL and NOP instructions
 
Zlatko Buljan
 - [PATCH] [mips][microMIPS] Implement SLL and NOP instructions
 
Daniel Sanders
 - [PATCH] [mips][microMIPS] Implement SLL and NOP instructions
 
Zlatko Buljan
 - [PATCH] [mips][microMIPS] Implement SW and SWE instructions
 
Zlatko Buljan
 - [PATCH] [mips] Expansion of ROL and ROR macros
 
Srdjan Obucina
 - [PATCH] [mips] Interrupt attribute support for mips32.
 
Simon Dardis
 - [PATCH] [NaryReassociate] enhances nsw by leveraging @llvm.assume
 
Jingyue Wu
 - [PATCH] [NaryReassociate] enhances nsw by leveraging @llvm.assume
 
Mark Heffernan
 - [PATCH] [NaryReassociate] enhances nsw by leveraging @llvm.assume
 
Jingyue Wu
 - [PATCH] [NaryReassociate] enhances nsw by leveraging @llvm.assume
 
Jingyue Wu
 - [PATCH] [NaryReassociate] enhances nsw by leveraging @llvm.assume
 
Jingyue Wu
 - [PATCH] [NaryReassociate] enhances nsw by leveraging @llvm.assume
 
Jingyue Wu
 - [PATCH] [NFC] Make the Statepoint class more like CallSite
 
Sanjoy Das
 - [PATCH] [NVPTX] cleanups and refacotring in NVPTXFrameLowering.cpp
 
Jingyue Wu
 - [PATCH] [NVPTX] cleanups and refacotring in NVPTXFrameLowering.cpp
 
Xuetian Weng
 - [PATCH] [NVPTX] expand extload/truncstore for vectors of floats
 
Henry Hu
 - [PATCH] [NVPTX] expand extload/truncstore for vectors of floats
 
Henry Hu
 - [PATCH] [NVPTX] expand extload/truncstore for vectors of floats
 
Jingyue Wu
 - [PATCH] [NVPTX] expand extload/truncstore for vectors of floats
 
Henry Hu
 - [PATCH] [NVPTX] expand extload/truncstore for vectors of floats
 
Jingyue Wu
 - [PATCH] [NVPTX] expand extload/truncstore for vectors of floats
 
Jingyue Wu
 - [PATCH] [NVPTX] Fix issue introduced in D10321
 
Xuetian Weng
 - [PATCH] [NVPTX] Fix issue introduced in D10321
 
Jingyue Wu
 - [PATCH] [NVPTX] Fix issue introduced in D10321
 
Justin Holewinski
 - [PATCH] [NVPTX] Move NVPTXPeephole after NVPTXPrologEpilogPass
 
Xuetian Weng
 - [PATCH] [NVPTX] Move NVPTXPeephole after NVPTXPrologEpilogPass
 
Jingyue Wu
 - [PATCH] [NVPTX] Move NVPTXPeephole after NVPTXPrologEpilogPass
 
Xuetian Weng
 - [PATCH] [NVPTX] Move NVPTXPeephole after NVPTXPrologEpilogPass
 
Xuetian Weng
 - [PATCH] [NVPTX] Move NVPTXPeephole after NVPTXPrologEpilogPass
 
Jingyue Wu
 - [PATCH] [NVPTX] noop when kernel pointers are already global
 
Justin Holewinski
 - [PATCH] [NVPTX] noop when kernel pointers are already global
 
Tobias Grosser
 - [PATCH] [NVPTX] noop when kernel pointers are already global
 
Justin Holewinski
 - [PATCH] [NVPTX] noop when kernel pointers are already global
 
Jingyue Wu
 - [PATCH] [NVPTX] noop when kernel pointers are already global
 
Tobias Grosser
 - [PATCH] [NVPTX] noop when kernel pointers are already global
 
Jingyue Wu
 - [PATCH] [opt] Devirtualize the SymbolBody type hierarchy and	start compacting its members into the base class.
 
Chandler Carruth
 - [PATCH] [opt] Devirtualize the SymbolBody type hierarchy and	start compacting its members into the base class.
 
Chandler Carruth
 - [PATCH] [opt] Devirtualize the SymbolBody type hierarchy and	start compacting its members into the base class.
 
Rui Ueyama
 - [PATCH] [opt] Devirtualize the SymbolBody type hierarchy and	start compacting its members into the base class.
 
Chandler Carruth
 - [PATCH] [opt] Hoist the call throuh SymbolBody::getReplacement	out of the inline method to get a SymbolBody and into the	callers, and kill now dead includes.
 
Chandler Carruth
 - [PATCH] [opt] Replace the recursive walk for GC with a worklist	algorithm.
 
Sean Silva
 - [PATCH] [opt] Replace the recursive walk for GC with a worklist	algorithm.
 
Chandler Carruth
 - [PATCH] [opt] Replace the recursive walk for GC with a worklist	algorithm.
 
Chandler Carruth
 - [PATCH] [opt] Replace the recursive walk for GC with a worklist	algorithm.
 
Sean Silva
 - [PATCH] [opt] Replace the recursive walk for GC with a worklist	algorithm.
 
Rui Ueyama
 - [PATCH] [opt] Replace the recursive walk for GC with a worklist	algorithm.
 
Chandler Carruth
 - [PATCH] [opt] Replace the recursive walk for GC with a worklist	algorithm.
 
Chandler Carruth
 - [PATCH] [opt] Replace the recursive walk for GC with a worklist	algorithm.
 
Chandler Carruth
 - [PATCH] [opt] Replace the recursive walk for GC with a worklist	algorithm.
 
Chandler Carruth
 - [PATCH] [PATCH] [ELF/AArch64] Initial General-dynamic TLS support
 
Adhemerval Zanella
 - [PATCH] [PATCH] [ELF/AArch64] Initial General-dynamic TLS support
 
Shankar Kalpathi Easwaran
 - [PATCH] [PATCH] [ELF/AArch64] Initial General-dynamic TLS support
 
Adhemerval Zanella
 - [PATCH] [PATCH] [ELF/AArch64] Initial General-dynamic TLS support
 
Rui Ueyama
 - [PATCH] [PM/AA] Completely remove the AliasAnalysis::copyValue	interface.
 
Chandler Carruth
 - [PATCH] [PM/AA] Completely remove the AliasAnalysis::copyValue	interface.
 
Pete Cooper
 - [PATCH] [Polly] Add -std=c99 flag only to C source files
 
Michael Kruse
 - [PATCH] [Polly] Add -std=c99 flag only to C source files
 
Tobias Grosser
 - [PATCH] [Polly] Add -std=c99 flag only to C source files
 
Michael Kruse
 - [PATCH] [Polly] Enable ISL's small integer optimization
 
Michael Kruse
 - [PATCH] [Polly] Enable ISL's small integer optimization
 
Tobias Grosser
 - [PATCH] [Polly] Enable ISL's small integer optimization
 
Tobias Grosser
 - [PATCH] [Scalarizer] Fix potential for stale data in Scattered	across invocations
 
Stephen Hines
 - [PATCH] [SDAG] Optimize unordered comparison in soft-float mode
 
Anton Nadolskiy
 - [PATCH] [SDAG] Optimize unordered comparison in soft-float mode
 
Anton Nadolskiy
 - [PATCH] [SDAG] Optimize unordered comparison in soft-float mode
 
Anton Nadolskiy
 - [PATCH] [SDAG] Optimize unordered comparison in soft-float mode
 
Ahmed Bougacha
 - [PATCH] [SDAG] Optimize unordered comparison in soft-float mode
 
Anton Nadolskiy
 - [PATCH] [SDAG] Optimize unordered comparison in soft-float mode
 
Anton Nadolskiy
 - [PATCH] [SEH] Add new intrinsics for recovering and restoring parent	frames
 
Reid Kleckner
 - [PATCH] [SEH] Add new intrinsics for recovering and restoring	parent frames
 
David Majnemer
 - [PATCH] [SEH] Add new intrinsics for recovering and restoring	parent frames
 
Reid Kleckner
 - [PATCH] [SEH] Add new intrinsics for recovering and restoring	parent frames
 
David Majnemer
 - [PATCH] [SEH] Add new intrinsics for recovering and restoring	parent frames
 
Reid Kleckner
 - [PATCH] [SLP] Vectorize all-constant entries.
 
Michael Zolotukhin
 - [PATCH] [Sparc] Add more instruction aliases.
 
James Y Knight
 - [PATCH] [Sparc] Add more instruction aliases.
 
Venkatraman Govindaraju
 - [PATCH] [Sparc] Add support for flush instruction.
 
James Y Knight
 - [PATCH] [Sparc] Add support for flush instruction.
 
Venkatraman Govindaraju
 - [PATCH] [SPARC] Cleanup handling of the Y/ASR registers.
 
James Y Knight
 - [PATCH] [SPARC] Fix BooleanContents,	so that select of a trunc doesn't eliminate the trunc.
 
James Y Knight
 - [PATCH] [Statepoints][NFC] Constify accessors on Statepoint.
 
Sanjoy Das
 - [PATCH] [TwoAddressInstructionPass] Try 3 Addr Conversion After	Commuting
 
Volkan Keles
 - [PATCH] [TwoAddressInstructionPass] Try 3 Addr Conversion After	Commuting
 
Owen Anderson
 - [PATCH] [TwoAddressInstructionPass] Try 3 Addr Conversion After	Commuting
 
Quentin Colombet
 - [PATCH] [TwoAddressInstructionPass] Try 3 Addr Conversion After	Commuting
 
Quentin Colombet
 - [PATCH] [TwoAddressInstructionPass] Try 3 Addr Conversion After	Commuting
 
Quentin Colombet
 - [PATCH] [WebAssembly] Skeleton WebAssembly target
 
JF Bastien
 - [PATCH] [WebAssembly] Skeleton WebAssembly target
 
Dan Gohman
 - [PATCH] [WebAssembly] Skeleton WebAssembly target
 
Dan Gohman
 - [PATCH] [WebAssembly] Skeleton WebAssembly target
 
JF Bastien
 - [PATCH] [X86][AVX512BW] add intrinsics support
 
Asaf Badouh
 - [PATCH] [X86][AVX512BW] add intrinsics support
 
Elena Demikhovsky
 - [PATCH] [X86][AVX512VL-BW] Add more intrinsics support
 
Asaf Badouh
 - [PATCH] [X86][AVX512VL-BW] Add more intrinsics support
 
Elena Demikhovsky
 - [PATCH] [X86][AVX512VL-BW] Add more intrinsics support
 
Asaf Badouh
 - [PATCH] [X86][AVX512VL-BW] Add more intrinsics support
 
Asaf Badouh
 - [PATCH] [X86][SSE4A] Shuffle lowering using SSE4A EXTRQ/INSERTQ	instructions
 
Sanjay Patel
 - [PATCH] [X86][SSE] Sign extension for target vector sizes less	than 128 bits.
 
Quentin Colombet
 - [PATCH] [x86] fix allowsMisalignedMemoryAccess() implementation
 
Sanjay Patel
 - [PATCH] [x86] fix allowsMisalignedMemoryAccess() implementation
 
Quentin Colombet
 - [PATCH] [x86] fix allowsMisalignedMemoryAccess() implementation
 
James Y Knight
 - [PATCH] [x86] fix allowsMisalignedMemoryAccess() implementation
 
Quentin Colombet
 - [PATCH] [x86] fix allowsMisalignedMemoryAccess() implementation
 
Sanjay Patel
 - [PATCH] AArch64: Use CMP;CCMP sequences for and/or/setcc trees.
 
Matthias Braun
 - [PATCH] AArch64: Use CMP;CCMP sequences for and/or/setcc trees.
 
Renato Golin
 - [PATCH] add a cl::opt override for TargetLowering's JumpIsExpensive
 
Sanjay Patel
 - [PATCH] add a cl::opt override for TargetLowering's	JumpIsExpensive
 
Kevin B. Smith
 - [PATCH] add a cl::opt override for TargetLowering's	JumpIsExpensive
 
Sanjay Patel
 - [PATCH] add a cl::opt override for TargetLowering's	JumpIsExpensive
 
Kevin B. Smith
 - [PATCH] add a cl::opt override for TargetLowering's	JumpIsExpensive
 
Sanjay Patel
 - [PATCH] add a cl::opt override for TargetLowering's	JumpIsExpensive
 
Kevin B. Smith
 - [PATCH] add a cl::opt override for TargetLowering's	JumpIsExpensive
 
Sanjay Patel
 - [PATCH] add a cl::opt override for TargetLowering's	JumpIsExpensive
 
Sanjay Patel
 - [PATCH] Add intrinsics and SDNodes for signed/unsigned absolute	difference (absdiff) and horizontal add (hadd).
 
Shahid
 - [PATCH] Add missing builtins to the PPC back end for ABI compliance	(vol. 2)
 
Nemanja Ivanovic
 - [PATCH] Add missing builtins to the PPC back end for ABI	compliance (vol. 2)
 
Bill Schmidt
 - [PATCH] Add missing builtins to the PPC back end for ABI	compliance (vol. 2)
 
Eric Christopher
 - [PATCH] Add missing builtins to the PPC back end for ABI	compliance (vol. 2)
 
Nemanja Ivanovic
 - [PATCH] Add missing builtins to the PPC back end for ABI	compliance (vol. 2)
 
Eric Christopher
 - [PATCH] Add NVPTXPeephole pass to reduce unnecessary address cast
 
Samuel Antao
 - [PATCH] Add NVPTXPeephole pass to reduce unnecessary address cast
 
Jingyue Wu
 - [PATCH] Add NVPTXPeephole pass to reduce unnecessary address cast
 
Jingyue Wu
 - [PATCH] Add NVPTXPeephole pass to reduce unnecessary address cast
 
Samuel Antao
 - [PATCH] Add NVPTXPeephole pass to reduce unnecessary address cast
 
Xuetian Weng
 - [PATCH] Add NVPTXPeephole pass to reduce unnecessary address cast
 
Jingyue Wu
 - [PATCH] Add NVPTXPeephole pass to reduce unnecessary address cast
 
Samuel Antao
 - [PATCH] Add read_write_arg_mem attribute
 
Igor Laevsky
 - [PATCH] Add support for complex aggregate store in InstCombine
 
David Majnemer
 - [PATCH] Add support for nest attribute to AArch64 backend
 
Stephen Cross
 - [PATCH] Add tests for full unroll heuristic: folding CFG,	folding IVs.
 
Michael Zolotukhin
 - [PATCH] ADT: Shave a pointer off of SmallVector<T, 1>
 
Duncan P. N. Exon Smith
 - [PATCH] ADT: Shave a pointer off of SmallVector<T, 1>
 
Duncan P. N. Exon Smith
 - [PATCH] ADT: Shave a pointer off of SmallVector<T, 1>
 
Sean Silva
 - [PATCH] ADT: Shave a pointer off of SmallVector<T, 1>
 
Duncan Exon Smith
 - [PATCH] ADT: Shave a pointer off of SmallVector<T, 1>
 
Eric Christopher
 - [PATCH] ADT: Shave a pointer off of SmallVector<T, 1>
 
Duncan P. N. Exon Smith
 - [PATCH] ADT: Shave a pointer off of SmallVector<T, 1>
 
Eric Christopher
 - [PATCH] Allow InstCombiner to eliminate truncates even if it will	require inserting additional instructions
 
Sanjoy Das
 - [PATCH] Allow InstCombiner to eliminate truncates even if it will	require inserting additional instructions
 
Igor Laevsky
 - [PATCH] ARMLoadStoreOpt: Merge subs/adds into LDRD/STRD;	Factor out common code
 
Renato Golin
 - [PATCH] ARMLoadStoreOptimizer: Create LDRD/STRD on thumb2
 
Matthias Braun
 - [PATCH] ARMLoadStoreOptimizer: Create LDRD/STRD on thumb2
 
Renato Golin
 - [PATCH] ARMLoadStoreOptimizer: Rewrite LDM/STM matching logic.
 
Matthias Braun
 - [PATCH] AsmParser: Add a function to parse a standalone type and	value
 
Alex Lorenz
 - [PATCH] AVX-512:  FMA  encoding
 
Igor Breger
 - [PATCH] AVX-512: FMA  intrinsics (Clang)
 
Igor Breger
 - [PATCH] AVX-512: FMA  intrinsics (Clang)
 
Elena Demikhovsky
 - [PATCH] AVX-512 vector shuffle lowering
 
Elena Demikhovsky
 - [PATCH] AVX512: FMA scalar support
 
Igor Breger
 - [PATCH] AVX512: FMA scalar support
 
Elena Demikhovsky
 - [PATCH] AVX512: FMA scalar support
 
Phabricator
 - [PATCH] AVX512 : FMA support
 
Igor Breger
 - [PATCH] AVX512 : FMA support
 
Elena Demikhovsky
 - [PATCH] AVX512 : FMA support
 
Phabricator
 - [PATCH] Change APInt comparison with uint64_t.
 
Paweł Bylica
 - [PATCH] Change APInt comparison with uint64_t.
 
Duncan P. N. Exon Smith
 - [PATCH] Change APInt comparison with uint64_t.
 
Duncan P. N. Exon Smith
 - [PATCH] Change APInt comparison with uint64_t.
 
Paweł Bylica
 - [PATCH] Change APInt comparison with uint64_t.
 
Duncan P. N. Exon Smith
 - [PATCH] Change APInt comparison with uint64_t.
 
Paweł Bylica
 - [PATCH] Change APInt comparison with uint64_t.
 
Paweł Bylica
 - [PATCH] Change APInt comparison with uint64_t.
 
Duncan P. N. Exon Smith
 - [PATCH] Change APInt comparison with uint64_t.
 
Paweł Bylica
 - [PATCH] change DAG's JumpIsExpensive check for x86 (PR23827)
 
Sanjay Patel
 - [PATCH] Clang/driver: emulated TLS mode.
 
Chih-Hung Hsieh
 - [PATCH] Clang/driver: emulated TLS mode.
 
Chih-Hung Hsieh
 - [PATCH] Clang/driver: emulated TLS mode.
 
Joerg Sonnenberger
 - [PATCH] Clang/driver: emulated TLS mode.
 
Chih-Hung Hsieh
 - [PATCH] Clang/driver: emulated TLS mode.
 
Joerg Sonnenberger
 - [PATCH] Clang/driver: emulated TLS mode.
 
Chih-hung Hsieh
 - [PATCH] Clang/driver: emulated TLS mode.
 
Chih-Hung Hsieh
 - [PATCH] Clang/driver: emulated TLS mode.
 
Joerg Sonnenberger
 - [PATCH] COFF: Do not assign linker-weak symbols to selectany comdat	sections.
 
Peter Collingbourne
 - [PATCH] COFF: Do not assign linker-weak symbols to selectany	comdat sections.
 
David Majnemer
 - [PATCH] COFF: Do not assign linker-weak symbols to selectany	comdat sections.
 
Rafael Espíndola
 - [PATCH] COFF: Do not assign linker-weak symbols to selectany	comdat sections.
 
Peter Collingbourne
 - [PATCH] COFF: Do not assign linker-weak symbols to selectany	comdat sections.
 
Rafael Espíndola
 - [PATCH] COFF: Do not assign linker-weak symbols to selectany	comdat sections.
 
Peter Collingbourne
 - [PATCH] Consider offset in global variables during lowering in	NVPTX.
 
Samuel Antao
 - [PATCH] Consider offset in global variables during lowering in	NVPTX.
 
Justin Holewinski
 - [PATCH] Consider offset in global variables during lowering in	NVPTX.
 
Samuel Antao
 - [PATCH] D10059: New alias analysis for static global variables
 
Sam Parker
 - [PATCH] D10059: New alias analysis for static global variables
 
hfinkel at anl.gov
 - [PATCH] D10059: New alias analysis for static global variables
 
Sam Parker
 - [PATCH] D10097: Vectorizer: Refactor code for runtime checks	generation.
 
hfinkel at anl.gov
 - [PATCH] D10140: ARMLoadStoreOptimizer: Rewrite LDM/STM matching	logic.
 
Renato Golin
 - [PATCH] D10357: SROA produces miscompiled code for bitfield	access on big-endian targets
 
Alexandros Lamprineas
 - [PATCH] D10386: [LAA] Merge memchecks for accesses separated by a	constant offset
 
silviu.baranga at arm.com
 - [PATCH] D10416: Use function attribute "arm-restrict-it"
 
Akira Hatanaka
 - [PATCH] D10416: Use function attribute "arm-restrict-it"
 
Eric Christopher
 - [PATCH] D10496: Extending Vector GetElementPtr - please review
 
Elena Demikhovsky
 - [PATCH] D10496: Extending Vector GetElementPtr - please review
 
hfinkel at anl.gov
 - [PATCH] D10496: Extending Vector GetElementPtr - please review
 
David Majnemer
 - [PATCH] D10539: [mips] Handling of immediates bigger than 16 bits
 
Srdjan Obucina
 - [PATCH] D10539: [mips] Handling of immediates bigger than 16 bits
 
Srdjan Obucina
 - [PATCH] D10539: [mips] Handling of immediates bigger than 16 bits
 
Srdjan Obucina
 - [PATCH] D10577: [LoopDist/LoopVer] Move LoopVersioning to a new	module, NFC
 
Adam Nemet
 - [PATCH] D10577: [LoopDist/LoopVer] Move LoopVersioning to a new	module, NFC
 
Adam Nemet
 - [PATCH] D10585: Add support for nest attribute to AArch64 backend
 
Tim Northover
 - [PATCH] D10585: Add support for nest attribute to AArch64 backend
 
Stephen Cross
 - [PATCH] D10585: Add support for nest attribute to AArch64 backend
 
Tim Northover
 - [PATCH] D10585: Add support for nest attribute to AArch64 backend
 
Stephen Cross
 - [PATCH] D10589: [X86][SSE] Sign extension for target vector sizes	less than 128 bits.
 
Simon Pilgrim
 - [PATCH] D10589: [X86][SSE] Sign extension for target vector sizes	less than 128 bits.
 
Simon Pilgrim
 - [PATCH] D10593: [X86][AVX] Add support for shuffle decoding of	vperm2f128/vperm2i128 with zero'd lanes
 
Simon Pilgrim
 - [PATCH] D10616: [PATCH] Fix llvm-jitlistener build after	DebugInfo renaming at 227586.
 
Alexey Bader
 - [PATCH] D10623: ARMLoadStoreOptimizer: Create LDRD/STRD on thumb2
 
Matthias Braun
 - [PATCH] D10631: [Inliner][NFCI] Add an InlineSite abstraction.
 
Sanjoy Das
 - [PATCH] D10656: LLVM OpenMP CMake Overhaul
 
Jack Howarth
 - [PATCH] D10676: ARMLoadStoreOpt: Merge subs/adds into LDRD/STRD;	Factor out common code
 
Matthias Braun
 - [PATCH] D10676: ARMLoadStoreOpt: Merge subs/adds into LDRD/STRD;	Factor out common code
 
Renato Golin
 - [PATCH] D10745: MachineScheduler: Avoid pointless macroop fusion	edges.
 
Matthias Braun
 - [PATCH] D10758: [Inliner] Teach LLVM to inline through	statepoints.
 
Sanjoy Das
 - [PATCH] D10758: [Inliner] Teach LLVM to inline through	statepoints.
 
Sanjoy Das
 - [PATCH] D10758: [Inliner] Teach LLVM to inline through	statepoints.
 
Pat Gavlin
 - [PATCH] D10767: Fix shift legalization and lowering for big	constants.
 
Paweł Bylica
 - [PATCH] D10832: Use function attribute "trap-func-name" and	remove TargetOptions::TrapFuncName
 
Akira Hatanaka
 - [PATCH] D10832: Use function attribute "trap-func-name" and	remove TargetOptions::TrapFuncName
 
Akira Hatanaka
 - [PATCH] D10835: getStrideFromPointer and its helper function from	LoopVectorize moved to VectorUtils
 
hfinkel at anl.gov
 - [PATCH] D10835: getStrideFromPointer and its helper function	from LoopVectorize moved to VectorUtils
 
Nema, Ashutosh
 - [PATCH] D10835: getStrideFromPointer and its helper function from	LoopVectorize moved to VectorUtils
 
Ashutosh Nema
 - [PATCH] D10836: [ConstFolding] Allow constfolding of llvm.sin.*	and llvm.cos.* intrinsics
 
Karthik Bhat
 - [PATCH] D10854: Enable runtime unrolling with unroll pragma	metadata
 
hfinkel at anl.gov
 - [PATCH] D10857: Update documentation for unroll pragmas on loops	with runtime trip counts
 
hfinkel at anl.gov
 - [PATCH] D10864: UBSan: Enable runtime library tests on Windows,	and get most tests passing.
 
Alexey Samsonov
 - [PATCH] D10864: UBSan: Enable runtime library tests on Windows,	and get most tests passing.
 
Peter Collingbourne
 - [PATCH] D10864: UBSan: Enable runtime library tests on Windows,	and get most tests passing.
 
Peter Collingbourne
 - [PATCH] D10872: Support custom string attributes for function	arguments/return values
 
Artur Pilipenko
 - [PATCH] D10873: [GraphWriter] Don't wait on xdg-open when not on	Apple
 
Charlie Turner
 - [PATCH] D10874: Add missing builtins to the PPC back end for ABI	compliance (vol. 2)
 
Nemanja Ivanovic
 - [PATCH] D10877: [BitcodeReader] Fix for PR23310: llvm-dis crashes	when trying to upgrade an intrinsic.
 
Rafael Ávila de Espíndola
 - [PATCH] D10877: [BitcodeReader] Fix for PR23310: llvm-dis crashes	when trying to upgrade an intrinsic.
 
Philip Pfaffe
 - [PATCH] D10877: [BitcodeReader] Fix for PR23310: llvm-dis crashes	when trying to upgrade an intrinsic.
 
Philip Pfaffe
 - [PATCH] D10877: [BitcodeReader] Fix for PR23310: llvm-dis crashes	when trying to upgrade an intrinsic.
 
Philip Pfaffe
 - [PATCH] D10878: Fix for bug 23996 - Fix incorrect/inefficient	pushw encodings for x86-64 targets
 
Michael Kuperstein
 - [PATCH] D10879: [BitcodeReader] Rangify some loops.
 
Philip Pfaffe
 - [PATCH] D10884: [CodeGen] Force emission of personality directive	if explicitly specified
 
Keno Fischer
 - [PATCH] D10884: [CodeGen] Force emission of personality directive	if explicitly specified
 
David Majnemer
 - [PATCH] D10884: [CodeGen] Force emission of personality directive	if explicitly specified
 
Keno Fischer
 - [PATCH] D10889: [PM/AA] Completely remove the	AliasAnalysis::copyValue interface.
 
hfinkel at anl.gov
 - [PATCH] D10896: [X86][AVX512] add Multiply High Op
 
Asaf Badouh
 - [PATCH] D10897: Reworked the test part of r241149 "Fix PR23872:	Integrated assembler error message when using .type directive	with @ in AArch32 assembly."
 
Gabor Ballabas
 - [PATCH] D10897: Reworked the test part of r241149 "Fix PR23872:	Integrated assembler error message when using .type directive	with @ in AArch32 assembly."
 
Renato Golin
 - [PATCH] D10897: Reworked the test part of r241149 "Fix PR23872:	Integrated assembler error message when using .type directive	with @ in AArch32 assembly."
 
Gabor Ballabas
 - [PATCH] D10897: Reworked the test part of r241149 "Fix PR23872:	Integrated assembler error message when using .type directive	with @ in AArch32 assembly."
 
Renato Golin
 - [PATCH] D10897: Reworked the test part of r241149 "Fix PR23872:	Integrated assembler error message when using .type directive	with @ in AArch32 assembly."
 
Gabor Ballabas
 - [PATCH] D10897: Reworked the test part of r241149 "Fix PR23872:	Integrated assembler error message when using .type directive	with @ in AArch32 assembly."
 
Renato Golin
 - [PATCH] D10897: Reworked the test part of r241149 "Fix PR23872:	Integrated assembler error message when using .type directive	with @ in AArch32 assembly."
 
Phabricator
 - [PATCH] D10897: Reworked the test part of r241149 "Fix PR23872:	Integrated assembler error message when using .type directive	with @ in AArch32 assembly."
 
Richard Barton
 - [PATCH] D10900: Fix a bug in the A57FPLoadBalancing register	tracking/scavenger due to aliasing registers.
 
Chad Rosier
 - [PATCH] D10901: [ELF] Define __start_XXX/__stop_XXX symbols where XXX	is a section name
 
Simon Atanasyan
 - [PATCH] D10901: [ELF] Define __start_XXX/__stop_XXX symbols where	XXX is a section name
 
Rui Ueyama
 - [PATCH] D10901: [ELF] Define __start_XXX/__stop_XXX symbols where	XXX is a section name
 
Simon Atanasyan
 - [PATCH] D10903: [LICM] Replace incoming values with undef if the	incoming BB is unreachable
 
David Majnemer
 - [PATCH] D10904: Fix Integer Division Expansion special case of divide	by 1
 
Aditya Nandakumar
 - [PATCH] D10904: Fix Integer Division Expansion special case of	divide by 1
 
Aditya Nandakumar
 - [PATCH] D10905: move DAGCombiner's allowableAlignment() helper	function into the TLI
 
Sanjay Patel
 - [PATCH] D10909: PrologEpilogInserter: Improve API to determine callee	save regsiters.
 
Matthias Braun
 - [PATCH] D10909: PrologEpilogInserter: Improve API to determine	callee save regsiters.
 
Matthias Braun
 - [PATCH] D10909: PrologEpilogInserter: Improve API to determine	callee save regsiters.
 
Matthias Braun
 - [PATCH] D10909: PrologEpilogInserter: Improve API to determine	callee save regsiters.
 
Daniel Sanders
 - [PATCH] D10910: RAGreedy: Keep track of allocated PhysRegs internally
 
Matthias Braun
 - [PATCH] D10910: RAGreedy: Keep track of allocated PhysRegs	internally
 
Jakob Stoklund Olesen
 - [PATCH] D10911: MachineRegisterInfo: Remove UsedPhysReg infrastructure
 
Matthias Braun
 - [PATCH] D10911: MachineRegisterInfo: Remove UsedPhysReg	infrastructure
 
Jakob Stoklund Olesen
 - [PATCH] D10913: FastISel support for instructions that load floating	point immediate values.
 
Dan Gohman
 - [PATCH] D10913: FastISel support for instructions that load	floating point immediate values.
 
Eric Christopher
 - [PATCH] D10913: FastISel support for instructions that load	floating point immediate values.
 
Dan Gohman
 - [PATCH] D10913: FastISel support for instructions that load	floating point immediate values.
 
Eric Christopher
 - [PATCH] D10914: Allow BranchFolding to operate on instructions with	virtual registers
 
Dan Gohman
 - [PATCH] D10915: Remove always-true comparison, NFC.
 
Filipe Cabecinhas
 - [PATCH] D10915: Remove always-true comparison, NFC.
 
Rafael Ávila de Espíndola
 - [PATCH] D10915: Remove always-true comparison, NFC.
 
Filipe Cabecinhas
 - [PATCH] D10918: [lld][ELF] Apply segments from linker scripts
 
Denis Protivensky
 - [PATCH] D10920: Unify isSafeToLoadUnconditionally and	isDereferenceablePointer
 
Artur Pilipenko
 - [PATCH] D10923: [mips][microMIPS] Create microMIPS64r6 subtarget and	impelment DALIGN, DAUI, DAHI, DATI, DEXT, DEXTM and DEXTU instructions
 
Hrvoje Varga
 - [PATCH] D10923: [mips][microMIPS] Create microMIPS64r6 subtarget	and impelment DALIGN, DAUI, DAHI, DATI, DEXT,	DEXTM and DEXTU instructions
 
Hrvoje Varga
 - [PATCH] D10929: [ELF/AArch64] Set correct loader name in linking	context
 
Adhemerval Zanella
 - [PATCH] D10929: [ELF/AArch64] Set correct loader name in linking	context
 
Rui Ueyama
 - [PATCH] D10930: [ELF/AArch64] Add support for external TLS variables
 
Adhemerval Zanella
 - [PATCH] D10930: [ELF/AArch64] Add support for external TLS	variables
 
Rui Ueyama
 - [PATCH] D10934: COFF: Fix the case where an object defines a weak	external and its alias.
 
Peter Collingbourne
 - [PATCH] D10934: COFF: Fix the case where an object defines a weak	external and its alias.
 
Rui Ueyama
 - [PATCH] D10934: COFF: Fix the case where an object defines a weak	external and its alias.
 
Peter Collingbourne
 - [PATCH] D10936: AMDGPU: Avoid using 64-bit shift for i64 (shl x, 32)
 
Matt Arsenault
 - [PATCH] D10936: AMDGPU: Avoid using 64-bit shift for i64 (shl x,	32)
 
Matt Arsenault
 - [PATCH] D10937: [yaml2obj] Align section content using AddressAlign	field's value
 
Simon Atanasyan
 - [PATCH] D10939: Object/COFF: Fix getSectionSize
 
Rui Ueyama
 - [PATCH] D10939: Object/COFF: Fix getSectionSize
 
David Majnemer
 - [PATCH] D10940: COFF: Numerous fixes for interaction between LTO and	weak externals.
 
Peter Collingbourne
 - [PATCH] D10940: COFF: Numerous fixes for interaction between LTO	and weak externals.
 
Rui Ueyama
 - [PATCH] D10940: COFF: Numerous fixes for interaction between LTO	and weak externals.
 
Peter Collingbourne
 - [PATCH] D10940: COFF: Numerous fixes for interaction between LTO	and weak externals.
 
Peter Collingbourne
 - [PATCH] D10941: IR: Do not consider available_externally linkage to	be linker-weak.
 
Peter Collingbourne
 - [PATCH] D10941: IR: Do not consider available_externally linkage	to be linker-weak.
 
Rafael Ávila de Espíndola
 - [PATCH] D10941: IR: Do not consider available_externally linkage	to be linker-weak.
 
Peter Collingbourne
 - [PATCH] D10945: Verifier: Forbid comdats on linker declarations.
 
Peter Collingbourne
 - [PATCH] D10945: Verifier: Forbid comdats on linker declarations.
 
Rafael Ávila de Espíndola
 - [PATCH] D10945: Verifier: Forbid comdats on linker declarations.
 
Peter Collingbourne
 - [PATCH] D10946: Add capability to get and set the personalitty	function from the C API
 
Amaury SECHET
 - [PATCH] D10946: Add capability to get and set the personalitty	function from the C API
 
Reid Kleckner
 - [PATCH] D10946: Add capability to get and set the personalitty	function from the C API
 
Rafael Espíndola
 - [PATCH] D10947: [X86][SSE] Use the general SMAX/SMIN/UMAX/UMIN	opcodes and remove the X86 implementation
 
Simon Pilgrim
 - [PATCH] D10947: [X86][SSE] Use the general SMAX/SMIN/UMAX/UMIN	opcodes and remove the X86 implementation
 
Elena Demikhovsky
 - [PATCH] D10948: [X86][AVX512] Multiply Packed Unsigned Integers with	Round and Scale
 
Asaf Badouh
 - [PATCH] D10950: [SLPVectorizer] Try different vectorization factors	and set max vector register size based on target
 
Sanjay Patel
 - [PATCH] D10951: [LinkerScript] Fix bug in	Segment::assignVirtualAddress()
 
Rafael Auler
 - [PATCH] D10952: [LinkerScript] Don't create unnecessarily large	segments
 
Rafael Auler
 - [PATCH] D10953: [mips][microMIPS] Implement DDIV, DMOD,	DDIVU and DMODU instructions
 
Zlatko Buljan
 - [PATCH] D9314: Arm: Don't define a label twice with two setjmps	in a function.
 
Matthias Braun
 - [PATCH] D9314: Arm: Don't define a label twice with two setjmps	in a function.
 
Renato Golin
 - [PATCH] D9364: [ARM] Use function attribute "arm-long-calls"
 
Akira Hatanaka
 - [PATCH] D9364: [ARM] Use function attribute "arm-long-calls"
 
Eric Christopher
 - [PATCH] D9645: [X86][SSE] Vectorized i64 uniform constant SRA	shifts
 
Simon Pilgrim
 - [PATCH] D9645: [X86][SSE] Vectorized i64 uniform constant SRA	shifts
 
Elena Demikhovsky
 - [PATCH] D9645: [X86][SSE] Vectorized i64 uniform constant SRA	shifts
 
Simon Pilgrim
 - [PATCH] D9645: [X86][SSE] Vectorized i64 uniform constant SRA	shifts
 
Elena Demikhovsky
 - [PATCH] D9654: [PATCH 2/2] [x86] Add support for "probe-stack"
 
John Kåre Alsaker
 - [PATCH] D9813: [BasicAA] Fix incorrect scale & offset initializer
 
Nick White
 - [PATCH] D9813: [BasicAA] Fix incorrect scale & offset initializer
 
Nick White
 - [PATCH] D9918: Follow up to safe API patch
 
Andrey Churbanov
 - [PATCH] Disable buffering for raw_null_ostream()
 
Mehdi AMINI
 - [PATCH] Disable buffering for raw_null_ostream()
 
Duncan P. N. Exon Smith
 - [PATCH] Disable buffering for raw_null_ostream()
 
Mehdi Amini
 - [PATCH] Disable buffering for raw_null_ostream()
 
Duncan P. N. Exon Smith
 - [PATCH] Disable buffering for raw_null_ostream()
 
Mehdi AMINI
 - [PATCH] Disable buffering for raw_null_ostream()
 
Mehdi Amini
 - [PATCH] Disable buffering for raw_null_ostream()
 
Duncan P. N. Exon Smith
 - [PATCH] Disable buffering for raw_null_ostream()
 
Mehdi AMINI
 - [PATCH] Disable buffering for raw_null_ostream()
 
Mehdi Amini
 - [PATCH] Disable buffering for raw_null_ostream()
 
Duncan P. N. Exon Smith
 - [PATCH] Disable buffering for raw_null_ostream()
 
Rafael Espíndola
 - [PATCH] Disable buffering for raw_null_ostream()
 
Mehdi Amini
 - [PATCH] Disable buffering for raw_null_ostream()
 
Rafael Espíndola
 - [PATCH] Disallow in-source builds
 
Eric Christopher
 - [PATCH] Disallow in-source builds
 
Jonathan Roelofs
 - [PATCH] Do not export gtest library targets or install them for	CMake and do not export for Autoconf/Makefile install
 
Brad King
 - [PATCH] Do not export gtest library targets or install them for	CMake and do not export for Autoconf/Makefile install
 
Dan Liew
 - [PATCH] Do not export gtest library targets or install them for	CMake and do not export for Autoconf/Makefile install
 
Brad King
 - [PATCH] Do not export gtest library targets or install them for	CMake and do not export for Autoconf/Makefile install
 
Dan Liew
 - [PATCH] Enable partial and runtime loop unrolling for NVPTX
 
Mark Heffernan
 - [PATCH] Enable partial and runtime loop unrolling for NVPTX
 
Bjarke Hammersholt Roune
 - [PATCH] Enable partial and runtime loop unrolling for NVPTX
 
Justin Holewinski
 - [PATCH] Enable runtime unrolling with unroll pragma metadata
 
Mark Heffernan
 - [PATCH] Enable runtime unrolling with unroll pragma metadata
 
Mark Heffernan
 - [PATCH] Enable runtime unrolling with unroll pragma metadata
 
Bjarke Hammersholt Roune
 - [PATCH] Enhance loop rotation with existence of profile data in	MachineBlockPlacement pass.
 
Cong Hou
 - [PATCH] Enhance loop rotation with existence of profile data in	MachineBlockPlacement pass.
 
Cong Hou
 - [PATCH] Enhance loop rotation with existence of profile data in	MachineBlockPlacement pass.
 
Xinliang David Li
 - [PATCH] Enhance loop rotation with existence of profile data in	MachineBlockPlacement pass.
 
Cong Hou
 - [PATCH] Enhance loop rotation with existence of profile data in	MachineBlockPlacement pass.
 
Xinliang David Li
 - [PATCH] Enhance loop rotation with existence of profile data in	MachineBlockPlacement pass.
 
Cong Hou
 - [PATCH] Enhance loop rotation with existence of profile data in	MachineBlockPlacement pass.
 
Xinliang David Li
 - [PATCH] Enhance loop rotation with existence of profile data in	MachineBlockPlacement pass.
 
Cong Hou
 - [PATCH] Enhance loop rotation with existence of profile data in	MachineBlockPlacement pass.
 
Xinliang David Li
 - [PATCH] Enhance loop rotation with existence of profile data in	MachineBlockPlacement pass.
 
Cong Hou
 - [PATCH] Enhance loop rotation with existence of profile data in	MachineBlockPlacement pass.
 
Cong Hou
 - [PATCH] Enhance loop rotation with existence of profile data in	MachineBlockPlacement pass.
 
Xinliang David Li
 - [PATCH] Enhance loop rotation with existence of profile data in	MachineBlockPlacement pass.
 
Cong Hou
 - [PATCH] Estimate DCE effect in heuristic for estimating	complete-unroll optimization effects.
 
Michael Zolotukhin
 - [PATCH] Expand LangRef.html's documentation on LLVM's inline assembly.
 
James Y Knight
 - [PATCH] Expand LangRef.html's documentation on LLVM's inline	assembly.
 
Douglas Katzman
 - [PATCH] Expand LangRef.html's documentation on LLVM's inline	assembly.
 
James Y Knight
 - [PATCH] Expand LangRef.html's documentation on LLVM's inline	assembly.
 
Eric Christopher
 - [PATCH] Expand Phabricator docs slightly
 
Manuel Klimek
 - [PATCH] Expand Phabricator docs slightly
 
scott douglass
 - [PATCH] Expand Phabricator docs slightly
 
Manuel Klimek
 - [PATCH] Expand Phabricator docs slightly
 
scott douglass
 - [PATCH] Extending Vector GetElementPtr - please review
 
Elena Demikhovsky
 - [PATCH] Extending Vector GetElementPtr - please review
 
Renato Golin
 - [PATCH] Extending Vector GetElementPtr - please review
 
Demikhovsky, Elena
 - [PATCH] Extending Vector GetElementPtr - please review
 
Renato Golin
 - [PATCH] Extending Vector GetElementPtr - please review
 
Demikhovsky, Elena
 - [PATCH] Extending Vector GetElementPtr - please review
 
Javed Absar
 - [PATCH] Extending Vector GetElementPtr - please review
 
David Greene
 - [PATCH] Fix __builtin_setjmp in combination with sjlj exception	handling.
 
Matthias Braun
 - [PATCH] Fix `llvm-config` to emit the linker flag for the	combined shared object built by autoconfig/make instead of the	individual components.
 
Richard Diamond
 - [PATCH] Fix AArch64 prologue for empty frame with dynamic allocas
 
Evgeniy Stepanov
 - [PATCH] Fix AArch64 prologue for empty frame with dynamic allocas
 
Tim Northover
 - [PATCH] Fix AArch64 prologue for empty frame with dynamic allocas
 
Evgeniy Stepanov
 - [PATCH] Fix AArch64 prologue for empty frame with dynamic allocas
 
Evgeniy Stepanov
 - [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] Fixed debug info generation for function static	variables, typedef, and records
 
David Blaikie
 - [PATCH] Fixed debug info generation for function static variables,	typedef, and records
 
Michael Kuperstein
 - [PATCH] Fix enum BitcodeError to not define 0.
 
Karl Schimpf
 - [PATCH] Fix enum BitcodeError to not define 0.
 
Rafael Ávila de Espíndola
 - [PATCH] Fix for 9807. Avoid over-relaxation of 8-bit immediates	in integer arithmetic instructions.
 
David Kreitzer
 - [PATCH] Fix for 9807. Avoid over-relaxation of 8-bit immediates	in integer arithmetic instructions.
 
Rafael Ávila de Espíndola
 - [PATCH] Fix for 9807. Avoid over-relaxation of 8-bit immediates	in integer arithmetic instructions.
 
David Majnemer
 - [PATCH] Fix for 9807. Avoid over-relaxation of 8-bit immediates	in integer arithmetic instructions.
 
Rafael Espíndola
 - [PATCH] Fix for 9807. Avoid over-relaxation of 8-bit immediates	in integer arithmetic instructions.
 
David Kreitzer
 - [PATCH] Fix for 9807. Avoid over-relaxation of 8-bit immediates	in integer arithmetic instructions.
 
Rafael Espíndola
 - [PATCH] Fix for 9807. Avoid over-relaxation of 8-bit immediates	in integer arithmetic instructions.
 
David Kreitzer
 - [PATCH] Fix for 9807. Avoid over-relaxation of 8-bit immediates	in integer arithmetic instructions.
 
Sean Silva
 - [PATCH] Fix for 9807. Avoid over-relaxation of 8-bit immediates	in integer arithmetic instructions.
 
Rafael Espíndola
 - [PATCH] Fix for 9807. Avoid over-relaxation of 8-bit immediates	in integer arithmetic instructions.
 
Rafael Ávila de Espíndola
 - [PATCH] Fix for 9807. Avoid over-relaxation of 8-bit immediates	in integer arithmetic instructions.
 
Michael Kuperstein
 - [PATCH] Fix for bug 23996 - Fix incorrect/inefficient pushw encodings	for x86-64 targets
 
David Kreitzer
 - [PATCH] Fix for bug 23996 - Fix incorrect/inefficient pushw	encodings for x86-64 targets
 
Rafael Espíndola
 - [PATCH] Fix for bug 23996 - Fix incorrect/inefficient pushw	encodings for x86-64 targets
 
Rafael Espíndola
 - [PATCH] Fix OMPT state maintenance for barriers in OpenMP	runtime. Fix missing initialization of implicit task id.
 
Jonathan Peyton
 - [PATCH] Fix shift legalization and lowering for big constants.
 
Paweł Bylica
 - [PATCH] Fix shift legalization and lowering for big constants.
 
Paweł Bylica
 - [PATCH] Fix test-release.sh to use DESTDIR
 
Hans Wennborg
 - [PATCH] Fix test-release.sh to use DESTDIR
 
Dan Liew
 - [PATCH] Fix test-release.sh to use DESTDIR
 
Dan Liew
 - [PATCH] Follow up to safe API patch
 
Jonathan Peyton
 - [PATCH] getStrideFromPointer and its helper function from	LoopVectorize moved to VectorUtils
 
Ashutosh Nema
 - [PATCH] getStrideFromPointer and its helper function from	LoopVectorize moved to VectorUtils
 
David Majnemer
 - [PATCH] getStrideFromPointer and its helper function from	LoopVectorize moved to VectorUtils
 
Nema, Ashutosh
 - [PATCH] getStrideFromPointer and its helper function from	LoopVectorize moved to VectorUtils
 
Ashutosh Nema
 - [PATCH] getStrideFromPointer and its helper function from	LoopVectorize moved to VectorUtils
 
Ashutosh Nema
 - [PATCH] Getting started docs: https, and check signature
 
JF Bastien
 - [PATCH] Getting started docs: https, and check signature
 
JF Bastien
 - [PATCH] Getting started docs: https, and check signature
 
Chandler Carruth
 - [PATCH] Getting started docs: https, and check signature
 
Jeffrey Yasskin
 - [PATCH] Gut InstCombiner::SimplifyMemTransfer.
 
Lang Hames
 - [PATCH] Handle cast instructions in complete loop unroll	heuristic.
 
Michael Zolotukhin
 - [PATCH] Handle resolvable branches in complete loop unroll	heuristic.
 
Michael Zolotukhin
 - [PATCH] Improvement on computing edge probabilities when choosing the	best successor in machine block placement.
 
Cong Hou
 - [PATCH] Improve OMPT code: remove use of assignment to multiple	struct fields using .fieldname
 
John Mellor-Crummey
 - [PATCH] Improve OMPT code: remove use of assignment to multiple	struct fields using .fieldname
 
John Mellor-Crummey
 - [PATCH] Improve OMPT code: remove use of assignment to multiple	struct fields using .fieldname
 
Olga Malysheva
 - [PATCH] Improve OMPT code: remove use of assignment to multiple	struct fields using .fieldname
 
Jonathan Peyton
 - [PATCH] Improve testing for the C API
 
Amaury SECHET
 - [PATCH] Initialize raw_ostream buffer mode using an enum instead of a	boolean
 
Mehdi AMINI
 - [PATCH] Initialize raw_ostream buffer mode using an enum instead	of a boolean
 
Mehdi AMINI
 - [PATCH] LivePhysRegs: Add support to add pristine registers when	populating with live-in/live-out registers.
 
Quentin Colombet
 - [PATCH] LivePhysRegs: Add support to add pristine registers when	populating with live-in/live-out registers.
 
Phabricator
 - [PATCH] llc: Add 'run-pass' option
 
Duncan P. N. Exon Smith
 - [PATCH] LLVM OpenMP CMake Overhaul
 
Jonathan Peyton
 - [PATCH] lto: Clean up C libLTO interfaces pertaining to linker flags.
 
Peter Collingbourne
 - [PATCH] lto: Clean up C libLTO interfaces pertaining to linker	flags.
 
Yunzhong Gao
 - [PATCH] lto: Clean up C libLTO interfaces pertaining to linker	flags.
 
Peter Collingbourne
 - [PATCH] Make CMake files generated by the Autoconf build system	relocatable.
 
Dan Liew
 - [PATCH] Make CMake files generated by the Autoconf build system	relocatable.
 
Brad King
 - [PATCH] Make CMake files generated by the Autoconf build system	relocatable.
 
Dan Liew
 - [PATCH] Make CMake files generated by the Autoconf build system	relocatable.
 
Brad King
 - [PATCH] Make CMake files generated by the Autoconf build system	relocatable.
 
Dan Liew
 - [PATCH] Make global aliases have symbol size equal to their type
 
John Brawn
 - [PATCH] Make global aliases have symbol size equal to their type
 
Rafael Espíndola
 - [PATCH] Make global aliases have symbol size equal to their type
 
John Brawn
 - [PATCH] Make global aliases have symbol size equal to their type
 
John Brawn
 - [PATCH] Make global aliases have symbol size equal to their type
 
Javed Absar
 - [PATCH] Make global aliases have symbol size equal to their type
 
Rafael Espíndola
 - [PATCH] Make InstCombine aware of TargetTransformInfo when	optimize extension
 
Justin Holewinski
 - [PATCH] Make InstCombine aware of TargetTransformInfo when	optimize extension
 
David Majnemer
 - [PATCH] Make InstCombine aware of TargetTransformInfo when	optimize extension
 
Justin Holewinski
 - [PATCH] Make InstCombine aware of TargetTransformInfo when	optimize extension
 
Jingyue Wu
 - [PATCH] Make InstCombine aware of TargetTransformInfo when	optimize extension
 
Hal Finkel
 - [PATCH] mingw-w64 support for compiler-rt
 
Martell Malone
 - [PATCH] MIR Lexer: adopt the 'maybeLex...' pattern.
 
Alex Lorenz
 - [PATCH] MIR Lexer: adopt the 'maybeLex...' pattern.
 
Sean Silva
 - [PATCH] MIR Lexer: adopt the 'maybeLex...' pattern.
 
Alex L
 - [PATCH] MIR Lexer: adopt the 'maybeLex...' pattern.
 
Alex Lorenz
 - [PATCH] MIR Serialization: Serialize MBB Successors.
 
Alex Lorenz
 - [PATCH] MIR Serialization: Serialize MBB Successors.
 
Duncan P. N. Exon Smith
 - [PATCH] MIR Serialization: Serialize MBB Successors.
 
Alex Lorenz
 - [PATCH] MIR Serialization: Serialize MBB Successors.
 
Alex L
 - [PATCH] MIR Serialization: Serialize MBB Successors.
 
Duncan P. N. Exon Smith
 - [PATCH] MIR Serialization: Serialize MBB Successors.
 
Alex Lorenz
 - [PATCH] MIR Serialization: Serialize register mask machine	operands.
 
Alex Lorenz
 - [PATCH] MIR Serialization: Serialize the implicit register flags.
 
Alex Lorenz
 - [PATCH] New alias analysis for static global variables
 
Sam Parker
 - [PATCH] New alias analysis for static global variables
 
hfinkel at anl.gov
 - [PATCH] New alias analysis for static global variables
 
Sam Parker
 - [PATCH] New alias analysis for static global variables
 
hfinkel at anl.gov
 - [PATCH] New alias analysis for static global variables
 
Sam Parker
 - [PATCH] New alias analysis for static global variables
 
hfinkel at anl.gov
 - [PATCH] Object/COFF: Define coff_symbol_generic
 
Rui Ueyama
 - [PATCH] Object/COFF: Define coff_symbol_generic
 
David Majnemer
 - [PATCH] Object/COFF: Define coff_symbol_generic
 
Rui Ueyama
 - [PATCH] Object/COFF: Define coff_symbol_generic
 
David Majnemer
 - [PATCH] Pack MCSymbol flags and common alignment
 
Rafael Espíndola
 - [PATCH] Pack MCSymbol flags and common alignment
 
Pete Cooper
 - [PATCH] Pack MCSymbol flags and common alignment
 
Pete Cooper
 - [PATCH] Pack MCSymbol flags and common alignment
 
Duncan P. N. Exon Smith
 - [PATCH] Pack MCSymbol flags and common alignment
 
Pete Cooper
 - [PATCH] Pack MCSymbol flags and common alignment
 
Duncan P. N. Exon Smith
 - [PATCH] Pack MCSymbol flags and common alignment
 
Pete Cooper
 - [PATCH] Pack MCSymbol flags and common alignment
 
Duncan P. N. Exon Smith
 - [PATCH] Pack MCSymbol flags and common alignment
 
Pete Cooper
 - [PATCH] PR23872 Integrated assembler error message when using	.type directive with @ in AArch32 assembly
 
Richard Barton
 - [PATCH] PR23872 Integrated assembler error message when using	.type directive with @ in AArch32 assembly
 
Phabricator
 - [PATCH] Rearrange SparcInstrInfo, no change.
 
James Y Knight
 - [PATCH] Rearrange SparcInstrInfo, no change.
 
James Y Knight
 - [PATCH] Refactoring getStrideFromPointer & getGEPInductionOperand
 
Ashutosh Nema
 - [PATCH] Remove DataLayout access from the TargetMachine,	redirect to the Module
 
Mehdi AMINI
 - [PATCH] Remove DataLayout access from the TargetMachine,	redirect to the Module
 
Rafael Ávila de Espíndola
 - [PATCH] Remove DataLayout access from the TargetMachine,	redirect to the Module
 
Mehdi AMINI
 - [PATCH] Remove DataLayout access from the TargetMachine,	redirect to the Module
 
Yaron Keren
 - [PATCH] Replace uint64_t representation of Features with	FeatureBitset (std::bitset) in a few more places
 
Ranjeet Singh
 - [PATCH] Replace uint64_t representation of Features with	FeatureBitset (std::bitset) in a few more places
 
Michael Kuperstein
 - [PATCH] Replace uint64_t representation of Features with	FeatureBitset (std::bitset) in a few more places
 
Phabricator
 - [PATCH] sanitizer_common: fix and re-enable signal_segv_handler test
 
Dmitry Vyukov
 - [PATCH] sanitizer_common: fix and re-enable signal_segv_handler	test
 
Dmitry Vyukov
 - [PATCH] sanitizer_common: fix and re-enable signal_segv_handler	test
 
Evgeniy Stepanov
 - [PATCH] sanitizer_common: fix and re-enable signal_segv_handler	test
 
Dmitry Vyukov
 - [PATCH] sanitizer_common: fix and re-enable signal_segv_handler	test
 
Dmitry Vyukov
 - [PATCH] sanitizer_common: fix and re-enable signal_segv_handler	test
 
Evgeniy Stepanov
 - [PATCH] sanitizer_common: fix and re-enable signal_segv_handler	test
 
Dmitry Vyukov
 - [PATCH] sanitizer_common: fix and re-enable signal_segv_handler	test
 
Evgenii Stepanov
 - [PATCH] SROA produces miscompiled code for bitfield access on	big-endian targets
 
Alexandros Lamprineas
 - [PATCH] SROA produces miscompiled code for bitfield access on	big-endian targets
 
Duncan P. N. Exon Smith
 - [PATCH] SROA produces miscompiled code for bitfield access on	big-endian targets
 
hfinkel at anl.gov
 - [PATCH] SROA produces miscompiled code for bitfield access on	big-endian targets
 
Chandler Carruth
 - [PATCH] starting from ARMv8, rGPR includes SP
 
John Brawn
 - [PATCH] starting from ARMv8, rGPR includes SP
 
Artyom Skrobov
 - [PATCH] Support custom string attributes for function	arguments/return values
 
Artur Pilipenko
 - [PATCH] Support custom string attributes for function	arguments/return values
 
Sanjoy Das
 - [PATCH] Teach LTOModule to emit linker flags for dllexported	symbols, plus interface cleanup.
 
Peter Collingbourne
 - [PATCH] Teach LTOModule to emit linker flags for dllexported	symbols, plus interface cleanup.
 
Reid Kleckner
 - [PATCH] Teach LTOModule to emit linker flags for dllexported	symbols, plus interface cleanup.
 
Peter Collingbourne
 - [PATCH] Teach LTOModule to emit linker flags for dllexported	symbols, plus interface cleanup.
 
Peter Collingbourne
 - [PATCH] Teach LTOModule to emit linker flags for dllexported	symbols, plus interface cleanup.
 
Yunzhong Gao
 - [PATCH] Teach LTOModule to emit linker flags for dllexported	symbols, plus interface cleanup.
 
Peter Collingbourne
 - [PATCH] Teach LTOModule to emit linker flags for dllexported	symbols, plus interface cleanup.
 
Yunzhong Gao
 - [PATCH] Teach LTOModule to emit linker flags for dllexported	symbols, plus interface cleanup.
 
Peter Collingbourne
 - [PATCH] tsan: fix handling of condition variable destruction
 
Eric Fiselier
 - [PATCH] tsan: fix handling of condition variable destruction
 
Dmitry Vyukov
 - [PATCH] tsan: fix handling of condition variable destruction
 
Dmitry Vyukov
 - [PATCH] tsan: implement suppressions for top frame only
 
Dmitry Vyukov
 - [PATCH] tsan: implement suppressions for top frame only
 
Dmitry Vyukov
 - [PATCH] tsan: support C++ exceptions
 
Reid Kleckner
 - [PATCH] tsan: support C++ exceptions
 
Dmitry Vyukov
 - [PATCH] tsan: support C++ exceptions
 
Reid Kleckner
 - [PATCH] tsan: support C++ exceptions
 
Dmitry Vyukov
 - [PATCH] tsan: support C++ exceptions
 
Reid Kleckner
 - [PATCH] tsan: support C++ exceptions
 
Dmitry Vyukov
 - [PATCH] tsan: support C++ exceptions
 
Reid Kleckner
 - [PATCH] UBSan: Enable runtime library tests on Windows,	and get most tests passing.
 
Peter Collingbourne
 - [PATCH] UBSan: Enable runtime library tests on Windows,	and get most tests passing.
 
Alexey Samsonov
 - [PATCH] UBSan: Enable runtime library tests on Windows,	and get most tests passing.
 
Peter Collingbourne
 - [PATCH] UBSan: Enable runtime library tests on Windows,	and get most tests passing.
 
Peter Collingbourne
 - [PATCH] ubsan: Port runtime library to (32- and 64-bit) Windows.
 
Peter Collingbourne
 - [PATCH] ubsan: Port runtime library to (32- and 64-bit) Windows.
 
David Majnemer
 - [PATCH] ubsan: Port runtime library to (32- and 64-bit) Windows.
 
Peter Collingbourne
 - [PATCH] ubsan: Port runtime library to (32- and 64-bit) Windows.
 
Peter Collingbourne
 - [PATCH] ubsan: Port runtime library to (32- and 64-bit) Windows.
 
Alexey Samsonov
 - [PATCH] ubsan: Port runtime library to (32- and 64-bit) Windows.
 
Reid Kleckner
 - [PATCH] ubsan: Port runtime library to (32- and 64-bit) Windows.
 
Peter Collingbourne
 - [PATCH] ubsan: Port runtime library to (32- and 64-bit) Windows.
 
Peter Collingbourne
 - [PATCH] ubsan: Port runtime library to (32- and 64-bit) Windows.
 
Alexey Samsonov
 - [PATCH] ubsan: Port runtime library to (32- and 64-bit) Windows.
 
Peter Collingbourne
 - [PATCH] ubsan: Port runtime library to (32- and 64-bit) Windows.
 
Peter Collingbourne
 - [PATCH] Update documentation for unroll pragmas on loops with runtime	trip counts
 
Mark Heffernan
 - [PATCH] Update documentation for unroll pragmas on loops with	runtime trip counts
 
Bjarke Hammersholt Roune
 - [PATCH] Update documentation for unroll pragmas on loops with	runtime trip counts
 
Mark Heffernan
 - [PATCH] Use function attribute "arm-restrict-it"
 
Eric Christopher
 - [PATCH] Use function attribute "trap-func-name" and remove	TargetOptions::TrapFuncName
 
Akira Hatanaka
 - [PATCH] Use function attribute "trap-func-name" and remove	TargetOptions::TrapFuncName
 
Eric Christopher
 - [PATCH] Use function attribute "trap-func-name" and remove	TargetOptions::TrapFuncName
 
Akira Hatanaka
 - [PATCH] Use function attribute "trap-func-name" and remove	TargetOptions::TrapFuncName
 
Eric Christopher
 - [PATCH] Use function attribute "trap-func-name" and remove	TargetOptions::TrapFuncName
 
Akira Hatanaka
 - [PATCH] Use function attribute "trap-func-name" and remove	TargetOptions::TrapFuncName
 
Eric Christopher
 - [PATCH] Use function attribute "trap-func-name" and remove	TargetOptions::TrapFuncName
 
Akira Hatanaka
 - [PATCH] Use function attribute "trap-func-name" and remove	TargetOptions::TrapFuncName
 
Eric Christopher
 - [PATCH] Use function attribute "trap-func-name" and remove	TargetOptions::TrapFuncName
 
Akira Hatanaka
 - [PATCH] Use function attribute "trap-func-name" and remove	TargetOptions::TrapFuncName
 
Eric Christopher
 - [PATCH] Vectorizer: Refactor code for runtime checks generation.
 
Michael Zolotukhin
 - [PATCH] Vectorizer: Refactor code for runtime checks generation.
 
Michael Zolotukhin
 - [PATCH] WebAssembly: start instructions
 
JF Bastien
 - [PATCH] WebAssembly: start instructions
 
Dan Gohman
 - [PATCH] WebAssembly: start instructions
 
JF Bastien
 - [PATCH] WebAssembly: start instructions
 
JF Bastien
 - [PATCH] WebAssembly: start instructions
 
JF Bastien
 - [PATCH] WebAssembly: start instructions
 
Dan Gohman
 - [PATCH] WebAssembly: start instructions
 
JF Bastien
 - [PATCH] X86: Rework inline asm integer register specification.
 
Matthias Braun
 - [PATCH] X86: Rework inline asm integer register specification.
 
Eric Christopher
 - [PATCH] X86: Rework inline asm integer register specification.
 
Phabricator
 - [PATCH] X86: Rewrite
 
Matthias Braun
 - [Phabricator] Username Changed
 
reviews at reviews.llvm.org
 - [polly] r240954 - Fix delinearization after it's move to	ScalarEvoltion
 
Tobias Grosser
 - [polly] r240955 - Add first support to delinearize A[t%2][i][j]
 
Tobias Grosser
 - [polly] r240986 - [Polly] Add -std=c99 flag only to C source files
 
Michael Kruse
 - [polly] r241048 - Update isl to isl-0.15-30-g3518765
 
Tobias Grosser
 - [polly] r241246 - Remove versions from README and add update	instructions
 
Tobias Grosser
 - [polly] r241247 - Update isl to isl-0.15-35-ga1e44f0
 
Tobias Grosser
 - [Review]: Fix Integer Division Expansion special case of divide by 1
 
Aditya Nandakumar
 - [Review]: Fix Integer Division Expansion special case of divide by	1
 
Aditya Nandakumar
 - [zorg] r240925 - Moving ARMv7 benchmark bot to CMake
 
Renato Golin
 - [zorg] r241147 - jenkins: Allow specifying flags more flexibly
 
Justin Bogner
 - [zorg] r241148 - fix typo
 
Justin Bogner
 - [zorg] r241168 - [CMakeBot] Deepcopy on test-suite environment
 
Renato Golin
 - Add support for emitting profiles into a directory other than '.'
 
Diego Novillo
 - Add support for emitting profiles into a directory other than '.'
 
Diego Novillo
 - AVX-512 vector shuffle lowering
 
Demikhovsky, Elena
 - Code Generator docs change
 
Charlie Turner
 - Code Generator docs change
 
Eric Christopher
 - Code Generator docs change
 
Charlie Turner
 - LLVM buildmaster will be restarted tonight
 
Galina Kistanova
 - r240176 caused a regression in reading MIPS elf files.
 
Aboud, Amjad
 - r240176 caused a regression in reading MIPS elf files.
 
Rafael Espíndola
 - r240176 caused a regression in reading MIPS elf files.
 
Daniel Sanders
 - r240176 caused a regression in reading MIPS elf files.
 
Rafael Espíndola
 - r240176 caused a regression in reading MIPS elf files.
 
Daniel Sanders
    
 
    
      Last message date: 
       Sun Jul  5 23:55:35 PDT 2015
    Archived on: Tue Aug  4 17:12:58 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).