The Week Of Monday 22 December 2014 Archives by author
      
      Starting: Mon Dec 22 00:00:46 PST 2014
         Ending: Sun Dec 28 23:48:59 PST 2014
         Messages: 488
     
- [llvm] r224810 - IAS: correct debug line info for asm macros
 
Saleem Abdulrasool
- [llvm] r224825 - MC: address some comments in deprecation checks
 
Saleem Abdulrasool
- [llvm] r224432 - ARM: correct an off-by-one in an assert
 
Saleem Abdulrasool
- [PATCH] Use a Factory Method for MachineFunctionInfo Creation
 
Mehdi Amini
- [PATCH] Always assert in DAGCombine and not only when -debug is	enabled
 
Mehdi Amini
- [llvm] r224779 - Always assert in DAGCombine and not only when -debug	is enabled
 
Mehdi Amini
- [PATCH] Always assert in DAGCombine and not only when -debug is	enabled
 
Owen Anderson
- [llvm] r211272 - Emit DWARF3 call frame information when DWARF3+	debug info is requested
 
Dimitry Andric
- [llvm] r213890 - Use the same .eh_frame encoding for 32bit PPC as	on i386.
 
Dimitry Andric
- [llvm] r211272 - Emit DWARF3 call frame information when DWARF3+	debug info is requested
 
Dimitry Andric
- [lld] r224813 - [Mips] Use OR operation to set the microMIPS bit
 
Simon Atanasyan
- [lld] r224814 - [Mips] Rename the function s/readAddend/getAddend/
 
Simon Atanasyan
- [lld] r224815 - [Mips] Factor out the code checks a symbol's binding
 
Simon Atanasyan
- [lld] r224816 - [Mips] Make the comment more descriptive
 
Simon Atanasyan
- [lld] r224817 - [Mips] Join two if statements
 
Simon Atanasyan
- [lld] r224826 - [Mips] Support linking of microMIPS 32-bit code
 
Simon Atanasyan
- [lld] r224830 - [Mips] Make the test more tolerant to the linker	output order
 
Simon Atanasyan
- [lld] r224831 - [Mips] Replace stderr output by the	`llvm_unreachable` call
 
Simon Atanasyan
- [PATCH] [avx512VL] - FMA intrinsic with YMM and XMM
 
Asaf Badouh
- [llvm] r224745 - Make musttail more robust for vector types on x86
 
Aaron Ballman
- [llvm] r224888 - Removing a variable that is set but never used,	to silence a -Wunused-but-set-variable warning; NFC.
 
Aaron Ballman
- [llvm] r224745 - Make musttail more robust for vector types on x86
 
Aaron Ballman
- [llvm] r224889 - Fixing another -Wunused-variable warning,	this time in release builds without asserts. NFC.
 
Aaron Ballman
- [llvm] r224682 - ARM: further improve deprecated diagnosis (LDM)
 
Kristof Beyls
- [PATCH] [AArch64] Multiply-Negate operation not lowered to mneg in	AArch64
 
Karthik Bhat
- [llvm] r224706 - Lower multiply-negate operation to mneg on AArch64
 
Karthik Bhat
- [PATCH] [AArch64] Multiply-Negate operation not lowered to mneg	in AArch64
 
Karthik Bhat
- [PATCH] [AArch64] Multiply-Negate operation not lowered to mneg	in AArch64
 
Karthik Bhat
- [PATCH] [SLPVectorizer] Reorder operands of shufflevector if it	can result in a vectorized code.
 
Karthik Bhat
- [PATCH] [AArch64] Select lower sub,abs pattern to sabd on AArch64
 
Karthik Bhat
- [PATCH] [AArch64] Select lower sub, abs pattern to sabd on AArch64
 
Karthik Bhat
- [PATCH] [AArch64] Select lower fsub,fabs pattern to fabd on AArch64
 
Karthik Bhat
- [llvm] r224899 - [CodeGenPrepare] Teach when it is profitable to	speculate calls to @llvm.cttz/ctlz.
 
Andrea Di Biagio
- [PATCH] [CodeGenPrepare] Teach when it is profitable to speculate	calls to @llvm.cttz/ctlz.
 
Andrea Di Biagio
- [compiler-rt] r224508 - tsan: don't crash with NULL deref during	reporting
 
David Blaikie
- [llvm] r224733 - unique_ptrify MatchableInfo(const CodeGenInstAlias	*Alias)'s parameter
 
David Blaikie
- [llvm] r224734 - Use iterators rather than indices to make this	forwards-compatible with a change to the underlying container (to	std::list)
 
David Blaikie
- [llvm] r222935 - Simplify some more ownership using	forward_list<T> rather than vector<unique_ptr<T>>
 
David Blaikie
- [llvm] r224744 - Remove dynamic allocation/indirection from	GCOVBlocks owned by GCOVFunction
 
David Blaikie
- [llvm] r224751 - Fix UBSan bootstrap: don't bind reference to	nullptr.
 
David Blaikie
- [llvm] r224780 - DIBuilder: Similar to createPointerType, make	createMemberPointerType take
 
David Blaikie
- [llvm] r224780 - DIBuilder: Similar to createPointerType, make	createMemberPointerType take
 
David Blaikie
- [llvm] r224786 - [Hexagon] Reapplying 224775 load words.
 
David Blaikie
- [llvm] r224780 - DIBuilder: Similar to createPointerType, make	createMemberPointerType take
 
David Blaikie
- [llvm] r224773 - Fix a leak found by asan.
 
David Blaikie
- [PATCH] [ARM] Don't break alignment when combining base updates into	load/stores.
 
Ahmed Bougacha
- [PATCH] [AArch64] Improve codegen of store lane instructions by	avoiding GPR usage
 
Ahmed Bougacha
- [llvm] r224754 - [ARM] Don't break alignment when combining base	updates into load/stores.
 
Ahmed Bougacha
- [PATCH] [ARM] Don't break alignment when combining base updates	into load/stores.
 
Ahmed Bougacha
- [PATCH] [AArch64] Improve codegen of store lane 0 instructions by	directly storing the subregister.
 
Ahmed Bougacha
- [PATCH] [AArch64] Improve codegen of store lane instructions by	avoiding GPR usage
 
Ahmed Bougacha
- [PATCH] [AArch64] Improve codegen of store lane instructions by	avoiding GPR usage
 
Ahmed Bougacha
- [PATCH] R600: Be less strict in some tests.
 
Matthias Braun
- [PATCH] X86: VZeroUpperInserter: shortcut should not trigger if we	have any function live-ins.
 
Matthias Braun
- [llvm] r224803 - LiveIntervalAnalysis: Fix performance bug that I	introduced in r224663.
 
Matthias Braun
- [llvm] r224804 - LiveRangeEdit: Check for completely empy subranges	after removing ValNos.
 
Matthias Braun
- [llvm] r224805 - RegisterCoalescer: With subrange liveness there may	be no RedefVNI for unused lanes.
 
Matthias Braun
- [llvm] r224806 - LiveInterval: Introduce	createMainRangeFromSubranges().
 
Matthias Braun
- [llvm] r224807 - LiveInterval: Remove accidentally committed debug	code.
 
Matthias Braun
- [compiler-rt] r224711 - AddressSanitizer: Properly handle	dispatch_source_set_cancel_handler with a
 
Kuba Brecka
- [PATCH] [compiler-rt] Properly handle	dispatch_source_set_cancel_handler with a NULL handler
 
Kuba Brecka
- [compiler-rt] r224712 - AddressSanitizer: Abort after failed exec()	and get rid of the allow_reexec ASan flag
 
Kuba Brecka
- [PATCH] [compiler-rt] Abort after failed exec() and get rid of	the allow_reexec ASan flag
 
Kuba Brecka
- [PATCH] [compiler-rt] Change the CMake build to generate full	debugging info when COMPILER_RT_DEBUG=ON
 
Kuba Brecka
- [compiler-rt] r224749 - Change the CMake build to generate full	debugging info when COMPILER_RT_DEBUG=ON
 
Kuba Brecka
- [PATCH] [compiler-rt] Change the CMake build to generate full	debugging info when COMPILER_RT_DEBUG=ON
 
Kuba Brecka
- [compiler-rt] r224910 - [sanitizer-common] Fixing the ASan test build	failure on OS X
 
Kuba Brecka
- [llvm] r224129 - Require python 2.7.
 
Filipe Cabecinhas
- [PATCH] [LCSSA] Handle PHI insertion in disjoint loops
 
Chandler Carruth
- [PATCH] Debug info: Support fragmented variables.
 
Chandler Carruth
- [PATCH] [x86] @llvm.ctpop.v8i32 custom lowering
 
Chandler Carruth
- [PATCH] Debug info: Support fragmented variables.
 
Chandler Carruth
- [llvm] r224742 - [SROA] Lift the logic for traversing the alloca	slices one partition at
 
Chandler Carruth
- [PATCH] SROA: Defer migrating the debug info for new allocas	until after all partitions are created.
 
Chandler Carruth
- [PATCH] Add the llvm.frameallocate and llvm.recoverframeallocation	intrinsics
 
Chandler Carruth
- [PATCH] SROA: Defer migrating the debug info for new allocas	until after all partitions are created.
 
Chandler Carruth
- [llvm] r224739 - Debug info: Teach SROA how to update debug info	for fragmented variables.
 
Chandler Carruth
- [llvm] r224750 - Revert r224739: Debug info: Teach SROA how to update	debug info for
 
Chandler Carruth
- [PATCH] Fix -fsanitize=alignment reports on DenseMap	empty/tombstone keys.
 
Chandler Carruth
- [PATCH] Fix -fsanitize=alignment reports on DenseMap	empty/tombstone keys.
 
Chandler Carruth
- [PATCH] Teach IndVarSimplify to add nuw and nsw to operations	that provably don't overflow.
 
Chandler Carruth
- [PATCH] Teach IndVarSimplify to add nuw and nsw to operations	that provably don't overflow.
 
Chandler Carruth
- [llvm] r224798 - [SROA] Refactor the integer and vector promotion	testing logic to
 
Chandler Carruth
- [PATCH] [CodeGenPrepare] Teach when it is profitable to speculate	calls to @llvm.cttz/ctlz.
 
Chandler Carruth
- [llvm] r224800 - [SROA] Update the documentation and names for	accessing the slices
 
Chandler Carruth
- [PATCH] SROA: Defer migrating the debug info for new allocas	until after all partitions are created.
 
Chandler Carruth
- [PATCH] Move recursive GlobalAlias handling to be after the max	depth check in computeKnownBits()
 
Eric Christopher
- [PATCH] x86_64: Fix calls to __morestack under the large code model.
 
Peter Collingbourne
- [PATCH] Make the __morestack function available to the JIT memory	manager under Linux.
 
Peter Collingbourne
- [PATCH] [llgo] Elide alloca for unused received values in select
 
Peter Collingbourne
- [PATCH] [llgo] irgen: do not emit an extra terminator for panic	thunks
 
Peter Collingbourne
- [llvm] r224717 - [CodeGenPrepare] Handle properly the promotion of	operands when this does not
 
Quentin Colombet
- [PATCH] [ARM] Don't break alignment when combining base updates	into load/stores.
 
Quentin Colombet
- [PATCH] Teach IndVarSimplify to add nuw and nsw to operations	that provably don't overflow.
 
Sanjoy Das
- [PATCH] Teach IndVarSimplify to add nuw and nsw to operations	that provably don't overflow.
 
Sanjoy Das
- [PATCH] Teach IndVarSimplify to add nuw and nsw to operations	that provably don't overflow.
 
Sanjoy Das
- [llvm] r224707 - AVX-512: Added all forms of BLENDM instructions,
 
Elena Demikhovsky
- [llvm] r224760 - AVX-512: BLENDM - fixed encoding of the broadcast	version
 
Elena Demikhovsky
- [llvm] r224764 - AVX-512: Added FMA instructions,	intrinsics an tests for KNL and SKX targets
 
Elena Demikhovsky
- [llvm] r224829 - Masked Load/Store - Changed the order of parameters	in intrinsics.
 
Elena Demikhovsky
- [llvm] r224832 - Documentation for Masked Load and Store intrinsics.
 
Elena Demikhovsky
- [llvm] r224897 - Scalarizer for masked load and store intrinsics.
 
Elena Demikhovsky
- [PATCH] [X86] Convert esp-relative movs of function arguments to	pushes, step 2
 
Roman Divacky
- [PATCH] Flag to enable IEEE-754 friendly FP optimizations
 
Sergey Dmitrouk
- [PATCH] Add hard float versions of floating point to long long	conversions
 
Sergey Dmitrouk
- [PATCH] [inline-asm] Fix scope of assembly macros
 
Sergey Dmitrouk
- [llvm] r224793 - Attempt to fix the LLVM Windows build bot	lld-x86_64-win7.
 
Kevin Enderby
- [llvm] r224794 - Another attempt to fix the LLVM Windows build bot	lld-x86_64-win7, one last place to fix I think.
 
Kevin Enderby
- [PATCH] Encode native floating point types in data layout string.
 
Cameron Esfahani
- [PATCH] Encode native floating point types in data layout string.
 
Cameron Esfahani
- [llvm] r224703 - The leak detector is dead,	long live asan and valgrind.
 
Rafael Espindola
- [llvm] r224705 - Convert a few tests to FileCheck. NFC.
 
Rafael Espindola
- [llvm] r224773 - Fix a leak found by asan.
 
Rafael Espindola
- [llvm] r224776 - Fix a leak found by asan.
 
Rafael Espindola
- [llvm] r224777 - Pass LSAN_OPTIONS down so that it is possible to add	suppressions.
 
Rafael Espindola
- [llvm] r224782 - Finish removing DestroySource.
 
Rafael Espindola
- [llvm] r224859 - No need to run llvm-as. NFC.
 
Rafael Espindola
- [llvm] r224864 - Use llvm-readobj. NFC.
 
Rafael Espindola
- [llvm] r224872 - Convert test to llvm-readobj. NFC.
 
Rafael Espindola
- [PATCH] Aliasees no longer have to be GlobalObjects
 
Rafael Ávila de Espíndola
- [Patches][RFC] What to do about bitcode streaming.
 
Rafael Espíndola
- [llvm] r224129 - Require python 2.7.
 
Rafael Espíndola
- [patch] Update the cmake python version check
 
Rafael Espíndola
- [llvm] r224527 - Add missing implementation of	'sys::path::is_other' to the support library.
 
Rafael Espíndola
- [llvm] r224773 - Fix a leak found by asan.
 
Rafael Espíndola
- [llvm] r224494 - Add a corresponding '@LOCAL' parse to match	r224415.
 
Hal Finkel
- [llvm] r224758 - [PowerPC] Don't attempt a 64-bit pow2 division on	PPC32
 
Hal Finkel
- [llvm] r224033 - [PowerPC] Implement BuildSDIVPow2, lower i64	pow2 sdiv using sradi
 
Hal Finkel
- [llvm] r224761 - [PowerPC] Don't mark the return-address slot as	immutable
 
Hal Finkel
- Wrong value for sext i1 true in BasicAliasAnalysis
 
Hal Finkel
- [llvm] r224788 - [PowerPC] Ensure that the TOC reload directly	follows bctrl on PPC64
 
Hal Finkel
- Wrong value for sext i1 true in BasicAliasAnalysis
 
Hal Finkel
- [PATCH] New method SDep::isMemory() in ScheduleDAGInstrs.cpp.
 
Hal Finkel
- [PATCH] Teach IndVarSimplify to add nuw and nsw to operations	that provably don't overflow.
 
Hal Finkel
- [llvm] r224129 - Require python 2.7.
 
Hal Finkel
- [llvm] r224842 - [PowerPC] [FastISel] i1 constants must be zero	extended
 
Hal Finkel
- [llvm] r224901 - [X86][ISel] Fix a regression I introduced in	r224884
 
Hal Finkel
- [PATCH] [FastIsel][X86] Fix invalid register replacement for bool	args
 
Keno Fischer
- [llvm] r224884 - [FastIsel][X86] Fix invalid register replacement for	bool args
 
Keno Fischer
- [PATCH] Add a helpful assert if LineNo would clobber ArgNo
 
Keno Fischer
- [PATCH] Add a helpful assert if LineNo would clobber ArgNo
 
Keno Fischer
- [PATCH] Respect object format choice on Darwin
 
Keno Fischer
- [llvm] r224901 - [X86][ISel] Fix a regression I introduced in r224884
 
Keno Fischer
- [PATCH] libc++ tests: wait_until.pass test sporadically fails	(bug 21998)
 
Eric Fiselier
- [PATCH] [LIT] Decode string result in lit.util.capture
 
Eric Fiselier
- [zorg] r224704 - When testing sanitizers using GCC as a host compiler,	skip most of them
 
Jay Foad
- [PATCH] [ASan] Fix asan_preload_test-2 on PowerPC64 Linux
 
Jay Foad
- [PATCH] [ASan] Fix asan_preload_test-2 on PowerPC64 Linux
 
Jay Foad
- [PATCH] [ASan] Fix asan_preload_test-2 on PowerPC64 Linux
 
Jay Foad
- [compiler-rt] r224812 - [ASan] Fix asan_preload_test-2 on PowerPC64	Linux
 
Jay Foad
- [PATCH] [ASan] Fix stack-overflow.cc test on PowerPC64 Linux
 
Jay Foad
- [PATCH] [ASan] Fix stack-overflow.cc test on PowerPC64 Linux
 
Jay Foad
- [zorg] r224726 - Added new Windows builder/slave for LLDB, with	the following properties:
 
Rick Foos
- [zorg] r224726 - Added new Windows builder/slave for LLDB, with	the following properties:
 
Rick Foos
- [zorg] r224726 - Added new Windows builder/slave for LLDB, with	the following properties:
 
Rick Foos
- [PATCH] C99 partial re-initialization behavior (DR-253)
 
Yunzhong Gao
- [PATCH] Added InstCombine transformation for combining two	instructions icmp ult/ule/uge/ugt (ashr/lshr (Const2) %A), (Const1)
 
Ankur Garg
- [PATCH] Moar string interceptors: strstr, strcasestr, strcspn,	strpbrk
 
Yury Gribov
- [llvm] r224746 - X86: Don't over-align combined loads.
 
Jim Grosbach
- [PATCH] Respect object format choice on Darwin
 
Jim Grosbach
- [www] r224767 - More information about EuroLLVM 2015
 
Tobias Grosser
- [www] r224768 - eurollvm: Add Conference banner
 
Tobias Grosser
- [www] r224769 - eurollvm: Add first sponsors
 
Tobias Grosser
- [PATCH] Moar string interceptors: strstr, strcasestr, strcspn,	strpbrk
 
Maria Guseva
- [PATCH] Moar string interceptors: strstr, strcasestr, strcspn,	strpbrk
 
Maria Guseva
- [PATCH] Moar string interceptors: strstr, strcasestr, strcspn,	strpbrk
 
Maria Guseva
- [PATCH] Moar string interceptors: strstr, strcasestr, strcspn,	strpbrk
 
Maria Guseva
- [PATCH] Moar string interceptors: strstr, strcasestr, strcspn,	strpbrk
 
Maria Guseva
- [PATCH] Fix hardcoded stack probe space
 
Andrew H
- [PATCH] Fix hardcoded stack probe space
 
Andrew H
- [PATCH] Fix hardcoded stack probe space
 
Andrew H
- [PATCH] Fix hardcoded stack probe space
 
Andrew H
- [PATCH] Fix hardcoded stack probe space
 
Andrew H
- [llvm] r224494 - Add a corresponding '@LOCAL' parse to match	r224415.
 
Justin Hibbits
- [PATCH] Create an experimental Windows LLDB Builder
 
Timur Iskhodzhanov
- [PATCH] Create an experimental Windows LLDB Builder
 
Timur Iskhodzhanov
- [compiler-rt] r223477 - [ASan] Fix Win build following r223419.
 
Timur Iskhodzhanov
- [compiler-rt] r223477 - [ASan] Fix Win build following r223419.
 
Timur Iskhodzhanov
- [compiler-rt] r224823 - [ASan/Win] Bandaid fix for PR22025 --	deadlocks when creating suspended threads
 
Timur Iskhodzhanov
- [compiler-rt] r206178 - [asan] added internal flag mmap_limit_mb
 
Timur Iskhodzhanov
- [compiler-rt] r224837 - Simplify allocator_returns_null.cc test
 
Timur Iskhodzhanov
- [llvm-commits] [compiler-rt] r161874 - in /compiler-rt/trunk/lib:	asan/tests/asan_test.cc sanitizer_common/sanitizer_posix.cc
 
Timur Iskhodzhanov
- [compiler-rt] r224852 - [ASan/Win] Suppress error messaging when	Abort() is called
 
Timur Iskhodzhanov
- [compiler-rt] r224856 - [ASan/Win] Add basic support for	MemoryRangeIsAvailable and DumpProcessMap to make it easier to debug	startup shadow mapping failures
 
Timur Iskhodzhanov
- [llvm] r224860 - Band-aid fix for PR22032: don't emit DWARF debug	info if AddressSanitizer is enabled on Windows
 
Timur Iskhodzhanov
- [compiler-rt] r224863 - Escape ? to silence GCC warning about	trigraphs.
 
Daniel Jasper
- [PATCH] [MIPS64] Make __clear_cache more optimal
 
Petar Jovanovic
- [PATCH] [MIPS64] Make __clear_cache more optimal
 
Petar Jovanovic
- [zorg] r224726 - Added new Windows builder/slave for LLDB,	with the following properties:
 
Galina Kistanova
- [zorg] r224731 - Reverted r224726. This patch requires more work than	I expected.
 
Galina Kistanova
- [zorg] r224726 - Added new Windows builder/slave for LLDB, with	the following properties:
 
Galina Kistanova
- [zorg] r224726 - Added new Windows builder/slave for LLDB, with	the following properties:
 
Galina Kistanova
- [llvm] r224738 - Fix Windows unwind info for functions in sections	other than .text
 
Reid Kleckner
- [PATCH] CodeGen: introduce support for Windows SSP on x86/x64
 
Reid Kleckner
- [llvm] r224745 - Make musttail more robust for vector types on x86
 
Reid Kleckner
- [PATCH] Make musttail more robust for vector types on x86
 
Reid Kleckner
- [PATCH] Add the llvm.frameallocate and	llvm.recoverframeallocation intrinsics
 
Reid Kleckner
- [PATCH] CodeGen support for x86_64 SEH catch handlers in LLVM
 
Reid Kleckner
- [PATCH] [mips][microMIPS] Implement CACHE, PREF, SSNOP,	EHB and PAUSE instructions
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement LWSP and SWSP instructions
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement LWSP and SWSP instructions
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement CACHE, PREF, SSNOP,	EHB and PAUSE instructions
 
Jozef Kolek
- [llvm] r224771 - [mips][microMIPS] Implement LWSP and SWSP	instructions
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement LWSP and SWSP instructions
 
Jozef Kolek
- [llvm] r224785 - [mips][microMIPS] Implement CACHE, PREF, SSNOP,	EHB and PAUSE instructions
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement CACHE, PREF, SSNOP,	EHB and PAUSE instructions
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement BEQZ16 and BNEZ16 instructions
 
Jozef Kolek
- [PATCH] MicroMIPS 16-bit unconditional branch instruction B
 
Jozef Kolek
- [PATCH] Aliasees no longer have to be GlobalObjects
 
Michael Kuperstein
- [PATCH] Move recursive GlobalAlias handling to be after the max depth	check in computeKnownBits()
 
Michael Kuperstein
- [PATCH] Aliasees no longer have to be GlobalObjects
 
Michael Kuperstein
- [llvm] r224756 - Remove a bad cast in CloneModule()
 
Michael Kuperstein
- [PATCH] Aliasees no longer have to be GlobalObjects
 
Michael Kuperstein
- [llvm] r224759 - [DagCombine] Improve DAGCombiner BUILD_VECTOR when	it has two sources of elements
 
Michael Kuperstein
- [PATCH] [X86] Improve DAGCombiner BUILD_VECTOR with two sources	of elements
 
Michael Kuperstein
- [PATCH] Move recursive GlobalAlias handling to be after the max	depth check in computeKnownBits()
 
Michael Kuperstein
- [llvm] r224765 - [ValueTracking] Move GlobalAlias handling to be	after the max depth check in computeKnownBits()
 
Michael Kuperstein
- [PATCH] Move recursive GlobalAlias handling to be after the max	depth check in computeKnownBits()
 
Michael Kuperstein
- [PATCH] [X86] Add missing memory variants to AVX false dependency	breaking
 
Michael Kuperstein
- [PATCH] [X86] Add missing memory variants to AVX false dependency	breaking
 
Michael Kuperstein
- [llvm] r224900 - [X86] Add missing memory variants to AVX false	dependency breaking
 
Michael Kuperstein
- [PATCH] [X86] Add missing memory variants to AVX false dependency	breaking
 
Michael Kuperstein
- [PATCH] [X86] Convert esp-relative movs of function arguments to	pushes, step 2
 
Michael Kuperstein
- [compiler-rt] r224699 - [Sanitizers] Intercept wordexp on FreeBSD
 
Viktor Kutuzov
- [compiler-rt] r224700 - [Sanitizers] Intercept snprintf_l() on FreeBSD
 
Viktor Kutuzov
- [PATCH] [Sanitizers] Intercept wcsnrtombs() on FreeBSD
 
Viktor Kutuzov
- [PATCH] [Sanitizers] Intercept wcsnrtombs() on FreeBSD
 
Viktor Kutuzov
- [PATCH] [Msan] Fix msan_test.cc inclusions to build the unit tests on	FreeBSD
 
Viktor Kutuzov
- [compiler-rt] r224708 - [Msan] Fix uname() interception on FreeBSD
 
Viktor Kutuzov
- [compiler-rt] r224709 - [Sanitizers] Intercept wcsnrtombs() on FreeBSD
 
Viktor Kutuzov
- [compiler-rt] r224724 - [Msan] Fix msan_test.cc inclusions to build	the unit tests on FreeBSD
 
Viktor Kutuzov
- [llvm] r224730 - [Hexagon] Adding classes and load unsigned byte	instruction, updating usages.
 
Colin LeMahieu
- [llvm] r224735 - [Hexagon] Adding memb instruction. Fixing whitespace	in test from 224730.
 
Colin LeMahieu
- [llvm] r224772 - [Hexagon] Adding unsigned halfword load.
 
Colin LeMahieu
- [llvm] r224774 - [Hexagon] Adding signed halfword loads.
 
Colin LeMahieu
- [llvm] r224775 - [Hexagon] Adding word loads.
 
Colin LeMahieu
- [llvm] r224783 - Reverting 224775 until mayLoad flag is addressed.
 
Colin LeMahieu
- [llvm] r224786 - [Hexagon] Reapplying 224775 load words.
 
Colin LeMahieu
- [llvm] r224787 - [Hexagon] Adding doubleword load.
 
Colin LeMahieu
- [llvm] r224795 - [Hexagon] Removing old classes.
 
Colin LeMahieu
- [llvm] r224866 - [Hexagon] Adding post-increment signed byte loads	with tests.
 
Colin LeMahieu
- [llvm] r224867 - [Hexagon] Adding post-increment unsigned byte loads.
 
Colin LeMahieu
- [llvm] r224868 - [Hexagon] Adding remaining post-increment instruction	variants. Removing unused classes.
 
Colin LeMahieu
- [llvm] r224869 - [Hexagon] Adding deallocframe and circular	addressing loads.
 
Colin LeMahieu
- [llvm] r224870 - [Hexagon] Adding locked loads.
 
Colin LeMahieu
- [llvm] r224871 - [Hexagon] Adding auto-incrementing loads with and	without byte reversal.
 
Colin LeMahieu
- [llvm] r224757 - [SimplifyCFG] Revise common code sinking
 
Michael Liao
- [PATCH] Induction variables: support arbitrary constant step
 
Hao Liu
- [PATCH] [LCSSA] Handle PHI insertion in disjoint loops
 
Bruno Cardoso Lopes
- [llvm] r224725 - [x86] Add vector @llvm.ctpop intrinsic custom	lowering
 
Bruno Cardoso Lopes
- [PATCH] [LCSSA] Handle PHI insertion in disjoint loops
 
Bruno Cardoso Lopes
- [PATCH] [x86] @llvm.ctpop.v8i32 custom lowering
 
Bruno Cardoso Lopes
- [llvm] r224740 - [LCSSA] Handle PHI insertion in disjoint loops
 
Bruno Cardoso Lopes
- [PATCH] Use a Factory Method for MachineFunctionInfo Creation
 
Marcello Maggioni
- [PATCH] LowerSwitch: replace unreachable default with popular	case destination
 
Marcello Maggioni
- [PATCH] LowerSwitch: replace unreachable default with popular	case destination
 
Marcello Maggioni
- [PATCH] LowerSwitch: replace unreachable default with popular	case destination
 
Marcello Maggioni
- [PATCH] Move recursive GlobalAlias handling to be after the max	depth check in computeKnownBits()
 
David Majnemer
- [PATCH] Fix -fsanitize=alignment reports on DenseMap	empty/tombstone keys.
 
David Majnemer
- [llvm] r224808 - MC: Don't emit .no_dead_strip on targets which don't	support it
 
David Majnemer
- [llvm] r224811 - MC: Label definitions are permitted after .set	directives
 
David Majnemer
- [PATCH] Fix hardcoded stack probe space
 
David Majnemer
- [llvm] r224827 - CodeGen: Allow aliases to be overridden by variables
 
David Majnemer
- [llvm] r224828 - CodeGen: Error on redefinitions instead of asserting
 
David Majnemer
- [PATCH] Fix hardcoded stack probe space
 
David Majnemer
- [llvm] r224833 - Silence GCC's -Wparentheses warning
 
David Majnemer
- [PATCH] Fix hardcoded stack probe space
 
David Majnemer
- [llvm] r224847 - InstCombe: Infer nsw for multiplies
 
David Majnemer
- [llvm] r224848 - ValueTracking: Small cleanup in ComputeNumSignBits
 
David Majnemer
- [llvm] r224849 - InstCombine: Infer nuw for multiplies
 
David Majnemer
- [PATCH] PowerPC: CTR shouldn't fire if a TLS call is in the loop
 
David Majnemer
- [PATCH] PowerPC: CTR shouldn't fire if a TLS call is in the loop
 
David Majnemer
- [llvm] r224890 - PowerPC: CTR shouldn't fire if a TLS call is in the	loop
 
David Majnemer
- [PATCH] PowerPC: CTR shouldn't fire if a TLS call is in the loop
 
David Majnemer
- [zorg] r224445 - Add sanitizer-x86_64-linux-fast bot.
 
Sergey Matveev
- [zorg] r224445 - Add sanitizer-x86_64-linux-fast bot.
 
Sergey Matveev
- [zorg] r224445 - Add sanitizer-x86_64-linux-fast bot.
 
Sergey Matveev
- [zorg] r224715 - Add lld to sanitizer-bootstrap and sanitizer-fast	bots.
 
Sergey Matveev
- [zorg] r224716 - Fix build scripts after r224715.
 
Sergey Matveev
- [zorg] r224445 - Add sanitizer-x86_64-linux-fast bot.
 
Sergey Matveev
- [zorg] r224727 - Use libc++ for ASan builds on sanitizer-fast,	sanitizer-bootstrap.
 
Sergey Matveev
- [zorg] r224729 - Fix ASan build.
 
Sergey Matveev
- [zorg] r224732 - Add missing -w in ASan builds.
 
Sergey Matveev
- [PATCH] [Mips][ABI]The ELF container needs to depend on the ABI	rather than the target triple.
 
Vladimir Medic
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for	mips32r6 platform
 
Vladimir Medic
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for	mips64 platform
 
Vladimir Medic
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for	mips64r2 platform
 
Vladimir Medic
- [PATCH] [AArch64] Fix the bug PR21675 about lowering	llvm.ctpop.i32
 
James Molloy
- [PATCH] [AArch64] Fix the bug PR21675 about lowering	llvm.ctpop.i32
 
James Molloy
- [PATCH] [AArch64] Multiply-Negate operation not lowered to mneg	in AArch64
 
James Molloy
- [PATCH] [AArch64] Improve codegen of store lane instructions by	avoiding GPR usage
 
James Molloy
- [llvm] r224682 - ARM: further improve deprecated diagnosis (LDM)
 
James Molloy
- [PATCH] Add segmented stack support for DragonFlyBSD
 
Michael Neumann
- [PATCH] C99 partial re-initialization behavior (DR-253)
 
Arthur O'Dwyer
- [PATCH] R600/SI: Use VOP2 K instructions
 
Marek Olšák
- [PATCH] [X86] Improve DAGCombiner BUILD_VECTOR with two sources	of elements
 
Sanjay Patel
- [PATCH] [Sanitizers] Intercept wordexp on FreeBSD
 
Phabricator
- [PATCH] [Sanitizers] Intercept snprintf_l() on FreeBSD
 
Phabricator
- [PATCH] [Msan] Fix uname() interception on FreeBSD
 
Phabricator
- [PATCH] [Sanitizers] Intercept wcsnrtombs() on FreeBSD
 
Phabricator
- [PATCH] [Msan] Fix msan_test.cc inclusions to build the unit	tests on FreeBSD
 
Phabricator
- [PATCH] [FastIsel][X86] Fix invalid register replacement for bool	args
 
Phabricator
- [PATCH] [CodeGenPrepare] Teach when it is profitable to speculate	calls to @llvm.cttz/ctlz.
 
Phabricator
- [PATCH] [X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for SSE2
 
Simon Pilgrim
- [PATCH] [X86] Add missing memory variants to AVX false dependency	breaking
 
Simon Pilgrim
- [PATCH] [X86] Add missing memory variants to AVX false dependency	breaking
 
Simon Pilgrim
- [PATCH] [compiler-rt] Abort after failed exec() and get rid of	the allow_reexec ASan flag
 
Alexander Potapenko
- [PATCH] [compiler-rt] Properly handle	dispatch_source_set_cancel_handler with a NULL handler
 
Alexander Potapenko
- [compiler-rt] r224710 - [ASan] Fix the logic that decides whether we	need to spawn a new llvm-symbolizer in asan_symbolize.py
 
Alexander Potapenko
- [PATCH] Moar string interceptors: strstr, strcasestr, strcspn,	strpbrk
 
Alexander Potapenko
- [PATCH] Moar string interceptors: strstr, strcasestr, strcspn,	strpbrk
 
Alexander Potapenko
- [PATCH] Moar string interceptors: strstr, strcasestr, strcspn,	strpbrk
 
Alexander Potapenko
- [llvm] r224721 - Add a C++ marker to this header file.
 
Adrian Prantl
- [PATCH] Debug info: Support fragmented variables.
 
Adrian Prantl
- [PATCH] Debug info: Support fragmented variables.
 
Adrian Prantl
- [PATCH] Debug info: Support fragmented variables.
 
Adrian Prantl
- [PATCH] Debug info: Support fragmented variables.
 
Adrian Prantl
- [llvm] r224739 - Debug info: Teach SROA how to update debug info for	fragmented variables.
 
Adrian Prantl
- [llvm] r224743 - Thumb1 frame lowering: Mark CFI instructions with the	FrameSetup flag.
 
Adrian Prantl
- [PATCH] SROA: Defer migrating the debug info for new allocas until	after all partitions are created.
 
Adrian Prantl
- [PATCH] SROA: Defer migrating the debug info for new allocas	until after all partitions are created.
 
Adrian Prantl
- [llvm] r224739 - Debug info: Teach SROA how to update debug info	for fragmented variables.
 
Adrian Prantl
- [llvm] r224780 - DIBuilder: Similar to createPointerType,	make createMemberPointerType take
 
Adrian Prantl
- [PATCH] SROA: Defer migrating the debug info for new allocas	until after all partitions are created.
 
Adrian Prantl
- [PATCH] SROA: Defer migrating the debug info for new allocas	until after all partitions are created.
 
Adrian Prantl
- [llvm] r224780 - DIBuilder: Similar to createPointerType,	make createMemberPointerType take
 
Adrian Prantl
- [llvm] r224780 - DIBuilder: Similar to createPointerType,	make createMemberPointerType take
 
Adrian Prantl
- [llvm] r224780 - DIBuilder: Similar to createPointerType,	make createMemberPointerType take
 
Adrian Prantl
- [llvm] r224780 - DIBuilder: Similar to createPointerType,	make createMemberPointerType take
 
Adrian Prantl
- [PATCH] SROA: Defer migrating the debug info for new allocas	until after all partitions are created.
 
Adrian Prantl
- [llvm] r224799 - Debug Info: In symmetry to DW_TAG_pointer_type,	do not emit the byte size
 
Adrian Prantl
- [llvm] r224780 - DIBuilder: Similar to createPointerType,	make createMemberPointerType take
 
Adrian Prantl
- [PATCH] [llvm-c] Expose getFunctionAddress, as a modern alternative
 
Ramkumar Ramachandra
- [PATCH] [OCaml] Build a wrapper for LLVMGetFunctionAddress
 
Ramkumar Ramachandra
- [PATCH] [llvm-c] Expose getFunctionAddress,	as a modern alternative
 
Ramkumar Ramachandra
- [PATCH] [OCaml] Build a wrapper for LLVMGetFunctionAddress
 
Ramkumar Ramachandra
- [PATCH] [OCaml] Build a wrapper for LLVMGetFunctionAddress
 
Ramkumar Ramachandra
- [PATCH] [OCaml] fix syntax errors in linker test
 
Ramkumar Ramachandra
- [PATCH] [OCaml] Build a wrapper for LLVMGetFunctionAddress
 
Ramkumar Ramachandra
- [PATCH] [OCaml] fix syntax errors in linker test
 
Ramkumar Ramachandra
- [PATCH] [OCaml] link in codegen for access to GCRegistry
 
Ramkumar Ramachandra
- [PATCH] [OCaml] introduce link_gc_components
 
Ramkumar Ramachandra
- [PATCH] [OCaml] introduce link_gc_components
 
Ramkumar Ramachandra
- [PATCH] [OCaml] introduce link_gc_components
 
Ramkumar Ramachandra
- [PATCH] libc++ tests: wait_until.pass test sporadically fails	(bug 21998)
 
Oleg Ranevskyy
- [PATCH] libc++ tests: wait_until.pass test sporadically fails	(bug 21998)
 
Oleg Ranevskyy
- Bug fix in Combine load store with null pointer
 
Raoux, Thomas F
- [llvm] r224722 - Remove unused header. NFC.
 
Juergen Ributzka
- [PATCH] [dwarfdump] Pretty print location expressions and location	lists
 
Frederic Riss
- [PATCH 1/2] Triple: Add gcn triple
 
Sahasrabuddhe, Sameer
- [compiler-rt] r224736 - [Sanitizer] Make CommonFlags immutable after	initialization.
 
Alexey Samsonov
- [PATCH] [Sanitizer] Make CommonFlags immutable after	initialization.
 
Alexey Samsonov
- [PATCH] [compiler-rt] Change the CMake build to generate full	debugging info when COMPILER_RT_DEBUG=ON
 
Alexey Samsonov
- [PATCH] [TSan][MIPS] Adding support for MIPS64
 
Alexey Samsonov
- [PATCH] [dsymutil] Implement the BinaryHolder object and gain	archive support.
 
Alexey Samsonov
- [PATCH] Fix -fsanitize=alignment reports on DenseMap empty/tombstone	keys.
 
Alexey Samsonov
- [llvm] r224751 - Fix UBSan bootstrap: don't bind reference to nullptr.
 
Alexey Samsonov
- [llvm] r224752 - Fix UBSan bootstrap: replace shift of negative value	with multiplication.
 
Alexey Samsonov
- [PATCH] Fix -fsanitize=alignment reports on DenseMap	empty/tombstone keys.
 
Alexey Samsonov
- [PATCH] [TSan][MIPS] Adding support for MIPS64
 
Alexey Samsonov
- [PATCH] ADT: Remove misaligned pointeres from DenseMapInfo
 
Alexey Samsonov
- [compiler-rt] r224839 - [asan] Disable __sanitizer_cov_dump	registration on Windows.
 
Alexey Samsonov
- [PATCH] [mips64] Add support for MCJIT for MIPS64
 
Daniel Sanders
- [PATCH] Beginning of alloca implementation for Mips fast-isel
 
Daniel Sanders
- [llvm] r224458 - R600/SI: Fix f64 inline immediates
 
Daniel Sanders
- [zorg] r224445 - Add sanitizer-x86_64-linux-fast bot.
 
Kostya Serebryany
- [zorg] r224445 - Add sanitizer-x86_64-linux-fast bot.
 
Kostya Serebryany
- [PATCH] [Sanitizer] Make CommonFlags immutable after	initialization.
 
Kostya Serebryany
- [PATCH] Moar string interceptors: strstr, strcasestr, strcspn,	strpbrk
 
Kostya Serebryany
- [compiler-rt] r210180 - [sancov] Handle fork.
 
Kostya Serebryany
- [compiler-rt] r210180 - [sancov] Handle fork.
 
Kostya Serebryany
- [compiler-rt] r224789 - [asan] change the coverage collection scheme	so that	we can easily emit coverage for the entire process as a single bit set, 	and if coverage_bitset=1 actually emit that bitset
 
Kostya Serebryany
- [llvm] r224789 - [asan] change the coverage collection scheme so that	we can	easily emit coverage for the entire process as a single bit set,	and if coverage_bitset=1 actually emit that bitset
 
Kostya Serebryany
- [compiler-rt] r210180 - [sancov] Handle fork.
 
Kostya Serebryany
- [llvm] r224119 - This patch recognizes (+ (+ v0, v1) (+ v2, v3)), 	reorders them for bundling into vector of loads,
 
Sean Silva
- Subject: r223862 - caused regressions in internal tests
 
Ranjeet Singh
- [llvm] r224682 - ARM: further improve deprecated diagnosis (LDM)
 
Joerg Sonnenberger
- [llvm] r224682 - ARM: further improve deprecated diagnosis (LDM)
 
Joerg Sonnenberger
- [llvm] r224682 - ARM: further improve deprecated diagnosis (LDM)
 
Joerg Sonnenberger
- [PATCH] [MIPS64] Make __clear_cache more optimal
 
Joerg Sonnenberger
- [PATCH] PowerPC: CTR shouldn't fire if a TLS call is in the loop
 
Joerg Sonnenberger
- [llvm] r213890 - Use the same .eh_frame encoding for 32bit PPC	as on i386.
 
Joerg Sonnenberger
- [PATCH] [mips] Don't emit redundant mask instructions if the	mask is already present.
 
Sasa Stankovic
- [PATCH] [mips][microMIPS] Implement LWSP and SWSP instructions
 
Sasa Stankovic
- [PATCH] [mips][microMIPS] Implement CACHE, PREF, SSNOP,	EHB and PAUSE instructions
 
Sasa Stankovic
- [PATCH] [mips][microMIPS] Implement LWSP and SWSP instructions
 
Sasa Stankovic
- [PATCH] [mips][microMIPS] Implement CACHE, PREF, SSNOP,	EHB and PAUSE instructions
 
Sasa Stankovic
- [PATCH] [mips] Don't emit redundant mask instructions if the mask	is already present.
 
Sasa Stankovic
- [PATCH] MicroMIPS 16-bit unconditional branch instruction B
 
Sasa Stankovic
- [llvm] r211272 - Emit DWARF3 call frame information when DWARF3+	debug info is requested
 
Oliver Stannard
- [PATCH 1/2] Triple: Add gcn triple
 
Tom Stellard
- [PATCH] [Msan] Fix uname() interception on FreeBSD
 
Evgeniy Stepanov
- Running ASan tests on AArch64
 
Evgeniy Stepanov
- [PATCH] [Sanitizers] Intercept wcsnrtombs() on FreeBSD
 
Evgeniy Stepanov
- [PATCH] [Msan] Fix msan_test.cc inclusions to build the unit	tests on FreeBSD
 
Evgeniy Stepanov
- [compiler-rt] r210180 - [sancov] Handle fork.
 
Evgeniy Stepanov
- [compiler-rt] r224762 - [asan] Better error message in coverage.
 
Evgeniy Stepanov
- [compiler-rt] r224763 - [asan] Fix line >80 chars.
 
Evgeniy Stepanov
- [PATCH] Create an experimental Windows LLDB Builder
 
Evgeniy Stepanov
- [compiler-rt] r210180 - [sancov] Handle fork.
 
Evgeniy Stepanov
- [PATCH] [ASan] Fix asan_preload_test-2 on PowerPC64 Linux
 
Evgeniy Stepanov
- [PATCH] [ASan] Fix asan_preload_test-2 on PowerPC64 Linux
 
Evgeniy Stepanov
- [compiler-rt] r224818 - [asan] Disable one test on Android.
 
Evgeniy Stepanov
- [compiler-rt] r224819 - [sanitizer] mmap2 syscall works with	4096-byte units instead of bytes.
 
Evgeniy Stepanov
- [compiler-rt] r224820 - [sanitizer] Disable InternalMmapWithOffset	test on Windows.
 
Evgeniy Stepanov
- [compiler-rt] r224789 - [asan] change the coverage collection	scheme so that we can easily emit coverage for the entire process as a	single bit set, and if coverage_bitset=1 actually emit that bitset
 
Evgeniy Stepanov
- [compiler-rt] r224821 - [sanitizer] Fix off-by-8x in direct coverage.
 
Evgeniy Stepanov
- [compiler-rt] r224822 - [sanitizer] Disable InternalMmapWithOffset	test on OSX.
 
Evgeniy Stepanov
- [PATCH] [ASan] Fix stack-overflow.cc test on PowerPC64 Linux
 
Evgeniy Stepanov
- [compiler-rt] r224789 - [asan] change the coverage collection	scheme so that we can easily emit coverage for the entire process as a	single bit set, and if coverage_bitset=1 actually emit that bitset
 
Evgeniy Stepanov
- [compiler-rt] r224824 - [asan] Support ASAN_ACTIVATION_OPTIONS.
 
Evgeniy Stepanov
- [compiler-rt] r224838 - [asan] Allow enabling coverage at activation.
 
Evgeniy Stepanov
- [compiler-rt] r224839 - [asan] Disable __sanitizer_cov_dump	registration on Windows.
 
Evgeniy Stepanov
- [compiler-rt] r224840 - [sanitizer] sancov.py: print status to stderr
 
Evgeniy Stepanov
- [compiler-rt] r224841 - [sanitizer] Tweak sancov.py output.
 
Evgeniy Stepanov
- [compiler-rt] r224850 - Revert r224838, r224839.
 
Evgeniy Stepanov
- [compiler-rt] r224853 - [asan] Allow enabling coverage at activation.
 
Evgeniy Stepanov
- [compiler-rt] r224854 - [asan] Extend coverage test.
 
Evgeniy Stepanov
- [compiler-rt] r224855 - [asan] Bump coverage size limit on 32-bit	platforms.
 
Evgeniy Stepanov
- [compiler-rt] r224857 - [asan] Fix possibly uninitialized coverage	flag.
 
Evgeniy Stepanov
- [compiler-rt] r224858 - [sanitizer] Treat \r, \n,	\t as flag separators.
 
Evgeniy Stepanov
- [PATCH] [lsan] [mips] adding support of lsan for mips64/mips64el	arch
 
Kumar Sukhani
- [llvm] r224907 - llvm/test/CodeGen/X86/fast-isel-call-bool.ll: Add	explicit -mtriple=x86_64-unknown to satisfy x64.
 
NAKAMURA Takumi
- [PATCH] [TSan][MIPS] Adding support for MIPS64
 
Sagar Thakur
- [PATCH] [TSan][MIPS] Adding support for MIPS64
 
Sagar Thakur
- [PATCH] [TSan][MIPS] Adding support for MIPS64
 
Sagar Thakur
- [PATCH] [TSan][MIPS] Adding support for MIPS64
 
Sagar Thakur
- [llvm] r224809 - [X86] Remove the single AdSize indicator and replace	it with separate AdSize16/32/64 flags.
 
Craig Topper
- [llvm] r224845 - Use MCPhysReg for table of register encodings.
 
Craig Topper
- [llvm] r224846 - Teach disassembler to handle illegal immediates on	(v)cmpps/pd/ss/sd instructions. Instead of rejecting we'll just	generate	the _alt forms that don't try to alter the mnemonic. While I'm here,	merge some common code in the Instruction printers for the condition	code replacement and fix the mask on SSE to be 3-bits instead of 4.
 
Craig Topper
- [llvm] r224861 - [X86] Don't fail disassembly if REX.R/REX.B is used	on an MMX register. Similar fix to not fail to disassembler CR9-CR15	references.
 
Craig Topper
- [llvm] r224862 - [X86] Add the debug registers DR8-DR15 so we can	assemble and disassemble references to them.
 
Craig Topper
- [llvm] r224885 - [x86] Prevent llvm.x86.cmp.ps/pd/ss/sd from being	selected	with bad immediates. The frontend now checks this when the builtin is	used. This will allow the instruction printer to not have to deal with	invalid immediates on these instructions.
 
Craig Topper
- [llvm] r224886 - [x86] Assert on invalid immediates in the instruction	printer for cmp.ps/pd/ss/sd instead of truncating the immediate. The	assembly parser and instruction selection shouldn't generate invalid	immediates.
 
Craig Topper
- [llvm] r224887 - [x86] Prevent instruction selection of AVX512	cmp.ps/pd/ss/sd intrinsics with illegal immediates. Forgot to do this	when I did SSE/SSE2/AVX/AVX2.
 
Craig Topper
- [llvm] r224891 - [x86] Prevent instruction selection of AVX512	cmp.ps/pd/ss/sd intrinsics with illegal immediates. Correctly this	time. I did the wrong patterns the first time.
 
Craig Topper
- [PATCH] Encode native floating point types in data layout string.
 
Charlie Turner
- [PATCH] Convert CoreInputGraph.
 
Rui Ueyama
- [compiler-rt] r224508 - tsan: don't crash with NULL deref during	reporting
 
Dmitry Vyukov
- [compiler-rt] r224697 - tsan: add acquire/release functions to java	interface
 
Dmitry Vyukov
- [compiler-rt] r224701 - tsan: fix debugging output
 
Dmitry Vyukov
- [compiler-rt] r224702 - tsan: reset stack0 in the first partition of	thread trace
 
Dmitry Vyukov
- [compiler-rt] r224755 - tsan: fix style
 
Dmitry Vyukov
- [compiler-rt] r224508 - tsan: don't crash with NULL deref during	reporting
 
Dmitry Vyukov
- [compiler-rt] r224834 - tsan: fix trace initialization during thread	id reuse
 
Dmitry Vyukov
- [lld] r224778 - Tweak lld's checkout instructions.
 
Nico Weber
- [PATCH] LowerSwitch: replace unreachable default with popular	case destination
 
Hans Wennborg
- [PATCH] LowerSwitch: replace unreachable default with popular	case destination
 
Hans Wennborg
- Wrong value for sext i1 true in BasicAliasAnalysis
 
Nicholas White
- Wrong value for sext i1 true in BasicAliasAnalysis
 
Nicholas White
- [PATCH] [llgo] Elide alloca for unused received values in select
 
Andrew Wilkins
- [PATCH] Remove darwin_fat.mk.
 
Bob Wilson
- [llvm] r224432 - ARM: correct an off-by-one in an assert
 
Bob Wilson
- [PATCH] [SLPVectorization] Enhance Ability to Vectorize	Horizontal Reductions from Consecutive Loads
 
Michael Zolotukhin
- [PATCH] [SLPVectorizer] Reorder operands of shufflevector if it	can result in a vectorized code.
 
Michael Zolotukhin
- [LNT] r224737 - Add machine overview page in JSON format.
 
Michael Zolotukhin
- [LNT] Add json support to machine overview page
 
Michael Zolotukhin
- [LNT] Add json support to machine overview page
 
Michael Zolotukhin
- [PATCH] [SLPVectorization] Enhance Ability to Vectorize	Horizontal Reductions from Consecutive Loads
 
Michael Zolotukhin
- [PATCH] [llvm-c] Expose getFunctionAddress,	as a modern alternative
 
Peter Zotov
- [llvm] r224720 - [C API] Expose LLVMGetGlobalValueAddress and	LLVMGetFunctionAddress.
 
Peter Zotov
- [PATCH] [llvm-c] Expose getFunctionAddress,	as a modern alternative
 
Peter Zotov
- [llvm] r224766 - [OCaml] PR22014: OCaml bindings didn't link to	libLLVM-*.so with -Wl, --as-needed
 
Peter Zotov
- [PATCH] [OCaml] Build a wrapper for LLVMGetFunctionAddress
 
Peter Zotov
- [PATCH] [OCaml] Build a wrapper for LLVMGetFunctionAddress
 
Peter Zotov
- [PATCH] [OCaml] fix syntax errors in linker test
 
Peter Zotov
- [llvm] r224801 - [OCaml] Expose	Llvm_executionengine.get_{global_value, function}_address.
 
Peter Zotov
- [PATCH] [OCaml] Build a wrapper for LLVMGetFunctionAddress
 
Peter Zotov
- [llvm] r224802 - [OCaml] PR21901: Update tests.
 
Peter Zotov
- [PATCH] Teach IndVarSimplify to add nuw and nsw to operations	that provably don't overflow.
 
hfinkel at anl.gov
- [PATCH] [Tablegen] Fix alias instruction printer mangling opcodes	with optional suffixes.
 
hfinkel at anl.gov
- [PATCH] InstCombine: fsub nsz 0, X ==> fsub nsz -0.0, X
 
hfinkel at anl.gov
- [PATCH] Refine the notion of MayThrow in LICM to include a header	specific version
 
hfinkel at anl.gov
- [PATCH] [CodeGenPrepare] Teach when it is profitable to speculate	calls to @llvm.cttz/ctlz.
 
hfinkel at anl.gov
- [PATCH] New pass: inductive range check elimination
 
hfinkel at anl.gov
- [PATCH] ADT: Remove misaligned pointeres from DenseMapInfo
 
hfinkel at anl.gov
- [PATCH] PowerPC: CTR shouldn't fire if a TLS call is in the loop
 
hfinkel at anl.gov
- [PATCH] Remove darwin_fat.mk.
 
kledzik at apple.com
- [PATCH] Mips fast-isel - handle functions which return i8 or i6 .
 
reed kotler
- [PATCH] Allow for constant data to be referenced in Mips-fast-isel
 
reed kotler
- [PATCH] Mips fast-isel - handle calls with non legal types i8, i16
 
reed kotler
- [PATCH] Implement mips fast-isel select statement
 
reed kotler
- [PATCH] Implement mips fast-isel select statement
 
reed kotler
- [PATCH] Add bulk of returning of values to Mips fast-isel
 
reed kotler
- [llvm] r224119 - This patch recognizes (+ (+ v0, v1) (+ v2, v3)), 	reorders them for bundling into vector of loads,
 
suyog sarda
- [PATCH] [SLPVectorization] Enhance Ability to Vectorize	Horizontal Reductions from Consecutive Loads
 
suyog
- [PATCH] [SLPVectorization] Enhance Ability to Vectorize	Horizontal Reductions from Consecutive Loads
 
suyog
- [PATCH] [SLPVectorization] Enhance Ability to Vectorize	Horizontal Reductions from Consecutive Loads
 
suyog
    
      Last message date: 
       Sun Dec 28 23:48:59 PST 2014
    Archived on: Tue Aug  4 17:12:07 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).