The Week Of Monday 22 April 2013 Archives by subject
      
      Starting: Mon Apr 22 00:38:09 PDT 2013
         Ending: Sun Apr 28 23:53:53 PDT 2013
         Messages: 760
     
- [compiler-rt] r178872 - [sanitizer] found a bug by code	inspection: CHECK(a=b) instead of CHECK(a==b). Was puzzled why lint did	not	catch it. Turns out this check was disabled for asan source. fix all	cases and enable the check
 
David Blaikie
 - [compiler-rt] r179592 - [sanitizer] Implement wait4 and waitpid	syscall hooks.
 
Evgeniy Stepanov
 - [compiler-rt] r180012 - [sanitizer] Fix lint.
 
Evgeniy Stepanov
 - [compiler-rt] r180082 - [Sanitizer] Delete unused function
 
Alexey Samsonov
 - [compiler-rt] r180090 - [msan] Allow clock_getres(, 0).
 
Evgeniy Stepanov
 - [compiler-rt] r180091 - [sanitizer] Intercept getgrnam{_r},	getgrgid{_r}.
 
Evgeniy Stepanov
 - [compiler-rt] r180093 - [ASan] Disable	AddressSanitizer.AllocDeallocMismatch on Darwin.
 
Alexander Potapenko
 - [compiler-rt] r180093 - [ASan] Disable	AddressSanitizer.AllocDeallocMismatch on Darwin.
 
Kostya Serebryany
 - [compiler-rt] r180093 - [ASan] Disable	AddressSanitizer.AllocDeallocMismatch on Darwin.
 
Alexander Potapenko
 - [compiler-rt] r180097 - [ASan] Make wait.cc more Darwin-compatible:	fix the header name and the CHECK patterns.
 
Alexander Potapenko
 - [compiler-rt] r180098 - Revert r180082 and add a test for SetEnv	function
 
Alexey Samsonov
 - [compiler-rt] r180101 - [msan] Unpoison the result of posix_memalign.
 
Evgeniy Stepanov
 - [compiler-rt] r180101 - [msan] Unpoison the result of	posix_memalign.
 
Kostya Serebryany
 - [compiler-rt] r180101 - [msan] Unpoison the result of	posix_memalign.
 
Evgeniy Stepanov
 - [compiler-rt] r180101 - [msan] Unpoison the result of	posix_memalign.
 
Kostya Serebryany
 - [compiler-rt] r180102 - [MSan] Make a few interface functions accept	'const void *' instead of 'void*'
 
Alexey Samsonov
 - [compiler-rt] r180106 - [ASan] Disable strict-init-order checker once	we have more than one thread, as this mode is thread-hostile
 
Alexey Samsonov
 - [compiler-rt] r180107 - [sanitizer] Intercept inet_pton and inet_ntop.
 
Evgeniy Stepanov
 - [compiler-rt] r180113 - tsan: update Go memory mapping,	Go now uses 0x00c0 heap base
 
Dmitry Vyukov
 - [compiler-rt] r180116 - tsan: support heap starting at 0x04c0 (used	in some custom deplyments)
 
Dmitry Vyukov
 - [compiler-rt] r180163 - Use the new iOS deployment target command-line	options.
 
Bob Wilson
 - [compiler-rt] r180180 - tsan: fix crash when data race happens on	out-of-bounds accesses.
 
Dmitry Vyukov
 - [compiler-rt] r180180 - tsan: fix crash when data race happens on	out-of-bounds accesses.
 
Alexander Potapenko
 - [compiler-rt] r180180 - tsan: fix crash when data race happens on	out-of-bounds accesses.
 
Dmitry Vyukov
 - [compiler-rt] r180182 - tsan: disable getpwuid_r() and glob64()	interceptors under tsan,	because they cause interceptor recursion if user intercepts fopen()
 
Dmitry Vyukov
 - [compiler-rt] r180183 - tsan: run tests sequentially otherwise cmake	says:
 
Dmitry Vyukov
 - [compiler-rt] r180184 - tsan: fix stack traces for malloc and free
 
Dmitry Vyukov
 - [compiler-rt] r180251 - tsan: add a test that used to crash,	fixed by r180180.
 
Dmitry Vyukov
 - [compiler-rt] r180255 - [ASan] Add allow_user_segv_handler to let	users override SEGV handler installed by ASan
 
Alexey Samsonov
 - [compiler-rt] r180265 - Add -fno-rtti to ASan runtime cflags on	Android.
 
Evgeniy Stepanov
 - [compiler-rt] r180599 - [sanitizer] Clear LD_PRELOAD when forking an	external symbolizer.
 
Sergey Matveev
 - [compiler-rt] r180599 - [sanitizer] Clear LD_PRELOAD when forking	an external symbolizer.
 
Rafael Espíndola
 - [compiler-rt] r180599 - [sanitizer] Clear LD_PRELOAD when forking	an external symbolizer.
 
Sergey Matveev
 - [compiler-rt] r180602 - Revert r180599 "[sanitizer] Clear LD_PRELOAD	when forking an external symbolizer."
 
Sergey Matveev
 - [compiler-rt] r180602 - Revert r180599 "[sanitizer] Clear	LD_PRELOAD when forking an external symbolizer."
 
Alexander Potapenko
 - [compiler-rt] r180602 - Revert r180599 "[sanitizer] Clear	LD_PRELOAD when forking an external symbolizer."
 
Alexander Potapenko
 - [dragonegg PATCH] gcc 4.8 port
 
David Blaikie
 - [dragonegg RFC/PATCH] Add low-level support for LLVM	instrumentation passes
 
Peter Collingbourne
 - [lld] r180209 - [Core] Allow weak symbols in shared library when	linking.
 
Michael J. Spencer
 - [lld] r180690 - [lld][LayoutPass] initialize the number of entries	for the densehash (no functionality change)
 
Shankar Easwaran
 - [lld] r180691 - [lld][ELF] (no testable functionality change) resize	the number of entries in the string table for static linking
 
Shankar Easwaran
 - [lld] r180692 - [lld][ELF] (no testable functionality change) resize	the number of entries in the string table for static linking
 
Shankar Easwaran
 - [llvm] r174904 - Extend Hexagon hardware loop generation to	handle	various additional cases:
 
Hal Finkel
 - [llvm] r174904 - Extend Hexagon hardware loop generation to handle	various additional cases:
 
Krzysztof Parzyszek
 - [llvm] r174904 - Extend Hexagon hardware loop generation to	handle various additional cases:
 
Hal Finkel
 - [llvm] r174904 - Extend Hexagon hardware loop generation to	handle various additional cases:
 
Hal Finkel
 - [llvm] r178424 - [docs] Reorganize mailing lists.
 
David Blaikie
 - [llvm] r178424 - [docs] Reorganize mailing lists.
 
Sean Silva
 - [llvm] r178424 - [docs] Reorganize mailing lists.
 
David Blaikie
 - [llvm] r178553 - Count processor resources individually in	MachineTraceMetrics.
 
Andrew Trick
 - [llvm] r178553 - Count processor resources individually in	MachineTraceMetrics.
 
Andrew Trick
 - [llvm] r178553 - Count processor resources individually in	MachineTraceMetrics.
 
Jakob Stoklund Olesen
 - [llvm] r178623 - Remove ZeroOrMore from the option description.	We don't need it here.
 
David Blaikie
 - [llvm] r178623 - Remove ZeroOrMore from the option description.	We don't need it here.
 
Eric Christopher
 - [llvm] r178676 - When dumping clear the arm/thumb flag for now.
 
Eric Christopher
 - [llvm] r178794 - Hexagon: Expand br_cc.
 
Jyotsna Verma
 - [llvm] r178925 - Correct the PPC A2 misprediction penalty
 
David Blaikie
 - [llvm] r178925 - Correct the PPC A2 misprediction penalty
 
Hal Finkel
 - [llvm] r178941 - Dwarf: use utostr on CUID to append to	SmallString.
 
David Blaikie
 - [llvm] r178970 - PPC FMR instruction does not have side effects
 
David Blaikie
 - [llvm] r178970 - PPC FMR instruction does not have side effects
 
Hal Finkel
 - [llvm] r179527 - Make the host endianness check an integer	constant expression.
 
Jakob Stoklund Olesen
 - [llvm] r179527 - Make the host endianness check an integer	constant expression.
 
Joerg Sonnenberger
 - [llvm] r179527 - Make the host endianness check an integer	constant expression.
 
Jakob Stoklund Olesen
 - [llvm] r179622 - Print out the target-independent attributes in a	comment before the function definition.
 
Francois Pichet
 - [llvm] r179684 - R600: Emit used GPRs count
 
Vincent Lejeune
 - [llvm] r179684 - R600: Emit used GPRs count
 
Tobias Grosser
 - [llvm] r179684 - R600: Emit used GPRs count
 
Tom Stellard
 - [llvm] r179735 - Add an option `-enable-old-style-attr-syntax' to	print out function attributes in the "old" style.
 
Chris Lattner
 - [llvm] r179735 - Add an option `-enable-old-style-attr-syntax' to	print out function attributes in the "old" style.
 
Chris Lattner
 - [llvm] r179778 - At Jim Grosbach's request detemplate	Object/MachO.h.
 
Jim Grosbach
 - [llvm] r179786 - In the function	InstCombiner::visitExtractElementInst()	removed the limitation that extract is promoted over a cast only if the	cast has only one use.
 
Dmitry Babokin
 - [llvm] r179786 - In the function	InstCombiner::visitExtractElementInst() removed the limitation that	extract is promoted over a cast only if the cast has only one use.
 
Shemer, Anat
 - [llvm] r179786 - In the function	InstCombiner::visitExtractElementInst() removed the limitation that	extract is promoted over a cast only if the cast has only one use.
 
Shemer, Anat
 - [llvm] r179786 - In the function	InstCombiner::visitExtractElementInst()	removed the limitation that extract is promoted over a cast only if the	cast has only one use.
 
Dmitry Babokin
 - [llvm] r179802 - Implement optimizeCompareInstr for PPC
 
Bill Schmidt
 - [llvm] r179848 - Don't read one command past the end.
 
Eric Christopher
 - [llvm] r179848 - Don't read one command past the end.
 
Eric Christopher
 - [llvm] r179925 - Add CodeGen support for functions that always	return arguments via a new parameter attribute 'returned',	which is taken	advantage of in target-independent tail call opportunity detection and	in ARM call lowering (when placed on an integral first parameter).
 
Stephen Lin
 - [llvm] r179925 - Add CodeGen support for functions that always	return arguments via a new parameter attribute 'returned',	which is taken	advantage of in target-independent tail call opportunity detection and	in ARM call lowering (when placed on an integral first parameter).
 
Stephen Lin
 - [llvm] r179925 - Add CodeGen support for functions that always	return arguments via a new parameter attribute 'returned',	which is taken	advantage of in target-independent tail call opportunity detection and	in ARM call lowering (when placed on an integral first parameter).
 
Stephen Lin
 - [llvm] r179925 - Add CodeGen support for functions that always	return arguments via a new parameter attribute 'returned',	which is taken advantage of in target-independent tail call opportunity	detection and in ARM call lowering (when placed on an integral first	parameter).
 
Jakob Stoklund Olesen
 - [llvm] r179925 - Add CodeGen support for functions that always	return arguments via a new parameter attribute 'returned',	which is taken	advantage of in target-independent tail call opportunity detection and	in ARM call lowering (when placed on an integral first parameter).
 
Stephen Lin
 - [llvm] r179957 - SimplifyCFG: If convert single conditional stores
 
Chris Lattner
 - [llvm] r179957 - SimplifyCFG: If convert single conditional stores
 
Shuxin Yang
 - [llvm] r179957 - SimplifyCFG: If convert single conditional stores
 
Chris Lattner
 - [llvm] r179957 - SimplifyCFG: If convert single conditional stores
 
Andrew Trick
 - [llvm] r179957 - SimplifyCFG: If convert single conditional stores
 
Chandler Carruth
 - [llvm] r179957 - SimplifyCFG: If convert single conditional stores
 
Rafael Espíndola
 - [llvm] r179957 - SimplifyCFG: If convert single conditional stores
 
Arnold Schwaighofer
 - [llvm] r179957 - SimplifyCFG: If convert single conditional stores
 
Andrew Trick
 - [llvm] r179957 - SimplifyCFG: If convert single conditional stores
 
Chris Lattner
 - [llvm] r179957 - SimplifyCFG: If convert single conditional stores
 
Chris Lattner
 - [llvm] r179957 - SimplifyCFG: If convert single conditional stores
 
Arnold Schwaighofer
 - [llvm] r179957 - SimplifyCFG: If convert single conditional stores
 
Hal Finkel
 - [llvm] r179957 - SimplifyCFG: If convert single conditional stores
 
Chandler Carruth
 - [llvm] r179960 - Fix PR15800. Do not try to vectorize vectors	and structs.
 
Hal Finkel
 - [llvm] r179974 - SLPVectorizer: Fix a bug in the code that scans	the tree in search of nodes with multiple users.
 
Eric Christopher
 - [llvm] r179974 - SLPVectorizer: Fix a bug in the code that scans	the tree in search of nodes with multiple users.
 
Nadav Rotem
 - [llvm] r179974 - SLPVectorizer: Fix a bug in the code that scans	the tree in search of nodes with multiple users.
 
Eric Christopher
 - [llvm] r179989 - Legalize vector truncates by parts rather than	just splitting.
 
Duncan Sands
 - [llvm] r179996 - Revert "Revert "PR14606: debug info	imported_module support""
 
Eric Christopher
 - [llvm] r179996 - Revert "Revert "PR14606: debug info	imported_module support""
 
David Blaikie
 - [llvm] r179999 - Update comment. Whitespace.
 
Eric Christopher
 - [llvm] r180000 - Tidy.
 
Eric Christopher
 - [llvm] r180003 - Cleanup: test source files do not need to be	executable
 
Arnaud A. de Grandmaison
 - [llvm] r180005 - llvm-readobj: Do not print NULL StringRefs
 
Nico Rieck
 - [llvm] r180006 - llvm-readobj: Check for null section pointer
 
Nico Rieck
 - [llvm] r180007 - llvm-readobj: Dump more COFF auxiliary records
 
Nico Rieck
 - [llvm] r180008 - Add a TODO about wanting an iterator interface.
 
Eric Christopher
 - [llvm] r180009 - Add the same todo about a command iterator interface	into the
 
Eric Christopher
 - [llvm] r180010 - Add .ll as a valid test suffix for Object,	this allows .ll -> object
 
Eric Christopher
 - [llvm] r180010 - Add .ll as a valid test suffix for Object, this	allows .ll -> object
 
David Blaikie
 - [llvm] r180010 - Add .ll as a valid test suffix for Object, this	allows .ll -> object
 
Eric Christopher
 - [llvm] r180011 - Fix for 5.5 Parameter Passing --> Stage C:
 
Stepan Dyatkovskiy
 - [llvm] r180013 - Remove variable store that is never read.
 
Eric Christopher
 - [llvm] r180014 - Remove variable store that is never read.
 
Eric Christopher
 - [llvm] r180014 - Remove variable store that is never read.
 
Benjamin Kramer
 - [llvm] r180014 - Remove variable store that is never read.
 
Eric Christopher
 - [llvm] r180015 - No really,	don't store anything to this since it's unconditionally
 
Eric Christopher
 - [llvm] r180019 - Clarify that llvm.used can contain aliases.
 
Rafael Espindola
 - [llvm] r180019 - Clarify that llvm.used can contain aliases.
 
Daniel Dunbar
 - [llvm] r180019 - Clarify that llvm.used can contain aliases.
 
Rafael Espíndola
 - [llvm] r180019 - Clarify that llvm.used can contain aliases.
 
Daniel Dunbar
 - [llvm] r180020 - Also verify llvm.compiler_used.
 
Rafael Espindola
 - [llvm] r180021 - Make doxygen comment match declaration.
 
Benjamin Kramer
 - [llvm] r180023 - typo
 
Jia Liu
 - [llvm] r180025 - Add AArch64 into $llvm_cv_target_arch in configure, 	reviewed by Tim Northover & Eric Christopher
 
Jia Liu
 - [llvm] r180028 - [ms-inline asm] Refactor/clean up the SemaLookup	interface. No functional
 
Chad Rosier
 - [llvm] r180030 - Fix for PR 14965: Better error message for GEP with	partially defined contents
 
Eli Bendersky
 - [llvm] r180031 - Document the -filetype option of llc (PR #12902)
 
Eli Bendersky
 - [llvm] r180032 - Extra paranoid test for r179925 (verify that tail	calls are	not generated to 'this'-returning constructors of objects with	different 'this' pointers than the caller)
 
Stephen Lin
 - [llvm] r180034 - COFF: Fix weak external aliases.
 
Peter Collingbourne
 - [llvm] r180035 - [Support] Fix argv string escape bug on Windows
 
Reid Kleckner
 - [llvm] r180035 - [Support] Fix argv string escape bug on Windows
 
Dimitry Andric
 - [llvm] r180037 - [ms-inline asm] Remove the identifier parsing logic	from the AsmParser. This is
 
Chad Rosier
 - [llvm] r180039 - [mips] In performDSPShiftCombine,	check that all elements in the vector are
 
Akira Hatanaka
 - [llvm] r180040 - 80 columns.
 
Akira Hatanaka
 - [llvm] r180041 - [Support] Propagate the environment into the test	child process
 
Reid Kleckner
 - [llvm] r180041 - [Support] Propagate the environment into the test	child process
 
David Dean
 - [llvm] r180041 - [Support] Propagate the environment into the test	child process
 
Michael Gottesman
 - [llvm] r180041 - [Support] Propagate the environment into the	test child process
 
Charles Davis
 - [llvm] r180041 - [Support] Propagate the environment into the	test child process
 
Reid Kleckner
 - [llvm] r180043 - Fix comment that didn't match the method it was above
 
Eli Bendersky
 - [llvm] r180044 - Fix unused variable warning.
 
Chad Rosier
 - [llvm] r180044 - Fix unused variable warning.
 
Benjamin Kramer
 - [llvm] r180044 - Fix unused variable warning.
 
Chad Rosier
 - [llvm] r180045 - Changed back (relative to commit 179786) the	operations	executed when extract(cast) is transformed to cast(extract). It uses	the	Builder class as before. In addition the result node is added to the	Worklist,	so all the previous extract users will become the new scalar cast	users.
 
Anat Shemer
 - [llvm] r180046 - Add a missing reference on a std::vector<> out param
 
Reid Kleckner
 - [llvm] r180049 - Optimize MachineBasicBlock::getSymbol by caching the	symbol. Since the symbol
 
Eli Bendersky
 - [llvm] r180049 - Optimize MachineBasicBlock::getSymbol by caching	the symbol. Since the symbol
 
Chris Lattner
 - [llvm] r180054 - [ms-inline asm] Add the OpDecl to the	InlineAsmIdentifierInfo struct and in turn
 
Chad Rosier
 - [llvm] r180057 - [ms-inline asm] Get the OpDecl and remove a redundant	lookup.
 
Chad Rosier
 - [llvm] r180058 - Add test case for PR15779,	which has previously been fixed.
 
Chad Rosier
 - [llvm] r180059 - [ms-inline asm] Removed this unnecessary check. In	the current implementation, 
 
Chad Rosier
 - [llvm] r180063 - Move C++ code out of the C headers and into either	C++ headers
 
Eric Christopher
 - [llvm] r180064 - Remove unused DwarfSectionOffsetDirective string
 
Matt Arsenault
 - [llvm] r180066 - Revert "Add a missing reference on a std::vector<>	out param"
 
Michael Gottesman
 - [llvm] r180068 - Struct-path aware TBAA: update getMostGenericTBAA
 
Manman Ren
 - [llvm] r180068 - Struct-path aware TBAA: update getMostGenericTBAA
 
Rafael Espíndola
 - [llvm] r180080 - AArch64: remove unnecessary check that RS is valid
 
Tim Northover
 - [llvm] r180081 - Refuse to (even try to) vectorize loops which have	uniform writes, 
 
Pekka Jaaskelainen
 - [llvm] r180083 - Add basic zlib support to LLVM. This would allow to	use compression/uncompression in selected LLVM tools.
 
Alexey Samsonov
 - [llvm] r180084 - Add more guards around zlib-dependent code
 
Alexey Samsonov
 - [llvm] r180087 - Add llvm_unreachable after fully covered switch to	pacify GCC
 
Hans Wennborg
 - [llvm] r180087 - Add llvm_unreachable after fully covered switch	to pacify GCC
 
Alexey Samsonov
 - [llvm] r180088 - Use zlib to uncompress debug sections in DWARF	parser.
 
Alexey Samsonov
 - [llvm] r180092 - Move test from grep to FileCheck.
 
Rafael Espindola
 - [llvm] r180094 - Tell MSan that memory initialized by libz is valid
 
Alexey Samsonov
 - [llvm] r180094 - Tell MSan that memory initialized by libz is	valid
 
Nick Lewycky
 - [llvm] r180094 - Tell MSan that memory initialized by libz is	valid
 
Reid Kleckner
 - [llvm] r180094 - Tell MSan that memory initialized by libz is	valid
 
Nick Lewycky
 - [llvm] r180094 - Tell MSan that memory initialized by libz is	valid
 
Rafael Ávila De Espíndola
 - [llvm] r180094 - Tell MSan that memory initialized by libz is	valid
 
Reid Kleckner
 - [llvm] r180099 - Un-revert the environ copy in ProgramTest after	fixing it on OS X
 
Reid Kleckner
 - [llvm] r180099 - Un-revert the environ copy in ProgramTest after	fixing it on OS X
 
Charles Davis
 - [llvm] r180099 - Un-revert the environ copy in ProgramTest after	fixing it on OS X
 
Reid Kleckner
 - [llvm] r180099 - Un-revert the environ copy in ProgramTest after	fixing it on OS X
 
Charles Davis
 - [llvm] r180099 - Un-revert the environ copy in ProgramTest after	fixing it on OS X
 
Nico Rieck
 - [llvm] r180099 - Un-revert the environ copy in ProgramTest after	fixing it on OS X
 
Reid Kleckner
 - [llvm] r180100 - Expose IRBuilder::CreateAtomicRMW as	LLVMBuildAtomicRMW in llvm-c.
 
Carlo Kok
 - [llvm] r180103 - Fixup for r180094: properly use MSan interface	functions
 
Alexey Samsonov
 - [llvm] r180104 - c vs c++ mistake in header file typedef for	AtomicRMW fix in rev 180100.
 
Carlo Kok
 - [llvm] r180112 - Wrap.h: Define wrap / unwrap function for	ExecutionEngine
 
Tom Stellard
 - [llvm] r180115 - Write relocations in yaml2obj.
 
Rafael Espindola
 - [llvm] r180118 - Add some constraints to use of 'returned':
 
Stephen Lin
 - [llvm] r180119 - Call the potentially costly isAnnotatedParallel()	only once.
 
Pekka Jaaskelainen
 - [llvm] r180120 - Hexagon: Remove duplicate instructions to handle	global/immediate values
 
Jyotsna Verma
 - [llvm] r180121 - LoopVectorizer: Fix 15830. When scalarizing and	unrolling	stores make sure that the order in which the elements are scalarized is	the same as the original order.
 
Nadav Rotem
 - [llvm] r180123 - R600: Add CF_END
 
Vincent Lejeune
 - [llvm] r180124 - R600: Use .AMDGPU.config section to emit stacksize
 
Vincent Lejeune
 - [llvm] r180124 - R600: Use .AMDGPU.config section to emit	stacksize
 
Tom Stellard
 - [llvm] r180125 - Testing for _XCR_XFEATURE_ENABLED_MASK instead of a	specific MSVC version because some MSVC 2010 SP1 installations do not	have the _xgetbv intrinsic. Patch thanks to Serge Pavlov!
 
Aaron Ballman
 - [llvm] r180129 - DAGCombine should not aggressively fold	SEXT(VSETCC(...))	into a wider VSETCC without first checking the target's vector boolean	contents.
 
Owen Anderson
 - [llvm] r180129 - DAGCombine should not aggressively fold	SEXT(VSETCC(...)) into a wider VSETCC without first checking the	target's vector boolean contents.
 
Tom Stellard
 - [llvm] r180130 - [mips] Compare splat value with element size instead	of calling isUIntN.
 
Akira Hatanaka
 - [llvm] r180131 - Change commentary for PowerPC Boolean vector	contents.
 
Bill Schmidt
 - [llvm] r180133 - Hexagon: Remove assembler mapped instruction	definitions.
 
Jyotsna Verma
 - [llvm] r180134 - Simplify yaml2obj a bit.
 
Rafael Espindola
 - [llvm] r180136 - Lowercase "is" boolean variable prefix for	consistency within function, no functionality change.
 
Stephen Lin
 - [llvm] r180137 - Fix typo.
 
Rafael Espindola
 - [llvm] r180138 - Add more tests for r179925 to verify correct	handling of signext/zeroext;	strengthen condition check to require actual MVT::i32 virtual register	types, just in case (no actual functionality change)
 
Stephen Lin
 - [llvm] r180140 - Make sure the instruction right after an inlined	function has a
 
Adrian Prantl
 - [llvm] r180140 - Make sure the instruction right after an inlined	function has a
 
Eric Christopher
 - [llvm] r180140 - Make sure the instruction right after an inlined	function has a
 
David Blaikie
 - [llvm] r180140 - Make sure the instruction right after an inlined	function has a
 
Adrian Prantl
 - [llvm] r180140 - Make sure the instruction right after an inlined	function has a
 
Eric Christopher
 - [llvm] r180140 - Make sure the instruction right after an inlined	function has a
 
Manman Ren
 - [llvm] r180140 - Make sure the instruction right after an inlined	function has a
 
Adrian Prantl
 - [llvm] r180140 - Make sure the instruction right after an inlined	function has a
 
Eric Christopher
 - [llvm] r180140 - Make sure the instruction right after an inlined	function has a
 
Adrian Prantl
 - [llvm] r180140 - Make sure the instruction right after an inlined	function has a
 
Eric Christopher
 - [llvm] r180140 - Make sure the instruction right after an inlined	function has a
 
Eric Christopher
 - [llvm] r180140 - Make sure the instruction right after an inlined	function has a
 
Adrian Prantl
 - [llvm] r180144 - Hexagon: Define relations for GP-relative	instructions.
 
Jyotsna Verma
 - [llvm] r180145 - Hexagon: Use multiclass for combine and	STri[bhwd]_shl_V4 instructions.
 
Jyotsna Verma
 - [llvm] r180146 - Adding object caching support to MCJIT
 
Andrew Kaylor
 - [llvm] r180146 - Adding object caching support to MCJIT
 
Rafael Espíndola
 - [llvm] r180147 - Fixing typo in comment.
 
Andrew Kaylor
 - [llvm] r180150 - Fixing cmake build for MCJIT unit tests
 
Andrew Kaylor
 - [llvm] r180157 - Fix dependency layering issues caused by r180112.
 
Eric Christopher
 - [llvm] r180159 - Comment a strange field in ScheduleDAG.
 
Andrew Trick
 - [llvm] r180160 - Machine model: rewrite a tablegen loop to avoid	comparing record pointers.
 
Andrew Trick
 - [llvm] r180161 - Machine model: verify well-formed processor resource	groups.
 
Andrew Trick
 - [llvm] r180162 - Machine model: Generate table entries for	super-resources.
 
Andrew Trick
 - [llvm] r180168 - Cleanup testcase and ensure we actually exercise the	inliner.
 
Adrian Prantl
 - [llvm] r180169 - remove cbe backend from sample configure
 
Jia Liu
 - [llvm] r180171 - Align the __LD,__compact_unwind section.
 
Bill Wendling
 - [llvm] r180171 - Align the __LD,__compact_unwind section.
 
Rafael Espíndola
 - [llvm] r180186 - Formatting.
 
Eric Christopher
 - [llvm] r180188 - Add include guards.
 
Eric Christopher
 - [llvm] r180189 - Use a pointer as the relocation iterator.
 
Rafael Espindola
 - [llvm] r180190 - Formatting fixes.
 
Rafael Espindola
 - [llvm] r180191 - MI Sched: regpressure tracing.
 
Andrew Trick
 - [llvm] r180192 - Register Coalescing: add a flag to disable	rescheduling.
 
Andrew Trick
 - [llvm] r180193 - MI Sched: eliminate local vreg copies.
 
Andrew Trick
 - [llvm] r180193 - MI Sched: eliminate local vreg copies.
 
Hal Finkel
 - [llvm] r180193 - MI Sched: eliminate local vreg copies.
 
Andrew Trick
 - [llvm] r180194 - Revert r180189.
 
Rafael Espindola
 - [llvm] r180195 - LoopVectorizer: Bail out if we don't have datalayout	we need it
 
Arnold Schwaighofer
 - [llvm] r180196 - LoopVectorize: Scalarize padded types
 
Arnold Schwaighofer
 - [llvm] r180197 - LoopVectorizer: Change variable name Stride to	ConsecutiveStride
 
Arnold Schwaighofer
 - [llvm] r180200 - Don't forward declare environ on Windows
 
Reid Kleckner
 - [llvm] r180202 - Don't produce an empty llvm.compiler.used in LTO.
 
Rafael Espindola
 - [llvm] r180214 - Use pointers to iterate over symbols.
 
Rafael Espindola
 - [llvm] r180220 - Mips assembler: Add 64 bit testing for JAL
 
Jack Carter
 - [llvm] r180221 - Fixed comment typo.
 
Michael Gottesman
 - [llvm] r180222 - [objc-arc] Added ImpreciseAutoreleaseSet to track	autorelease calls that were once autoreleaseRV instructions.
 
Michael Gottesman
 - [llvm] r180225 - Making invalidateInstructionCache automatic in	SectionMemoryManager
 
Andrew Kaylor
 - [llvm] r180226 - [inline asm] Fix a crasher for an invalid value	type/register class.
 
Chad Rosier
 - [llvm] r180226 - [inline asm] Fix a crasher for an invalid value	type/register class.
 
Rafael Espíndola
 - [llvm] r180226 - [inline asm] Fix a crasher for an invalid value	type/register class.
 
Eric Christopher
 - [llvm] r180226 - [inline asm] Fix a crasher for an invalid value	type/register class.
 
Chad Rosier
 - [llvm] r180226 - [inline asm] Fix a crasher for an invalid value	type/register class.
 
Chad Rosier
 - [llvm] r180227 - Fix for r180193 - MI Sched: eliminate local vreg.
 
Andrew Trick
 - [llvm] r180229 - Exposing MCJIT through C API
 
Andrew Kaylor
 - [llvm] r180229 - Exposing MCJIT through C API
 
Rafael Espíndola
 - [llvm] r180229 - Exposing MCJIT through C API
 
Kaylor, Andrew
 - [llvm] r180229 - Exposing MCJIT through C API
 
Rafael Espíndola
 - [llvm] r180229 - Exposing MCJIT through C API
 
Filip Pizlo
 - [llvm] r180229 - Exposing MCJIT through C API
 
Rafael Espíndola
 - [llvm] r180229 - Exposing MCJIT through C API
 
Kaylor, Andrew
 - [llvm] r180229 - Exposing MCJIT through C API
 
Filip Pizlo
 - [llvm] r180229 - Exposing MCJIT through C API
 
Rafael Espíndola
 - [llvm] r180229 - Exposing MCJIT through C API
 
Filip Pizlo
 - [llvm] r180229 - Exposing MCJIT through C API
 
Kaylor, Andrew
 - [llvm] r180230 - R600: Use SHT_PROGBITS for the .AMDGPU.config section
 
Tom Stellard
 - [llvm] r180231 - R600: Initialize BooleanVectorContents
 
Tom Stellard
 - [llvm] r180232 - Fixing OCAML bindings for MCJIT
 
Andrew Kaylor
 - [llvm] r180238 - [mips] Add definitions of micromips shift	instructions.
 
Akira Hatanaka
 - [llvm] r180240 - Allow users to choose identity used to sign tools.
 
Filipe Cabecinhas
 - [llvm] r180241 - [mips] Add definitions of micromips load and store	instructions.
 
Akira Hatanaka
 - [llvm] r180245 - Test case for r180238.
 
Akira Hatanaka
 - [llvm] r180246 - Test case for r180241.
 
Akira Hatanaka
 - [llvm] r180247 - Don't compute a std::vector<uint8_t> just to write	it out a stream.
 
Rafael Espindola
 - [llvm] r180248 - Revert "Exposing MCJIT through C API"
 
Rafael Espindola
 - [llvm] r180249 - Revert "Adding object caching support to MCJIT"
 
Rafael Espindola
 - [llvm] r180254 - Fix constant folding for one lane vector types.	Constant	folding one lane vector types not returns a vector instead of a scalar.
 
Silviu Baranga
 - [llvm] r180259 - Clarify getRelocationAddress x getRelocationOffset a	bit.
 
Rafael Espindola
 - [llvm] r180262 - Use a pointer as the relocation iterator.
 
Rafael Espindola
 - [llvm] r180445 - [inline asm] Add a test case for r180226. The	specific issue is that the inline
 
Chad Rosier
 - [llvm] r180564 - Remove tailing whitespaces
 
Michael Liao
 - [llvm] r180568 - Fix section relocation for SECTIONREL32 with	immediate offset.
 
Rafael Espindola
 - [llvm] r180569 - [mc-coff] Forward Linker Option flags into the	.drectve section
 
Reid Kleckner
 - [llvm] r180570 - LoopVectorizer: No need to generate pointer	disambiguation checks between readonly pointers.
 
Nadav Rotem
 - [llvm] r180573 - This patch adds the X86FixupLEAs pass,	which will reduce instruction
 
Preston Gurd
 - [llvm] r180573 - This patch adds the X86FixupLEAs pass,	which will reduce instruction
 
Nadav Rotem
 - [llvm] r180573 - This patch adds the X86FixupLEAs pass, which	will reduce instruction
 
Gurd, Preston
 - [llvm] r180573 - This patch adds the X86FixupLEAs pass,	which will reduce instruction
 
Nadav Rotem
 - [llvm] r180573 - This patch adds the X86FixupLEAs pass, which	will reduce instruction
 
Michael Liao
 - [llvm] r180573 - This patch adds the X86FixupLEAs pass, which	will reduce instruction
 
Rafael Espíndola
 - [llvm] r180574 - revert r179735, it has no testcases,	and doesn't really make sense.
 
Chris Lattner
 - [llvm] r180575 - Re-enabling MCJIT object caching with memory leak	fixed
 
Andrew Kaylor
 - [llvm] r180576 - ARM cost model: Integer div and rem is lowered to a	function call
 
Arnold Schwaighofer
 - [llvm] r180577 - Make function documentation conform to llvm	standards.
 
Preston Gurd
 - [llvm] r180578 - Remove SMLoc paired with CHECK-NOT patterns. Not	functionality change.
 
Michael Liao
 - [llvm] r180584 - Mips assembler: .set reorder support
 
Jack Carter
 - [llvm] r180587 - Added the scripts git-svnup/git-svnrevert to	utils/git-svn.
 
Michael Gottesman
 - [llvm] r180587 - Added the scripts git-svnup/git-svnrevert to	utils/git-svn.
 
Chandler Carruth
 - [llvm] r180587 - Added the scripts git-svnup/git-svnrevert to	utils/git-svn.
 
Michael Liao
 - [llvm] r180587 - Added the scripts git-svnup/git-svnrevert to	utils/git-svn.
 
Michael Liao
 - [llvm] r180587 - Added the scripts git-svnup/git-svnrevert to	utils/git-svn.
 
Michael Gottesman
 - [llvm] r180589 - Updated GettingStarted.rst so that it references	utils/git-svn for git-svnup instead of catting it into the	documentation itself.
 
Michael Gottesman
 - [llvm] r180589 - Updated GettingStarted.rst so that it references	utils/git-svn for git-svnup instead of catting it into the	documentation itself.
 
Sean Silva
 - [llvm] r180589 - Updated GettingStarted.rst so that it references	utils/git-svn for git-svnup instead of catting it into the	documentation itself.
 
Michael Gottesman
 - [llvm] r180589 - Updated GettingStarted.rst so that it	references	utils/git-svn for git-svnup instead of catting it into the	documentation itself.
 
Hal Finkel
 - [llvm] r180589 - Updated GettingStarted.rst so that it references	utils/git-svn for git-svnup instead of catting it into the	documentation itself.
 
Sean Silva
 - [llvm] r180589 - Updated GettingStarted.rst so that it references	utils/git-svn for git-svnup instead of catting it into the	documentation itself.
 
Sean Silva
 - [llvm] r180590 - Revert "[objc-arc] Added ImpreciseAutoreleaseSet to	track autorelease calls that were once autoreleaseRV instructions."
 
Michael Gottesman
 - [llvm] r180592 - Use 'git svn find-rev' in git-svnrevert instead of	shell script fu.
 
Michael Gottesman
 - [llvm] r180593 - LoopVectorizer: Calculate the number of pointers to	disambiguate at runtime based on the numbers of reads and writes.
 
Nadav Rotem
 - [llvm] r180597 - DAGCombiner: Canonicalize vector integer abs in the	same way we do it for scalars.
 
Benjamin Kramer
 - [llvm] r180600 - X86: Now that we have a canonical form for vector	integer abs, match it into pabs.
 
Benjamin Kramer
 - [llvm] r180604 - ARM/NEON: Pattern match vector integer abs to vabs.
 
Benjamin Kramer
 - [llvm] r180605 - PowerPC: Support PC-relative fixup_ppc_brcond14.
 
Ulrich Weigand
 - [llvm] r180606 - PowerPC: Fix encoding of rldimi and rldcl	instructions
 
Ulrich Weigand
 - [llvm] r180607 - PowerPC: Fix encoding of stfsu and stfdu instructions
 
Ulrich Weigand
 - [llvm] r180608 - PowerPC: Fix encoding of vsubcuw and vsum4sbs	instructions
 
Ulrich Weigand
 - [llvm] r180609 - Re-write the address propagation code for pre-indexed	loads/stores to take into account some previously misssed cases	(PRE_DEC addressing mode, the offset and base address are swapped,	etc). This should fix PR15581.
 
Silviu Baranga
 - [llvm] r180611 - PowerPC: Use RegisterOperand instead of RegisterClass	operands
 
Ulrich Weigand
 - [llvm] r180615 - Bugfix for the debug intrinsic handling in	InstCombiner:
 
Adrian Prantl
 - [llvm] r180616 - Add missing ':'.
 
Rafael Espindola
 - [llvm] r180617 - ARM: Fix encoding of hint instruction for Thumb.
 
Quentin Colombet
 - [llvm] r180618 - fix a typo that due to cu&paste quadrupled itself
 
Adrian Prantl
 - [llvm] r180619 - cleanup testcase some more
 
Adrian Prantl
 - [llvm] r180620 - R600: Initialize AMDGPUMachineFunction::ShaderType to	ShaderType::COMPUTE
 
Tom Stellard
 - [llvm] r180622 - The exception demo needs its symbols exported.
 
Rafael Espindola
 - [llvm] r180624 - Use llvm/Object/MachO.h in macho-dumper. Drop the	old macho parser.
 
Rafael Espindola
 - [llvm] r180624 - Use llvm/Object/MachO.h in macho-dumper. Drop the	old macho parser.
 
Chris Lattner
 - [llvm] r180624 - Use llvm/Object/MachO.h in macho-dumper. Drop	the old macho parser.
 
Eric Christopher
 - [llvm] r180626 - Teach the interpreter to handle vector compares and	additional vector arithmetic operations.
 
Nadav Rotem
 - [llvm] r180630 - Make CHECK lines a bit less strict so they also	match code generated for win64.
 
Benjamin Kramer
 - [llvm] r180631 - Micro-optimization
 
Bill Wendling
 - [llvm] r180641 - Cleanup and document MachineLocation.
 
Adrian Prantl
 - [llvm] r180641 - Cleanup and document MachineLocation.
 
Rafael Espíndola
 - [llvm] r180654 - Struct-path aware TBAA: change the format of	TBAAStructType node.
 
Manman Ren
 - [llvm] r180657 - Make all darwin ppc stubs local.
 
Rafael Espindola
 - [llvm] r180659 - Move the XFAIL out of the middle of a comment.
 
Eric Christopher
 - [llvm] r180660 - Use the target triple from the target machine rather	than the module
 
Eric Christopher
 - [llvm] r180665 - whitespace
 
Andrew Trick
 - [llvm] r180666 - Add target flags to MachineMemOperands.
 
Andrew Trick
 - [llvm] r180667 - Generalize the MachineTraceMetrics public API.
 
Andrew Trick
 - [llvm] r180668 - [objc-arc] Test cleanups.
 
Michael Gottesman
 - [llvm] r180671 - AArch64: convert MC-layer test to .s file
 
Tim Northover
 - [llvm] r180671 - AArch64: convert MC-layer test to .s file
 
Rafael Espíndola
 - [llvm] r180675 - Documentation: end option description with a period
 
Dmitri Gribenko
 - [llvm] r180676 - Fix a XOR reassociation bug.
 
Shuxin Yang
 - [llvm] r180677 - Handle tied sub-operands in AsmMatcherEmitter
 
Ulrich Weigand
 - [llvm] r180684 - Only use cxxabi.h's demangler,	if it is actually available.
 
Joerg Sonnenberger
 - [llvm] r180685 - Regen.
 
Eric Christopher
 - [llvm] r180686 - Fix typo. Stupid me.
 
Joerg Sonnenberger
 - [llvm] r180687 - AArch64 InstrFormats:
 
Jia Liu
 - [llvm] r180688 - Inline variable into the #ifdef block where it's	used.
 
Benjamin Kramer
 - [llvm] r180693 - [objc-arc-annotations] Moved the disabling of call	movement	to ConnectTDBUTraversals so that I can prevent Changed = true from	being set. This prevents an infinite loop.
 
Michael Gottesman
 - [llvm] r180693 - [objc-arc-annotations] Moved the disabling of	call movement	to ConnectTDBUTraversals so that I can prevent Changed =	true from being set. This prevents an infinite loop.
 
Michael Gottesman
 - [llvm] r180693 - [objc-arc-annotations] Moved the disabling of	call movement	to ConnectTDBUTraversals so that I can prevent Changed	=	true from being set. This prevents an infinite loop.
 
Michael Gottesman
 - [llvm] r180694 - Fix for r180693. = /.
 
Michael Gottesman
 - [llvm] r180696 - Removed trailing whitespace.
 
Michael Gottesman
 - [llvm] r180697 - Added statistics to count the number of	retains/releases before/after optimization.
 
Michael Gottesman
 - [llvm] r180698 - [objc-arc] Apply the RV optimization to retains next	to calls in ObjCARCContract instead of ObjCARCOpts.
 
Michael Gottesman
 - [LLVMdev] [PATCH] with no response: Bug 13163 - BlockAddress	instruction with use from the global context is damaged during module	link
 
Chris Lattner
 - [LLVMdev] [PATCH] with no response: Bug 13163 - BlockAddress	instruction with use from the global context is damaged during module	link
 
Evan Cheng
 - [LNT] r180060 - Set the nts arch via the cc_target flag like the	compile time tests.
 
Michael Gottesman
 - [LNT] r180567 - [lnt] Add --no-timestamp option for 'lnt runtest	compile'.
 
Daniel Dunbar
 - [Mesa-dev] [PATCH] R600: Use SHT_PROGBITS for the	.AMDGPU.config section
 
Michel Dänzer
 - [PATCH, PING] Handle tied sub-operands in AsmMatcherEmitter
 
Ulrich Weigand
 - [PATCH 1/2] R600/SI: remove nonsense select pattern
 
Tom Stellard
 - [PATCH 1/2] R600: Fix encoding of CF_END_{EG,R600} instructions
 
Tom Stellard
 - [PATCH 2/2] R600: Use correct CF_END instruction on Northern Island	GPUs
 
Tom Stellard
 - [PATCH 2/2] R600: Use new tablegen syntax for patterns
 
Tom Stellard
 - [PATCH 2/2] R600: Use new tablegen syntax for patterns
 
Michel Dänzer
 - [PATCH 2/2] R600: Use new tablegen syntax for patterns
 
Christian König
 - [PATCH] [ldd] Support --[no-]as-needed options.
 
Rui Ueyama
 - [PATCH] [ldd] Support --[no-]as-needed options.
 
Rui Ueyama
 - [PATCH] [ldd] Support --[no-]as-needed options.
 
Shankar Kalpathi Easwaran
 - [PATCH] [lld][Core] Allow weak symbols in shared library when	linking.
 
Rui Ueyama
 - [PATCH] [lld][Core] Allow weak symbols in shared library when	linking.
 
Rui Ueyama
 - [PATCH] [lld][Core] Allow weak symbols in shared library when	linking.
 
Michael Spencer
 - [PATCH] [lld][Core] Allow weak symbols in shared library when	linking.
 
Rui Ueyama
 - [PATCH] [lld][Core] Allow weak symbols in shared library when	linking.
 
Rui Ueyama
 - [PATCH] [lld][Core] Allow weak symbols in shared library when	linking.
 
Michael Spencer
 - [PATCH] [lld][Core] Allow weak symbols in shared library when	linking.
 
Rui Ueyama
 - [PATCH] [lld][Core] Allow weak symbols in shared library when	linking.
 
Michael Spencer
 - [PATCH][lld] Use search path to find dynamic libraries in a linker	script
 
Rui Ueyama
 - [PATCH][llvm-c] Expose MC JIT
 
Eric Christopher
 - [PATCH][llvm-c] Expose MC JIT
 
David Tweed
 - [PATCH][llvm-c] Expose MC JIT
 
Kaylor, Andrew
 - [PATCH][llvm-c] Expose MC JIT
 
Chris Lattner
 - [PATCH][llvm-c] Expose MC JIT
 
Filip Pizlo
 - [PATCH][llvm-c] Expose MC JIT
 
Kaylor, Andrew
 - [PATCH][llvm-c] Expose MC JIT
 
Filip Pizlo
 - [PATCH][llvm-c] Expose MC JIT
 
Kaylor, Andrew
 - [PATCH][llvm-c] Expose MC JIT
 
Filip Pizlo
 - [PATCH][llvm-c] Expose MC JIT
 
Filip Pizlo
 - [PATCH][llvm-c] Expose MC JIT
 
Kaylor, Andrew
 - [PATCH][llvm-c] Expose MC JIT
 
Kaylor, Andrew
 - [PATCH][llvm-c] Expose MC JIT
 
Filip Pizlo
 - [PATCH][llvm-c] Expose MC JIT
 
Kaylor, Andrew
 - [PATCH][llvm-c] Expose MC JIT
 
Filip Pizlo
 - [PATCH][llvm-c] Expose MC JIT
 
Kaylor, Andrew
 - [PATCH][llvm-c] Expose MC JIT
 
David Tweed
 - [PATCH][llvm-c] Expose MC JIT
 
Eric Christopher
 - [PATCH][llvm-c] Expose MC JIT
 
Amara Emerson
 - [PATCH][llvm-c] Expose MC JIT
 
Filip Pizlo
 - [PATCH][llvm-c] Expose MC JIT
 
Filip Pizlo
 - [PATCH][llvm-c] Expose MC JIT
 
Amara Emerson
 - [PATCH][llvm-c] Expose MC JIT
 
David Tweed
 - [PATCH][llvm-c] Expose MC JIT
 
Kaylor, Andrew
 - [PATCH][llvm-c] Expose MC JIT
 
Filip Pizlo
 - [PATCH] [mc-coff] Forward Linker Option flags into the .drectve	section
 
Reid Kleckner
 - [PATCH] [mc-coff] Forward Linker Option flags into the .drectve	section
 
Rafael Espíndola
 - [PATCH] [mc-coff] Forward Linker Option flags into the .drectve	section
 
Reid Kleckner
 - [PATCH] [mc-coff] Forward Linker Option flags into the .drectve	section
 
Reid Kleckner
 - [PATCH] [mc-coff] Forward Linker Option flags into the .drectve	section
 
Rafael Espíndola
 - [PATCH] [mc-coff] Forward Linker Option flags into the .drectve	section
 
Rafael Espíndola
 - [PATCH] [mc-coff] Forward Linker Option flags into the	.drectve	section
 
Dario_Domizioli at sn.scee.net
 - [PATCH] [mc-coff] Forward Linker Option flags into the .drectve	section
 
Reid Kleckner
 - [Patch][Review Request][llvm-link] Fix One Performance Bug
 
Wan, Xiaofei
 - [Patch][Review Request][llvm-link] Fix One Performance Bug
 
Du Toit, Stefanus
 - [Patch][Review Request][llvm-link] Fix One Performance Bug
 
Du Toit, Stefanus
 - [Patch][Review Request][llvm-link] Fix One Performance Bug
 
Nadav Rotem
 - [PATCH] [Support] Fix argv string escape bug on Windows
 
Reid Kleckner
 - [PATCH] [Support] Fix argv string escape bug on Windows
 
Michael Spencer
 - [PATCH] [Support] Fix argv string escape bug on Windows
 
Aaron Ballman
 - [PATCH] [Support] Fix argv string escape bug on Windows
 
Reid Kleckner
 - [PATCH] Add AArch64 into llvm_cv_target_arch in configure
 
Jia Liu
 - [PATCH] Add AArch64 into llvm_cv_target_arch in configure
 
Tim Northover
 - [PATCH] Add AArch64 into llvm_cv_target_arch in configure
 
Eric Christopher
 - [PATCH] Add peephole optimization to use LEA instructions of	Intel Atom
 
Preston Gurd
 - [PATCH] Add peephole optimization to use LEA instructions of	Intel Atom
 
Gurd, Preston
 - [PATCH] Add peephole optimization to use LEA instructions of Intel	Atom
 
Nadav Rotem
 - [PATCH] Add support to FileCheck for out-of-order matching
 
Michael Liao
 - [PATCH] Add support to FileCheck for out-of-order matching
 
Michael Liao
 - [PATCH] Add support to FileCheck for out-of-order matching
 
Michael Liao
 - [PATCH] Add support to FileCheck for out-of-order matching
 
Jakob Stoklund Olesen
 - [PATCH] Add support to FileCheck for out-of-order matching
 
Michael Liao
 - [PATCH] Add support to FileCheck for out-of-order matching
 
Michael Liao
 - [PATCH] Add support to FileCheck for out-of-order matching
 
Michael Liao
 - [PATCH] Add support to FileCheck for out-of-order matching
 
Jakob Stoklund Olesen
 - [PATCH] Add support to FileCheck for out-of-order matching
 
Jakob Stoklund Olesen
 - [PATCH] Add support to FileCheck for out-of-order matching
 
Eli Bendersky
 - [PATCH] Add support to FileCheck for out-of-order matching
 
Michael Liao
 - [PATCH] Add support to FileCheck for out-of-order matching
 
Michael Liao
 - [PATCH] Add support to FileCheck for out-of-order matching
 
Hal Finkel
 - [PATCH] Add support to FileCheck for out-of-order matching
 
Jakob Stoklund Olesen
 - [PATCH] Add support to FileCheck for out-of-order matching
 
Robinson, Paul
 - [PATCH] Add support to FileCheck for out-of-order matching
 
Michael Liao
 - [PATCH] Add zlib (un)compression routines to LLVM
 
Alexey Samsonov
 - [PATCH] Add zlib (un)compression routines to LLVM
 
Michael Spencer
 - [PATCH] Add zlib (un)compression routines to LLVM
 
Alexey Samsonov
 - [PATCH] Allow CodeGen to take advantage of functions that always	return arguments
 
Chris Lattner
 - [PATCH] Allow CodeGen to take advantage of functions that always	return arguments
 
Stephen Lin
 - [PATCH] Allow ParserMatchClass attribute on RegisterClass
 
Ulrich Weigand
 - [PATCH] Allow ParserMatchClass attribute on RegisterClass
 
Hal Finkel
 - [PATCH] Allow tail call optimization through multiple/nested	struct extractions/insertions
 
Stephen Lin
 - [PATCH] Allow tail call optimization through struct	reordering/regrouping
 
Stephen Lin
 - [PATCH] Allow tail call optimization through struct	reordering/regrouping
 
Evan Cheng
 - [PATCH] Allow tail call optimization through struct	reordering/regrouping
 
Stephen Lin
 - [PATCH] Allow tail call optimization through struct	reordering/regrouping
 
Stephen Lin
 - [PATCH] Allow tail call optimization through struct	reordering/regrouping
 
Evan Cheng
 - [PATCH] Allow users to choose identity used to sign tools.
 
Filipe Cabecinhas
 - [PATCH] Allow users to choose identity used to sign tools.
 
Charles Davis
 - [PATCH] Allow users to choose identity used to sign tools.
 
Eric Christopher
 - [PATCH] Allow users to choose identity used to sign tools.
 
Filipe Cabecinhas
 - [PATCH] ARM unwind directive parser, assembler, and testcases.
 
Logan Chien
 - [PATCH] ARM unwind directive parser, assembler, and testcases.
 
Jim Grosbach
 - [PATCH] ARM unwind directive parser, assembler, and testcases.
 
Logan Chien
 - [PATCH] ARM unwind directive parser, assembler, and testcases.
 
Logan Chien
 - [PATCH] AsmPrinter: introduce support for aliases with non-zero GEPs.
 
Peter Collingbourne
 - [PATCH] AsmPrinter: introduce support for aliases with non-zero	GEPs.
 
Rafael Espíndola
 - [PATCH] Avoid Valgrind's still-reachable leak warnings
 
David Blaikie
 - [PATCH] Bug 9761: EmitEndOfAsmFile is not the final emission	point.
 
Jim Grosbach
 - [PATCH] Bug 9761: EmitEndOfAsmFile is not the final emission	point.
 
Matt Arsenault
 - [PATCH] Bug 9761: EmitEndOfAsmFile is not the final emission	point.
 
Jim Grosbach
 - [PATCH] Bugfix for debug intrinsic handling in InstCombiner
 
Adrian Prantl
 - [PATCH] Bugfix for debug intrinsic handling in InstCombiner
 
Bob Wilson
 - [PATCH] Bugfix for debug intrinsic handling in InstCombiner
 
Adrian Prantl
 - [PATCH] Change internal allocator in sanitizer tools
 
Dmitry Vyukov
 - [PATCH] Change internal allocator in sanitizer tools
 
Alexey Samsonov
 - [PATCH] Change internal allocator in sanitizer tools
 
Alexey Samsonov
 - [PATCH] Clarify getRelocationAddress x getRelocationOffset a bit.
 
Rafael Ávila de Espíndola
 - [PATCH] Clarify getRelocationAddress x getRelocationOffset a bit.
 
Rafael Ávila de Espíndola
 - [PATCH] Clarify getRelocationAddress x getRelocationOffset a bit.
 
Michael Spencer
 - [PATCH] Cleanup and document MachineLocation
 
Adrian Prantl
 - [PATCH] Cleanup and document MachineLocation
 
Eric Christopher
 - [PATCH] Cleanup and document MachineLocation
 
Adrian Prantl
 - [PATCH] Cleanup and document MachineLocation
 
Eric Christopher
 - [PATCH] Clear LD_PRELOAD when forking external symbolizer.
 
Sergey Matveev
 - [PATCH] Clear LD_PRELOAD when forking external symbolizer.
 
Alexey Samsonov
 - [PATCH] Clear LD_PRELOAD when forking external symbolizer.
 
Alexander Potapenko
 - [PATCH] Clear LD_PRELOAD when forking external symbolizer.
 
Sergey Matveev
 - [PATCH] Clear LD_PRELOAD when forking external symbolizer.
 
Alexander Potapenko
 - [PATCH] Clear LD_PRELOAD when forking external symbolizer.
 
Sergey Matveev
 - [PATCH] Clear LD_PRELOAD when forking external symbolizer.
 
Sergey Matveev
 - [PATCH] Clear LD_PRELOAD when forking external symbolizer.
 
Alexander Potapenko
 - [PATCH] Clear LD_PRELOAD when forking external symbolizer.
 
Kostya Serebryany
 - [PATCH] Clear LD_PRELOAD when forking external symbolizer.
 
Alexey Samsonov
 - [PATCH] Clear LD_PRELOAD when forking external symbolizer.
 
Sergey Matveev
 - [PATCH] Clear LD_PRELOAD when forking external symbolizer.
 
Sergey Matveev
 - [PATCH] cmake: Find xdot or xdot.py
 
Matt Arsenault
 - [PATCH] COFF: Fix weak external aliases.
 
Michael Spencer
 - [PATCH] COFF: Fix weak external aliases.
 
Peter Collingbourne
 - [PATCH] Debugging LLVM IR with LLDB (and gdb)
 
Malea, Daniel
 - [PATCH] Debugging LLVM IR with LLDB (and gdb)
 
Eric Christopher
 - [patch] Disable deadstriping of an alias, not what it points to
 
Rafael Espíndola
 - [PATCH] Disable load/store vectorization for types with padding bytes
 
Daisuke Takahashi
 - [PATCH] Disable load/store vectorization for types with padding	bytes
 
Nadav Rotem
 - [PATCH] Disable load/store vectorization for types with padding	bytes
 
Daisuke Takahashi
 - [PATCH] Disable load/store vectorization for types with padding	bytes
 
Arnold Schwaighofer
 - [PATCH] Disable load/store vectorization for types with padding	bytes
 
Nadav Rotem
 - [PATCH] Disable load/store vectorization for types with padding	bytes
 
Arnold Schwaighofer
 - [PATCH] Disable load/store vectorization for types with padding	bytes
 
Nadav Rotem
 - [PATCH] Disable load/store vectorization for types with padding	bytes
 
Arnold Schwaighofer
 - [patch] Don't disable const merging if an alias of a constant is	llvm.used
 
Rafael Espíndola
 - [patch] Don't rauw an alias in llvm.used (v2)
 
Rafael Espíndola
 - [PATCH] Extra Command Line library functionality (option grouping	and runtime inspection/modification)
 
Daniel Liew
 - [PATCH] Extra Command Line library functionality (option grouping	and runtime inspection/modification)
 
Daniel Liew
 - [PATCH] Fix constant folding for one lane vectors (PR15611)
 
Silviu Baranga
 - [PATCH] Fix constant folding for one lane vectors (PR15611)
 
Bob Wilson
 - [PATCH] Fix constant folding for one lane vectors (PR15611)
 
Silviu Baranga
 - [PATCH] Fix encoding description for ARM post-indexed ldr instructions
 
Mihail Popa
 - [PATCH] Fix encoding description for ARM post-indexed ldr	instructions
 
Rafael Espíndola
 - [PATCH] Fix encoding description for ARM post-indexed ldr	instructions
 
Owen Anderson
 - [PATCH] Fix for CodeGenPrepare wrongly updating the map of sunk	addresses
 
Andrea_DiBiagio at sn.scee.net
 - [PATCH] Fix for CodeGenPrepare wrongly updating the map of sunk	addresses
 
Anton Korobeynikov
 - [PATCH] Fix for CodeGenPrepare wrongly updating the map of sunk	addresses
 
Andrea_DiBiagio at sn.scee.net
 - [PATCH] Fix for CodeGenPrepare wrongly updating the map of sunk	addresses
 
Andrea_DiBiagio at sn.scee.net
 - [PATCH] Fix for PR 14965: Better error message for GEP with	partially defined contents
 
Eli Bendersky
 - [PATCH] Fix for PR 14965: Better error message for GEP with	partially defined contents
 
Nadav Rotem
 - [PATCH] Fix for PR 14965: Better error message for GEP with	partially defined contents
 
Eli Bendersky
 - [Patch] Fix stack alignment for calls without frame setup or	destroy
 
Renato Golin
 - [Patch] Fix stack alignment for calls without frame setup or	destroy
 
Andrew Turner
 - [Patch] Fix stack alignment for calls without frame setup or	destroy
 
Jiong Wang
 - [Patch] Fix stack alignment for calls without frame setup or	destroy
 
Andrew Turner
 - [PATCH] Fix to PR15810 - _xgetbv not declared
 
Serge Pavlov
 - [PATCH] Fix to PR15810 - _xgetbv not declared
 
Serge Pavlov
 - [PATCH] Fix to PR15810 - _xgetbv not declared
 
Aaron Ballman
 - [PATCH] Fix to PR15810 - _xgetbv not declared
 
Aaron Ballman
 - [PATCH] Fix to PR15845 - Clang accepts invalid code
 
Serge Pavlov
 - [PATCH] Fix to PR15845 - Clang accepts invalid code
 
Richard Smith
 - [PATCH] Fix treatment of ARM unallocated hint instructions
 
Jim Grosbach
 - [PATCH] Fix treatment of ARM unallocated hint instructions
 
Mihail Popa
 - [PATCH] Fix treatment of ARM unallocated hint instructions
 
Mihail Popa
 - [PATCH] Fix treatment of ARM unallocated hint instructions
 
Jim Grosbach
 - [PATCH] Fix write-back value propagation for pre-indexed addressing	modes
 
Silviu Baranga
 - [PATCH] Fix write-back value propagation for pre-indexed	addressing	modes
 
Hal Finkel
 - [PATCH] Fix write-back value propagation for pre-indexed	addressing	modes
 
Silviu Baranga
 - [PATCH] Fix write-back value propagation for pre-indexed	addressing	modes
 
Hal Finkel
 - [PATCH] Fix write-back value propagation for pre-indexed	addressing modes
 
Silviu Baranga
 - [PATCH] Fix write-back value propagation for pre-indexed	addressing modes
 
Hal Finkel
 - [PATCH] Fix write-back value propagation for pre-indexed	addressing modes
 
Silviu Baranga
 - [PATCH] Fix write-back value propagation for pre-indexed	addressing modes
 
Hal Finkel
 - [PATCH] Fix write-back value propagation for pre-indexed	addressing modes
 
Silviu Baranga
 - [PATCH] Fix write-back value propagation for pre-indexed	addressing modes
 
Hal Finkel
 - [PATCH] Fix write-back value propagation for pre-indexed	addressing modes
 
Silviu Baranga
 - [PATCH] Fix write-back value propagation for pre-indexed	addressing modes
 
Silviu Baranga
 - [PATCH] Handle crazy mips 64 little endian case.
 
Richard Sandiford
 - [PATCH] Handle crazy mips 64 little endian case.
 
Rafael Espíndola
 - [PATCH] Handle tied sub-operands in AsmMatcherEmitter
 
Jim Grosbach
 - [PATCH] Handle tied sub-operands in AsmMatcherEmitter
 
Ulrich Weigand
 - [PATCH] Handle tied sub-operands in AsmMatcherEmitter
 
Jim Grosbach
 - [PATCH] Handle tied sub-operands in AsmMatcherEmitter
 
Ulrich Weigand
 - [PATCH] Inserting directives directly after inline asm blocks
 
Richard Sandiford
 - [PATCH] Inserting directives directly after inline asm blocks
 
Jack Carter
 - [PATCH] Inserting directives directly after inline asm blocks
 
Rafael Espíndola
 - [PATCH] Inserting directives directly after inline asm blocks
 
Jack Carter
 - [PATCH] Inserting directives directly after inline asm blocks
 
Rafael Espíndola
 - [PATCH] Inserting directives directly after inline asm blocks
 
Jack Carter
 - [PATCH] Inserting directives directly after inline asm blocks
 
Rafael Espíndola
 - [PATCH] Inserting directives directly after inline asm blocks
 
Jack Carter
 - [PATCH] Inserting directives directly after inline asm blocks
 
Rafael Espíndola
 - [PATCH] Interceptors etc for standalone LSan.
 
Sergey Matveev
 - [PATCH] Interceptors etc for standalone LSan.
 
Kostya Serebryany
 - [PATCH] Interceptors etc for standalone LSan.
 
Chandler Carruth
 - [PATCH] Interceptors etc for standalone LSan.
 
Alexander Potapenko
 - [PATCH] Interceptors etc for standalone LSan.
 
Alexander Potapenko
 - [PATCH] Interceptors etc for standalone LSan.
 
Dmitry Vyukov
 - [PATCH] Interceptors etc for standalone LSan.
 
Sergey Matveev
 - [PATCH] Interceptors etc for standalone LSan.
 
Sergey Matveev
 - [PATCH] Interceptors etc for standalone LSan.
 
Dmitry Vyukov
 - [PATCH] Interceptors etc for standalone LSan.
 
Sergey Matveev
 - [PATCH] Interceptors etc for standalone LSan.
 
Sergey Matveev
 - [PATCH] Interceptors etc for standalone LSan.
 
Sergey Matveev
 - [PATCH] Interceptors etc for standalone LSan.
 
Dmitry Vyukov
 - [PATCH] Interceptors etc for standalone LSan.
 
Sergey Matveev
 - [PATCH] Line table, prologue_end, and inlined functions
 
Eric Christopher
 - [PATCH] Line table, prologue_end, and inlined functions
 
Adrian Prantl
 - [PATCH] Minor spelling fix in tblgen command guide
 
Dimitry Andric
 - [PATCH] Minor spelling fix in tblgen command guide
 
Dmitri Gribenko
 - [PATCH] Multi-line ordinary comments with empty lines in between	(starting with //) do not get merged when -fparse-all-comments	option is passed.
 
Amin Shali
 - [PATCH] Multi-line ordinary comments with empty lines in between	(starting with //) do not get merged when -fparse-all-comments option	is passed.
 
Amin Shali
 - [PATCH] Multi-line ordinary comments with empty lines in between	(starting with //) do not get merged when -fparse-all-comments option	is passed.
 
Dmitri Gribenko
 - [PATCH] New SystemZ backend: LLVM code changes
 
Richard Sandiford
 - [PATCH] New SystemZ backend: LLVM code changes
 
Richard Sandiford
 - [PATCH] New SystemZ backend: LLVM code changes
 
Eric Christopher
 - [PATCH] New SystemZ backend: LLVM code changes
 
Eric Christopher
 - [PATCH] New SystemZ backend: LLVM code changes
 
Richard Sandiford
 - [PATCH] New SystemZ backend: LLVM code changes
 
Eric Christopher
 - [PATCH] New SystemZ backend: LLVM code changes
 
Eric Christopher
 - [PATCH] New SystemZ backend: LLVM code changes
 
Sean Silva
 - [PATCH] New SystemZ backend: LLVM code changes
 
Richard Sandiford
 - [PATCH] New SystemZ backend: LLVM code changes
 
Richard Sandiford
 - [PATCH] New SystemZ backend: LLVM code changes
 
Eric Christopher
 - [PATCH] New SystemZ backend: LLVM code changes
 
Richard Sandiford
 - [PATCH] New SystemZ backend: LLVM code changes
 
Rafael Espíndola
 - [PATCH] New SystemZ backend: LLVM code changes
 
Richard Sandiford
 - [PATCH] New SystemZ backend: LLVM code changes
 
Rafael Espíndola
 - [PATCH] New SystemZ backend: LLVM code changes
 
Eric Christopher
 - [PATCH] New SystemZ backend: LLVM code changes
 
Tim Northover
 - [PATCH] New SystemZ backend: LLVM code changes
 
Eric Christopher
 - [PATCH] New SystemZ backend: LLVM code changes
 
Richard Sandiford
 - [PATCH] New SystemZ backend: LLVM code changes
 
Rafael Espíndola
 - [PATCH] New SystemZ backend: LLVM code changes
 
Richard Sandiford
 - [PATCH] New SystemZ backend: LLVM code changes
 
Rafael Espíndola
 - [PATCH] optimize MachineBasicBlock::getSymbol a bit
 
Eli Bendersky
 - [PATCH] optimize MachineBasicBlock::getSymbol a bit
 
Chris Lattner
 - [PATCH] optimize MachineBasicBlock::getSymbol a bit
 
Eli Bendersky
 - [PATCH] optimize MachineBasicBlock::getSymbol a bit
 
Eli Bendersky
 - [PATCH] optimize MachineBasicBlock::getSymbol a bit
 
Chris Lattner
 - [PATCH] optimize MachineBasicBlock::getSymbol a bit
 
Eli Bendersky
 - [PATCH] PR8541; X86: Handle unwind.init and eh.return intrinsics.
 
Pasi Parviainen
 - [PATCH] Promote GlobalMerge pass to a ModulePass to ease reuse
 
Quentin Colombet
 - [PATCH] Promote GlobalMerge pass to a ModulePass to ease reuse
 
Eric Christopher
 - [PATCH] R600: Initialize AMDGPUMachineFunction::ShaderType to	ShaderType::COMPUTE
 
Tom Stellard
 - [PATCH] R600: Initialize AMDGPUMachineFunction::ShaderType to	ShaderType::COMPUTE
 
Christian König
 - [PATCH] R600: Use SHT_PROGBITS for the .AMDGPU.config section
 
Tom Stellard
 - [PATCH] R600: Use SHT_PROGBITS for the .AMDGPU.config section
 
Eric Christopher
 - [PATCH] Recognize sparc64 target triple
 
Brad Smith
 - [PATCH] Remove DwarfSectionOffsetDirective string from MCAsmInfo
 
Jim Grosbach
 - [PATCH] Remove DwarfSectionOffsetDirective string from MCAsmInfo
 
Matt Arsenault
 - [PATCH] Remove DwarfSectionOffsetDirective string from MCAsmInfo
 
Matt Arsenault
 - [PATCH] Remove getRelocationAddress
 
Rafael Ávila de Espíndola
 - [PATCH] Remove getRelocationAddress
 
Michael Spencer
 - [PATCH] Remove getRelocationAddress
 
Eric Christopher
 - [PATCH] Remove getRelocationAddress
 
Rafael Espíndola
 - [PATCH] SimplifyCFG: recognise and simplify more no-op resumes.
 
David Blaikie
 - [patch] Split Alignment out of the Section Characteristics
 
Rafael Espíndola
 - [PATCH] Tests and interface for LeakSanitizer.
 
Sergey Matveev
 - [PATCH] Tests and interface for LeakSanitizer.
 
Sergey Matveev
 - [PATCH] Tests and interface for LeakSanitizer.
 
Alexander Potapenko
 - [PATCH] Tests and interface for LeakSanitizer.
 
Sergey Matveev
 - [PATCH] Tests and interface for LeakSanitizer.
 
Kostya Serebryany
 - [PATCH] Tests and interface for LeakSanitizer.
 
Sergey Matveev
 - [PATCH] Tests and interface for LeakSanitizer.
 
Alexey Samsonov
 - [PATCH] Tests and interface for LeakSanitizer.
 
Dmitry Vyukov
 - [PATCH] Tests and interface for LeakSanitizer.
 
Dmitry Vyukov
 - [PATCH] Tests and interface for LeakSanitizer.
 
Alexander Potapenko
 - [PATCH] Tests and interface for LeakSanitizer.
 
Sergey Matveev
 - [PATCH] Tests and interface for LeakSanitizer.
 
Sean Silva
 - [PATCH] Tests and interface for LeakSanitizer.
 
Kostya Serebryany
 - [patch] Use llvm/Object/MachO.h in macho-dumper
 
Eric Christopher
 - [patch] Use llvm/Object/MachO.h in macho-dumper
 
Rafael Espíndola
 - [patch] Use llvm/Object/MachO.h in macho-dumper
 
Rafael Espíndola
 - [patch] Use llvm/Object/MachO.h in macho-dumper
 
Jim Grosbach
 - [patch] Use llvm/Object/MachO.h in macho-dumper
 
Jim Grosbach
 - [PATCH] Use zlib to uncompress debug sections in DWARF parser	library
 
Alexey Samsonov
 - [PATCH] Wrap.h: Define wrap / unwrap function for ExecutionEngine
 
Tom Stellard
 - [PATCH] Wrap.h: Define wrap / unwrap function for ExecutionEngine
 
Eric Christopher
 - [PATCH] Wrap.h: Define wrap / unwrap function for ExecutionEngine
 
Tom Stellard
 - [PATCH] Wrap.h: Define wrap / unwrap function for ExecutionEngine
 
Eric Christopher
 - [PATCH] Wrap.h: Fix dependency layering issues caused by r180112
 
Tom Stellard
 - [PATCH] Wrap.h: Fix dependency layering issues caused by r180112
 
Tom Stellard
 - [PATCH] Wrap.h: Fix dependency layering issues caused by r180112
 
Eric Christopher
 - [PATCH] x86_64: Fix section relocation for SECTIONREL32 with immediate	offset
 
Kai Nacke
 - [PATCH] x86_64: Fix section relocation for SECTIONREL32 with	immediate offset
 
Rafael Espíndola
 - [PATCH] x86_64: Fix section relocation for SECTIONREL32 with	immediate offset
 
Kai Nacke
 - [PATCH] x86_64: Fix section relocation for SECTIONREL32 with	immediate offset
 
Rafael Espíndola
 - [PATCH] x86_64: Fix section relocation for SECTIONREL32 with	immediate offset
 
Kai Nacke
 - [PATCH] x86_64: Fix section relocation for SECTIONREL32 with	immediate offset
 
Rafael Espíndola
 - [PATH] Correct treatment for ARM-Thumb2 hint encodings
 
Mihail Popa
 - [PATH] Correct treatment for ARM-Thumb2 hint encodings
 
Quentin Colombet
 - [PATH] Correct treatment for ARM-Thumb2 hint encodings
 
Quentin Colombet
 - [polly] handle loops using unsigned induction variables
 
Sebastian Pop
 - [polly] handle loops using unsigned induction variables
 
Tobias Grosser
 - [PowerPC CodeGen] patch for bug 15763
 
David Fang
 - [PowerPC CodeGen] patch for bug 15763
 
Rafael Espíndola
 - [PowerPC CodeGen] patch for bug 15763
 
David Fang
 - [PowerPC CodeGen] patch for bug 15763
 
David Fang
 - [PowerPC CodeGen] patch for bug 15763
 
Rafael Espíndola
 - [PowerPC CodeGen] patch for bug 15763
 
David Fang
 - [PowerPC CodeGen] patch for bug 15763
 
David Fang
 - [PowerPC CodeGen] patch for bug 15763
 
Rafael Espíndola
 - [RFC v3] PowerPC asm parser
 
Ulrich Weigand
 - [RFC v3] PowerPC asm parser
 
Don Crandall
 - [test-suite] r180566 - Fix a typo when running with	LARGE_PROBLEM_SIZE.
 
Daniel Dunbar
 - [test-suite] r180647 - Add support for endian-specific reference	outputs.
 
Daniel Dunbar
 - [test-suite] r180648 - [tests] Fix automative-bitcount test for	big-endian LP64 systems.
 
Daniel Dunbar
 - [test-suite] r180649 - [tests] Add big-endian specific reference	outputs for some tests.
 
Daniel Dunbar
 - [test-suite] r180650 - Keep Makefile.spec in sync with	Makefile.programs.
 
Daniel Dunbar
 - [www] r180089 - This talk will be given jointly by Andrey Bokhanko and	Alexey Bataev.
 
Duncan Sands
 - [www] r180096 - Flesh out the description of the LLVM IR editor	plugin for Eclipse.
 
Duncan Sands
 - [www] r180179 - Alon Mishne did the work.
 
Duncan Sands
 - [www] r180256 - Euro-LLVM-2013 : add lottery informations
 
Arnaud A. de Grandmaison
 - [www] r180257 - Fix spelling
 
Arnaud A. de Grandmaison
 - [www] r180261 - Euro-LLVM-2013 : provide detailed directions for	dinner + fix link to lottery legal blob
 
Arnaud A. de Grandmaison
 - [www] r180681 - Clarify that this is more of a tutorial than a talk.
 
Duncan Sands
 - [www] r180689 - Euro-LLVM-2013 schedule update: 'Implementing Data	Layout Optimizations in LLVM Framework' is cancelled.
 
Arnaud A. de Grandmaison
 - [zorg] r180205 - Patch by Brad Smith!
 
Galina Kistanova
 - [zorg] r180695 - If we are using a buildbot version that is at least	as late as 0.8.7,	we need to process our changes in the InformativeMailNotifier via	build.getSourceStamps() instead of build.getSourceStamp().
 
Michael Gottesman
 - Fix PR15293: ARM codegen ice - expected larger existing stack	allocation
 
Stepan Dyatkovskiy
 - Fix PR15293: ARM codegen ice - expected larger existing stack	allocation
 
Stepan Dyatkovskiy
 - Fix PR15293: ARM codegen ice - expected larger existing stack	allocation
 
Manman Ren
 - Fix PR15293: ARM codegen ice - expected larger existing stack	allocation
 
Renato Golin
 - Fix PR15293: ARM codegen ice - expected larger existing stack	allocation
 
Stepan Dyatkovskiy
 - Fix PR15293: ARM codegen ice - expected larger existing stack	allocation
 
Renato Golin
 - Fix PR15293: ARM codegen ice - expected larger existing stack	allocation
 
Stepan Dyatkovskiy
 - Fix PR15293: ARM codegen ice - expected larger existing stack	allocation
 
Stepan Dyatkovskiy
 - Fix PR15293: ARM codegen ice - expected larger existing stack	allocation
 
Renato Golin
 - Fix PR15293: ARM codegen ice - expected larger existing stack	allocation
 
Stepan Dyatkovskiy
 - Fix PR15293: ARM codegen ice - expected larger existing stack	allocation
 
Stepan Dyatkovskiy
 - llvm-c patch for atomicrmw & dibuilder
 
Chris Lattner
 - llvm-c patch for atomicrmw & dibuilder
 
Eric Christopher
 - llvm-c patch for atomicrmw & dibuilder
 
Carlo Kok
 - llvm-c patch for atomicrmw & dibuilder
 
Chris Lattner
 - llvm-c patch for atomicrmw & dibuilder
 
Charles Davis
 - llvm-c patch for atomicrmw & dibuilder
 
Eric Christopher
 - llvm-c patch for atomicrmw & dibuilder
 
Carlo Kok
 - llvm-c patch for atomicrmw & dibuilder
 
Carlo Kok
 - llvm-c patch for atomicrmw & dibuilder
 
Eric Christopher
 - LLVN buldmaster is unavailable currently
 
Galina Kistanova
 - LLVN buldmaster is unavailable currently
 
Galina Kistanova
 - PATCH: Early if-converter store if-conversion
 
Arnold Schwaighofer
 - PATCH: Early if-converter store if-conversion
 
Jakob Stoklund Olesen
 - PATCH: Early if-converter store if-conversion
 
Arnold Schwaighofer
 - PATCH: Early if-converter store if-conversion
 
Andrew Trick
 - PATCH: Early if-converter store if-conversion
 
Arnold
 - PATCH: Early if-converter store if-conversion
 
Hal Finkel
 - PATCH: Early if-converter store if-conversion
 
Arnold Schwaighofer
 - PATCH: Early if-converter store if-conversion
 
Hal Finkel
 - PATCH: Early if-converter store if-conversion
 
Krzysztof Parzyszek
 - PATCH: Early if-converter store if-conversion
 
Andrew Trick
 - PATCH: Early if-converter store if-conversion
 
Arnold Schwaighofer
 - PATCH: Early if-converter store if-conversion
 
Andrew Trick
 - ppc64 clang LNT buildbot / reference_output / test failures
 
Daniel Dunbar
 - ppc64 clang LNT buildbot / reference_output / test failures
 
Hal Finkel
 - ppc64 clang LNT buildbot / reference_output / test failures
 
Renato Golin
 - ppc64 clang LNT buildbot / reference_output / test failures
 
Daniel Dunbar
 - ppc64 clang LNT buildbot / reference_output / test failures
 
Hal Finkel
 - ppc64 clang LNT buildbot / reference_output / test failures
 
Renato Golin
 - ppc64 clang LNT buildbot / reference_output / test failures
 
Renato Golin
 - ppc64 clang LNT buildbot / reference_output / test failures
 
Hal Finkel
 - ppc64 clang LNT buildbot / reference_output / test failures
 
Renato Golin
 - ppc64 clang LNT buildbot / reference_output / test failures
 
Hal Finkel
 - ppc64 clang LNT buildbot / reference_output / test failures
 
Renato Golin
 - ppc64 clang LNT buildbot / reference_output / test failures
 
Hal Finkel
 - ppc64 clang LNT buildbot / reference_output / test failures
 
Renato Golin
 - ppc64 clang LNT buildbot / reference_output / test failures
 
Hal Finkel
 - ppc64 clang LNT buildbot / reference_output / test failures
 
Hal Finkel
 - ppc64 clang LNT buildbot / reference_output / test failures
 
Hal Finkel
 - ppc64 clang LNT buildbot / reference_output / test failures
 
Daniel Dunbar
 - ppc64 clang LNT buildbot / reference_output / test failures
 
Renato Golin
 - ppc64 clang LNT buildbot / reference_output / test failures
 
Daniel Dunbar
 - ppc64 clang LNT buildbot / reference_output / test failures
 
Hal Finkel
 - R600: Generate native ALU instructions
 
Vincent Lejeune
 - R600: Generate native ALU instructions
 
Tom Stellard
 - R600: Generate native ALU instructions
 
Tom Stellard
 - R600: Generate native ALU instructions
 
Vincent Lejeune
 - R600 Patches (Plus one for SI): Various fixes to get the	piglit	all_cl tests to stop hanging
 
Vincent Lejeune
 - R600 Patches (Plus one for SI): Various fixes to get the piglit	all_cl tests to stop hanging
 
Tom Stellard
 - SmallVector::insert() fix
 
David Blaikie
    
 
    
      Last message date: 
       Sun Apr 28 23:53:53 PDT 2013
    Archived on: Tue Aug  4 17:10:15 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).