The Week Of Monday 25 November 2013 Archives by subject
      
      Starting: Mon Nov 25 00:02:41 PST 2013
         Ending: Sun Dec  1 23:55:29 PST 2013
         Messages: 595
     
- [10701] implement support for conditional destruction of tuple	elements.
 
Chris Lattner
 - [compiler-rt] r195624 - [ASan] Un-break the Windows build
 
Timur Iskhodzhanov
 - [compiler-rt] r195624 - [ASan] Un-break the Windows build
 
Reid Kleckner
 - [compiler-rt] r195624 - [ASan] Un-break the Windows build
 
Timur Iskhodzhanov
 - [compiler-rt] r195637 - [sanitizer] Implement TwoLevelByteMap and use	it for the internal allocator on 64-bit.
 
Kostya Serebryany
 - [compiler-rt] r195642 - [lsan] Unbreak standalone LSan's	initialization by making it more like ASan's.
 
Sergey Matveev
 - [compiler-rt] r195643 - [lsan] Add a missing file.
 
Sergey Matveev
 - [compiler-rt] r195645 - tsan: filter out more bogus fd values
 
Dmitry Vyukov
 - [compiler-rt] r195648 - [UBSan] Fix warning by specifying	__extension__ before __int128
 
Alexey Samsonov
 - [compiler-rt] r195652 - [lsan] Unbreak lsan_testlib.cc.
 
Sergey Matveev
 - [compiler-rt] r195695 - build-libc-list.py: Replace --{, usr,	gcc}lib with flags for specific libraries.
 
Peter Collingbourne
 - [compiler-rt] r195723 - [ASan] Use ExitProcess rather than _exit on	Windows to avoid calling global dtors etc
 
Timur Iskhodzhanov
 - [compiler-rt] r195749 - Implement a bunch of custom glibc wrappers &	corresponding tests
 
Lorenzo Martignoni
 - [compiler-rt] r195771 - [Sanitizer] Improve external symbolizer	behavior.
 
Alexey Samsonov
 - [compiler-rt] r195830 - tsan: support synchronization by means of	linux aio
 
Dmitry Vyukov
 - [compiler-rt] r195831 - tsan: fix flags parsing
 
Dmitry Vyukov
 - [compiler-rt] r195832 - tsan: minor refactoring
 
Dmitry Vyukov
 - [compiler-rt] r195833 - tsan: do not leave verbosity>0 in tests
 
Dmitry Vyukov
 - [compiler-rt] r195835 - asan: fix android build
 
Dmitry Vyukov
 - [compiler-rt] r195836 - tsan: better diagnostics if thread finishes	with ignores enabled
 
Dmitry Vyukov
 - [compiler-rt] r195837 - [Sanitizer] Add rudimentary support for using	libbacktrace in symbolizer.
 
Alexey Samsonov
 - [compiler-rt] r195838 - Added missing	lib/dfsan/scripts/check_custom_wrappers.sh
 
Lorenzo Martignoni
 - [compiler-rt] r195839 - [sanitizer] Intercept __xpg_strerror_r.
 
Evgeniy Stepanov
 - [compiler-rt] r195840 - [ASan] Clarify that AsanThread objects are	allocated only via mmap(). No functionality change.
 
Alexey Samsonov
 - [compiler-rt] r195845 - Add a DLL thunk for __asan_handle_no_return
 
Timur Iskhodzhanov
 - [compiler-rt] r195858 - tsan: clarify "thread ended with ignores	enabled" message
 
Dmitry Vyukov
 - [compiler-rt] r195913 - tsan: deflake more tests
 
Dmitry Vyukov
 - [compiler-rt] r195914 - tsan: add support for passing file	descriptors over UNIX domain sockets
 
Dmitry Vyukov
 - [compiler-rt] r195916 - tsan: deflake more tests
 
Dmitry Vyukov
 - [compiler-rt] r195917 - [sanitizer] Intercept iconv.
 
Evgeniy Stepanov
 - [compiler-rt] r195918 - [sanitizer] Intercept times.
 
Evgeniy Stepanov
 - [compiler-rt] r195919 - [sanitizer] Disable iconv interceptor in OSX.
 
Evgeniy Stepanov
 - [compiler-rt] r195919 - [sanitizer] Disable iconv interceptor in	OSX.
 
Alexander Potapenko
 - [compiler-rt] r195919 - [sanitizer] Disable iconv interceptor in	OSX.
 
Evgeniy Stepanov
 - [compiler-rt] r195955 - [ASan] Also print <empty stack> when size==0
 
Timur Iskhodzhanov
 - [compiler-rt] r195956 - Fix current stack unwinding when using DRASan
 
Timur Iskhodzhanov
 - [compiler-rt] r195957 - Increase the LocatePcInTrace PC threshold now	that GET_STACK_TRACE_WITH_PC_AND_BP has grown
 
Timur Iskhodzhanov
 - [compiler-rt] r195958 - [sanitizer] disable shmctl intercetor in	32-bit -- it is rotten (bug filed)
 
Kostya Serebryany
 - [compiler-rt] r195959 - [asan] dump coverage even if asan has	reported an error
 
Kostya Serebryany
 - [lld] r195289 - [PECOFF] Do not check if library is already added.
 
Mikael Lyngvig
 - [lld] r195661 - Indentation.
 
Rui Ueyama
 - [lld] r195662 - Use range-based for loop.
 
Rui Ueyama
 - [lld] r195663 - Early return.
 
Rui Ueyama
 - [lld] r195688 - [PECOFF] String pointed by StringRef is not always	NUL-terminated.
 
Rui Ueyama
 - [lld] r195692 - [PECOFF] Skip sections with LNK_INFO.
 
Rui Ueyama
 - [lld] r195774 - [PECOFF] Fix parameter mapping for /section.
 
Rui Ueyama
 - [lld] r195774 - [PECOFF] Fix parameter mapping for /section.
 
Sean Silva
 - [lld] r195774 - [PECOFF] Fix parameter mapping for /section.
 
Rui Ueyama
 - [lld] r195794 - WriterPECOFF
 
Rui Ueyama
 - [lld] r195795 - Revert "WriterPECOFF"
 
Rui Ueyama
 - [lld] r195797 - [PECOFF] Add a generic section writer.
 
Rui Ueyama
 - [lld] r195801 - Print a bit more information before aborting.
 
Rui Ueyama
 - [lld] r195852 - [PECOFF] Fix atom ordinals.
 
Rui Ueyama
 - [lld] r195853 - [PECOFF] Add a test for r195797.
 
Rui Ueyama
 - [lld] r195854 - [PECOFF] Remove extraneous command line options from	tests.
 
Rui Ueyama
 - [lld] r195855 - [PECOFF] Rename getFinalSectionName ->	getOutputSectionName.
 
Rui Ueyama
 - [lld] r195856 - [PECOFF] Implement /merge option.
 
Rui Ueyama
 - [lld] r195863 - Refactor tests by using short identifiers.
 
Rui Ueyama
 - [lld] r195882 - [PECOFF] Improve /merge option handling.
 
Rui Ueyama
 - [lld] r195893 - [PECOFF] Set section characteristics based /section	options.
 
Rui Ueyama
 - [lld] r196040 - [PECOFF] Fix /debug option.
 
Rui Ueyama
 - [lld] r196053 - Fix a variety of typos in function names and comments
 
Alp Toker
 - [lld] r196054 - Fix "don't" typos missed in previous commit
 
Alp Toker
 - [lld] r196054 - Fix "don't" typos missed in previous commit
 
Rui Ueyama
 - [lld] r196054 - Fix "don't" typos missed in previous commit
 
Alp Toker
 - [lld] r196054 - Fix "don't" typos missed in previous commit
 
Rui Ueyama
 - [lld] r196054 - Fix "don't" typos missed in previous commit
 
Alp Toker
 - [lld] r196055 - Update supported compiler list. Patch by Mikael	Lyngvig!
 
Rui Ueyama
 - [lld] r196056 - Fix "doesnot",	"endsup" typos and "lets" grammar issues
 
Alp Toker
 - [llvm-branch-commits] [cfe-branch] r195901 - Merging r195887:
 
NAKAMURA Takumi
 - [llvm-branch-commits] [cfe-branch] r195901 - Merging r195887:
 
Bill Wendling
 - [llvm] r190309 - [ARMv8] Prevent generation of deprecated IT	blocks on ARMv8 in Thumb mode.
 
Tim Northover
 - [llvm] r190309 - [ARMv8] Prevent generation of deprecated IT	blocks	on ARMv8 in Thumb mode.
 
Hal Finkel
 - [llvm] r190309 - [ARMv8] Prevent generation of deprecated IT	blocks	on ARMv8 in Thumb mode.
 
Hal Finkel
 - [llvm] r190309 - [ARMv8] Prevent generation of deprecated IT	blocks	on ARMv8 in Thumb mode.
 
Hal Finkel
 - [llvm] r190309 - [ARMv8] Prevent generation of deprecated IT	blocks on ARMv8 in Thumb mode.
 
Hal Finkel
 - [llvm] r190309 - [ARMv8] Prevent generation of deprecated IT	blocks on ARMv8 in Thumb mode.
 
Hal Finkel
 - [llvm] r190309 - [ARMv8] Prevent generation of deprecated	IT	blocks	on ARMv8 in Thumb mode.
 
Artyom Skrobov
 - [llvm] r190309 - [ARMv8] Prevent generation of deprecated IT	blocks	on ARMv8 in Thumb mode.
 
Hal Finkel
 - [llvm] r190309 - [ARMv8] Prevent generation of deprecated IT	blocks	on ARMv8 in Thumb mode.
 
Hal Finkel
 - [llvm] r190309 - [ARMv8] Prevent generation of deprecated	IT	blocks	on ARMv8 in Thumb mode.
 
Artyom Skrobov
 - [llvm] r190309 - [ARMv8] Prevent generation of deprecated IT	blocks	on ARMv8 in Thumb mode.
 
Hal Finkel
 - [llvm] r194253 - [ARM] In ARMAsmParser,	MatchCoprocessorOperandName() permitted p10 and p11 as operands for	coprocessor instructions, resulting in encodings that clash with FP/NEON	instruction encodings
 
Joerg Sonnenberger
 - [llvm] r194253 - [ARM] In ARMAsmParser,	MatchCoprocessorOperandName()	permitted p10 and p11 as operands for coprocessor instructions,	resulting in encodings that clash with FP/NEON instruction encodings
 
Tim Northover
 - [llvm] r194253 - [ARM] In ARMAsmParser,	MatchCoprocessorOperandName() permitted p10 and p11 as operands for	coprocessor instructions, resulting in encodings that clash with FP/NEON	instruction encodings
 
Joerg Sonnenberger
 - [llvm] r194760 - Add addrspacecast instruction.
 
Jeroen Ketema
 - [llvm] r194760 - Add addrspacecast instruction.
 
Jeroen Ketema
 - [llvm] r195343 - [mips][msa/dsp] Only do DSP combines if DSP is	enabled.
 
Daniel Sanders
 - [llvm] r195364 - [mips][msa] Fix a corner case in	performORCombine()	when combining nodes into VSELECT.
 
Daniel Sanders
 - [llvm] r195444 - [mips][msa] Float vector constants cannot use	ldi.[wd] directly. Bitcast from the appropriate integer vector type.
 
Daniel Sanders
 - [llvm] r195455 - [mips][msa] Fix corner case for integer	constant	splats with undef values.
 
Daniel Sanders
 - [llvm] r195455 - [mips][msa] Fix corner case for integer	constant	splats with undef values.
 
Chris Lattner
 - [llvm] r195455 - [mips][msa] Fix corner case for integer	constant	splats with undef values.
 
Daniel Sanders
 - [llvm] r195455 - [mips][msa] Fix corner case for integer constant	splats with undef values.
 
Bill Wendling
 - [llvm] r195455 - [mips][msa] Fix corner case for integer	constant splats with undef values.
 
Daniel Sanders
 - [llvm] r195496 - X86: Perform integer comparisons at i32 or	larger.
 
Jim Grosbach
 - [llvm] r195496 - X86: Perform integer comparisons at i32 or	larger.
 
Chandler Carruth
 - [llvm] r195496 - X86: Perform integer comparisons at i32 or	larger.
 
Sean Silva
 - [llvm] r195496 - X86: Perform integer comparisons at i32 or	larger.
 
Sean Silva
 - [llvm] r195496 - X86: Perform integer comparisons at i32 or	larger.
 
Sean Silva
 - [llvm] r195496 - X86: Perform integer comparisons at i32 or	larger.
 
Chandler Carruth
 - [llvm] r195496 - X86: Perform integer comparisons at i32 or	larger.
 
Sean Silva
 - [llvm] r195496 - X86: Perform integer comparisons at i32 or	larger.
 
Chandler Carruth
 - [llvm] r195496 - X86: Perform integer comparisons at i32 or	larger.
 
Sean Silva
 - [llvm] r195496 - X86: Perform integer comparisons at i32 or	larger.
 
Rafael Espíndola
 - [llvm] r195496 - X86: Perform integer comparisons at i32 or	larger.
 
Sean Silva
 - [llvm] r195496 - X86: Perform integer comparisons at i32	or	larger.
 
Evan Cheng
 - [llvm] r195590 - SparcFrameLowering.cpp: Prune 'DL'	[-Wunused-variable]
 
NAKAMURA Takumi
 - [llvm] r195590 - SparcFrameLowering.cpp: Prune 'DL'	[-Wunused-variable]
 
Bill Wendling
 - [llvm] r195599 - Don't look past volatile loads.
 
Amara Emerson
 - [llvm] r195599 - Don't look past volatile loads.
 
Tim Northover
 - [llvm] r195599 - Don't look past volatile loads.
 
Amara Emerson
 - [llvm] r195599 - Don't look past volatile loads.
 
Bill Wendling
 - [llvm] r195632 - X86: enable AVX2 under Haswell native compilation
 
Tim Northover
 - [llvm] r195632 - X86: enable AVX2 under Haswell native compilation
 
Tim Northover
 - [llvm] r195632 - X86: enable AVX2 under Haswell native compilation
 
PaX Team
 - [llvm] r195632 - X86: enable AVX2 under Haswell native compilation
 
Tim Northover
 - [llvm] r195632 - X86: enable AVX2 under Haswell native compilation
 
Joerg Sonnenberger
 - [llvm] r195632 - X86: enable AVX2 under Haswell native compilation
 
PaX Team
 - [llvm] r195632 - X86: enable AVX2 under Haswell native compilation
 
Bill Wendling
 - [llvm] r195635 - Fixed tryFoldToZero() for vector types that need	expansion.
 
Daniel Sanders
 - [llvm] r195636 - Revert r195599 as it broke the builds.
 
Amara Emerson
 - [llvm] r195636 - Revert r195599 as it broke the builds.
 
Bill Wendling
 - [llvm] r195640 - [ARM] Enable FeatureMP for Cortex-A5 by default.
 
Amara Emerson
 - [llvm] r195644 - ARM: remove unused patterns.
 
Tim Northover
 - [llvm] r195650 - Make helper function static.
 
Benjamin Kramer
 - [llvm] r195653 - Refactor to make the .bss,	.data and .text sections available for other uses.
 
Rafael Espindola
 - [llvm] r195654 - Fix .comm and .lcomm on COFF.
 
Rafael Espindola
 - [llvm] r195655 - ARM: remove special cases for Darwin dynamic-no-pic	mode.
 
Tim Northover
 - [llvm] r195660 - Fix indentation typo
 
Tim Northover
 - [llvm] r195670 - Unrevert r195599 with testcase fix.
 
Bill Wendling
 - [llvm] r195677 - ARM integrated assembler generates incorrect nop	opcode
 
David Peixotto
 - [llvm] r195679 - Don't use nopl in cpus that don't support it.
 
Rafael Espindola
 - [llvm] r195682 - Use -triple to fix the test on non-ELF hosts.
 
Rafael Espindola
 - [llvm] r195684 - Do the string comparison in the constructor instead	of once per nop.
 
Rafael Espindola
 - [llvm] r195691 - Add the test case that I missed when committing	r195528. Doh!
 
Chandler Carruth
 - [llvm] r195696 - DebugInfo: Pubtypes: Coelesce pubtype registration	with accelerator type registration.
 
David Blaikie
 - [llvm] r195697 - Add an intrinsic for the SSE2 PAUSE instruction.
 
Cameron McInally
 - [llvm] r195698 - DebugInfo: Avoid emitting pubtype entries for type	DIEs that just indirect to a type unit.
 
David Blaikie
 - [llvm] r195699 - [PM] Clean up a bunch of comments,	modernize the doxygen, nuke some
 
Chandler Carruth
 - [llvm] r195700 - DebugInfo: Remove CompileUnit::constructTypeDIEImpl	now that it's just a simple wrapper again.
 
David Blaikie
 - [llvm] r195701 - [PM] Rename the 'Mod' member to the more idiomatic	'M'. No functionality
 
Chandler Carruth
 - [llvm] r195702 - [PM] Sink a trailing comment to be a doxygen comment.
 
Chandler Carruth
 - [llvm] r195704 - Fix a self-memcpy which only breaks under Valgrind's	memcpy
 
Chandler Carruth
 - [llvm] r195705 - Lift self-copy protection up to the header file and	add self-move
 
Chandler Carruth
 - [llvm] r195706 - DebugInfo: Update test case due to dumper	improvements in r195698
 
David Blaikie
 - [llvm] r195708 - [PM] Reformat this file with clang-format. Mostly	fixes inconsistent
 
Chandler Carruth
 - [llvm] r195709 - [PM] Make the (really awesome) file comment here	available as part of
 
Chandler Carruth
 - [llvm] r195711 - whitespace
 
Andrew Trick
 - [llvm] r195712 - StackMap: Implement support for DirectMemRefOp.
 
Andrew Trick
 - [llvm] r195713 - [AArch64]Implement 128 bit register copy with NEON.
 
Kevin Qin
 - [llvm] r195715 - [PM] Re-format this code with clang-format before	making substantial
 
Chandler Carruth
 - [llvm] r195716 - Refactored the implementation of AArch64 NEON	instruction ZIP, UZP
 
Kevin Qin
 - [llvm] r195717 - [PM] Add a really simple trait to the	DOTGraphTraitsPass class templates
 
Chandler Carruth
 - [llvm] r195718 - [PM] Reformat some code with clang-format as I'm	going to be editting as
 
Chandler Carruth
 - [llvm] r195722 - [PM] Split the CallGraph out from the ModulePass	which creates the
 
Chandler Carruth
 - [llvm] r195727 - CMake : optionaly enable LLVM to be compiled with	-std=c++11 (default: off)
 
Arnaud A. de Grandmaison
 - [llvm] r195731 - [SystemZ] Fix incorrect use of RISBG for a	zero-extended right shift
 
Richard Sandiford
 - [llvm] r195747 - [PM] Factor the overwhelming majority of the	interface boiler plate out
 
Chandler Carruth
 - [llvm] r195748 - [PM] Remove four extraneous 'typename's that Clang	(in C++11 mode) is
 
Chandler Carruth
 - [llvm] r195757 - [PM] Fix a stale comment after my last refactoring	spoted by Joey in
 
Chandler Carruth
 - [llvm] r195759 - Darwin-ARM: use movw/movt for static relocations
 
Tim Northover
 - [llvm] r195759 - Darwin-ARM: use movw/movt for static relocations
 
Rafael Espíndola
 - [llvm] r195759 - Darwin-ARM: use movw/movt for static relocations
 
Tim Northover
 - [llvm] r195763 - Rename DwarfException methods so the new names are	consistent with DwarfDebug and the style guide
 
Timur Iskhodzhanov
 - [llvm] r195769 - PR17925 bugfix.
 
Stepan Dyatkovskiy
 - [llvm] r195772 - Add return to DIType::Verify
 
Renato Golin
 - [llvm] r195773 - PR18060 - When we RAUW values with ExtractElement	instructions in some cases
 
Nadav Rotem
 - [llvm] r195773 - PR18060 - When we RAUW values with	ExtractElement instructions in some cases
 
Rafael Espíndola
 - [llvm] r195773 - PR18060 - When we RAUW values with ExtractElement	instructions in some cases
 
Nadav Rotem
 - [llvm] r195775 - Fix spurious return introduced by my earlier patch to	DebugInfo
 
Renato Golin
 - [llvm] r195775 - Fix spurious return introduced by my earlier	patch to DebugInfo
 
Tim Northover
 - [llvm] r195775 - Fix spurious return introduced by my earlier	patch to DebugInfo
 
Renato Golin
 - [llvm] r195776 - DwarfDebug: Include type units in accelerator tables.
 
David Blaikie
 - [llvm] r195776 - DwarfDebug: Include type units in accelerator	tables.
 
Eric Christopher
 - [llvm] r195776 - DwarfDebug: Include type units in accelerator	tables.
 
David Blaikie
 - [llvm] r195776 - DwarfDebug: Include type units in accelerator	tables.
 
Eric Christopher
 - [llvm] r195778 - Add PostDominatorTree::getDescendants.
 
Diego Novillo
 - [llvm] r195779 - Fix PR18054
 
Michael Liao
 - [llvm] r195780 - Refactor some code in SampleProfile.cpp
 
Diego Novillo
 - [llvm] r195781 - Fix a bug related to constant islands for Mips16 and	mips16/32 dual mode.
 
Reed Kotler
 - [llvm] r195782 - [OCaml] Embed the flags necessary for linking with	libLLVM.so into .cmxa files
 
Peter Zotov
 - [llvm] r195783 - [PM] [cleanup] Update doxygen comments to use the	new style, add some
 
Chandler Carruth
 - [llvm] r195784 - [PM] [cleanup] Run clang-format over this file. If	fixes many
 
Chandler Carruth
 - [llvm] r195787 - LoopVectorizer: Truncate i64 trip counts of i32 phis	if necessary
 
Arnold Schwaighofer
 - [llvm] r195788 - [AArch64] Add support for NEON scalar floating-point	to integer convert
 
Chad Rosier
 - [llvm] r195788 - [AArch64] Add support for NEON scalar	floating-point to integer convert
 
Chad Rosier
 - [llvm] r195788 - [AArch64] Add support for NEON scalar	floating-point to integer convert
 
Bill Wendling
 - [llvm] r195790 - 80-column fixups.
 
Eric Christopher
 - [llvm] r195791 - PR1860 - We can't save a list of ExtractElement	instructions to CSE because some of these instructions
 
Nadav Rotem
 - [llvm] r195793 - [PM] [cleanup] Replace a reserved identifier "_Self"	with the injected
 
Chandler Carruth
 - [llvm] r195798 - Use simple section names for COMDAT sections on COFF.
 
Rafael Espindola
 - [llvm] r195798 - Use simple section names for COMDAT sections on	COFF.
 
Anton Korobeynikov
 - [llvm] r195798 - Use simple section names for COMDAT sections on	COFF.
 
Rafael Espíndola
 - [llvm] r195800 - [PM] Remove the underspecified 'getRoot' method from	CallGraph. It's
 
Chandler Carruth
 - [llvm] r195803 - [AArch64] Add support for NEON scalar floating-point	absolute difference.
 
Chad Rosier
 - [llvm] r195803 - [AArch64] Add support for NEON scalar	floating-point absolute difference.
 
Chad Rosier
 - [llvm] r195803 - [AArch64] Add support for NEON scalar	floating-point absolute difference.
 
Bill Wendling
 - [llvm] r195806 - Remove dead argument.
 
Rafael Espindola
 - [llvm] r195807 - Fix comment in PPCA2Model
 
Hal Finkel
 - [llvm] r195812 - [docs] Mention gotcha regarding implicit BB numbering
 
Sean Silva
 - [llvm] r195824 - Cleanup and test X86AsmPrinter::printPCRelImm.
 
Rafael Espindola
 - [llvm] r195825 - Convert these methods into static functions.
 
Rafael Espindola
 - [llvm] r195826 - Convert more methods in static helpers.
 
Rafael Espindola
 - [llvm] r195834 - [OCaml] Embed rpath into stub libraries and native	executables
 
Peter Zotov
 - [llvm] r195843 - Fix the AArch64 NEON bug exposed by checking constant	integer argument range of ACLE intrinsics.
 
Jiangning Liu
 - [llvm] r195847 - Remove more dead code now that this is only used for	inline asm.
 
Rafael Espindola
 - [llvm] r195849 - Use the same tls section name as msvc.
 
Rafael Espindola
 - [llvm] r195857 - Use a switch.
 
Rafael Espindola
 - [llvm] r195859 - Convert two if sequences to switches.
 
Rafael Espindola
 - [llvm] r195861 - Remove dead code.
 
Rafael Espindola
 - [llvm] r195865 - Use FileCheck and expand the test a bit.
 
Rafael Espindola
 - [llvm] r195874 - Show stackmap entry encodings in stackmap debug	logs. This makes it easier to
 
Lang Hames
 - [llvm] r195878 - R600: Add support for ISD::FROUND
 
Tom Stellard
 - [llvm] r195878 - R600: Add support for ISD::FROUND
 
Tom Stellard
 - [llvm] r195878 - R600: Add support for ISD::FROUND
 
Bill Wendling
 - [llvm] r195879 - R600/SI: Use SGPR_32 register class for 32-bit SMRD	outputs
 
Tom Stellard
 - [llvm] r195879 - R600/SI: Use SGPR_32 register class for 32-bit	SMRD outputs
 
Tom Stellard
 - [llvm] r195879 - R600/SI: Use SGPR_32 register class for 32-bit	SMRD outputs
 
Bill Wendling
 - [llvm] r195879 - R600/SI: Use SGPR_32 register class for 32-bit	SMRD outputs
 
Sean Silva
 - [llvm] r195880 - R600/SI: Implement spilling of SGPRs v5
 
Tom Stellard
 - [llvm] r195880 - R600/SI: Implement spilling of SGPRs v5
 
Tom Stellard
 - [llvm] r195880 - R600/SI: Implement spilling of SGPRs v5
 
Bill Wendling
 - [llvm] r195881 - R600: Expand vector FABS
 
Tom Stellard
 - [llvm] r195881 - R600: Expand vector FABS
 
Tom Stellard
 - [llvm] r195881 - R600: Expand vector FABS
 
Bill Wendling
 - [llvm] r195883 - The R600 has its own asm printer which doesn't use	GlobalPrefix. Drop it.
 
Rafael Espindola
 - [llvm] r195884 - Don't set GlobalPrefix to the default value.
 
Rafael Espindola
 - [llvm] r195890 - Add IIC_ prefix to PPC instruction-class names
 
Hal Finkel
 - [llvm] r195892 - [mips] Implement the following optimizations using	dominance information to
 
Akira Hatanaka
 - [llvm] r195894 - Add MipsOptimizePICCall.cpp to CMakeLists.txt.
 
Akira Hatanaka
 - [llvm] r195895 - DebugInfo: Do not include variables only referenced	by templates in aranges.
 
David Blaikie
 - [llvm] r195896 - [mips] Redefine TAILCALL as a pseudo instruction.
 
Akira Hatanaka
 - [llvm] r195902 - Check in conditional branches for constant islands.	Still need to finish
 
Reed Kotler
 - [llvm] r195903 - AArch64: Fix a bug about disassembling post-index	load single element to 4 vectors
 
Hao Liu
 - [llvm] r195905 - Remove the variable only used by assert to avoid the	build failure
 
Jiangning Liu
 - [llvm] r195908 - Don't share functional units among the PPC	itineraries
 
Hal Finkel
 - [llvm] r195911 - Use the mangler consistently instead of using	getGlobalPrefix directly.
 
Rafael Espindola
 - [llvm] r195912 - [OCaml] Add a slash accidentally omitted from	Makefile
 
Peter Zotov
 - [llvm] r195915 - As myself as code-owner of the MIPS backend	(lib/Target/Mips/*)
 
Daniel Sanders
 - [llvm] r195920 - Add newline at eof.
 
NAKAMURA Takumi
 - [llvm] r195921 - [CMake] Prune include_directories() in	llvm/lib/Target. add_llvm_target() sets them.
 
NAKAMURA Takumi
 - [llvm] r195922 - [mips] A test commit to test my Herald and Audit	workflow
 
Daniel Sanders
 - [llvm] r195923 - [mips] Revert test commit r195922.
 
Daniel Sanders
 - [llvm] r195924 - [CMake] Prune include_directories() in	llvm/lib/Target, take #2.
 
NAKAMURA Takumi
 - [llvm] r195926 - The global prefix is always one char. Don't use a	string for it.
 
Rafael Espindola
 - [llvm] r195927 - [CMake] Let add_public_tablegen_target responsible to	provide dependency to CommonTableGen.
 
NAKAMURA Takumi
 - [llvm] r195928 - [CMake] Also OptionTests can be free from	add_dependencies() with add_public_tablegen_target().
 
NAKAMURA Takumi
 - [llvm] r195929 - [CMake] Let add_public_tablegen_target() provide	intrinsics_gen, too.
 
NAKAMURA Takumi
 - [llvm] r195931 - Remove an always true parameter.
 
Rafael Espindola
 - [llvm] r195932 - Silence sign-compare warning and reduce nesting.
 
Benjamin Kramer
 - [llvm] r195933 - Refactor to remove a bit of duplication. No	functionality change.
 
Rafael Espindola
 - [llvm] r195934 - Rein in overzealous InstCombine of	fptrunc(OP(fpextend, fpextend)).
 
Stephen Canon
 - [llvm] r195936 - [AArch64 NEON]Fix a assertion failure when	disassemble SHLL instruction.
 
Kevin Qin
 - [llvm] r195938 - Add missing pattern for supporting intrinsic function	vbsl_f64 with
 
Jiangning Liu
 - [llvm] r195939 - Add missing test case for bsl_f64 support of AArch64	NEON.
 
Jiangning Liu
 - [llvm] r195941 - AArch64: The pattern match should check the range of	the immediate value.
 
Hao Liu
 - [llvm] r195944 - Refactor a lot of patchpoint/stackmap related code to	simplify and make it
 
Lang Hames
 - [llvm] r195945 - Remove unused variable from r195944.
 
Lang Hames
 - [llvm] r195946 - Don't model the fetch and decode units for the PPC440
 
Hal Finkel
 - [llvm] r195947 - Adjust PPC440 operand latencies
 
Hal Finkel
 - [llvm] r195948 - Fixup PPC440 load/store operand latencies
 
Hal Finkel
 - [llvm] r195949 - Create a PPC440 SchedMachineModel
 
Hal Finkel
 - [llvm] r195950 - Teach LocalStackSlotAllocation that	stackmaps/patchpoints don't have range
 
Lang Hames
 - [llvm] r195951 - Adjust PPC A2 input operand latencies
 
Hal Finkel
 - [llvm] r195965 - Fixed issue with microMIPS long branch.
 
Zoran Jovanovic
 - [llvm] r195966 - mips: XFAIL llvm-cov test
 
Petar Jovanovic
 - [llvm] r195967 - Revert revision 195965.
 
Zoran Jovanovic
 - [llvm] r195967 - Revert revision 195965.
 
Chandler Carruth
 - [llvm] r195967 - Revert revision 195965.
 
Zoran Jovanovic
 - [llvm] r195967 - Revert revision 195965.
 
Chandler Carruth
 - [llvm] r195967 - Revert revision 195965.
 
Daniel Sanders
 - [llvm] r195967 - Revert revision 195965.
 
Renato Golin
 - [llvm] r195968 - Part 1 of 3 patches that completes very long	conditional branches
 
Reed Kotler
 - [llvm] r195969 - Reverse the order of eviction checks for possible	compile time savings. No functionality.
 
Andrew Trick
 - [llvm] r195971 - Force CPU type to unbreak unit tests on Haswell	machines.
 
Juergen Ributzka
 - [llvm] r195972 - [mips][msa] A small refactor to reduce patch noise	in my next commit
 
Daniel Sanders
 - [llvm] r195973 - [mips][msa] MSA loads and stores have a 10-bit	offset. Account for this when lowering FrameIndex.
 
Daniel Sanders
 - [llvm] r195975 - Fixed issue with microMIPS long branch.
 
Zoran Jovanovic
 - [llvm] r195976 - Test case for issue with microMIPS long branch.
 
Zoran Jovanovic
 - [llvm] r195977 - Update the cpu specified on some PPC regression tests
 
Hal Finkel
 - [llvm] r195978 - Desensitize a couple of PPC regression tests
 
Hal Finkel
 - [llvm] r195979 - Convert a PPC test from grep to FileCheck
 
Hal Finkel
 - [llvm] r195980 - Split some PPC itinerary classes
 
Hal Finkel
 - [llvm] r195981 - Add a scheduling model (with itinerary) for the PPC	POWER7
 
Hal Finkel
 - [llvm] r196004 - Use 'unsigned char' to get this past gcc error	message:
 
Bill Wendling
 - [llvm] r196006 - Use accessor methods instead.
 
Bill Wendling
 - [llvm] r196042 - Ensure bitcode encoding of linkage types stays	stable. Patch by Boaz Ouriel
 
Michael Kuperstein
 - [llvm] r196044 - Revamp error checking in the ms inline asm parser.
 
Benjamin Kramer
 - [llvm] r196046 - ARM: fix bug in -Oz stack adjustment folding
 
Tim Northover
 - [llvm] r196046 - ARM: fix bug in -Oz stack adjustment folding
 
Tim Northover
 - [llvm] r196046 - ARM: fix bug in -Oz stack adjustment folding
 
Bill Wendling
 - [llvm] r196051 - Add -mcpu to stackmap.ll
 
Andrew Trick
 - [llvm] r196052 - Also test the created stubs on 32 bits.
 
Rafael Espindola
 - [llvm] r196059 - Refactor for clarity and efficiency.
 
Rafael Espindola
 - [llvm] r196063 - Remove dead declarations.
 
Rafael Espindola
 - [llvm] r196064 - Rename test with misspelt filename
 
Alp Toker
 - [llvm] r196065 - Change the default of AsmWriterClassName and	isMCAsmWriter.
 
Rafael Espindola
 - [llvm] r196066 - Remove dead code.
 
Rafael Espindola
 - [llvm] r196067 - Remove #if 0 declarations.
 
Rafael Espindola
 - [llvm] r196068 - Remove leftovers from a non-MC asm printer.
 
Rafael Espindola
 - [llvm] r196069 - Update the LTO GoldPlugin documentation
 
Alp Toker
 - [llvm] r196069 - Update the LTO GoldPlugin documentation
 
Bill Wendling
 - [Mesa-dev] [PATCH] R600/SI: Implement spilling of SGPRs v4
 
Christian König
 - [Mesa-dev] [PATCH] R600/SI: Implement spilling of SGPRs v4
 
Michel Dänzer
 - [Mesa-dev] [PATCH] R600/SI: Implement spilling of SGPRs v4
 
Tom Stellard
 - [MIPS] code maintainer
 
Rich Fuhler
 - [MIPS] code maintainer
 
Chris Lattner
 - [MIPS] code maintainer
 
Daniel Sanders
 - [MIPS] code maintainer
 
Chris Lattner
 - [MIPS] code maintainer
 
Bill Wendling
 - [PATCH][AArch64] Add llvm-mc test for asm code generated from all	LLVM IR tests
 
Jiangning Liu
 - [PATCH][AArch64] Add llvm-mc test for asm code generated from all	LLVM IR tests
 
Tim Northover
 - [PATCH][AArch64] Add llvm-mc test for asm code generated from all	LLVM IR tests
 
Jiangning Liu
 - [PATCH][AArch64] Add missing intrinsic function vbsl_f64
 
Jiangning Liu
 - [PATCH][AArch64] Add missing intrinsic function vbsl_f64
 
Tim Northover
 - [PATCH][AArch64] Add support for vget/vset_lane_f16 ACLE functions
 
Chad Rosier
 - [PATCH][AArch64] Add support for vget/vset_lane_f16 ACLE functions
 
Tim Northover
 - [PATCH][AArch64] Add support for vget/vset_lane_f16 ACLE functions
 
Chad Rosier
 - [PATCH][AArch64] Add support for vget/vset_lane_f16 ACLE functions
 
Tim Northover
 - [PATCH][AArch64] Add support for vget/vset_lane_f16 ACLE functions
 
Chad Rosier
 - [PATCH] [AArch64]Implement 128 bit register copy with NEON.
 
Kevin Qin
 - [PATCH] [AArch64]Implement 128 bit register copy with NEON.
 
Tim Northover
 - [PATCH][AArch64]Implemented vcopy_lane patterns using scalar dup
 
Ana Pazos
 - [PATCH][AArch64]Implemented vcopy_lane patterns using scalar dup
 
Jiangning Liu
 - [PATCH][AArch64] request to push AArch64 patches to release 3.4	branch
 
Ana Pazos
 - [PATCH][AArch64] request to push AArch64 patches to release 3.4	branch
 
Bill Wendling
 - [PATCH][AArch64] request to push AArch64 patches to release 3.4	branch
 
Jiangning Liu
 - [PATCH][AArch64] request to push AArch64 patches to release 3.4	branch
 
Bill Wendling
 - [PATCH][AArch64] request to push AArch64 patches to release 3.4	branch
 
Jiangning Liu
 - [PATCH][AArch64] request to push AArch64 patches to release 3.4	branch
 
Bill Wendling
 - [PATCH][AArch64] Request to push AArch64 patches to the release 3.4	branch
 
Chad Rosier
 - [PATCH][AArch64] Request to push AArch64 patches to the release	3.4 branch
 
Bill Wendling
 - [PATCH] [AArch64 NEON]Fix a assertion failure when disassemble SHLL	instruction.
 
Kevin Qin
 - [PATCH] [AArch64 NEON]Fix a assertion failure when disassemble	SHLL instruction.
 
Tim Northover
 - [PATCH] [AArch64 NEON]Fix a assertion failure when disassemble	SHLL instruction.
 
Kevin Qin
 - [PATCH] [AArch64 NEON]Fix a assertion failure when disassemble	SHLL instruction.
 
Tim Northover
 - [PATCH] [compiler-rt] use .p2align instead of .align
 
Saleem Abdulrasool
 - [PATCH] [DOC] LangRef: Clarify when index of temporaries begin at 0
 
Mikael Lyngvig
 - [PATCH] [DOC] LangRef: Clarify when index of temporaries begin at	0
 
Sean Silva
 - [PATCH] [DOC] LangRef: Clarify when index of temporaries begin at	0
 
Mikael Lyngvig
 - [PATCH] [DOC] LangRef: Clarify when index of temporaries begin at	0
 
Sean Silva
 - [PATCH] [DOC] LangRef: Clarify when index of temporaries begin at	0
 
Mikael Lyngvig
 - [PATCH] [DOC] LangRef: Clarify when index of temporaries begin at	0
 
Sean Silva
 - [PATCH] [DOC] LangRef: Clarify when index of temporaries begin at	0
 
Mikael Lyngvig
 - [PATCH] [DOC] LangRef: Clarify when index of temporaries begin at	0
 
Sean Silva
 - [PATCH] [DOC] LangRef: Clarify when index of temporaries begin at	0
 
Mikael Lyngvig
 - [PATCH] [DOCS] LangRef references undefined variable in sample code
 
Mikael Lyngvig
 - [PATCH] [DOCS] ldd's usage of C++11 requires GCC v4.7+
 
Mikael Lyngvig
 - [PATCH] [DOCS] ldd's usage of C++11 requires GCC v4.7+
 
Rui Ueyama
 - [PATCH] [DOCS] ldd's usage of C++11 requires GCC v4.7+
 
Mikael Lyngvig
 - [PATCH] [IPO] enable EP_EnabledOnOptLevel0 passes for OptLevel > 0
 
Eric Christopher
 - [PATCH] [IPO] enable EP_EnabledOnOptLevel0 passes for OptLevel > 0
 
Saleem Abdulrasool
 - [PATCH] [IPO] enable EP_EnabledOnOptLevel0 passes for OptLevel > 0
 
Saleem Abdulrasool
 - [PATCH] [PATCH][AArch64]Fix a bug about disassembling post-index load	single element to 4 vectors
 
Hao Liu
 - [PATCH] [PATCH][AArch64]Fix a bug about disassembling post-index	load single element to 4 vectors
 
Tim Northover
 - [PATCH] [PATCH][AArch64] Pattern match should check the range of an	immediate value.
 
Hao Liu
 - [PATCH] [PATCH][AArch64] Pattern match should check the range of	an immediate value.
 
Tim Northover
 - [patch][pr17918] Use simple section names for COMDAT sections
 
Rafael Espíndola
 - [patch][pr17918] Use simple section names for COMDAT sections
 
Reid Kleckner
 - [patch][pr17918] Use simple section names for COMDAT sections
 
Rafael Espíndola
 - [PATCH] [sanitizer] Expose __sanitizer_print_stack_trace().
 
Sergey Matveev
 - [PATCH] [sanitizer] Expose __sanitizer_print_stack_trace().
 
Alexey Samsonov
 - [PATCH] [sanitizer] Expose __sanitizer_print_stack_trace().
 
Sergey Matveev
 - [PATCH] [sanitizer] Expose __sanitizer_print_stack_trace().
 
Alexander Potapenko
 - [PATCH] [sanitizer] Implement TwoLevelByteMap and use it for the	internal allocator on 64-bit.
 
Kostya Serebryany
 - [PATCH] [sanitizer] Implement TwoLevelByteMap and use it for the	internal allocator on 64-bit.
 
Dmitry Vyukov
 - [PATCH] [sanitizer] Implement TwoLevelByteMap and use it for the	internal allocator on 64-bit.
 
Dmitry Vyukov
 - [PATCH] [sanitizer] Implement TwoLevelByteMap and use it for the	internal allocator on 64-bit.
 
Kostya Serebryany
 - [PATCH][X86] Add intrinsic for SSE2 PAUSE instruction
 
Cameron McInally
 - [PATCH] Add a RequireStructuredCFG Field to TargetMachine.
 
Vincent Lejeune
 - [PATCH] Add a RequireStructuredCFG Field to TargetMachine.
 
Tom Stellard
 - [PATCH] Add PostDominatorTree::getDescendants
 
Diego Novillo
 - [PATCH] Add PostDominatorTree::getDescendants
 
Chandler Carruth
 - [PATCH] Add return to DIType::Verify
 
Renato Golin
 - [PATCH] Add return to DIType::Verify
 
Eric Christopher
 - [PATCH] Add return to DIType::Verify
 
Eric Christopher
 - [PATCH] Add return to DIType::Verify
 
Renato Golin
 - [PATCH] Add return to DIType::Verify
 
Robinson, Paul
 - [PATCH] Add return to DIType::Verify
 
Eric Christopher
 - [PATCH] Add small text file reader facility.
 
Diego Novillo
 - [PATCH] Add small text file reader facility.
 
Chandler Carruth
 - [PATCH] Add tests for profile sample file parsing
 
Diego Novillo
 - [PATCH] Add tests for profile sample file parsing
 
Sean Silva
 - [PATCH] Add tests for profile sample file parsing
 
Sean Silva
 - [PATCH] Add tests for profile sample file parsing
 
Diego Novillo
 - [PATCH] Add tests for profile sample file parsing
 
Diego Novillo
 - [PATCH] Add tests for profile sample file parsing
 
Chandler Carruth
 - [PATCH] ARM: allow machine-CSE on litpool materialisations of a global
 
Tim Northover
 - [PATCH] ARM: allow machine-CSE on litpool materialisations of a	global
 
Tim Northover
 - [PATCH] ARM: allow machine-CSE on litpool materialisations of a	global
 
Renato Golin
 - [PATCH] ARM: fix Oz sp-adjust folding to respect callee-saved	registers
 
Tim Northover
 - [PATCH] ARM: fix Oz sp-adjust folding to respect callee-saved	registers
 
Anton Korobeynikov
 - [PATCH] ARM: fix Oz sp-adjust folding to respect callee-saved	registers
 
Tim Northover
 - [PATCH] ARM: fix Oz sp-adjust folding to respect callee-saved	registers
 
Tim Northover
 - [PATCH] ARM: fix Oz sp-adjust folding to respect callee-saved	registers
 
Renato Golin
 - [PATCH] ARM: fix Oz sp-adjust folding to respect callee-saved	registers
 
Anton Korobeynikov
 - [PATCH] ARM: fix Oz sp-adjust folding to respect callee-saved	registers
 
Tim Northover
 - [PATCH] ARM: refactor redundant *_dyn pseudos
 
Tim Northover
 - [PATCH] ARM: refactor redundant *_dyn pseudos
 
Renato Golin
 - [PATCH] ARM: refactor redundant *_dyn pseudos
 
Tim Northover
 - [PATCH] ARM integrated assembler generates incorrect nop opcode
 
Tim Northover
 - [PATCH] ARM integrated assembler generates incorrect nop opcode
 
Renato Golin
 - [PATCH] ARM integrated assembler generates incorrect nop opcode
 
David Peixotto
 - [PATCH] ARM integrated assembler generates incorrect nop opcode
 
Chad Rosier
 - [PATCH] ARM integrated assembler generates incorrect nop opcode
 
Eric Christopher
 - [PATCH] ARM integrated assembler generates incorrect nop opcode
 
David Peixotto
 - [PATCH] ARM integrated assembler generates incorrect nop opcode
 
Eric Christopher
 - [PATCH] ARM integrated assembler generates incorrect nop opcode
 
Jim Grosbach
 - [PATCH] ARM integrated assembler generates incorrect nop opcode
 
Bill Wendling
 - [PATCH] asan/tsan/msan: common interceptors for linux aio
 
Dmitry Vyukov
 - [PATCH] asan/tsan/msan: common interceptors for linux aio
 
Evgeniy Stepanov
 - [PATCH] asan/tsan/msan: common interceptors for linux aio
 
Dmitry Vyukov
 - [PATCH] asan/tsan/msan: common interceptors for linux aio
 
Dmitry Vyukov
 - [PATCH] asan/tsan/msan: common interceptors for linux aio
 
Evgeniy Stepanov
 - [PATCH] asan/tsan/msan: common interceptors for linux aio
 
Dmitry Vyukov
 - [PATCH] Avoid internalizing dllexported symbols
 
Yunzhong Gao
 - [PATCH] Avoid internalizing dllexported symbols
 
Saleem Abdulrasool
 - [PATCH] Begin adding docs and IR-level support for the inalloca	attribute
 
Reid Kleckner
 - [PATCH] Begin adding docs and IR-level support for the inalloca	attribute
 
Reid Kleckner
 - [PATCH] Begin adding docs and IR-level support for the inalloca	attribute
 
Sean Silva
 - [PATCH] Change representation of dllexport/dllimport
 
Nico Rieck
 - [PATCH] Change the way labels are propagated when comparing	memory through libc functions
 
Lorenzo Martignoni
 - [PATCH] Change the way labels are propagated when comparing	memory through libc functions
 
Peter Collingbourne
 - [PATCH] Change the way labels are propagated when comparing	memory through libc functions
 
Lorenzo Martignoni
 - [PATCH] Change the way labels are propagated when comparing	memory through libc functions
 
Lorenzo Martignoni
 - [PATCH] ClamAV output
 
Renato Golin
 - [PATCH] ClamAV output
 
Daniel Dunbar
 - [PATCH] ClamAV output
 
Renato Golin
 - [PATCH] CMake/Autoconf : perform a sanity check on the compiler	support for C++11
 
Arnaud Allard de Grandmaison
 - [PATCH] CMake/Autoconf : perform a sanity check on the compiler	support for C++11
 
Tim Northover
 - [PATCH] CMake/Autoconf : perform a sanity check on the compiler	support for C++11
 
Arnaud A. de Grandmaison
 - [PATCH] CMake/Autoconf : perform a sanity check on the compiler	support for C++11
 
Joerg Sonnenberger
 - [PATCH] Complete r184924 by changing the LLVM_INCLUDE_TOOL	variable type
 
Edoardo P.
 - [PATCH] Disable branch folding with MemorySanitizer
 
Renato Golin
 - [PATCH] Disable tail merge of call sites when building with any	sanitizer
 
Evgeniy Stepanov
 - [PATCH] Disable tail merge of call sites when building with any	sanitizer
 
Diego Novillo
 - [PATCH] Enable FeatureMP for Cortex-A5 by default
 
James Molloy
 - [PATCH] Enable FeatureMP for Cortex-A5 by default
 
Renato Golin
 - [PATCH] Enable FeatureMP for Cortex-A5 by default
 
Amara Emerson
 - [PATCH] Extend the ABI list to discard new glibc functions
 
Lorenzo Martignoni
 - [PATCH] Fix current stack unwinding when using DRASan
 
Timur Iskhodzhanov
 - [PATCH] Fix current stack unwinding when using DRASan
 
Timur Iskhodzhanov
 - [PATCH] Fix current stack unwinding when using DRASan
 
Kostya Serebryany
 - [PATCH] Fix current stack unwinding when using DRASan
 
Alexey Samsonov
 - [PATCH] Fix current stack unwinding when using DRASan
 
Alexey Samsonov
 - [PATCH] Fix current stack unwinding when using DRASan
 
Timur Iskhodzhanov
 - [PATCH] Fix dominator descendants for unreachable blocks.
 
Diego Novillo
 - [PATCH] Fix dominator descendants for unreachable blocks.
 
Renato Golin
 - [PATCH] Fix dominator descendants for unreachable blocks.
 
Diego Novillo
 - [PATCH] Fix dominator descendants for unreachable blocks.
 
Renato Golin
 - [PATCH] Fix dominator descendants for unreachable blocks.
 
Chandler Carruth
 - [PATCH] Fix dominator descendants for unreachable blocks.
 
Chandler Carruth
 - [PATCH] Fix dominator descendants for unreachable blocks.
 
Renato Golin
 - [PATCH] Fixed tryFoldToZero() for vector types that need	expansion.
 
Daniel Sanders
 - [PATCH] Fixed tryFoldToZero() for vector types that need	expansion.
 
Daniel Sanders
 - [PATCH] Fix for PR17975 - wrong code for bit shifting integer	promotion at -O1 and above on x86_64-linux-gnu
 
Kai Nacke
 - [PATCH] fix incorrect codegen from instcombine (PR17827)
 
Kay Tiong Khoo
 - [PATCH] fix incorrect codegen from instcombine (PR17827)
 
Evan Cheng
 - [PATCH] Fix PR18054
 
Michael Liao
 - [PATCH] Fix PR18054
 
Michael Liao
 - [PATCH] Fix PR18054
 
Nadav Rotem
 - [PATCH] Fix PR18054
 
Michael Liao
 - [PATCH] Fix SROA creating invalid bitcasts between address spaces
 
Pekka Jääskeläinen
 - [PATCH] Fix SROA creating invalid bitcasts between address spaces
 
David Tweed
 - [PATCH] Fix the failure exposed by checking constant integer argument	range
 
Jiangning Liu
 - [PATCH] Fix the failure exposed by checking constant integer	argument range
 
Tim Northover
 - [PATCH] Fix the failure exposed by checking constant integer	argument range
 
Jiangning Liu
 - [PATCH] Fix the failure exposed by checking constant integer	argument range
 
Tim Northover
 - [PATCH] Generalize debug info / EH emission in AsmPrinter
 
Timur Iskhodzhanov
 - [PATCH] Generalize debug info / EH emission in AsmPrinter
 
Eric Christopher
 - [PATCH] Generalize debug info / EH emission in AsmPrinter
 
Timur Iskhodzhanov
 - [PATCH] Generalize debug info / EH emission in AsmPrinter
 
Timur Iskhodzhanov
 - [PATCH] Generalize debug info / EH emission in AsmPrinter
 
Timur Iskhodzhanov
 - [PATCH] Generalize debug info / EH emission in AsmPrinter
 
Timur Iskhodzhanov
 - [PATCH] Generalize debug info / EH emission in AsmPrinter
 
Timur Iskhodzhanov
 - [patch] Hide the stub created for MO_ExternalSymbol too.
 
Rafael Espíndola
 - [patch] Hide the stub created for MO_ExternalSymbol too.
 
Rafael Espíndola
 - [PATCH] Implement aarch64 neon instruction class SIMD lsone and	lsone-post - LLVM
 
Tim Northover
 - [PATCH] Implement aarch64 neon instruction class SIMD lsone and	lsone-post - LLVM
 
Jiangning Liu
 - [PATCH] Implement a bunch of custom glibc wrappers &	corresponding tests.
 
Lorenzo Martignoni
 - [PATCH] Implement a bunch of custom glibc wrappers &	corresponding tests.
 
Lorenzo Martignoni
 - [PATCH] Implement a bunch of custom glibc wrappers &	corresponding tests.
 
Peter Collingbourne
 - [PATCH] Implement a bunch of custom glibc wrappers &	corresponding tests.
 
Evgeniy Stepanov
 - [PATCH] Implement a bunch of custom glibc wrappers &	corresponding tests.
 
Evgeniy Stepanov
 - [PATCH] Implement a bunch of custom glibc wrappers &	corresponding tests.
 
Lorenzo Martignoni
 - [PATCH] Implement pragma llvm.vectorizer.enable in LoopVectorizer
 
Renato Golin
 - [PATCH] Implement pragma llvm.vectorizer.enable in LoopVectorizer
 
Nadav Rotem
 - [PATCH] Implement pragma llvm.vectorizer.enable in LoopVectorizer
 
Renato Golin
 - [PATCH] Implement pragma llvm.vectorizer.enable in LoopVectorizer
 
Pekka Jääskeläinen
 - [PATCH] Implement pragma llvm.vectorizer.enable in LoopVectorizer
 
Nadav Rotem
 - [PATCH] Implement pragma llvm.vectorizer.enable in LoopVectorizer
 
Renato Golin
 - [PATCH] Implement pragma llvm.vectorizer.enable in LoopVectorizer
 
Arnold
 - [PATCH] Implement pragma llvm.vectorizer.enable in LoopVectorizer
 
Renato Golin
 - [PATCH] Implement pragma llvm.vectorizer.enable in LoopVectorizer
 
Renato Golin
 - [PATCH] Implement the ldr-pseudo opcode for ARM assembly
 
Renato Golin
 - [PATCH] Implement the ldr-pseudo opcode for ARM assembly
 
David Peixotto
 - [PATCH] Introduce line editor library.
 
Manuel Klimek
 - [PATCH] Linkage Type bitcode test 
 
Ouriel, Boaz
 - [PATCH] Linkage Type bitcode test
 
Rafael Espíndola
 - [PATCH] Link Clang/ARM/Arch Linux builder into Zorg
 
Mikael Lyngvig
 - [PATCH] Link Clang/ARM/Arch Linux builder into Zorg
 
Renato Golin
 - [PATCH] Link Clang/ARM/Arch Linux builder into Zorg
 
Mikael Lyngvig
 - [PATCH] Link Clang/ARM/Arch Linux builder into Zorg
 
Renato Golin
 - [PATCH] Link Clang/ARM/Arch Linux builder into Zorg
 
Mikael Lyngvig
 - [PATCH] Link Clang/ARM/Arch Linux builder into Zorg
 
Renato Golin
 - [PATCH] Link Clang/ARM/Arch Linux builder into Zorg
 
Mikael Lyngvig
 - [PATCH] Link Clang/ARM/Arch Linux builder into Zorg
 
Renato Golin
 - [PATCH] Link Clang/ARM/Arch Linux builder into Zorg
 
Renato Golin
 - [PATCH] Link Clang/ARM/Arch Linux builder into Zorg
 
Mikael Lyngvig
 - [PATCH] Linking of shared libraries for MIPS little-endian 32-bit	target
 
Simon Atanasyan
 - [PATCH] overzealous instcombine of fptrunc(OP(fpext(x), fpext(y)))
 
Stephen Canon
 - [PATCH] overzealous instcombine of fptrunc(OP(fpext(x), fpext(y)))
 
Nadav Rotem
 - [PATCH] overzealous instcombine of fptrunc(OP(fpext(x), fpext(y)))
 
Stephen Canon
 - [PATCH] overzealous instcombine of fptrunc(OP(fpext(x), fpext(y)))
 
Sean Silva
 - [PATCH] Propagation of profile samples through the CFG.
 
Diego Novillo
 - [PATCH] Propagation of profile samples through the CFG.
 
Eric Christopher
 - [PATCH] R600/SI: Implement spilling of SGPRs v4
 
Tom Stellard
 - [PATCH] R600: Add support for ISD::FROUND
 
Tom Stellard
 - [PATCH] R600: Add support for ISD::FROUND
 
Bill Wendling
 - [PATCH] R600: Workaround for cayman loop bug
 
Vincent Lejeune
 - [PATCH] Re-enable movw/movt on iOS static platforms
 
Tim Northover
 - [PATCH] Refactor classes in sample profiler for new functionality
 
Diego Novillo
 - [PATCH] Refactor classes in sample profiler for new functionality
 
Chandler Carruth
 - [PATCH] Refactor classes in sample profiler for new functionality
 
Diego Novillo
 - [PATCH] Refactored the implementation of AArch64 NEON instruction ZIP,	UZP and TRN and fix a bug when mixed use of vget_high_u8() and	vuzp_u8().
 
Kevin Qin
 - [PATCH] Refactored the implementation of AArch64 NEON instruction	ZIP, UZP and TRN and fix a bug when mixed use of vget_high_u8() and	vuzp_u8().
 
Tim Northover
 - [PATCH] Refactored the implementation of AArch64 NEON instruction	ZIP, UZP and TRN and fix a bug when mixed use of vget_high_u8() and	vuzp_u8().
 
Kevin Qin
 - [PATCH] Request to push microMIPS patch to the release 3.4 branch
 
Zoran Jovanovic
 - [PATCH] Request to push microMIPS patch to the release 3.4 branch
 
Daniel Sanders
 - [PATCH] switch ARM modes in inline asm
 
Greg Fitzgerald
 - [PATCH] switch ARM modes in inline asm
 
Renato Golin
 - [PATCH] switch ARM modes in inline asm
 
Tim Northover
 - [PATCH] switch ARM modes in inline asm
 
Renato Golin
 - [PATCH] switch ARM modes in inline asm
 
Jim Grosbach
 - [PATCH] tsan: support for linux aio
 
Dmitry Vyukov
 - [PATCH] tsan: support for linux aio
 
Evgeniy Stepanov
 - [PATCH] tsan: support for linux aio
 
Dmitry Vyukov
 - [PATCH] Using select for remote MCJIT messages
 
Renato Golin
 - [PATCH] Using select for remote MCJIT messages
 
Renato Golin
 - [PATCH] Using select for remote MCJIT messages
 
Renato Golin
 - [PATCH] Using select for remote MCJIT messages
 
Renato Golin
 - [PATH] Change how MachOLinkingContext initializes defaults
 
Joe Ranieri
 - [PATH] Change how MachOLinkingContext initializes defaults
 
Rui Ueyama
 - [polly] r195935 - (re)enable formatting checks
 
Tobias Grosser
 - [test-suite] r195646 - Work-around for ClamAV uncertainty in	test-suite
 
Renato Golin
 - [test-suite] r195738 - Merging r195646:
 
Bill Wendling
 - [www] r195686 - Update Win installer snapshot build links to r195641.
 
Hans Wennborg
 - [www] r195689 - Update clang-format VS plugin download links for	r195641
 
Hans Wennborg
 - [www] r195739 - Fix typo, and highlight stage.
 
Bill Wendling
 - [zorg] r195058 - Based on the patch proposed by Rick Foos!
 
Dmitri Gribenko
 - [zorg] r195058 - Based on the patch proposed by Rick Foos!
 
Galina Kistanova
 - [zorg] r195058 - Based on the patch proposed by Rick Foos!
 
Rick Foos
 - [zorg] r195058 - Based on the patch proposed by Rick Foos!
 
Dmitri Gribenko
 - [zorg] r195860 - Patch by Mikael Lyngvig!
 
Galina Kistanova
 - [zorg] r195909 - Temporary workaround till all the slaves will be	configured	to have C_COMPILER and CXX_COMPILER set locally. Will be rolled back	later.
 
Galina Kistanova
 - Bug 16358: simplify SCEVs with assumptions
 
Sebastian Pop
 - Bug 16358: simplify SCEVs with assumptions
 
Hal Finkel
 - Bug 16358: simplify SCEVs with assumptions
 
Andrew Trick
 - Bug 16358: simplify SCEVs with assumptions
 
Hal Finkel
 - Bug 16358: simplify SCEVs with assumptions
 
Andrew Trick
 - Bug 16358: simplify SCEVs with assumptions
 
Sebastian Pop
 - Bug 16358: simplify SCEVs with assumptions
 
Sebastian Pop
 - Bug 16358: simplify SCEVs with assumptions
 
Andrew Trick
 - Bug 16358: simplify SCEVs with assumptions
 
Andrew Trick
 - Bug 16358: simplify SCEVs with assumptions
 
Sebastian Pop
 - Current LLVM svn failing to build under Ubuntu precise (gcc 4.6)
 
Sylvestre Ledru
 - Current LLVM svn failing to build under Ubuntu precise (gcc 4.6)
 
Bill Wendling
 - Enhance fix of PR17631
 
Michael Liao
 - Fwd: [PATCH] Link Clang/ARM/Arch Linux builder into Zorg
 
Mikael Lyngvig
 - LLVM buildmaster will be restarted today after 6 PM Pacific
 
Galina Kistanova
 - Patch for `include/llvm/Support/Host.h` to support BSD and	Solaris endian.h equivalents
 
Samuel Marks
 - Patch for `include/llvm/Support/Host.h` to support BSD and	Solaris endian.h equivalents
 
Rafael Espíndola
 - Patch for `include/llvm/Support/Host.h` to support BSD and	Solaris endian.h equivalents
 
Samuel Marks
 - Ping 2: Add a LOAD_SEQUENCE_POINT ISDOpcode
 
Richard Sandiford
 - PR17326, PATCH
 
Stepan Dyatkovskiy
 - PR17326, PATCH
 
Stepan Dyatkovskiy
 - PR17326, PATCH
 
Stepan Dyatkovskiy
 - PR17925, PATCH
 
Stepan Dyatkovskiy
 - PR17925, PATCH
 
Nick Lewycky
 - PR17925, PATCH
 
Stepan Dyatkovskiy
 - r195363 - Add support for legalizing SETNE/SETEQ by inverting	the condition code and the result of the comparison.
 
Daniel Sanders
 - r195676 - Make the integrated assembler the default for	cygwin/mingw too.
 
NAKAMURA Takumi
 - r195676 - Make the integrated assembler the default for	cygwin/mingw too.
 
Bill Wendling
 - r195676 - Make the integrated assembler the default for	cygwin/mingw too.
 
Anton Korobeynikov
 - r195676 - Make the integrated assembler the default for	cygwin/mingw too.
 
Rafael Espíndola
 - r195676 - Make the integrated assembler the default for	cygwin/mingw too.
 
Rafael Espíndola
 - Why is Sparc using the old asm printer?
 
Rafael Espíndola
 - Why is Sparc using the old asm printer?
 
Venkatraman Govindaraju
 - Why is Sparc using the old asm printer?
 
Jim Grosbach
 - XCore target: Add large code model
 
Richard Osborne
 - XCore target: Add large code model
 
Richard Osborne
 - XCore target: fix handling of unsized global arrays in large	code model
 
Richard Osborne
 - XCore target: fix handling of unsized global arrays in large	code model
 
Robert Lytton
 - XCore target: Make handling of large frames not dependent upon	an FP.
 
Richard Osborne
    
 
    
      Last message date: 
       Sun Dec  1 23:55:29 PST 2013
    Archived on: Tue Aug  4 17:10:48 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).