The Week Of Monday 26 January 2015 Archives by subject
      
      Starting: Mon Jan 26 00:19:53 PST 2015
         Ending: Sun Feb  1 23:33:32 PST 2015
         Messages: 1597
     
- [compiler-rt] r226913 - [sanitizer] Fix an edge case in	MemoryRangeIsAvailable.
 
Alexey Samsonov
 - [compiler-rt] r226913 - [sanitizer] Fix an edge case in	MemoryRangeIsAvailable.
 
Evgeniy Stepanov
 - [compiler-rt] r226913 - [sanitizer] Fix an edge case in	MemoryRangeIsAvailable.
 
Alexey Samsonov
 - [compiler-rt] r227100 - [Msan] Fix the statfs unit test to pass on	FreeBSD
 
Viktor Kutuzov
 - [compiler-rt] r227106 - [Msan] Disable the ppoll unit test on FreeBSD
 
Viktor Kutuzov
 - [compiler-rt] r227161 - [ASan] Use rpath in tests that produce a	shared library
 
Kuba Brecka
 - [compiler-rt] r227189 - [MSan] Enable MSan unit tests for all archs
 
Mohit K. Bhakkad
 - [compiler-rt] r227190 - tsan: add test for	ANNOTATE_HAPPENS_BEFORE/AFTER annotations
 
Dmitry Vyukov
 - [compiler-rt] r227192 - [msan] Refactor memory layout specification	and setup.
 
Evgeniy Stepanov
 - [compiler-rt] r227196 - Revert r226440.
 
Evgeniy Stepanov
 - [compiler-rt] r227206 - profile: add lib/profile to cc_kext on darwin,	arm64
 
Justin Bogner
 - [compiler-rt] r227230 - tsan: properly instrument unaligned accesses
 
Dmitry Vyukov
 - [compiler-rt] r227230 - tsan: properly instrument unaligned	accesses
 
Yury Gribov
 - [compiler-rt] r227230 - tsan: properly instrument unaligned	accesses
 
Dmitry Vyukov
 - [compiler-rt] r227230 - tsan: properly instrument unaligned	accesses
 
Yury Gribov
 - [compiler-rt] r227258 - [ASan] Fix use-after-scope in	COMMON_INTERCEPTOR_ENTER implementation.
 
Alexey Samsonov
 - [compiler-rt] r227265 - [ASan] Fix test cases: don't assume that fast	unwinder can't unwind through libc.
 
Alexey Samsonov
 - [compiler-rt] r227326 - Make asan_symbolize.py not crash on Windows.
 
Nico Weber
 - [compiler-rt] r227327 - Fix indents on asan_symbolize.py's argument	parsing code. No behavior change.
 
Nico Weber
 - [compiler-rt] r227387 - [sanitizer] allow to reset the bb/edge	coverage data	inside the process while it is running (single-threaded). Also expose	the current coverage set to the process.
 
Kostya Serebryany
 - [compiler-rt] r227387 - [sanitizer] allow to reset the bb/edge	coverage data inside the process while it is running (single-threaded).	Also expose the current coverage set to the process.
 
Alexey Samsonov
 - [compiler-rt] r227387 - [sanitizer] allow to reset the bb/edge	coverage data inside the process while it is running (single-threaded).	Also expose the current coverage set to the process.
 
Kostya Serebryany
 - [compiler-rt] r227413 - [ASan] Generalize/simplify lit test configs	generation.
 
Alexey Samsonov
 - [compiler-rt] r227416 - [asan] use getrusage as an alternative to	reading	/proc/self/statm. Also move GetRSS to sanitizer_linux_libcdep.cc (no	change in the function itself)
 
Kostya Serebryany
 - [compiler-rt] r227473 - [asan] Add one more wait-for-device in the	Android setup script.
 
Evgeniy Stepanov
 - [compiler-rt] r227496 - [CMake] Get rid of TARGET_64_BIT_CFLAGS:	explicitly list required flags for each architecture.
 
Alexey Samsonov
 - [compiler-rt] r227509 - [compiler-rt] OS X: Update the CMake and Make	builds to explicitely use libc++, mmacosx-version-min and SDKs
 
Kuba Brecka
 - [compiler-rt] r227527 - [TSan] Fix -Werror=sign-compare warning. NFC.
 
Alexey Samsonov
 - [compiler-rt] r227559 - Replace code dup with a macro.
 
Yury Gribov
 - [compiler-rt] r227560 - [Sanitizer] Make BlockingMutex really linker	initialized.
 
Yury Gribov
 - [compiler-rt] r227570 - [Sanitizers] Introduce	GET_LINK_MAP_BY_DLOPEN_HANDLE() macro
 
Viktor Kutuzov
 - [compiler-rt] r227571 - [Msan] Fix the shmctl unit tests to pass on	FreeBSD
 
Viktor Kutuzov
 - [compiler-rt] r227572 - [Sanitizers] Intercept gethost functions on	FreeBSD
 
Viktor Kutuzov
 - [compiler-rt] r227633 - Remove unused function.
 
Alexey Samsonov
 - [compiler-rt] r227634 - [TSan] Fix Go build.
 
Alexey Samsonov
 - [compiler-rt] r227665 - Revert "Remove unused function."
 
Alexey Samsonov
 - [compiler-rt] r227683 - [asan][mips] Fix MIPS64 Asan mapping
 
Kumar Sukhani
 - [dragonegg] r227652 - Creating release candidate rc2 from release_360	branch
 
Hans Wennborg
 - [lld] r226693 - Fix slow test.
 
Shankar Easwaran
 - [lld] r226693 - Fix slow test.
 
Simon Atanasyan
 - [lld] r226989 - Fix single-arch builds broken by r226976
 
Will Newton
 - [lld] r226989 - Fix single-arch builds broken by r226976
 
Greg Fitzgerald
 - [lld] r227081 - path.data() may return a non null terminated string
 
Jean-Daniel Dupas
 - [lld] r227132 - Use parallel_sort in the LayoutPass.
 
Rui Ueyama
 - [lld] r227132 - Use parallel_sort in the LayoutPass.
 
Shankar Easwaran
 - [lld] r227132 - Use parallel_sort in the LayoutPass.
 
Michael Spencer
 - [lld] r227134 - Fix shared library build
 
Greg Fitzgerald
 - [lld] r227144 - Accept -allow-shlib-undefined in addition to	--allow-shlib-undefined.
 
Rui Ueyama
 - [lld] r227147 - Fix local variable names.
 
Rui Ueyama
 - [lld] r227168 - Fix incorrect atom ordinal.
 
Rui Ueyama
 - [lld] r227174 - [lld] Correct forming of ARM/Thumb atoms
 
Denis Protivensky
 - [lld] r227177 - [Mips] Fix createMipsRelocationHandler specialization
 
Denis Protivensky
 - [lld] r227179 - Revert "[Mips] Fix createMipsRelocationHandler	specialization"
 
Denis Protivensky
 - [lld] r227183 - [Mips] Fix createMipsRelocationHandler specialization	(take 2)
 
Denis Protivensky
 - [lld] r227184 - [ARM] Correctly use make_unhandled_reloc_error
 
Denis Protivensky
 - [lld] r227232 - [Core] Reformat the code with clang-format
 
Simon Atanasyan
 - [lld] r227233 - Use Reference::KindValue instead of uint16_t to pass	and save a relocation kind
 
Simon Atanasyan
 - [lld] r227244 - [Mips] Support R_MIPS_GPREL16 relocation
 
Simon Atanasyan
 - [lld] r227245 - [Mips] Remove unused function argument
 
Simon Atanasyan
 - [lld] r227259 - Remove kindInGroup reference.
 
Rui Ueyama
 - [lld] r227297 - [Mips] Fix enumeral and non-enumeral type in	conditional expression warning
 
Simon Atanasyan
 - [lld] r227320 - Remove PPC ELF target
 
Greg Fitzgerald
 - [lld] r227320 - Remove PPC ELF target
 
Rui Ueyama
 - [lld] r227320 - Remove PPC ELF target
 
Rui Ueyama
 - [lld] r227320 - Remove PPC ELF target
 
Rui Ueyama
 - [lld] r227341 - Add a unit test for LinkerScript.
 
Rui Ueyama
 - [lld] r227341 - Add a unit test for LinkerScript.
 
Simon Atanasyan
 - [lld] r227341 - Add a unit test for LinkerScript.
 
Rui Ueyama
 - [lld] r227367 - ELF: add a unit test for --as-needed.
 
Rui Ueyama
 - [lld] r227369 - ELF: s/diagnostics/diag/
 
Rui Ueyama
 - [lld] r227410 - Fix MSVC C4060 warning (switch statement contains no	case or default).
 
Rui Ueyama
 - [lld] r227500 - PECOFF: Do not use LayoutPass and instead use simpler	one.
 
Rui Ueyama
 - [lld] r227501 - ELF: Remove dead code.
 
Rui Ueyama
 - [lld] r227504 - Add an assert to check atom ordinal.
 
Rui Ueyama
 - [lld] r227510 - ELF: Check StringRef::getAsInteger's return value.
 
Rui Ueyama
 - [lld] r227526 - Remove unused #includes.
 
Rui Ueyama
 - [lld] r227534 - Remove remaining code for PPC ELF target.
 
Rui Ueyama
 - [lld] r227536 - Remove unused parameter.
 
Rui Ueyama
 - [lld] r227543 - Explicitly write type instead of auto.
 
Rui Ueyama
 - [lld] r227543 - Explicitly write type instead of auto.
 
David Blaikie
 - [lld] r227543 - Explicitly write type instead of auto.
 
Rui Ueyama
 - [lld] r227549 - Replace SimpleFileWrapper with a function.
 
Rui Ueyama
 - [lld] r227551 - Remove useless DEBUG_WITH_TYPE.
 
Rui Ueyama
 - [lld] r227551 - Remove useless DEBUG_WITH_TYPE.
 
Nick Kledzik
 - [lld] r227551 - Remove useless DEBUG_WITH_TYPE.
 
Chandler Carruth
 - [lld] r227551 - Remove useless DEBUG_WITH_TYPE.
 
Rui Ueyama
 - [lld] r227590 - Wrap debug output with DEBUG().
 
Rui Ueyama
 - [lld] r227610 - ELF: Fix a bug in -l.
 
Rui Ueyama
 - [lld] r227631 - GNU LD option export-dynamic can accept single dash	flag.
 
Davide Italiano
 - [lld] r227660 - Creating release candidate rc2 from release_360 branch
 
Hans Wennborg
 - [lld] r227666 - ELF: Don't use LayoutPass.
 
Rui Ueyama
 - [lld] r227666 - ELF: Don't use LayoutPass.
 
Rafael Auler
 - [lld] r227666 - ELF: Don't use LayoutPass.
 
Rui Ueyama
 - [lld] r227666 - ELF: Don't use LayoutPass.
 
Rui Ueyama
 - [lld] r227666 - ELF: Don't use LayoutPass.
 
Rafael Auler
 - [lld] r227671 - Remove dead code.
 
Rui Ueyama
 - [lld] r227672 - Make atom collections private.
 
Rui Ueyama
 - [lld] r227694 - Implement semantic action for SEARCH_DIR linker script	command
 
Rafael Auler
 - [lld] r227694 - Implement semantic action for SEARCH_DIR linker	script command
 
Rafael Auler
 - [lld] r227706 - [ELF] got/got.plt sections are handled as typeGOT
 
Shankar Easwaran
 - [lld] r227707 - [ELF] Set order of ctors/dtors section
 
Shankar Easwaran
 - [lld] r227708 - [ELF] Implement semantic action for ENTRY linker	script command.
 
Davide Italiano
 - [lld] r227709 - [ELF] Don't compare an atom with itself in	compareByPosition().
 
Davide Italiano
 - [lld] r227710 - Remove trailing whitespace introduced in r227709.
 
Davide Italiano
 - [lld] r227711 - [test] Add test for section groups and deadstrip
 
Shankar Easwaran
 - [lld] r227784 - [ELF] Determine default search directories from	Context.
 
Shankar Easwaran
 - [lld] r227784 - [ELF] Determine default search directories from	Context.
 
Rui Ueyama
 - [lld] r227784 - [ELF] Determine default search	directories from Context.
 
Shankar Easwaran
 - [lld] r227784 - [ELF] Determine default search directories from	Context.
 
Rui Ueyama
 - [lld] r227784 - [ELF] Determine default search	directories from Context.
 
Shankar Easwaran
 - [lld] r227784 - [ELF] Determine default search directories from	Context.
 
Rui Ueyama
 - [lld] r227786 - [ELF] Support for parsing OUTPUT command in	LinkerScript
 
Davide Italiano
 - [lld] r227787 - [ELF] Implement action for OUTPUT linker script	command
 
Davide Italiano
 - [llvm] r188726 - Adding PIC support for ELF on x86_64 platforms
 
Lang Hames
 - [llvm] r197508 - Add warning capabilities in LLVM.
 
Richard Smith
 - [llvm] r197508 - Add warning capabilities in LLVM.
 
Richard Smith
 - [llvm] r211900 - Re-apply r211287: Remove support for LLVM runtime	multi-threading.
 
Owen Anderson
 - [llvm] r211900 - Re-apply r211287: Remove support for LLVM	runtime multi-threading.
 
Sean Silva
 - [llvm] r211900 - Re-apply r211287: Remove support for LLVM runtime	multi-threading.
 
Owen Anderson
 - [llvm] r211900 - Re-apply r211287: Remove support for LLVM runtime	multi-threading.
 
Owen Anderson
 - [llvm] r211900 - Re-apply r211287: Remove support for LLVM	runtime multi-threading.
 
Chandler Carruth
 - [llvm] r220540 - [AVX512] FMA support for the 231 variants
 
Hal Finkel
 - [llvm] r221915 - Object, Mach-O: Refactor and clean code up
 
Lang Hames
 - [llvm] r226314 - llvm-readobj: add IMAGE_REL_ARM_MOV32(T) to the	enumeration
 
Saleem Abdulrasool
 - [llvm] r226598 - Reapply: Teach SROA how to update debug info for	fragmented variables.
 
Hao Liu
 - [llvm] r226598 - Reapply: Teach SROA how to update debug info for	fragmented variables.
 
Adrian Prantl
 - [llvm] r226598 - Reapply: Teach SROA how to update debug info for	fragmented variables.
 
David Blaikie
 - [llvm] r226598 - Reapply: Teach SROA how to update debug info for	fragmented variables.
 
Hao Liu
 - [llvm] r226598 - Reapply: Teach SROA how to update debug info for	fragmented variables.
 
David Blaikie
 - [llvm] r226598 - Reapply: Teach SROA how to update debug info for	fragmented variables.
 
David Blaikie
 - [llvm] r226598 - Reapply: Teach SROA how to update debug info for	fragmented variables.
 
David Blaikie
 - [llvm] r226664 - AArch64: add backend option to reserve x18	(platform register)
 
Dimitry Andric
 - [llvm] r226664 - AArch64: add backend option to reserve x18	(platform register)
 
Hans Wennborg
 - [llvm] r226664 - AArch64: add backend option to reserve x18	(platform register)
 
Tim Northover
 - [llvm] r226664 - AArch64: add backend option to reserve x18	(platform register)
 
Hans Wennborg
 - [llvm] r226664 - AArch64: add backend option to reserve x18	(platform register)
 
Tim Northover
 - [llvm] r226842 - Revert "PR21408: Workaround the appearance of	duplicate variables due to problems when inlining two calls to the same	function from the same call site."
 
David Blaikie
 - [llvm] r226940 - [Orc] New JIT APIs.
 
Lang Hames
 - [llvm] r226945 - R600/SI: Move i64 -> v2i32 load promotion into	AMDGPUDAGToDAGISel::Select()
 
Tom Stellard
 - [llvm] r226945 - R600/SI: Move i64 -> v2i32 load promotion into	AMDGPUDAGToDAGISel::Select()
 
Hans Wennborg
 - [llvm] r226953 - [x86] Combine x86mmx/i64 to v2i64 conversion to	use scalar_to_vector
 
Alexey Samsonov
 - [llvm] r226953 - [x86] Combine x86mmx/i64 to v2i64 conversion to	use scalar_to_vector
 
Bruno Cardoso Lopes
 - [llvm] r226970 - R600/SI: Emit .hsa.version section for amdhsa OS
 
Tom Stellard
 - [llvm] r226970 - R600/SI: Emit .hsa.version section for amdhsa OS
 
Hans Wennborg
 - [llvm] r227005 - [mips] Fix 'jumpy' debug line info around calls.
 
Hans Wennborg
 - [llvm] r227018 - InstrProf: Add operator!= to coverage counters
 
Justin Bogner
 - [llvm] r227018 - InstrProf: Add operator!= to coverage counters
 
Marshall Clow
 - [llvm] r227018 - InstrProf: Add operator!= to coverage counters
 
David Blaikie
 - [llvm] r227044 - [ELFYAML] Support mips64 relocation record	format in	yaml2obj/obj2yaml
 
Kuperstein, Michael M
 - [llvm] r227044 - [ELFYAML] Support mips64 relocation record	format in yaml2obj/obj2yaml
 
Simon Atanasyan
 - [llvm] r227044 - [ELFYAML] Support mips64 relocation record	format in yaml2obj/obj2yaml
 
Kuperstein, Michael M
 - [llvm] r227046 - Instantiate Registry<GCStrategy> in LLVMCore,	to let it available on Win32 DLL.
 
Philip Reames
 - [llvm] r227056 - Debug info: Fix PR22296 by omitting the	DW_AT_location if we lost the
 
David Blaikie
 - [llvm] r227056 - Debug info: Fix PR22296 by omitting the	DW_AT_location if we lost the
 
Adrian Prantl
 - [llvm] r227056 - Debug info: Fix PR22296 by omitting the	DW_AT_location if we lost the
 
Eric Christopher
 - [llvm] r227056 - Debug info: Fix PR22296 by omitting the	DW_AT_location if we lost the
 
David Blaikie
 - [llvm] r227056 - Debug info: Fix PR22296 by omitting the	DW_AT_location if we lost the
 
Adrian Prantl
 - [llvm] r227056 - Debug info: Fix PR22296 by omitting the	DW_AT_location if we lost the
 
David Blaikie
 - [llvm] r227056 - Debug info: Fix PR22296 by omitting the	DW_AT_location if we lost the
 
Adrian Prantl
 - [llvm] r227056 - Debug info: Fix PR22296 by omitting the	DW_AT_location if we lost the
 
Adrian Prantl
 - [llvm] r227076 - Correct the header guard for MipsABIInfo.h.
 
Eric Christopher
 - [llvm] r227077 - SLPVectorizer: fix wrong scheduling of atomic	load/stores.
 
Erik Eckstein
 - [llvm] r227080 - Revert llvm/test/MC/ELF/noexec.s in r227074,	"Fix a problem where the AArch64 ELF assembler was failing with"
 
NAKAMURA Takumi
 - [llvm] r227082 - Revert "[mips] Fix assertion on i128	addition/subtraction on MIPS64"
 
Vasileios Kalintiris
 - [llvm] r227084 - When disassembler meets compact jump instructions	for r6 it	crashes as the access to operands array is out of range. This patch	removes	dedicated decoder method that wrongly handles decoding of these	instructions.
 
Vladimir Medic
 - [llvm] r227085 - The canonical CPU variant for ARM according to	config.guess uses a
 
Joerg Sonnenberger
 - [llvm] r227085 - The canonical CPU variant for ARM according to	config.guess uses a
 
Joerg Sonnenberger
 - [llvm] r227085 - The canonical CPU variant for ARM according to	config.guess uses a
 
Hans Wennborg
 - [llvm] r227087 - [mips] Add tests for bitwise binary and integer	arithmetic operators.
 
Vasileios Kalintiris
 - [llvm] r227089 - [mips] Enable arithmetic and binary operations for	the i128 data type.
 
Vasileios Kalintiris
 - [llvm] r227090 - Teach the autoconf machinery about the PS4 triple.
 
Alex Rosenberg
 - [llvm] r227091 - [MC] The PS4's ELF OSABI value is the same as	FreeBSD.
 
Alex Rosenberg
 - [llvm] r227093 - Putting all the standard tool options into a	"Generic" category.
 
Chris Bieneman
 - [llvm] r227094 - [Support][Windows] Disable error dialog boxes when	stack trace printing is enabled.
 
Michael J. Spencer
 - [llvm] r227094 - [Support][Windows] Disable error dialog boxes	when	stack trace printing is enabled.
 
Colin LeMahieu
 - [llvm] r227095 - fix line-endings; NFC
 
Sanjay Patel
 - [llvm] r227098 - Fix delegation
 
Daniel Berlin
 - [llvm] r227099 - Fix incorrect partial aliasing
 
Daniel Berlin
 - [llvm] r227101 - Store the passed in CPU name string so that it can be	accessed later.
 
Eric Christopher
 - [llvm] r227102 - Move the Mips target to storing the ABI in the	TargetMachine rather
 
Eric Christopher
 - [llvm] r227103 - Remove trailing whitespace.
 
Alex Rosenberg
 - [llvm] r227108 - Teach raw_ostream to support hex formatting without a	prefix '0x'.
 
Zachary Turner
 - [llvm] r227109 - Revert GCStrategy ownership changes
 
Philip Reames
 - [llvm] r227110 - Pass QueryInst down through non-local dependency	calculation
 
Philip Reames
 - [llvm] r227111 - Model sqrtsd as a binary operation with one source	operand tied to the destination (PR14221)
 
Sanjay Patel
 - [llvm] r227112 - Refine memory dependence's notion of volatile	semantics
 
Philip Reames
 - [llvm] r227113 - Move DataLayout back to the TargetMachine from	TargetSubtargetInfo
 
Eric Christopher
 - [llvm] r227116 - Use a different encoding for debugtrap on PS4.
 
Alex Rosenberg
 - [llvm] r227117 - [NVPTX] Handle floating-point conversion patterns	that are not explicitly ordered or unordered
 
Justin Holewinski
 - [llvm] r227118 - Add a FIXME about preferred alignment to DataLayout.
 
Eric Christopher
 - [llvm] r227119 - [SelectionDAG] Fix assert message copypasta. NFC.
 
Ahmed Bougacha
 - [llvm] r227121 - Cache the lookup of TargetLowering in the atomic	expand pass.
 
Eric Christopher
 - [llvm] r227122 - Add a UTF8 to UTF16 conversion wrapper for use in	the pdb dumper
 
Reid Kleckner
 - [llvm] r227123 - [NVPTX] Generate a more optimal sequence for select	of i1
 
Justin Holewinski
 - [llvm] r227124 - Make ConstantFoldTerminator() handle switches with	unreachable default.
 
Hans Wennborg
 - [llvm] r227125 - SimplifyCFG: don't remove unreachable default switch	destinations
 
Hans Wennborg
 - [llvm] r227126 - SimplifyCFG: Omit range checks for switch lookup	tables when default is unreachable
 
Hans Wennborg
 - [llvm] r227130 - [x86][MMX] Rename and cleanup tests: arith,	intrinsics and shuffle
 
Bruno Cardoso Lopes
 - [llvm] r227133 - bpf: fix build due to 'Move DataLayout back to the	TargetMachine'
 
Alexei Starovoitov
 - [llvm] r227136 - Line endings fix. NFC.
 
Simon Pilgrim
 - [llvm] r227137 - R600: Cleanup or test
 
Matt Arsenault
 - [llvm] r227138 - Line endings fix. NFC.
 
Simon Pilgrim
 - [llvm] r227140 - Add new HideUnrelatedOptions API that takes a	SmallVectorImpl.
 
Chris Bieneman
 - [llvm] r227141 - [X86][PCLMUL] Enable commutation for PCLMUL	instructions
 
Simon Pilgrim
 - [llvm] r227143 - Have the UTF conversion wrappers append a null	terminator.
 
Zachary Turner
 - [llvm] r227145 - [X86][SSE] Float comparisons can sometimes be safely	commuted
 
Simon Pilgrim
 - [llvm] r227146 - Add test cases for PRE w/volatile loads
 
Philip Reames
 - [llvm] r227148 - Pete Cooper suggested the new API should use ArrayRef	instead of SmallVectorImpl. Also adding a test case.
 
Chris Bieneman
 - [llvm] r227149 - Commoning of target specific load/store intrinsics	in Early CSE.
 
Chad Rosier
 - [llvm] r227149 - Commoning of target specific load/store	intrinsics in Early CSE.
 
Chandler Carruth
 - [llvm] r227149 - Commoning of target specific load/store	intrinsics in Early CSE.
 
Chandler Carruth
 - [llvm] r227149 - Commoning of target specific	load/store	intrinsics in Early CSE.
 
Sanjin Sijaric
 - [llvm] r227149 - Commoning of target specific load/store	intrinsics in Early CSE.
 
Hal Finkel
 - [llvm] r227152 - Replace this testcase with an even shorter one	provided by dblaikie.
 
Adrian Prantl
 - [llvm] r227154 - One more fix to the new API to fix const-correctness.
 
Chris Bieneman
 - [llvm] r227155 - Remove extraneous period.
 
Eric Christopher
 - [llvm] r227156 - Grab the TargetLowering info from the DAG rather than	querying for
 
Eric Christopher
 - [llvm] r227157 - Migrate CodeGenPrepare to use the Function based	getSubtarget
 
Eric Christopher
 - [llvm] r227158 - Fix unsigned/signed comparison warning.
 
Eric Christopher
 - [llvm] r227159 - Migrate AtomicExpandPass and DwarfEHPrepare to using	a Function-ized getSubtargetImpl.
 
Eric Christopher
 - [llvm] r227160 - MachineRegisterInfo can access TII off of the	MachineFunction's
 
Eric Christopher
 - [llvm] r227162 - [PM] Refactor the core logic to run EarlyCSE over a	function into an
 
Chandler Carruth
 - [llvm] r227164 - [PM] Switch a doxygen comment to the standard	format. NFC
 
Chandler Carruth
 - [llvm] r227165 - [PM] Run clang-format over this header to clean up	the very few)
 
Chandler Carruth
 - [llvm] r227167 - Revert r227148 & r227154 which added a test which	infinitely loops.
 
Richard Trieu
 - [llvm] r227167 - Revert r227148 & r227154 which added a test which	infinitely loops.
 
Owen Anderson
 - [llvm] r227167 - Revert r227148 & r227154 which added a test	which infinitely loops.
 
Richard Trieu
 - [llvm] r227170 - Remove unused include.
 
Eric Christopher
 - [llvm] r227171 - LoopRotate: Don't walk the uses of a Constant
 
David Majnemer
 - [llvm] r227172 - Migrate SeparateConstOffsetFromGEP to use a Function	with
 
Eric Christopher
 - [llvm] r227172 - Migrate SeparateConstOffsetFromGEP to use a	Function with
 
Chandler Carruth
 - [llvm] r227173 - The subtarget is cached on the MachineFunction.	Access it directly.
 
Eric Christopher
 - [llvm] r227175 - Clean up the AArch64 store pair suppression pass	initialization
 
Eric Christopher
 - [llvm] r227176 - Update a few calls to getSubtarget<> to either be	getSubtargetImpl
 
Eric Christopher
 - [llvm] r227178 - Fix build failure with pointer vs reference.
 
Eric Christopher
 - [llvm] r227180 - Remove some extraneous includes.
 
Eric Christopher
 - [llvm] r227181 - Have the PBQP register allocator use the subtarget	on the MachineFunction.
 
Eric Christopher
 - [llvm] r227182 - [PM] Clean up file banner comments prior to	refactoring this code.
 
Chandler Carruth
 - [llvm] r227185 - Replace some uses of getSubtargetImpl with the cached	version
 
Eric Christopher
 - [llvm] r227191 - Add a FIXME in SelectionDAGBuilder before an assert	that is valid only on X86.
 
Manuel Jacob
 - [llvm] r227195 - [sancov] Fix unspecified constructor order between	sancov and asan.
 
Evgeniy Stepanov
 - [llvm] r227197 - [InstCombine] Teach how to fold a select into a	cttz/ctlz with the 'is_zero_undef' flag.
 
Andrea Di Biagio
 - [llvm] r227208 - R600/SI: Add pseudos for MUBUF loads and stores
 
Marek Olsak
 - [llvm] r227209 - R600/SI: Add VI versions of MUBUF loads and stores
 
Marek Olsak
 - [llvm] r227210 - R600/SI: Add VI versions of MUBUF atomics
 
Marek Olsak
 - [llvm] r227211 - R600/SI: Add VI versions of LDS atomics
 
Marek Olsak
 - [llvm] r227212 - R600/SI: Don't set patterns for chip-specific	instructions while having pseudos
 
Marek Olsak
 - [llvm] r227213 - R600/SI: Fix MIN3/MAX3 on VI, define MED3
 
Marek Olsak
 - [llvm] r227214 - R600/SI: Enable all tests that pass on VI without	changes
 
Marek Olsak
 - [llvm] r227216 - Add cmake flag LLVM_USE_SANITIZE_COVERAGE
 
Kostya Serebryany
 - [llvm] r227225 - [mips] Add range checks and transformation to octeon	instructions in AsmParser.
 
Kai Nacke
 - [llvm] r227227 - [ExecutionEngine] FindFunctionNamed: Skip	declarations
 
Keno Fischer
 - [llvm] r227228 - [ExecutionEngine] Add weak symbol support to	RuntimeDyld
 
Keno Fischer
 - [llvm] r227229 - overloaded-intrinsic-name: exercise anyptr on struct
 
Ramkumar Ramachandra
 - [llvm] r227231 - tsan: properly instrument unaligned accesses
 
Dmitry Vyukov
 - [llvm] r227241 - Add llvm-pdbdump to tools.
 
Zachary Turner
 - [llvm] r227242 - Merge vector stores into wider vector stores	(PR21711)
 
Sanjay Patel
 - [llvm] r227242 - Merge vector stores into wider vector	stores	(PR21711)
 
Quentin Colombet
 - [llvm] r227242 - Merge vector stores into wider vector stores	(PR21711)
 
Sanjay Patel
 - [llvm] r227242 - Merge vector stores into wider vector stores	(PR21711)
 
Sanjay Patel
 - [llvm] r227246 - dd the option,	-link-opt-hints to llvm-objdump used with -macho to print the
 
Kevin Enderby
 - [llvm] r227247 - [ExecutionEngine] Fix r227228 tests on Windows
 
Keno Fischer
 - [llvm] r227248 - Revert "[x86] Combine x86mmx/i64 to v2i64 conversion	to use scalar_to_vector"
 
Alexey Samsonov
 - [llvm] r227249 - Teach IRCE to look at branch weights when	recognizing range checks
 
Sanjoy Das
 - [llvm] r227250 - [SimplifyLibCalls] Don't confuse strcpy_chk for	stpcpy_chk.
 
Ahmed Bougacha
 - [llvm] r227250 - [SimplifyLibCalls] Don't confuse strcpy_chk for	stpcpy_chk.
 
Ahmed Bougacha
 - [llvm] r227250 - [SimplifyLibCalls] Don't confuse strcpy_chk for	stpcpy_chk.
 
Eric Christopher
 - [llvm] r227250 - [SimplifyLibCalls] Don't confuse strcpy_chk for	stpcpy_chk.
 
Ahmed Bougacha
 - [llvm] r227250 - [SimplifyLibCalls] Don't confuse strcpy_chk for	stpcpy_chk.
 
Eric Christopher
 - [llvm] r227250 - [SimplifyLibCalls] Don't confuse strcpy_chk for	stpcpy_chk.
 
Hans Wennborg
 - [llvm] r227252 - Add a Fuzzer library
 
Kostya Serebryany
 - [llvm] r227252 - Add a Fuzzer library
 
Pasi Parviainen
 - [llvm] r227252 - Add a Fuzzer library
 
Kostya Serebryany
 - [llvm] r227252 - Add a Fuzzer library
 
Sean Silva
 - [llvm] r227252 - Add a Fuzzer library
 
Pasi Parviainen
 - [llvm] r227252 - Add a Fuzzer library
 
Pasi Parviainen
 - [llvm] r227252 - Add a Fuzzer library
 
Kostya Serebryany
 - [llvm] r227252 - Add a Fuzzer library
 
Pasi Parviainen
 - [llvm] r227252 - Add a Fuzzer library
 
Kostya Serebryany
 - [llvm] r227252 - Add a Fuzzer library
 
Aaron Ballman
 - [llvm] r227252 - Add a Fuzzer library
 
Aaron Ballman
 - [llvm] r227252 - Add a Fuzzer library
 
Aaron Ballman
 - [llvm] r227252 - Add a Fuzzer library
 
Kostya Serebryany
 - [llvm] r227252 - Add a Fuzzer library
 
Kostya Serebryany
 - [llvm] r227252 - Add a Fuzzer library
 
Aaron Ballman
 - [llvm] r227252 - Add a Fuzzer library
 
Kostya Serebryany
 - [llvm] r227252 - Add a Fuzzer library
 
Kostya Serebryany
 - [llvm] r227252 - Add a Fuzzer library
 
Aaron Ballman
 - [llvm] r227252 - Add a Fuzzer library
 
Kostya Serebryany
 - [llvm] r227252 - Add a Fuzzer library
 
Aaron Ballman
 - [llvm] r227252 - Add a Fuzzer library
 
Kostya Serebryany
 - [llvm] r227252 - Add a Fuzzer library
 
Kostya Serebryany
 - [llvm] r227253 - fix typos; NFC
 
Sanjay Patel
 - [llvm] r227254 - [fuzzer] properly enable asan's coverage feedback
 
Kostya Serebryany
 - [llvm] r227255 - Re-landing changes to use ArrayRef instead of	SmallVectorImpl, and new API test.
 
Chris Bieneman
 - [llvm] r227256 - remove function names from comments; NFC
 
Sanjay Patel
 - [llvm] r227257 - Add support for dumping debug tables to llvm-pdbdump.
 
Zachary Turner
 - [llvm] r227260 - SymbolRewriter: prevent unnecessary rewrite
 
Saleem Abdulrasool
 - [llvm] r227261 - SymbolRewriter: allow rewriting with comdats
 
Saleem Abdulrasool
 - [llvm] r227261 - SymbolRewriter: allow rewriting with comdats
 
Saleem Abdulrasool
 - [llvm] r227261 - SymbolRewriter: allow rewriting with comdats
 
Hans Wennborg
 - [llvm] r227262 - Run dos2unix against llvm-pdbdump.
 
Zachary Turner
 - [llvm] r227269 - [mips] Use __clear_cache builtin instead of	cacheflush()
 
Petar Jovanovic
 - [llvm] r227272 - Revert r227242 - Merge vector stores into wider	vector stores (PR21711).
 
Quentin Colombet
 - [llvm] r227275 - [llvm-pdbdump] Print more friendly names for enum	values.
 
Zachary Turner
 - [llvm] r227276 - [llvm-pdbdump] Add support for printing source files	and compilands.
 
Zachary Turner
 - [llvm] r227284 - Move EH personality type classification to	Analysis/LibCallSemantics.h
 
Reid Kleckner
 - [llvm] r227286 - [llvm-pdbdump] Add basic symbol dumping.
 
Zachary Turner
 - [llvm] r227287 - Revert r227247 and r227228: "Add weak symbol support	to RuntimeDyld".
 
Lang Hames
 - [llvm] r227290 - PR22356: DebugInfo: Handle the size of a member	where the	type of that member is a typedef (or other sugar) of a declaration.
 
David Blaikie
 - [llvm] r227290 - PR22356: DebugInfo: Handle the size of a member	where the type of that member is a typedef (or other sugar) of a	declaration.
 
David Blaikie
 - [llvm] r227290 - PR22356: DebugInfo: Handle the size of a member	where the type of that member is a typedef (or other sugar) of a	declaration.
 
Hans Wennborg
 - [llvm] r227291 - Add description to assert
 
David Blaikie
 - [llvm] r227292 - Introduce a section to the programmers manual about	type hierarchies, 
 
Chandler Carruth
 - [llvm] r227292 - Introduce a section to the programmers manual	about type hierarchies,
 
Sean Silva
 - [llvm] r227293 - Migrate AArch64 except for TTI and AsmPrinter away	from getSubtargetImpl.
 
Eric Christopher
 - [llvm] r227294 - [LPM] Stop using the string based preservation API.	It is an
 
Chandler Carruth
 - [llvm] r227294 - [LPM] Stop using the string based preservation	API. It is an
 
Chandler Carruth
 - [llvm] r227294 - [LPM] Stop using the string based preservation	API. It is an
 
Hans Wennborg
 - [llvm] r227296 - llvm-ar: Remove unimplemented -N option from -help
 
David Majnemer
 - [llvm] r227298 - Fold fcmp in cases where value is provably	non-negative. By Arch Robison.
 
Elena Demikhovsky
 - [llvm] r227299 - [LPM] A targeted but somewhat horrible fix to the	legacy pass manager's
 
Chandler Carruth
 - [llvm] r227299 - [LPM] A targeted but somewhat horrible fix to	the legacy pass manager's
 
Chandler Carruth
 - [llvm] r227299 - [LPM] A targeted but somewhat horrible fix to	the legacy pass manager's
 
Hans Wennborg
 - [llvm] r227300 - [LPM] Rip all of ManagedStatic and ThreadLocal out	of the pretty stack
 
Chandler Carruth
 - [llvm] r227300 - [LPM] Rip all of ManagedStatic and ThreadLocal	out of the pretty stack
 
Chandler Carruth
 - [llvm] r227300 - [LPM] Rip all of ManagedStatic and ThreadLocal	out of the pretty stack
 
Hans Wennborg
 - [llvm] r227300 - [LPM] Rip all of ManagedStatic and ThreadLocal	out of the pretty stack
 
Chandler Carruth
 - [llvm] r227300 - [LPM] Rip all of ManagedStatic and ThreadLocal	out	of the pretty stack
 
Owen Anderson
 - [llvm] r227300 - [LPM] Rip all of ManagedStatic and ThreadLocal	out of the pretty stack
 
Chandler Carruth
 - [llvm] r227300 - [LPM] Rip all of ManagedStatic and ThreadLocal	out of the pretty stack
 
Chandler Carruth
 - [llvm] r227300 - [LPM] Rip all of ManagedStatic and ThreadLocal	out of the pretty stack
 
Owen Anderson
 - [llvm] r227300 - [LPM] Rip all of ManagedStatic and ThreadLocal	out of the pretty stack
 
Chandler Carruth
 - [llvm] r227300 - [LPM] Rip all of ManagedStatic and ThreadLocal	out of the pretty stack
 
Chris Bieneman
 - [llvm] r227300 - [LPM] Rip all of ManagedStatic and ThreadLocal	out of the pretty stack
 
Hans Wennborg
 - [llvm] r227300 - [LPM] Rip all of ManagedStatic and ThreadLocal	out of the pretty stack
 
Chandler Carruth
 - [llvm] r227301 - [X86] Merge printSSECC and printAVXCC. They only	differed by an assertion.
 
Craig Topper
 - [llvm] r227302 - [X86] Teach disassembler to handle illegal	immediates on AVX512 integer compare instructions.
 
Craig Topper
 - [llvm] r227303 - AVX-512: Added FMA intrinsics with rounding mode
 
Elena Demikhovsky
 - [llvm] r227303 - AVX-512: Added FMA intrinsics with rounding mode
 
Adam Nemet
 - [llvm] r227304 - [docs] [cleanup] No need for a comment around C++11	override
 
Sean Silva
 - [llvm] r227305 - [docs] Use slightly more proper .rst markup
 
Sean Silva
 - [llvm] r227307 - [x32] Enable sibcall optimization on x32.
 
Michael Kuperstein
 - [llvm] r227308 - [X86] Reduce some 32-bit imuls into lea + shl
 
Michael Kuperstein
 - [llvm] r227311 - Correct the AggressiveAntiDepBreaker's handling of	subregisters defining super registers
 
Hal Finkel
 - [llvm] r227314 - R600: Use a Southern Islands GPU as the default for	the amdgcn target
 
Tom Stellard
 - [llvm] r227316 - R600: Move DataLayout to AMDGPUTargetMachine
 
Tom Stellard
 - [llvm] r227316 - R600: Move DataLayout to AMDGPUTargetMachine
 
Eric Christopher
 - [llvm] r227317 - [x32] Change the condition from bitness to LP64 for	TCRETURNdi64.
 
Michael Kuperstein
 - [llvm] r227318 - [ELFYAML] Provide explicit value for relocation	addendums in the test
 
Simon Atanasyan
 - [llvm] r227318 - [ELFYAML] Provide explicit value for relocation	addendums in the test
 
Sean Silva
 - [llvm] r227319 - Fix LLVMSetMetadata and LLVMAddNamedMetadataOperand	for single value MDNodes
 
Bjorn Steinbrink
 - [llvm] r227319 - Fix LLVMSetMetadata and	LLVMAddNamedMetadataOperand for single value MDNodes
 
Hans Wennborg
 - [llvm] r227319 - Fix LLVMSetMetadata and	LLVMAddNamedMetadataOperand for single value MDNodes
 
Duncan P. N. Exon Smith
 - [llvm] r227319 - Fix LLVMSetMetadata and	LLVMAddNamedMetadataOperand for single value MDNodes
 
Hans Wennborg
 - [llvm] r227321 - [Hexagon] Replacing old intrinsic tests with	organized versions that match the reference manual.
 
Colin LeMahieu
 - [llvm] r227322 - [Hexagon] Replacing intrinsics for halfword adds and	max/min word/dword.
 
Colin LeMahieu
 - [llvm] r227325 - [mips][microMIPS] Implement LWGP instruction
 
Jozef Kolek
 - [llvm] r227330 - [Hexagon] Replacing XTYPE/SHIFT intrinsic patternss.	Adding tests and missing instructions with tests.
 
Colin LeMahieu
 - [llvm] r227333 - Simplify code. NFC.
 
Rafael Espindola
 - [llvm] r227334 - use SDValue methods directly instead of getNode()->*	; NFCI
 
Sanjay Patel
 - [llvm] r227335 - [Hexagon] Converting XTYPE/BIT intrinsic patterns and	adding tests.
 
Colin LeMahieu
 - [llvm] r227337 - [dsymutil] Add DwarfLinker class.
 
Frederic Riss
 - [llvm] r227338 - [Hexagon] Deleting a lot of old variants of	intrinsics and updating references.
 
Colin LeMahieu
 - [llvm] r227339 - Fix build breakage caused by memory leaks in	llvm-c-test
 
Bjorn Steinbrink
 - [llvm] r227340 - Assume code ownership for the PS4 to ensure patches	get reviewed, per the Developer Policy.
 
Alex Rosenberg
 - [llvm] r227340 - Assume code ownership for the PS4 to ensure	patches get reviewed, per the Developer Policy.
 
Aaron Ballman
 - [llvm] r227345 - Refactoring llvm command line parsing and option	registration.
 
Chris Bieneman
 - [llvm] r227347 - [Hexagon] Adding XTYPE/MPY intrinsic tests and some	missing multiply instructions.
 
Colin LeMahieu
 - [llvm] r227348 - Moving AddLiteralOption's declaration higher up in	the header to make gcc happy.
 
Chris Bieneman
 - [llvm] r227351 - Remove gc.root's performCustomLowering
 
Philip Reames
 - [llvm] r227352 - [LPM] Try to work around a bug with local-dynamic	TLS on PowerPC 64.
 
Chandler Carruth
 - [llvm] r227352 - [LPM] Try to work around a bug with	local-dynamic TLS on PowerPC 64.
 
David Majnemer
 - [llvm] r227352 - [LPM] Try to work around a bug with	local-dynamic TLS on PowerPC 64.
 
Chandler Carruth
 - [llvm] r227353 - [Hexagon] Updating many V4 intrinsic patterns. Adding	missing instruction and deleting unused classes.
 
Colin LeMahieu
 - [llvm] r227355 - invert check for less indentation;	use local vars to reduce duplication; NFC
 
Sanjay Patel
 - [llvm] r227357 - [fuzzer] instructions for building/running	clang-format-fuzzer
 
Kostya Serebryany
 - [llvm] r227373 - [mips][microMIPS] Implement SWM and LWM aliases
 
Zoran Jovanovic
 - [llvm] r227374 - Line endings fix. NFC.
 
Simon Pilgrim
 - [llvm] r227376 - Spelling fixes. NFC.
 
Simon Pilgrim
 - [llvm] r227379 - [Hexagon] Updating several V5 intrinsics and adding	FP tests.
 
Colin LeMahieu
 - [llvm] r227381 - Add DWARFUnit::getNumDIEs() and getDIEIndex()
 
Frederic Riss
 - [llvm] r227382 - [dsymutil] Gather the DIE tree child->parent	relationships.
 
Frederic Riss
 - [llvm] r227385 - Build fix for Visual Studio. NFC.
 
Chris Bieneman
 - [llvm] r227386 - fix typos; NFC
 
Sanjay Patel
 - [llvm] r227389 - Add lit-style tests for the Fuzzer library
 
Kostya Serebryany
 - [llvm] r227390 - Teach SplitBlockPredecessors how to handle landingpad	blocks.
 
Philip Reames
 - [llvm] r227391 - [LPM] Fix the PPC attribute to be spelled	'global-dynamic'. This should
 
Chandler Carruth
 - [llvm] r227395 - [fuzzer] add option -save_minimized_corpus
 
Kostya Serebryany
 - [llvm] r227397 - Add nullptr checks for TargetSelectionDAGInfo in	SelectionDAG.
 
Manuel Jacob
 - [llvm] r227397 - Add nullptr checks for TargetSelectionDAGInfo in	SelectionDAG.
 
David Blaikie
 - [llvm] r227397 - Add nullptr checks for TargetSelectionDAGInfo	in SelectionDAG.
 
Manuel Jacob
 - [llvm] r227399 - Migrate ARM except for TTI, AsmPrinter,	and frame lowering
 
Eric Christopher
 - [llvm] r227400 - Small cleanup in ARMFastISel initialization.
 
Eric Christopher
 - [llvm] r227401 - Remove getSubtargetImpl from ARMISelLowering and	cache the
 
Eric Christopher
 - [llvm] r227402 - Remove getSubtargetImpl from AArch64ISelLowering and	cache the
 
Eric Christopher
 - [llvm] r227405 - Add a Windows EH preparation pass that zaps resumes
 
Reid Kleckner
 - [llvm] r227405 - Add a Windows EH preparation pass that zaps	resumes
 
Alexey Samsonov
 - [llvm] r227408 - Remove unused variable
 
Reid Kleckner
 - [llvm] r227411 - [LPM] Clean up the use of TLS in pretty stack trace	and disable it
 
Chandler Carruth
 - [llvm] r227411 - [LPM] Clean up the use of TLS in pretty stack	trace and disable it
 
Hans Wennborg
 - [llvm] r227411 - [LPM] Clean up the use of TLS in pretty stack	trace and disable it
 
Chandler Carruth
 - [llvm] r227411 - [LPM] Clean up the use of TLS in pretty	stack	trace and disable it
 
Kristof Beyls
 - [llvm] r227411 - [LPM] Clean up the use of TLS in pretty stack	trace and disable it
 
Eric Christopher
 - [llvm] r227411 - [LPM] Clean up the use of TLS in pretty stack	trace and disable it
 
Kristof Beyls
 - [llvm] r227411 - [LPM] Clean up the use of TLS in pretty stack	trace and disable it
 
Eric Christopher
 - [llvm] r227411 - [LPM] Clean up the use of TLS in pretty stack	trace and disable it
 
Chandler Carruth
 - [llvm] r227411 - [LPM] Clean up the use of TLS in pretty stack	trace and disable it
 
Jing Yu
 - [llvm] r227412 - [LPM] Fix an "obvious" typo from r227411. Really	sorry for the noise.
 
Chandler Carruth
 - [llvm] r227414 - [LPM] Try again to appease powerpc64 in its self	host. I've been unable
 
Chandler Carruth
 - [llvm] r227414 - [LPM] Try again to appease powerpc64 in its	self	host. I've been unable
 
Hal Finkel
 - [llvm] r227414 - [LPM] Try again to appease powerpc64 in its self	host. I've been unable
 
Chandler Carruth
 - [llvm] r227414 - [LPM] Try again to appease powerpc64 in its	self host. I've been unable
 
Hal Finkel
 - [llvm] r227414 - [LPM] Try again to appease powerpc64 in its self	host. I've been unable
 
Ulrich Weigand
 - [llvm] r227414 - [LPM] Try again to appease powerpc64 in its	self host. I've been unable
 
Hal Finkel
 - [llvm] r227415 - Remove an unused private field added r227405 to fix	a Clang warning.
 
Chandler Carruth
 - [llvm] r227422 - [ELFYAML] Provide default value 0 for YAML relocation	addendum field
 
Simon Atanasyan
 - [llvm] r227423 - Use the existing build configuration parameter	ENABLE_BACKTRACE to compile out all pretty stack trace support when	backtraces are disabled.
 
Owen Anderson
 - [llvm] r227424 - Fix the preprocessor checks used to determine if	backtraces have been enabled.
 
Owen Anderson
 - [llvm] r227428 - CommandLineParser: Avoid non-static member	nitializer(s).
 
NAKAMURA Takumi
 - [llvm] r227429 - Add a missing Tag_DIV_use test for Cortex-M7.
 
Charlie Turner
 - [llvm] r227430 - [Mips][Disassembler] When disassembler meets	cache/pref	instructions for r6 it crashes as the access to operands array is out	of	range. This patch adds dedicated decoder method for R6 CACHE_HINT_DESC	class that properly handles decoding of these instructions.
 
Vladimir Medic
 - [llvm] r227431 - Don't create multiple mergeable sections with	-fdata-sections.
 
Rafael Espindola
 - [llvm] r227431 - Don't create multiple mergeable sections with	-fdata-sections.
 
David Blaikie
 - [llvm] r227431 - Don't create multiple mergeable sections with	-fdata-sections.
 
Nico Weber
 - [llvm] r227431 - Don't create multiple mergeable sections with	-fdata-sections.
 
Rafael Espíndola
 - [llvm] r227435 - Use enum values. NFC.
 
Rafael Espindola
 - [llvm] r227436 - EHPrepare: Remove leftover initialization code for	DomTrees.
 
Benjamin Kramer
 - [llvm] r227437 - Cleanup a few tests on sse4a machines and	FileCheckize along the way.
 
Alex Rosenberg
 - [llvm] r227437 - Cleanup a few tests on sse4a machines and	FileCheckize along the way.
 
Eric Christopher
 - [llvm] r227439 - [LoopReroll] Refactor most of reroll() into a helper	class
 
James Molloy
 - [llvm] r227440 - Remove MergeableConst.
 
Rafael Espindola
 - [llvm] r227441 - Use isMergeableConst now that it is sane.
 
Rafael Espindola
 - [llvm] r227442 - Remove unused tokens in the ll lexer.
 
Sean Silva
 - [llvm] r227445 - Adding missing #includes to try to get this to	compile on Windows with Visual Studio.
 
Aaron Ballman
 - [llvm] r227446 - Make the test actually test what it's supposed to	test. Add a test for the from memory variant of vcvtph2ps for 256-bit.
 
Alex Rosenberg
 - [llvm] r227452 - Temporarily reverting the fuzzer library as it	causes too	many build issues for MSVC users. This reverts: 227445, 227395, 227389, 	227357, 227254, 227252
 
Aaron Ballman
 - [llvm] r227455 - [PowerPC] Complete setting the baseline for ppc64le
 
Bill Schmidt
 - [llvm] r227456 - Attempting to fix a build issue with MSVC 2012; NFC
 
Aaron Ballman
 - [llvm] r227457 - [Hexagon] Adding XTYPE/PRED intrinsic tests.	Converting predicate types to i32 instead of i1.
 
Colin LeMahieu
 - [llvm] r227458 - [X86] Use single add/sub for large stack offsets
 
Robert Lougher
 - [llvm] r227459 - Oops -- accidentally commit some debug code!	Removing that code; NFC (this time for real).
 
Aaron Ballman
 - [llvm] r227460 - [Hexagon] Deleting unused classes.
 
Colin LeMahieu
 - [llvm] r227461 - R600/SI: Define a schedule model and enable the	generic machine scheduler
 
Tom Stellard
 - [llvm] r227461 - R600/SI: Define a schedule model and enable the	generic machine scheduler
 
Tom Stellard
 - [llvm] r227461 - R600/SI: Define a schedule model and enable the	generic machine scheduler
 
Hans Wennborg
 - [llvm] r227462 - R600/SI: Remove stray debug statements
 
Tom Stellard
 - [llvm] r227462 - R600/SI: Remove stray debug statements
 
Tom Stellard
 - [llvm] r227462 - R600/SI: Remove stray debug statements
 
Hans Wennborg
 - [llvm] r227463 - [Hexagon] Adding CR intrinsic tests.
 
Colin LeMahieu
 - [llvm] r227464 - Reverting r227452,	which adds back the fuzzer library. Now excluding the fuzzer library	based on LLVM_USE_SANITIZE_COVERAGE being set or unset.
 
Aaron Ballman
 - [llvm] r227466 - [fuzzer] add FAQ section to the README.txt
 
Kostya Serebryany
 - [llvm] r227468 - [fuzzer] minor cleanup based on reviews: remove	redundant includes, fix a copy-pasto in tests
 
Kostya Serebryany
 - [llvm] r227470 - [Support][Windows] Unify dialog box suppression and	print stack traces on abort.
 
Michael J. Spencer
 - [llvm] r227471 - [lto] Disable dialog boxes on crash on Windows.
 
Michael J. Spencer
 - [llvm] r227474 - [Hexagon] Deleting old variants of intrinsics and	adding missing tests.
 
Colin LeMahieu
 - [llvm] r227476 - Compute the ELF SectionKind from the flags.
 
Rafael Espindola
 - [llvm] r227478 - [fuzzer] fix warning in a test
 
Kostya Serebryany
 - [llvm] r227479 - Disable compilation of llvm-pdbdump for versions of	MSVC < 2013.
 
Zachary Turner
 - [llvm] r227479 - Disable compilation of llvm-pdbdump for	versions of	MSVC < 2013.
 
Kaylor, Andrew
 - [llvm] r227479 - Disable compilation of llvm-pdbdump for versions	of MSVC < 2013.
 
Zachary Turner
 - [llvm] r227479 - Disable compilation of llvm-pdbdump for versions	of MSVC < 2013.
 
Chandler Carruth
 - [llvm] r227479 - Disable compilation of llvm-pdbdump for versions	of MSVC < 2013.
 
Asiri Rathnayake
 - [llvm] r227481 - DebugInfo: Teach Fast ISel to respect the debug	location of comparisons in jumps
 
David Blaikie
 - [llvm] r227481 - DebugInfo: Teach Fast ISel to respect the debug	location of comparisons in jumps
 
Eric Christopher
 - [llvm] r227481 - DebugInfo: Teach Fast ISel to respect the debug	location of comparisons in jumps
 
David Blaikie
 - [llvm] r227481 - DebugInfo: Teach Fast ISel to respect the debug	location of comparisons in jumps
 
Eric Christopher
 - [llvm] r227482 - R600/SI: Fix tonga's basic scheduling model
 
Matt Arsenault
 - [llvm] r227483 - R600/SI: Add subtarget feature for if f32 fma is fast
 
Matt Arsenault
 - [llvm] r227484 - R600/SI: Implement enableAggressiveFMAFusion
 
Matt Arsenault
 - [llvm] r227485 - Missing test case for r227481
 
David Blaikie
 - [llvm] r227486 - Remove erroneous REQUIRES: object-emission for asm	test.
 
David Blaikie
 - [llvm] r227487 - Refactor test to be reused across architectures
 
David Blaikie
 - [llvm] r227488 - Matching ARM change for r227481: DebugInfo: Teach	Fast ISel to respect the debug location of comparisons in jumps.
 
David Blaikie
 - [llvm] r227489 - Add missing test from r227488
 
David Blaikie
 - [llvm] r227489 - Add missing test from r227488
 
İsmail Dönmez
 - [llvm] r227489 - Add missing test from r227488
 
Renato Golin
 - [llvm] r227489 - Add missing test from r227488
 
David Blaikie
 - [llvm] r227489 - Add missing test from r227488
 
Renato Golin
 - [llvm] r227489 - Add missing test from r227488
 
David Blaikie
 - [llvm] r227489 - Add missing test from r227488
 
Renato Golin
 - [llvm] r227490 - All signal handlers are required to have C language	linkage in C++. This does not fix all signal handlers,	but does fix the most recent one.
 
Aaron Ballman
 - [llvm] r227491 - [GVN] don't propagate equality comparisons of FP zero	(PR22376)
 
Sanjay Patel
 - [llvm] r227491 - [GVN] don't propagate equality comparisons of FP	zero (PR22376)
 
Hans Wennborg
 - [llvm] r227491 - [GVN] don't propagate equality comparisons of FP	zero (PR22376)
 
Sanjay Patel
 - [llvm] r227491 - [GVN] don't propagate equality comparisons of FP	zero (PR22376)
 
Chandler Carruth
 - [llvm] r227491 - [GVN] don't propagate equality comparisons of FP	zero (PR22376)
 
Hans Wennborg
 - [llvm] r227493 - [Hexagon] Adding alu vector instructions
 
Colin LeMahieu
 - [llvm] r227495 - [Hexagon] Adding missing instruction encodings and	tests.
 
Colin LeMahieu
 - [llvm] r227498 - [Hexagon] Organizing tests and adding a few missing	jump instruction encodings.
 
Colin LeMahieu
 - [llvm] r227499 - [LoopReroll] Alter the data structures used during	reroll validation.
 
James Molloy
 - [llvm] r227502 - Update comments to use unreachable instead of	llvm.trap, as implemented now
 
Reid Kleckner
 - [llvm] r227503 - Update comments to use unreachable instead of	llvm.trap, as implemented now
 
Reid Kleckner
 - [llvm] r227506 - [AArch64] Add INITIALIZE_PASS macros to	AArch64A57FPLoadBalancing.
 
Chad Rosier
 - [llvm] r227507 - [fuzzer] add -use_full_coverage_set=1 which solves	FullCoverageSetTest. This does not scale very well yet,	but might be a good start.
 
Kostya Serebryany
 - [llvm] r227508 - x86: Remove the W64ALLOCA pseudo
 
Reid Kleckner
 - [llvm] r227511 - [LPM] Remove a PPC64 hack to try to work around a bad	interaction
 
Chandler Carruth
 - [llvm] r227512 - Remove most of the	TargetMachine::getSubtarget/getSubtargetImpl
 
Eric Christopher
 - [llvm] r227513 - Get rid of a few calls through the subtarget to get	the ABI
 
Eric Christopher
 - [llvm] r227514 - Change SmallVector param to the more general	ArrayRef; NFCI
 
Sanjay Patel
 - [llvm] r227516 - Remove unused header.
 
Eric Christopher
 - [llvm] r227517 - Remove unnecessary calls to	getSubtarget/getSubtargetImpl from the
 
Eric Christopher
 - [llvm] r227519 - x86: Fix large model calls to __chkstk for dynamic	allocas
 
Reid Kleckner
 - [llvm] r227520 - x86: Remove unused variables not caught by MSVC =P
 
Reid Kleckner
 - [llvm] r227521 - iOS doesn't have crt_externs.h available,	so we fall back to the posix method.
 
Chris Bieneman
 - [llvm] r227522 - iOS doesn't have histedit.h available. We should	gate use of libedit on whether or not this headers exists.
 
Chris Bieneman
 - [llvm] r227523 - Updating iOS.cmake to work with the latest Xcode and	iOS 8 SDK.
 
Chris Bieneman
 - [llvm] r227525 - [PM] Remove two very old and dead forward	declarations for the prior
 
Chandler Carruth
 - [llvm] r227529 - This only needs TargetInstrInfo,	not the specialized one.
 
Eric Christopher
 - [llvm] r227530 - Clean up some uses of getSubtarget in AArch64.
 
Eric Christopher
 - [llvm] r227531 - Remove a few getSubtarget calls in AArch64 pass	manager initialization.
 
Eric Christopher
 - [llvm] r227532 - [llvm-lto] Add a line for setting LTOCodeGenerator's	CPU string from command
 
Akira Hatanaka
 - [llvm] r227533 - [LTO] Scan all per-function subtargets when	collecting runtime library names.
 
Akira Hatanaka
 - [llvm] r227535 - Remove calls to bare getSubtarget and clean up the	functions
 
Eric Christopher
 - [llvm] r227538 - Migrate NVPTXISelDAGToDAG's getSubtarget to a	runOnMachineFunction
 
Eric Christopher
 - [llvm] r227539 - Remove unused argument.
 
Eric Christopher
 - [llvm] r227541 - Migrate NVPTXISelLowering to take the subtarget that	it's dependent
 
Eric Christopher
 - [llvm] r227542 - Migrate a bare getSubtarget call to query the	MachineFunction
 
Eric Christopher
 - [llvm] r227544 - Fix PR22386. The inliner moves static allocas to the	entry basic block
 
Adrian Prantl
 - [llvm] r227544 - Fix PR22386. The inliner moves static allocas to	the entry basic block
 
Alexey Samsonov
 - [llvm] r227544 - Fix PR22386. The inliner moves static allocas to	the entry basic block
 
Adrian Prantl
 - [llvm] r227544 - Fix PR22386. The inliner moves static allocas to	the entry basic block
 
Adrian Prantl
 - [llvm] r227544 - Fix PR22386. The inliner moves static allocas to	the entry basic block
 
Alexey Samsonov
 - [llvm] r227544 - Fix PR22386. The inliner moves static allocas to	the entry basic block
 
David Blaikie
 - [llvm] r227544 - Fix PR22386. The inliner moves static allocas to	the entry basic block
 
Adrian Prantl
 - [llvm] r227546 - Migrage PPCRegisterInfo to use the cached subtarget.
 
Eric Christopher
 - [llvm] r227547 - Migrate some of PPC away from the use of bare	getSubtarget/getSubtargetImpl.
 
Eric Christopher
 - [llvm] r227548 - Use the cached subtarget in PPCFrameLowering.
 
Eric Christopher
 - [llvm] r227550 - [AArch64]Fix PR21675,	a bug about lowering llvm.ctpop.i32. We should noot use	"DAG.getUNDEF(MVT::v8i8)" to get all zero vector.
 
Hao Liu
 - [llvm] r227550 - [AArch64]Fix PR21675, a bug about lowering	llvm.ctpop.i32. We should noot use "DAG.getUNDEF(MVT::v8i8)" to get all	zero vector.
 
Hans Wennborg
 - [llvm] r227557 - [LoopVectorize] Induction variables: support	arbitrary constant step.
 
Hao Liu
 - [llvm] r227561 - Move the target specific test case	arbitrary-induction-step.ll to test/Transforms/LoopVectorize/AArch64	folder.
 
Hao Liu
 - [llvm] r227562 - Change a very hot piece of code in TableGen's	register unit computations to use bit vectors rather than arrays.
 
Owen Anderson
 - [llvm] r227563 - Introduce llvm/test/LTO/ARM for arm-specific LTO	test(s).
 
NAKAMURA Takumi
 - [llvm] r227564 - Introduce llvm/test/LTO/X86. LTO tests may be	assumed as target-specific.
 
NAKAMURA Takumi
 - [llvm] r227566 - [bitcode reader] Fix an assert on invalid type tables
 
Filipe Cabecinhas
 - [llvm] r227568 - [mips] Manually replace JAL pseudo-instructions with	their JALR equivalent, instead of using InstAlias.
 
Toma Tabacu
 - [llvm] r227573 - Regenerate configure since r227090.
 
NAKAMURA Takumi
 - [llvm] r227574 - [Cygming] Seek also chkstk_ms,	or JIT fails with DLL builds. It is fixup for r227519.
 
NAKAMURA Takumi
 - [llvm] r227575 - Fix a warning introduced by r227557 due to a default	label in a fully
 
Chandler Carruth
 - [llvm] r227576 - [PM] Sink the population of the pass manager with	target-specific
 
Chandler Carruth
 - [llvm] r227582 - tidy up; NFC
 
Sanjay Patel
 - [llvm] r227584 - ARM: correct handling of .fpu directive
 
Saleem Abdulrasool
 - [llvm] r227584 - ARM: correct handling of .fpu directive
 
Hans Wennborg
 - [llvm] r227584 - ARM: correct handling of .fpu directive
 
Saleem Abdulrasool
 - [llvm] r227584 - ARM: correct handling of .fpu directive
 
Hans Wennborg
 - [llvm] r227584 - ARM: correct handling of .fpu directive
 
Renato Golin
 - [llvm] r227584 - ARM: correct handling of .fpu directive
 
Hans Wennborg
 - [llvm] r227586 - Move DebugInfo to DebugInfo/DWARF.
 
Zachary Turner
 - [llvm] r227587 - Really really don't build llvm-pdbdump on MSVC <	2013.
 
Zachary Turner
 - [llvm] r227588 - [Hexagon] Adding a number of vector load variants and	organizing tests.
 
Colin LeMahieu
 - [llvm] r227589 - Check bit widths before trying to get a type.
 
Filipe Cabecinhas
 - [llvm] r227594 - Fix lli after the DebugInfo move.
 
Zachary Turner
 - [llvm] r227595 - ARM: improve caret diagnostics for invalid FPU name
 
Saleem Abdulrasool
 - [llvm] r227598 - [Hexagon] Adding XTYPE/ALU vector instructions.	Organizing test files.
 
Colin LeMahieu
 - [llvm] r227599 - Fixup gold-plugin after r227576.
 
Alexey Samsonov
 - [llvm] r227600 - Revert "Matching ARM change for r227481: DebugInfo:	Teach	Fast ISel to respect the debug location of comparisons in jumps."
 
Renato Golin
 - [llvm] r227601 - Revert "Revert "Matching ARM change for r227481:	DebugInfo:	Teach Fast ISel to respect the debug location of comparisons in	jumps.""
 
Renato Golin
 - [llvm] r227602 - Revert "Add missing test from r227488"
 
Renato Golin
 - [llvm] r227603 - ARM: further correct .fpu directive handling
 
Saleem Abdulrasool
 - [llvm] r227603 - ARM: further correct .fpu directive handling
 
Renato Golin
 - [llvm] r227603 - ARM: further correct .fpu directive handling
 
Saleem Abdulrasool
 - [llvm] r227603 - ARM: further correct .fpu directive handling
 
Renato Golin
 - [llvm] r227603 - ARM: further correct .fpu directive handling
 
Saleem Abdulrasool
 - [llvm] r227603 - ARM: further correct .fpu directive handling
 
Saleem Abdulrasool
 - [llvm] r227603 - ARM: further correct .fpu directive handling
 
Hans Wennborg
 - [llvm] r227603 - ARM: further correct .fpu directive handling
 
Renato Golin
 - [llvm] r227604 - Inliner: Use replaceDbgDeclareForAlloca() instead of	splicing the
 
Adrian Prantl
 - [llvm] r227605 - Remove a redundant dyn_cast.
 
Adrian Prantl
 - [llvm] r227606 - [AArch64] Make AArch64A57FPLoadBalancing output	stable.
 
Chad Rosier
 - [llvm] r227607 - [Hexagon] Adding XTYPE/COMPLEX instructions and	cleaning up tests.
 
Colin LeMahieu
 - [llvm] r227608 - Remove the preverify pass from the documentation now	that it has been removed
 
Yunzhong Gao
 - [llvm] r227609 - [Hexagon] Adding vector multiplies. Cleaning up	tests.
 
Colin LeMahieu
 - [llvm] r227611 - Win64: Put a REX_W prefix on all TAILJMP*	instructions
 
Reid Kleckner
 - [llvm] r227612 - [Hexagon] Adding vector permutation instructions and	tests.
 
Colin LeMahieu
 - [llvm] r227613 - [Hexagon] Adding vector predicate instructions.
 
Colin LeMahieu
 - [llvm] r227614 - Silence "not all paths return a value" warning in	MSVC
 
Reid Kleckner
 - [llvm] r227615 - [X86] Cleanup tabs in test vector-zext.ll. NFC.
 
Ahmed Bougacha
 - [llvm] r227618 - R600/SI: Handle SI_SPILL_V96_RESTORE in	SIRegisterInfo::eliminateFrameIndex()
 
Tom Stellard
 - [llvm] r227618 - R600/SI: Handle SI_SPILL_V96_RESTORE in	SIRegisterInfo::eliminateFrameIndex()
 
Tom Stellard
 - [llvm] r227618 - R600/SI: Handle SI_SPILL_V96_RESTORE in	SIRegisterInfo::eliminateFrameIndex()
 
Hans Wennborg
 - [llvm] r227619 - [Hexagon] Adding vector shift instructions and tests.
 
Colin LeMahieu
 - [llvm] r227620 - Add one more vim swap file pattern
 
Michael Liao
 - [llvm] r227621 - Add a similar templated cast for getSubtarget off of	the MachineFunction
 
Eric Christopher
 - [llvm] r227622 - Use the cached subtargets and remove calls to	getSubtarget/getSubtargetImpl
 
Eric Christopher
 - [llvm] r227623 - Remove extraneous forward declaration.
 
Eric Christopher
 - [llvm] r227624 - Remove unused function.
 
Eric Christopher
 - [llvm] r227625 - Fix memory leak in WinEHPrepare introduced in	r227405.
 
Alexey Samsonov
 - [llvm] r227625 - Fix memory leak in WinEHPrepare introduced in	r227405.
 
Reid Kleckner
 - [llvm] r227626 - NFC. Making printOptionValues an API on the parser	class.
 
Chris Bieneman
 - [llvm] r227628 - [PBQP] Fix transposed worst row/column check in	handleAdd/RemoveNode in the PBQP
 
Lang Hames
 - [llvm] r227632 - Add ARM test for r227489,	but XFAIL because this is actually more work than it appeared to be.
 
David Blaikie
 - [llvm] r227635 - [AArch64] Robustize neon-scalar-copy.ll tests. NFC.
 
Ahmed Bougacha
 - [llvm] r227636 - Fix statepoint verifier tests to actually test	verifier.
 
Philip Reames
 - [llvm] r227638 - Reuse a bunch of cached subtargets and remove	getSubtarget calls
 
Eric Christopher
 - [llvm] r227639 - [fuzzer] Add a gtest-style test
 
Kostya Serebryany
 - [llvm] r227640 - Factor out statepoint verification into separate	function. (NFC)
 
Philip Reames
 - [llvm] r227642 - [AArch64] Add a few more DUP testcases. NFC.
 
Ahmed Bougacha
 - [llvm] r227643 - Avoid using the cast and use the templated accessor	function.
 
Eric Christopher
 - [llvm] r227644 - Reuse a bunch of cached subtargets and remove	getSubtarget calls
 
Eric Christopher
 - [llvm] r227645 - Add PPC test for r227481,	but XFAIL because this is actually more work than it appeared to be.
 
David Blaikie
 - [llvm] r227645 - Add PPC test for r227481,	but XFAIL because	this is actually more work than it appeared to be.
 
Hal Finkel
 - [llvm] r227645 - Add PPC test for r227481, but XFAIL because this	is actually more work than it appeared to be.
 
David Blaikie
 - [llvm] r227647 - Reuse a bunch of cached subtargets and remove	getSubtarget calls
 
Eric Christopher
 - [llvm] r227648 - Remove the last vestiges of resetOperationActions.
 
Eric Christopher
 - [llvm] r227648 - Remove the last vestiges of	resetOperationActions.
 
Bill Wendling
 - [llvm] r227648 - Remove the last vestiges of	resetOperationActions.
 
Chandler Carruth
 - [llvm] r227649 - Add the -section option to llvm-objdump used with	-macho that takes the argument
 
Kevin Enderby
 - [llvm] r227664 - [fuzzer] add flags to run fuzzer in multiple parallel	processes
 
Kostya Serebryany
 - [llvm] r227667 - ARM: support stack probe size on Windows on ARM
 
Saleem Abdulrasool
 - [llvm] r227669 - [PM] Change the core design of the TTI analysis to	use a polymorphic
 
Chandler Carruth
 - [llvm] r227670 - ARM: make a table more readable (NFC)
 
Saleem Abdulrasool
 - [llvm] r227673 - llvm-readobj: add a test case for ARM_MOV32(T) base	relocation
 
Saleem Abdulrasool
 - [llvm] r227678 - Change more of the guts of CodeGenRegister's RegUnit	tracking to be based on bit vectors.
 
Owen Anderson
 - [llvm] r227682 - Replace another std::set in the core of	CodeGenRegister, this time with sorted arrays.
 
Owen Anderson
 - [llvm] r227684 - [asan][mips] Fix MIPS64 Asan mapping
 
Kumar Sukhani
 - [llvm] r227685 - [PM] Switch the TargetMachine interface from	accepting a pass manager
 
Chandler Carruth
 - [llvm] r227688 - [X86][SSE] Shuffle mask decode support for zero	extend, scalar float/double moves and integer load instructions
 
Simon Pilgrim
 - [llvm] r227689 - Removed SSE lane blend findCommutedOpIndices	overrides. NFCI.
 
Simon Pilgrim
 - [llvm] r227690 - Removed a spurious semicolon; NFC
 
Aaron Ballman
 - [llvm] r227691 - Remove unused variable.
 
Diego Novillo
 - [llvm] r227692 - X86: silence a GCC warning
 
Saleem Abdulrasool
 - [llvm] r227693 - R600/SI: Only select cvt_flr/cvt_rpi with no NaNs.
 
Matt Arsenault
 - [llvm] r227697 - Fix typo
 
Matt Arsenault
 - [llvm] r227698 - [PM] Remove a bunch of stale TTI creation method	declarations. I nuked
 
Chandler Carruth
 - [llvm] r227699 - [CMake] LLVMTarget requires Intrinsics.gen since	r227669 introduced llvm/Analysis/TargetTransformInfo.h.
 
NAKAMURA Takumi
 - [llvm] r227699 - [CMake] LLVMTarget requires Intrinsics.gen since	r227669 introduced llvm/Analysis/TargetTransformInfo.h.
 
Chandler Carruth
 - [llvm] r227700 - [CMake] LLVMLTO requires Intrinsics.gen since r227685	introduced llvm/Analysis/TargetTransformInfo.h.
 
NAKAMURA Takumi
 - [llvm] r227700 - [CMake] LLVMLTO requires Intrinsics.gen since	r227685 introduced llvm/Analysis/TargetTransformInfo.h.
 
Chandler Carruth
 - [llvm] r227701 - Add missing tags.
 
Adrian Prantl
 - [llvm] r227702 - Fix PR22393. When recursively replacing an aggregate	with a smaller
 
Adrian Prantl
 - [llvm] r227703 - [NVPTX] Emit .pragma "nounroll" for loops marked with	nounroll
 
Jingyue Wu
 - [llvm] r227703 - [NVPTX] Emit .pragma "nounroll" for loops	marked with	nounroll
 
Kuperstein, Michael M
 - [llvm] r227704 - [SeparateConstOffsetFromGEP] set PreservesCFG flag
 
Jingyue Wu
 - [llvm] r227705 - [SeparateConstOffsetFromGEP] skip optnone functions
 
Jingyue Wu
 - [llvm] r227715 - [PM] Refactor the analysis registration and pass	pipeline parsing to
 
Chandler Carruth
 - [llvm] r227717 - Removed assert that doesn't typecheck and breaks	debug MSVC build.
 
Michael Kuperstein
 - [llvm] r227718 - AVX2: Added 2 more tests for gather intrinsics.
 
Elena Demikhovsky
 - [llvm] r227720 - [X86] Add a few target specific nodes to	'getTargetNodeName'
 
Craig Topper
 - [llvm] r227721 - [PM] Port TTI to the new pass manager,	introducing a TargetIRAnalysis to
 
Chandler Carruth
 - [llvm] r227723 - [PM] Switch to a ranged based for loop. NFC
 
Chandler Carruth
 - [llvm] r227724 - [PM] Teach the module-to-function adaptor to not run	function passes
 
Chandler Carruth
 - [llvm] r227725 - [PM] Port EarlyCSE to the new pass manager.
 
Chandler Carruth
 - [llvm] r227726 - [PM] Port SimplifyCFG to the new pass manager.
 
Chandler Carruth
 - [llvm] r227727 - [PM] Clean up a stale comment that came from a	differnt pass when
 
Chandler Carruth
 - [llvm] r227728 - [X86] Convert esp-relative movs of function	arguments to pushes, step 2
 
Michael Kuperstein
 - [llvm] r227730 - [multiversion] Thread a function argument through	all the callers of the
 
Chandler Carruth
 - [llvm] r227731 - [multiversion] Implement the old pass manager's TTI	wrapper pass in
 
Chandler Carruth
 - [llvm] r227733 - EarlyCSE: Replace custom hash mixing with Hashing.h
 
Benjamin Kramer
 - [llvm] r227734 - [multiversion] Remove a false freedom to leave the	TargetMachine pointer
 
Chandler Carruth
 - [llvm] r227735 - [multiversion] Switch all of the targets over to use	the
 
Chandler Carruth
 - [llvm] r227736 - [multiversion] Remove another place we were	"handling" nullptr even
 
Chandler Carruth
 - [llvm] r227737 - [multiversion] Remove the cached TargetMachine	pointer from the
 
Chandler Carruth
 - [llvm] r227738 - [multiversion] Switch the TTI queries from	TargetMachine to Subtarget
 
Chandler Carruth
 - [llvm] r227741 - [multiversion] Remove the function parameter from the	unrolling
 
Chandler Carruth
 - [llvm] r227743 - [multiversion] Kill FunctionTargetTransformInfo,	TTI itself is now
 
Chandler Carruth
 - [llvm] r227744 - Fix some bashims. More information on	https://wiki.ubuntu.com/DashAsBinSh. Reported initially on	https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772302 &	https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772301
 
Sylvestre Ledru
 - [llvm] r227745 - [PowerPC] Make r2 allocatable on PPC64/ELF for some	leaf functions
 
Hal Finkel
 - [llvm] r227746 - Revert r227728 due to bad line endings.
 
Michael Kuperstein
 - [llvm] r227747 - [LoopVectorize] Split out RuntimePointerCheck from	LoopVectorizationLegality
 
Adam Nemet
 - [llvm] r227748 - [LoopVectorize] Factor out duplicated code into	Report::emitAnalysis
 
Adam Nemet
 - [llvm] r227749 - [LoopVectorize] Rename the Report class to	VectorizationReport
 
Adam Nemet
 - [llvm] r227750 - [LoopVectorize] Add accessors for Num{Stores, Loads, 	PredStores} in AccessAnalysis
 
Adam Nemet
 - [llvm] r227751 - [LoopVectorize] Split out LoopAccessAnalysis from	LoopVectorizationLegality
 
Adam Nemet
 - [llvm] r227752 - [X86] Convert esp-relative movs of function	arguments to pushes, step 2
 
Michael Kuperstein
 - [llvm] r227753 - [LoopVectorize] Make hasVectorInstrinsicScalarOpd	inline
 
Adam Nemet
 - [llvm] r227754 - [LoopVectorize] Pass parameters explicitly to	MemoryDepChecker
 
Adam Nemet
 - [llvm] r227755 - [LoopVectorize] Move RuntimePointerCheck under	LoopAccessAnalysis
 
Adam Nemet
 - [llvm] r227756 - [LoopVectorize] Move LoopAccessAnalysis to its own	module
 
Adam Nemet
 - [llvm] r227757 - Include cstddef in EquivalenceClasses.h
 
Adam Nemet
 - [llvm] r227758 - [PowerPC] Better scheduling for isel on P7/P8
 
Hal Finkel
 - [llvm] r227759 - [PowerPC] VSX stores don't also read
 
Hal Finkel
 - [llvm] r227760 - ValueTracking: Make isSafeToSpeculativelyExecute a	little cleaner
 
David Majnemer
 - [llvm] r227761 - FoldingSetVectorIterator is just a subset of	pointee_iterator, remove it.
 
Benjamin Kramer
 - [llvm] r227763 - [PowerPC] Add implicit ops to conditional returns in	PPCEarlyReturn
 
Hal Finkel
 - [llvm] r227766 - LoopVectorize: Remove initializer list that blocks	MSVC.
 
Benjamin Kramer
 - [llvm] r227766 - LoopVectorize: Remove initializer list that	blocks MSVC.
 
Adam Nemet
 - [llvm] r227767 - [PowerPC] Remove the PPCVSXCopyCleanup pass
 
Hal Finkel
 - [llvm] r227770 - [PowerPC] Put PPCVSXFMAMutate into its own source	file
 
Hal Finkel
 - [llvm] r227771 - [PowerPC] Put PPCVSXCopy into its own source file
 
Hal Finkel
 - [llvm] r227772 - [PowerPC] Remove unnecessary include
 
Hal Finkel
 - [llvm] r227775 - [PowerPC] Put PPCEarlyReturn into its own source file
 
Hal Finkel
 - [llvm] r227776 - [Orc] Add sensible defaults for the	ObjectLinkingLayer constructor.
 
Lang Hames
 - [llvm] r227778 - [Orc] Make the ObjectLinkingLayer take ownership of	object files until
 
Lang Hames
 - [llvm] r227778 - [Orc] Make the ObjectLinkingLayer take ownership	of object files until
 
David Blaikie
 - [llvm] r227778 - [Orc] Make the ObjectLinkingLayer take ownership	of object files until
 
Lang Hames
 - [llvm] r227779 - [Orc] Remove the OwnedModules list from	OrcMCJITReplacement and use
 
Lang Hames
 - [llvm] r227780 - [Orc] Regression tests for OrcMCJITReplacement.
 
Lang Hames
 - [llvm] r227783 - gold-plugin.cpp: Fixup r227599 corresponding to	r227685 and r227731 -- Don't lose DataLayoutPass.
 
NAKAMURA Takumi
 - [llvm] r227785 - [Orc] Remove one of the OrcMCJITReplacement	regression tests while I
 
Lang Hames
 - [LLVMdev] [PATCH]: Allow PRE to insert no-cost phi nodes
 
Hal Finkel
 - [LLVMdev] [PATCH]: Allow PRE to insert no-cost phi nodes
 
Daniel Berlin
 - [LNT] r227360 - [lnttool] Compare parse version strings,	to handle canonical version forms.
 
Daniel Dunbar
 - [PATCH/RFC] fold zext(setcc) into a larger setcc
 
Fiona Glaser
 - [PATCH/RFC] fold zext(setcc) into a larger setcc
 
Matt Arsenault
 - [PATCH/RFC] fold zext(setcc) into a larger setcc
 
Fiona Glaser
 - [PATCH/RFC] fold zext(setcc) into a larger setcc
 
Matt Arsenault
 - [PATCH/RFC] fold zext(setcc) into a larger setcc
 
Fiona Glaser
 - [PATCH/RFC] fold zext(setcc) into a larger setcc
 
Matt Arsenault
 - [PATCH/RFC] fold zext(setcc) into a larger setcc
 
Owen Anderson
 - [PATCH/RFC] fold zext(setcc) into a larger setcc
 
Fiona Glaser
 - [PATCH/RFC] fold zext(setcc) into a larger setcc
 
Fiona Glaser
 - [PATCH] [2/3] [SimplifyLibCalls] Refactor str/mem libcall	handling: Factor out str/mem libcall optimizations
 
Ahmed Bougacha
 - [PATCH] [2/3] [SimplifyLibCalls] Refactor str/mem libcall	handling: Factor out str/mem libcall optimizations
 
Ahmed Bougacha
 - [PATCH] [AArch64] Fix non-determinism in A57 FP Load Balancing
 
Sanjin Sijaric
 - [PATCH] [AArch64] Fix non-determinism in A57 FP Load Balancing
 
James Molloy
 - [PATCH] [AArch64] Fix non-determinism in A57 FP Load Balancing
 
Sanjin Sijaric
 - [PATCH] [AArch64] Fix problems in handling generic MSR/MRS	instructions
 
Petr Pavlu
 - [PATCH] [AArch64] Fix the bug PR21675 about lowering	llvm.ctpop.i32
 
Hao Liu
 - [PATCH] [AArch64] Prefer DUP/MOV ("CPY") to INS for vector_extract.
 
Ahmed Bougacha
 - [PATCH] [AArch64] Prefer DUP/MOV ("CPY") to INS for	vector_extract.
 
Tim Northover
 - [PATCH] [asan][mips][compiler-rt] Fix MIPS64 Asan mapping
 
Kumar Sukhani
 - [PATCH] [ASan] Add process basename to log name and error message to	simplify analysis of sanitized systems logs.
 
Yury Gribov
 - [PATCH] [ASan] Add process basename to log name and error message	to simplify analysis of sanitized systems logs.
 
Yury Gribov
 - [PATCH] [ASan] Add process basename to log name and error message	to simplify analysis of sanitized systems logs.
 
Alexey Samsonov
 - [PATCH] [ASan] Add process basename to log name and error message	to simplify analysis of sanitized systems logs.
 
Yury Gribov
 - [PATCH] [ASan] Add process basename to log name and error message	to simplify analysis of sanitized systems logs.
 
Yury Gribov
 - [PATCH] [ASan] Add process basename to log name and error message	to simplify analysis of sanitized systems logs.
 
Yury Gribov
 - [PATCH] [ASan] Add use_madv_dontdump flag.
 
Yury Gribov
 - [PATCH] [ASan] Add use_madv_dontdump flag.
 
Yury Gribov
 - [PATCH] [ASan] Add use_madv_dontdump flag.
 
Kostya Serebryany
 - [PATCH] [ASan] Make BlockingMutex really linker initialized.
 
Yury Gribov
 - [PATCH] [ASan] Make BlockingMutex really linker initialized.
 
Yury Gribov
 - [PATCH] [ASan] Make BlockingMutex really linker initialized.
 
David Blaikie
 - [PATCH] [ASan] Make BlockingMutex really linker initialized.
 
Yuri Gribov
 - [PATCH] [ASan] Make BlockingMutex really linker initialized.
 
David Blaikie
 - [PATCH] [ASan] Make BlockingMutex really linker initialized.
 
Yury Gribov
 - [PATCH] [ASan] Make BlockingMutex really linker initialized.
 
David Blaikie
 - [PATCH] [ASan] Make BlockingMutex really linker initialized.
 
Yury Gribov
 - [PATCH] [ASan] Make BlockingMutex really linker initialized.
 
Alexey Samsonov
 - [PATCH] [ASan] Make BlockingMutex really linker initialized.
 
Yury Gribov
 - [PATCH] [ASan] Make BlockingMutex really linker initialized.
 
Alexey Samsonov
 - [PATCH] [ASan] Make BlockingMutex really linker initialized.
 
Yury Gribov
 - [PATCH] [ASan] Make BlockingMutex really linker initialized.
 
Yury Gribov
 - [PATCH] [ASan] Make BlockingMutex really linker initialized.
 
Yury Gribov
 - [PATCH] [ASan] Make BlockingMutex really linker initialized.
 
Alexey Samsonov
 - [PATCH] [Bitcode reader] Fix a few assertions when reading invalid	files
 
Filipe Cabecinhas
 - [PATCH] [CaptureTracking] Avoid long compilation time on large	basic blocks
 
Bruno Cardoso Lopes
 - [PATCH] [CaptureTracking] Avoid long compilation time on large	basic blocks
 
Rafael Espíndola
 - [PATCH] [CaptureTracking] Avoid long compilation time on large	basic blocks
 
hfinkel at anl.gov
 - [PATCH] [CaptureTracking] Avoid long compilation time on large	basic blocks
 
Daniel Berlin
 - [PATCH] [CodeGen] Add hooks/combine to form vector extloads,	and enable it on X86.
 
hfinkel at anl.gov
 - [PATCH] [CodeGen] Add hooks/combine to form vector extloads,	and enable it on X86.
 
Chandler Carruth
 - [PATCH] [CodeGen] Add hooks/combine to form vector extloads,	and enable it on X86.
 
Ahmed Bougacha
 - [PATCH] [compiler-rt] Allow suppression file paths be relative to the	location of the executable.
 
Anna Zaks
 - [PATCH] [compiler-rt] Make MaybeReexec properly process	DYLD_INSERT_LIBRARIES when using non-absolute paths
 
Alexey Samsonov
 - [PATCH] [compiler-rt] Make MaybeReexec properly process	DYLD_INSERT_LIBRARIES when using non-absolute paths
 
Kuba Brecka
 - [PATCH] [compiler-rt] Make MaybeReexec properly process	DYLD_INSERT_LIBRARIES when using non-absolute paths
 
Kuba Brecka
 - [PATCH] [compiler-rt] Turn abort_on_error=1 by default on OS X (part	1/2)
 
Kuba Brecka
 - [PATCH] [compiler-rt] Turn abort_on_error=1 by default on OS X	(part 1/2)
 
Kostya Serebryany
 - [PATCH] [compiler-rt] Turn abort_on_error=1 by default on OS X	(part 1/2)
 
Kuba Brecka
 - [PATCH] [compiler-rt] Turn abort_on_error=1 by default on OS X	(part 1/2)
 
Alexey Samsonov
 - [PATCH] [compiler-rt] Turn abort_on_error=1 by default on OS X	(part 1/2)
 
Kuba Brecka
 - [PATCH] [compiler-rt] Turn abort_on_error=1 by default on OS X	(part 1/2)
 
Yury Gribov
 - [PATCH] [compiler-rt] Turn abort_on_error=1 by default on OS X	(part 1/2)
 
Kuba Brecka
 - [PATCH] [compiler-rt] Turn abort_on_error=1 by default on OS X	(part 1/2)
 
Yury Gribov
 - [PATCH] [compiler-rt] Turn abort_on_error=1 by default on OS X (part	2/2)
 
Kuba Brecka
 - [PATCH] [compiler-rt] Turn abort_on_error=1 by default on OS X	(part 2/2)
 
Kostya Serebryany
 - [PATCH] [compiler-rt] Turn abort_on_error=1 by default on OS X	(part 2/2)
 
Alexey Samsonov
 - [PATCH] [compiler-rt] Turn abort_on_error=1 by default on OS X	(part 2/2)
 
Alexey Samsonov
 - [PATCH] [dwarfdump] Pretty print location expressions and	location lists
 
Frederic Riss
 - [PATCH] [dwarfdump] Pretty print location expressions and	location lists
 
Frederic Riss
 - [PATCH] [dwarfdump] Pretty print location expressions and	location lists
 
David Blaikie
 - [PATCH] [ELF] Implement action for OUTPUT linker script command
 
Davide Italiano
 - [PATCH] [ELF] Implement action for OUTPUT linker script command
 
Rui Ueyama
 - [PATCH] [ELF] Implement action for OUTPUT linker script command
 
Shankar Kalpathi Easwaran
 - [PATCH] [ELF] Implement semantic action for ENTRY linker script	command
 
Davide Italiano
 - [PATCH] [ELF] Implement semantic action for ENTRY linker script	command
 
Shankar Kalpathi Easwaran
 - [PATCH] [ELF] Implement semantic action for ENTRY linker script	command
 
Rui Ueyama
 - [PATCH] [ELF] Implement semantic action for ENTRY linker script	command
 
Davide Italiano
 - [PATCH] [ELF] Support for parsing OUTPUT command in LinkerScript
 
Davide Italiano
 - [PATCH] [ELF] Support for parsing OUTPUT command in LinkerScript
 
Davide Italiano
 - [PATCH] [ELF] Support for parsing OUTPUT command in LinkerScript
 
Davide Italiano
 - [PATCH] [ELF] Support for parsing OUTPUT command in LinkerScript
 
Rafael Auler
 - [PATCH] [ELF] Support for parsing OUTPUT command in LinkerScript
 
Shankar Kalpathi Easwaran
 - [PATCH] [ELF] Support for parsing OUTPUT command in LinkerScript
 
Rafael Auler
 - [PATCH] [ELF] Support for parsing OUTPUT command in LinkerScript
 
Shankar Kalpathi Easwaran
 - [PATCH] [ELF] Support for parsing OUTPUT command in LinkerScript
 
Rafael Auler
 - [PATCH] [ELF] Support for parsing OUTPUT command in LinkerScript
 
Rui Ueyama
 - [PATCH] [ELF] Support for parsing OUTPUT command in LinkerScript
 
Davide Italiano
 - [PATCH] [ELF] Support for parsing OUTPUT command in LinkerScript
 
Rui Ueyama
 - [PATCH] [ELF] Support for parsing OUTPUT command in LinkerScript
 
Davide Italiano
 - [PATCH] [ELF] Support for parsing OUTPUT command in LinkerScript
 
Rui Ueyama
 - [PATCH] [ExecutionEngine] FindFunctionNamed: Skip declarations
 
Phabricator
 - [PATCH] [fuzzer] Add a gtest-style test
 
Kostya Serebryany
 - [PATCH] [fuzzer] Add a gtest-style test
 
Alexey Samsonov
 - [PATCH] [fuzzer] Add a gtest-style test
 
Kostya Serebryany
 - [PATCH] [fuzzer] Add a gtest-style test
 
Alexey Samsonov
 - [PATCH] [GVN} don't propagate equality comparisons of FP zero	(PR22376)
 
Sanjay Patel
 - [PATCH] [GVN} don't propagate equality comparisons of FP zero	(PR22376)
 
Arch D. Robison
 - [PATCH] [GVN} don't propagate equality comparisons of FP zero	(PR22376)
 
Reid Kleckner
 - [PATCH] [GVN} don't propagate equality comparisons of FP zero	(PR22376)
 
Sanjay Patel
 - [PATCH] [GVN} don't propagate equality comparisons of FP zero	(PR22376)
 
hfinkel at anl.gov
 - [PATCH] [GVN} don't propagate equality comparisons of FP zero	(PR22376)
 
Sanjay Patel
 - [PATCH] [GVN} don't propagate equality comparisons of FP zero	(PR22376)
 
Sanjay Patel
 - [PATCH] [inline-asm] Fix scope of assembly macros
 
Sergey Dmitrouk
 - [PATCH] [inline-asm] Fix scope of assembly macros
 
Jim Grosbach
 - [PATCH] [InstCombine] Lower unknown @llvm.objectsize early.
 
Nuno Lopes
 - [PATCH] [InstCombine] Teach how to fold a select into a cttz/ctlz	with the 'is_zero_undef' flag cleared.
 
Andrea Di Biagio
 - [PATCH] [InstCombine] Teach how to fold a select into a cttz/ctlz	with the 'is_zero_undef' flag cleared.
 
hfinkel at anl.gov
 - [PATCH] [InstCombine] Teach how to fold a select into a cttz/ctlz	with the 'is_zero_undef' flag cleared.
 
Andrea Di Biagio
 - [PATCH] [libcxx] Don't assume LIT_EXECUTABLE points to a Python script
 
Greg Fitzgerald
 - [PATCH] [lld][ARM] Add relocations to perform function calls
 
Denis Protivensky
 - [PATCH] [lld][ARM] Add relocations to perform function calls
 
Will Newton
 - [PATCH] [lld][ARM] Add relocations to perform function calls
 
Denis Protivensky
 - [PATCH] [lld][ARM] Add relocations to perform function calls
 
Will Newton
 - [PATCH] [lld][ARM] Add relocations to perform function calls
 
Denis Protivensky
 - [PATCH] [lld][ARM] Add relocations to perform function calls
 
Denis Protivensky
 - [PATCH] [lld][ARM] Add relocations to perform function calls
 
Shankar Easwaran
 - [PATCH] [lld][ARM] Add relocations to perform function calls
 
Denis Protivensky
 - [PATCH] [lld][ARM] Add relocations to perform function calls
 
Shankar Easwaran
 - [PATCH] [lld] Correct forming of ARM/Thumb atoms
 
Denis Protivensky
 - [PATCH] [lld] Correct forming of ARM/Thumb atoms
 
Shankar Kalpathi Easwaran
 - [PATCH] [lld] Correct forming of ARM/Thumb atoms
 
Rui Ueyama
 - [PATCH] [lld] Correct forming of ARM/Thumb atoms
 
Denis Protivensky
 - [PATCH][lld] ELF/AArch64: Add support for checking for ABS32	overflow
 
Will Newton
 - [PATCH][lld] ELF/AArch64: Add support for checking for ABS32	overflow
 
Tim Northover
 - [PATCH][lld] ELF/AArch64: Add support for checking for ABS32	overflow
 
Benjamin Kramer
 - [PATCH][lld] ELF/AArch64: Add support for checking for	ABS32 overflow
 
Shankar Easwaran
 - [PATCH][lld] ELF/AArch64: Add support for checking for ABS32	overflow
 
Rui Ueyama
 - [PATCH][lld] ELF/AArch64: Add support for checking for ABS32	overflow
 
Tim Northover
 - [PATCH][lld] ELF/AArch64: Add support for checking for ABS32	overflow
 
Will Newton
 - [PATCH] [lld] Fix shared libraries build
 
Greg Fitzgerald
 - [PATCH] [lld] Fix shared libraries build
 
Rui Ueyama
 - [PATCH] [lld] Fix shared libraries build
 
Shankar Kalpathi Easwaran
 - [PATCH] [lld] Fix shared libraries build
 
Greg Fitzgerald
 - [PATCH] [lld] Make ELFLinkingContext own LinkerScript buffers
 
Rafael Auler
 - [PATCH] [lld] Make ELFLinkingContext own LinkerScript buffers
 
Rui Ueyama
 - [PATCH] [lld] Make ELFLinkingContext own LinkerScript buffers
 
Davide Italiano
 - [PATCH] [lld] Make ELFLinkingContext own LinkerScript buffers
 
Rafael Auler
 - [PATCH] [lld] Make ELFLinkingContext own LinkerScript buffers
 
Rafael Auler
 - [PATCH] [lld] Make ELFLinkingContext own LinkerScript buffers
 
Rui Ueyama
 - [PATCH] [lld] Make ELFLinkingContext own LinkerScript buffers
 
Rafael Auler
 - [PATCH] [lld] Make ELFLinkingContext own LinkerScript buffers
 
Shankar Kalpathi Easwaran
 - [PATCH] [lld] Merge X86 ELF directories
 
Greg Fitzgerald
 - [PATCH] [lld] Merge X86 ELF directories
 
Shankar Kalpathi Easwaran
 - [PATCH] [lld] Merge X86 ELF directories
 
Michael Spencer
 - [PATCH] [lld] Merge X86 ELF directories
 
Greg Fitzgerald
 - [PATCH] [lld] Merge X86 ELF directories
 
Michael Spencer
 - [PATCH] [lld] Merge X86 ELF directories
 
Ed Maste
 - [PATCH] [lld] Merge X86 ELF directories
 
Greg Fitzgerald
 - [PATCH] [lld] Merge X86 ELF directories
 
Joerg Sonnenberger
 - [PATCH] [lld] Merge X86 ELF directories
 
Greg Fitzgerald
 - [PATCH] [lld] Merge X86 ELF directories
 
Greg Fitzgerald
 - [PATCH] [lld] Remove PPC ELF target
 
Greg Fitzgerald
 - [PATCH] [lld] Remove PPC ELF target
 
Shankar Easwaran
 - [PATCH] [lld] Remove PPC ELF target
 
Ed Maste
 - [PATCH] [lld] Remove PPC ELF target
 
Will Newton
 - [PATCH] [lld] Remove PPC ELF target
 
Greg Fitzgerald
 - [PATCH] [lld] Remove PPC ELF target
 
Rui Ueyama
 - [PATCH] [llgo] Introduce llgoi, a REPL for Go
 
Andrew Wilkins
 - [PATCH] [LoopReroll] Alter the data structures used during reroll	validation.
 
James Molloy
 - [PATCH] [LoopReroll] Alter the data structures used during reroll	validation.
 
hfinkel at anl.gov
 - [PATCH] [LoopReroll] Alter the data structures used during reroll	validation.
 
James Molloy
 - [PATCH] [LoopReroll] Refactor most of reroll() into a helper class
 
James Molloy
 - [PATCH] [LoopReroll] Refactor most of reroll() into a helper class
 
Arnaud de Grandmaison
 - [PATCH] [LoopReroll] Refactor most of reroll() into a helper class
 
hfinkel at anl.gov
 - [PATCH] [LoopReroll] Refactor most of reroll() into a helper class
 
James Molloy
 - [PATCH] [LoopReroll] Refactor most of reroll() into a helper class
 
James Molloy
 - [PATCH] [LoopVectorize] Add accessors for Num{Stores, Loads,	PredStores} in AccessAnalysis
 
Adam Nemet
 - [PATCH] [LoopVectorize] Add accessors for Num{Stores, Loads,	PredStores} in AccessAnalysis
 
hfinkel at anl.gov
 - [PATCH] [LoopVectorize] Factor out a global emitLoopAnalysis
 
Adam Nemet
 - [PATCH] [LoopVectorize] Factor out a global emitLoopAnalysis
 
hfinkel at anl.gov
 - [PATCH] [LoopVectorize] Factor out a global emitLoopAnalysis
 
Adam Nemet
 - [PATCH] [LoopVectorize] Induction variables: support arbitrary	constant step
 
Hao Liu
 - [PATCH] [LoopVectorize] Induction variables: support arbitrary	constant step
 
hfinkel at anl.gov
 - [PATCH] [LoopVectorize] Induction variables: support arbitrary	constant step
 
Arnold Schwaighofer
 - [PATCH] [LoopVectorize] Induction variables: support arbitrary	constant step
 
hfinkel at anl.gov
 - [PATCH] [LoopVectorize] Induction variables: support arbitrary	constant step
 
Hao Liu
 - [PATCH] [LoopVectorize] Induction variables: support arbitrary	constant step
 
Hao Liu
 - [PATCH] [LoopVectorize] Induction variables: support arbitrary	constant step
 
hfinkel at anl.gov
 - [PATCH] [LoopVectorize] Induction variables: support arbitrary	constant step
 
Nadav Rotem
 - [PATCH] [LoopVectorize] Induction variables: support arbitrary	constant step
 
Nadav Rotem
 - [PATCH] [LoopVectorize] Make hasVectorInstrinsicScalarOpd inline
 
Adam Nemet
 - [PATCH] [LoopVectorize] Make hasVectorInstrinsicScalarOpd inline
 
hfinkel at anl.gov
 - [PATCH] [LoopVectorize] Move LoopAccessAnalysis to its own module
 
Adam Nemet
 - [PATCH] [LoopVectorize] Move LoopAccessAnalysis to its own module
 
hfinkel at anl.gov
 - [PATCH] [LoopVectorize] Move LoopAccessAnalysis to its own module
 
Adam Nemet
 - [PATCH] [LoopVectorize] Move LoopAccessAnalysis to its own module
 
Hal Finkel
 - [PATCH] [LoopVectorize] Move LoopAccessAnalysis to its own module
 
Adam Nemet
 - [PATCH] [LoopVectorize] Move LoopAccessAnalysis to its own module
 
Adam Nemet
 - [PATCH] [LoopVectorize] Move LoopAccessAnalysis to its own module
 
hfinkel at anl.gov
 - [PATCH] [LoopVectorize] Move LoopAccessAnalysis to its own module
 
Adam Nemet
 - [PATCH] [LoopVectorize] Move LoopAccessAnalysis to its own module
 
Hal Finkel
 - [PATCH] [LoopVectorize] Move LoopAccessAnalysis to its own module
 
Adam Nemet
 - [PATCH] [LoopVectorize] Move LoopAccessAnalysis to its own module
 
hfinkel at anl.gov
 - [PATCH] [LoopVectorize] Move LoopAccessAnalysis to its own module
 
Adam Nemet
 - [PATCH] [LoopVectorize] Move RuntimePointerCheck under	LoopAccessAnalysis
 
Adam Nemet
 - [PATCH] [LoopVectorize] Move RuntimePointerCheck under	LoopAccessAnalysis
 
hfinkel at anl.gov
 - [PATCH] [LoopVectorize] Pass parameters explicitly to MemoryDepChecker
 
Adam Nemet
 - [PATCH] [LoopVectorize] Pass parameters explicitly to	MemoryDepChecker
 
hfinkel at anl.gov
 - [PATCH] [LoopVectorize] Pass parameters explicitly to	MemoryDepChecker
 
Adam Nemet
 - [PATCH] [LoopVectorize] Pass parameters explicitly to	MemoryDepChecker
 
Hal Finkel
 - [PATCH] [LoopVectorize] Pass parameters explicitly to	MemoryDepChecker
 
Adam Nemet
 - [PATCH] [LoopVectorize] Pass parameters explicitly to	MemoryDepChecker
 
Adam Nemet
 - [PATCH] [LoopVectorize] Pass parameters explicitly to	MemoryDepChecker
 
hfinkel at anl.gov
 - [PATCH] [LoopVectorize] Rename the Report class to VectorizationReport
 
Adam Nemet
 - [PATCH] [LoopVectorize] Rename the Report class to	VectorizationReport
 
hfinkel at anl.gov
 - [PATCH] [LoopVectorize] Split out LoopAccessAnalysis from	LoopVectorizationLegality
 
Adam Nemet
 - [PATCH] [LoopVectorize] Split out LoopAccessAnalysis from	LoopVectorizationLegality
 
hfinkel at anl.gov
 - [PATCH] [LoopVectorize] Split out LoopAccessAnalysis from	LoopVectorizationLegality
 
Adam Nemet
 - [PATCH] [LoopVectorize] Split out LoopAccessAnalysis from	LoopVectorizationLegality
 
Hal Finkel
 - [PATCH] [LoopVectorize] Split out LoopAccessAnalysis from	LoopVectorizationLegality
 
Adam Nemet
 - [PATCH] [LoopVectorize] Split out LoopAccessAnalysis from	LoopVectorizationLegality
 
Adam Nemet
 - [PATCH] [LoopVectorize] Split out LoopAccessAnalysis from	LoopVectorizationLegality
 
hfinkel at anl.gov
 - [PATCH] [LoopVectorize] Split out RuntimePointerCheck from	LoopVectorizationLegality
 
Adam Nemet
 - [PATCH] [LoopVectorize] Split out RuntimePointerCheck from	LoopVectorizationLegality
 
hfinkel at anl.gov
 - [PATCH] [LoopVectorize] Split out RuntimePointerCheck from	LoopVectorizationLegality
 
Adam Nemet
 - [PATCH] [LoopVectorize] Split out RuntimePointerCheck from	LoopVectorizationLegality
 
hfinkel at anl.gov
 - [PATCH] [LPM] A targeted but somewhat horrible fix to the legacy pass	manager's querying of the pass registry.
 
Chandler Carruth
 - [PATCH] [LPM] A targeted but somewhat horrible fix to the legacy	pass manager's querying of the pass registry.
 
Owen Anderson
 - [PATCH] [LPM] A targeted but somewhat horrible fix to the legacy	pass manager's querying of the pass registry.
 
Owen Anderson
 - [PATCH] [LPM] A targeted but somewhat horrible fix to the legacy	pass manager's querying of the pass registry.
 
Chandler Carruth
 - [PATCH] [LPM] A targeted but somewhat horrible fix to the legacy	pass manager's querying of the pass registry.
 
Owen Anderson
 - [PATCH] [LPM] A targeted but somewhat horrible fix to the legacy	pass manager's querying of the pass registry.
 
Chandler Carruth
 - [PATCH] [LSan] [MIPS] adding support of LSan for mips64/mips64el	arch
 
Sagar Thakur
 - [PATCH] [LSan] [MIPS] adding support of LSan for mips64/mips64el	arch
 
Sagar Thakur
 - [PATCH] [LSan] [MIPS] adding support of LSan for mips64/mips64el	arch
 
Kumar Sukhani
 - [PATCH] [lsan] [mips] adding support of lsan for mips64/mips64el	arch
 
Kumar Sukhani
 - [PATCH] [LTOCodeGenerator] Iterate over all subtargets when	collecting runtime library names that should be protected
 
Akira Hatanaka
 - [PATCH] [LTOCodeGenerator] Iterate over all subtargets when	collecting runtime library names that should be protected
 
Akira Hatanaka
 - [PATCH] [LTOCodeGenerator] Iterate over all subtargets when	collecting runtime library names that should be protected
 
Eric Christopher
 - [PATCH] [LTOCodeGenerator] Iterate over all subtargets when	collecting runtime library names that should be protected
 
Akira Hatanaka
 - [PATCH] [LTOCodeGenerator] Iterate over all subtargets when	collecting runtime library names that should be protected
 
Eric Christopher
 - [PATCH] [LTOCodeGenerator] Iterate over all subtargets when	collecting runtime library names that should be protected
 
Duncan P. N. Exon Smith
 - [PATCH] [LTOCodeGenerator] Iterate over all subtargets when	collecting runtime library names that should be protected
 
Akira Hatanaka
 - [PATCH] [MachO] Implement -order_file as a separate ordering pass.
 
Rui Ueyama
 - [PATCH] [MachO] Implement -order_file as a separate ordering pass.
 
kledzik at apple.com
 - [PATCH] [MachO] Implement -order_file as a separate ordering pass.
 
Rui Ueyama
 - [PATCH] [MachO] Implement -order_file as a separate ordering pass.
 
kledzik at apple.com
 - [PATCH] [MachO] Implement -order_file as a separate ordering pass.
 
Rui Ueyama
 - [PATCH] [MachO] Implement -order_file as a separate ordering pass.
 
kledzik at apple.com
 - [PATCH] [MachO] Implement -order_file as a separate ordering pass.
 
Rui Ueyama
 - [PATCH] [MachO] Implement -order_file as a separate ordering pass.
 
kledzik at apple.com
 - [PATCH] [MachO] Implement -order_file as a separate ordering pass.
 
Rui Ueyama
 - [PATCH] [MachO] Implement -order_file as a separate ordering pass.
 
Shankar Kalpathi Easwaran
 - [PATCH] [MachO] Implement -order_file as a separate ordering pass.
 
Rui Ueyama
 - [PATCH] [MachO] Implement -order_file as a separate ordering pass.
 
Shankar Kalpathi Easwaran
 - [PATCH] [MachO] Implement -order_file as a separate ordering pass.
 
Rui Ueyama
 - [PATCH] [Mips][Disassembler][R6] Disassembler crashes on	cache/pref instructions for r6
 
Daniel Sanders
 - [PATCH] [Mips][Disassembler][R6] Disassembler crashes on	cache/pref instructions for r6
 
Vladimir Medic
 - [PATCH] [Mips][Disassembler][R6] Disassembler crashes on compact	jump instructions for r6
 
Vladimir Medic
 - [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests	for mips32 platform
 
Daniel Sanders
 - [PATCH] [mips][ias] Make immediate zero synonymous with $zero when	parsing registers.
 
Daniel Sanders
 - [PATCH] [mips][ias] Make immediate zero synonymous with $zero	when parsing registers.
 
Toma Tabacu
 - [PATCH] [mips][ias] Make immediate zero synonymous with $zero	when parsing registers.
 
Daniel Sanders
 - [PATCH] [mips][microMIPS] Implement LWGP instruction
 
Jozef Kolek
 - [PATCH] [mips][microMIPS] Implement LWGP instruction
 
Sasa Stankovic
 - [PATCH] [mips][microMIPS] Implement LWGP instruction
 
Jozef Kolek
 - [PATCH] [mips][microMIPS] Implement LWGP instruction
 
Jozef Kolek
 - [PATCH] [mips][microMIPS] Implement LWGP instruction
 
Sasa Stankovic
 - [PATCH] [mips][microMIPS] Implement LWGP instruction
 
Jozef Kolek
 - [PATCH] [mips][microMIPS] Implement SWM and LWM aliases
 
Zoran Jovanovic
 - [PATCH] [mips][microMIPS] Implement SWM and LWM aliases
 
Sasa Stankovic
 - [PATCH] [mips][microMIPS] Implement SWM and LWM aliases
 
Phabricator
 - [PATCH] [mips] Add __clear_cache() definition for non-Android systems
 
Petar Jovanovic
 - [PATCH] [mips] Add assembler support for the .cprestore directive.
 
Ed Maste
 - [PATCH] [mips] Add assembler support for the .cprestore directive.
 
Toma Tabacu
 - [PATCH] [mips] Add assembler support for the .cprestore directive.
 
Toma Tabacu
 - [PATCH] [mips] Add assembler support for the .cprestore directive.
 
Toma Tabacu
 - [PATCH] [mips] Add assembler support for the .cprestore directive.
 
Ed Maste
 - [PATCH] [mips] Add itineraries for ext and ins instructions.
 
Kai Nacke
 - [PATCH] [mips] Add tests for bitwise binary and integer	arithmetic operators.
 
Vasileios Kalintiris
 - [PATCH] [mips] Enable arithmetic and binary operations for the	i128 data type.
 
Vasileios Kalintiris
 - [PATCH] [mips] Expand JAL instructions when PIC is enabled.
 
Toma Tabacu
 - [PATCH] [mips] Expand JAL instructions when PIC is enabled.
 
Daniel Sanders
 - [PATCH] [mips] Expand JAL instructions when PIC is enabled.
 
Daniel Sanders
 - [PATCH] [mips] Improve support for the .set at/noat assembler	directives.
 
Toma Tabacu
 - [PATCH] [mips] Manually replace JAL pseudo-instructions with	their JALR equivalent, instead of using InstAlias.
 
Toma Tabacu
 - [PATCH] [mips] Manually replace JAL pseudo-instructions with	their JALR equivalent, instead of using InstAlias.
 
Daniel Sanders
 - [PATCH] [mips] Manually replace JAL pseudo-instructions with	their JALR equivalent, instead of using InstAlias.
 
Toma Tabacu
 - [PATCH] [mips] Use __clear_cache builtin instead of cacheflush()
 
Petar Jovanovic
 - [PATCH] [mips] Use __clear_cache builtin instead of cacheflush()
 
Petar Jovanovic
 - [PATCH] [MSan][MIPS] VarArgHelper for MIPS64
 
Mohit Bhakkad
 - [PATCH] [MSan][MIPS] VarArgHelper for MIPS64
 
Evgeniy Stepanov
 - [PATCH] [Msan] Disable the ppoll unit test on FreeBSD
 
Phabricator
 - [PATCH] [Msan] Disable the ppoll unit test on FreeBSD
 
Ed Maste
 - [PATCH] [Msan] Disable unit tests for non-FreeBSD functions on FreeBSD
 
Viktor Kutuzov
 - [PATCH] [Msan] Disable unit tests for non-FreeBSD functions on	FreeBSD
 
Evgeniy Stepanov
 - [PATCH] [MSan] Enable MSan unit tests for all archs
 
Mohit Bhakkad
 - [PATCH] [MSan] Enable MSan unit tests for all archs
 
Evgeniy Stepanov
 - [PATCH] [MSan] Enable MSan unit tests for all archs
 
Mohit Bhakkad
 - [PATCH] [Msan] Fix the shmctl unit tests to pass on FreeBSD
 
Viktor Kutuzov
 - [PATCH] [Msan] Fix the shmctl unit tests to pass on FreeBSD
 
Alexey Samsonov
 - [PATCH] [Msan] Fix the shmctl unit tests to pass on FreeBSD
 
Phabricator
 - [PATCH] [Msan] Fix the statfs unit test to pass on FreeBSD
 
Phabricator
 - [PATCH] [msan] Refactor memory layout specification and setup
 
Evgeniy Stepanov
 - [PATCH] [msan] Refactor memory layout specification and setup
 
Mohit Bhakkad
 - [PATCH] [msan] Refactor memory layout specification and setup
 
Alexander Potapenko
 - [PATCH] [msan] Refactor memory layout specification and setup
 
Evgeniy Stepanov
 - [PATCH] [msan] Refactor memory layout specification and setup
 
Evgeniy Stepanov
 - [PATCH] [msan] Refactor memory layout specification and setup
 
Alexander Potapenko
 - [PATCH] [msan] Refactor memory layout specification and setup
 
Evgeniy Stepanov
 - [PATCH] [NVPTX] Emit .pragma "nounroll" for loops marked with	nounroll
 
Jingyue Wu
 - [PATCH] [NVPTX] Emit .pragma "nounroll" for loops marked with	nounroll
 
Jingyue Wu
 - [PATCH] [NVPTX] Emit .pragma "nounroll" for loops marked with	nounroll
 
Jingyue Wu
 - [PATCH] [NVPTX] Emit .pragma "nounroll" for loops marked with	nounroll
 
Justin Holewinski
 - [PATCH] [PATCH/RFC] Use a BumpAllocator for DIEs
 
Frederic Riss
 - [PATCH] [PATCH/RFC] Use a BumpAllocator for DIEs
 
David Blaikie
 - [PATCH] [PATCH/RFC] Use a BumpAllocator for DIEs
 
Frédéric Riss
 - [PATCH] [PATCH][mips] Add range checks and transformation to	octeon instructions in AsmParser.
 
Phabricator
 - [PATCH] [PATCH][mips] Add range checks and transformation to	octeon instructions in AsmParser.
 
Kai Nacke
 - [PATCH] [PM] Change the core design of the TTI analysis to use a	polymorphic type erased interface and a single analysis pass	rather than an extremely complex analysis group.
 
Chandler Carruth
 - [PATCH] [PM] Change the core design of the TTI analysis to use a	polymorphic type erased interface and a single analysis pass	rather than an extremely complex analysis group.
 
Eric Christopher
 - [PATCH] [PM] Change the core design of the TTI analysis to use a	polymorphic type erased interface and a single analysis pass rather	than an extremely complex analysis group.
 
Chandler Carruth
 - [PATCH] [PM] Change the core design of the TTI analysis to use a	polymorphic type erased interface and a single analysis pass rather	than an extremely complex analysis group.
 
Eric Christopher
 - [PATCH] [PM] Change the core design of the TTI analysis to use a	polymorphic type erased interface and a single analysis pass	rather than an extremely complex analysis group.
 
hfinkel at anl.gov
 - [PATCH] [PM] Change the core design of the TTI analysis to use a	polymorphic type erased interface and a single analysis pass rather	than an extremely complex analysis group.
 
Chandler Carruth
 - [PATCH] [PM] Change the core design of the TTI analysis to use a	polymorphic type erased interface and a single analysis pass rather	than an extremely complex analysis group.
 
Chandler Carruth
 - [PATCH] [PM] Change the core design of the TTI analysis to use a	polymorphic type erased interface and a single analysis pass	rather than an extremely complex analysis group.
 
Chandler Carruth
 - [PATCH] [RFC][PATCH] Minor opt to access pointers to globals via	pcrel GOT entries
 
Rafael Ávila de Espíndola
 - [PATCH] [RFC][PATCH] Minor opt to access pointers to globals via	pcrel GOT entries
 
Bruno Cardoso Lopes
 - [PATCH] [RFC][PATCH] Minor opt to access pointers to globals via	pcrel GOT entries
 
Bruno Cardoso Lopes
 - [PATCH] [Sanitizers] Fix ForEachMappedRegion() to work on FreeBSD
 
Viktor Kutuzov
 - [PATCH] [Sanitizers] Fix ForEachMappedRegion() to work on FreeBSD
 
Alexey Samsonov
 - [PATCH] [Sanitizers] Introduce GET_LINK_MAP_BY_DLOPEN_HANDLE()	macro
 
Viktor Kutuzov
 - [PATCH] [Sanitizers] Introduce GET_LINK_MAP_BY_DLOPEN_HANDLE()	macro
 
Viktor Kutuzov
 - [PATCH] [Sanitizers] Introduce GET_LINK_MAP_BY_DLOPEN_HANDLE()	macro
 
Evgeniy Stepanov
 - [PATCH] [Sanitizers] Introduce GET_LINK_MAP_BY_DLOPEN_HANDLE()	macro
 
Phabricator
 - [PATCH] [Sanitizers] Order initialization of coverage and guard	arrays
 
Evgeniy Stepanov
 - [PATCH] [Sanitizers] Order initialization of coverage and guard	arrays
 
Viktor Kutuzov
 - [PATCH] [Sanitizers] Order initialization of coverage and guard	arrays
 
Evgeniy Stepanov
 - [PATCH] [Sanitizers] Order initialization of coverage and guard	arrays
 
Viktor Kutuzov
 - [PATCH] [Sanitizers] Order initialization of coverage and guard	arrays
 
Alexey Samsonov
 - [PATCH] [Sanitizers] Order initialization of coverage and guard	arrays
 
Alexander Potapenko
 - [PATCH] [Sanitizers] Order initialization of coverage and guard	arrays
 
Evgeniy Stepanov
 - [PATCH] [Sanitizers] Order initialization of coverage and guard	arrays
 
Viktor Kutuzov
 - [PATCH] [Sanitizers] Order initialization of coverage and guard	arrays
 
Evgeniy Stepanov
 - [PATCH] [Sanitizers] Order initialization of coverage and guard	arrays
 
Evgeniy Stepanov
 - [PATCH] [Support][Windows] Unify dialog box suppression and print	stack traces on abort.
 
Michael Spencer
 - [PATCH] [Support][Windows] Unify dialog box suppression and print	stack traces on abort.
 
colinl at codeaurora.org
 - [PATCH] [Support][Windows] Unify dialog box suppression and print	stack traces on abort.
 
Reid Kleckner
 - [PATCH] [Support][Windows] Unify dialog box suppression and print	stack traces on abort.
 
Aaron Ballman
 - [PATCH] [Support][Windows] Unify dialog box suppression and print	stack traces on abort.
 
Aaron Ballman
 - [PATCH] [Support][Windows] Unify dialog box suppression and print	stack traces on abort.
 
Aaron Ballman
 - [PATCH] [TODO] Add early exits for SCoPs we did not optimize
 
Johannes Doerfert
 - [PATCH] [TODO] Add early exits for SCoPs we did not optimize
 
Johannes Doerfert
 - [PATCH] [TODO] Add early exits for SCoPs we did not optimize
 
Tobias Grosser
 - [PATCH] [TODO] Add early exits for SCoPs we did not optimize
 
Johannes Doerfert
 - [PATCH] [TSan][MIPS64] Fix few more test cases for MIPS64
 
Sagar Thakur
 - [PATCH] [TSan][MIPS64] Fix few more test cases for MIPS64
 
Dmitry Vyukov
 - [PATCH] [TSan][MIPS64] Fix few more test cases for MIPS64
 
Alexey Samsonov
 - [PATCH] [X86][AVX2] Added support for 256-bit zero extension shuffle	matching
 
Simon Pilgrim
 - [PATCH] [X86][AVX2] Added support for 256-bit zero extension	shuffle matching
 
Simon Pilgrim
 - [PATCH] [X86][PCLMUL] Enable commutation for PCLMUL instructions
 
Simon Pilgrim
 - [PATCH] [X86][PCLMUL] Enable commutation for PCLMUL instructions
 
Quentin Colombet
 - [PATCH] [X86][PCLMUL] Enable commutation for PCLMUL instructions
 
Simon Pilgrim
 - [PATCH] [X86][SSE] Added general integer shuffle matching for MOVQ	instruction
 
Simon Pilgrim
 - [PATCH] [X86][SSE] Added general integer shuffle matching for	MOVQ instruction
 
Simon Pilgrim
 - [PATCH] [X86][SSE] Float comparisons can sometimes be safely commuted
 
Simon Pilgrim
 - [PATCH] [X86][SSE] Float comparisons can sometimes be safely	commuted
 
Quentin Colombet
 - [PATCH] [X86][SSE] Float comparisons can sometimes be safely	commuted
 
Simon Pilgrim
 - [PATCH] [X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for SSE2
 
Simon Pilgrim
 - [PATCH] [X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for SSE2
 
Chandler Carruth
 - [PATCH] [X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for SSE2
 
Simon Pilgrim
 - [PATCH] [X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for SSE2
 
Simon Pilgrim
 - [PATCH] [X86][SSE] Shuffle mask decode support for zero extend,	scalar float/double moves and integer load instructions
 
Simon Pilgrim
 - [PATCH] [X86][SSE] Shuffle mask decode support for zero extend,	scalar float/double moves and integer load instructions
 
Quentin Colombet
 - [PATCH] [X86][SSE] Shuffle mask decode support for zero extend,	scalar float/double moves and integer load instructions
 
Simon Pilgrim
 - [PATCH] [X86][SSE] Shuffle mask decode support for zero extend,	scalar float/double moves and integer load instructions
 
Quentin Colombet
 - [PATCH] [X86][SSE] Shuffle mask decode support for zero extend,	scalar float/double moves and integer load instructions
 
Simon Pilgrim
 - [PATCH] [X86] Convert esp-relative movs of function arguments to	pushes, step 2
 
Reid Kleckner
 - [PATCH] [X86] Convert esp-relative movs of function arguments to	pushes, step 2
 
Michael Kuperstein
 - [PATCH] [x86] Improve build_vector v8i16 codegen
 
Bruno Cardoso Lopes
 - [PATCH] [x86] Improve build_vector v8i16 codegen
 
Quentin Colombet
 - [PATCH] [x86] Improve build_vector v8i16 codegen
 
Bruno Cardoso Lopes
 - [PATCH] [x86] Improve build_vector v8i16 codegen
 
Hal Finkel
 - [PATCH] [x86] Improve build_vector v8i16 codegen
 
Bruno Cardoso Lopes
 - [PATCH] [x86] Improve build_vector v8i16 codegen
 
Chandler Carruth
 - [PATCH] [X86] Integer multiplication improvements
 
Michael Kuperstein
 - [PATCH] [X86] Integer multiplication improvements
 
Chandler Carruth
 - [PATCH] [X86] Integer multiplication improvements
 
Michael Kuperstein
 - [PATCH] [X86] Reduce some 32-bit imuls into lea + shift
 
Michael Kuperstein
 - [PATCH] [X86] Reduce some 32-bit imuls into lea + shift
 
Nadav Rotem
 - [PATCH] [X86] Reduce some 32-bit imuls into lea + shift
 
Michael Kuperstein
 - [PATCH] [X86] Use single add/sub for large stack offsets
 
Robert Lougher
 - [PATCH] [X86] Use single add/sub for large stack offsets
 
Anton Korobeynikov
 - [PATCH] [X86] Use single add/sub for large stack offsets
 
Robert Lougher
 - [PATCH] [X86] Use single add/sub for large stack offsets
 
Anton Korobeynikov
 - [PATCH] [X86] Use single add/sub for large stack offsets
 
Robert Lougher
 - [PATCH] [X86] Use single add/sub for large stack offsets
 
Robert Lougher
 - [PATCH] [X86] Use single add/sub for large stack offsets
 
Anton Korobeynikov
 - [PATCH] [X86] Use single add/sub for large stack offsets
 
Phabricator
 - [PATCH] [X86] Use single add/sub for large stack offsets
 
Robert Lougher
 - [PATCH] [zorg] Add LLDB x86_64 Ubuntu 14.10 builder.
 
Rick Foos
 - [PATCH] [zorg] Rev2: Fix get slave environment in LLDB Windows	builder.
 
Galina
 - [PATCH] [zorg] Rev2: Fix get slave environment in LLDB Windows	builder.
 
Zachary Turner
 - [PATCH] [zorg] Rev2: Fix get slave environment in LLDB Windows	builder.
 
Rick Foos
 - [PATCH] [zorg] Support Windows/Linux Clang CMake builds with	unified builder.
 
Galina
 - [PATCH] [zorg] Support Windows/Linux Clang CMake builds with	unified builder.
 
Rick Foos
 - [PATCH] AArch64: Add INITIALIZE_PASS_* macros to	AArch64A57FPLoadBalancing.
 
Geoff Berry
 - [PATCH] AArch64: Add INITIALIZE_PASS_* macros to	AArch64A57FPLoadBalancing.
 
Chad Rosier
 - [PATCH] AArch64: Add INITIALIZE_PASS_* macros to	AArch64A57FPLoadBalancing.
 
Chad Rosier
 - [PATCH] AArch64: Add INITIALIZE_PASS_* macros to	AArch64A57FPLoadBalancing.
 
Chad Rosier
 - [PATCH] AArch64: Make AArch64A57FPLoadBalancing output stable.
 
Geoff Berry
 - [PATCH] AArch64: Make AArch64A57FPLoadBalancing output stable.
 
James Molloy
 - [PATCH] AArch64: Make AArch64A57FPLoadBalancing output stable.
 
Chad Rosier
 - [PATCH] AArch64: Make AArch64A57FPLoadBalancing output stable.
 
Geoff Berry
 - [PATCH] AArch64: Make AArch64A57FPLoadBalancing output stable.
 
Balaram Makam
 - [PATCH] AArch64: Make AArch64A57FPLoadBalancing output stable.
 
Balaram Makam
 - [PATCH] AArch64: Make AArch64A57FPLoadBalancing output stable.
 
Chad Rosier
 - [PATCH] AArch64: Make AArch64A57FPLoadBalancing output stable.
 
Chad Rosier
 - [PATCH] Add AArch64 support to ASan instrumentation
 
Kostya Serebryany
 - [PATCH] Add a default constructor to work around Visual Studio	compiler bug
 
Yung, Douglas
 - [PATCH] Add a Fuzzer library
 
Kostya Serebryany
 - [PATCH] Add a Fuzzer library
 
David Blaikie
 - [PATCH] Add a Fuzzer library
 
Reid Kleckner
 - [PATCH] Add a Fuzzer library
 
Yury Gribov
 - [PATCH] Add a Fuzzer library
 
Yury Gribov
 - [PATCH] Add a Fuzzer library
 
Kostya Serebryany
 - [PATCH] Add a Fuzzer library
 
Kostya Serebryany
 - [PATCH] Add a Fuzzer library
 
Kostya Serebryany
 - [PATCH] Add a Fuzzer library
 
David Majnemer
 - [PATCH] Add a Fuzzer library
 
Kostya Serebryany
 - [PATCH] Add a Fuzzer library
 
Yury Gribov
 - [PATCH] Add a Fuzzer library
 
Kostya Serebryany
 - [PATCH] Add a Fuzzer library
 
Reid Kleckner
 - [PATCH] Add a pass for constructing gc.statepoint sequences	w/explicit relocations
 
Philip Reames
 - [PATCH] Add a pass for inserting safepoints into (nearly)	arbitrary IR
 
Philip Reames
 - [PATCH] Add a pass for inserting safepoints into (nearly)	arbitrary IR
 
Peter Zotov
 - [PATCH] Add a Windows EH preparation pass that zaps resumes
 
Reid Kleckner
 - [PATCH] Add a Windows EH preparation pass that zaps resumes
 
David Majnemer
 - [PATCH] Add a Windows EH preparation pass that zaps resumes
 
Reid Kleckner
 - [PATCH] Add a Windows EH preparation pass that zaps resumes
 
Reid Kleckner
 - [PATCH] Add a Windows EH preparation pass that zaps resumes
 
David Majnemer
 - [PATCH] Add a Windows EH preparation pass that zaps resumes
 
Reid Kleckner
 - [PATCH] Add fcc registers to c.cond.fmt instruction definition.
 
Vladimir Medic
 - [PATCH] Add getSwappedBytes implementations for float / double
 
Matt Arsenault
 - [PATCH] Add getSwappedBytes implementations for float / double
 
Justin Bogner
 - [PATCH] Add getSwappedBytes implementations for float / double
 
Matt Arsenault
 - [PATCH] Add getSwappedBytes implementations for float / double
 
Justin Bogner
 - [PATCH] Add lit-style tests for the Fuzzer library
 
Kostya Serebryany
 - [PATCH] Add lit-style tests for the Fuzzer library
 
Alexey Samsonov
 - [PATCH] Add lit-style tests for the Fuzzer library
 
Kostya Serebryany
 - [PATCH] Add llvm-pdbdump to tools
 
Zachary Turner
 - [PATCH] Add llvm-pdbdump to tools
 
Aaron Ballman
 - [PATCH] Add llvm-pdbdump to tools
 
Reid Kleckner
 - [PATCH] Add llvm-pdbdump to tools
 
Zachary Turner
 - [PATCH] Add llvm-pdbdump to tools
 
Zachary Turner
 - [PATCH] Add llvm-pdbdump to tools
 
Aaron Ballman
 - [PATCH] Add llvm-pdbdump to tools
 
Zachary Turner
 - [PATCH] Add llvm-pdbdump to tools
 
Asiri Rathnayake
 - [PATCH] Add llvm-pdbdump to tools
 
Asiri Rathnayake
 - [PATCH] Add llvm-pdbdump to tools
 
Aaron Ballman
 - [PATCH] Add llvm-pdbdump to tools
 
Asiri Rathnayake
 - [PATCH] Add llvm-pdbdump to tools
 
Aaron Ballman
 - [PATCH] Add llvm-pdbdump to tools
 
Kaylor, Andrew
 - [PATCH] Add llvm-pdbdump to tools
 
Zachary Turner
 - [PATCH] Add memory variant of vcvtps2ph.
 
Alex Rosenberg
 - [PATCH] Add memory variant of vcvtps2ph.
 
Alex Rosenberg
 - [PATCH] Add straight-line strength reduction to LLVM
 
Jingyue Wu
 - [PATCH] Add straight-line strength reduction to LLVM
 
Jingyue Wu
 - [PATCH] Add straight-line strength reduction to LLVM
 
hfinkel at anl.gov
 - [PATCH] Add straight-line strength reduction to LLVM
 
Jingyue Wu
 - [PATCH] Add supporting for dumping the COFF debug FPO section.
 
Jeff Muizelaar
 - [PATCH] Add weak symbol support to RuntimeDyld
 
Phabricator
 - [PATCH] Allow PRE to duplicate loads in LICM like loop case
 
Philip Reames
 - [PATCH] Allow PRE to duplicate loads in LICM like loop case
 
Philip Reames
 - [PATCH] Allow PRE to duplicate loads in LICM like loop case
 
Philip Reames
 - [PATCH] Allow PRE to duplicate loads in LICM like loop case
 
hfinkel at anl.gov
 - [PATCH] Allow PRE to duplicate loads in LICM like loop case
 
hfinkel at anl.gov
 - [PATCH] Avoid combining adjacent stores at -O0 to improve debug	experience
 
Paul Robinson
 - [PATCH] Avoid combining adjacent stores at -O0 to improve debug	experience
 
Eric Christopher
 - [PATCH] Avoid combining adjacent stores at -O0 to improve debug	experience
 
Paul Robinson
 - [PATCH] Avoid combining adjacent stores at -O0 to improve debug	experience
 
Paul Robinson
 - [PATCH] Avoid combining adjacent stores at -O0 to improve debug	experience
 
Jim Grosbach
 - [PATCH] Avoid combining adjacent stores at -O0 to improve debug	experience
 
Jim Grosbach
 - [PATCH] Avoid combining adjacent stores at -O0 to improve debug	experience
 
Paul Robinson
 - [PATCH] Avoid combining adjacent stores at -O0 to improve debug	experience
 
Chandler Carruth
 - [PATCH] Avoid combining adjacent stores at -O0 to improve debug	experience
 
Jim Grosbach
 - [PATCH] Avoid combining adjacent stores at -O0 to improve debug	experience
 
Paul Robinson
 - [Patch] Avoid conversion to float when creating	ConstantDataArray/ConstantDataVector
 
Raoux, Thomas F
 - [patch] Backport r226026 and r226031 to 3.6. Fixes pr22351.
 
Rafael Espíndola
 - [patch] Backport r226026 and r226031 to 3.6. Fixes pr22351.
 
Hans Wennborg
 - [patch] Backport r226026 and r226031 to 3.6. Fixes pr22351.
 
Rafael Espíndola
 - [PATCH] Bug 18582 - Offset overflow on calling __chkstk and	__alloca on x64
 
Benoit Belley
 - [PATCH] Bug 18582 - Offset overflow on calling __chkstk and	__alloca on x64
 
Anton Korobeynikov
 - [PATCH] Bug 18582 - Offset overflow on calling __chkstk and	__alloca on x64
 
Benoit Belley
 - [PATCH] Bug 18582 - Offset overflow on calling __chkstk and	__alloca on x64
 
Anton Korobeynikov
 - [PATCH] Bug 18582 - Offset overflow on calling __chkstk and	__alloca on x64
 
Benoit Belley
 - [PATCH] Bug 18582 - Offset overflow on calling __chkstk and	__alloca on x64
 
Benoit Belley
 - [PATCH] Bug 18582 - Offset overflow on calling __chkstk and	__alloca on x64
 
David Majnemer
 - [PATCH] Bug 18582 - Offset overflow on calling __chkstk and	__alloca on x64
 
Benoit Belley
 - [PATCH] Bug 18582 - Offset overflow on calling __chkstk and	__alloca on x64
 
Reid Kleckner
 - [PATCH] Bug 18582 - Offset overflow on calling __chkstk and	__alloca on x64
 
Benoit Belley
 - [PATCH] Bug 18582 - Offset overflow on calling __chkstk and	__alloca on x64
 
Benoit Belley
 - [PATCH] Bug 18582 - Offset overflow on calling __chkstk and	__alloca on x64
 
Reid Kleckner
 - [PATCH] Bug 18582 - Offset overflow on calling __chkstk and	__alloca on x64
 
Benoit Belley
 - [PATCH] Bug 18582 - Offset overflow on calling __chkstk and	__alloca on x64
 
Lang Hames
 - [PATCH] Bug 18582 - Offset overflow on calling __chkstk and	__alloca on x64
 
Benoit Belley
 - [PATCH] Bugfix for missed dependency from store to load in	buildSchedGraph().
 
Jonas Paulsson
 - [PATCH] Change clang driver to pass -target-abi option
 
Daniel Sanders
 - [PATCH] Change more of the guts of CodeGenRegister's RegUnit tracking	to be based on bit vectors.
 
Owen Anderson
 - [PATCH] Change more of the guts of CodeGenRegister's RegUnit	tracking to be based on bit vectors.
 
Chandler Carruth
 - [PATCH] Change more of the guts of CodeGenRegister's RegUnit	tracking to be based on bit vectors.
 
Owen Anderson
 - [PATCH] Change more of the guts of CodeGenRegister's RegUnit	tracking to be based on bit vectors.
 
Chandler Carruth
 - [PATCH] Change more of the guts of CodeGenRegister's RegUnit	tracking to be based on bit vectors.
 
Chandler Carruth
 - [PATCH] Change more of the guts of CodeGenRegister's RegUnit	tracking to be based on bit vectors.
 
Owen Anderson
 - Re: [PATCH] Changes in ‘CodeExtractor’ for call-site block
 
Ashutosh Nema
 - [PATCH] Commoning of target specific load/store intrinsics in	Early CSE
 
Chad Rosier
 - [PATCH] Compile out all pretty stack trace support when LLVM is built	without support for backtraces.
 
Owen Anderson
 - [PATCH] Compile out all pretty stack trace support when LLVM is	built without support for backtraces.
 
Chandler Carruth
 - [PATCH] Compile out all pretty stack trace support when LLVM is	built without support for backtraces.
 
Owen Anderson
 - [PATCH] Complete setting the baseline for ppc64le
 
Nemanja Ivanovic
 - [PATCH] Complete setting the baseline for ppc64le
 
hfinkel at anl.gov
 - [PATCH] Complete setting the baseline for ppc64le
 
Bill Schmidt
 - [PATCH] Complete setting the baseline for ppc64le
 
Bill Schmidt
 - [PATCH] Constant fold llvm.expect(c, ...) -> c
 
Philip Reames
 - [PATCH] Constant fold llvm.expect(c, ...) -> c
 
Chandler Carruth
 - [PATCH] Constant fold llvm.expect(c, ...) -> c
 
Pete Cooper
 - [PATCH] Constant fold llvm.expect(c, ...) -> c
 
Chandler Carruth
 - [PATCH] Constant fold llvm.expect(c, ...) -> c
 
Pete Cooper
 - [PATCH] Constant fold llvm.expect(c, ...) -> c
 
Chandler Carruth
 - [PATCH] Constant fold llvm.expect(c, ...) -> c
 
Pete Cooper
 - [PATCH] Constant fold llvm.expect(c, ...) -> c
 
Chandler Carruth
 - [PATCH] Constant fold llvm.expect(c, ...) -> c
 
Pete Cooper
 - [PATCH] Constant fold llvm.expect(c, ...) -> c
 
Pete Cooper
 - [PATCH] Correcting keyword highlighting in llvm-mode.el
 
Wilfred Hughes
 - [PATCH] Correcting keyword highlighting in llvm-mode.el
 
Wilfred Hughes
 - [PATCH] Correcting keyword highlighting in llvm-mode.el
 
Wilfred Hughes
 - [PATCH] Detect malformed yaml sequence in	yaml::Input::beginSequence()
 
Justin Bogner
 - [PATCH] Don't create illegal memset with address space >= 256 in	memcpyopt.
 
Manuel Jacob
 - [PATCH] Don't create illegal memset with address space >= 256 in	memcpyopt.
 
Saleem Abdulrasool
 - [PATCH] Don't create illegal memset with address space >= 256	in memcpyopt.
 
Matt Arsenault
 - [PATCH] Don't create illegal memset with address space >= 256 in	memcpyopt.
 
Manuel Jacob
 - [PATCH] Don't create illegal memset with address space >= 256	in memcpyopt.
 
Matt Arsenault
 - [PATCH] Don't create illegal memset with address space >= 256 in memcpyopt.
 
Manuel Jacob
 - [PATCH] Don't create illegal memset with address space >= 256 in	memcpyopt.
 
Manuel Jacob
 - [PATCH] ELF: Don't use LayoutPass.
 
Rui Ueyama
 - [PATCH] ELF: Don't use LayoutPass.
 
Michael Spencer
 - [PATCH] ELF: Don't use LayoutPass.
 
Shankar Easwaran
 - [PATCH] ELF: Don't use LayoutPass.
 
Michael Spencer
 - [PATCH] ELF: Don't use LayoutPass.
 
Simon Atanasyan
 - [PATCH] ELF: Don't use LayoutPass.
 
Shankar Kalpathi Easwaran
 - [PATCH] ELF: Don't use LayoutPass.
 
Shankar Kalpathi Easwaran
 - [PATCH] ELF: Don't use LayoutPass.
 
Rui Ueyama
 - [PATCH] ELF: Don't use LayoutPass.
 
Rui Ueyama
 - [PATCH] ELF: Don't use LayoutPass.
 
Shankar Kalpathi Easwaran
 - [PATCH] ELF: Don't use LayoutPass.
 
Rui Ueyama
 - [PATCH] ELF: Don't use LayoutPass.
 
Shankar Easwaran
 - [PATCH] Enable inlining of recursive functions.
 
James Molloy
 - [PATCH] Enable inlining of recursive functions.
 
Pablo Barrio
 - [PATCH] Enable testing ASAN on AArch64
 
Christophe Lyon
 - [PATCH] Enable testing ASAN on AArch64
 
Renato Golin
 - [PATCH] Enable testing ASAN on AArch64
 
Christophe Lyon
 - [PATCH] Extend s{,	n}printf custom wrappers to support '*' in the format specifiers
 
Lorenzo Martignoni
 - [PATCH] Extend s{,	n}printf custom wrappers to support '*' in the format specifiers
 
Peter Collingbourne
 - [PATCH] Factor out statepoint verification into separate function.
 
Igor Laevsky
 - [PATCH] Factor out statepoint verification into separate function.
 
Philip Reames
 - [PATCH] Factor out statepoint verification into separate function.
 
Igor Laevsky
 - [PATCH] Factor out statepoint verification into separate function.
 
Philip Reames
 - [PATCH] Fix ARM peephole optimizeCompare to avoid optimizing unsigned	cmp to 0.
 
Jan Voung
 - [PATCH] Fix ARM peephole optimizeCompare to avoid optimizing	unsigned cmp to 0.
 
JF Bastien
 - [PATCH] Fix ARM peephole optimizeCompare to avoid optimizing	unsigned cmp to 0.
 
Jan Voung
 - [PATCH] Fixed Noop insertion
 
Stephen Crane
 - [PATCH] Fixed Noop insertion
 
JF Bastien
 - [PATCH] Fixed Noop insertion
 
Stephen Crane
 - [PATCH] Fix LLVMSetMetadata for MDNodes that contain a single	value
 
Björn Steinbrink
 - [PATCH] Fix LLVMSetMetadata for MDNodes that contain a single	value
 
Duncan Exon Smith
 - [PATCH] Fix LLVMSetMetadata for MDNodes that contain a single	value
 
Björn Steinbrink
 - [PATCH] Fix LLVMSetMetadata for MDNodes that contain a single	value
 
Duncan P. N. Exon Smith
 - [PATCH] Fix LLVMSetMetadata for MDNodes that contain a single	value
 
Björn Steinbrink
 - [PATCH] Fix LLVMSetMetadata for MDNodes that contain a single	value
 
Björn Steinbrink
 - [PATCH] Fix LLVMSetMetadata for MDNodes that contain a single	value
 
Duncan Exon Smith
 - [PATCH] Fix LLVMSetMetadata for MDNodes that contain a single	value
 
Phabricator
 - [PATCH] Fix makeLibCall argument (signed) in	SoftenFloatRes_XINT_TO_FP function
 
Strahinja Petrovic
 - [PATCH] Fix SROA for intrinsics
 
Mandeep
 - [PATCH] Fix SROA for intrinsics
 
Mandeep Singh Grang
 - [PATCH] Fix SROA for intrinsics
 
Mandeep Singh Grang
 - [PATCH] Fix statepoint verifier tests to actually test verifier.
 
Igor Laevsky
 - [PATCH] Fix statepoint verifier tests to actually test verifier.
 
Philip Reames
 - [PATCH] Fix statepoint verifier tests to actually test verifier.
 
Igor Laevsky
 - [PATCH] Fix statepoint verifier tests to actually test verifier.
 
Philip Reames
 - [PATCH] fix test-suite/SingleSource/UnitTests/ObjC for iOS SDK
 
Matthias Braun
 - [PATCH] Fold fcmp in cases where value is provably non-negative.
 
Philip Reames
 - [PATCH] Fold fcmp in cases where value is provably non-negative.
 
hfinkel at anl.gov
 - [PATCH] Fold fcmp in cases where value is provably non-negative.
 
Arch D. Robison
 - [PATCH] Implement bswap for mips fast-isel
 
reed kotler
 - [PATCH] Implement semantic action for SEARCH_DIR linker script command
 
Davide Italiano
 - [PATCH] Implement semantic action for SEARCH_DIR linker script	command
 
Ed Maste
 - [PATCH] Implement semantic action for SEARCH_DIR linker script	command
 
Rui Ueyama
 - [PATCH] Implement semantic action for SEARCH_DIR linker script	command
 
Davide Italiano
 - [PATCH] Implement semantic action for SEARCH_DIR linker script	command
 
Ed Maste
 - [PATCH] Implement semantic action for SEARCH_DIR linker script	command
 
Rui Ueyama
 - [PATCH] Implement semantic action for SEARCH_DIR linker script	command
 
Phabricator
 - [PATCH] Implement the vpopcnt instructions for POWER8
 
Kit Barton
 - [PATCH] Implement the vpopcnt instructions for POWER8
 
hfinkel at anl.gov
 - [PATCH] Implement variable-sized alloca instrumentation (take 2).
 
Kostya Serebryany
 - [PATCH] Implement variable-sized alloca instrumentation (take 2).
 
Yury Gribov
 - [PATCH] Implement variable-sized alloca instrumentation (take 2).
 
Yury Gribov
 - [PATCH] Introduce a section to the programmers manual about type	hierarchies, polymorphism, and virtual dispatch.
 
Chandler Carruth
 - [PATCH] Introduce a section to the programmers manual about type	hierarchies, polymorphism, and virtual dispatch.
 
Chandler Carruth
 - [PATCH] Introduce a section to the programmers manual about type	hierarchies, polymorphism, and virtual dispatch.
 
Kristof Beyls
 - [PATCH] Introduce a section to the programmers manual about type	hierarchies, polymorphism, and virtual dispatch.
 
Mehdi AMINI
 - [PATCH] Introduce a section to the programmers manual about type	hierarchies, polymorphism, and virtual dispatch.
 
Eric Christopher
 - [PATCH] Introduce a section to the programmers manual about type	hierarchies, polymorphism, and virtual dispatch.
 
Sean Silva
 - [PATCH] Introduce a section to the programmers manual about type	hierarchies, polymorphism, and virtual dispatch.
 
Sean Silva
 - [PATCH] Introduce a section to the programmers manual about type	hierarchies, polymorphism, and virtual dispatch.
 
Duncan P. N. Exon Smith
 - [PATCH] Introduce a section to the programmers manual about type	hierarchies, polymorphism, and virtual dispatch.
 
Duncan P. N. Exon Smith
 - [PATCH] Introduce a section to the programmers manual about type	hierarchies, polymorphism, and virtual dispatch.
 
Chandler Carruth
 - [PATCH] Introduce a section to the programmers manual about type	hierarchies, polymorphism, and virtual dispatch.
 
Chandler Carruth
 - [PATCH] Introduce a section to the programmers manual about type	hierarchies, polymorphism, and virtual dispatch.
 
Kristof Beyls
 - [PATCH] Introduce bitset global attribute and bitset lowering pass.
 
Peter Collingbourne
 - [PATCH] Introduce bitset global attribute and bitset lowering	pass.
 
Sean Silva
 - [PATCH] Introduce bitset global attribute and bitset lowering	pass.
 
Peter Collingbourne
 - [PATCH] Introduce print-memderefs to test isDereferenceablePointer
 
Ramkumar Ramachandra
 - [PATCH] Introduce print-memderefs to test isDereferenceablePointer
 
Philip Reames
 - [PATCH] irgen: don't emit debug metadata for locals
 
Andrew Wilkins
 - [PATCH] irgen: don't emit debug metadata for locals
 
Peter Collingbourne
 - [PATCH] irgen: don't emit debug metadata for locals
 
David Blaikie
 - [PATCH] irgen: don't emit debug metadata for locals
 
Andrew Wilkins
 - [PATCH] Jump thread llvm.expect
 
Philip Reames
 - [PATCH] Jump thread llvm.expect
 
Chandler Carruth
 - [PATCH] Jump thread llvm.expect
 
Pete Cooper
 - [PATCH] libc++ tests: wait_until.pass test sporadically fails	(bug 21998)
 
Eric Fiselier
 - [PATCH] LowerSwitch: replace unreachable default with popular	case destination
 
Hans Wennborg
 - [PATCH] MachO: Move LayoutPass to MachO directory.
 
Rui Ueyama
 - [PATCH] MachO: Move LayoutPass to MachO directory.
 
Shankar Easwaran
 - [PATCH] MachO: Move LayoutPass to MachO directory.
 
Rui Ueyama
 - [PATCH] Make asan_symbolize.py not crash on Windows.
 
Nico Weber
 - [PATCH] Make asan_symbolize.py not crash on Windows.
 
Nico Weber
 - [PATCH] Make asan_symbolize.py not crash on Windows.
 
Sergey Matveev
 - [PATCH] Make asan_symbolize.py not crash on Windows.
 
Alexander Potapenko
 - [PATCH] Make asan_symbolize.py not crash on Windows.
 
Alexander Potapenko
 - [PATCH] Make asan_symbolize.py not crash on Windows.
 
Nico Weber
 - [PATCH] Make asan_symbolize.py not crash on Windows.
 
Nico Weber
 - [PATCH] Make asan_symbolize.py not crash on Windows.
 
Nico Weber
 - [PATCH] Make asan_symbolize.py not crash on Windows.
 
Alexander Potapenko
 - [PATCH] Make asan_symbolize.py not crash on Windows.
 
Alexander Potapenko
 - [PATCH] Make asan_symbolize.py not crash on Windows.
 
Nico Weber
 - [PATCH] Make asan_symbolize.py not crash on Windows.
 
Nico Weber
 - [PATCH] Make Linkerscript accessible from LinkingContext
 
Rui Ueyama
 - [PATCH] Make Linkerscript accessible from LinkingContext
 
Davide Italiano
 - [PATCH] Make ScalarEvolution::ComputeExitLimit more agressive
 
hfinkel at anl.gov
 - [PATCH] Make ScalarEvolution::ComputeExitLimit more agressive
 
Sanjoy Das
 - [PATCH] merge consecutive 16-byte loads into one 32-byte load	(PR22329)
 
Sanjay Patel
 - [PATCH] merge consecutive 16-byte loads into one 32-byte load	(PR22329)
 
Michael Kuperstein
 - [PATCH] merge consecutive 16-byte loads into one 32-byte load	(PR22329)
 
Sanjay Patel
 - [PATCH] merge consecutive 16-byte loads into one 32-byte load	(PR22329)
 
Sanjay Patel
 - [PATCH] MergeFuncs should handle dynamic GEPs
 
Stepan Dyatkovskiy
 - [PATCH] MergeFuncs should handle dynamic GEPs
 
Pete Cooper
 - [PATCH] MergeFuncs should handle dynamic GEPs
 
Pete Cooper
 - [PATCH] merge vector stores into wider vector stores (PR21711)
 
Sanjay Patel
 - [PATCH] merge vector stores into wider vector stores (PR21711)
 
hfinkel at anl.gov
 - [PATCH] merge vector stores into wider vector stores (PR21711)
 
Sanjay Patel
 - [PATCH] merge vector stores into wider vector stores (PR21711)
 
Sanjay Patel
 - [PATCH] Moar string interceptors: strstr, strcasestr, strcspn,	strpbrk
 
Maria Guseva
 - [PATCH] Model sqrtsd as a binary operation with one source	operand tied to the destination (PR14221)
 
Sanjay Patel
 - [PATCH] Modify llvm-objdump to display information for common	symbols similar to GNU objdump
 
colinl at codeaurora.org
 - [PATCH] Modularizing LICM
 
Ashutosh Nema
 - [PATCH] Modularizing LICM
 
hfinkel at anl.gov
 - [PATCH] Modularizing LICM
 
Nema, Ashutosh
 - [PATCH] Move DebugInfo to DebugInfo/DWARF
 
Zachary Turner
 - [PATCH] Move DebugInfo to DebugInfo/DWARF
 
Frédéric Riss
 - [PATCH] Move DebugInfo to DebugInfo/DWARF
 
Zachary Turner
 - [PATCH] Move DebugInfo to DebugInfo/DWARF
 
Chandler Carruth
 - [PATCH] Move DebugInfo to DebugInfo/DWARF
 
Eric Christopher
 - [PATCH] Move DebugInfo to DebugInfo/DWARF
 
Frédéric Riss
 - [PATCH] Move DebugInfo to DebugInfo/DWARF
 
Eric Christopher
 - [PATCH] Move DebugInfo to DebugInfo/DWARF
 
Zachary Turner
 - [PATCH] Move EH personality type classification to	Analysis/LibCallSemantics.h
 
Reid Kleckner
 - [PATCH] Move EH personality type classification to	Analysis/LibCallSemantics.h
 
David Majnemer
 - [PATCH] Move EH personality type classification to	Analysis/LibCallSemantics.h
 
Reid Kleckner
 - [PATCH] New "strict_string_checks" run-time flag
 
Kostya Serebryany
 - [PATCH] New "strict_string_checks" run-time flag
 
Yury Gribov
 - [PATCH] New "strict_string_checks" run-time flag
 
Kostya Serebryany
 - [PATCH] New "strict_string_checks" run-time flag
 
Maria Guseva
 - [PATCH] New "strict_string_checks" run-time flag
 
Alexander Potapenko
 - [PATCH] New "strict_string_checks" run-time flag
 
Alexander Potapenko
 - [PATCH] New "strict_string_checks" run-time flag
 
Maria Guseva
 - [PATCH] New "strict_string_checks" run-time flag
 
Kostya Serebryany
 - [PATCH] non-Unicode response file support on Windows
 
Yunzhong Gao
 - [PATCH] Optimize unrolled reductions in LoopStrengthReduce
 
Olivier Sallenave
 - [PATCH] overloaded-intrinsic-name: exercise anyptr on struct
 
Ramkumar Ramachandra
 - [PATCH] Parse EB variant as suffix for ARM triples
 
Joerg Sonnenberger
 - [PATCH] Partially fix memcpy / memset / memmove lowering in	SelectionDAG construction if address space != 0.
 
Manuel Jacob
 - [PATCH] Partially fix memcpy / memset / memmove lowering in	SelectionDAG construction if address space != 0.
 
Saleem Abdulrasool
 - [PATCH] Partially fix memcpy / memset / memmove lowering in	SelectionDAG construction if address space != 0.
 
Manuel Jacob
 - [PATCH] Partially fix memcpy / memset / memmove lowering in	SelectionDAG construction if address space != 0.
 
Manuel Jacob
 - [PATCH] Pass QueryInst down through non-local dependency	calculation
 
Philip Reames
 - [PATCH] Prevent hoisting fmul from THEN/ELSE to IF if there is	fmsub/fmadd opportunity
 
Lawrence Hu
 - [PATCH] Prevent hoisting fmul from THEN/ELSE to IF if there is	fmsub/fmadd opportunity
 
Lawrence Hu
 - [PATCH] Prevent hoisting fmul from THEN/ELSE to IF if there is	fmsub/fmadd opportunity
 
hfinkel at anl.gov
 - [PATCH] Prevent hoisting fmul from THEN/ELSE to IF if there is	fmsub/fmadd opportunity
 
Lawrence Hu
 - [PATCH] profile: add lib/profile to cc_kext on darwin,arm64
 
Lawrence D'Anna
 - [PATCH] profile: add lib/profile to cc_kext on darwin,arm64
 
Lawrence D'Anna
 - [PATCH] profile: add lib/profile to cc_kext on darwin,arm64
 
Justin Bogner
 - [PATCH] Putting all the standard tool options into a "Generic"	category.
 
Phabricator
 - [PATCH] R600/SI: 64-bit and larger memory access must be at least	4-byte aligned
 
Tom Stellard
 - [PATCH] R600/SI: 64-bit and larger memory access must be at least	4-byte aligned
 
Matt Arsenault
 - [PATCH] R600/SI: 64-bit and larger memory access must be at	least 4-byte aligned
 
Tom Stellard
 - [PATCH] R600/SI: Aggressively fold fma and mad
 
Matt Arsenault
 - [PATCH] R600/SI: Aggressively fold fma and mad
 
Tom Stellard
 - [PATCH] R600/SI: Aggressively fold fma and mad
 
Matt Arsenault
 - [PATCH] R600/SI: Also enable WQM for image opcodes which	calculate LOD
 
Michel Dänzer
 - [PATCH] R600/SI: Also enable WQM for image opcodes which	calculate LOD
 
Tom Stellard
 - [PATCH] R600/SI: Fix f64 inline immediates
 
Matt Arsenault
 - [PATCH] Reassociate: cannot negate a INT_MIN value
 
Mehdi AMINI
 - [PATCH] Reassociate: reprocess RedoInsts after each instruction
 
Mehdi AMINI
 - [PATCH] Reassociate: reprocess RedoInsts after each instruction
 
Mehdi AMINI
 - [PATCH] Refactoring llvm command line parsing and option	registration.
 
Chris Bieneman
 - [PATCH] Refactoring llvm command line parsing and option	registration.
 
Pete Cooper
 - [PATCH] Refactoring llvm command line parsing and option	registration.
 
Phabricator
 - [PATCH] Refactoring llvm command line parsing and option	registration.
 
Rudy Pons
 - [PATCH] Refactoring llvm command line parsing and option	registration.
 
Chris Bieneman
 - [PATCH] Refactoring llvm command line parsing and option	registration.
 
Chris Bieneman
 - [PATCH] Refactoring llvm command line parsing and option	registration.
 
Chris Bieneman
 - [PATCH] Refactoring llvm command line parsing and option	registration.
 
Chris Bieneman
 - [PATCH] Refactoring llvm command line parsing and option	registration.
 
Asiri Rathnayake
 - [PATCH] Refine memory dependence's notion of volatile semantics
 
Philip Reames
 - [PATCH] Remove gc.roots performCustomLowering
 
Philip Reames
 - [PATCH] Remove gc.roots performCustomLowering
 
Peter Zotov
 - [PATCH] Remove gc.roots performCustomLowering
 
Manuel Jacob
 - [PATCH] Remove gc.roots performCustomLowering
 
Philip Reames
 - [PATCH] Remove gc.roots performCustomLowering
 
Philip Reames
 - [PATCH] Remove invalid const qualifier for r0,	since it is written by svc.
 
Stephen Hines
 - [PATCH] Remove invalid const qualifier for r0,	since it is written by svc.
 
Dan Albert
 - [PATCH] Remove kindInGroup reference
 
Rui Ueyama
 - [PATCH] Remove kindInGroup reference
 
kledzik at apple.com
 - [PATCH] Remove kindInGroup reference
 
Rui Ueyama
 - [PATCH] Remove kindInGroup reference
 
Shankar Easwaran
 - [PATCH] Remove kindInGroup reference
 
Rui Ueyama
 - [PATCH] Remove kindInGroup reference
 
Rui Ueyama
 - [PATCH] Remove kindInGroup reference
 
Nick Kledzik
 - [PATCH] Remove kindInGroup reference
 
Rui Ueyama
 - [PATCH] Remove kindInGroup reference
 
Shankar Easwaran
 - [PATCH] Remove kindInGroup reference
 
Rui Ueyama
 - [PATCH] Remove kindInGroup reference
 
Shankar Kalpathi Easwaran
 - [PATCH] Remove kindInGroup reference
 
Shankar Kalpathi Easwaran
 - [PATCH] Remove kindInGroup reference
 
Rui Ueyama
 - [PATCH] Remove kindInGroup reference
 
Rui Ueyama
 - [PATCH] Remove support for pnaclcall attribute
 
Derek Schuff
 - [PATCH] Remove support for pnaclcall attribute
 
Aaron Ballman
 - [PATCH] Remove support for pnaclcall attribute
 
JF Bastien
 - [PATCH] Remove support for pnaclcall attribute
 
Jan Voung
 - [PATCH] Remove support for pnaclcall attribute
 
Derek Schuff
 - [PATCH] Remove support for pnaclcall attribute
 
Derek Schuff
 - [PATCH] Remove support for pnaclcall attribute
 
Derek Schuff
 - [PATCH] Remove unused tokens from AsmParser.
 
Robin Eklind
 - [PATCH] Remove unused tokens from AsmParser.
 
Sean Silva
 - [PATCH] Remove unused variable.
 
Diego Novillo
 - [PATCH] Remove unused variable.
 
Diego Novillo
 - [PATCH] Remove unused variable.
 
Simon Pilgrim
 - [PATCH] Replace another std::set in the core of CodeGenRegister,	this time with sorted arrays.
 
Owen Anderson
 - [PATCH] Replace another std::set in the core of CodeGenRegister,	this time with sorted arrays.
 
Chandler Carruth
 - [PATCH] Replace another std::set in the core of CodeGenRegister,	this time with sorted arrays.
 
Owen Anderson
 - [PATCH] Replace the bitfield of SubtargetFeatures with a BitVector
 
Michael Kuperstein
 - [PATCH] Replace the bitfield of SubtargetFeatures with a BitVector
 
Tim Northover
 - [PATCH] Replace the bitfield of SubtargetFeatures with a BitVector
 
Kuperstein, Michael M
 - [PATCH] Replace the bitfield of SubtargetFeatures with a BitVector
 
Michael Kuperstein
 - [PATCH] Resurrect the assertion removed by r227717
 
Jingyue Wu
 - [PATCH] Resurrect the assertion removed by r227717
 
Michael Kuperstein
 - [PATCH] Revert 221429 and fix bug in	TargetLowering::SimplifyDemandedBits
 
Gil Rapaport
 - [PATCH] Revert 221429 and fix bug in	TargetLowering::SimplifyDemandedBits
 
Quentin Colombet
 - [PATCH] Revert 221429 and fix bug in	TargetLowering::SimplifyDemandedBits
 
Quentin Colombet
 - [PATCH] Revert 221429 and fix bug in	TargetLowering::SimplifyDemandedBits
 
Gil Rapaport
 - [PATCH] RuntimeDyld: Fix CMake build after r226828
 
Aaron Watry
 - [patch] Simplify arange output
 
Rafael Espíndola
 - [patch] Simplify arange output
 
David Blaikie
 - [PATCH] SimplifyCFG: don't remove unreachable defaults from	switch instructions; exploit them instead!
 
Hans Wennborg
 - [PATCH] SimplifyCFG: don't remove unreachable defaults from	switch instructions; exploit them instead!
 
Hans Wennborg
 - [PATCH] Speed up creation of live ranges for physical registers	by using a segment set
 
Vaidas Gasiunas
 - [PATCH] STLExtras: Provide less/equal functors with templated	function call operators, plus a deref'ing functor template utility
 
David Blaikie
 - [PATCH] STLExtras: Provide less/equal functors with templated	function call operators, plus a deref'ing functor template utility
 
David Blaikie
 - [PATCH] STLExtras: Provide less/equal functors with templated	function call operators, plus a deref'ing functor template utility
 
Duncan P. N. Exon Smith
 - [PATCH] STLExtras: Provide less/equal functors with templated	function call operators, plus a deref'ing functor template utility
 
David Blaikie
 - [PATCH] STLExtras: Provide less/equal functors with templated	function call operators, plus a deref'ing functor template utility
 
Duncan P. N. Exon Smith
 - [PATCH] STLExtras: Provide less/equal functors with templated	function call operators, plus a deref'ing functor template utility
 
David Blaikie
 - [PATCH] STLExtras: Provide less/equal functors with templated	function call operators, plus a deref'ing functor template utility
 
David Blaikie
 - [PATCH] Teach IRCE to look at branch weights when recognizing range	checks
 
Sanjoy Das
 - [PATCH] Teach IRCE to look at branch weights when recognizing	range checks
 
hfinkel at anl.gov
 - [PATCH] Teach IRCE to look at branch weights when recognizing	range checks
 
Sanjoy Das
 - [PATCH] Teach IRCE to look at branch weights when recognizing	range checks
 
hfinkel at anl.gov
 - [PATCH] Teach IRCE to look at branch weights when recognizing	range checks
 
Sanjoy Das
 - [PATCH] Teach llvm::format_hex() to support formatting without a	prefix '0x'
 
Sean Silva
 - [PATCH] Teach llvm::format_hex() to support formatting without a	prefix '0x'
 
Zachary Turner
 - [PATCH] Teach SplitBlockPredecessors how to handle landingpad	blocks.
 
Philip Reames
 - [PATCH] Teach SplitBlockPredecessors how to handle landingpad	blocks.
 
Igor Laevsky
 - [PATCH] Teach SplitBlockPredecessors how to handle landingpad	blocks.
 
Philip Reames
 - [PATCH] Teach SplitBlockPredecessors how to handle landingpad	blocks.
 
Philip Reames
 - [PATCH] test-suite: Fix implicit-function declarations
 
Matthias Braun
 - [PATCH] tsan: do not instrument not captured values
 
Dmitry Vyukov
 - [PATCH] tsan: do not instrument not captured values
 
Dmitry Vyukov
 - [PATCH] tsan: do not instrument not captured values
 
Dmitry Vyukov
 - [PATCH] tsan: do not instrument not captured values
 
Dmitry Vyukov
 - [PATCH] tsan: do not instrument not captured values
 
Kostya Serebryany
 - [PATCH] tsan: properly instrument unaligned accesses
 
Dmitry Vyukov
 - [PATCH] tsan: properly instrument unaligned accesses
 
Kostya Serebryany
 - [PATCH] tsan: properly instrument unaligned accesses
 
Dmitry Vyukov
 - [PATCH] tsan: properly instrument unaligned accesses
 
Dmitry Vyukov
 - [PATCH] Update comments to use unreachable instead of llvm.trap,	as implemented now
 
Reid Kleckner
 - [PATCH] Update comments to use unreachable instead of llvm.trap,	as implemented now
 
David Majnemer
 - [PATCH] Update comments to use unreachable instead of llvm.trap,	as implemented now
 
Reid Kleckner
 - [PATCH] Use ".arch_extension" ARM directive to specify the additional	CPU features
 
Sumanth Gundapaneni
 - [PATCH] Use ".arch_extension" ARM directive to specify the	additional CPU features
 
Tim Northover
 - [PATCH] Use ".arch_extension" ARM directive to specify the	additional CPU features
 
Sumanth Gundapaneni
 - [PATCH] Use ".arch_extension" ARM directive to specify the	additional CPU features
 
Tim Northover
 - [PATCH] Use ".arch_extension" ARM directive to specify the	additional CPU features
 
Renato Golin
 - [PATCH] Use a sufficiently current MSVCRT when using MinGW
 
Johannes S. Mueller-Roemer
 - [PATCH] Use a sufficiently current MSVCRT when using MinGW
 
Michael Spencer
 - [PATCH] Use a sufficiently current MSVCRT when using MinGW
 
Johannes S. Mueller-Roemer
 - [PATCH] Use a sufficiently current MSVCRT when using MinGW
 
Michael Spencer
 - [PATCH] Use a sufficiently current MSVCRT when using MinGW
 
Mueller-Roemer, Johannes Sebastian
 - [PATCH] Use a sufficiently current MSVCRT when using MinGW
 
Reid Kleckner
 - [PATCH] Use a sufficiently current MSVCRT when using MinGW
 
Mueller-Roemer, Johannes Sebastian
 - [PATCH] Use a sufficiently current MSVCRT when using MinGW
 
Reid Kleckner
 - [PATCH] Use a sufficiently current MSVCRT when using MinGW
 
Mueller-Roemer, Johannes Sebastian
 - [PATCH] Use ImmutableCallSite for statepoint verification.
 
Igor Laevsky
 - [PATCH] Use ImmutableCallSite for statepoint verification.
 
Philip Reames
 - [PATCH] Value soft float calls as more expensive in the inliner.
 
Cameron Esfahani
 - [PATCH] When canonicalizing gep indices, prefer zext when possible
 
Philip Reames
 - [PATCH] Work around ppc64 TLS linker bug (Re: [LPM] Try again to	appease powerpc64 in its self host.)
 
Ulrich Weigand
 - [PATCH] Work around ppc64 TLS linker bug (Re: [LPM] Try again	to appease powerpc64 in its self host.)
 
Hal Finkel
 - [PATCH] Work around ppc64 TLS linker bug (Re: [LPM] Try again to	appease powerpc64 in its self host.)
 
Ulrich Weigand
 - [PATCH] Work around ppc64 TLS linker bug (Re: [LPM] Try again	to appease powerpc64 in its self host.)
 
Hal Finkel
 - [PATCHES] R600/SI: VI fixes for bit shifts, GS
 
Marek Olšák
 - [PATCHES] R600/SI: VI fixes for bit shifts, GS
 
Matt Arsenault
 - [PATCHES] R600/SI: VI fixes for bit shifts, GS
 
Michel Dänzer
 - [PATCHES] R600/SI: VI fixes for bit shifts, GS
 
Marek Olšák
 - [PATCHES] R600/SI: VI fixes for bit shifts, GS
 
Marek Olšák
 - [PATCHES] R600/SI: VI fixes for bit shifts, GS
 
Michel Dänzer
 - [PATCHES] R600/SI: VI fixes for bit shifts, GS
 
Tom Stellard
 - [PATCHES] R600/SI: VI fixes for bit shifts, GS
 
Matt Arsenault
 - [PATCHES] R600/SI: VI fixes for bit shifts, GS
 
Michel Dänzer
 - [PATCHES] R600/SI: VI fixes for bit shifts, GS
 
Marek Olšák
 - [PATCHES] R600/SI: VI fixes for bit shifts, GS
 
Marek Olšák
 - [PATCH v2][lld] ELF/AArch64: Add support for checking for ABS32	overflow
 
Will Newton
 - [polly] r225464 - Add support for pointer types in expressions
 
Johannes Doerfert
 - [polly] r227092 - [FIX] Debug build + instrinsic handling
 
Johannes Doerfert
 - [polly] r227404 - [FIX] Handle pointer-pointer comparisons
 
Johannes Doerfert
 - [polly] r227407 - [FIX] Correct two C snippets in test cases
 
Johannes Doerfert
 - [polly] r227524 - [FIX] Activated a pointer test and removed obsolete	comment
 
Johannes Doerfert
 - [polly] r227569 - Correct a typo in a comment
 
Tobias Grosser
 - [RFC] Heuristic for complete loop unrolling
 
Michael Zolotukhin
 - [test-suite] r227653 - Creating release candidate rc2 from	release_360 branch
 
Hans Wennborg
 - [www] r227187 - Updated TCE description, added pocl.
 
Pekka Jaaskelainen
 - [www] r227306 - LLVM 3.5.1 has been released
 
Sylvestre Ledru
 - [www] r227729 - Update the fosdem schedule (remove the hour,	update the schedule) + add the first slide
 
Sylvestre Ledru
 - [www] r227739 - More slides
 
Sylvestre Ledru
 - [www] r227740 - fix a typo
 
Sylvestre Ledru
 - [www] r227742 - David's slides
 
Sylvestre Ledru
 - [zorg] r227358 - Add sanitizer-x86_64-linux-autoconf builder
 
Alexey Samsonov
 - [zorg] r227494 - Add sanitizer-x86_64-linux-fuzzer bot.
 
Sergey Matveev
 - [zorg] r227497 - Use GCC to configure autoconf LLVM build
 
Alexey Samsonov
 - [zorg] r227505 - sanitizer-x86_64-linux-autoconf: don't build lld,	just clang
 
Alexey Samsonov
 - [zorg] r227515 - sanitizer-x86_64-linux-autoconf: fix asan/android	build invocation
 
Alexey Samsonov
 - [zorg] r227617 - sanitizer-x86_64-linux-autoconf: make tsan_analyze	failures non-fatal
 
Alexey Samsonov
 - [zorg] r227687 - Add slave sanitizer-buildbot5.
 
Sergey Matveev
 - Add detailed diagnostics to LoopUnroll pass
 
Michael Zolotukhin
 - Add detailed diagnostics to LoopUnroll pass
 
Hal Finkel
 - Add detailed diagnostics to LoopUnroll pass
 
Michael Zolotukhin
 - Add detailed diagnostics to LoopUnroll pass
 
Hal Finkel
 - Add detailed diagnostics to LoopUnroll pass
 
Michael Zolotukhin
 - Do not drop fast-math flags in SimplifyBinOp
 
Michael Zolotukhin
 - Do not drop fast-math flags in SimplifyBinOp
 
Chandler Carruth
 - Do not drop fast-math flags in SimplifyBinOp
 
Michael Zolotukhin
 - Do not drop fast-math flags in SimplifyBinOp
 
Michael Zolotukhin
 - Do not drop fast-math flags in SimplifyBinOp
 
Chandler Carruth
 - Do not drop fast-math flags in SimplifyBinOp
 
Michael Zolotukhin
 - Few builders will be off -line temporally soon
 
Galina Kistanova
 - Fix SROA for intrinsics
 
Mandeep Singh Grang
 - Fix SROA for intrinsics
 
Chad Rosier
 - Fix SROA for intrinsics
 
Chandler Carruth
 - Fix the aggressive anti-dep breaker's subregister definition	handling
 
Hal Finkel
 - Fix the aggressive anti-dep breaker's subregister definition	handling
 
Daniil Troshkov
 - Fix the aggressive anti-dep breaker's subregister definition	handling
 
Hal Finkel
 - Incorrect local-dynamic TLS linker optimization with clang-generated	code on PowerPC
 
Ulrich Weigand
 - Incorrect local-dynamic TLS linker optimization with	clang-generated code on PowerPC
 
Bill Schmidt
 - Incorrect local-dynamic TLS linker optimization with	clang-generated code on PowerPC
 
Bill Schmidt
 - Incorrect local-dynamic TLS linker optimization with	clang-generated code on PowerPC
 
Chandler Carruth
 - Incorrect local-dynamic TLS linker optimization with	clang-generated code on PowerPC
 
Bill Schmidt
 - Incorrect local-dynamic TLS linker optimization with	clang-generated code on PowerPC
 
Chandler Carruth
 - Incorrect local-dynamic TLS linker optimization with	clang-generated code on PowerPC
 
Ulrich Weigand
 - Incorrect local-dynamic TLS linker optimization with	clang-generated code on PowerPC
 
Chandler Carruth
 - Incorrect local-dynamic TLS linker optimization with	clang-generated code on PowerPC
 
Alan Modra
 - Incorrect local-dynamic TLS linker optimization with	clang-generated code on PowerPC
 
Ulrich Weigand
 - Incorrect local-dynamic TLS linker optimization with	clang-generated code on PowerPC
 
Bill Schmidt
 - Incorrect local-dynamic TLS linker optimization with	clang-generated code on PowerPC
 
Chandler Carruth
 - Incorrect local-dynamic TLS linker optimization with	clang-generated code on PowerPC
 
Bill Schmidt
 - LLVM buildmaster will be restarted soon
 
Galina Kistanova
 - LTO API: lto_codegen_optimize and lto_codegen_compile_optimized
 
Manman Ren
 - LTO API: lto_codegen_optimize and lto_codegen_compile_optimized
 
Duncan P. N. Exon Smith
 - LTO API: lto_codegen_optimize and lto_codegen_compile_optimized
 
Nick Kledzik
 - LTO API: lto_codegen_optimize and lto_codegen_compile_optimized
 
Duncan P. N. Exon Smith
 - LTO API: lto_codegen_optimize and lto_codegen_compile_optimized
 
Nick Kledzik
 - PATCH: Don't warn if bash is missing
 
Edwards, Michael
 - PATCH: Don't warn if bash is missing
 
Aaron Ballman
 - PATCH: Don't warn if bash is missing
 
Edwards, Michael
 - PATCH: Don't warn if bash is missing
 
Reid Kleckner
 - PATCHES: R600/SI: mubuf addressing improvements
 
Tom Stellard
 - PATCHES: R600/SI: mubuf addressing improvements
 
Matt Arsenault
 - PBQP bugfix
 
Jonas Paulsson
 - PBQP bugfix
 
Jonas Paulsson
 - PBQP bugfix
 
Lang Hames
 - Remove redundant checks added by loop unrolling
 
Hal Finkel
 - Some extra tests for XOP intrinsics
 
Sean Silva
 - Some extra tests for XOP intrinsics
 
Sean Silva
    
 
    
      Last message date: 
       Sun Feb  1 23:33:32 PST 2015
    Archived on: Tue Aug  4 17:12:16 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).