The Week Of Monday 14 July 2014 Archives by thread
      
      Starting: Mon Jul 14 00:46:33 PDT 2014
         Ending: Sun Jul 20 23:31:13 PDT 2014
         Messages: 998
     
- [PATCH] Expand BuildPairF64 by spilling to stack slot and	reloading from it
 
Sasa Stankovic
- [PATCH] MC: support different sized constants in constant pools
 
Janne Grunau
- [PATCH] 32-bit PowerPC ELF Position Independent Code
 
Joerg Sonnenberger
- [polly] r212925 - DeadCodeElimination: Fix liveout computation
 
Tobias Grosser
- [PATCH] MergeFunc: Don't merge functions with different range	metadata on call/invoke
 
Nick Lewycky
- [compiler-rt] r212857 - [ASan] Improve ODR-violation error	reports.
 
Kostya Serebryany
- [compiler-rt] r212926 - [asan] Remove XFAIL:android from 2 newly	passing tests.
 
Evgeniy Stepanov
- [lld] r212927 - [Mips] Remove unused test input file.
 
Simon Atanasyan
- [PATCH] [compiler-rt][builtins][MIPS] Add mips16 wrappers for	float arithmetic, comparison and conversion
 
Faraz Shahbazker
- [lld] r212928 - [Mips] Delete the empty directory.
 
Simon Atanasyan
- [llvm] r209788 - [x86] Fold extract_vector_elt of a load into the	Load's address computation.
 
Dmitry Babokin
- [PATCH] PR19958 wrong code at -O1 and above on x86_64-linux-gnu	(InstCombine)
 
Nick Lewycky
- [PATCH] [compiler-rt] Add ASan debugging API to get malloc/free	stack traces and shadow memory mapping info
 
Kostya Serebryany
- [compiler-rt] r212929 - [msan] Stop demangling function name in the	stack origin report.
 
Evgeniy Stepanov
- [llvm] r212930 - [mips] Expand BuildPairF64 to a spill and reload	when the O32 FPXX ABI is
 
Sasa Stankovic
- [PATCH] [InstCombine/InstSimplify] Move ashr optimization from	Instcombine to Instsimplify
 
suyog
- [llvm] r212932 - [mips] Correct the AFL_FLAGS1_ODDSPREG flag in	.MIPS.abiflags when no '.module oddspreg' is used
 
Daniel Sanders
- [PATCH] Fix sanitizers' FastUnwindStack() to work in the	unwinding state
 
Viktor Kutuzov
- [llvm] r212933 - AArch64: remove unnecessary pseudo-instruction.
 
Tim Northover
- [PATCH][DAGCombiner] Teach how to combine a pair of shuffles	into a single shuffle if the resulting mask is legal.
 
Kuperstein, Michael M
- [PATCH] Ocaml binding update for fast math flags optimisation
 
J. Charles N. MBIADA
- [llvm] r212934 - [CMake][Win32.DLL] Let llvm_add_library(SHARED) link	dependent libraries as PRIVATE.
 
NAKAMURA Takumi
- [llvm] r212936 - [mips] Use MFHC1 when it is available (MIPS32r2 and	later) for both FP32 and FP64 moves
 
Daniel Sanders
- [compiler-rt] r212937 - [sanitizer] Intercept getpass.
 
Evgeniy Stepanov
- [llvm] r212938 - [mips] For the FP64A ABI,	odd-numbered double-precision moves must not use mtc1/mfc1.
 
Daniel Sanders
- [PATCH] [ELF] Implement parsing `-l` prefixed items in the	`GROUP` linker script command
 
Simon Atanasyan
- [llvm] r212939 - [mips] Correct section alignments and EntrySizes for	.bss, .text, .data, .reginfo, .MIPS.options, and .MIPS.abiflags
 
Daniel Sanders
- [compiler-rt] r212943 - [ASan] Fix a couple of nits in NULL deref	tests
 
Timur Iskhodzhanov
- [compiler-rt] r212944 - [tsan] add a currently-failing test with a	must-deadlock
 
Kostya Serebryany
- [llvm] r212893 - R600: Add option to disable promote alloca
 
Tom Stellard
- [compiler-rt] r212807 - [ASan/Win] Catch NULL derefs and page	faults
 
Timur Iskhodzhanov
- [llvm] r212945 - Revert: [mips] Correct section alignments and	EntrySizes	for .bss, .text, .data, .reginfo, .MIPS.options, and .MIPS.abiflags
 
Daniel Sanders
- [llvm] r212945 - Revert: [mips] Correct section alignments and	EntrySizes for .bss, .text, .data, .reginfo, .MIPS.options,	and .MIPS.abiflags
 
Simon Atanasyan
- [llvm] r212945 - Revert: [mips] Correct section alignments and	EntrySizes for .bss, .text, .data, .reginfo, .MIPS.options, and	.MIPS.abiflags
 
Daniel Sanders
- [llvm] r212945 - Revert: [mips] Correct section alignments and	EntrySizes for .bss, .text, .data, .reginfo, .MIPS.options, and	.MIPS.abiflags
 
Daniel Sanders
 
 
- [PATCH] Allow initialization of Asan interceptors before the general	Asan initialization takes place on FreeBSD
 
Viktor Kutuzov
- [PATCH] [AArch64] Implement Clang CLI interface proposal about	"-march".
 
Kristof Beyls
- [llvm] r212946 - Re-commit: [mips] Correct section alignments and	EntrySizes	for .bss, .text, .data, .reginfo, .MIPS.options, and .MIPS.abiflags
 
Daniel Sanders
- [PATCH] PowerPC support for the ELFv2 ABI (powerpc64le-linux)
 
Ulrich Weigand
- [llvm] r212948 - X86: remove temporary atomicrmw used during lowering.
 
Tim Northover
- [lld] r212949 - [Mips] Fix test case expectations due the latest	changes in the LLVM.
 
Simon Atanasyan
- [compiler-rt] r212951 - [tsan] add a printf to a test
 
Kostya Serebryany
- [compiler-rt] r212952 - [tsan] honour XFAIL in tsan/test_output.sh
 
Kostya Serebryany
- [llvm] r212953 - llvm-objdump: Handle BSS sections larger than the	object file
 
David Majnemer
- [PATCH] Move Post RA Scheduling flag bit into SchedMachineModel
 
Andrew Trick
- [llvm] r212955 - CodeGen: add missing include
 
Saleem Abdulrasool
- [llvm] r212956 - X86: correct 64-bit atomics on 32-bit
 
Saleem Abdulrasool
- [compiler-rt] r212959 - [ASan/Win] Add a test for the case when	dll_thunk is linked twice to the same DLL
 
Timur Iskhodzhanov
- [llvm] r212960 - Remove GCC 3.3 workaround
 
Matt Arsenault
- [compiler-rt] r212815 - [ASan/Win] Don't apply dllexport to	__asan_init in the DLL thunk
 
Timur Iskhodzhanov
- [llvm] r212820 - llvm/test/BugPoint/compile-custom.ll: Use	explicit %python to invoke a test script, compile-custom.ll.py,	for shebang-incapable hosts.
 
Adam Nemet
- [PATCH] Remove explicit references to libdl from Asan test cases
 
Viktor Kutuzov
- [llvm] r212961 - Update comments to include addrspacecast
 
Matt Arsenault
- [llvm] r212962 - Add CreatePointerBitCastOrAddrSpaceCast to IRBuilder	and co.
 
Matt Arsenault
- [llvm] r212963 - Use pointer type cast helpers.
 
Matt Arsenault
- [PATCH] Add CreatePointerBitCastOrAddrSpaceCast to IRBuilder and	co.
 
Matt Arsenault
- [PATCH] R600: Add dag combine for copy of an illegal type.
 
Matt Arsenault
- [PATCH] R600/SI: Add subtarget feature for denormal handling
 
Matt Arsenault
- [PATCH] R600: Add FMA instruction
 
Matt Arsenault
- [PATCH] Compute known bits using invariants
 
hfinkel at anl.gov
- [llvm] r212859 - [RuntimeDyld] Add GOT support for AArch64 to	RuntimeDyldMachO.
 
David Blaikie
- [llvm] r212864 - [RuntimeDyld] Fix stub size and offset for	AArch64 in RuntimeDyldMachO.h.
 
David Blaikie
- [PATCH] Invariant intrinsic canonicalization
 
hfinkel at anl.gov
- [PATCH] Review for hoisting and sinking of equivalent memory	instruction (Instruction Merge Pass)
 
Arnold Schwaighofer
- [PATCH] [ASan] Only define macros in asan_init_version.h,	move the __asan_init declaration back to asan_interface_internal.h
 
Timur Iskhodzhanov
- [PATCH] Teach SROA about addrspacecast.
 
Matt Arsenault
- [PATCH] Add support for intercepting thunks of the form `jmp	dword ptr ds:[WWZZYYXX]`
 
Ehsan Akhgari
- [PATCH] CodeGen: Stick constant pool entries in COMDAT sections	for WinCOFF
 
Jim Grosbach
- [llvm] r212966 - fixed typo
 
Sanjay Patel
- [llvm] r212967 - Unify the lowering of arguments during SjLj prepare.
 
Bill Wendling
- [PATCH][X86] Add patterns to catch a specific add with carry
 
Cameron McInally
- [llvm] r212970 - Don't eliminate memcpy's when the address of the	pointer may itself be relevant. Fixes PR18304. Patch by David Wiberg!
 
Nick Lewycky
- [llvm] r212971 - Look through addrspacecast when checking	isDereferenceablePointer
 
Matt Arsenault
- [PATCH] Fix aliasing issue caused by MemCpyOptimizer (PR18304)
 
Nick Lewycky
- [PATCH] [AArch64] Add add/sub/cmp/cmn aliases to MC AsmParser
 
Arnaud A. de Grandmaison
- [llvm] r212973 - Support: Use a range-based for
 
Justin Bogner
- [PATCH][ARM] Prevent stack guard address from being spilled
 
Bob Wilson
- [PATCH] InstSimplify: The upper bound of X / C was missing a rounding	step
 
David Majnemer
- [llvm] r212976 - InstSimplify: The upper bound of X / C was missing a	rounding step
 
David Majnemer
- [llvm] r212977 - fixed link
 
Sanjay Patel
- [llvm] r211705 - Random Number Generator (llvm)
 
Geremy Condra
- [PATCH] PR18825 - New RegisterCoalescer subtarget hook
 
Chris Bieneman
- [compiler-rt] r212979 - Add support for intercepting thunks of the	form
 
Ehsan Akhgari
- [llvm] r212981 - InstSimplify: Correct sdiv x / -1
 
David Majnemer
- [llvm] r212983 - Fix a test broken in r212981
 
David Majnemer
- [LNT] r212984 - Add missing parameter for compile tests
 
Chris Matthews
- [LNT] r212985 - Whitespace cleanup
 
Chris Matthews
- [llvm] r212986 - Support: Fix option handling when using cl::Required	with aliasopt
 
Justin Bogner
- PATCH: R600/SI: Fix handling of constant initializers
 
Tom Stellard
- [PATCH] [C++11] Add predecessors(BasicBlock *) /	successors(BasicBlock *) iterator ranges.
 
Manuel Jacob
- [PATCH] Ensure proper alignment when reading variadic arguments	for x86-32 and x86-64
 
Thomas Jablin
- [www] r212988 - Update Win snapshot to r212716
 
Hans Wennborg
- [PATCH] Add Forward-Edge Control-Flow Integrity support
 
Tom Roeder
- [llvm] r212990 - removed circular definitions in comments
 
Sanjay Patel
- [llvm] r212991 - ADT: Surface LowerCase argument for utohexstr
 
David Majnemer
- [llvm] r212992 - Convert test to FileCheck
 
Matt Arsenault
- [llvm] r212993 - CodeGen: Add a getSectionKind method to	MachineConstantPoolEntry
 
David Majnemer
- [llvm] r212998 - Move clang feature flags settings out of LLVM core	and into cfe
 
Alp Toker
- [llvm] r212999 - Look through addrspacecast in	GetPointerBaseWithConstantOffset
 
Matt Arsenault
- [llvm] r213000 - Look through addrspacecast in	IsConstantOffsetFromGlobal
 
Matt Arsenault
- [llvm] r213001 - [DAGCombiner] Add more rules to combine shuffle	vector dag nodes.
 
Andrea Di Biagio
- [llvm] r213002 - Fix a -Wunused-local-typedefs warning
 
Alp Toker
- [llvm] r213005 - Revert "Move clang feature flags settings out of	LLVM core and into cfe"
 
Alp Toker
- [llvm] r213006 - CodeGen: Stick constant pool entries in COMDAT	sections for WinCOFF
 
David Majnemer
- [llvm] r213011 - [X86] Specify all TSFlags bit-offsets symbolically
 
Adam Nemet
- [llvm] r213012 - [RuntimeDyld] Handle endiannes differences between	the host and target while
 
Lang Hames
- [llvm] r213015 - Revert "Revert "Move clang feature flags settings	out of LLVM core and into cfe""
 
Alp Toker
- [llvm] r213017 - R600/SI: Default to no single precision denormals.
 
Matt Arsenault
- [llvm] r213018 - R600: Add denormal handling subtarget features.
 
Matt Arsenault
- [polly] r213019 - Annotate reduction parallel loops in the IslAst	textual output
 
Johannes Doerfert
- [llvm] r213020 - [DAGCombiner] Avoid calling method	'isShuffleMaskLegal' on illegal vector types.
 
Andrea Di Biagio
- [llvm] r213021 - Convert test to FileCheck.
 
Matt Arsenault
- [Polly] Fix parallelism check for reductions
 
Johannes Doerfert
- [PATCH] Move helper for getting a terminating musttail call to	BasicBlock
 
Reid Kleckner
- [llvm] r212572 - Improve BasicAA CS-CS queries
 
Nick Lewycky
- [llvm] r213024 - Revert r212572 "improve BasicAA CS-CS queries",	it causes PR20303.
 
Nick Lewycky
- [llvm] r213025 - Teach GetUnderlyingObject / BasicAA about	addrspacecast
 
Matt Arsenault
- [polly] r213026 - [Format] Clang format IslAst.cpp
 
Johannes Doerfert
- [PATCH] Roundtrip the inalloca bit on allocas through bitcode
 
Reid Kleckner
- buildbot failure in LLVM on polly-amd64-linux
 
Johannes Doerfert
- [llvm] r213027 - Document the maximum LLVM IR alignment,	which is 1 << 29 or 0.5 GiB
 
Reid Kleckner
- [llvm] r213029 - Improve test 'CodeGen/X86/combine-vec-shuffle-3.ll'.
 
Andrea Di Biagio
- [llvm] r213030 - Teach computeKnownBits to look through addrspacecast.
 
Matt Arsenault
- [llvm] r213031 - R600: Add dag combine for copy of an illegal type.
 
Matt Arsenault
- [llvm] r213033 - [FastISel] Fix patchpoint lowering to set the result	register.
 
Juergen Ributzka
- [llvm] r213034 - [FastISel] Insert patchpoint instruction before the	target generated call instruction.
 
Juergen Ributzka
- [llvm] r213035 - [FastISel][X86] Implement the FastLowerCall hook.
 
Juergen Ributzka
- [llvm] r213036 - [FastISel][X86] Implement the FastLowerIntrinsicCall	hook.
 
Juergen Ributzka
- [PATCH] R600: Add codegen for more builtins
 
Matt Arsenault
- [llvm] r213037 - [FastISel][X86] Remove no longer needed functions.
 
Juergen Ributzka
- [llvm] r213038 - CodeGen: Handle ConstantVector and undef in WinCOFF	constant pools
 
David Majnemer
- [llvm] r213039 - Relax tests expecting to see CPI symbols
 
David Majnemer
- [llvm] r213041 - Specify a more specific triple for	constant-pool-remat-0.ll
 
David Majnemer
- [llvm] r213042 - Some targets don't prefix private symbols with dot
 
David Majnemer
- [llvm] r213045 - Give SplitBlockAndInsertIfThen the ability to update	a domtree.
 
Peter Collingbourne
- [llvm] r213046 - [dfsan] Move combineShadows to DFSanFunction in	preparation for it to use a domtree.
 
Peter Collingbourne
- [llvm] r213047 - [dfsan] Introduce an optimization to reduce the	number of union queries.
 
Peter Collingbourne
- [PATCH] Allow bitcast + struct GEP transform to work with	addrspacecast
 
Matt Arsenault
- [llvm] r213048 - Revert "[FastISel][X86] Remove no longer needed	functions."
 
Juergen Ributzka
- [llvm] r213049 - [FastISel][X86] Implement the FastLowerCall hook.
 
Juergen Ributzka
- [llvm] r213050 - [FastISel][X86] Implement the FastLowerIntrinsicCall	hook.
 
Juergen Ributzka
- [llvm] r213051 - [FastISel][X86] Remove no longer needed functions.
 
Juergen Ributzka
- [PATCH] Use invariants in LazyValueInfo
 
hfinkel at anl.gov
- [llvm] r213052 - Fix typo in comment
 
David Majnemer
- [PATCH][AArch64] Use 8-byte load&store for inlined memcpy() on	Cortex A53
 
Sergey Dmitrouk
- [compiler-rt] r213053 - [ASan] Only define macros in	asan_init_version.h, 	move the __asan_init declaration back to asan_interface_internal.h
 
Timur Iskhodzhanov
- [PATCH] improve scheduling in SLPVectorizer
 
Erik Eckstein
- [compiler-rt] r213054 - [sanitizer] De-flake one test.
 
Evgeniy Stepanov
- [compiler-rt] r213056 - tsan: remove compat mapping
 
Dmitry Vyukov
- [compiler-rt] r213057 - tsan: remove special handling of false reports	coming from JVM
 
Dmitry Vyukov
- [llvm] r213059 - AArch64: fall back to generic code for out of range	extract/insert.
 
Tim Northover
- [PATCH] Fix the prefix for arm64 triple
 
Yi Kong
- [llvm] r213061 - Silence a warning in conditional expression.
 
Andrea Di Biagio
- [polly] r213062 - Update to isl-0.13.0
 
Tobias Grosser
- [llvm] r213064 - Prune Redundant libdeps in CMake's	target_link_libraries and LLVMBuild.txt.
 
NAKAMURA Takumi
- [llvm] r213069 - [DAGCombiner] Add more rules to fold shuffles.
 
Andrea Di Biagio
- [Patch] Add Sanitizer bot for ppc64
 
Will Schmidt
- [PATCH] Port memory barriers intrinsics to AArch64
 
Yi Kong
- [PATCH 1/1] R600: Implement zero undef variants of ctlz/cttz
 
Jan Vesely
- [llvm] r213070 - Add x86 patterns to match a specific add-with-carry.
 
Cameron McInally
- [llvm] r213071 - [mips] Correct .MIPS.abiflags fp_abi field for	-mfpxx and without .module
 
Daniel Sanders
- [llvm] r213072 - R600: Implement zero undef variants of ctlz/cttz
 
Jan Vesely
- [llvm] r213073 - Revert r213070. It's breaking the build in	MCELFStreamer::EmitInstToData(...).
 
Cameron McInally
- [llvm] r213074 - [AArch64] Add negative tests for the SIMD & FP LDP	instructions.
 
Tilmann Scheller
- [PATCH] [UBsan] Dumping call stacks when reporting bad-cast	(-fsanitize=vptr)
 
Alexey Samsonov
- [PATCH] Add a dereferencable attribute
 
Philip Reames
- [lld] r213077 - [ELF] Implement parsing `-l` prefixed items in the	`GROUP` linker script command.
 
Simon Atanasyan
- [llvm] r213078 - [RegisterCoalescer] Add new subtarget hook allowing	targets to opt-out of coalescing.
 
Chris Bieneman
- [compiler-rt] r213080 - [ASan] Add ASan debugging API to get	malloc/free stack traces and shadow memory mapping info
 
Kuba Brecka
- [llvm] r213082 - ADT: Add "end namespace" comment
 
Duncan P. N. Exon Smith
- [PATCH] Add FreeBSD support to the address sanitizer's	atexit_stats.cc test case
 
Viktor Kutuzov
- [PATCH][X86] Add a check for 'isMOVHLPSMask' within method	'isShuffleMaskLegal'.
 
Andrea Di Biagio
- [PATCH] Add FreeBSD support to the address sanitizer's	assign_large_valloc_to_global.cc test case
 
Viktor Kutuzov
- [PATCH] MCJIT MachO debugging support
 
Lang Hames
- [llvm] r213084 - ADT: Fix MapVector::erase()
 
Duncan P. N. Exon Smith
- [Polly] [Refactor] Expose memory access vector typedefs
 
Johannes Doerfert
- [Polly] Data flow reduction detection
 
Johannes Doerfert
- [PATCH] R600/SI: Implement less wrong f32 fdiv
 
Matt Arsenault
- [PATCH] R600/SI: Fix select on i1
 
Matt Arsenault
- [PATCH] R600: Remove intrinsics that appear to be unused
 
Matt Arsenault
- [PATCH] Add clang headers that fix machine-dependent definitions	on FreeBSD 9.2
 
Tobias M
- [PATCH 1/1] Fix rtti flags with cmake
 
Matt Arsenault
- [llvm] r213086 - [RuntimeDyld] Revert r211652 - MachO object GDB	registration support.
 
Lang Hames
- [Polly] [Refactor] Use a function attribute to make polly skip a	function
 
Johannes Doerfert
- [llvm] r213087 - R600: Remove intrinsics that appear to be unused
 
Matt Arsenault
- [llvm] r213088 - R600: Add predicate for UnsafeFPMath
 
Matt Arsenault
- [llvm] r213089 - R600/SI: Implement less wrong f32 fdiv
 
Matt Arsenault
- [PATCH] R600/SI: Allow using f32 rcp / rsq when denormals not handled.
 
Matt Arsenault
- [llvm] r213090 - ADT: Add MapVector::remove_if
 
Duncan P. N. Exon Smith
- [llvm] r213091 - CMake: fix cross-compilation with external source	directories
 
Alp Toker
- [llvm] r213092 - Try out FileCheck's new (in r212810)	-implicit-check-not in a DebugInfo test.
 
David Blaikie
- [polly] r213093 - [Refactor] Use attributes to mark function as	invalid for polly
 
Johannes Doerfert
- [PATCH] Code coverage tool that uses the new coverage mapping	format and clang's instrumentation based profiling data
 
Justin Bogner
- [llvm] r213096 - R600/SI: Fix select on i1
 
Matt Arsenault
- [PATCH] [compiler-rt] ASan debugging API for report info extraction	and locating addresses
 
Kuba Brecka
- [llvm] r213099 - CMake: avoid a reconfigure loop from r213091
 
Alp Toker
- [llvm] r213100 - [dfsan] Introduce further optimization to reduce the	number of union queries.
 
Peter Collingbourne
- [PATCH] [LNT] Further improvements to web UI
 
Chris Matthews
- [llvm] r212844 - [FastISel] Make isInTailCallPosition independent	of SelectionDAG.
 
Eric Christopher
- [llvm] r213101 - Move Post RA Scheduling flag bit into	SchedMachineModel
 
Sanjay Patel
- [www-pubs] r213102 - Added the DBILL paper.
 
John Criswell
- [www-pubs] r213103 - Fixed typo in last commit.
 
John Criswell
- [llvm] r213104 - X86: Simplify	X86WindowsTargetObjectFile::getSectionForConstant
 
David Majnemer
- [PATCH] Perform wildcard expansion in Process::GetArgumentVector on	Windows (PR17098)
 
Hans Wennborg
- [llvm] r213107 - R600/SI: Allow using f32 rcp / rsq when denormals not	handled.
 
Matt Arsenault
- [llvm] r213108 - Remove TLI from isInTailCallPosition's arguments.	NFC.
 
Juergen Ributzka
- [PATCH][X86] AVX512: Disassembler support for compressed displacement
 
Adam Nemet
- [llvm] r213110 - Emit warnings if vectorization is forced and fails.
 
Tyler Nowicki
- [llvm] r213114 - Perform wildcard expansion in	Process::GetArgumentVector on Windows (PR17098)
 
Hans Wennborg
- [llvm] r213117 - Fix comment in InstCombiner::visitAddrSpaceCast.
 
Manuel Jacob
- [llvm] r213118 - Roundtrip the inalloca bit on allocas through bitcode
 
Reid Kleckner
- [PATCH] Review for machine combiner pass
 
Gerolf Hoflehner
- [PATCH] rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
 
Saleem Abdulrasool
- [PATCH] [AArch64] Enhance rematerialization by adding a new API	isAsCheapAsAMove in TargetInstroInfo
 
Jiangning Liu
- [LNT] r213124 - Add option to show small differences
 
Yi Kong
- [llvm] r213125 - unittests: Actually test reverse iterators in Path	tests
 
Justin Bogner
- [LNT] r213127 - Show geomean for filtered tests
 
Yi Kong
- [LNT] r213128 - Handle cases where there is no results
 
Yi Kong
- [www] r213129 - Use the official http server instead of the Debian	instance. Previous URLs are still available and synced
 
Sylvestre Ledru
- [compiler-rt] r213130 - Add FreeBSD support to the address sanitizer's	null_deref.cc test case
 
Viktor Kutuzov
- [PATCH] Add FreeBSD support to the address sanitizer's	null_deref.cc test case
 
Viktor Kutuzov
- [compiler-rt] r213131 - Remove explicit references to libdl from Asan	test cases
 
Viktor Kutuzov
- [compiler-rt] r213134 - Add FreeBSD support to the address sanitizer's	atexit_stats.cc test case
 
Viktor Kutuzov
- [compiler-rt] r213135 - Add FreeBSD support to the address sanitizer's	assign_large_valloc_to_global.cc test case
 
Viktor Kutuzov
- [compiler-rt] r213136 - [ASan] Factor out	SymbolizationLoop.process_line() function to let Python
 
Alexander Potapenko
- [llvm] r213137 - [X86] Add a check for 'isMOVHLPSMask' within method	'isShuffleMaskLegal'.
 
Andrea Di Biagio
- [PATCH] [ASan/Win] Handle situations when the client app has used	DbgHelp before
 
Timur Iskhodzhanov
- [compiler-rt] r213144 - [ASan] Adjust 'sed' invocation to work on OS X
 
Timur Iskhodzhanov
- [compiler-rt] r213151 - [ASan/Win] Handle situations when the client	app has used DbgHelp before
 
Timur Iskhodzhanov
- [zorg] r213154 - Add sanitizer bot for ppc64
 
Will Schmidt
- [PATCH] [TABLEGEN] Do not crash on intrinsics with names longer	than 40 characters
 
Justin Holewinski
- [llvm] r213160 - [mips][fp64a] Temporarily disable odd-numbered	double-precision registers when using the FP64A ABI.
 
Daniel Sanders
- [llvm] r213161 - Convert test to CHECK-LABEL
 
Tim Northover
- [llvm] r213162 - CodeGen: don't form illegail EXTLOAD operations.
 
Tim Northover
- [llvm] r213168 - [NVPTX] Rename registers %fl -> %fd and %rl -> %rd
 
Justin Holewinski
- [llvm] r213169 - Added documentation for SizeMultiplier in the ARM	subtarget	hook for register coalescing. Also fixed some 80 col violations.
 
Chris Bieneman
- [llvm] r213173 - Track clang r213171
 
Alp Toker
- [llvm] r213174 - Remove unnecessary/redundant std::move
 
David Blaikie
- [llvm] r213176 - Add the "-x" flag to llvm-nm for Mach-O files that	prints the fields of a symbol in hex.
 
Kevin Enderby
- [llvm] r213177 - CHECK-LABEL-ize one test
 
Alexey Samsonov
- [PATCH] Substantial RuntimeDyldMachO cleanup.
 
Lang Hames
- [PATCH] Partially revert r210444 due to performance regression
 
Jingyue Wu
- [llvm] r213186 - [NVPTX] Honor alignment on vector loads/stores
 
Justin Holewinski
- [lld] r213187 - [mach-o] refactor KindHandler into ArchHandler and	simplify passes.
 
Nick Kledzik
- [PATCH] [compiler-rt] [asan] Refactor DescribeAddressIfStack to allow	reuse for debugging API
 
Kuba Brecka
- [llvm] r213188 - [RegisterCoalescer] Moving the RegisterCoalescer	subtarget	hook onto the TargetRegisterInfo instead of the TargetSubtargetInfo.
 
Chris Bieneman
- [llvm] r213189 - Utilize	CastInst::CreatePointerBitCastOrAddrSpaceCast here.
 
Manuel Jacob
- [llvm] r213190 - Remove Atom references in description.
 
Sanjay Patel
- r213185 - Objective-C. Changes per A. Ballman's comment
 
jahanian
- [lld] r213195 - Update .gitignore to ignore hidden MacOSX Finder	droppings
 
Nick Kledzik
- [llvm] r213197 - trivial fix for PR20314
 
Sanjay Patel
- [llvm] r213200 - Fix a typo in the inalloca description
 
Hal Finkel
- [PATCH] [RFC] Introduce support for multiple sanitizer blacklists	(LLVM side).
 
Peter Collingbourne
- [llvm] r213202 - [MCJIT] Improve a RuntimeDyldChecker diagnostic.
 
Lang Hames
- [llvm] r213203 - [FastISel] Local values shouldn't be alive across an	inline asm call with side effects.
 
Juergen Ributzka
- [www] r213204 - Add first draft of 2014 Dev Meeting website.
 
Tanya Lattner
- [llvm] r213205 - Fixed formatting, removed bug reference,	renamed testcase
 
Sanjay Patel
- [www] r213207 - Correct typos.
 
Tanya Lattner
- [test-suite] r213208 - Fix oversights in Makefiles where target	x86_64h wasn't being checked.
 
Akira Hatanaka
- [llvm] r213209 - Partially revert r210444 due to performance	regression
 
Jingyue Wu
- [PATCH] LLVM intrinsic for invariants
 
Philip Reames
- [llvm] r183743 - Require members of llvm.used to be named.
 
Reid Kleckner
- [compiler-rt] r213215 - [compiler-rt] [asan] Refactor	DescribeAddressIfStack to allow reuse for debugging API
 
Kuba Brecka
- [lld] r213216 - [PECOFF] Set DLL bit in PE header if DLL.
 
Rui Ueyama
- [Polly][Refactor] IslAst [1/7]
 
Johannes Doerfert
- [PATCH][TableGen] Allow shift operators to take bits<n>
 
Adam Nemet
- [PATCH] [compiler-rt][builtins] CTest to execute builtins	testsuite
 
Sumanth Gundapaneni
- [llvm] r213219 - Improve BasicAA CS-CS queries (redux)
 
Hal Finkel
- [PATCH] LLVM CFL Alias Analysis -- Supporting Data Structures
 
George Burgess IV
- [PATCH] LLVM CFL Alias Analysis -- Algorithm
 
George Burgess IV
- [llvm] r213221 - MC: make WinEH opcode an opaque value
 
Saleem Abdulrasool
- [PATCH] shl Optimization InstCombine
 
sonam kumari
- [PATCH] Initial code coverage mapping data, reader,	writer + C interface for ProfileData
 
Bob Wilson
- [llvm] r213227 - [lit] Add --show-unsupported flag to LIT
 
Eric Fiselier
- [llvm] r213228 - Fix Typo (first commit to test commit access)
 
Suyog Sarda
- [llvm] r213229 - R600: Short circuit alloca check if address space	isn't private.
 
Matt Arsenault
- [llvm] r213230 - Use range for
 
Matt Arsenault
- [llvm] r213231 - Move ashr optimization from InstCombineShift to	InstSimplify.
 
Suyog Sarda
- [compiler-rt] r211032 - compiler-rt: prefer thumb over ARM
 
Stephen Hines
- [PATCH] Revert Thumb-2 conversion of ARM builtins.
 
Stephen Hines
- [www] r213234 - Update of the 3.5 release Schedule
 
Sylvestre Ledru
- [llvm] r213239 - [msan] Avoid redundant origin stores.
 
Evgeniy Stepanov
- [llvm] r213240 - Fix the prefix for arm64 triple
 
Yi Kong
- [llvm] r213242 - [mips] Fix ELF e_flags related to -mabicalls and	-mplt.
 
Daniel Sanders
- [llvm] r213243 - [mips] Correct .MIPS.abiflags for -mfpxx on MIPS32r6
 
Daniel Sanders
- [llvm] r213244 - [mips] Correct ELF e_flags for the N32 ABI when	using a mips-* triple rather than a mips64-* triple
 
Daniel Sanders
- [llvm] r213246 - [mips] .reginfo is 8 byte aligned on N32.
 
Daniel Sanders
- [PATCH] Segregate FreeBSD-specific parts from	sanitizer_procmaps_linux.cc
 
Viktor Kutuzov
- [llvm] r213247 - Port memory barriers intrinsics to AArch64
 
Yi Kong
- [llvm] r213248 - CodeGen: extend f16 conversions to permit types >	float.
 
Tim Northover
- [llvm] r213251 - X86: support double extension of f16 type.
 
Tim Northover
- [llvm] r213252 - CodeGen: generate single libcall for fptrunc -> f16	operations.
 
Tim Northover
- [llvm] r213253 - [TABLEGEN] Do not crash on intrinsics with names	longer than 40 characters
 
Justin Holewinski
- [llvm] r213254 - ARM: support direct f16 <-> f64 conversions
 
Tim Northover
- [llvm] r213256 - [NVPTX] Add more surface/texture intrinsics,	including CUDA unified texture fetch
 
Justin Holewinski
- [PATCH] [mips][PR19612] Fix va_arg for big-endian mode.
 
Daniel Sanders
- [PATCH] R600: support extension from fp16 to f64
 
Tim Northover
- [PATCH] NVPTX: support f64 <-> f16 intrinsics
 
Tim Northover
- [PATCH] Generate warning when explicitly specified vectorization	fails
 
Alp Toker
- [compiler-rt] r213263 - [asan] Fix malloc interception on Android L	Preview.
 
Evgeniy Stepanov
- [compiler-rt] r213264 - [asan] Remove leftover debug printf.
 
Evgeniy Stepanov
- [PATCH] Add FreeBSD support to the Asan symbolization script
 
Viktor Kutuzov
- [PATCH] Add FreeBSD support to Asan test cases that use mmap() with	MAP_ANON
 
Viktor Kutuzov
- [PATCH] Drop the udis86 build dependency
 
Alp Toker
- [PATCH] Add FreeBSD support to the address sanitizer's	deep_call_stack.cc test case
 
Viktor Kutuzov
- [llvm] r213268 - [NVPTX] Flag surface/texture query instructions with	IsTexSurfQuery
 
Justin Holewinski
- [PATCH] Add FreeBSD support to the address sanitizer's waitid.cc	test case
 
Viktor Kutuzov
- [LNT] r213270 - Fix crash when no result to compare against
 
Yi Kong
- [LNT] r213271 - Fix 'Fix crash when no result to compare against'
 
Yi Kong
- [Polly][Refactor] IslAst [2/7]
 
Johannes Doerfert
- [polly] r213272 - [Refactor] Move code out of the IslAst header
 
Johannes Doerfert
- [llvm] r213273 - MC: collapse emission of producer
 
Saleem Abdulrasool
- [llvm] r213274 - MC: fix MCAsmInfo usage for windows-itanium
 
Saleem Abdulrasool
- [llvm] r213275 - MC: correct DWARF header for PE/COFF assembly input
 
Saleem Abdulrasool
- [PATCH] extracting swapStruct into include/llvm/Support/MachO.h	(no functional change)
 
Duncan P. N. Exon Smith
- [PATCH] [SDAG] When performing post-legalize DAG combining,	run the legalizer over each node in the worklist prior to combining.
 
Chandler Carruth
- [llvm] r213276 - [NVPTX] Add missing .v4 qualifier on vector store	instruction
 
Justin Holewinski
- [llvm] r213277 - [TableGen] Allow shift operators to take bits<n>
 
Adam Nemet
- [llvm] r213278 - [X86] AVX512: Move compressed displacement logic to	TD
 
Adam Nemet
- [llvm] r213279 - [X86] AVX512: Use the TD version of CD8_Scale in the	assembler
 
Adam Nemet
- [llvm] r213280 - [X86] AVX512: Rename EVEX_CD8V to CD8_Form
 
Adam Nemet
- [llvm] r213281 - [X86] AVX512: Add disassembler support for compressed	displacement
 
Adam Nemet
- [PATCH] An analysis to find external function pointers and trace	their data flow
 
Tom Roeder
- [PATCH][AArch64-BE] Be careful when replacing a BUILD_VECTOR with	a MOVI
 
James Molloy
- [PATCH] Replace the result usages while legalizing cmpxchg
 
Logan Chien
- [llvm] r213283 - [BUG] Due to a typo introduced in r199933 and	r200027 two tests for FMA were never even started.
 
Zinovy Nis
- [PATCH] use register iterators that include self to reduce code	duplication in CriticalAntiDepBreaker
 
Sanjay Patel
- [llvm] r213285 - Fix typos
 
Matt Arsenault
- [PATCH] Ephemeral values for LLVM invariants
 
hfinkel at anl.gov
- [PATCH] Alignment assumptions using invariants
 
hfinkel at anl.gov
- [PATCH] Compute known bits using invariants (addendum)
 
hfinkel at anl.gov
- [www] r213286 - Fix a typo found by Duncan Exon
 
Sylvestre Ledru
- [PATCH] Check for all known bits on ret in InstCombine
 
hfinkel at anl.gov
- [PATCH] Use invariants in ScalarEvolution
 
hfinkel at anl.gov
- [llvm] r213287 - [NVPTX] Improve handling of FP fusion
 
Justin Holewinski
- [llvm] r213290 - Typo: exists -> exits
 
Hans Wennborg
- [PATCH] R600: Implement TTI:getPopcntSupport
 
Matt Arsenault
- [llvm] r213292 - [ASan] Don't instrument load/stores with !nosanitize	metadata.
 
Alexey Samsonov
- [llvm] r213293 - [MCJIT] Significantly refactor the RuntimeDyldMachO	class.
 
Lang Hames
- [llvm] r213295 - Rectify r213231. Use proper version of	'ComputeNumSignBits'.
 
Suyog Sarda
- [llvm] r213296 - [AArch64] Cleanup AsmParser: no need to use dyn_cast	+ assert. cast does it for us.
 
Arnaud A. de Grandmaison
- [llvm] r213298 - TableGen: Add 'static' to a large array to avoid a	huge stack allocation
 
Reid Kleckner
- R600/SI: Add support for private arrays of all sizes
 
Tom Stellard
- [llvm] r213300 - Drop the udis86 wrapper from llvm::sys
 
Alp Toker
- [patch] Don't add x86 segment registers to the clobber list
 
Nico Weber
- [llvm] r213302 - Make myself code owner of MCJIT.
 
Lang Hames
- [llvm] r213303 - ms inline asm: Don't add x86 segment registers to the	clobber list.
 
Nico Weber
- [PATCH] Remove unroll pragma metadata after it is used
 
Mark Heffernan
- [compiler-rt] r213309 - Revert Thumb-2 conversion of some ARM	builtins.
 
Stephen Hines
- [lld] r213310 - [Mips] s/context/ctx/ for consistency and reduce lines	lengths.
 
Simon Atanasyan
- [PATCH] Explicitly report runtime stack realignment in StackMap	section
 
Philip Reames
- [llvm] r211500 - Stop producing func.eh symbols on Darwin.
 
Steven Wu
- [lld] r213312 - Use std::function instead of llvm::function_ref.
 
Rui Ueyama
- [lld] r213313 - Remove all uses of llvm::function_ref from LLD.
 
Rui Ueyama
- [PATCH 1/2] R600/SI: implement range reduction for sin/cos
 
Grigori Goronzy
- [PATCH 2/2] R600/SI: add sin-fold test case
 
Grigori Goronzy
- [lld] r213322 - [PECOFF] Split ExportedSymbolRenameFile.
 
Rui Ueyama
- [lld] r213323 - References cannot be bound to null.
 
Joerg Sonnenberger
- [PATCH] Add support for StackMap section for ELF/Linux systems
 
Philip Reames
- [llvm] r213326 - Remove rules against std::function from the	programmer's manual
 
Reid Kleckner
- [llvm] r213327 - Add printing of Mach-O stabs in llvm-nm.
 
Kevin Enderby
- [llvm] r213330 - Tweak formating to match what clang-format would be	for llvm-nm.cpp .
 
Kevin Enderby
- [llvm] r213331 - [MCJIT] Fix the alignment requirements for ARM and	AArch64 which were mistakenly
 
Lang Hames
- [lld] r213333 - [mach-o] implement more x86 and x86_64 relocation	support
 
Nick Kledzik
- [PATCH] Improve error handling of x86 inline-asm constraint "=f"
 
Akira Hatanaka
- [llvm] r213335 - Avoid resetting the UseSoftFloat and FloatABIType on	the TargetMachine
 
Eric Christopher
- [llvm] r213336 - Reset the Subtarget in the AsmPrinter for each	machine function
 
Eric Christopher
- [LNT] r213338 - Add a option to dry run email commands,	add tests of those commands
 
Chris Matthews
- [llvm] r213339 - Revert "[x86] Fold extract_vector_elt of a load into	the Load's address computation."
 
Michael J. Spencer
- [Polly] Annotate reduction dependences
 
Johannes Doerfert
- [lld] r213340 - [mach-o] Add support for x86 CALL instruction that	uses a scattered relocation
 
Nick Kledzik
- [llvm] r213341 - AArch64: Constant fold converting vector setcc	results to float.
 
Jim Grosbach
- [llvm] r213342 - X86: Constant fold converting vector setcc results	to float.
 
Jim Grosbach
- [PATCH] Add loop unrolling metadata descriptions to LangRef.rst
 
Mark Heffernan
- [lld] r213344 - [mach-o] Add support for x86 pointers which use	scattered relocations
 
Nick Kledzik
- [PATCH] Fix ll and sc instructions
 
Jyun-Yan You
- [PATCH] CMake: Fix arc4random detection
 
Brad Smith
- [llvm] r213351 - R600: Implement TTI:getPopcntSupport
 
Matt Arsenault
- [llvm] r213352 - Rename AlignAttribute to IntAttribute
 
Hal Finkel
- [PATCH] cmake: Remove check for files not in build list.
 
Matt Arsenault
- [PATCH] [LLVM] ASan Linux MIPS32 support
 
Jyun-Yan You
- [llvm] r213356 - NVPTX: support direct f16 <-> f64 conversions via	intrinsics.
 
Tim Northover
- [llvm] r213357 - R600: support f16 -> f64 conversion intrinsic.
 
Tim Northover
- [llvm] r213358 - R600: rename misleading fp16 test.
 
Tim Northover
- [llvm] r213361 - extracting swapStruct into	include/llvm/Support/MachO.h (no functional change)
 
Artyom Skrobov
- [lld] r213362 - swapStruct extracted into	include/llvm/Support/MachO.h (no functional change)
 
Artyom Skrobov
- [PATCH] [ARM] Add earlyclobber constraint to pre/post-indexed ARM STR	instructions.
 
Tilmann Scheller
- [llvm] r213367 - Refactor ARM subarchitecture parsing
 
Renato Golin
- [compiler-rt] r213368 - Add FreeBSD support to the address sanitizer's	waitid.cc test case
 
Viktor Kutuzov
- [llvm] r213369 - [ARM] Add earlyclobber constraint to	pre/post-indexed ARM STR instructions.
 
Tilmann Scheller
- [compiler-rt] r213370 - Add FreeBSD support to the Asan symbolization	script
 
Viktor Kutuzov
- [llvm] r213371 - Suppress 'not handled in switch' warning
 
Renato Golin
- [llvm] r213372 - CodeGen: soften f16 type by default instead of	marking legal.
 
Tim Northover
- [llvm] r213373 - ARM: support legalisation of "fptrunc ... to half"	operations.
 
Tim Northover
- [llvm] r213374 - X86: support fpext/fptrunc operations to and from	16-bit floats.
 
Tim Northover
- [llvm] r213375 - AArch64: support f16 extend/trunc operations.
 
Tim Northover
- [llvm] r213376 - R600: support fpext/fptrunc operations to and from	f16.
 
Tim Northover
- [llvm] r213377 - NVPTX: support fpext/fptrunc to and from f16.
 
Tim Northover
- [llvm] r213378 - AArch64: implement efficient f16 bitcasts
 
Tim Northover
- [llvm] r213381 - Add MIPS Technologies to the vendors in llvm::Triple.
 
Daniel Sanders
- [compiler-rt] r213382 - tsan: expose atomic operations in Go runtime
 
Dmitry Vyukov
- [PATCH 1/1] build/cmake: Fix CMP0023 warning with libffi
 
Jan Vesely
- [compiler-rt] r213384 - tsan: fix Go runtime build with clang
 
Dmitry Vyukov
- [llvm] r213385 - Add a dereferenceable attribute
 
Hal Finkel
- [llvm] r213387 - MC: support different sized constants in constant	pools
 
David Peixotto
- [PATCH] [mips] .word and .dword are not the same as .4byte and .8byte
 
Daniel Sanders
- [PATCH] Expose LLVM build flags in LLVMConfig.cmake
 
Dan Liew
- [llvm] r213389 - Fix build failure on windows
 
David Peixotto
- [lld] r213390 - [Mips] Replace assembler code by YAML to make the test	'base-address.test'
 
Simon Atanasyan
- [llvm] r213391 - Reapply "DebugInfo: Ensure that all debug location	scope chains from instructions within a function,	lead to the function itself."""
 
David Blaikie
- [PATCH] don't transform splats of vector FP (PR20358)
 
Sanjay Patel
- [PATCH] llvm-vtabledump: A vtable dumper
 
David Majnemer
- [PATCH] R600: Implement a few simple TTI queries.
 
Matt Arsenault
- [llvm] r213396 - MergedLoadStoreMotion pass
 
Gerolf Hoflehner
- [PATCH] ms-inline-asm: Add facilities for rewriting labels in	X86AsmParser
 
Ehsan Akhgari
- [PATCH] Added InstCombine transform for pattern "(A | B) ^ (~A) =	(~A) ^ (A | B) -> (A | ~B)"
 
suyog
- [llvm] r213397 - Add loop unrolling metadata descriptions to	docs/LangRef.rst.
 
Mark Heffernan
- [llvm] r213398 - Use CHECK-LABEL where appropriate in this test.
 
Eli Bendersky
- [llvm] r213399 - Rename DiagnosticInfoOptimizationWarning to	DiagnosticInfoOptimizationFailure
 
Tyler Nowicki
- [PATCH] Added InstCombine Transform for pattern "((~A & B) | A) -> (A	| B)"
 
suyog
- [llvm] r213406 - Add tests for atomic adds on floats.
 
Eli Bendersky
- [llvm] r213407 - Make non-module passes unconditionally added in the	pass
 
Eric Christopher
- [llvm] r213408 - [MCJIT] [AArch64] Make sure to propegate	ARM64_RELOC_ADDEND values into the
 
Lang Hames
- [llvm] r213409 - Fix a couple of formatting and style issues.
 
Eric Christopher
- Rename metadata llvm.loop.vectorize.unroll to	llvm.loop.vectorize.interleave
 
Mark Heffernan
- [llvm] r213412 - Remove unroll pragma metadata after it is used.
 
Mark Heffernan
- [PATCH] SymbolRewriter: introduce the SymbolRewriter pass
 
Saleem Abdulrasool
- [llvm] r213414 - Fix build breakage introduced with r213412.
 
Mark Heffernan
- [PATCH] FIx bug in x87 FP stackifier pass
 
Bob Wilson
- [llvm] r213417 - DebugInfo: Assert that all abstract scopes are	subprograms, rather than conditionalizing.
 
David Blaikie
- [llvm] r213418 - Clean up some style and formatting issues.
 
Eric Christopher
- [llvm] r213419 - Remove commented out code.
 
Eric Christopher
- [llvm] r213420 - Avoid caching the relocation model on the subtarget, 	this is for
 
Eric Christopher
- [llvm] r213422 - The subtarget in MipsTargetLowering isn't going to	change and
 
Eric Christopher
- [llvm] r213425 - Make InstrInfo depend only upon the Subtarget getting	passed in
 
Eric Christopher
- [llvm] r213426 - In preparation for replacing the whole subtarget on	the target machine, 
 
Eric Christopher
- [llvm] r213427 - [PowerPC] 32-bit ELF PIC support
 
Hal Finkel
- [llvm] r213429 - FrameLowering depends only upon the Subtarget,	so only take a subtarget
 
Eric Christopher
- [llvm] r213430 - Fundamentally change the MipsSubtarget replacement	machinery:
 
Eric Christopher
- [llvm] r213432 - Revert "Reapply "DebugInfo: Ensure that all debug	location scope chains from instructions within a function,	lead to the function itself.""""
 
Eric Christopher
- [PATCH] Correctly handle range metadata when hoisting instructions	out of then/else into if blocks
 
Björn Steinbrink
- [llvm] r213435 - [MCJIT] Add a 'decodeAddend' method to	RuntimeDyldMachO and teach
 
Lang Hames
- [llvm] r213438 - Remove uses of the redundant ".reset(nullptr)" of	unique_ptr, in favor of ".reset()"
 
David Blaikie
- [llvm] r213442 - ARM: correct WoA __builtin_alloca handling on O0
 
Saleem Abdulrasool
- [llvm] r213447 - Make Value::isDereferenceablePointer handle offsets	to pointer types with dereferenceable attributes
 
Hal Finkel
- [llvm] r213448 - MergedLoadStoreMotion.cpp: Fix msc17 build. Member	initializer is unavailable.
 
NAKAMURA Takumi
- [llvm] r213449 - Handle AddrSpaceCast in	stripAndAccumulateInBoundsConstantOffsets
 
Hal Finkel
- [PATCH] Scoped NoAlias Metadata
 
hfinkel at anl.gov
- [llvm] r213451 - [x86] Fix wrong shuffle mask in test	'combine-vec-shuffle-3.ll'. No functional change.
 
Andrea Di Biagio
- [PATCH] R600/SI: implement range reduction for sin/cos
 
Grigori Goronzy
- [llvm] r213452 - [LoopVectorize] Propagate known metadata to	vectorized instructions
 
Hal Finkel
- [llvm] r213453 - [LoopVectorize] Use CreateAligned(Load|Store)
 
Hal Finkel
- [llvm] r213455 - R600: Implement a few simple TTI queries.
 
Matt Arsenault
- [llvm] r213456 - Templatify RegionInfo so it works on	MachineBasicBlocks
 
Matt Arsenault
- [PATCH] Templatify RegionInfo
 
Matt Arsenault
- [polly] r213457 - Update for RegionInfo changes.
 
Matt Arsenault
- [llvm] r213458 - R600/SI: implement range reduction for sin/cos
 
Matt Arsenault
- [llvm] r213459 - XXX - Increase unroll threshold
 
Matt Arsenault
- [llvm] r213460 - Fix build with GCC.
 
Matt Arsenault
- [llvm] r213461 - Revert accidentally committed r213459
 
Matt Arsenault
- [lld] r213462 - [Mips] Replace assembler code by YAML to make the test	'dynlib-dynamic.test'
 
Simon Atanasyan
- [llvm] r213463 - MC: permit emitting a symbol value as section	relative
 
Saleem Abdulrasool
- [PATCH] MC: handle '//' correctly in AsmLexer::isAtStartOfComment()
 
Janne Grunau
- [llvm] r213464 - Sure up ownership passing of the PBQPBuilder by	passing unique_ptrs by value rather than lvalue reference.
 
David Blaikie
- [llvm] r213465 - Fix -Asserts build introduced since r213456.
 
NAKAMURA Takumi
- [PATCH] Use AA in LoopVectorize
 
hfinkel at anl.gov
- [llvm] r213466 - Fix msc17 build.	RegionInfo::RegionInfo::recalculate() doesn't make sense.
 
NAKAMURA Takumi
- [compiler-rt] r213467 - ARM: fix division in some cases
 
Saleem Abdulrasool
- [polly] r213468 - Update formatting with clang-format.
 
Bill Wendling
- [llvm] r213471 - R600/SI: Remove dead code and add missing tests.
 
Matt Arsenault
- [PATCH] Allow setcc (sext setcc) [0|1] [eq|ne] -> setcc
 
Matt Arsenault
- [llvm] r213472 - R600: Remove unused function
 
Matt Arsenault
- [llvm] r213473 - R600: Add missing test for concat_vectors
 
Matt Arsenault
- [llvm] r213474 - [C++11] Add predecessors(BasicBlock *) /	successors(BasicBlock *) iterator ranges.
 
Manuel Jacob
- [llvm] r213475 - Remove braces around single-statement block and	rangify outer loop.
 
Manuel Jacob
- [PATCH] Export LLVM_ENABLE_ASSERTIONS in LLVMConfig.cmake
 
Dan Liew
- [llvm] r213476 - MachineRegionInfo.cpp: Another fix on	MachineRegionInfo::MachineRegionInfo::recalculate() to appease msc17.
 
NAKAMURA Takumi
- [llvm] r213477 - SIISelLowering.cpp: Define _USE_MATH_DEFINES to let	M_PI provided on MS <cmath>.
 
NAKAMURA Takumi
- [llvm] r213478 - Namespace cleanup (no functional change)
 
Artyom Skrobov
- [PATCH] Add LLVM_REQUIRES_EH and LLVM_REQUIRES_RTTI as options in	CMake
 
Dan Liew
- [compiler-rt] r213479 - Revert r213467, it breaks non-thumb mode.
 
Joerg Sonnenberger
- [lld] r213480 - [Mips] Replace assembler code by YAML to make the	'dynlib-fileheader.test'
 
Simon Atanasyan
- [compiler-rt] r213481 - Redo THUMB support.
 
Joerg Sonnenberger
- [PATCH] Make LNT compatible with PostgreSQL
 
Yi Kong
- [llvm] r213482 - [PowerPC] Fix FrameIndex handling in	SelectAddressRegImm
 
Ulrich Weigand
- [llvm] r213483 - [PowerPC] Refactor byval handling in	LowerFormalArguments_64SVR4
 
Ulrich Weigand
- [llvm] r213484 - [PowerPC] ELFv2 MC support for .abiversion directive
 
Ulrich Weigand
- [llvm] r213485 - [PowerPC] ELFv2 MC support for .localentry directive
 
Ulrich Weigand
- [llvm] r213486 - [LoopVectorize] Use AA to partition potential	dependency checks
 
Hal Finkel
- [llvm] r213487 - [MC] Pass MCSymbolData to needsRelocateWithSymbol
 
Ulrich Weigand
- [llvm] r213488 - [LoopVectorize] Remove an unused private AA pointer
 
Hal Finkel
- [llvm] r213489 - [PowerPC] ELFv2 function call changes
 
Ulrich Weigand
- [llvm] r213490 - [PowerPC] ELFv2 stack space reduction
 
Ulrich Weigand
- [llvm] r213491 - [PowerPC] ELFv2 dynamic loader support
 
Ulrich Weigand
- [llvm] r213492 - [PowerPC] ELFv2 explicit CFI for CR fields
 
Ulrich Weigand
- [llvm] r213493 - [PowerPC] ELFv2 aggregate passing support
 
Ulrich Weigand
- [PATCH] [AArch64] Fix a bug generating incorrect instruction when	building small vector.
 
Kevin Qin
- [llvm] r213497 - Fix for regression: [Bug 20369] wrong code at -O3 on	x86_64-linux-gnu in 64-bit mode
 
Gerolf Hoflehner
    
      Last message date: 
       Sun Jul 20 23:31:13 PDT 2014
    Archived on: Tue Aug  4 17:11:29 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).