The Week Of Monday 29 April 2013 Archives by author
      
      Starting: Mon Apr 29 00:04:42 PDT 2013
         Ending: Sun May  5 23:41:18 PDT 2013
         Messages: 614
     
- [llvm] r181144 - LoopVectorize: Add support for floating point	min/max reductions
 
Owen Anderson
 - patch: make instcombine remove shuffles by reordering vector	elements
 
Owen Anderson
 - patch: make instcombine remove shuffles by reordering vector	elements
 
Owen Anderson
 - [PATCH][llvm-c] Expose CodeModel and EnableFastISel through the	MCJIT C API
 
Matt Arsenault
 - [PATCH] Bug 9761: EmitEndOfAsmFile is not the final emission	point.
 
Matt Arsenault
 - [PATCH] Extra Command Line library functionality (option grouping	and runtime inspection/modification)
 
Matt Arsenault
 - [PATCH] MemoryDependenceAnalysis always depends on DominatorTree
 
Matt Arsenault
 - [PATCH] Fix vselect when getSetCCResultType returns a different type	from the operands
 
Matt Arsenault
 - [llvm] r181176 - Fix unchecked uses of DominatorTree in	MemoryDependenceAnalysis.
 
Matt Arsenault
 - [PATCH] MemoryDependenceAnalysis always depends on DominatorTree
 
Matt Arsenault
 - [PATCH] Fixing a memory corruption bug in string escaping
 
Aaron Ballman
 - [llvm] r180836 - Fixes a buffer overrun where the allocated buffer	wasn't	large enough to accommodate the closing quote escape rules in some	instances.
 
Aaron Ballman
 - [PATCH] Fixing a memory corruption bug in string escaping
 
Aaron Ballman
 - [llvm] r180847 - fix windows warning.
 
Aaron Ballman
 - [PATCH] Update the getting started with VS documentation
 
Aaron Ballman
 - [llvm] r180869 - Updating the getting started guide for Visual Studio	users. Specifically,	pointing out that you have to pass additional parameters to llvm-lit	and explicitly specify python on the command line.
 
Aaron Ballman
 - [PATCH] Update the getting started with VS documentation
 
Aaron Ballman
 - [PATCH] Change StringRef size_t instances to size_type
 
Aaron Ballman
 - [PATCH] Change StringRef size_t instances to size_type
 
Aaron Ballman
 - [PATCH] Change StringRef size_t instances to size_type
 
Aaron Ballman
 - [PATCH] Change StringRef size_t instances to size_type
 
Aaron Ballman
 - [llvm] r180947 - Replaced usages of size_type with size_t to be more	consistent.
 
Aaron Ballman
 - [PATCH] Improved AVX discovery for X86Subtarget
 
Aaron Ballman
 - [llvm] r180991 - Correctly testing for AVX support in x86 based off	code from Hosts.cpp.
 
Aaron Ballman
 - [llvm] r180992 - Unbreaking the non-x86 build bots by protecting the	AVX test code properly.
 
Aaron Ballman
 - [PATCH] Debug Info: emit linkage name for constructor/destructor
 
Yacine Belkadi
 - [PATCH] Debug Info: emit linkage name for constructor/destructor
 
Yacine Belkadi
 - [llvm] r180754 - Rewrite test in FileCheck instead of grep in X86	codegen
 
Eli Bendersky
 - [Patch][Hexagon] Peephole optimizations for zero extends.
 
Pranav Bhandarkar
 - [llvm] r180946 - Hexagon - Add peephole optimizations for zero	extends.
 
Pranav Bhandarkar
 - [llvm] r180574 - revert r179735, it has no testcases, and doesn't	really make sense.
 
David Blaikie
 - [llvm] r180851 - get rid of windows warning:
 
David Blaikie
 - [PATCH] Debug Info: emit linkage name for constructor/destructor
 
David Blaikie
 - [llvm] r181066 - Delete test instead.
 
David Blaikie
 - [llvm] r174904 - Extend Hexagon hardware loop generation	to	handle various additional cases:
 
Brendon Cahoon
 - [PATCH] Specify the access behaviour of the memcpy,	memmove and memset intrinsics
 
Chandler Carruth
 - [PATCH] Change StringRef size_t instances to size_type
 
Chandler Carruth
 - [llvm] r180875 - SROA: Generate selects instead of shuffles when	blending values because this is the cannonical form.
 
Chandler Carruth
 - [PATCH] Handle crazy mips 64 little endian case.
 
Jack Carter
 - [PATCH][llvm-c] Expose CodeModel and EnableFastISel through the	MCJIT C API
 
Evan Cheng
 - [PATCH][llvm-c] Expose CodeModel and EnableFastISel through the	MCJIT C API
 
Evan Cheng
 - [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).
 
Evan Cheng
 - [llvm] r180906 - TiedTo flag can now be placed on implicit operands.	isTwoAddrUse() should look
 
Evan Cheng
 - [llvm] r181160 - Teach if-converter to avoid removing BBs whose	addresses are takne. rdar://13782395
 
Evan Cheng
 - [llvm] r181161 - ARM AnalyzeBranch should conservatively return true	when it sees a predicated
 
Evan Cheng
 - [llvm] r181162 - Test case for r181160 and r181161. rdar://13782395
 
Evan Cheng
 - [llvm] r180846 - use static_cast to get rid of windows warning.
 
Peng Cheng
 - [llvm] r180847 - fix windows warning.
 
Peng Cheng
 - [llvm] r180850 - replace reinterpret_cast by cast or remove	reinterpret_cast	to get rid of windows warning: warning C4946: reinterpret_cast used	between related classes.
 
Peng Cheng
 - [llvm] r180851 - get rid of windows warning:
 
Peng Cheng
 - [llvm] r180852 - get rid of windows warning:
 
Peng Cheng
 - [llvm] r180851 - get rid of windows warning:
 
Peng Cheng
 - [llvm] r180847 - fix windows warning.
 
Peng Cheng
 - [PATCH] Implement AsmParser for ARM unwind directives.
 
Logan Chien
 - [PATCH] Implement AsmParser for ARM unwind directives.
 
Logan Chien
 - [PATCH] Implement AsmParser for ARM unwind directives.
 
Logan Chien
 - [PATCH] Fix ARM unwind opcode assembler in several cases.
 
Logan Chien
 - [PATCH] Fix encoding description for ARM post-indexed ldr	instructions
 
Eric Christopher
 - [llvm] r180779 - Fix a bug in foldSelectICmpAndOr.
 
Eric Christopher
 - [llvm] r180776 - Rewrite X86 codegen regression test with	FileCheck
 
Eric Christopher
 - [PATCH][llvm-c] Expose CodeModel and EnableFastISel through the	MCJIT C API
 
Eric Christopher
 - [PATCH][llvm-c] Expose CodeModel and EnableFastISel through the	MCJIT C API
 
Eric Christopher
 - [llvm] r180140 - Make sure the instruction right after an inlined	function has a
 
Eric Christopher
 - [PING] New SystemZ backend: LLVM code changes
 
Eric Christopher
 - [PATCH][llvm-c] Expose CodeModel and EnableFastISel through the	MCJIT C API
 
Eric Christopher
 - [PATCH] Rename Wrap.h to CBindingWrapping.h, and put wrap/unwrap	definitions into respective C++ headers
 
Eric Christopher
 - [PATCH] AsmPrinter: introduce support for aliases with	non-zero GEPs.
 
Peter Collingbourne
 - [PATCH] Promote GlobalMerge pass to a ModulePass to ease reuse
 
Quentin Colombet
 - [llvm] r180730 - Disable the MCJIT tests on 32 bit darwin.
 
Don Crandall
 - [Patch][Hexagon] Peephole optimizations for zero extends.
 
Anshuman Dasgupta
 - [llvm] r180730 - Disable the MCJIT tests on 32 bit darwin.
 
Charles Davis
 - [llvm] r180730 - Disable the MCJIT tests on 32 bit darwin.
 
Charles Davis
 - [PATCH] Add explicit Win64 and System V calling conventions to the	x86_64 backend
 
Charles Davis
 - [PATCH] Add explicit Win64 and System V calling conventions to	the x86_64 backend
 
Charles Davis
 - [llvm] r180722 - Revert	"revert r179735, it has no testcases,	and doesn't really make sense."
 
David Dean
 - [Patch][Review Request][llvm-link] Fix One Performance Bug
 
Du Toit, Stefanus
 - [LNT] r181058 - [UI] Make navbar and sidebar fixed.
 
Daniel Dunbar
 - SmallVector::insert() fix
 
Jean-Luc Duprat
 - Linear blend -> select InstCombine
 
Jean-Luc Duprat
 - Linear blend -> select InstCombine
 
Jean-Luc Duprat
 - [llvm] r180774 - Refactoring patch.
 
Stepan Dyatkovskiy
 - 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
 
Stepan Dyatkovskiy
 - Fix PR15293: ARM codegen ice - expected larger existing stack	allocation
 
Stepan Dyatkovskiy
 - [llvm] r181148 - For ARM backend, fixed "byval" attribute support.
 
Stepan Dyatkovskiy
 - Fix PR15293: ARM codegen ice - expected larger existing stack	allocation
 
Stepan Dyatkovskiy
 - [lld] r180769 - [lld][ELF] continue on finding a section with no	symbols, tests already present
 
Shankar Easwaran
 - [lld] r180872 - [lld][ELF] reduce the number of symbols emitted in the	symbol table
 
Shankar Easwaran
 - [PATCH] ARM build attributes support
 
Amara Emerson
 - [PATCH] ARM build attributes support
 
Amara Emerson
 - [PATCH] ARM build attributes support
 
Amara Emerson
 - [llvm] r181009 - Add support for reading ARM ELF build attributes.
 
Amara Emerson
 - [llvm] r181009 - Add support for reading ARM ELF build attributes.
 
Amara Emerson
 - [llvm] r181062 - Temporarily disable failing test.
 
Amara Emerson
 - [llvm] r181066 - Delete test instead.
 
Amara Emerson
 - [llvm] r181066 - Delete test instead.
 
Amara Emerson
 - [llvm] r181066 - Delete test instead.
 
Amara Emerson
 - [llvm] r181079 - Revert r181009.
 
Amara Emerson
 - [llvm] r180711 - Replace ObjRelocationInfo with relocation_iterator.
 
Rafael Espindola
 - [llvm] r180716 - Propagate relocation info to resolveRelocation.
 
Rafael Espindola
 - [llvm] r180723 - Use a RelocationRef instead of a relocation_iterator.
 
Rafael Espindola
 - [llvm] r180725 - Update the documentation.
 
Rafael Espindola
 - [llvm] r180729 - Remove unused method.
 
Rafael Espindola
 - [llvm] r180730 - Disable the MCJIT tests on 32 bit darwin.
 
Rafael Espindola
 - [llvm] r180733 - Rationalize what is public in RuntimeDyldMachO and	RuntimeDyldELF.
 
Rafael Espindola
 - [llvm] r180736 - Add getSymbolAlignment to the ObjectFile interface.
 
Rafael Espindola
 - [llvm] r180767 - Collect the Addend for external relocs.
 
Rafael Espindola
 - [llvm] r180790 - Fix Addend computation for non external relocations	on Macho.
 
Rafael Espindola
 - [llvm] r180791 - Change getSlotIndex to return unsigned.
 
Rafael Espindola
 - [llvm] r180797 - Text files should not be marked executable.
 
Rafael Espindola
 - [llvm] r180842 - Put VMOVPQIto64rr in the VRPDI class.
 
Rafael Espindola
 - [llvm] r180844 - Now that the underlying issue is fixed,	revert r180750 and r180722.
 
Rafael Espindola
 - [llvm] r180883 - Add support for other typeinfo encodings in the	ExceptionDemo.
 
Rafael Espindola
 - [llvm] r181094 - Delete dead code from the linker.
 
Rafael Espindola
 - [llvm] r181095 - Add missing header.
 
Rafael Espindola
 - [llvm] r181096 - Remove unused members and constructor arguments.
 
Rafael Espindola
 - [llvm] r181097 - Don't store the context in the Linker.
 
Rafael Espindola
 - [llvm] r181098 - Don't construct or delete a module on the Linker.
 
Rafael Espindola
 - [llvm] r181099 - Last batch of cleanups to Linker.h.
 
Rafael Espindola
 - [llvm] r181100 - Now that Linker.cpp is almost empty,	merge it into LinkModules.cpp.
 
Rafael Espindola
 - [llvm] r181102 - Implement Linker::LinkModules with	Linker::linkInModule.
 
Rafael Espindola
 - [llvm] r181104 - Fix a performance bug in the Linker.
 
Rafael Espindola
 - [llvm] r181105 - Optimize llvm-link too.
 
Rafael Espindola
 - [llvm] r181167 - Add EH support to the MCJIT.
 
Rafael Espindola
 - [llvm] r181168 - Port ExceptionDemo to MCJIT.
 
Rafael Espindola
 - [llvm] r181169 - XFAIL this on ppc64.
 
Rafael Espindola
 - [llvm] r181171 - Fix XFAIL line.
 
Rafael Espindola
 - [llvm] r181172 - This should also fail on ARM.
 
Rafael Espindola
 - [llvm] r181175 - Fix const merging when an alias of a const is	llvm.used.
 
Rafael Espindola
 - [llvm] r181179 - XFAIL for cygwin.
 
Rafael Espindola
 - [PATCH] Split Alignment out of the Section Characteristics
 
Rafael Ávila de Espíndola
 - [PATCH] Change getRelocationAdditionalInfo to be ELF only and rename	to getRelocationAddend.
 
Rafael Ávila de Espíndola
 - [llvm] r180716 - Propagate relocation info to resolveRelocation.
 
Rafael Espíndola
 - [llvm] r180711 - Replace ObjRelocationInfo with	relocation_iterator.
 
Rafael Espíndola
 - [llvm] r180716 - Propagate relocation info to resolveRelocation.
 
Rafael Espíndola
 - [llvm] r180716 - Propagate relocation info to resolveRelocation.
 
Rafael Espíndola
 - [llvm] r180737 - Emit the TLS initialization function pointers	into the correct section.
 
Rafael Espíndola
 - [llvm] r180737 - Emit the TLS initialization function pointers	into the correct section.
 
Rafael Espíndola
 - [llvm] r180744 - Duplicate a testcase.
 
Rafael Espíndola
 - [llvm] r180751 - R600: config section now reports use of killgt
 
Rafael Espíndola
 - [llvm] r180756 - R600: Turn TEX/VTX into native instructions
 
Rafael Espíndola
 - [llvm] r180758 - R600: Add a Bank Swizzle operand
 
Rafael Espíndola
 - [llvm] r180760 - R600: Packetize instructions
 
Rafael Espíndola
 - [llvm] r180762 - R600: Always use texture cache for compute	shaders
 
Rafael Espíndola
 - [llvm] r180750 - Revert the command line option patch. However,	keep the part that makes this pass on Windows. I.e.,	we don't emit the target	dependent attributes in a comment before the function.
 
Rafael Espíndola
 - [PATCH] ARM build attributes support
 
Rafael Espíndola
 - [llvm] r180750 - Revert the command line option patch. However,	keep the part that makes this pass on Windows. I.e.,	we don't emit the target	dependent attributes in a comment before the function.
 
Rafael Espíndola
 - [llvm] r180750 - Revert the command line option patch. However,	keep the part that makes this pass on Windows. I.e.,	we don't emit the target	dependent attributes in a comment before the function.
 
Rafael Espíndola
 - [llvm] r180796 - TBAA: remove !tbaa from testing cases if not	used.
 
Rafael Espíndola
 - permission fix after clang import
 
Rafael Espíndola
 - [PATCH] ARM build attributes support
 
Rafael Espíndola
 - [PATH] [x86_64] Minor tweak to VMOVPQIto64rr instruction	definition
 
Rafael Espíndola
 - [llvm] r180750 - Revert the command line option patch. However,	keep the part that makes this pass on Windows. I.e.,	we don't emit the target	dependent attributes in a comment before the function.
 
Rafael Espíndola
 - [patch] Don't disable const merging if an alias of a constant is	llvm.used
 
Rafael Espíndola
 - [patch] Enabling EH in MCJIT
 
Rafael Espíndola
 - [PATCH] Recognize sparc64 target triple
 
Rafael Espíndola
 - [PATCH 1/3] Add missing case statements to LLParser for improved	error messages
 
Rafael Espíndola
 - [PATCH] PR8541; X86: Handle unwind.init and eh.return intrinsics.
 
Rafael Espíndola
 - [PATCH] Recognize sparc64 target triple
 
Rafael Espíndola
 - [llvm] r181010 - [SystemZ] Support System Z as host architecture
 
Rafael Espíndola
 - [patch] Enabling EH in MCJIT
 
Rafael Espíndola
 - [patch] Enabling EH in MCJIT
 
Rafael Espíndola
 - [Patch][Review Request][llvm-link] Fix One Performance Bug
 
Rafael Espíndola
 - [PATCH] Recognize sparc64 target triple
 
Rafael Espíndola
 - [Patch][Review Request][llvm-link] Fix One Performance Bug
 
Rafael Espíndola
 - [llvm] r181169 - XFAIL this on ppc64.
 
Rafael Espíndola
 - Removing EH support from the old JIT
 
Rafael Espíndola
 - [PowerPC CodeGen] patch for bug 15763
 
David Fang
 - [PATCH] [PowerPC, Darwin] fix for PR15821
 
David Fang
 - [PATCH] [PowerPC, Darwin] fix for PR15821
 
David Fang
 - [PATCH] [PowerPC, Darwin] fix for PR15821
 
David Fang
 - [llvm] r180799 - LocalStackSlotAllocation improvements
 
Hal Finkel
 - [PATCH] LocalStackSlotAllocation improvements
 
Hal Finkel
 - [llvm] r180802 - InstCombine: Fold more shuffles of shuffles.
 
Hal Finkel
 - [llvm] r180802 - InstCombine: Fold more shuffles of shuffles.
 
Hal Finkel
 - [llvm] r180802 - InstCombine: Fold more shuffles of shuffles.
 
Hal Finkel
 - [llvm] r180802 - InstCombine: Fold more shuffles of shuffles.
 
Hal Finkel
 - [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] r181050 - [PowerPC] Add assembler parser
 
Hal Finkel
 - patch: make instcombine remove shuffles by reordering vector	elements
 
Hal Finkel
 - patch: make instcombine remove shuffles by reordering vector	elements
 
Hal Finkel
 - patch: make instcombine remove shuffles by reordering vector	elements
 
Hal Finkel
 - patch: make instcombine remove shuffles by reordering vector	elements
 
Hal Finkel
 - patch: make instcombine remove shuffles by reordering vector	elements
 
Hal Finkel
 - patch: make instcombine remove shuffles by reordering vector	elements
 
Hal Finkel
 - patch: make instcombine remove shuffles by reordering vector	elements
 
Hal Finkel
 - [www] r180887 - Add a first batch of low resolution videos.
 
Renato Golin
 - [Patch] Fix stack alignment for calls without frame setup or	destroy
 
Renato Golin
 - [zorg] r180699 - [llvmlab] Move the polling interval of llvmlab to 2	minutes to match osuosl polling times.
 
Michael Gottesman
 - [llvm] r180700 - Add in some conditional compilation in order to	silence an unused variable warning.
 
Michael Gottesman
 - [www] r180845 - Euro-llvm-2013 belongs now to the 'past meetings'
 
Arnaud A. de Grandmaison
 - [www] r180848 - Remove no longer necessary informations (dinner	informations, lottery rules, coffee breaks, ...)
 
Arnaud A. de Grandmaison
 - [www] r180849 - Those pdf are no longer referenced.
 
Arnaud A. de Grandmaison
 - [PATCH] Specify the access behaviour of the memcpy,	memmove and memset intrinsics
 
Arnaud Allard de Grandmaison
 - [PATCH] Specify the access behaviour of the memcpy,	memmove and memset intrinsics
 
Arnaud Allard de Grandmaison
 - [PATCH] Specify the access behaviour of the memcpy,	memmove and memset intrinsics
 
Arnaud Allard de Grandmaison
 - [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
 - [llvm] r181138 - Add ArrayRef constructor from None,	and do the cleanups that this constructor enables
 
Dmitri Gribenko
 - [PATCH] Fix encoding description for ARM post-indexed ldr	instructions
 
Jim Grosbach
 - [llvm] r180802 - InstCombine: Fold more shuffles of shuffles.
 
Jim Grosbach
 - [llvm] r180802 - InstCombine: Fold more shuffles of shuffles.
 
Jim Grosbach
 - [llvm] r180802 - InstCombine: Fold more shuffles of shuffles.
 
Jim Grosbach
 - [llvm] r180802 - InstCombine: Fold more shuffles of shuffles.
 
Jim Grosbach
 - [llvm] r180802 - InstCombine: Fold more shuffles of shuffles.
 
Jim Grosbach
 - [llvm] r180802 - InstCombine: Fold more shuffles of shuffles.
 
Jim Grosbach
 - [llvm] r180834 - Revert "InstCombine: Fold more shuffles of shuffles."
 
Jim Grosbach
 - [llvm] r180802 - InstCombine: Fold more shuffles of shuffles.
 
Jim Grosbach
 - [www] r180887 - Add a first batch of low resolution videos.
 
Tobias Grosser
 - [www] r180887 - Add a first batch of low resolution videos.
 
Tobias Grosser
 - [llvm] r180919 - Added table of contents declaration in CommandLine	Library documentation.
 
Tobias Grosser
 - [PATCH] Extra Command Line library functionality (option grouping	and runtime inspection/modification)
 
Tobias Grosser
 - [PATCH] Extra Command Line library functionality (option grouping	and runtime inspection/modification)
 
Tobias Grosser
 - [PATCH] Extra Command Line library functionality (option grouping	and runtime inspection/modification)
 
Tobias Grosser
 - [polly] block generators: fix insertion of values in BBMap
 
Tobias Grosser
 - [polly] independent blocks: do not insert stores between phi nodes
 
Tobias Grosser
 - [polly] independent blocks: when moving values, invalidate SCEV	cached info
 
Tobias Grosser
 - [www] r181012 - Remove registration/hotels/financial support from	conference website
 
Tobias Grosser
 - [www] r181013 - Move the meeting to the previous meetings
 
Tobias Grosser
 - [www] r181014 - Make clear that the conference has already taken place
 
Tobias Grosser
 - [PATCH] Extra Command Line library functionality (option grouping	and runtime inspection/modification)
 
Tobias Grosser
 - [llvm] r181025 - RegionInfo: Do not crash if unreachable block is	found
 
Tobias Grosser
 - [polly] block generators: fix insertion of values in BBMap
 
Tobias Grosser
 - [llvm] r180801 - [mips] Clear isCommutable bit of instructions which	are not commutable.
 
Akira Hatanaka
 - [llvm] r180804 - [mips] Test for r179873.
 
Akira Hatanaka
 - [llvm] r180807 - [mips] Simplify code.
 
Akira Hatanaka
 - [llvm] r180820 - [mips] Instruction selection patterns for DSP-ASE	vector select and compare
 
Akira Hatanaka
 - [llvm] r180827 - [mips] Fix handling of instructions which copy	to/from accumulator registers.
 
Akira Hatanaka
 - [llvm] r180897 - [mips] Rename class and functions. Simplify code.
 
Akira Hatanaka
 - [llvm] r180969 - [mips] Handle reading,	writing or copying of ccond field of DSP control
 
Akira Hatanaka
 - [llvm] r180988 - [mips] Remove "Commutative" from property list of	non-commutative intrinsics.
 
Akira Hatanaka
 - [llvm] r181041 - [mips] Split the DSP control register and define one	register for each field of
 
Akira Hatanaka
 - [PATCH] Filter out Pseudo nodes in ScheduleDAGVLIW
 
Stefan Hepp
 - [PATCH] Filter out Pseudo nodes in ScheduleDAGVLIW
 
Stefan Hepp
 - [PATCH] Filter out Pseudo nodes in ScheduleDAGVLIW
 
Stefan Hepp
 - [llvm] r181001 - Added pocl and TCE blurbs to the ReleaseNotes.
 
Pekka Jaaskelainen
 - [llvm] r180720 - Exposing MCJIT through C API
 
Andrew Kaylor
 - [llvm] r180711 - Replace ObjRelocationInfo with	relocation_iterator.
 
Kaylor, Andrew
 - [llvm] r180716 - Propagate relocation info to resolveRelocation.
 
Kaylor, Andrew
 - [llvm] r180716 - Propagate relocation info to resolveRelocation.
 
Kaylor, Andrew
 - [llvm] r180716 - Propagate relocation info to resolveRelocation.
 
Kaylor, Andrew
 - [PATCH][llvm-c] Expose CodeModel and EnableFastISel through the	MCJIT C API
 
Kaylor, Andrew
 - [PATCH][llvm-c] Expose CodeModel and EnableFastISel through the	MCJIT C API
 
Kaylor, Andrew
 - [PATCH][llvm-c] Expose CodeModel and EnableFastISel through the	MCJIT C API
 
Kaylor, Andrew
 - [llvm] r180881 - This patch breaks up Wrap.h so that it does	not have	to include all of
 
Kaylor, Andrew
 - [llvm] r180881 - This patch breaks up Wrap.h so that it does	not have	to include all of
 
Kaylor, Andrew
 - [patch] Enabling EH in MCJIT
 
Kaylor, Andrew
 - [patch] Enabling EH in MCJIT
 
Kaylor, Andrew
 - [llvm] r180035 - [Support] Fix argv string escape bug on Windows
 
Galina Kistanova
 - [llvm] r180035 - [Support] Fix argv string escape bug on Windows
 
Galina Kistanova
 - [zorg] r180798 - Moved two alive builders from the end of line to	their previous place.
 
Galina Kistanova
 - LLVM buildmaster resent unavailability
 
Galina Kistanova
 - [llvm] r180574 - revert r179735, it has no testcases, and doesn't	really make sense.
 
Reid Kleckner
 - [llvm] r180722 - Revert "revert r179735, it has no testcases,	and doesn't really make sense."
 
Reid Kleckner
 - [llvm] r180574 - revert r179735, it has no testcases, and doesn't	really make sense.
 
Reid Kleckner
 - [llvm] r180574 - revert r179735, it has no testcases, and doesn't	really make sense.
 
Reid Kleckner
 - [llvm] r180750 - Revert the command line option patch. However,	keep the part that makes this pass on Windows. I.e.,	we don't emit the target	dependent attributes in a comment before the function.
 
Reid Kleckner
 - [llvm] r180035 - [Support] Fix argv string escape bug on Windows
 
Reid Kleckner
 - [llvm] r180770 - Try to fix ProgramTest on FreeBSD
 
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
 
Reid Kleckner
 - [llvm] r180035 - [Support] Fix argv string escape bug on Windows
 
Reid Kleckner
 - [llvm] r180750 - Revert the command line option patch. However,	keep the part that makes this pass on Windows. I.e.,	we don't emit the target	dependent attributes in a comment before the function.
 
Reid Kleckner
 - [PATCH] Fixing a memory corruption bug in string escaping
 
Reid Kleckner
 - [llvm] r180851 - get rid of windows warning:
 
Reid Kleckner
 - [PATCH] Update the getting started with VS documentation
 
Reid Kleckner
 - [llvm] r180983 - Fix missing include in Hexagon code for	Release+Asserts
 
Reid Kleckner
 - [PATCH] Add support to FileCheck for out-of-order matching
 
Reid Kleckner
 - [PATCH] [mc-coff] Forward Linker Option flags into the .drectve	section
 
Anton Korobeynikov
 - [PATCH] Add explicit Win64 and System V calling conventions to	the x86_64 backend
 
Anton Korobeynikov
 - [patch] Enabling EH in MCJIT
 
Anton Korobeynikov
 - patch: make instcombine remove shuffles by reordering vector	elements
 
Anton Korobeynikov
 - [Patch] Fix stack alignment for calls without frame setup or	destroy
 
Anton Korobeynikov
 - patch: make instcombine remove shuffles by reordering vector	elements
 
Anton Korobeynikov
 - [llvm] r181072 - Remove some uneeded pseudos in the presence of the	naked function attribute.
 
Reed Kotler
 - [llvm] r180779 - Fix a bug in foldSelectICmpAndOr.
 
Benjamin Kramer
 - [llvm] r181005 - X86: Add target description for btver2;	make autodetection logic aware of AVX.
 
Benjamin Kramer
 - [llvm] r181019 - CMake: cxxabi.h is only available to C++ compilers, 	use the right check macro.
 
Benjamin Kramer
 - [llvm] r181026 - Autoconf: Compile cxxabi.h in C++ mode.
 
Benjamin Kramer
 - Fix for PR10293
 
Benjamin Kramer
 - [llvm] r181149 - InlineSpiller: Remove quadratic behavior.
 
Benjamin Kramer
 - [llvm] r181157 - LoopVectorize: Print values instead of pointers in	debug output.
 
Benjamin Kramer
 - [llvm] r180871 - Optimize away nop CONCAT_VECTOR nodes.
 
Kuperstein, Michael M
 - [PATCH] Filter out Pseudo nodes in ScheduleDAGVLIW
 
Sergei Larin
 - [PATCH] Filter out Pseudo nodes in ScheduleDAGVLIW
 
Sergei Larin
 - [llvm] r180750 - Revert the command line option patch. However,	keep the part that makes this pass on Windows. I.e.,	we don't emit the target dependent attributes in a comment before	the	function.
 
Chris Lattner
 - [llvm] r180750 - Revert the command line option patch. However,	keep the part that makes this pass on Windows. I.e.,	we don't emit the target dependent attributes in a comment before	the	function.
 
Chris Lattner
 - [PING] New SystemZ backend: LLVM code changes
 
Chris Lattner
 - [PATCH] Change StringRef size_t instances to size_type
 
Chris Lattner
 - [PATCH][llvm-c] Rename 'struct LLVMTargetMachine' to 'struct	LLVMOpaqueTargetMachine'
 
Chris Lattner
 - [PATCH] Change StringRef size_t instances to size_type
 
Chris Lattner
 - [PATCH] Change StringRef size_t instances to size_type
 
Chris Lattner
 - [PATCH] Change StringRef size_t instances to size_type
 
Chris Lattner
 - [www] r181038 - change wording.
 
Chris Lattner
 - [www] r180887 - Add a first batch of low resolution videos.
 
Tanya Lattner
 - [www] r180887 - Add a first batch of low resolution videos.
 
Sylvestre Ledru
 - [www] r180887 - Add a first batch of low resolution videos.
 
Sylvestre Ledru
 - R600: Generate native ALU instructions
 
Vincent Lejeune
 - [llvm] r180751 - R600: config section now reports use of killgt
 
Vincent Lejeune
 - [llvm] r180752 - R600: Clean up instruction class definitions
 
Vincent Lejeune
 - [llvm] r180753 - R600: Add some new processor variants
 
Vincent Lejeune
 - [llvm] r180755 - R600: Add FetchInst bit to instruction defs to denote	vertex/tex instructions
 
Vincent Lejeune
 - [llvm] r180756 - R600: Turn TEX/VTX into native instructions
 
Vincent Lejeune
 - [llvm] r180757 - R600: Take inner dependency into tex/vtx clauses
 
Vincent Lejeune
 - [llvm] r180758 - R600: Add a Bank Swizzle operand
 
Vincent Lejeune
 - [llvm] r180759 - R600: Rework Scheduling to handle difference between	VLIW4 and VLIW5 chips
 
Vincent Lejeune
 - [llvm] r180760 - R600: Packetize instructions
 
Vincent Lejeune
 - [llvm] r180761 - R600: use native for alu
 
Vincent Lejeune
 - [llvm] r180762 - R600: Always use texture cache for compute shaders
 
Vincent Lejeune
 - [llvm] r180785 - R600: fix loop-address.ll test
 
Vincent Lejeune
 - [llvm] r180751 - R600: config section now reports use of killgt
 
Vincent Lejeune
 - [llvm] r180956 - R600: Prettier asmPrint of Alu
 
Vincent Lejeune
 - [llvm] r180957 - R600: Improve asmPrint of ALU clause
 
Vincent Lejeune
 - [llvm] r180958 - R600: Add a test to check that use_kill is emitted
 
Vincent Lejeune
 - [llvm] r180959 - R600: If previous bundle is dot4,	PV valid chan is always X
 
Vincent Lejeune
 - [llvm] r180960 - R600: Signed literals are 64bits wide
 
Vincent Lejeune
 - R600 Patchset: Emit true ISA
 
Vincent Lejeune
 - [PATCH] Add support to FileCheck for out-of-order matching
 
Nick Lewycky
 - [PATCH] Fix for CodeGenPrepare wrongly updating the map of sunk	addresses
 
Nick Lewycky
 - vector data types support in the LLVM interpreter part 2
 
Nick Lewycky
 - vector data types support in the LLVM interpreter part 2
 
Nick Lewycky
 - [llvm] r181082 - Tabs to spaces. No functionality change.
 
Nick Lewycky
 - patch: make instcombine remove shuffles by reordering vector elements
 
Nick Lewycky
 - patch: make instcombine remove shuffles by reordering vector	elements
 
Nick Lewycky
 - [LLVMdev] [PATCH] with no response: Bug 13163 - BlockAddress	instruction with use from the global context is damaged during module	link
 
Nick Lewycky
 - [PATCH] Fix for CodeGenPrepare wrongly updating the map of sunk	addresses
 
Nick Lewycky
 - [patch] Don't disable const merging if an alias of a constant	is llvm.used
 
Nick Lewycky
 - [llvm] r180875 - SROA: Generate selects instead of shuffles when	blending values because this is the cannonical form.
 
Nick Lewycky
 - [PATCH] MemoryDependenceAnalysis always depends on DominatorTree
 
Nick Lewycky
 - [patch] Don't rauw an alias in llvm.used (v2)
 
Nick Lewycky
 - [PATCH][RFC] Add 'CHECK-<N>' directive in FileCheck
 
Michael Liao
 - [PATCH] Add support to FileCheck for out-of-order matching
 
Michael Liao
 - [llvm] r180742 - Rewrite some tests with FileCHeck in X86 codegen
 
Michael Liao
 - [llvm] r180754 - Rewrite test in FileCheck instead of grep in X86	codegen
 
Michael Liao
 - [llvm] r180756 - R600: Turn TEX/VTX into native instructions
 
Michael Liao
 - [llvm] r180776 - Rewrite X86 codegen regression test with FileCheck
 
Michael Liao
 - [PATCH][RFC] Add 'CHECK-<N>' directive in FileCheck
 
Michael Liao
 - [PATCH] Add support to FileCheck for out-of-order matching
 
Michael Liao
 - [llvm] r180802 - InstCombine: Fold more shuffles of shuffles.
 
Michael Liao
 - [llvm] r180837 - More rewrites of x86 codegen regression tests with	FileCheck
 
Michael Liao
 - [llvm] r180838 - Forget remove the tempfile argument
 
Michael Liao
 - [PATH] [x86_64] Minor tweak to VMOVPQIto64rr instruction	definition
 
Michael Liao
 - [llvm] r180892 - Avoid generating tempfile(s) never used
 
Michael Liao
 - [llvm] r180910 - Rewrite X86 codegen regression test with FileCheck
 
Michael Liao
 - [llvm] r180912 - Avoid duplicating logic on frame register selecting	when lowering frameaddr
 
Michael Liao
 - [llvm] r180914 - Avoid duplicating logic on frame register selecting	when lowering eh_return
 
Michael Liao
 - [llvm] r180915 - 80-col fixup.
 
Michael Liao
 - [PATCH] Fix vselect when getSetCCResultType returns a different	type from the operands
 
Michael Liao
 - [PATCH] Extra Command Line library functionality (option grouping	and runtime inspection/modification)
 
Dan Liew
 - [PATCH] Extra Command Line library functionality (option grouping	and runtime inspection/modification)
 
Dan Liew
 - [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] 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] Extra Command Line library functionality (option grouping	and runtime inspection/modification)
 
Daniel Liew
 - [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] r180825 - Only pass 'returned' to target-specific lowering	code when the value of entire register is guaranteed to be preserved.
 
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
 - [PATCH] Allow CodeGen to take advantage of functions that always	return arguments
 
Stephen Lin
 - [PATH] [x86_64] Minor tweak to VMOVPQIto64rr instruction definition
 
Magee, Joshua
 - [llvm] r180777 - Fix "Combine bit test + conditional or into simple	math"
 
David Majnemer
 - [llvm] r180779 - Fix a bug in foldSelectICmpAndOr.
 
David Majnemer
 - [PATCH] X86ISelLowering has seemingly redundant code, remove it
 
David Majnemer
 - [llvm] r180907 - Add a test for the foldSelectICmpAndOr fix committed	in r180779.
 
David Majnemer
 - [llvm] r180779 - Fix a bug in foldSelectICmpAndOr.
 
David Majnemer
 - [llvm] r181145 - Remove a recently redundant transform from	X86ISelLowering.
 
David Majnemer
 - [PATCH] Teach DAGCombiner to fold inverted bit tests
 
David Majnemer
 - Bug fix in Tblgen
 
Malul, Elior
 - [PATCH] Interceptors etc for standalone LSan.
 
Sergey Matveev
 - [PATCH] Tests and interface for LeakSanitizer.
 
Sergey Matveev
 - [PATCH] Interceptors etc for standalone LSan.
 
Sergey Matveev
 - [llvm] r180978 - In MC asm parsing,	account for the possibility of whitespace within
 
John McCall
 - [PATCH] ARM build attributes support
 
Tim Northover
 - [llvm] r181112 - Allow host triple to be correctly overridden in	CMake builds
 
Tim Northover
 - [llvm] r181117 - AArch64: implement large code model access to global	variables.
 
Tim Northover
 - [llvm] r181118 - AArch64: implement support for blockaddress in large	code model
 
Tim Northover
 - [llvm] r181119 - AArch64: support large code model for jump-tables
 
Tim Northover
 - [llvm] r181120 - AArch64: support literal pool access in large memory	model.
 
Tim Northover
 - [llvm] r181121 - AArch64: assert code model is small for TLS accesses
 
Tim Northover
 - [llvm] r181129 - AArch64: use __clear_cache under GCCish environments
 
Tim Northover
 - [llvm] r181130 - Build system changes to enable MCJIT on AArch64
 
Tim Northover
 - [llvm] r181131 - AArch64: implement first relocation required for	MCJIT
 
Tim Northover
 - [llvm] r181132 - AArch64: implement relocations for global access
 
Tim Northover
 - [llvm] r181133 - AArch64: add stubs to support long function calls on	MCJIT
 
Tim Northover
 - [llvm] r181134 - AArch64: implement 64-bit absolute relocation in	MCJIT
 
Tim Northover
 - [llvm] r181135 - AArch64: enable MCJIT and tests now that everything	passes.
 
Tim Northover
 - [llvm] r181116 - [XCore] Use static relocation model by default.
 
Richard Osborne
 - [llvm] r181124 - [XCore] Move lowering of thread local storage to a	separate pass.
 
Richard Osborne
 - [llvm] r181125 - [XCore] Simplify code that checks for an aligned	base plus a constant.
 
Richard Osborne
 - [llvm] r181126 - [XCore] Make use of the target independent global	address offset folding.
 
Richard Osborne
 - [llvm] r181127 - [XCore] Remove unused operand type.
 
Richard Osborne
 - [llvm] r181128 - Fix buildbot failure on 64 bit linux due to	std::max() having different
 
Richard Osborne
 - [llvm] r181151 - [XCore] Remove '-' from back branch asm syntax.
 
Richard Osborne
 - [llvm] r181152 - [XCore] Add BLRB instructions.
 
Richard Osborne
 - [llvm] r181153 - [XCore] Rename calltarget -> pcrel_imm.
 
Richard Osborne
 - [llvm] r181154 - [XCore] Update LDAP to use pcrel_imm.
 
Richard Osborne
 - [llvm] r181155 - [XCore] Add LDAPB instructions.
 
Richard Osborne
 - [llvm] r181156 - [docs] Update Target Feature Matrix for the XCore	backend.
 
Richard Osborne
 - vector data types support in the LLVM interpreter part 2
 
Ouriel, Boaz
 - [llvm] r180750 - Revert the command line option patch. However,	keep the part that makes this pass on Windows. I.e.,	we don't emit the target	dependent attributes in a comment before the function.
 
Pasi Parviainen
 - Fwd: Re: [llvm] r180750 - Revert the command line option patch.	However, keep the part that makes this pass on Windows. I.e.,	we don't emit the target	dependent attributes in a comment before the function.
 
Pasi Parviainen
 - [llvm] r179957 - SimplifyCFG: If convert single conditional stores
 
Krzysztof Parzyszek
 - [llvm] r174904 - Extend Hexagon hardware loop generation to handle	various additional cases:
 
Krzysztof Parzyszek
 - [llvm] r181090 - Use consistent function names.
 
Krzysztof Parzyszek
 - [LLVMdev] buildbot failure in LLVM on llvm-ppc64-linux1
 
Krzysztof Parzyszek
 - [PATCH][llvm-c] Expose CodeModel and EnableFastISel through the MCJIT	C API
 
Filip Pizlo
 - [PATCH][llvm-c] Expose CodeModel and EnableFastISel through the	MCJIT C API
 
Filip Pizlo
 - [PATCH][llvm-c] Expose CodeModel and EnableFastISel through the	MCJIT C API
 
Filip Pizlo
 - [PATCH][llvm-c] Expose CodeModel and EnableFastISel through the	MCJIT C API
 
Filip Pizlo
 - [PATCH][llvm-c] Expose CodeModel and EnableFastISel through the	MCJIT C API
 
Filip Pizlo
 - [PATCH][llvm-c] Expose CodeModel and EnableFastISel through the	MCJIT C API
 
Filip Pizlo
 - [PATCH] Rename Wrap.h to CBindingWrapping.h,	and put wrap/unwrap definitions into respective C++ headers
 
Filip Pizlo
 - [llvm] r180839 - Wrap some lines to bring MCJITCAPITest into	conformance with the 80 column limit.
 
Filip Pizlo
 - [PATCH] Rename Wrap.h to CBindingWrapping.h,	and put wrap/unwrap definitions into respective C++ headers
 
Filip Pizlo
 - [PATCH] Rename Wrap.h to CBindingWrapping.h,	and put wrap/unwrap definitions into respective C++ headers
 
Filip Pizlo
 - [llvm] r180881 - This patch breaks up Wrap.h so that it does not have	to include all of
 
Filip Pizlo
 - [llvm] r180882 - Fix file header comment.
 
Filip Pizlo
 - [PATCH][llvm-c] Rename 'struct LLVMTargetMachine' to 'struct	LLVMOpaqueTargetMachine'
 
Filip Pizlo
 - [llvm] r180881 - This patch breaks up Wrap.h so that it does not	have	to include all of
 
Filip Pizlo
 - [llvm] r180891 - Rename 'struct LLVMTargetMachine' to 'struct	LLVMOpaqueTargetMachine'.
 
Filip Pizlo
 - [llvm] r180893 - This exposes more MCJIT options via the C API:
 
Filip Pizlo
 - [llvm] r180881 - This patch breaks up Wrap.h so that it does not	have	to include all of
 
Filip Pizlo
 - [PATCH] SectionMemoryManager is not a JITMemoryManager
 
Filip Pizlo
 - [polly] independent blocks: when moving values, invalidate SCEV	cached info
 
Sebastian Pop
 - [polly] independent blocks: do not insert stores between phi nodes
 
Sebastian Pop
 - [polly] block generators: fix insertion of values in BBMap
 
Sebastian Pop
 - [polly] block generators: fix insertion of values in BBMap
 
Sebastian Pop
 - [polly] independent blocks: when moving values, invalidate	SCEV cached info
 
Sebastian Pop
 - [llvm] r180778 - s tightens up the encoding description for ARM	post-indexed	ldr instructions. All instructions in this class have bit 4 cleared. It	turns out that there is a test case for this, but it was marked XFAIL.
 
Mihai Popa
 - [PATCH] Fix encoding description for ARM post-indexed ldr	instructions
 
Mihail Popa
 - [PATCH] Interceptors etc for standalone LSan.
 
Alexander Potapenko
 - [PATCH] Interceptors etc for standalone LSan.
 
Alexander Potapenko
 - [llvm] r180738 - Improve documentation.
 
Adrian Prantl
 - [llvm] r180140 - Make sure the instruction right after an inlined	function has a
 
Adrian Prantl
 - [llvm] r180793 - Set debug locations for branch instructions created	during inlining, even
 
Adrian Prantl
 - [llvm] r180140 - Make sure the instruction right after an inlined	function has a
 
Adrian Prantl
 - [llvm] r180794 - Spelling. Thanks, Eric.
 
Adrian Prantl
 - [llvm] r180816 - Change the informal convention of DBG_VALUE so that	we can express a
 
Adrian Prantl
 - [llvm] r180819 - Temporarily revert "Change the informal convention of	DBG_VALUE so that we can express a"
 
Adrian Prantl
 - [llvm] r180929 - Provide an API to temporarily suppress	DebugLocations from being attached
 
Adrian Prantl
 - Fix PR15293: ARM codegen ice - expected larger existing stack	allocation
 
Manman Ren
 - [llvm] r180743 - TBAA: remove !tbaa from testing cases if not used.
 
Manman Ren
 - [llvm] r180745 - TBAA: remove !tbaa from testing cases if not used.
 
Manman Ren
 - [llvm] r180796 - TBAA: remove !tbaa from testing cases if not used.
 
Manman Ren
 - Fix PR15293: ARM codegen ice - expected larger existing stack	allocation
 
Manman Ren
 - [llvm] r180935 - TBAA: remove !tbaa from testing cases if not used.
 
Manman Ren
 - Fix PR15293: ARM codegen ice - expected larger existing stack	allocation
 
Manman Ren
 - [Patch][Review Request][llvm-link] Fix One Performance Bug
 
Manman Ren
 - [llvm] r181009 - Add support for reading ARM ELF build attributes.
 
Manman Ren
 - [PATCH] Add support to FileCheck for out-of-order matching
 
Nico Rieck
 - [PATCH] MC: Support larger COFF string tables
 
Nico Rieck
 - [PATCH] MC: Support larger COFF string tables
 
Nico Rieck
 - [PATCH] [mc-coff] Forward Linker Option flags into the .drectve	section
 
Robinson, Paul
 - Support dead-stripping in ELF objects
 
Robinson, Paul
 - [llvm] r180873 - [inline asm] Return an undef SDValue of the expected	value type, rather than
 
Chad Rosier
 - [PATCH] Add explicit Win64 and System V calling conventions to	the x86_64 backend
 
Nadav Rotem
 - [llvm] r180802 - InstCombine: Fold more shuffles of shuffles.
 
Nadav Rotem
 - [llvm] r180805 - Update the release notes about the min/max	reductions that Arnold added.
 
Nadav Rotem
 - [llvm] r180806 - Fix a typo
 
Nadav Rotem
 - [llvm] r180802 - InstCombine: Fold more shuffles of shuffles.
 
Nadav Rotem
 - [llvm] r180802 - InstCombine: Fold more shuffles of shuffles.
 
Nadav Rotem
 - [llvm] r180802 - InstCombine: Fold more shuffles of shuffles.
 
Nadav Rotem
 - [PATH] [x86_64] Minor tweak to VMOVPQIto64rr instruction	definition
 
Nadav Rotem
 - [llvm] r180871 - Optimize away nop CONCAT_VECTOR nodes.
 
Nadav Rotem
 - [llvm] r180875 - SROA: Generate selects instead of shuffles when	blending values because this is the cannonical form.
 
Nadav Rotem
 - [llvm] r180875 - SROA: Generate selects instead of shuffles when	blending values because this is the cannonical form.
 
Nadav Rotem
 - [llvm] r181037 - LoopVectorizer: Add support for if-conversion of	PHINodes with 3+ incoming values.
 
Nadav Rotem
 - [PATCH] Fix vselect when getSetCCResultType returns a different	type from the operands
 
Nadav Rotem
 - [PATCH] Fix vselect when getSetCCResultType returns a different	type from the operands
 
Nadav Rotem
 - Linear blend -> select InstCombine
 
Nadav Rotem
 - patch: make instcombine remove shuffles by reordering vector	elements
 
Nadav Rotem
 - patch: make instcombine remove shuffles by reordering vector	elements
 
Nadav Rotem
 - [llvm] r181136 - Fix an odd comment.
 
Nadav Rotem
 - [llvm] r181137 - whitespace
 
Nadav Rotem
 - patch: make instcombine remove shuffles by reordering vector	elements
 
Nadav Rotem
 - [llvm] r180871 - Optimize away nop CONCAT_VECTOR nodes.
 
Nadav Rotem
 - [llvm] r180875 - SROA: Generate selects instead of shuffles when	blending values because this is the cannonical form.
 
Nadav Rotem
 - [llvm] r181177 - Revert r164763 because it introduces new shuffles.
 
Nadav Rotem
 - [llvm] r181178 - Update the comment to mention that we use TTI.
 
Nadav Rotem
 - patch: make instcombine remove shuffles by reordering vector	elements
 
Nadav Rotem
 - [PATCH] Change internal allocator in sanitizer tools
 
Alexey Samsonov
 - [PATCH] Handle crazy mips 64 little endian case.
 
Richard Sandiford
 - [PING] New SystemZ backend: LLVM code changes
 
Richard Sandiford
 - [PING] New SystemZ backend: LLVM code changes
 
Richard Sandiford
 - [PING] New SystemZ backend: LLVM code changes
 
Richard Sandiford
 - [llvm] r180936 - [mips] Fix the head Mips16RegisterInfo.cpp comment
 
Richard Sandiford
 - [llvm] r181007 - [SystemZ] Add llvm::Triple::systemz
 
Richard Sandiford
 - [llvm] r181008 - [SystemZ] Add ELF relocation support
 
Richard Sandiford
 - [llvm] r181015 - [SystemZ] Add MCJIT support
 
Richard Sandiford
 - [llvm] r181016 - Remove comment that no target supports 128-bit IEEE	floats
 
Richard Sandiford
 - [llvm] r180840 - Correct comment: there is no numTys parameter any	more now that this is using
 
Duncan Sands
 - [www] r180854 - Initial set of slides from the Euro-LLVM-2013 dev	meeting.
 
Duncan Sands
 - [www] r180855 - Add speaker names to the schedule.
 
Duncan Sands
 - [www] r180856 - Add slides for Simon Cook's tutorial.
 
Duncan Sands
 - [www] r180857 - Yet more slides from the Euro-LLVM-2013 dev meeting.
 
Duncan Sands
 - [www] r180858 - Now with nicer fonts.
 
Duncan Sands
 - [www] r180859 - Drop room names and times. Add some posters.
 
Duncan Sands
 - [www] r180859 - Drop room names and times. Add some posters.
 
Duncan Sands
 - [www] r180859 - Drop room names and times. Add some posters.
 
Duncan Sands
 - [www] r180865 - Add slides for Oleg Maslov's talk on using the LLVM	interpreter to validate
 
Duncan Sands
 - [www] r180887 - Add a first batch of low resolution videos.
 
Duncan Sands
 - [www] r180913 - Put talks, lightning talks,	posters etc into different tables. Order
 
Duncan Sands
 - [www] r180887 - Add a first batch of low resolution videos.
 
Duncan Sands
 - [www] r180917 - Add more posters.
 
Duncan Sands
 - [www] r180887 - Add a first batch of low resolution videos.
 
Duncan Sands
 - [www] r180887 - Add a first batch of low resolution videos.
 
Duncan Sands
 - [www] r180948 - Add more videos. These are now in the videos	subdirectory which is not stored
 
Duncan Sands
 - [www] r180998 - Add Ryan Baird's poster on LLVM + VPO.
 
Duncan Sands
 - [www] r180999 - There is no film of Jakob Olesen.
 
Duncan Sands
 - [www] r181002 - Add Muhammad Hataba's poster on OJIT: A novel secure	remote execution technology
 
Duncan Sands
 - [dragonegg] r181030 - Don't declare target initialization functions	ourself, let
 
Duncan Sands
 - [www] r181036 - Add the slides for Michael Spencer's talk on lld -	solving the linking
 
Duncan Sands
 - patch: make instcombine remove shuffles by reordering vector	elements
 
Duncan Sands
 - patch: make instcombine remove shuffles by reordering vector	elements
 
Duncan Sands
 - Fix for PR10293
 
Michele Scandale
 - Fix for PR10293
 
Michele Scandale
 - [PATCH] [PowerPC, Darwin] fix for PR15821
 
Bill Schmidt
 - [PATCH] [PowerPC, Darwin] fix for PR15821
 
Bill Schmidt
 - [PATCH] [PowerPC, Darwin] fix for PR15821
 
Bill Schmidt
 - [PATCH] [PowerPC, Darwin] fix for PR15821
 
Bill Schmidt
 - [llvm] r180731 - SimplifyCFG: If convert single conditional stores
 
Arnold Schwaighofer
 - [llvm] r179957 - SimplifyCFG: If convert single conditional stores
 
Arnold Schwaighofer
 - PATCH: Early if-converter store if-conversion
 
Arnold Schwaighofer
 - [llvm] r181141 - LoopVectorize: We don't need an identity element for	min/max reductions
 
Arnold Schwaighofer
 - [llvm] r181142 - LoopVectorizer: Cleanup of miminimum/maximum pattern	match code
 
Arnold Schwaighofer
 - [llvm] r181143 - PatternMatch: Matcher for (un)ordered floating point	min/max
 
Arnold Schwaighofer
 - [llvm] r181144 - LoopVectorize: Add support for floating point min/max	reductions
 
Arnold Schwaighofer
 - [llvm] r181146 - PatternMatch: Fix documentation - 'function' not	'attribute'
 
Arnold Schwaighofer
 - [llvm] r181147 - Add missing PatternMatch.cpp to CMakeLists.txt
 
Arnold Schwaighofer
 - [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
 
Kostya Serebryany
 - [PATCH] Interceptors etc for standalone LSan.
 
Kostya Serebryany
 - [PATCH] Interceptors etc for standalone LSan.
 
Kostya Serebryany
 - patch: make instcombine remove shuffles by reordering vector	elements
 
Sean Silva
 - [llvm] r180843 - Fix spelling
 
Nikola Smiljanic
 - [PATCH] Recognize sparc64 target triple
 
Brad Smith
 - [PATCH] Recognize sparc64 target triple
 
Brad Smith
 - R600: Generate native ALU instructions
 
Tom Stellard
 - R600: Generate native ALU instructions
 
Tom Stellard
 - [PATCH 1/2] R600: Add some new processor variants
 
Tom Stellard
 - [PATCH 2/2] R600: Clean up comments in Processors.td
 
Tom Stellard
 - R600 Patchset: Optimizations for bfgminer
 
Tom Stellard
 - [llvm] r180734 - R600: Fix encoding of CF_END_{EG, R600} instructions
 
Tom Stellard
 - [llvm] r180735 - R600: Use correct CF_END instruction on Northern	Island GPUs
 
Tom Stellard
 - [llvm] r180756 - R600: Turn TEX/VTX into native instructions
 
Tom Stellard
 - [llvm] r180756 - R600: Turn TEX/VTX into native instructions
 
Tom Stellard
 - [llvm] r180921 - R600/SI: remove nonsense select pattern
 
Tom Stellard
 - [llvm] r180922 - R600: Use new tablegen syntax for patterns
 
Tom Stellard
 - [llvm] r180751 - R600: config section now reports use of killgt
 
Tom Stellard
 - [llvm] r181032 - R600: Clean up comments in Processors.td
 
Tom Stellard
 - [llvm] r181033 - R600: Add pattern for SHA-256 Ma function
 
Tom Stellard
 - [llvm] r181034 - R600: BFI_INT is a vector-only instruction
 
Tom Stellard
 - [llvm] r181035 - R600: Expand vector or, shl, srl, and xor nodes
 
Tom Stellard
 - R600 Patchset: Emit true ISA
 
Tom Stellard
 - [PATCH] Filter out Pseudo nodes in ScheduleDAGVLIW
 
Andrew Trick
 - [llvm] r180815 - MI Sched: revert a minor heuristic that snuck in with	-misched-vcopy.
 
Andrew Trick
 - [llvm] r179957 - SimplifyCFG: If convert single conditional stores
 
Andrew Trick
 - [PATCH] Extra Command Line library functionality (option grouping	and runtime inspection/modification)
 
Andrew Trick
 - [llvm] r180824 - Fix a use after free. RI is freed before the call to	getDebugLoc(). To
 
Richard Trieu
 - [Patch] Fix stack alignment for calls without frame setup or	destroy
 
Andrew Turner
 - [PATCH][llvm-c] Expose CodeModel and EnableFastISel through	the	MCJIT C API
 
David Tweed
 - vector data types support in the LLVM interpreter part 2
 
David Tweed
 - [llvm] r180884 - Hexagon: Clear isKill flag on the predicate register	in
 
Jyotsna Verma
 - [llvm] r180885 - Hexagon: Use multiclass for Jump instructions.
 
Jyotsna Verma
 - [llvm] r180923 - Hexagon: Honor __builtin_expect by using branch	probabilities.
 
Jyotsna Verma
 - [llvm] r180953 - Hexagon: Add multiclass/encoding bits for the	New-Value Jump instructions.
 
Jyotsna Verma
 - [llvm] r180953 - Hexagon: Add multiclass/encoding bits for the	New-Value Jump instructions.
 
Jyotsna Verma
 - [llvm] r180964 - reverting r180953
 
Jyotsna Verma
 - buildbot failure in LLVM on llvm-ppc64-linux1
 
Jyotsna Verma
 - [compiler-rt] r180703 - asna/tsan/msan: fix wait() interceptors to	allow NULL arguments
 
Dmitry Vyukov
 - [PATCH] Change internal allocator in sanitizer tools
 
Dmitry Vyukov
 - [PATCH] Change internal allocator in sanitizer tools
 
Dmitry Vyukov
 - [compiler-rt] r180780 - tsan: add interface functions for unaligned	access, e.g. __sanitizer_unaligned_load16
 
Dmitry Vyukov
 - [compiler-rt] r180781 - tsan: reverse stack trace for failed CHECK's, 	this is how we print traces in other places
 
Dmitry Vyukov
 - [compiler-rt] r180782 - tsan: fix deadlock detector table (OK to lock	sync var mutex during reporting)
 
Dmitry Vyukov
 - [compiler-rt] r180784 - asan/tsan: fix printf(),	on the second pass it prints garbage and crashes on random pointer	dereference
 
Dmitry Vyukov
 - [compiler-rt] r180787 - tsan: comment out debug output in test
 
Dmitry Vyukov
 - [compiler-rt] r180788 - asan: fix windows build
 
Dmitry Vyukov
 - [Patch][Review Request][llvm-link] Fix One Performance Bug
 
Wan, Xiaofei
 - [Patch][Review Request][llvm-link] Fix One Performance Bug
 
Wan, Xiaofei
 - [Mesa-dev] R600 Patchset: Optimizations for bfgminer
 
Aaron Watry
 - [Mesa-dev] R600 Patchset: Emit true ISA
 
Aaron Watry
 - [llvm] r181010 - [SystemZ] Support System Z as host architecture
 
Ulrich Weigand
 - [llvm] r181010 - [SystemZ] Support System Z as host architecture
 
Ulrich Weigand
 - [llvm] r181050 - [PowerPC] Add assembler parser
 
Ulrich Weigand
 - [llvm] r181051 - [PowerPC] Support extended mnemonics in AsmParser
 
Ulrich Weigand
 - [llvm] r181052 - [PowerPC] Add some Book II instructions to AsmParser
 
Ulrich Weigand
 - [llvm] r181053 - [PowerPC] Parse platform-specifc variant kinds in	AsmParser
 
Ulrich Weigand
 - [llvm] r181054 - [PowerPC] Avoid using '$' in generated assembler code
 
Ulrich Weigand
 - [llvm] r180737 - Emit the TLS initialization function pointers into	the correct section.
 
Bill Wendling
 - [llvm] r180737 - Emit the TLS initialization function pointers	into the correct section.
 
Bill Wendling
 - [llvm] r180744 - Duplicate a testcase.
 
Bill Wendling
 - [llvm] r180744 - Duplicate a testcase.
 
Bill Wendling
 - [llvm] r180750 - Revert the command line option patch. However,	keep the part that makes this pass on Windows. I.e.,	we don't emit the target dependent attributes in a comment before the	function.
 
Bill Wendling
 - [llvm] r180750 - Revert the command line option patch. However,	keep the part that makes this pass on Windows. I.e.,	we don't emit the target dependent attributes in a comment before	the	function.
 
Bill Wendling
 - [llvm] r180750 - Revert the command line option patch. However,	keep the part that makes this pass on Windows. I.e.,	we don't emit the target dependent attributes in a comment before	the	function.
 
Bill Wendling
 - [llvm] r180750 - Revert the command line option patch. However,	keep the part that makes this pass on Windows. I.e.,	we don't emit the target dependent attributes in a comment before the	function.
 
Bill Wendling
 - [llvm] r180889 - Revert r180737. The companion patch was reverted,	and this is not relevant right now.
 
Bill Wendling
 - [llvm] r180949 - We don't want FP elimination when doing an	Apple-style build.
 
Bill Wendling
 - [llvm] r180953 - Hexagon: Add multiclass/encoding bits for the	New-Value Jump instructions.
 
Bill Wendling
 - [llvm] r180967 - Remove redundant flag.
 
Bill Wendling
 - [Patch][Review Request][llvm-link] Fix One Performance Bug
 
Bill Wendling
 - [compiler-rt] r180980 - Use unbuffered I/O. This reduces the runtime	by	about half. Our implementation is now only about 5 times slower than	gcc's.
 
Bill Wendling
 - [llvm] r181059 - Remove this hack. We can support this better with	function attributes.
 
Bill Wendling
 - [compiler-rt] r181060 - I was wrong in my testing.
 
Bill Wendling
 - [llvm] r181066 - Delete test instead.
 
Bill Wendling
 - [llvm] r181180 - Add a testcase that checks that we generate	functions with frame
 
Bill Wendling
 - [compiler-rt] r180792 - Rewrite sw_vers makefile check to avoid error	message on Linux.
 
Bob Wilson
 - patch: make instcombine remove shuffles by reordering vector	elements
 
Bob Wilson
 - [llvm] r180951 - [GV] Remove dead code which is really difficult to	decipher.
 
Shuxin Yang
 - [llvm] r181047 - Decompose GVN::processNonLocalLoad() (about 400 LOC)	into smaller helper functions. No function change.
 
Shuxin Yang
 - [PATCH] Fix vselect when getSetCCResultType returns a different	type from the operands
 
darkbuck
 - [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
    
 
    
      Last message date: 
       Sun May  5 23:41:18 PDT 2013
    Archived on: Tue Aug  4 17:10:16 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).