The Week Of Monday 5 January 2015 Archives by thread
Starting: Mon Jan 5 00:18:53 PST 2015
Ending: Sun Jan 11 22:12:29 PST 2015
Messages: 1087
- [llvm] r225151 - [X86] Remove unused operand type from disassembler handling. NFC
Craig Topper
- [llvm] r225152 - [X86] Fix the immediate size to match the address size in the operand types for the move to/from absolute memory instructions.
Craig Topper
- [llvm] r225153 - [x86] Reduce text duplication for similar operand class declarations in tablegen instruction info. No functional change intended.
Craig Topper
- [llvm] r225154 - [X86] Remove a strange fixme referring to a hack that doesn't seem to exist since the code is in a comment. Can't figure out what the body of the 'if' was supposed to be anyway.
Craig Topper
- [llvm] r225155 - [X86] Remove unnecessary redeclaration of a variable with the same assignment as the beginning of the function. NFC.
Craig Topper
- [llvm] r225156 - [X86] Simplify code a little by just summing flags instead of conditionally incrementing. NFC
Craig Topper
- [llvm] r225157 - [X86] Remove the predicates from the register forms of the 2-byte inc and dec instructions. Remove the 32-bit mode only versions that existed for the disassembler. Move the patterns out of the instructions so they can still be qualified with predicates.
Craig Topper
- [llvm] r225158 - Convert SmallMapVector from a class to a struct.
Michael Gottesman
- [llvm] r225054 - Add a SmallMapVector class that is a MapVector with a Map of SmallDenseMap and a Vector of SmallVector.
Michael Gottesman
- [PATCH] [PATCH] Fix a bug about memory dependence checking in loop vectorization
Jiangning Liu
- [PATCH] [ASan] Fix stack-overflow.cc test on PowerPC64 Linux
Jay Foad
- [PATCH] [AVX-512] - Add FMA instruction with Rounding mode
Asaf Badouh
- [PATCH] [X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
- [llvm] r225159 - Fixed a bug in memory dependence checking module of loop vectorization. The following loop should not be vectorized with current algorithm.
Jiangning Liu
- [llvm] r225160 - Replace several 'assert(false' with 'llvm_unreachable' or fold a condition into the assert.
Craig Topper
- [PATCH] [AArch64] Select lower sub, abs pattern to sabd on AArch64
Karthik Bhat
- [PATCH] [AArch64] Select lower fsub, fabs pattern to fabd on AArch64
Karthik Bhat
- [PATCH] [AArch64] Improve codegen of store lane instructions by avoiding GPR usage
James Molloy
- [PATCH] [AArch64] Improve codegen of store lane 0 instructions by directly storing the subregister.
James Molloy
- [PATCH] X86: Work around a bfd ld quirk wrt GOTTPOFF relocation processing
David Majnemer
- [PATCH] [SLPVectorization] Vectorize flat addition in a single tree (+(+(+ v1 v2) v3) v4)
James Molloy
- [PATCH] [lld] ELF: Support detection of relocation errors during processing
Will Newton
- [PATCH] [ARM] Correct POP reglist handling
Jyoti Allur
- [llvm] r225162 - [PM] Add names and debug logging for analysis passes to the new pass
Chandler Carruth
- [llvm] r225163 - [PM] Don't run the machinery of invalidating all the analysis passes
Chandler Carruth
- [llvm] r225164 - Fix broken test from r225159.
Michael Kuperstein
- [llvm] r225165 - Select lower sub,abs pattern to sabd on AArch64
Karthik Bhat
- [llvm] r225166 - Emit the build attribute Tag_conformance.
Charlie Turner
- [PATCH] [ARM] Emit Tag_conformance.
Charlie Turner
- [PATCH] Remove dead code and unused file
Jean-Daniel Dupas
- [llvm] r225167 - Parse Tag_compatibility correctly.
Charlie Turner
- [PATCH] [ARM] Parse Tag_compatibility correctly.
Charlie Turner
- [PATCH] [ARM] Add missing Tag_DIV_use tests.
Charlie Turner
- [llvm] r225169 - Select lower fsub,fabs pattern to fabd on AArch64
Karthik Bhat
- [llvm] r225171 - llvm/test/lit.cfg: have_ld_plugin_support(): Use decode() for stdout.
NAKAMURA Takumi
- [PATCH] [ARM] Fix BXJ is undefined in AArch32.
Charlie Turner
- [www] r225172 - Make Euro LLVM 2015 announcement visible
Tobias Grosser
- [www] r225173 - The LLVM-HPC workshop is over
Tobias Grosser
- [www] r225174 - Clarify that this is the list of previous events
Tobias Grosser
- [www] r225175 - Add LLVM CGO tutorial to upcoming events
Tobias Grosser
- [www] r225176 - Fix HTML
Tobias Grosser
- [www] r225177 - Fix HTML II
Tobias Grosser
- [www] r225178 - Add some locations
Tobias Grosser
- [www] r225179 - eurollvm: It is indeed in 2015
Tobias Grosser
- [PATCH] Fix hardcoded stack probe space
Andrew H
- [PATCH] Convert fcmp with 0.0 from casted integers to icmp
Matt Arsenault
- Fw: [PATCH] Fw: [LLVMdev] More FMA folding opportunities
Olivier H Sallenave
- [PATCH] Check isTypeDesirableForOp before replacing mulhu/mulhs
Matt Arsenault
- [PATCH] [ARM] Fix large stack alignment codegen bug for ARM and Thumb2 targets
Kristof Beyls
- [PATCH] [mips][microMIPS] Implement BEQZ16 and BNEZ16 instructions
Jozef Kolek
- [PATCH] Add UnitTest to test-suite to check correct handling of large stack alignments
Kristof Beyls
- [llvm] r225181 - [AArch64] Improve codegen of store lane 0 instructions by directly storing the subregister.
Ahmed Bougacha
- [PATCH] Ensure that TCReturn instructions are resolved
Ben Gamari
- [llvm] r225183 - [AArch64] Improve codegen of store lane instructions by avoiding GPR usage.
Ahmed Bougacha
- Wrong value for sext i1 true in BasicAliasAnalysis
Nicholas White
- [PATCH] Fix use of DemandedMask to NewMask for SIGN_EXTEND_INREG
Nadav Rotem
- [PATCH] [X86] Teach FCOPYSIGN lowering to recognize constant magnitudes.
Ahmed Bougacha
- [PATCH] Create an experimental Windows LLDB Builder
Zachary Turner
- [llvm] r225185 - SymbolRewriter: 80-column
Saleem Abdulrasool
- [llvm] r225186 - SymbolRewriter: use iplist::splice
Saleem Abdulrasool
- [llvm] r225188 - [Hexagon] Adding round reg/imm and bitsplit instructions.
Colin LeMahieu
- [llvm] r225189 - [PowerPC] Remove zexts after byte-swapping loads
Hal Finkel
- [PATCH] [dsymutil] Implement the BinaryHolder object and gain archive support.
Frederic Riss
- [PATCH] R600: Be less strict in some tests.
Matthias Braun
- [PATCH] Make DIE.h a public CodeGen header.
Frédéric Riss
- [llvm] r225131 - [PM] Split the AssumptionTracker immutable pass into two separate APIs:
Philip Reames
- [PATCH] [dwarfdump] Pretty print location expressions and location lists
Frederic Riss
- [PATCH] Move ownership of GCStrategy objects to LLVMContext
Ramkumar Ramachandra
- [PATCH] Introduce an example statepoint GC strategy
Ramkumar Ramachandra
- [llvm] r225192 - [PowerPC] Remove zexts after i32 ctlz
Hal Finkel
- [PATCH] [MIScheduler] Slightly better handling of constrainLocalCopy when both source and dest are local
Quentin Colombet
- [patch] Change the .ll syntax for comdats and add a syntactic sugar
Rafael Espíndola
- [zorg] Proposal: Add options allowing MSVC builds with Clang Cmake Build Factory.
Rick Foos
- [PATCH] Add a helpful assert if LineNo would clobber ArgNo
Eric Christopher
- [llvm] r225197 - [Hexagon] Adding orand, bitsplit reg/reg, and modwrap instructions.
Colin LeMahieu
- [llvm] r225198 - [Hexagon] Adding V4 logic-logic instructions and tests.
Colin LeMahieu
- [llvm] r224940 - [X86] Fix some cases where some 8-bit instructions were marked as being convertible to three address instructions, but aren't really.
Quentin Colombet
- [llvm] r225199 - [Hexagon] Adding V4 bit manipulating instructions, removing ALU defs without encoding bits.
Colin LeMahieu
- [llvm] r225200 - IR: Prune arguments to ValueAsMetadata::ValueAsMetadata()
Duncan P. N. Exon Smith
- [llvm] r225201 - [Hexagon] Adding rounding reg/reg variants, accumulating multiplies, and accumulating shifts.
Colin LeMahieu
- [llvm] r225202 - [X86][SSE] Fixed description for isSequentialOrUndefInRange. NFC.
Simon Pilgrim
- [llvm] r225203 - [PowerPC] Fold i1 extensions with other ops
Hal Finkel
- [llvm] r225204 - [autoconf] Export LLVM_LIBDIR_SUFFIX with empty string in LLVMConfig.cmake. tools/llvm-config is also doing so.
NAKAMURA Takumi
- [llvm] r225205 - [PowerPC] Add another test for load/store with update
Hal Finkel
- [llvm] r225206 - [autoconf] llvm/cmake/modules/Makefile: Make sure to regenerate LLVMConfig.cmake whenever Makefile is updated.
NAKAMURA Takumi
- [llvm] r225207 - [dsymutil] Implement the BinaryHolder object and gain archive support.
Frederic Riss
- [llvm] r225208 - Make DIE.h a public CodeGen header.
Frederic Riss
- [PATCH] Remove i386 .quad workaround for OpenBSD / Bitrig
Rafael Espíndola
- [llvm] r225209 - [PowerPC] Add a test for truncating a shifted load
Hal Finkel
- [llvm] r225210 - [Hexagon] Adding add/sub with carry, logical shift left by immediate and memop instructions. Removing old defs without bits and updating references.
Colin LeMahieu
- [llvm] r225211 - [PowerPC] Remove README.txt entry
Hal Finkel
- [llvm] r225213 - Use the integrated assembler by default on 32-bit PowerPC and SPARC
Brad Smith
- [llvm] r225214 - [PowerPC] Convert a README.txt entry into a better test
Hal Finkel
- [compiler-rt] r225215 - tests: correct builtins test if built under -mthumb on ARM
Saleem Abdulrasool
- [llvm] r225216 - [X86][SSE] lowerVectorShuffleAsByteShift tidyup
Simon Pilgrim
- [llvm] r225217 - [PowerPC] Remove old README.txt entry
Hal Finkel
- [PATCH] merge consecutive stores of extracted vector elements (PR21711)
Sanjay Patel
- [PATCH] Insert random noops to increase security against ROP attacks (llvm)
Stephen Crane
- [PATCH] [Sanitizer] Use COMMON_FLAG macro to describe common runtime flags.
Alexey Samsonov
- [llvm] r225220 - [PowerPC] Fix test to pass on Darwin hosts
Hal Finkel
- [PATCH] fix non-determinism issue in SLP
Daniel Reynaud
- [llvm] r225222 - Revert "Use the integrated assembler by default on 32-bit PowerPC and SPARC"
Duncan P. N. Exon Smith
- [llvm] r225223 - IR: Don't drop MDNode uniquing on null operands
Duncan P. N. Exon Smith
- [PATCH] Colored syntax highlighting for llvm-dwarfdump.
Adrian Prantl
- [compiler-rt] r225226 - Add 64-bit multiply functions to iOS arm64 compiler-rt dylib
Nick Kledzik
- [llvm] r225227 - Remove X86 .quad workaround for buggy GNU assembler on OpenBSD / Bitrig.
Brad Smith
- [llvm] r225228 - Revert r225048: It broke ObjC on AArch64.
Lang Hames
- [compiler-rt] r225230 - [asan/tracing] write the trace using a sequence of internal_write calls instead of just one (otherwise files of > 2Gb are trunkated). Also a minor adjustment to the trace collection.
Kostya Serebryany
- [llvm] r225231 - Rewrite the Mips16HardFloat pass to avoid using the Subtarget.
Eric Christopher
- [llvm] r225232 - Use the same call off of the TargetMachine rather than the subtarget.
Eric Christopher
- [llvm] r225233 - Remove dead variable.
Eric Christopher
- [compiler-rt] r225234 - [ubsan] partially enable -fsanitize-coverage=N with ubsan. It will work as usual in most cases but will not dump coverage on error with -fno-sanitize-recover (that'll be a separate fix)
Kostya Serebryany
- [llvm] r225235 - Add a testcase that would have found the problem in r225048.
Rafael Espindola
- [llvm] r225236 - [PM] Add a utility to the new pass manager for generating a pass which
Chandler Carruth
- [llvm] r225237 - [PM] Move the analysis registry into the Passes.cpp file and provide
Chandler Carruth
- [compiler-rt] r220571 - tsan: support mmap(MAP_32BIT)
Alexey Samsonov
- [llvm] r225238 - [PM] Sink the no-op pass parsing logic into the .def-based registry to
Chandler Carruth
- [compiler-rt] r225239 - [Sanitizer] Use COMMON_FLAG macro to describe common runtime flags.
Alexey Samsonov
- [llvm] r225240 - [PM] Add a collection of no-op analysis passes and switch the new pass
Chandler Carruth
- [PATCH] SelectionDAGBuilder: move constant initialization out of loop
Owen Anderson
- status for week ending Jan 5, 2015
Reed Kotler
- [llvm] r225242 - [X86] Make isel select the shorter form of jump instructions instead of the long form.
Craig Topper
- [llvm] r225243 - [X86] Remove 16-bit and 32-bit offset jump instructions from the AsmParser. We always select the 8-bit size and let the assembler backend relax to the larger size.
Craig Topper
- [llvm] r225245 - [PM] Simplify how we use the registry by including it only once. Still
Chandler Carruth
- [llvm] r225246 - [PM] Add a utility pass template that synthesizes the invalidation of
Chandler Carruth
- [llvm] r225248 - [PowerPC] Improve int_to_fp(fp_to_int(x)) combining
Hal Finkel
- [PATCH[[mips] Add octeon branch instructions bbit0/bbit032/bbit1/bbit132
Kai Nacke
- [llvm] r225249 - [PowerPC] Add some missing names in getTargetNodeName
Hal Finkel
- [llvm] r225250 - X86: Don't make illegal GOTTPOFF relocations
David Majnemer
- [llvm] r225251 - [PowerPC] Remove old README.txt entry regarding struct passing
Hal Finkel
- [llvm] r225252 - [X86] Make isel select the 2-byte register form of INC/DEC even in non-64-bit mode. Convert to the 1-byte form in non-64-bit mode as part of MCInst lowering.
Craig Topper
- [llvm] r225253 - [PM] Simplify how we parse the outer layer of the pass pipeline text and
Chandler Carruth
- [llvm] r225254 - InstCombine: Bitcast call arguments from/to pointer/integer type
David Majnemer
- [llvm] r225256 - [X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.
Craig Topper
- [llvm] r225257 - [PM] Introduce a utility pass that preserves no analyses.
Chandler Carruth
- [llvm] r225258 - [PM] Hide a function we only use in an assert behind NDEBUG.
Chandler Carruth
- [llvm] r225259 - Reformat.
NAKAMURA Takumi
- [llvm] r225260 - [CMake] Silence stderr on "COMMAND ${CMAKE_C_COMPILER} -Wl, --version". It was noisy during configuraion.
NAKAMURA Takumi
- [compiler-rt] r225261 - [asan] Bump the self-imposed stack limit from 128k to 256k. PowerPC64
Jay Foad
- [polly] r225262 - We currently do not create these result for polly
Tobias Grosser
- [polly] r225263 - Fix html
Tobias Grosser
- [polly] r225264 - www: Draft changelog for the upcoming release.
Tobias Grosser
- [PATCH] [CodeGenPrepare] Improved logic to speculate calls to cttz/ctlz.
Andrea Di Biagio
- [PATCH] Improve fix for PR21476 (sanitizer_common not building on AArch64 with <=3.15 kernels)
David Abdurachmanov
- [llvm] r224458 - R600/SI: Fix f64 inline immediates
Matt Arsenault
- [llvm] r225265 - Convert fcmp with 0.0 from casted integers to icmp
Matt Arsenault
- [llvm] r225266 - [ARM] Cleanup so_imm* tblgen defintions
Asiri Rathnayake
- TableGen: Allow target specific MCOI operand types
Tom Stellard
- [PATCH] R600/SI: Fix dependency calculation for DS writes instructions in SIInsertWaits
Tom Stellard
- [PATCH] R600/SI: Insert s_waitcnt before s_barrier instructions.
Tom Stellard
- [llvm] r225267 - [Hexagon] Adding dealloc_return encoding and absolute address stores.
Colin LeMahieu
- [patch] Document the restriction on removing a global from a COMDAT
Rafael Espíndola
- [PATCH] Add getSwappedBytes implementations for float / double
Matt Arsenault
- [llvm] r225268 - [PowerPC] Add a regression test for r225251
Hal Finkel
- [llvm] r225269 - Implement a very basic colored syntax highlighting for llvm-dwarfdump.
Adrian Prantl
- [llvm] r225270 - [Hexagon] Fix 225267. GP register is not yet fully implemented. Removing Uses [GP] maintains existing behavior.
Colin LeMahieu
- [llvm] r225271 - Don't loop endlessly for MachO files with 0 ncmds
Filipe Cabecinhas
- [llvm] r225272 - Reapply: Teach SROA how to update debug info for fragmented variables.
Adrian Prantl
- [PATCH] MCJIT/ELF now support MSVC C++ mangled symbol
Benoit Belley
- [llvm] r225274 - [CodeGenPrepare] Improved logic to speculate calls to cttz/ctlz.
Andrea Di Biagio
- [llvm] r225275 - R600/SI: Remove MachineFunction dump from AsmPrinter
Tom Stellard
- [llvm] r225276 - Triple: Add amdgcn triple
Tom Stellard
- [llvm] r225277 - R600/SI: Add a stub GCNTargetMachine
Tom Stellard
- [llvm] r225278 - SelectionDAGBuilder: move constant initialization out of loop
Mehdi Amini
- [PATCH] Bug 18582 - Offset overflow on calling __chkstk and __alloca on x64
Benoit Belley
- [llvm] r225279 - [Hexagon] Adding encoding information for absolute address loads.
Colin LeMahieu
- [compiler-rt] r225281 - [ubsan] disable coverage-levels.cc on darwin until we can investigate what's wrong there.
Kostya Serebryany
- PATCHES: R600/SI: Remove SelectionDAG operand folding
Tom Stellard
- [llvm] r225282 - This patch teaches IndVarSimplify to add nuw and nsw to certain kinds
Sanjoy Das
- [llvm] r225283 - [Hexagon] Adding encoding for misc v4 instructions: boundscheck, tlbmatch, dcfetch.
Colin LeMahieu
- [PATCH] Teach IndVarSimplify to add nuw and nsw to operations that provably don't overflow.
Sanjoy Das
- [llvm] r225288 - Revert "Reapply: Teach SROA how to update debug info for fragmented variables."
Adrian Prantl
- [llvm] r225289 - R600/SI: Fix dependency calculation for DS writes instructions in SIInsertWaits
Tom Stellard
- [llvm] r225290 - R600/SI: Insert s_waitcnt before s_barrier instructions.
Tom Stellard
- [llvm] r225291 - [Hexagon] Adding compound jump encodings.
Colin LeMahieu
- [llvm] r225292 - Use a Factory Method for MachineFunctionInfo Creation
Mehdi Amini
- [PATCH] Convert CoreInputGraph.
Rui Ueyama
- [compiler-rt] r225293 - Use -DSANITIZER_DEBUG=1 if COMPILER_RT_DEBUG=ON, now that PR22083 is fixed.
Alexey Samsonov
- [polly] r225295 - Make registerPollyPasses public
Tobias Grosser
- [compiler-rt] r225298 - [Sanitizer] Improve unit tests in COMPILER_RT_DEBUG=ON mode.
Alexey Samsonov
- [PATCH] [CodeGen] Add iterator ranges for the MVT::SimpleValueType enum.
Ahmed Bougacha
- [PATCH] R600/SI: Add intrinsic for class instructions
Tom Stellard
- [llvm] r225301 - [PowerPC] Reuse a load operand in int->fp conversions
Hal Finkel
- [llvm] r225048 - Add r224985 back with a fix.
Michael Zolotukhin
- [PATCH][CodeGen] Ignoring DBG_VALUEs between terminators?
Ahmed Bougacha
- [llvm] r225302 - Change the .ll syntax for comdats and add a syntactic sugar.
Rafael Espindola
- [llvm] r225304 - Fix using wrong intrinsic in test
Matt Arsenault
- [llvm] r225305 - R600/SI: Add class intrinsic
Matt Arsenault
- [llvm] r225306 - R600/SI: Add basic DAG combines for fp_class
Matt Arsenault
- [llvm] r225307 - R600/SI: Pattern match isinf to v_cmp_class instructions
Matt Arsenault
- [llvm] r225308 - Add isInfinity helper to ConstantFPSDNode
Matt Arsenault
- [llvm] r225309 - Add isNegative helper to ConstantFPSDNode
Matt Arsenault
- [llvm] r225310 - R600/SI: Add combine for isinfinite pattern
Matt Arsenault
- [llvm] r225311 - Revert r224935 "Refactor duplicated code. No intended functionality change."
Lang Hames
- [lld] r225313 - Convert CoreInputGraph.
Rui Ueyama
- [llvm] r224935 - Refactor duplicated code.
Lang Hames
- [llvm] r225315 - Add a subdirectory in CMake for Chapter 8.
Eric Christopher
- [llvm] r225318 - cmake: Add Kaleidoscope target
Duncan P. N. Exon Smith
- [llvm] r225319 - cmake: Add 'examples' target
Duncan P. N. Exon Smith
- [llvm] r225320 - Kaleidoscope: Value => Metadata
Duncan P. N. Exon Smith
- [llvm] r225321 - cmake: Fix 'examples' target after r225319
Duncan P. N. Exon Smith
- [compiler-rt] r225323 - [asan] add a flag soft_rss_limit_mb
Kostya Serebryany
- [llvm] r225325 - [PowerPC] Transform a README.txt entry into a FIXME
Hal Finkel
- [polly] r225326 - Do not use a const Twine here
Tobias Grosser
- [compiler-rt] r225327 - [Sanitizer] Change the runtime flag representation.
Alexey Samsonov
- [llvm] r225328 - InstCombine: Just a small tidy-up
David Majnemer
- [llvm] r225329 - Analysis: Reformulate WillNotOverflowUnsignedAdd for reusability
David Majnemer
- [llvm] r223348 - Masked Load / Store Intrinsics - the CodeGen part.
Steven Wu
- [lld] r225330 - [ELF] Remove {ELF,}GNULinkerScript.
Rui Ueyama
- [llvm] r225331 - R600/SI: Add check for amdgcn triple forgotten in r225276.
Tom Stellard
- [llvm] r224806 - LiveInterval: Introduce createMainRangeFromSubranges().
Quentin Colombet
- [llvm] r225333 - [PM] Fix a pretty nasty bug where the new pass manager would invalidate
Chandler Carruth
- [llvm] r225334 - Remove invalid TODO
Duncan P. N. Exon Smith
- [llvm] r225335 - IR: Remove MDNode::getWhenValsUnresolved()
Duncan P. N. Exon Smith
- [compiler-rt] r225336 - [TSan] Fix Go build.
Alexey Samsonov
- [PATCH] [llgo] irgen: generate switch instructions
Peter Collingbourne
- [compiler-rt] r225337 - [asan] add flag quarantine_size_mb, deprecate quarantine_size
Kostya Serebryany
- [llvm] r225338 - [ADT][SmallVector] Flip an assert comparison to avoid overflows yielding false-negatives. NFC.
Ahmed Bougacha
- PATCH: Target.td: Allow target specific operand types
Hal Finkel
- [lld] r225339 - PE/COFF: teach ARMNT backend about ADDR32NB for exports
Saleem Abdulrasool
- [llvm] r224901 - [X86][ISel] Fix a regression I introduced in r224884
Hal Finkel
- [llvm] r225341 - Revert r225165 and r225169
Karthik Bhat
- [polly] r225342 - Use explicit StringRef Type
Tobias Grosser
- [llvm] r225343 - [X86] Remove some unused TYPE enums from the disassembler.
Craig Topper
- [llvm] r225344 - [X86] Don't mark the shift by 1 instructions as isConvertibleToThreeAddress. There is no handling for them.
Craig Topper
- [llvm] r225345 - [X86] Merge a switch statement inside a default case of another switch statement on the same variable. There was no additional code in the default so this should be no functional change.
Craig Topper
- [PATCH] builtins: avoid duplicating unwind declarations
Renato Golin
- [llvm] r225346 - [PM] Give slightly less horrible names to the utility pass templates for
Chandler Carruth
- [llvm] r225347 - Fix regression in r225266.
Asiri Rathnayake
- [PATCH] [X86] Don't try to generate direct calls to TLS globals
Michael Kuperstein
- [llvm] r225348 - [ARM] Add missing Tag_DIV_use tests.
Charlie Turner
- [llvm] r195241 - [PM] Add the preservation system to the new pass manager.
Chandler Carruth
- [PATCH] [Sanitizers] Fix internal_lseek() to work on FreeBSD
Viktor Kutuzov
- [PATCH] Speed up creation of live ranges for physical registers by using a segment set
Vaidas Gasiunas
- [llvm] r225350 - Fix typos in comment and option help texts.
Jonas Paulsson
- [llvm] r225351 - New method SDep::isNormalMemoryOrBarrier() in ScheduleDAGInstrs.cpp.
Jonas Paulsson
- [PATCH] New method SDep::isMemory() in ScheduleDAGInstrs.cpp.
Jonas Paulsson
- [llvm] r225353 - Manually specify the folder that llvm-ranlib should reside in for CMake-produced solutions that care about such things (like MSVC). This takes llvm-ranlib out of the root solution folder and places it into the Tools folder where it belongs.
Aaron Ballman
- [llvm] r225354 - Manually specify the folder that Kaleidescope should reside in for CMake-produced solutions that care about such things (like MSVC). This takes the Kaleidescope target out of the root solution folder and places it into the Examples folder where it belongs.
Aaron Ballman
- [llvm] r225355 - Reverting r225319; since there is a folder named Examples, attempting to add a target of the same name causes problems for IDEs like Visual Studio.
Aaron Ballman
- [PATCH] Move SPAdj logic from PEI into the targets (No functionality change.)
Michael Kuperstein
- [llvm] r225356 - Improvements to emacs packages for llvm and tablegen mode.
Rafael Espindola
- [PATCH] ELF: Add a standard method for unknown relocation errors
Will Newton
- [PATCH] [X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for SSE2
Simon Pilgrim
- [PATCH] Support Windows/Linux Clang CMake builds with unified builder.
Rick Foos
- [PATCH] Windows/Linux CMake builders for Hexagon using common getClangCMakeBuildFactory
Rick Foos
- [PATCH] [zorg] Support Windows/Linux Clang CMake builds with unified builder.
Rick Foos
- [llvm] r225357 - [X86] Teach FCOPYSIGN lowering to recognize constant magnitudes.
Ahmed Bougacha
- [llvm] r225358 - R600/SI: Refactor SIFoldOperands to simplify immediate folding
Tom Stellard
- [PATCH] [SLPVectorizer] Reorder operands of shufflevector if it can result in a vectorized code.
Arnold Schwaighofer
- [llvm] r225360 - X86: Allow the stack probe size to be configurable per function
David Majnemer
- [llvm] r225362 - [CodeGen] Add MVT::FIRST_VALUETYPE to avoid explicit 0. NFC.
Ahmed Bougacha
- [llvm] r225365 - Introduce an example statepoint GC strategy
Philip Reames
- [llvm] r225366 - Add a missing file from 225365
Philip Reames
- [PATCH] [GC] improve testing around gc.relocate and catch a bug
Ramkumar Ramachandra
- [PATCH] CodeGenPrep: rewrite a few loops in C++11 style
Ramkumar Ramachandra
- [llvm] r225367 - [X86] Fix 512->256 typo in comments. NFC.
Ahmed Bougacha
- [PATCH] .gitignore: add some rules to clarify 'arc diff'
Ramkumar Ramachandra
- [llvm] r225368 - Test commit
Olivier Sallenave
- PATCHES: R600/SI: VGPR Spilling for compute
Tom Stellard
- [llvm] r225369 - R600/SI: Teach SIFoldOperands to split 64-bit constants when folding
Tom Stellard
- [compiler-rt] r225370 - XFAIL AArch64 UBsan test, just like ARM
Renato Golin
- [llvm] r225371 - [Hexagon] Adding encoding for popcount, fastcorner, dword asr with rounding.
Colin LeMahieu
- [llvm] r225372 - [Hexagon] Adding encodings for v5 floating point instructions.
Colin LeMahieu
- [llvm] r225373 - R600/SI: Add a V_MOV_B64 pseudo instruction
Tom Stellard
- [llvm] r225374 - [Hexagon] Adding floating point classification and creation.
Colin LeMahieu
- [llvm] r225377 - [Hexagon] Fix 225372 USR register is not fully complete. Removing Uses = [USR] maintains existing functionality to old instructions without encodings.
Colin LeMahieu
- [llvm] r225378 - Debug info: Allow aggregate types to be described by constants.
Adrian Prantl
- [llvm] r225379 - Reapply: Teach SROA how to update debug info for fragmented variables.
Adrian Prantl
- [llvm] r225380 - More FMA folding opportunities.
Olivier Sallenave
- [llvm] r225382 - R600/SI: Remove VReg_32 register class
Tom Stellard
- [llvm] r225383 - Slightly refactor things for llvm-objdump and the -macho option so it can be used with
Kevin Enderby
- [llvm] r225384 - [git] Mark the llgo directory in the LLVM gitignore.
Chandler Carruth
- [llvm] r225385 - Add a test that would have found the issue in r224935.
Rafael Espindola
- [llvm] r225386 - Fix uninitialized memory read in llvm-dsymutil for the second time.
Alexey Samsonov
- [llvm] r225387 - [CodeGen] Add iterator_range for the MVT::SimpleValueType enum.
Ahmed Bougacha
- [polly] r225388 - Add updated TODO list
Tobias Grosser
- [polly] r225390 - todo: Adding native OpenSCoP support to Polly does not seem desirable
Tobias Grosser
- [polly] r225391 - www: Make sure the main content pane does not overlap with the menu
Tobias Grosser
- [zorg] add ppc64LE bot entries
Will Schmidt
- [llvm] r225392 - [CodeGen] Use MVT iterator_ranges in legality loops. NFC intended.
Ahmed Bougacha
- [llvm] r225393 - XFAIL several MCJIT EH tests under ASan and MSan bootstrap.
Alexey Samsonov
- [polly] r225395 - todo: Remove some redundant topics
Tobias Grosser
- [zorg] r225396 - Make check-llvm failures fatal in MSan and ASan bootstraps
Alexey Samsonov
- [llvm] r225397 - Linker: Don't use MDNode::replaceOperandWith()
Duncan P. N. Exon Smith
- [llvm] r225399 - Update a comment.
Adrian Prantl
- [llvm] r225400 - [LangRef] PR22118: Hyphen is allowed in IR identifiers.
Sean Silva
- [llvm] r225401 - IR: Add MDNode::isDistinct()
Duncan P. N. Exon Smith
- Is http://llvm.org/git/llvm.git trunk wipped out?
H.J. Lu
- llvm.git mirror glitch
Anton Korobeynikov
- [llvm] r225404 - Test commit.
Sean Silva
- [llvm] r225405 - R600/SI: Only fold immediates that have one use
Tom Stellard
- [llvm] r225406 - IR: Add MDNode::getDistinct()
Duncan P. N. Exon Smith
- [llvm] r225410 - R600/SI: Commute instructions to enable more folding opportunities
Tom Stellard
- [llvm] r225411 - [CodeGen] Add MVT::isValid to replace manual validity checks. NFC.
Ahmed Bougacha
- [llvm] r225412 - [GC] improve testing around gc.relocate and fix a test
Philip Reames
- [PATCH] New pass: inductive range check elimination
Sanjoy Das
- [PATCH] [SelectionDAG] Allow targets to specify legality of extloads' result type (in addition to the memory type)
Ahmed Bougacha
- IR: Add distinct MDNodes as a first-class concept
Duncan P. N. Exon Smith
- [llvm] r225413 - LiveInterval: Implement feedback by Quentin Colombet.
Matthias Braun
- [llvm] r225415 - RegisterCoalescer: Fix valuesIdentical() in some subrange merge cases.
Matthias Braun
- [PATCH] X86: VZeroUpperInserter: shortcut should not trigger if we have any function live-ins.
Lang Hames
- [llvm] r225416 - RegisterCoalescer: Do not remove IMPLICIT_DEFS if they are required for subranges.
Matthias Braun
- [llvm] r225417 - Run clang-format on tools/llvm-objdump/MachODump.cpp again as some of my
Kevin Enderby
- [llvm] r225419 - X86: VZeroUpperInserter: shortcut should not trigger if we have any function live-ins.
Matthias Braun
- [llvm] r225420 - Remove empty statement. No functionality change.
Nick Lewycky
- [llvm] r225421 - [SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
- [llvm] r225422 - [RegAllocGreedy] Introduce a late pass to repair broken hints.
Quentin Colombet
- [PATCH] [SLPVectorization] Enhance Ability to Vectorize Horizontal Reductions from Consecutive Loads
Michael Zolotukhin
- [PATCH] Convert other drivers to use WrapperNode.
Rui Ueyama
- [patch][pr19848] Don't create new comdats in CodeGen
Rafael Espíndola
- [llvm] r225424 - Revert "Reapply: Teach SROA how to update debug info for fragmented variables."
Adrian Prantl
- [PATCH] Add a "probe-stack" attribute
John Kåre Alsaker
- [lld] r225428 - PE/COFF: add support to import functions in ARM NT
Saleem Abdulrasool
- [PATCH] Fix bug in llvm::DemoteRegToStack
Nick Lewycky
- [PATCH] Add saving and restoring of r30 to the prologue and epilogue, respectively
Justin Hibbits
- [PATCH] Implement more expansions of extloads
Matt Arsenault
- [PATCH] Fix fcmp + fabs instcombines when using the intrinsic
Matt Arsenault
- [llvm] r225432 - [X86] Don't print 'dword ptr' or 'qword ptr' on the operand to some of the LEA variants in Intel syntax. The memory operand is inherently unsized.
Craig Topper
- [llvm] r225434 - Fix test case I missed in r225432.
Craig Topper
- [llvm] r225437 - Move SPAdj logic from PEI into the targets (NFC)
Michael Kuperstein
- [llvm] r225438 - [X86] Don't try to generate direct calls to TLS globals
Michael Kuperstein
- [PATCH] [X86][SSE] Avoid shuffles with zero by using pshufb to create zeros
Simon Pilgrim
- [llvm] r225439 - Fix include ordering, NFC.
Michael Kuperstein
- [llvm] r225440 - Fix a think-o in the test for r225438.
Michael Kuperstein
- [llvm] r225441 - Masked Load/Store - fixed a bug in type legalization.
Elena Demikhovsky
- [compiler-rt] r225443 - [Sanitizers] Fix internal_lseek() to work on FreeBSD
Viktor Kutuzov
- [PATCH] Call adjustChainDeps() always when handling a store.
Jonas Paulsson
- [llvm] r225445 - R600/SI: Remove SIISelLowering::legalizeOperands()
Tom Stellard
- [llvm] r225446 - Fix large stack alignment codegen for ARM and Thumb2 targets
Kristof Beyls
- [llvm] r225448 - Update naming style and clang-format. NFC.
Rafael Espindola
- [llvm] r225449 - Explicitly handle LinkOnceODRAutoHideLinkage. NFC. We already have a test.
Rafael Espindola
- [PATCH 1/2] R600/SI: Add kill flag when copying scratch offset to a register
Tom Stellard
- [llvm] r225450 - Add saving and restoring of r30 to the prologue and epilogue, respectively
Justin Hibbits
- [llvm] r225451 - Make this test a bit stricter.
Rafael Espindola
- [www] r225452 - Link to EuroLLVM conference
Tobias Grosser
- [www] r225453 - Actually link to the Euro LLVM website
Tobias Grosser
- [llvm] r225454 - clang-format. NFC.
Rafael Espindola
- [PATCH][mips] Refine octeon instructions seq/seqi/sne/snei
Kai Nacke
- [llvm] r225455 - [X86] Reflow comment. NFC.
Ahmed Bougacha
- [PATCH] [1/3] [SimplifyLibCalls] Refactor str/mem libcall handling: Factor out signature checks for fortifiable libcalls.
Eric Christopher
- [PATCH] [2/3] [SimplifyLibCalls] Refactor str/mem libcall handling: Factor out str/mem libcall optimizations
Eric Christopher
- [PATCH] [3/3] [SimplifyLibCalls] Refactor str/mem libcall handling: Factor out fortified libcall handling, to remove CGP duplicate
Eric Christopher
- Free memory used by initializers of global variables, created during linking
Manman Ren
- [PATCH] [X86][SSE] Improved (v)insertps shuffle matching
Simon Pilgrim
- [llvm] r225456 - This routine is in InstrInfo, there's no need to access it again.
Eric Christopher
- [llvm] r225457 - Fix a couple of odd formatting issues.
Eric Christopher
- [llvm] r225458 - Update include - this class doesn't use the target machine, but
Eric Christopher
- [llvm] r225459 - Make the TargetMachine in MipsSubtarget a reference rather
Eric Christopher
- [PATCH] [X86][SSE] Improve matching of SSE blend instructions with splatted vector inputs
Simon Pilgrim
- [llvm] r225460 - [MCJIT] Remove a few redundant MCJIT tests, and drop the extraneous datalayout
Lang Hames
- [polly] r225461 - Fix a crash in our error reporting
Tobias Grosser
- [llvm] r225462 - The Kaleidoscope tutorial should be using "mcjit" for the library,
Eric Christopher
- [polly] r225464 - Add support for pointer types in expressions
Tobias Grosser
- [PATCH] [X86] Also create v2f32 FMIN/FMAX nodes from fcmp/select.
Quentin Colombet
- [PATCH] ADT: Remove misaligned pointeres from DenseMapInfo
Alexey Samsonov
- [llvm] r225465 - Fix fcmp + fabs instcombines when using the intrinsic
Matt Arsenault
- [PATCH] Combine fcmp + select to fminnum / fmaxnum if no nans and legal
Matt Arsenault
- [PATCH] R600: Make cttz / ctlz cheap to speculate
Matt Arsenault
- [llvm] r225466 - CodeGen: Use range-based for loops, NFC
Duncan P. N. Exon Smith
- [llvm] r225467 - [ARM] Fix a bug in constant island pass that was triggering an assertion.
Akira Hatanaka
- [llvm] r225468 - CodeGen: Use handy new-fangled post-increment, NFC
Duncan P. N. Exon Smith
- [PATCH] Fixes -fsanitize=undefined warning about left-shifting a negative signed value.
Artem Belevich
- [PATCH] [GC] CodeGenPrep transform: simplify offsetable relocate
Ramkumar Ramachandra
- [compiler-rt] r225469 - [Sanitizer] Remove the hardcoded limit of address ranges in LoadedModule.
Alexey Samsonov
- [llvm] r225470 - [MachineLICM] A command-line option to hoist even cheap instructions
Hal Finkel
- [llvm] r225471 - [PowerPC] Mark all instructions as non-cheap for MachineLICM
Hal Finkel
- [PATCH] Model sqrtsd as a binary operation with one source operand tied to the destination (PR14221)
Sanjay Patel
- [compiler-rt] r225472 - Fix memory leaks in GetListOfModules() users.
Alexey Samsonov
- [llvm] r225473 - remove function names from comments; NFC
Sanjay Patel
- [llvm] r225474 - IR: Add 'distinct' MDNodes to bitcode and assembly
Duncan P. N. Exon Smith
- [llvm] r225476 - Utils: Keep distinct MDNodes distinct in MapMetadata()
Duncan P. N. Exon Smith
- [llvm] r225477 - IR: Drop TODO now that PR22111 is finished
Duncan P. N. Exon Smith
- [PATCH] [Refactor] Have getNonLocalPointerDependency take the query instruction
Philip Reames
- [PATCH] x86 NaCl: Emit LAHF/SAHF instead of PUSHF/POPF
Tim Northover
- [compiler-rt] r225478 - [asan] make a test consume 2x less RAM (we observe flaky bot failures that seem like OOMs)
Kostya Serebryany
- [llvm] r225479 - LangRef: Add usage points for distinct MDNodes
Duncan P. N. Exon Smith
- [polly] r225480 - Add experimental support for unsigned expressions
Tobias Grosser
- [llvm] r225481 - [Refactor] Have getNonLocalPointerDependency take the query instruction
Philip Reames
- [llvm] r225482 - ReleaseNotes.rst: these are for 3.6
Hans Wennborg
- [compiler-rt] r225484 - [asan] Adding a regression test for https://code.google.com/p/address-sanitizer/issues/detail?id=368
Kuba Brecka
- [llvm] r225483 - [REFACTOR] Push logic from MemDepPrinter into getNonLocalPointerDependency
Philip Reames
- [llvm] r225485 - Partial fix to r225380 (More FMA folding opportunities)
Hal Finkel
- [llvm] r225487 - Cleaup ValueHandle to no longer keep a PointerIntPair for the Value*.
Chandler Carruth
- [PATCH] R600: Implement getRsqrtEstimate
Matt Arsenault
- [llvm] r225491 - [x86] Add a flag to control the vector shuffle legality predicates that
Chandler Carruth
- [llvm] r225492 - [DAGCombine] Remainder of fix to r225380 (More FMA folding opportunities)
Hal Finkel
- [llvm] r225493 - [PowerPC] Fold [sz]ext with fp_to_int lowering where possible
Hal Finkel
- [llvm] r225497 - [PowerPC] Add a flag for experimenting with subreg liveness tracking
Hal Finkel
- [llvm] r225498 - Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD
Duncan P. N. Exon Smith
- [llvm] r225499 - Bitcode: Share logic for last instruction, NFC
Duncan P. N. Exon Smith
- [llvm] r225500 - RegisterCoalescer: Turn some impossible conditions into asserts
Matthias Braun
- [llvm] r225501 - RegisterCoalescer: No need to set kill flags, they are recompute later anyway
Matthias Braun
- [llvm] r225502 - RegisterCoalescer: Some cleanup in removeCopyByCommutingDef(), NFC
Matthias Braun
- [llvm] r225503 - RegisterCoalescer: Fix removeCopyByCommutingDef with subreg liveness
Matthias Braun
- [PATCH] Fix two extra semicolon warnings
Ehsan Akhgari
- [llvm] r225507 - ARM: add support for R_ARM_ABS8 relocations
Saleem Abdulrasool
- [AVX-512] Unpack support in new shuffle lowering
Adam Nemet
- [llvm] r225509 - test: add additional test for SVN r225507
Saleem Abdulrasool
- [llvm] r225510 - ARM: add support for R_ARM_ABS16
Saleem Abdulrasool
- [polly] r225512 - Adjust test for the new 'distinct' metadata nodes
Tobias Grosser
- [llvm] r225517 - Assumption that "VectorizedValue" will always be an Instruction is not correct.
Suyog Sarda
- [PATCH] [InstCombine] Teach how to fold a select into a cttz/ctlz with the 'is_zero_undef' flag cleared.
Andrea Di Biagio
- [PATCH] [Sanitizers] Order initialization of coverage and guard arrays
Viktor Kutuzov
- [PATCH] [BasicAA] Fix zext & sext handling
hfinkel at anl.gov
- [llvm] r225521 - [mips] Add comment which explains why we need to change the assembler options before and after inline asm blocks. NFC.
Toma Tabacu
- [PATCH] [mips] Add support for accessing $gp as a named register.
Daniel Sanders
- [llvm] r225522 - [PowerPC] Enable late partial unrolling on the POWER7
Hal Finkel
- [llvm] r225523 - more efficient use of a dyn_cast; no functional change intended
Sanjay Patel
- [patch] Use the DiagnosticHandler to print diagnostics when reading bitcode.
Rafael Espíndola
- [llvm] r225524 - fix typo; NFC
Sanjay Patel
- [llvm] r225525 - fix typos; NFC
Sanjay Patel
- [llvm] r225526 - remove names from comments; NFC
Sanjay Patel
- [llvm] r225528 - fix typos; remove names from comments; NFC
Sanjay Patel
- [llvm] r225529 - [mips] Add support for accessing $gp as a named register.
Daniel Sanders
- [PATCH] Pass QueryInst down through non-local dependency calculation
Philip Reames
- [llvm] r225531 - Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD"
Duncan P. N. Exon Smith
- [PATCH] [X86] Canonicalize various patterns to vector extloads.
Ahmed Bougacha
- [PATCH] [X86] Declare SSE4.1/AVX2 vector extloads covered by the *PMOV*X instructions legal
Ahmed Bougacha
- [PATCH] [CodeGen] Add hooks/combine to form vector extloads, and enable it on X86.
Ahmed Bougacha
- [PATCH] Link jumptable attributes consistently with unnamed_addr
Tom Roeder
- [llvm] r225534 - Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revision
Lang Hames
- [llvm] r224625 - Add the ExceptionHandling::MSVC enumeration
Kaylor, Andrew
- [PATCH] [lld] Remove CMake standalone build configuration
Greg Fitzgerald
- [llvm] r225536 - Re-reapply r221924: "[GVN] Perform Scalar PRE on gep indices that feed loads before
Tim Northover
- [PATCH] Refine memory dependence's notion of volatile semantics
Philip Reames
- [llvm] r225537 - Add the option, -universal-headers, used with -macho to print the Mach-O universal headers to llvm-objdump.
Kevin Enderby
- [PATCH] [lld] Don't fail if parent directory contains a '+' character
Greg Fitzgerald
- [PATCH] AArch64 : Implement GHC calling convention.
Greg Fitzgerald
- [llvm] r225542 - Remove duplicating code. NFC.
Michael Zolotukhin
- [zorg] r225543 - Add buildbot entries for ppc64le
Will Schmidt
- [www] r225544 - Update Win snapshot to r225473
Hans Wennborg
- [PATCH] Fix UBSan error reports in ValueMapCallbackVH and AssertingVH<T> empty/tombstone keys generation.
Alexey Samsonov
- [llvm] r225545 - Add a testcase of llvm-lto error handling.
Rafael Espindola
- [compiler-rt] r225546 - [sanitizer] use the right memory order
Kostya Serebryany
- [PATCH] Fix ubsan error in ValueMap
Matt Arsenault
- [PATCH] Fix jit event listeners
Andy Kaylor
- [zorg] r225548 - This creates a Windows buildbot for LLDB
Zachary Turner
- [llvm] r225550 - Fix an ASAN failure introduced with r225537 (adding the -universal-headers to llvm-obdump).
Kevin Enderby
- [llvm] r225551 - [X86][SSE] Avoid vector byte shuffles with zero by using pshufb to create zeros
Simon Pilgrim
- [llvm] r225552 - SimplifyCFG: check uses of constant-foldable instrs in switch destinations (PR20210)
Hans Wennborg
- [llvm] r225553 - Update comment.
Michael Zolotukhin
- [PATCH] Fully fix Bug #22115.
Justin Hibbits
- [llvm] r225554 - Fix the JIT event listeners and replace the associated tests.
Andrew Kaylor
- [compiler-rt] r225556 - Remove AsanInterceptsSignal in favor of (equivalent) IsDeadlySignal.
Alexey Samsonov
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- [llvm] r225557 - Disable Go bindings test under UBSan.
Alexey Samsonov
- [llvm] r225558 - Fix UBSan error reports in ValueMapCallbackVH and AssertingVH<T> empty/tombstone keys generation.
Alexey Samsonov
- [compiler-rt] r225560 - Revert "Reapply debug info changes now that more precise column information is available."
David Blaikie
- [PATCH] Add per-test timeouts to lit
Jonathan Roelofs
- [PATCH] Fix undefined behavior (shift of negative value) in RuntimeDyldMachOAArch64::encodeAddend.
Alexey Samsonov
- [PATCH] Add cmake flags to disable LLD and LLDB from build.
Rick Foos
- [llvm] r225562 - Use the DiagnosticHandler to print diagnostics when reading bitcode.
Rafael Espindola
- [llvm] r225565 - [LoopUnroll] Fix the partial unrolling threshold for small loop sizes
Hal Finkel
- [llvm] r225566 - [PowerPC] Readjust the loop unrolling threshold
Hal Finkel
- [llvm] r225568 - Fix undefined behavior (shift of negative value) in RuntimeDyldMachOAArch64::encodeAddend.
Alexey Samsonov
- [zorg] r225569 - Improvements to sanitizer-bootstrap buildbot:
Alexey Samsonov
- [PATCH] GVN: propagate fcmp equalities (PR17713)
Sanjay Patel
- [PATCH] Fix maxLoopDepth computation in ScopInfo
David Peixotto
- [llvm] r225573 - Fully fix Bug #22115.
Justin Hibbits
- [lld] r225574 - Don't fail if parent directory name contains a '+' character
Greg Fitzgerald
- [PATCH] Fix PR22179
Sanjoy Das
- [llvm] r225575 - tests: convert a couple of ARM relocation tests to readobj
Saleem Abdulrasool
- [llvm] r225576 - test: merge ARM relocations test
Saleem Abdulrasool
- [llvm] r225577 - tests: fix previous commit
Saleem Abdulrasool
- [llvm] r225580 - ConvertUTFTest: fix misleading empty line
Dmitri Gribenko
- [PATCH] DAGCombine: constant fold FMA
Mehdi AMINI
- [polly] r225582 - Check assert before the instruction that uses the assumption checked.
Tobias Grosser
- [llvm] r225583 - Remove some whitespace.
Justin Hibbits
- [llvm] r225584 - [PowerPC] Mark zext of a small scalar load as free
Hal Finkel
- [llvm] r225588 - .gitignore: add some rules for tagging programs
Ramkumar Ramachandra
- [llvm] r225589 - [X86][SSE] Improved (v)insertps shuffle matching
Simon Pilgrim
- [llvm] r225590 - Revert r225500, it leads to infinite loops.
Joerg Sonnenberger
- [PATCH] LowerSwitch: replace unreachable default with popular case destination
Hans Wennborg
- [llvm] r225591 - Fix PR22179.
Sanjoy Das
- [PATCH] Make ScalarEvolution::ComputeExitLimit more agressive
Sanjoy Das
- Revert r221183 to unbreak test-suite on OpenBSD / Bitrig
Brad Smith
- [PATCH] getMangledTypeStr: add support for vectors
Ramkumar Ramachandra
- [PATCH] Add a new utility script that helps update very simple regression tests.
Chandler Carruth
- [llvm] r225592 - [ADT] Remove the unused default constructor for iterator_range.
Chandler Carruth
- [llvm] r225593 - [x86] Remove some windows line endings that snuck into the tests here.
Chandler Carruth
- [PATCH] Revert r221183 to unbreak test-suite on OpenBSD / Bitrig
Brad Smith
- [llvm] r225595 - ARM: add support for segment base relocations (SBREL)
Saleem Abdulrasool
- [llvm] r225596 - X86: teach X86TargetLowering about L, M, O constraints
Saleem Abdulrasool
- [llvm] r225597 - X86: Properly decode shuffle masks when the constant pool type is weird
David Majnemer
- [llvm] r225599 - Revert most of r225597
David Majnemer
- [llvm] r225607 - Added release notes for the Mips target.
Daniel Sanders
- [llvm] r225608 - Fix silly mistake in release notes for Mips.
Daniel Sanders
- [PATCH] [Mips][ABI]The ELF container needs to depend on the ABI rather than the target triple.
Daniel Sanders
- [PATCH] Add support for negative immediates to TableGen AsmMatcherEmitter
Jordy Potman
- [PATCH] Implement shift ops for Mips fast-isel
Daniel Sanders
- [compiler-rt] r225610 - Add FreeBSD support for __clear_cache.
Roman Divacky
- [llvm] r225612 - [X86][SSE] Minor fix to VPBLENDW AVX2 commutation.
Simon Pilgrim
- [llvm] r225617 - [PowerPC] Fix calls to non-function objects
Hal Finkel
- [llvm] r225618 - Add a new utility script that helps update very simple regression tests.
Chandler Carruth
Last message date:
Sun Jan 11 22:12:29 PST 2015
Archived on: Tue Aug 4 17:12:08 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).