The Week Of Monday 24 November 2014 Archives by author
      
      Starting: Mon Nov 24 00:34:08 PST 2014
         Ending: Sun Nov 30 23:30:43 PST 2014
         Messages: 760
     
- [llvm] r222944 - Support: remove some variable names
 
Saleem Abdulrasool
- [PATCH] [Thumb/Thumb2] Added restrictions on PC, LR,	SP in the register list for PUSH/POP/LDM/STM
 
Jyoti Allur
- [PATCH] [Thumb/Thumb2] Added restrictions on PC, LR,	SP in the register list for PUSH/POP/LDM/STM
 
Jyoti Allur
- [PATCH] R600/SI: Fix live range error hidden by SIFoldOperands
 
Matt Arsenault
- [PATCH] Convert fcmp with 0.0 from casted integers to icmp
 
Matt Arsenault
- [llvm] r222704 - Convert test to FileCheck and use CHECK-LABEL
 
Matt Arsenault
- [llvm] r222705 - Bug 21610: Canonicalize min/max fcmp selects to use	ordered comparisons
 
Matt Arsenault
- [PATCH] Bug 21610: Canonicalize min/max fcmp selects to use	ordered comparisons
 
Matt Arsenault
- [PATCH] Add target hook for whether it is profitable to reduce load	widths
 
Matt Arsenault
- [PATCH] R600/SI: Fix suspicious indexing
 
Matt Arsenault
- [llvm] r222737 - R600/SI: Fix allocating flat_scr_lo / flat_scr_hi
 
Matt Arsenault
- [llvm] r222746 - R600/SI: Disable commutativity for MIN/MAX_LEGACY
 
Matt Arsenault
- [PATCH] R600/SI: Fix f64 inline immediates
 
Matt Arsenault
- [PATCH] R600/SI: Remove i1 operation pseudoinstructions
 
Matt Arsenault
- [llvm] r222789 - R600/SI: Only use one DEBUG()
 
Matt Arsenault
- [PATCH 2/3] SelectionDAG: Add KnownBits and SignBits computation	for EXTRACT_ELEMENT
 
Matt Arsenault
- [llvm] r222844 - R600/SI: Create e64 versions of and/or/xor in	SILowerI1Copies
 
Matt Arsenault
- [llvm] r222850 - R600/SI: Use ZeroOrNegativeOneBooleanContent
 
Matt Arsenault
- [PATCH 3/3] R600/SI: Remove isDS InstrMapping, use TSFlags instead
 
Matt Arsenault
- R600: Fix min/max matching problems with unordered compares 
 
Matt Arsenault
- [llvm] r222942 - R600/SI: Fix assertion on sign extend of 3 vectors
 
Matt Arsenault
- [llvm] r222651 - [Mips] Update MIPS relocations list
 
Simon Atanasyan
- [llvm] r222726 - [Object][Mips] Return address of MIPS symbol with	cleared microMIPS indicator bit
 
Simon Atanasyan
- [PATCH] [lld] ELF: Initial implementation for ARM static linking
 
Simon Atanasyan
- [PATCH] [ELF]: Initial implementation for ARM static linking
 
Simon Atanasyan
- [PATCH] [ELF]: Initial implementation for ARM static linking
 
Simon Atanasyan
- [Diffusion] rL222973: [ELF] Create input and output section names
 
Simon Atanasyan
- [llvm] r222649 - Removing a variable that is initialized but never	read. The original author has been alerted to the warning,	in case this variable is meant to be used. Fixes -Werror builds in the	meantime.
 
Aaron Ballman
- [llvm] r222830 - Removing a spurious semicolon; NFC
 
Aaron Ballman
- [llvm] r222810 - [MCJIT] Clean up RuntimeDyld's quirky	object-ownership/modification scheme.
 
Aaron Ballman
- [llvm] r222833 - Reverting r222828 and r222810-r222812 as they broke	the build on Windows.
 
Aaron Ballman
- [llvm] r222810 - [MCJIT] Clean up RuntimeDyld's quirky	object-ownership/modification scheme.
 
Aaron Ballman
- [PATCH] [MSan][LLVM][MIPS] Shadow and Origin offsets for MIPS
 
Mohit Bhakkad
- [PATCH] [MSan][Clang][MIPS] Enabled memory,	dataflow and thread options for MIPS platform
 
Mohit Bhakkad
- [PATCH] [Sanitizer][MIPS] internal_stat for mips64
 
Mohit Bhakkad
- [PATCH] [Sanitizer][MIPS] internal_stat for mips64
 
Mohit Bhakkad
- [PATCH] [Compiler-rt][Sanitizer][MSan][i386] Adding support for i386
 
Mohit Bhakkad
- [PATCH] [Compiler-rt][Sanitizer][MSan][i386] Adding support for	i386
 
Mohit Bhakkad
- [PATCH] [MSan][LLVM][MIPS] Shadow and Origin offsets for MIPS
 
Mohit Bhakkad
- [PATCH] [Sanitizer][MIPS] internal_stat for mips64
 
Mohit Bhakkad
- [PATCH] [MSan][LLVM][MIPS] Shadow and Origin offsets for MIPS
 
Mohit Bhakkad
- [llvm] r222647 - [X86] Improved target specific combine on VSELECT	dag nodes.
 
Andrea Di Biagio
- [PATCH] Enable FeatureFastUAMem for btver2
 
Andrea Di Biagio
- [llvm] r222644 - Support: Add *cast_or_null<> for pointer wrappers
 
David Blaikie
- [PATCH] DebugIR: Delete old debug info instead of updating it
 
David Blaikie
- [PATCH] Only warn about DWARF2 supporting one section per	compilation unit for code sections
 
David Blaikie
- [PATCH] Ensure debug info for two calls to the same function from the	same location are not merged
 
David Blaikie
- [PATCH] Ensure debug info for two calls to the same function from	the same location are not merged
 
David Blaikie
- [llvm] r222714 - unique_ptrify LLVMContextImpl::CAZConstants
 
David Blaikie
- [llvm] r222715 - Revert "unique_ptrify LLVMContextImpl::CAZConstants"
 
David Blaikie
- [lld] r222799 - [PECOFF] Properly close a file descriptor.
 
David Blaikie
- [lld] r222799 - [PECOFF] Properly close a file descriptor.
 
David Blaikie
- [llvm] r220462 - Add llvm-go tool.
 
David Blaikie
- [llvm] r222861 - [MCJIT] Remove JITEventListener's anchor until I	can determine the right place
 
David Blaikie
- [llvm] r222931 - Simplify ownership by using forward_list<T> rather	than vector<unique_ptr<T>>
 
David Blaikie
- [llvm] r222934 - Forgotten formatting from previous commit
 
David Blaikie
- [llvm] r222935 - Simplify some more ownership using forward_list<T>	rather than vector<unique_ptr<T>>
 
David Blaikie
- [llvm] r222937 - Use std::map<K, V> rather than std::map<K,	std::unique_ptr<V>>
 
David Blaikie
- [llvm] r222935 - Simplify some more ownership using	forward_list<T> rather than vector<unique_ptr<T>>
 
David Blaikie
- [llvm] r222938 - Push unique_ptr a bit further through some APIs and	simplify some cleanup
 
David Blaikie
- [llvm] r222939 - Revert "Use std::map<K, V> rather than std::map<K,	std::unique_ptr<V>>"
 
David Blaikie
- [llvm] r222940 - Reapply "Use std::map<K, V> rather than std::map<K, 	std::unique_ptr<V>>""
 
David Blaikie
- [llvm] r222949 - Constify some things in preparation for	CodeGenSubRegIndex	to be stored by value in their container, removing the indirection
 
David Blaikie
- [llvm] r222950 - Use deque<T> rather than vector<T*> since it	provides the	same invalidation semantics (at least when removal is not needed)	without the extra indirection/ownership complexity
 
David Blaikie
- [llvm] r222958 - Remove indirection of vector<T*> in favor of deque<T>
 
David Blaikie
- [llvm] r222959 - Remove some unnecessary vector::reserve/assign calls.
 
David Blaikie
- [PATCH] Sink store based on alias analysis
 
Ella Bolshinsky
- [PATCH] [compiler-rt] Add a HasSuppressionType method into	SuppressionContext
 
Kuba Brecka
- [PATCH] [compiler-rt] Implement AddressSanitizer suppressions
 
Kuba Brecka
- [PATCH] [compiler-rt] Implement AddressSanitizer suppressions
 
Kuba Brecka
- [compiler-rt] r222954 - Add a HasSuppressionType method into	SuppressionContext
 
Kuba Brecka
- [PATCH] [compiler-rt] Add a HasSuppressionType method into	SuppressionContext
 
Kuba Brecka
- [llvm] r222739 - Revert r220349 to re-instate r220277 with a fix for	PR21330 -- quite
 
Chandler Carruth
- [llvm] r222748 - [InstCombine] Change LLVM To canonicalize toward the	value type being
 
Chandler Carruth
- [llvm] r220138 - [InstCombine] Do an about-face on how LLVM	canonicalizes (cast (load
 
Chandler Carruth
- [llvm] r222746 - R600/SI: Disable commutativity for MIN/MAX_LEGACY
 
Chandler Carruth
- [llvm] r222746 - R600/SI: Disable commutativity for MIN/MAX_LEGACY
 
Chandler Carruth
- [llvm] r222753 - Revert r222746: That commit did not update any tests	and caused two R600
 
Chandler Carruth
- [PATCH] [X86][SSE] Improvements to byte shift shuffle matching
 
Chandler Carruth
- [llvm] r222966 - Use an unsigned type because there seems to be	no reason for it to be signed.
 
Chandler Carruth
- [PATCH] Prologue support
 
Stephen Checkoway
- [PATCH] DebugIR: Delete old debug info instead of updating it
 
Eric Christopher
- [PATCH] Go bindings: add DIBuilder.InsertValueAtEnd
 
Eric Christopher
- [llvm] r220462 - Add llvm-go tool.
 
Eric Christopher
- [llvm] r222804 - Make sure that the go bindings call	LLVMInitializeMCJITCompilerOptions
 
Eric Christopher
- [llvm] r222804 - Make sure that the go bindings call	LLVMInitializeMCJITCompilerOptions
 
Eric Christopher
- [llvm] r222805 - Make SetMCJITOptimizationLevel more of a method and	pass options
 
Eric Christopher
- [llvm] r222804 - Make sure that the go bindings call	LLVMInitializeMCJITCompilerOptions
 
Eric Christopher
- [llvm] r222806 - Reformat with gofmt.
 
Eric Christopher
- [llvm] r222804 - Make sure that the go bindings call	LLVMInitializeMCJITCompilerOptions
 
Eric Christopher
- [llvm] r222804 - Make sure that the go bindings call	LLVMInitializeMCJITCompilerOptions
 
Eric Christopher
- [PATCH] DebugIR: Delete -debug-ir
 
Eric Christopher
- [PATCH] Initial contribution of llgo, a Go frontend
 
Peter Collingbourne
- [PATCH] Initial contribution of llgo, a Go frontend
 
Peter Collingbourne
- [PATCH] Add C bindings for manipulating function return value	attributes
 
Peter Collingbourne
- [llvm] r222790 - Go bindings: add DIBuilder.InsertValueAtEnd
 
Peter Collingbourne
- [PATCH] Go bindings: add DIBuilder.InsertValueAtEnd
 
Peter Collingbourne
- [llvm] r220462 - Add llvm-go tool.
 
Peter Collingbourne
- [llvm] r222804 - Make sure that the go bindings call	LLVMInitializeMCJITCompilerOptions
 
Peter Collingbourne
- [llvm] r222804 - Make sure that the go bindings call	LLVMInitializeMCJITCompilerOptions
 
Peter Collingbourne
- [PATCH] Initial contribution of llgo, a Go frontend
 
Peter Collingbourne
- [PATCH] Initial contribution of llgo, a Go frontend
 
Peter Collingbourne
- [llvm] r222860 - Teach LLVM about llgo subproject.
 
Peter Collingbourne
- [PATCH] Initial contribution of llgo, a Go frontend
 
Peter Collingbourne
- [PATCH] Initial contribution of llgo, a Go frontend
 
Peter Collingbourne
- [PATCH] [DFSAN][MIPS] adding support of DFSAN for MIPS64
 
Peter Collingbourne
- [PATCH] Prologue support
 
Peter Collingbourne
- [PATCH] Clarify wording in the LangRef around !invariant.load
 
Sanjoy Das
- [PATCH] Clarify wording in the LangRef around !invariant.load
 
Sanjoy Das
- [PATCH][AVX512] Add 512b integer shift by variable patterns and	intrinsics
 
Demikhovsky, Elena
- [llvm] r222820 - AVX-512: Scalar ERI intrinsics
 
Elena Demikhovsky
- [PATCH] Scalarizer for masked vector intrinsics
 
Elena Demikhovsky
- [llvm] r222936 - Revert "Masked Vector Load and Store Intrinsics."
 
Demikhovsky, Elena
- [PATCH] [inline-asm] Fix scope of assembly macros
 
Sergey Dmitrouk
- [PATCH] Add hard float versions of floating point to long long	conversions
 
Sergey Dmitrouk
- [PATCH] [inline-asm] Fix scope of assembly macros
 
Sergey Dmitrouk
- [PATCH] [test-suite] Make it build in more environments
 
Sergey Dmitrouk
- [PATCH] [inline-asm] Fix scope of assembly macros
 
Sergey Dmitrouk
- [llvm] r222678 - Correct path to regression tests in ExtendingLLVM
 
Sergey Dmitrouk
- [PATCH] [inline-asm] Fix scope of assembly macros
 
Sergey Dmitrouk
- [PATCH] Drop Cloog support
 
Johannes Doerfert
- [PATCH] Assume GetElementPtr offsets to be inbounds
 
Johannes Doerfert
- [Diffusion] rL222973: [ELF] Create input and output section names
 
Shankar Easwaram
- [lld] r222972 - [ELF] Rename MergedSection to OutputSection.
 
Shankar Easwaran
- [lld] r222973 - [ELF] Create input and output section names
 
Shankar Easwaran
- [lld] r222974 - [ELF] Fix creation of segments.
 
Shankar Easwaran
- [lld] r222975 - [ELF] Rename align2 to alignment.
 
Shankar Easwaran
- [llvm] r222971 - Revert r222957 "Replace std::map<K, V*>	with std::map<K, V> to handle ownership and deletion of the values."
 
Shankar Easwaran
- [lld] r222982 - [ELF] Fix layout of output sections.
 
Shankar Easwaran
- [Diffusion] rL222973: [ELF] Create input and output section names
 
Shankar Easwaran
- [lld] r222983 - [Core] Add flag to check if RoundTripPasses need to	be run.
 
Shankar Easwaran
- [PATCH] [ELF]: Initial implementation for ARM static linking
 
Shankar Kalpathi Easwaran
- [PATCH] [ELF]: Initial implementation for ARM static linking
 
Shankar Kalpathi Easwaran
- [PATCH] InstCombine: simplify signed range checks
 
Erik Eckstein
- [PATCH] peephole optimization in switch table lookup: reuse the	guarding table comparison if possible
 
Erik Eckstein
- [PATCH] InstCombine: simplify signed range checks
 
Erik Eckstein
- [PATCH] InstCombine: simplify signed range checks
 
Erik Eckstein
- [PATCH] peephole optimization in switch table lookup: reuse the	guarding table comparison if possible
 
Erik Eckstein
- [PATCH] peephole optimization in switch table lookup: reuse the	guarding table comparison if possible
 
Erik Eckstein
- [PATCH] peephole optimization in switch table lookup: reuse the	guarding table comparison if possible
 
Erik Eckstein
- [llvm] r222872 - Peephole optimization in switch table lookup: reuse	the guarding table comparison if possible.
 
Erik Eckstein
- [llvm] r222877 - Revert "Peephole optimization in switch table	lookup: reuse the guarding table comparison if possible."
 
Erik Eckstein
- [llvm] r222891 - reinstate r222872: Peephole optimization in switch	table lookup: reuse the guarding table comparison if possible.
 
Erik Eckstein
- [llvm] r222770 - Cleaning out google tests from MC.
 
Rafael Avila de Espindola
- [llvm] r222567 - Remove duplication of relocation names in	lib/Object/ELFYAML.cpp
 
Rafael Avila de Espindola
- [llvm] r222566 - Remove duplication of relocation names in	lib/Object/ELF.cpp
 
Rafael Avila de Espindola
- [llvm] r222562 - Disable header duplication at -Oz in loop-rotate	pass.
 
Rafael Avila de Espindola
- [llvm] r222681 - Pass the .ll files to llvm-link directly. NFC.
 
Rafael Espindola
- [llvm] r222682 - Add and use Type::subtypes. NFC.
 
Rafael Espindola
- [llvm] r222684 - Remove the unused FindUsedTypes pass.
 
Rafael Espindola
- [llvm] r222687 - Add a disable-output option to the gold plugin.
 
Rafael Espindola
- [llvm] r222720 - Add an interesting test that we already get right.	NFC.
 
Rafael Espindola
- [llvm] r222723 - Use range loops. NFC.
 
Rafael Espindola
- [llvm] r222724 - Don't repeat name in comment or duplicate comment.	NFC.
 
Rafael Espindola
- [llvm] r222725 - Link the type of aliases.
 
Rafael Espindola
- [llvm] r222727 - Fix overly aggressive type merging.
 
Rafael Espindola
- [llvm] r222728 - Remove a nested anonymous namespace.
 
Rafael Espindola
- [llvm] r222729 - Style fix: don't indent inside a namemespace.
 
Rafael Espindola
- [llvm] r222730 - Use a range loop. NFC.
 
Rafael Espindola
- [llvm] r222758 - Remove a bit of duplicated code.
 
Rafael Espindola
- [llvm] r222761 - Misc style fixes. NFC.
 
Rafael Espindola
- [llvm] r222764 - Set the body of a new struct as soon as it is	created.
 
Rafael Espindola
- [llvm] r222787 - gold plugin: call llvm_shutdown so that -stats works.
 
Rafael Espindola
- [llvm] r222788 - This test requires asserts because of -stats.
 
Rafael Espindola
- [llvm] r222896 - Revert "Reapply 222538 and update tests to explicitly	request small code model and PIC:"
 
Rafael Espindola
- [llvm] r222897 - Commit back the correct bits of r222760 (was	r222538).
 
Rafael Espindola
- [llvm] r222921 - Add a testcase reduced from clang lto bootstrap on	OS X.
 
Rafael Espindola
- [llvm] r222922 - Add an assert and use a range loop. NFC.
 
Rafael Espindola
- [llvm] r222923 - Add back r222727 with a fix.
 
Rafael Espindola
- [llvm] r222984 - Relax an assert a bit to avoid a crash on	unreachable code.
 
Rafael Espindola
- [llvm] r222985 - Add a test showing what the linker	IdentifiedStructTypes is for.
 
Rafael Espindola
- [llvm] r222986 - Change how we keep track of which types are in the	dest module.
 
Rafael Espindola
- [PATCH] Identical code for different branches (CID 1254883)
 
Rafael Ávila de Espíndola
- BUILD_SHARED_LIBS build
 
Rafael Espíndola
- [PATCH] MC: Don't emit min version directives when	-fno-integrated-as is on
 
Rafael Espíndola
- [llvm] r222124 - Object, COFF: Tighten the object file parser
 
Rafael Espíndola
- [llvm] r221870 - Object,	COFF: getRelocationSymbol shouldn't assert
 
Rafael Espíndola
- [llvm] r222208 - Support ELF files of unknown type.
 
Rafael Espíndola
- [llvm] r222720 - Add an interesting test that we already get	right. NFC.
 
Rafael Espíndola
- [llvm] r222760 - Reapply 222538 and update tests to explicitly	request small code model
 
Rafael Espíndola
- [llvm] r222760 - Reapply 222538 and update tests to explicitly	request small code model
 
Rafael Espíndola
- [llvm] r222760 - Reapply 222538 and update tests to explicitly	request small code model
 
Rafael Espíndola
- [llvm] r222897 - Commit back the correct bits of r222760 (was	r222538).
 
Rafael Espíndola
- [llvm] r222897 - Commit back the correct bits of r222760 (was	r222538).
 
Rafael Espíndola
- [llvm] r222895 - Revert "Fix overly aggressive type merging."
 
Rafael Espíndola
- [PATCH] Initial contribution of llgo, a Go frontend
 
Rafael Espíndola
- [lld] r222330 - Revert "[ELF] Rename MergedSection to	OutputSection."
 
Rafael Espíndola
- [llvm] r222897 - Commit back the correct bits of r222760 (was	r222538).
 
Rafael Espíndola
- [llvm] r222341 - Use ninja pools to limit the number of	concurrent compile/link jobs.
 
Rafael Espíndola
- [PATCH] GVN: Don't crash on an unreachable predecessor
 
Rafael Espíndola
- [PATCH] GVN: Don't crash on an unreachable predecessor
 
Rafael Espíndola
- [llvm] r222710 - [PowerPC] Implement combineRepeatedFPDivisors
 
Hal Finkel
- [llvm] r222712 - [PowerPC] Add the 'attn' instruction
 
Hal Finkel
- AliasSet fixes proposed for 3.5.1
 
Hal Finkel
- [PATCH] [LoopVectorizer] if unsafe-fp-math FN attribute is set,	enable	reduction detection with float operations
 
Hal Finkel
- [PATCH] [LoopVectorizer] if unsafe-fp-math FN attribute is set,	enable	reduction detection with float operations
 
Hal Finkel
- [llvm] r222976 - [PowerPC] Add asm support for cache-inhibited ld/st	instructions
 
Hal Finkel
- [compiler-rt] r222673 - [compiler-rt] Make the MSAN wmemset	intercepter call wmemset instead of memset. Fixes PR 21579
 
Eric Fiselier
- [zorg] r222703 - Reconfigure libcxx single threaded builder to use	new cmake configuration option.
 
Eric Fiselier
- [zorg] r222706 - Change LibcxxAndABIBuilder to use LitTestCommand to	get better output
 
Eric Fiselier
- LVM buildmaster will be restarted today after 6 PM Pacific
 
Eric Fiselier
- [PATCH] [ASan] Fix leak tests on 64-bit targets other than x86-64	(take two)
 
Jay Foad
- [PATCH] [ASan] Fix leak tests on 64-bit targets other than x86-64
 
Jay Foad
- [compiler-rt] r222738 - [ASan] Fix leak tests on 64-bit targets other	than x86-64 (take two)
 
Jay Foad
- [PATCH] [ASan] Fix leak tests on 64-bit targets other than x86-64	(take two)
 
Jay Foad
- [PATCH] [PowerPC] Fix unwind info with dynamic stack realignment
 
Jay Foad
- [PATCH] [PowerPC] Fix unwind info with dynamic stack realignment
 
Jay Foad
- [PATCH] [PowerPC] Fix unwind info with dynamic stack realignment
 
Jay Foad
- [PATCH] [PowerPC] Fix unwind info with dynamic stack realignment
 
Jay Foad
- [PATCH] [PowerPC] Fix unwind info with dynamic stack realignment
 
Jay Foad
- [PATCH] [PowerPC] Fix unwind info with dynamic stack realignment
 
Jay Foad
- [PATCH] [PowerPC] Fix unwind info with dynamic stack realignment
 
Jay Foad
- [PATCH] Ensure that TCReturn instructions are resolved
 
Ben Gamari
- [PATCH] Ensure that TCReturn instructions are resolved
 
Ben Gamari
- [PATCH] Ensure that TCReturn instructions are resolved
 
Ben Gamari
- [PATCH] Ensure that TCReturn instructions are resolved
 
Ben Gamari
- [PATCH] Prologue support
 
Ben Gamari
- [PATCH] Function prefix data refactoring and introduction of	prologue data
 
Ben Gamari
- [PATCH] Ensure that TCReturn instructions are resolved
 
Ben Gamari
- [PATCH] Ensure that TCReturn instructions are resolved
 
Ben Gamari
- [PATCH] Ensure that TCReturn instructions are resolved
 
Ben Gamari
- [PATCH] Prologue support
 
Ben Gamari
- [PATCH] Prologue support
 
Ben Gamari
- [PATCH] Prologue support
 
Ben Gamari
- [PATCH] C99 partial re-initialization behavior (DR-253)
 
Yunzhong Gao
- [PATCH] [xor.ll] Added Missing Check Statements for test cases
 
Ankur Garg
- [PATCH] [xor.ll] Added Missing Check Statements for test cases
 
Ankur Garg
- [PATCH] [and-compare.ll] [and-xor-merge.ll] Added Check Statements	for test cases
 
Ankur Garg
- [PATCH] [InstCombineCompares] Added shl optimization for the	instruction - icmp ugt/ult/uge/ule (shl Const2, A), Const1
 
Ankur Garg
- [PATCH] Added InstCombine transformation for combining two	instructions icmp ult/ule/uge/ugt (ashr/lshr (Const2) %A), (Const1)
 
Ankur Garg
- [llvm] r222916 - Removed extra line from a comment to test first	commit. NFC.
 
Ankur Garg
- [PATCH] Added InstCombine transformation for combining two	instructions icmp ult/ule/uge/ugt (ashr/lshr (Const2) %A), (Const1)
 
Ankur Garg
- [PATCH] Speed up creation of live ranges for physical registers	by using a segment set
 
Vaidas Gasiunas
- [PATCH] [ARM] Stop the LLVM ELF streamer uppercasing NTBS data in	build attributes.
 
Renato Golin
- [zorg] r222669 - Move ARM RT buildbot to sanitizer category
 
Renato Golin
- [PATCH] Improvements for asan deactivated mode: disable asan	activation for runtime library on Linux, disable malloc checks.
 
Yury Gribov
- [PATCH] Implement variable-sized alloca instrumentation.
 
Yury Gribov
- [PATCH] Implement variable-sized alloca instrumentation.
 
Yury Gribov
- [compiler-rt] r222732 - [asan] Improvements for asan deactivated mode:	disable asan activation for runtime library on Linux,	disable malloc checks.
 
Yury Gribov
- [PATCH] Improvements for asan deactivated mode: disable asan	activation for runtime library on Linux, disable malloc checks.
 
Yury Gribov
- [PATCH] [asan] Change dynamic alloca instrumentation to only consider	allocas that are dominating all exits from function.
 
Yury Gribov
- [PATCH] Implement variable-sized alloca instrumentation.
 
Yury Gribov
- [PATCH] Assume GetElementPtr offsets to be inbounds
 
Tobias Grosser
- LNT server is down
 
Tobias Grosser
- [PATCH] Drop Cloog support
 
Tobias Grosser
- [PATCH] Assume GetElementPtr offsets to be inbounds
 
Tobias Grosser
- [polly] r222754 - Assume GetElementPtr offsets to be inbounds
 
Tobias Grosser
- [PATCH] Assume GetElementPtr offsets to be inbounds
 
Tobias Grosser
- [PATCH] Assume GetElementPtr offsets to be inbounds
 
Tobias Grosser
- [polly] r222766 - Add PreHeader always to OuterLoop
 
Tobias Grosser
- LNT server is down
 
Tobias Grosser
- [polly] r222754 - Assume GetElementPtr offsets to be inbounds
 
Tobias Grosser
- [polly] r222874 - autoconf: Move libraries later to ensure that all	symbols are found
 
Tobias Grosser
- [PATCH] Do not incorrectly set the inverted flag.
 
Tobias Grosser
- [cfe-dev] LNT server is down
 
Tobias Grosser
- [polly] r222977 - cmake: Add polly libraries to LLVMExports
 
Tobias Grosser
- [polly] r222977 - cmake: Add polly libraries to LLVMExports
 
Tobias Grosser
- [polly] r222978 - Remove -polly-codegen-scev option and related code
 
Tobias Grosser
- [polly] r222979 - Remove Polly's IndVarSimplify pass
 
Tobias Grosser
- [polly] r222980 - Drop unused enum value
 
Tobias Grosser
- BUILD_SHARED_LIBS build
 
Khilan Gudka
- BUILD_SHARED_LIBS build
 
Khilan Gudka
- [llvm] r222810 - [MCJIT] Clean up RuntimeDyld's quirky	object-ownership/modification scheme.
 
Lang Hames
- [llvm] r222767 - Small model and JIT generally don't go well with	each other.
 
Lang Hames
- [llvm] r222811 - [MCJIT] Temporarily disable automatic JIT debugger	registration.
 
Lang Hames
- [llvm] r222812 - [MCJIT] Re-enable GDB registration (temporarily	disabled in r222811), but check
 
Lang Hames
- [llvm] r222840 - [MCJIT] Reapply r222828 and r222810-r222812 with fix	for MSVC move-op issues.
 
Lang Hames
- [llvm] r222841 - [MCJIT] Fix missing return statement.
 
Lang Hames
- [llvm] r222767 - Small model and JIT generally don't go well with	each other.
 
Lang Hames
- [llvm] r222767 - Small model and JIT generally don't go well with	each other.
 
Lang Hames
- [llvm] r222859 - [MCJIT] Move get-any-symbol-load-address logic out of	RuntimeDyld and into
 
Lang Hames
- [llvm] r222861 - [MCJIT] Remove JITEventListener's anchor until I can	determine the right place
 
Lang Hames
- [llvm] r222861 - [MCJIT] Remove JITEventListener's anchor until I	can determine the right place
 
Lang Hames
- [llvm] r222864 - [MCJIT] Replace JITEventListener::anchor (temporarily	removed in r222861), and
 
Lang Hames
- [llvm] r222861 - [MCJIT] Remove JITEventListener's anchor until I	can determine the right place
 
Lang Hames
- [PATCH] MCJIT honor symbol visibility settings when populating	the global symbol table
 
Lang Hames
- [llvm] r222866 - [MCJIT] Update CMakeLists.txt for llvm-rtdyld to add	Object as a requirement.
 
Lang Hames
- [llvm] r222867 - [MCJIT] Remove the local symbol table from	RuntimeDlyd - it's not needed.
 
Lang Hames
- [llvm] r222987 - [stack protector] Set edge weights for newly created	basic blocks.
 
Akira Hatanaka
- [PATCH] Set edge weights in stack protector pass
 
Akira Hatanaka
- [llvm] r222988 - Fix capitalization. NFC.
 
Akira Hatanaka
- [PATCH] StructurizeCFG: Use LoopInfo analysis for better loop	detection
 
Michael Ilseman
- [llvm] r222752 - [mips][micromips] Use call instructions with short	delay slots
 
Zoran Jovanovic
- [llvm] r222901 - [mips][microMIPS] Implement SWM16 and LWM16	instructions
 
Zoran Jovanovic
- [PATCH] [LoopVectorizer] if unsafe-fp-math FN attribute is set, enable	reduction detection with float operations
 
Pekka Jääskeläinen
- [PATCH] [LoopVectorizer] if unsafe-fp-math FN attribute is set,	enable	reduction detection with float operations
 
Pekka Jääskeläinen
- [PATCH] [LoopVectorizer] if unsafe-fp-math FN attribute is set,	enable	reduction detection with float operations
 
Pekka Jääskeläinen
- [llvm] r222767 - Small model and JIT generally don't go well	with	each other.
 
Kaylor, Andrew
- [llvm] r222654 - Added comment about llvm_execute_on_thread waiting	for thread to complete.
 
Yaron Keren
- [llvm] r222538 - Allow FDE references outside the +/-2GB range	supported by PC relative
 
Akos Kiss
- LNT server is down
 
Galina Kistanova
- LLVM buildmaster will be restarted today after 6 PM Pacific
 
Galina Kistanova
- LVM buildmaster will be restarted today after 6 PM Pacific
 
Galina Kistanova
- [llvm] r222648 - [mips][microMIPS] Implement disassembler support for	16-bit instructions
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement disassembler support for	16-bit instructions
 
Jozef Kolek
- [llvm] r222652 - [mips][microMIPS] Implement 16-bit instructions	registers including ZERO instead of S0
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement microMIPS 16-bit instructions	registers including ZERO instead of S0
 
Jozef Kolek
- [llvm] r222653 - [mips][microMIPS] Implement LBU16, LHU16, LW16, SB16,	SH16 and SW16 instructions
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement LBU16, LHU16, LW16, SB16,	SH16 and SW16 instructions
 
Jozef Kolek
- [llvm] r222658 - [mips][microMIPS] Fix JRADDIUSP instruction
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Fix JRADDIUSP instruction
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement disassembler support for 16-bit	instructions LBU16, LHU16, LW16, SB16, SH16 and SW16
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement LWSP and SWSP instructions
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement disassembler support for 16-bit	instructions LI16, ADDIUR1SP, ADDIUR2 and ADDIUS5
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement CodeGen support for LI16	instruction
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement disassembler support for	16-bit instructions LBU16, LHU16, LW16, SB16, SH16 and SW16
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement disassembler support for	16-bit instructions LBU16, LHU16, LW16, SB16, SH16 and SW16
 
Jozef Kolek
- [llvm] r222847 - [mips][microMIPS] Implement disassembler support for	16-bit instructions LBU16, LHU16, LW16, SB16, SH16 and SW16
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement disassembler support for	16-bit instructions LBU16, LHU16, LW16, SB16, SH16 and SW16
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement disassembler support for	16-bit instructions LI16, ADDIUR1SP, ADDIUR2 and ADDIUS5
 
Jozef Kolek
- [llvm] r222887 - [mips][microMIPS] Implement disassembler support for	16-bit instructions LI16, ADDIUR1SP, ADDIUR2 and ADDIUS5
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement disassembler support for	16-bit instructions LI16, ADDIUR1SP, ADDIUR2 and ADDIUS5
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement NOP aliases
 
Jozef Kolek
- [llvm] r222900 - [mips][microMIPS] Implement BREAK16 and SDBBP16	instructions
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement LWSP and SWSP instructions
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement NOP aliases
 
Jozef Kolek
- [llvm] r222953 - [mips][microMIPS] Implement NOP aliases
 
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement NOP aliases
 
Jozef Kolek
- [PATCH] [compiler-rt] Move ASan non-Linux-specific tests out of	the Linux/ directory
 
Viktor Kutuzov
- [PATCH] [Asan] Pack signal context into a structure
 
Viktor Kutuzov
- [PATCH] [Sanitizers] Intercept __tls_get_addr() and shmctl() on	FreeBSD
 
Viktor Kutuzov
- [PATCH] [Msan] Generalize mapping facilities to add FreeBSD support
 
Viktor Kutuzov
- [PATCH] [Msan] Generalize mapping facilities to add FreeBSD	support
 
Viktor Kutuzov
- [PATCH] [Msan] Check returning value of DTLS_Get()
 
Viktor Kutuzov
- [PATCH] [Msan] Exclude non-FreeBSD interceptors on FreeBSD
 
Viktor Kutuzov
- [compiler-rt] r222756 - [Asan] Pack signal context into a structure
 
Viktor Kutuzov
- [compiler-rt] r222757 - [Sanitizers] Intercept __tls_get_addr() and	shmctl() on FreeBSD
 
Viktor Kutuzov
- [PATCH] [Msan] Generalize mapping facilities to add FreeBSD	support
 
Viktor Kutuzov
- [PATCH] [Msan] Generalize mapping facilities to add FreeBSD	support
 
Viktor Kutuzov
- [PATCH] [Asan] Fix the heavy_uar_test.cc test to pass on FreeBSD
 
Viktor Kutuzov
- [PATCH] [Asan] Fix the heavy_uar_test.cc test to pass on FreeBSD
 
Viktor Kutuzov
- [compiler-rt] r222818 - [Msan] Check returning value of DTLS_Get()
 
Viktor Kutuzov
- [compiler-rt] r222822 - [Msan] Exclude non-FreeBSD interceptors on	FreeBSD
 
Viktor Kutuzov
- [compiler-rt] r222826 - [Asan] Fix the heavy_uar_test.cc test to pass	on FreeBSD
 
Viktor Kutuzov
- [PATCH] [Msan] Fix some interceptors to pass initialization on FreeBSD
 
Viktor Kutuzov
- [PATCH] [Sanitizers] Intercept snprintf_l() on FreeBSD
 
Viktor Kutuzov
- [PATCH] [Msan] Generalize mapping facilities to add FreeBSD	support
 
Viktor Kutuzov
- [PATCH] [Msan] Generalize mapping facilities to add FreeBSD	support
 
Viktor Kutuzov
- [PATCH] [Msan] Generalize mapping facilities to add FreeBSD	support
 
Viktor Kutuzov
- [PATCH] [Msan] Fix some interceptors to pass initialization on	FreeBSD
 
Viktor Kutuzov
- [compiler-rt] r222885 - [Msan] Fix some interceptors to pass	initialization on FreeBSD
 
Viktor Kutuzov
- [PATCH] [Sanitizers] Intercept snprintf_l() on FreeBSD
 
Viktor Kutuzov
- [PATCH] [Sanitizers] Intercept snprintf_l() on FreeBSD
 
Viktor Kutuzov
- [compiler-rt] r222919 - [Msan] Generalize mapping facilities to add	FreeBSD support
 
Viktor Kutuzov
- [PATCH] Initial contribution of llgo, a Go frontend
 
Chris Lattner
- [llvm] r222660 - [Hexagon] Adding zxtb instruction.
 
Colin LeMahieu
- [llvm] r222661 - Adding const iterator to MCInst.	http://reviews.llvm.org/D6359
 
Colin LeMahieu
- [llvm] r222662 - [Hexagon] Adding zxth instruction.
 
Colin LeMahieu
- [llvm] r222668 - [Hexagon] Adding aslh instruction.
 
Colin LeMahieu
- [llvm] r222670 - [Hexagon] Adding asrh instruction,	removing unused multiclasses.
 
Colin LeMahieu
- [llvm] r222676 - Removing unused variable.
 
Colin LeMahieu
- [llvm] r222770 - Cleaning out google tests from MC.
 
Colin LeMahieu
- [llvm] r222771 - [Hexagon] Replacing cmp* instructions with ones that	contain encoding bits.
 
Colin LeMahieu
- [llvm] r222784 - [Hexagon] Adding C2_mux instruction.
 
Colin LeMahieu
- [llvm] r222785 - [Hexagon] [NFC] Adding trailing whitespace to test	files.
 
Colin LeMahieu
- [llvm] r222791 - [Hexagon] Adding NOP encoding bits.
 
Colin LeMahieu
- [llvm] r222792 - [Hexagon] Adding compare with immediate instructions.
 
Colin LeMahieu
- [llvm] r222793 - Reverting 222792
 
Colin LeMahieu
- [llvm] r222795 - [Hexagon] Adding add64 and sub64 instructions.
 
Colin LeMahieu
- [llvm] r222846 - [Hexagon] Adding and64, or64, and xor64 instructions.
 
Colin LeMahieu
- [llvm] r222849 - [Hexagon] Adding cmp* immediate form instructions.
 
Colin LeMahieu
- [PATCH] Clarify wording in the LangRef around !invariant.load
 
Nick Lewycky
- [PATCH] Clarify wording in the LangRef around !invariant.load
 
Nick Lewycky
- [PATCH] Restore X86 base pointer after call to llvm.eh.sjlj.setjmp
 
Michael Liao
- [PATCH] [LICM] Store sink and indirectbr instructions
 
Bruno Cardoso Lopes
- [PATCH] [SwitchLowering] Handle multiple destinations on condensed	case stmts
 
Bruno Cardoso Lopes
- [PATCH] [LICM] Store sink and indirectbr instructions
 
Bruno Cardoso Lopes
- [llvm] r222926 - [SwitchLowering] Handle multiple destinations on	condensed case stmts
 
Bruno Cardoso Lopes
- [llvm] r222927 - [LICM] Store sink and indirectbr instructions
 
Bruno Cardoso Lopes
- [PATCH] [SwitchLowering] Handle multiple destinations on	condensed case stmts
 
Bruno Cardoso Lopes
- [PATCH] [LICM] Store sink and indirectbr instructions
 
Bruno Cardoso Lopes
- [PATCH] GVN: Don't crash on an unreachable predecessor
 
Bruno Cardoso Lopes
- [PATCH] Initial contribution of llgo, a Go frontend
 
罗勇刚(Yonggang Luo) 
- [llvm] r222659 - InstCombine: Don't create an unused instruction
 
David Majnemer
- [llvm] r222716 - InstSimplify: Handle some simple tautological	comparisons
 
David Majnemer
- [llvm] r221870 - Object,	COFF: getRelocationSymbol shouldn't assert
 
David Majnemer
- [llvm] r222734 - COFF: Add another test for r222124
 
David Majnemer
- [llvm] r222735 - COFF: Add back an assertion that is superseded by	r222124
 
David Majnemer
- [llvm] r222736 - Forgot to add a file for r222734
 
David Majnemer
- [llvm] r222124 - Object, COFF: Tighten the object file parser
 
David Majnemer
- AliasSet fixes proposed for 3.5.1
 
David Majnemer
- IndVarSimplify fixes proposed for 3.5.1
 
David Majnemer
- SROA fixes proposed for 3.5.1
 
David Majnemer
- LoopVectorize fixes proposed for 3.5.1
 
David Majnemer
- Miscellaneous fixes proposed for 3.5.1
 
David Majnemer
- [llvm] r222856 - Revert "Added inst combine transforms for single bit	tests from Chris's note"
 
David Majnemer
- Miscellaneous fixes proposed for 3.5.1
 
David Majnemer
- Fwd: LoopVectorize fixes proposed for 3.5.1
 
David Majnemer
- [llvm] r222868 - InstSimplify: Restore optimizations lost in r210006
 
David Majnemer
- [llvm] r222871 - InstCombine: Restore optimizations lost in r210006
 
David Majnemer
- [PATCH] Added InstCombine transformation for combining two	instructions icmp ult/ule/uge/ugt (ashr/lshr (Const2) %A), (Const1)
 
David Majnemer
- [llvm] r222928 - InstCombine: FoldOrOfICmps harder
 
David Majnemer
- [PATCH] [NVPTX] Do not emit .weak symbols for NVPTX
 
David Majnemer
- [PATCH] [Sanitizers] Intercept __tls_get_addr() and shmctl() on	FreeBSD
 
Ed Maste
- [PATCH] [Sanitizers] Intercept snprintf_l() on FreeBSD
 
Ed Maste
- LNT server is down
 
Chris Matthews
- LNT server is down
 
Chris Matthews
- [PATCH] [lsan] [mips] adding support of lsan for mips64/mips64el	arch
 
Sergey Matveev
- [PATCH] [lsan] [mips] adding support of lsan for mips64/mips64el	arch
 
Sergey Matveev
- [PATCH] [ASan] Fix leak tests on 64-bit targets other than x86-64	(take two)
 
Sergey Matveev
- [PATCH] Simplify Symbolizer::SymbolizePC() interface.
 
Sergey Matveev
- [PATCH] Simplify Symbolizer::SymbolizePC() interface.
 
Sergey Matveev
- [PATCH] [ASan, LSan] Improve tracking of thread creation.
 
Sergey Matveev
- [PATCH] [ASan, LSan] Improve tracking of thread creation.
 
Sergey Matveev
- [PATCH] [ASan, LSan] Improve tracking of thread creation.
 
Sergey Matveev
- [PATCH] [ASan, LSan] Improve tracking of thread creation.
 
Sergey Matveev
- [PATCH][AVX512] Add 512b integer shift by variable patterns and	intrinsics
 
Cameron McInally
- [llvm] r222786 - [AVX512] Add 512b integer shift by variable	intrinsics and patterns.
 
Cameron McInally
- [PATCH] Add disassembler support for micromips16 andi16, addiusp,	jraddiusp instructions.
 
Vladimir Medic
- [PATCH] Add disassembler support for micromips16 andi16, addiusp,	jraddiusp instructions.
 
Vladimir Medic
- [PATCH] Add ARM relocations to ELFYAML
 
Will Newton
- [PATCH] Update ARM ELF relocations to ABI 2.09
 
Will Newton
- [PATCH] Update AArch64 ELF relocations to ABI 1.0
 
Will Newton
- [PATCH] [lld] ELF: Use ELF reloc .def files to reduce duplication
 
Will Newton
- [PATCH] [lld] ELF: Use ELF reloc .def files to reduce duplication
 
Will Newton
- [PATCH] Add ARM relocations to ELFYAML
 
Will Newton
- [lld] r222814 - Fix comment in AArch64 ELF backend
 
Will Newton
- [llvm] r222817 - Update ARM ELF relocations to ABI 2.09
 
Will Newton
- [llvm] r222821 - Update AArch64 ELF relocations to ABI 1.0
 
Will Newton
- [lld] r222823 - Rename R_AARCH64_TLSDESC_ADR_PAGE to	R_AARCH64_TLSDESC_ADR_PAGE21
 
Will Newton
- [PATCH] [lld] ELF: Initial implementation for ARM static linking
 
Will Newton
- [PATCH] Widen ELFYAML relocation type to 32 bits
 
Will Newton
- [llvm] r222898 - Widen ELFYAML relocation type to 32 bits
 
Will Newton
- [PATCH] [lld] ELF: Initial implementation for ARM static linking
 
Will Newton
- [PATCH] Add ARM relocations to ELFYAML
 
Tim Northover
- [PATCH] [ARM] Stop the LLVM ELF streamer uppercasing NTBS data in	build attributes.
 
Tim Northover
- [PATCH] Update AArch64 ELF relocations to ABI 1.0
 
Tim Northover
- [PATCH] Update ARM ELF relocations to ABI 2.09
 
Tim Northover
- [PATCH] [ARM] ARM attribute parser incorrectly handles	CPU_arch_profile
 
Tim Northover
- [PATCH] [ARM] ARM attribute parser incorrectly handles	CPU_arch_profile
 
Tim Northover
- [PATCH] Widen ELFYAML relocation type to 32 bits
 
Tim Northover
- [PATCH] [Thumb/Thumb2] Added restrictions on PC, LR,	SP in the register list for PUSH/POP/LDM/STM
 
Tim Northover
- [PATCH][ARM] Add support for ARM virtualization instructions.
 
Tim Northover
- [PATCH] [ARM] More rigorous testing of build attribute	encoding/decoding
 
Tim Northover
- [llvm] r222903 - AArch64: treat [N x Ty] as a block during procedure	calls.
 
Tim Northover
- [llvm] r222905 - Stop using ArrayRef of a const type.
 
Tim Northover
- [PATCH] Ensure that TCReturn instructions are resolved
 
Tim Northover
- [PATCH] Ensure that TCReturn instructions are resolved
 
Tim Northover
- [PATCH] Add Thumb HVC and ERET virtualisation extension	instructions.
 
Tim Northover
- [PATCH] Add Thumb HVC and ERET virtualisation extension	instructions.
 
Tim Northover
- [PATCH] Refactor functions with multiple exit points.
 
Tim Northover
- [PATCH] Refactor functions with multiple exit points.
 
Tim Northover
- [PATCH] Fix wrong encoding of MRSBanked.
 
Tim Northover
- [PATCH] Fix wrong encoding of MRSBanked.
 
Tim Northover
- [PATCH] Ensure that TCReturn instructions are resolved
 
Tim Northover
- [PATCH] Add ARM ERET and HVC virtualisation extension	instructions.
 
Tim Northover
- [PATCH] Add Thumb HVC and ERET virtualisation extension	instructions.
 
Tim Northover
- [PATCH] [Thumb/Thumb2] Added restrictions on PC, LR,	SP in the register list for PUSH/POP/LDM/STM
 
Tim Northover
- [PATCH] Add post-decode checking of HVC instruction.
 
Tim Northover
- [PATCH] [ARM] Emit Tag_ABI_FP_denormal correctly in fast-math	mode.
 
Tim Northover
- [PATCH] ARM: Add support for ARM modified immediate syntax - Take	3
 
Tim Northover
- [llvm] r222746 - R600/SI: Disable commutativity for MIN/MAX_LEGACY
 
Marek Olsak
- [llvm] r222746 - R600/SI: Disable commutativity for MIN/MAX_LEGACY
 
Marek Olšák
- [llvm] r222746 - R600/SI: Disable commutativity for MIN/MAX_LEGACY
 
Marek Olšák
- [PATCH 3/3] R600/SI: Remove isDS InstrMapping, use TSFlags instead
 
Marek Olšák
- [PATCH] Implement variable-sized alloca instrumentation.
 
Maxim Ostapenko
- [PATCH] Model sqrtss as a binary operation with one source	operand tied to the destination (PR14221)
 
Sanjay Patel
- [llvm] r222925 - Enable FeatureFastUAMem for btver2
 
Sanjay Patel
- [PATCH] Enable FeatureFastUAMem for btver2
 
Sanjay Patel
- [PATCH] Enable FeatureFastUAMem for btver2
 
Sanjay Patel
- [PATCH] LazyValueInfo: Actually re-visit partially solved	block-values in solveBlockValue()
 
Pete
- [PATCH] LazyValueInfo: Actually re-visit partially solved	block-values in solveBlockValue()
 
Pete
- [PATCH] [mips][microMIPS] Use call instructions with short delay	slots
 
Phabricator
- [PATCH] [Asan] Pack signal context into a structure
 
Phabricator
- [PATCH] [Sanitizers] Intercept __tls_get_addr() and shmctl() on	FreeBSD
 
Phabricator
- [PATCH] [Msan] Check returning value of DTLS_Get()
 
Phabricator
- [PATCH] [Msan] Exclude non-FreeBSD interceptors on FreeBSD
 
Phabricator
- [PATCH] [Asan] Fix the heavy_uar_test.cc test to pass on FreeBSD
 
Phabricator
- [PATCH] [Msan] Fix some interceptors to pass initialization on	FreeBSD
 
Phabricator
- [PATCH] [Msan] Generalize mapping facilities to add FreeBSD	support
 
Phabricator
- [PATCH] [InstCombine] Minor optimization for bswap with binary ops
 
Simon Pilgrim
- [PATCH] [X86][SSE] Improvements to byte shift shuffle matching
 
Simon Pilgrim
- [llvm] r222796 - [X86][SSE] Improvements to byte shift shuffle	matching
 
Simon Pilgrim
- [PATCH] [X86][SSE] Improvements to byte shift shuffle matching
 
Simon Pilgrim
- [llvm] r222960 - Target triple OS detection tidyup. NFC
 
Simon Pilgrim
- [PATCH] [X86][SSE] Keep 4i32 vector insertions in integer domain on	SSE4.1 targets
 
Simon Pilgrim
- [PATCH] [ASan] Allow the users of SymbolizationLoop to make use	of the -dsym_hint option in llvm-symbolizer
 
Alexander Potapenko
- [PATCH] [ASan, LSan] Improve tracking of thread creation.
 
Alexander Potapenko
- Remove redundant checks added by loop unrolling
 
Benjamin Poulain
- [PATCH] mips: add synci instruction
 
Amaury Pouly
- [PATCH] mips: add synci instruction
 
Amaury Pouly
- [PATCH] mips: add synci instruction
 
Amaury Pouly
- [PATCH] [lld] ELF: Initial implementation for ARM static linking
 
Denis Protivensky
- [PATCH] [lld] ELF: Initial implementation for ARM static linking
 
Denis Protivensky
- [PATCH] [lld] ELF: Initial implementation for ARM static linking
 
Denis Protivensky
- [PATCH] [ELF]: Initial implementation for ARM static linking
 
Denis Protivensky
- [PATCH] [ELF]: Initial implementation for ARM static linking
 
Denis Protivensky
- [PATCH] ARM: Add support for ARM modified immediate syntax - Take 3
 
Asiri Rathnayake
- [PATCH] ARM: Add support for ARM modified immediate syntax - Take	3
 
Asiri Rathnayake
- [PATCH] ARM: Add support for ARM modified immediate syntax - Take	3
 
Asiri Rathnayake
- [PATCH] Clarify wording in the LangRef around !invariant.load
 
Philip Reames
- [PATCH] Factor check for the assume intrinsic out of checks in	computeKnownBitsFromAssume
 
Philip Reames
- [llvm] r222700 - Clarify wording in the LangRef around !invariant.load
 
Philip Reames
- [PATCH] Clarify wording in the LangRef around !invariant.load
 
Philip Reames
- [llvm] r222707 - Incorporate review comments from r221742
 
Philip Reames
- [llvm] r221742 - Extend intrinsic name mangling to support arrays,	named structs, and function types.
 
Philip Reames
- [llvm] r222709 - Factor check for the assume intrinsic out of checks	in computeKnownBitsFromAssume
 
Philip Reames
- [PATCH] Factor check for the assume intrinsic out of checks in	computeKnownBitsFromAssume
 
Philip Reames
- [PATCH] Statepoint infrastructure for garbage collection
 
Philip Reames
- [PATCH] InstCombine: simplify signed range checks
 
Philip Reames
- Patch: StackMap: Use IndirectMemRefOp more.
 
Philip Reames
- Patch: StackMap: Use IndirectMemRefOp more.
 
Philip Reames
- [llvm] r222722 - [FastISel][AArch64] Fix and extend the tbz/tbnz	pattern matching.
 
Juergen Ributzka
- [PATCH] [SwitchLowering] Handle multiple destinations on	condensed case stmts
 
Juergen Ributzka
- [PATCH] [FastIsel][X86] Fix invalid register replacement for bool	args
 
Juergen Ributzka
- [llvm] r222671 - More long path name support on Windows,	this time in program execution.
 
Paul Robinson
- [PATCH] PR21563: More Windows long-path support
 
Robinson, Paul
- [PATCH] Fix Windows build
 
Robinson, Paul
- [PATCH] Fix Windows build
 
Robinson, Paul
- [PATCH] Fix Windows build
 
Robinson, Paul
- [PATCH] Fix Windows build
 
Robinson, Paul
- [PATCH] Restore X86 base pointer after call to llvm.eh.sjlj.setjmp
 
Arch D. Robison
- [PATCH] Link jumptable attributes consistently with unnamed_addr
 
Tom Roeder
- [llvm] r222677 - [AArch64] Fix clobber computation in	A57LoadBalancing pass.
 
Chad Rosier
- [llvm] r222771 - [Hexagon] Replacing cmp* instructions with ones	that contain encoding bits.
 
Chad Rosier
- [PATCH] [Sanitizers] Intercept __tls_get_addr() and shmctl() on	FreeBSD
 
Alexey Samsonov
- [PATCH] Improvements for asan deactivated mode: disable asan	activation for runtime library on Linux, disable malloc checks.
 
Alexey Samsonov
- [PATCH] [Asan] Pack signal context into a structure
 
Alexey Samsonov
- [PATCH] Simplify Symbolizer::SymbolizePC() interface.
 
Alexey Samsonov
- [compiler-rt] r222699 - [TSan] Deflake test
 
Alexey Samsonov
- [PATCH] [ASan] Fix leak tests on 64-bit targets other than x86-64	(take two)
 
Alexey Samsonov
- [PATCH] [Sanitizer][MIPS] internal_stat for mips64
 
Alexey Samsonov
- [PATCH] [lsan] [mips] adding support of lsan for mips64/mips64el	arch
 
Alexey Samsonov
- [PATCH] [Msan] Exclude non-FreeBSD interceptors on FreeBSD
 
Alexey Samsonov
- [PATCH] [Sanitizer][MIPS] internal_stat for mips64
 
Alexey Samsonov
- [compiler-rt] r222800 - [ASan] Fix typo in test
 
Alexey Samsonov
- [PATCH] [Asan] Fix the heavy_uar_test.cc test to pass on FreeBSD
 
Alexey Samsonov
- [PATCH] [TSan][MIPS] Adding support for MIPS64
 
Alexey Samsonov
- [compiler-rt] r222803 - [Sanitizer] Bump kMaxPathLength to 4096 and	use it more extensively instead of hardcoded constants
 
Alexey Samsonov
- [PATCH] Simplify Symbolizer::SymbolizePC() interface.
 
Alexey Samsonov
- [PATCH] Simplify Symbolizer::SymbolizePC() interface.
 
Alexey Samsonov
- [PATCH] [compiler-rt] Implement AddressSanitizer suppressions
 
Alexey Samsonov
- [PATCH] [compiler-rt] Implement AddressSanitizer suppressions
 
Alexey Samsonov
- [PATCH] Simplify Symbolizer::SymbolizePC() interface.
 
Alexey Samsonov
- [PATCH] [UBSan][MIPS] Adding support for MIPS64
 
Alexey Samsonov
- [PATCH] [compiler-rt] Add a HasSuppressionType method into	SuppressionContext
 
Alexey Samsonov
- [PATCH] [Sanitizer][MIPS] internal_stat for mips64
 
Alexey Samsonov
- [PATCH] mips: add synci instruction
 
Daniel Sanders
- [PATCH] mips: add synci instruction
 
Daniel Sanders
- [llvm] r222899 - [mips] Add synci instruction.
 
Daniel Sanders
- [PATCH] mips: add synci instruction
 
Daniel Sanders
- [llvm] r222740 - Change the test case file to use FileCheck instead	of grep. NFC.
 
Suyog Sarda
- [llvm] r222876 - Use FileCheck instead of grep. Change by Sonam.
 
Suyog Sarda
- [llvm] r222879 - Use FileCheck instead of grep. Change by Ankur Garg.
 
Suyog Sarda
- [PATCH] [PowerPC] Fix unwind info with dynamic stack realignment
 
Will Schmidt
- [PATCH] [PowerPC] Fix unwind info with dynamic stack realignment
 
Will Schmidt
- [PATCH] [PowerPC] Add Power8 Instruction Scheduling Tablegen
 
Will Schmidt
- [PATCH] Implement variable-sized alloca instrumentation.
 
Kostya Serebryany
- [compiler-rt] r222675 - [asan/coverage] change the way asan coverage	instrumentation is done: instead of setting the guard to 1 in the	generated	code, pass the pointer to guard to __sanitizer_cov and set it there. No	user-visible functionality change expected
 
Kostya Serebryany
- [llvm] r222675 - [asan/coverage] change the way asan coverage	instrumentation is done: instead of setting the guard to 1 in the	generated	code, pass the pointer to guard to __sanitizer_cov and set it there. No	user-visible functionality change expected
 
Kostya Serebryany
- [PATCH] Implement variable-sized alloca instrumentation.
 
Kostya Serebryany
- [PATCH] [Sanitizer][MIPS] internal_stat for mips64
 
Kostya Serebryany
- [PATCH] [Msan] Check returning value of DTLS_Get()
 
Kostya Serebryany
- [PATCH] [lld] ELF: Use ELF reloc .def files to reduce duplication
 
Sean Silva
- [PATCH] Add ARM relocations to ELFYAML
 
Sean Silva
- [llvm] r222720 - Add an interesting test that we already get	right. NFC.
 
Sean Silva
- [llvm] r222720 - Add an interesting test that we already get	right. NFC.
 
Sean Silva
- [PATCH] [lld] ELF: Use ELF reloc .def files to reduce duplication
 
Sean Silva
- [lld] r222799 - [PECOFF] Properly close a file descriptor.
 
Sean Silva
- [lld] r222777 - [PECOFF] Ignore /maxilkfile option.
 
Sean Silva
- [llvm] r222727 - Fix overly aggressive type merging.
 
Sean Silva
- LVM buildmaster will be restarted today after 6 PM Pacific
 
Sean Silva
- [llvm] r222855 - Add a small "usage:" comment at the top of not.cpp
 
Sean Silva
- [PATCH] Fix Windows build
 
Sean Silva
- [PATCH] GVN: Don't crash on an unreachable predecessor
 
Duncan Exon Smith
- [llvm] r222727 - Fix overly aggressive type merging.
 
Duncan P. N. Exon Smith
- [llvm] r222727 - Fix overly aggressive type merging.
 
Duncan P. N. Exon Smith
- [llvm] r222895 - Revert "Fix overly aggressive type merging."
 
Duncan P. N. Exon Smith
- [llvm] r222727 - Fix overly aggressive type merging.
 
Duncan P. N. Exon Smith
- [PATCH] Ensure debug info for two calls to the same function from	the same location are not merged
 
Duncan P. N. Exon Smith
- [llvm] r222936 - Revert "Masked Vector Load and Store Intrinsics."
 
Duncan P. N. Exon Smith
- [llvm] r222632 - Masked Vector Load and Store Intrinsics.
 
Duncan P. N. Exon Smith
- [llvm] r222935 - Simplify some more ownership using	forward_list<T> rather than vector<unique_ptr<T>>
 
Duncan P. N. Exon Smith
- [llvm] r222943 - Revert "Simplify some more ownership using	forward_list<T> rather than vector<unique_ptr<T>>"
 
Duncan P. N. Exon Smith
- [llvm] r222935 - Simplify some more ownership using	forward_list<T> rather than vector<unique_ptr<T>>
 
Duncan P. N. Exon Smith
- [PATCH] GVN: Don't crash on an unreachable predecessor
 
Duncan P. N. Exon Smith
- [llvm] r222644 - Support: Add *cast_or_null<> for pointer wrappers
 
Duncan P. N. Exon Smith
- [PATCH] DebugIR: Delete old debug info instead of updating it
 
Duncan P. N. Exon Smith
- [PATCH] DebugIR: Delete -debug-ir
 
Duncan P. N. Exon Smith
- [llvm] r222945 - DebugIR: Delete -debug-ir
 
Duncan P. N. Exon Smith
- [llvm] r222946 - DebugIR: Remove empty directories from SVN
 
Duncan P. N. Exon Smith
- [PATCH] DebugIR: Delete -debug-ir
 
Duncan P. N. Exon Smith
- [llvm] r222936 - Revert "Masked Vector Load and Store Intrinsics."
 
Duncan P. N. Exon Smith
- [llvm] r222808 - Try to make the modules buildbot happy again.
 
Richard Smith
- [llvm] r222759 - Mark as explicit failing on x86-64 -- small memory	model doesn't agree
 
Joerg Sonnenberger
- [llvm] r222760 - Reapply 222538 and update tests to explicitly	request small code model
 
Joerg Sonnenberger
- [llvm] r222767 - Small model and JIT generally don't go well with	each other.
 
Joerg Sonnenberger
- [llvm] r222767 - Small model and JIT generally don't go well	with each other.
 
Joerg Sonnenberger
- [llvm] r222760 - Reapply 222538 and update tests to explicitly	request small code model
 
Joerg Sonnenberger
- [llvm] r222760 - Reapply 222538 and update tests to explicitly	request small code model
 
Joerg Sonnenberger
- [llvm] r222897 - Commit back the correct bits of r222760 (was	r222538).
 
Joerg Sonnenberger
- [llvm] r222897 - Commit back the correct bits of r222760 (was	r222538).
 
Joerg Sonnenberger
- [llvm] r222897 - Commit back the correct bits of r222760 (was	r222538).
 
Joerg Sonnenberger
- [PATCH] Prologue support
 
Joerg Sonnenberger
- [PATCH] [mips][microMIPS] Implement disassembler support for	16-bit instructions
 
Sasa Stankovic
- [PATCH] [mips][microMIPS] Implement LBU16, LHU16, LW16, SB16,	SH16 and SW16 instructions
 
Sasa Stankovic
- [PATCH] [mips][microMIPS] Fix JRADDIUSP instruction
 
Sasa Stankovic
- [PATCH] [mips][microMIPS] Implement disassembler support for	16-bit instructions LBU16, LHU16, LW16, SB16, SH16 and SW16
 
Sasa Stankovic
- [PATCH] [mips][microMIPS] Implement disassembler support for	16-bit instructions LBU16, LHU16, LW16, SB16, SH16 and SW16
 
Sasa Stankovic
- [PATCH] Add disassembler support for micromips16 andi16, addiusp,	jraddiusp instructions.
 
Sasa Stankovic
- [PATCH] [mips][microMIPS] Implement disassembler support for	16-bit instructions LI16, ADDIUR1SP, ADDIUR2 and ADDIUS5
 
Sasa Stankovic
- [PATCH] [mips][microMIPS] Implement disassembler support for	16-bit instructions LI16, ADDIUR1SP, ADDIUR2 and ADDIUS5
 
Sasa Stankovic
- [PATCH] Add disassembler support for micromips16 andi16, addiusp,	jraddiusp instructions.
 
Sasa Stankovic
- [PATCH] [mips][microMIPS] Implement LWSP and SWSP instructions
 
Sasa Stankovic
- [PATCH] [mips][microMIPS] Implement NOP aliases
 
Sasa Stankovic
- [llvm] r222801 - Replace neverHasSideEffects=1 with	hasSideEffects=0 in all .td files.
 
Tom Stellard
- [PATCH 3/3] R600/SI: Remove isDS InstrMapping, use TSFlags instead
 
Tom Stellard
- [PATCH] StructurizeCFG: Use LoopInfo analysis for better loop	detection
 
Tom Stellard
- [PATCH 2/5] Triple: Add AMDHSA operating system type
 
Tom Stellard
- AliasSet fixes proposed for 3.5.1
 
Tom Stellard
- Fwd: LoopVectorize fixes proposed for 3.5.1
 
Tom Stellard
- IndVarSimplify fixes proposed for 3.5.1
 
Tom Stellard
- [PATCH] C API: Add LLVMSetTargetMachineShowMCEncoding()
 
Tom Stellard
- [PATCH] Improvements for asan deactivated mode: disable asan	activation for runtime library on Linux, disable malloc checks.
 
Evgeniy Stepanov
- [zorg] r222657 - Trying fixing MSan bootstrap by setting both LDFLAGS	and CMAKE_EXE_LINKER_FLAGS.
 
Evgeniy Stepanov
- [zorg] r222663 - Sanitizer bot: add msan to msan/stage2 LDFLAGS.
 
Evgeniy Stepanov
- [zorg] r222744 - Yet another attempt to fix MSan bootstrap bot.
 
Evgeniy Stepanov
- [compiler-rt] r222762 - [msan] Remove leftover MSanDR bits in tests.
 
Evgeniy Stepanov
- [llvm] r222763 - [msan] Annotate zlib functions for MemorySanitizer.
 
Evgeniy Stepanov
- [PATCH] [asan] Change dynamic alloca instrumentation to only	consider allocas that are dominating all exits from function.
 
Evgeniy Stepanov
- [PATCH] [Msan] Exclude non-FreeBSD interceptors on FreeBSD
 
Evgeniy Stepanov
- [zorg] r222824 - Sanitizer bot: disable h/w accel on the android	emulator.
 
Evgeniy Stepanov
- [llvm] r222828 - Add missing "override".
 
Evgeniy Stepanov
- [compiler-rt] r222835 - [asan] Disable preload tests on Android.
 
Evgeniy Stepanov
- [zorg] r222836 - [asan] Switch asan-android tests from arm to armv7.
 
Evgeniy Stepanov
- [zorg] r222870 - Fix sanitizer bot by making "armv7" part of the	target triple.
 
Evgeniy Stepanov
- [PATCH] [Sanitizers] Intercept snprintf_l() on FreeBSD
 
Evgeniy Stepanov
- [PATCH] [Msan] Generalize mapping facilities to add FreeBSD	support
 
Evgeniy Stepanov
- [PATCH] [Msan] Fix some interceptors to pass initialization on	FreeBSD
 
Evgeniy Stepanov
- [PATCH] [Msan] Fix some interceptors to pass initialization on	FreeBSD
 
Evgeniy Stepanov
- [llvm] r222872 - Peephole optimization in switch table lookup:	reuse the guarding table comparison if possible.
 
Evgeniy Stepanov
- [zorg] r222880 - Suppress asan stage2 test failures on the	sanitizer-bootstrap bot.
 
Evgeniy Stepanov
- [zorg] r222881 - Really disable ASan-UAR on the sanitizer bootstrap	bot.
 
Evgeniy Stepanov
- [PATCH] [Compiler-rt][Sanitizer][MSan][i386] Adding support for	i386
 
Evgeniy Stepanov
- [PATCH] [Compiler-rt][Sanitizer][MSan][i386] Adding support for	i386
 
Evgeniy Stepanov
- [zorg] r222883 - Make check-llvm failure in the msan bootstrap build	non-fatal.
 
Evgeniy Stepanov
- [PATCH] [Msan] Generalize mapping facilities to add FreeBSD	support
 
Evgeniy Stepanov
- [PATCH] [MSan][LLVM][MIPS] Shadow and Origin offsets for MIPS
 
Evgeniy Stepanov
- [llvm] r222889 - [msan] Remove indirect call wrapping code.
 
Evgeniy Stepanov
- [zorg] r222914 - sanitizer-bootstrap bot: make ubsan failures	non-fatal
 
Evgeniy Stepanov
- [compiler-rt] r222915 - [asan] Remove the local copy of Android	ucontext.h.
 
Evgeniy Stepanov
- [compiler-rt] r222918 - [msan] Fix origin propagation for select of	floats.
 
Evgeniy Stepanov
- [llvm] r222918 - [msan] Fix origin propagation for select of floats.
 
Evgeniy Stepanov
- [PATCH] [MSan][LLVM][MIPS] Shadow and Origin offsets for MIPS
 
Evgeniy Stepanov
- [PATCH] [lsan] [mips] adding support of lsan for mips64/mips64el	arch
 
Kumar Sukhani
- [PATCH] [DFSAN][MIPS] adding support of DFSAN for MIPS64
 
Kumar Sukhani
- [llvm] r222869 - Add LLVMObject to LLVMExecutionEngine.
 
NAKAMURA Takumi
- [PATCH] [TSan][MIPS] Adding support for MIPS64
 
Sagar Thakur
- [PATCH] [UBSan][MIPS] Adding support for MIPS64
 
Sagar Thakur
- [llvm] r222650 - Replace a comment that says 'unreachable' with	llvm_unreachable in TableGen AsmWriter output.
 
Craig Topper
- [llvm] r222778 - Remove space before tab in all AVX512 mnemonic	strings.
 
Craig Topper
- [llvm] r222779 - Move a vector instead of copying it.
 
Craig Topper
- [llvm] r222780 - Remove unused MaxSize variable.
 
Craig Topper
- [llvm] r222781 - Remove dead code.
 
Craig Topper
- [llvm] r222782 - Use range-based for loops.
 
Craig Topper
- [llvm] r222783 - Remove unncessary check for Int_* and *_Int in	AsmMatcherEmitter. These are all marked isCodeGenOnly these days.
 
Craig Topper
- [llvm] r222801 - Replace neverHasSideEffects=1 with hasSideEffects=0	in all .td files.
 
Craig Topper
- [llvm] r222809 - Remove neverHasSideEffects support from TableGen	CodeGenInstruction. Everyone should use hasSideEffects now.
 
Craig Topper
- [llvm] r222908 - Use range-based for loops and const-correct a few	things.
 
Craig Topper
- [llvm] r222909 - Use unique_ptr to fix some memory leaks in Tablegen	AsmMatcherEmitter.
 
Craig Topper
- [llvm] r222911 - Add missing 'override' keyword.
 
Craig Topper
- [llvm] r222912 - Fix another memory leak in TableGen AsmMatcher by	deleting CodeGenInstAliases.
 
Craig Topper
- [llvm] r222929 - Use unique_ptr to simplify deletion.
 
Craig Topper
- [llvm] r222930 - Fix a few memory leaks in CodeGenRegBank.
 
Craig Topper
- [llvm] r222935 - Simplify some more ownership using	forward_list<T> rather than vector<unique_ptr<T>>
 
Craig Topper
- [llvm] r222947 - Use unique_ptr to remove some explicit deletes on	some	error case returns. At least one spot of weird ownership passing that	needs some future cleanup.
 
Craig Topper
- [llvm] r222948 - Make RecordKeeper::addClass/addDef take unique_ptrs	instead of creating one internally.
 
Craig Topper
- [llvm] r222955 - Remove 'else' after 'return'. Fix formatting of a	'switch' statement.
 
Craig Topper
- [llvm] r222957 - Replace std::map<K, V*> with std::map<K,	V> to handle ownership and deletion of the values.
 
Craig Topper
- [llvm] r222965 - Make MultiClass::DefPrototypes own their Records to	fix memory leaks.
 
Craig Topper
- [llvm] r222966 - Use an unsigned type because there seems to be no	reason for it to be signed.
 
Craig Topper
- [llvm] r222970 - Revert r222965 "Make MultiClass::DefPrototypes	own their Records to fix memory leaks."
 
Craig Topper
- [llvm] r222971 - Revert r222957 "Replace std::map<K,	V*> with std::map<K, 	V> to handle ownership and deletion of the values."
 
Craig Topper
- [llvm] r222971 - Revert r222957 "Replace std::map<K, V*> with	std::map<K, V> to handle ownership and deletion of the values."
 
Craig Topper
- [PATCH] Clarify wording in the LangRef around !invariant.load
 
Andrew Trick
- [PATCH] Clarify wording in the LangRef around !invariant.load
 
Andrew Trick
- IndVarSimplify fixes proposed for 3.5.1
 
Andrew Trick
- [PATCH] [ARM] ARM attribute parser incorrectly handles	CPU_arch_profile
 
Charlie Turner
- [llvm] r222743 - Correctly handle Tag_CPU_arch_profile.
 
Charlie Turner
- [PATCH] [ARM] ARM attribute parser incorrectly handles	CPU_arch_profile
 
Charlie Turner
- [PATCH] [ARM] Stop the LLVM ELF streamer uppercasing NTBS data in	build attributes.
 
Charlie Turner
- [llvm] r222882 - Stop uppercasing build attribute data.
 
Charlie Turner
- [PATCH] [ARM] Stop the LLVM ELF streamer uppercasing NTBS data in	build attributes.
 
Charlie Turner
- [PATCH] [ARM] More rigorous testing of build attribute	encoding/decoding
 
Charlie Turner
- [PATCH] [ARM] Emit Tag_ABI_FP_denormal correctly in fast-math mode.
 
Charlie Turner
- [llvm] r222917 - Test all <build attribute, value> pairs.
 
Charlie Turner
- [PATCH] [ARM] More rigorous testing of build attribute	encoding/decoding
 
Charlie Turner
- [PATCH] Refactor functions with multiple exit points.
 
Charlie Turner
- [llvm] r222920 - Fix wrong encoding of MRSBanked.
 
Charlie Turner
- [PATCH] Fix wrong encoding of MRSBanked.
 
Charlie Turner
- [PATCH] Add ARM ERET and HVC virtualisation extension	instructions.
 
Charlie Turner
- [PATCH] Add post-decode checking of HVC instruction.
 
Charlie Turner
- [PATCH] Add Thumb HVC and ERET virtualisation extension	instructions.
 
Charlie Turner
- [PATCH] [ARM] Emit Tag_ABI_FP_denormal correctly in fast-math	mode.
 
Charlie Turner
- [PATCH] Initial contribution of llgo, a Go frontend
 
Rui Ueyama
- [lld] r222773 - [PECOFF] Create an empty PDB file if debug option is	enabled.
 
Rui Ueyama
- [lld] r222777 - [PECOFF] Ignore /maxilkfile option.
 
Rui Ueyama
- [lld] r222799 - [PECOFF] Properly close a file descriptor.
 
Rui Ueyama
- [lld] r222799 - [PECOFF] Properly close a file descriptor.
 
Rui Ueyama
- [lld] r222799 - [PECOFF] Properly close a file descriptor.
 
Rui Ueyama
- [lld] r222802 - Use SafelyCloseFileDescriptor instead of close.
 
Rui Ueyama
- [llvm] r222852 - Object/COFF: Fix off-by-one error for object having	lots of relocations
 
Rui Ueyama
- [PATCH] Initial contribution of llgo, a Go frontend
 
Rui Ueyama
- [lld] r222799 - [PECOFF] Properly close a file descriptor.
 
Rui Ueyama
- [lld] r222777 - [PECOFF] Ignore /maxilkfile option.
 
Rui Ueyama
- [PATCH 2/3] SelectionDAG: Add KnownBits and SignBits	computation for EXTRACT_ELEMENT
 
Jan Vesely
- [PATCH] Simplify Symbolizer::SymbolizePC() interface.
 
Dmitry Vyukov
- [PATCH][ARM] Add support for ARM virtualization instructions.
 
Matthew Wahab
- [llvm] r222672 - [PowerPC] Fix PR 21652 - copy st_other bits on symbol	assignment
 
Ulrich Weigand
- [PATCH] [PowerPC] Fix unwind info with dynamic stack realignment
 
Ulrich Weigand
- [PATCH] LazyValueInfo: Actually re-visit partially solved	block-values in solveBlockValue()
 
Hans Wennborg
- [llvm] r215343 - In LVI(Lazy Value Info), originally value on a	BB can only be caculated once,
 
Hans Wennborg
- [PATCH] LazyValueInfo: Actually re-visit partially solved	block-values in solveBlockValue()
 
Hans Wennborg
- [www] r222713 - Update Win snapshot to r222681
 
Hans Wennborg
- [llvm] r222768 - LazyValueInfo: Actually re-visit partially solved	block-values in solveBlockValue()
 
Hans Wennborg
- [PATCH] LazyValueInfo: Actually re-visit partially solved	block-values in solveBlockValue()
 
Hans Wennborg
- [llvm] r220138 - [InstCombine] Do an about-face on how LLVM	canonicalizes (cast (load
 
Hans Wennborg
- [llvm] r222772 - Remove useless rdar:// comment from	switch_to_lookup_table.ll test.
 
Hans Wennborg
- [PATCH] peephole optimization in switch table lookup: reuse the	guarding table comparison if possible
 
Hans Wennborg
- [llvm] r220138 - [InstCombine] Do an about-face on how LLVM	canonicalizes (cast (load
 
Hans Wennborg
- [llvm] r220138 - [InstCombine] Do an about-face on how LLVM	canonicalizes (cast (load
 
Hans Wennborg
- [PATCH] peephole optimization in switch table lookup: reuse the	guarding table comparison if possible
 
Hans Wennborg
- [llvm] r222961 - Switch lowering: Fix broken 'Figure out which block	is next' code
 
Hans Wennborg
- [llvm] r222962 - Switch lowering: reformat some for loops etc. NFC
 
Hans Wennborg
- [llvm] r222967 - Speculatively qualify some llvm::make_unique calls	trying to please MSVC
 
Hans Wennborg
- [llvm] r222968 - Qualify one more make_unique call.
 
Hans Wennborg
- [llvm] r222970 - Revert r222965 "Make MultiClass::DefPrototypes own	their Records to fix memory leaks."
 
Hans Wennborg
- [PATCH] Initial contribution of llgo, a Go frontend
 
Andrew Wilkins
- [PATCH] [NVPTX] Do not emit .weak symbols for NVPTX
 
Jingyue Wu
- [PATCH] [NVPTX] Do not emit .weak symbols for NVPTX
 
Jingyue Wu
- [PATCH] Do not incorrectly set the inverted flag.
 
Hongbin Zheng
- [polly] r222907 - Do not incorrectly set the inverted flag.
 
Hongbin Zheng
- [PATCH] Do not incorrectly set the inverted flag.
 
Hongbin Zheng
- [PATCH] [OCaml] [cmake] Add CMake buildsystem for OCaml.
 
Peter Zotov
- [PATCH] Factor check for the assume intrinsic out of checks in	computeKnownBitsFromAssume
 
hfinkel at anl.gov
- [PATCH] Scalarizer for masked vector intrinsics
 
hfinkel at anl.gov
- [PATCH] [PowerPC] Add Power8 Instruction Scheduling Tablegen
 
hfinkel at anl.gov
- [PATCH] [LICM] Store sink and indirectbr instructions
 
hfinkel at anl.gov
- [PATCH] [PowerPC] Fix unwind info with dynamic stack realignment
 
hfinkel at anl.gov
- [PATCH] Sink store based on alias analysis
 
hfinkel at anl.gov
- [PATCH] [PowerPC] Fix unwind info with dynamic stack realignment
 
hfinkel at anl.gov
- [llvm] r222039 - Reapply r221924: "[GVN] Perform Scalar PRE	on	gep indices that feed loads before
 
bmakam at codeaurora.org
- [PATCH] Adding const_iterator to MCInst
 
colinl at codeaurora.org
- [PATCH] Beginning of alloca implementation for Mips fast-isel
 
reed kotler
- [PATCH] Removal Of Duplicate Test Cases and Addition of Check	Statements
 
sonam kumari
- [PATCH] Removal Of Duplicate Test Cases
 
sonam kumari
- [PATCH] Removal Of Duplicate Test Cases
 
sonam kumari
- [PATCH] Removal Of Duplicate Test Cases and Addition of Check	Statements
 
sonam kumari
- [PATCH] Added Missing Check Statements for "apint-select.ll" file.
 
sonam kumari
- [PATCH] Added Check Statements for "not.ll & not-fcmp.ll" files.
 
sonam kumari
- [PATCH] Added Check Statements for "not.ll & not-fcmp.ll" files.
 
sonam kumari
- [PATCH] [xor.ll] Added Missing Check Statements for test cases
 
suyog
- [PATCH] [xor.ll] Added Missing Check Statements for test cases
 
suyog
- [PATCH] [xor.ll] Added Missing Check Statements for test cases
 
suyog
- [PATCH] Added Missing Check Statements for "apint-select.ll" file.
 
suyog
- [PATCH] [and-compare.ll] [and-xor-merge.ll] Added Check	Statements for test cases
 
suyog
- [PATCH] Added Check Statements for "not.ll & not-fcmp.ll" files.
 
suyog
- [PATCH] Added Check Statements for "not.ll & not-fcmp.ll" files.
 
suyog
- [PATCH] [and-compare.ll] [and-xor-merge.ll] Added Check	Statements for test cases
 
suyog
- New Solution for memory leak in tblgen
 
wuhui1973
    
      Last message date: 
       Sun Nov 30 23:30:43 PST 2014
    Archived on: Tue Aug  4 17:12:02 PDT 2015
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).