The Week Of Monday 15 December 2014 Archives by thread
Starting: Mon Dec 15 01:20:07 PST 2014
Ending: Sun Dec 21 22:58:03 PST 2014
Messages: 937
- [compiler-rt] r224239 - [UBSan][MIPS] Adding support for MIPS64
Kumar Sukhani
- [PATCH] [UBSan][MIPS] Adding support for MIPS64
Kumar Sukhani
- [llvm] r224241 - AVX-512: Added EXPAND instructions and intrinsics.
Elena Demikhovsky
- [PATCH] Add logical ops to Mips fast-isel
Daniel Sanders
- [compiler-rt] r224242 - [UBSan][MIPS] Adding support of MIPS64 in UBSan testing
Kumar Sukhani
- [PATCH] [UBSan][MIPS] Adding support of MIPS64 in UBSan testing
Kumar Sukhani
- [PATCH] Strength reduce intrinsics with overflow into regular arithmetic operations if possible.
Erik Eckstein
- Wrong value for sext i1 true in BasicAliasAnalysis
Nicholas White
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for mips1 platform
Daniel Sanders
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for mips2 platform
Daniel Sanders
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for mips3 platform
Daniel Sanders
- [PATCH] [ARM] Emit Tag_conformance.
Charlie Turner
- [compiler-rt] r224243 - [ubsan][arm] supporting misaligned testcase
Kumar Sukhani
- [llvm] r224244 - Typo Correction in Test Case. NFC.
Suyog Sarda
- [lld] r224245 - Replace ReaderError with DynamicError.
Rui Ueyama
- [PATCH] Load Widened by GVN not Vectorized by SLPVectorizer
Karthik Bhat
- [PATCHES] R600/SI: VI fixes
Marek Olšák
- [llvm] r224246 - [X86] Break false dependencies before partial register updates when the source operand is in memory
Michael Kuperstein
- [PATCH] [X86] Break false dependencies before partial register updates when the source operand is in memory
Michael Kuperstein
- [PATCH] Convert CoreInputGraph.
Shankar Easwaram
- [llvm] r224247 - Sink store based on alias analysis
Elena Demikhovsky
- [llvm] r224248 - Added a test related to 224247 revision
Elena Demikhovsky
- [llvm] r224249 - Changing a cast from unsigned to uint64_t, should be NFC in practice.
Aaron Ballman
- [llvm] r224195 - Silencing a -Wsign-compare warning; NFC.
Aaron Ballman
- [llvm] r224197 - Fix Doxygen command misspellings.
Rafael Espíndola
- [PATCH] [ARM] Prevent PerformVCVTCombine from combining a vmul/vcvt with 8 lanes
Bradley Smith
- [llvm] r224251 - This is the first in a series of patches that add missing disassembler tests for mips platform. The patches are divided per version of mips CPU to keep the patches smaller and ease the review. There are no functional changes, code is changed only if new tests reveal a bug.This patch adds disassembler tests for mips1 CPU.
Vladimir Medic
- [PATCH] merge consecutive loads that are offset from a base address (PR21771)
Sanjay Patel
- [llvm] r224252 - Add disassembler tests for mips2 platform. There are no functional changes.
Vladimir Medic
- [PATCH] Model sqrtss as a binary operation with one source operand tied to the destination (PR14221)
Sanjay Patel
- [llvm] r224253 - Add disassembler tests for mips3 platform. There are no functional changes.
Vladimir Medic
- [PATCH] [Mips][Disassembler][Test] mips4 disassembler tests
Vladimir Medic
- [PATCH] [mips][microMIPS] Fix bugs related to atomic SC/LL instructions
Jozef Kolek
- [patch] Update the cmake python version check
Rafael Espíndola
- [PATCH] [Mips][Disassembler] Disassembler checking N64 feature instead of GP64
Vladimir Medic
- [PATCH] [MIPS64] Make __clear_cache more optimal
Petar Jovanovic
- [PATCH] [Mips] Move MipsABIInfo class to LLVMMipsDesc library
Vladimir Medic
- [PATCH] [X86] Also create v2f32 FMIN/FMAX nodes from fcmp/select.
Ahmed Bougacha
- [PATCH] [X86][SSE] Vector double -> float conversion memory folding (cvtpd2ps)
Simon Pilgrim
- [llvm] r224254 - Move mips1 tests to test/MC/Disassembler/Mips/mips1
Reid Kleckner
- [PATCH] [LCSSA] Handle PHI insertion in disjoint loops
Bruno Cardoso Lopes
- [PATCH] [x86] @llvm.ctpop.v8i32 custom lowering
Bruno Cardoso Lopes
- [PATCH] [InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr.
David Majnemer
- [PATCH]: implement getRegisterByName() for sparc
Roman Divacky
- [llvm] r224255 - Silence more static analyzer warnings.
Michael Ilseman
- [PATCH] [compiler-rt] atos symbolizer for OS X
Alexey Samsonov
- [PATCH] [X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for SSE2
Chandler Carruth
- [PATCH] Debug info: Support fragmented variables.
Adrian Prantl
- [PATCH] Fix data symbolization with libbacktrace
Jakub Jelinek
- [llvm] r224257 - IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
- [PATCH] [X86][SSE] Improve matching of SSE blend instructions with splatted vector inputs
Chandler Carruth
- [llvm] r200067 - [LPM] Make LCSSA a utility with a FunctionPass that applies it to all
Chandler Carruth
- [llvm] r224260 - [X86] Also pretty-print shuffle mask for INSERTPS rm variants.
Ahmed Bougacha
- [llvm] r224261 - [Hexagon] Adding encoding bits for halfword multiplies.
Colin LeMahieu
- [llvm] r224263 - LiveRangeCalc: use more range based for loops; NFC
Matthias Braun
- [PATCH] [Msan] Generalize instrumentation code to support FreeBSD mapping
Viktor Kutuzov
- [llvm] r224264 - [X86] And also test INSERTPS shuffle mask pretty-printing.
Ahmed Bougacha
- [llvm] r224265 - [Hexagon] Adding multiply with rnd/sat/rndsat
Colin LeMahieu
- Enable two stage testing on the clang-native-aarch64 builder
Galina Kistanova
- [llvm] r224266 - [Hexagon] Adding accumulating half word multiplies.
Colin LeMahieu
- [llvm] r224267 - [Hexagon] Adding doubleworld accumulating multiplies of halfwords.
Colin LeMahieu
- [polly] r224269 - Run upgrade script from PR21532 to match LLVM changes
Duncan P. N. Exon Smith
- [compiler-rt] r224270 - profile: Add the relevant parts of lib/profile to cc_kext on darwin
Justin Bogner
- [PATCH] Add lib/profile to cc_kext so we can use PGO for the kernel.
Justin Bogner
- Benchmarking file output strategies
Rafael Espíndola
- [LNT] Add json support to machine overview page
Michael Zolotukhin
- Clarify SCEV code which handle powers of 2
Andrew Trick
- [llvm] r224272 - LiveRangeCalc: Rewrite subrange calculation
Matthias Braun
- [llvm] r224273 - [Hexagon] Adding misc multiply encodings and tests.
Colin LeMahieu
- New Iteration of subregister liveness patches
Matthias Braun
- [llvm] r224274 - Clarify HowFarToZero computation when the step is a positive power of two. Functionally this should be identical to the existing code except for the case where Step is maximally negative (eg, INT_MIN). We now punt in that one corner case to make reasoning about the code easier.
Mark Heffernan
- [PATCH] [ASan] Allow to atomically modify malloc_context_size at runtime.
Kostya Serebryany
- [compiler-rt] r224276 - Update lib/profile tests for metadata assembly change
Duncan P. N. Exon Smith
- [llvm] r224277 - Revert of r223763, in spirit.
Michael Ilseman
- [llvm] r224278 - Revert "LiveRangeCalc: Rewrite subrange calculation"
Matthias Braun
- [polly] r224280 - Hand-modify a testcase (still PR21532)
Duncan P. N. Exon Smith
- [PATCH] Add segmented stack support for DragonFlyBSD
Rafael Ávila de Espíndola
- [llvm] r224281 - Clean up warning about unused variable
Michael Ilseman
- [PATCH] Using Masked Load / Store intrinsics in Loop Vectorizer
Michael Zolotukhin
- [llvm] r224282 - [Hexagon] Adding a number of additional multiply forms with tests.
Colin LeMahieu
- [PATCH] Outline functions for SEH with the MSVC environment
Andy Kaylor
- [llvm] r224283 - x86: Emit LOCK prefix after DATA16
JF Bastien
- [PATCH] x86: Emit LOCK prefix after DATA16
JF Bastien
- [PATCH] Have llvm-c-test only use libLLVM if libLLVM has all the right components.
Chris Bieneman
- [llvm] r224284 - Added missing tests for X86vzmovl folding. NFC.
Simon Pilgrim
- [llvm] r224285 - Teach ScalarEvolution to exploit min and max expressions when proving
Sanjoy Das
- [PATCH] Teach ScalarEvolution to exploit min and max expressions.
Sanjoy Das
- [PATCH] combine consecutive subvector 16-byte loads into one 32-byte load (PR21709)
Sanjay Patel
- [compiler-rt] r224286 - [asan] introduce __sanitizer_set_death_callback, deprecate __asan_set_death_callback
Kostya Serebryany
- [llvm] r224288 - [Hexagon] Adding logical-logical accumulation instructions and tests.
Colin LeMahieu
- [llvm] r224289 - [Hexagon] Adding halfword to doubleword multiplies.
Colin LeMahieu
- [PATCH] [inline-asm] Fix scope of assembly macros
Jim Grosbach
- [llvm] r224291 - Sink the isa into the assert
Michael Ilseman
- [PATCH] x86 NaCl: Emit LAHF/SAHF instead of PUSHF/POPF
JF Bastien
- [llvm] r224293 - [Hexagon] Adding doubleword multiplies with and without accumulation.
Colin LeMahieu
- [PATCH] [compiler-rt] Introduce MACOS_VERSION_UNKNOWN_NEWER for OS X versions above 10.10
Kuba Brecka
- [llvm] r224294 - ARM/AArch64: Attach the FrameSetup MIFlag to CFI instructions.
Adrian Prantl
- [zorg] r224296 - Fully qualified path would work better.
Galina Kistanova
- [PATCH] Detect deallocation calls even if the deallocation function has a definition
Philip Reames
- LLVM buildmaster will be restarted today after 6 PM Pacific time today
Galina Kistanova
- De-pessimize ScalarEvolution's handling of nsw/nuw?
Philip Reames
- [PATCH] [MC] Reset the MCInst in the matcher function before adding opcode/operands.
Ahmed Bougacha
- [compiler-rt] r224305 - [ASan] Allow to atomically modify malloc_context_size at runtime.
Alexey Samsonov
- Remove redundant checks added by loop unrolling
Philip Reames
- [llvm] r224307 - Start adding thin archive support.
Rafael Espindola
- [compiler-rt] r224308 - Fix data symbolization with libbacktrace. Patch by Jakub Jelinek!
Alexey Samsonov
- [llvm] r224309 - Remove unused member and simplify. NFC.
Rafael Espindola
- [PATCH] Add parsing of 'foo at local".
Justin Hibbits
- [llvm] r224311 - Convert a member variable to a local variable. NFC.
Rafael Espindola
- [PATCH] [llgo] Use the object's package to mangle method names, rather than the receiver's package
Peter Collingbourne
- [llvm] r224312 - Remove the last unnecessary member variable of mapped_file_region. NFC.
Rafael Espindola
- [llvm] r224313 - LiveRangeCalc: Rewrite subrange calculation
Matthias Braun
- [llvm] r224314 - ARM: 80-column
Saleem Abdulrasool
- [compiler-rt] r224315 - Add an MACOS_VERSION_UNKNOWN_NEWER enum value for OS X versions above 10.10.
Kuba Brecka
- [PATCH] [SLPVectorization] Enhance Ability to Vectorize Horizontal Reductions from Consecutive Loads
suyog
- [llvm] r224318 - [PowerPC] Improve instruction selection bit-permuting operations (32-bit)
Hal Finkel
- [llvm] r224319 - ARM: diagnose deprecated syntax
Saleem Abdulrasool
- [llvm] r224324 - DebugInfo: Update testcase to actually check something
Duncan P. N. Exon Smith
- [llvm] r224325 - IR: Make MDNode::dump() useful by adding addresses
Duncan P. N. Exon Smith
- [PATCH] IR: Make MDNode::dump() useful by adding addresses
Duncan P. N. Exon Smith
- [compiler-rt] r224326 - internal_stat for mips64
Mohit K. Bhakkad
- [llvm] r223806 - Fix a GCC build failure from r223802
Duncan P. N. Exon Smith
- [llvm] r224327 - IR: Stop printing 'metadata' in Metadata::print()
Duncan P. N. Exon Smith
- [llvm] r224328 - Remove 'metadata' from comments
Duncan P. N. Exon Smith
- [llvm] r224330 - X86: Added FeatureVectorUAMem for all AVX architectures.
Elena Demikhovsky
- [PATCH] [SLPVectorizer] Reorder operands of shufflevector if it can result in a vectorized code.
Karthik Bhat
- [PATCH] [comiler-rt/ubsan] getVtablePrefix must not sanity-check on Prefix->Offset > 0
Stephan Bergmann
- [PATCH] generate extract_subvector node to avoid disastrous shuffle vector codegen
Michael Kuperstein
- [llvm] r224332 - [ARM] Prevent PerformVCVTCombine from combining a vmul/vcvt with 8 lanes
Bradley Smith
- [PATCH] [avx512VL] - FMA intrinsic with YMM and XMM
Asaf Badouh
- [llvm] r224333 - [mips] Fix arguments-struct.ll for Windows and OSX hosts.
Daniel Sanders
- [PATCH] [Tablegen] Fix AsmString parser misreading optional operands.
Matthew Wahab
- [PATCH] [Tablegen] Fix alias instruction printer mangling opcodes with optional suffixes.
Matthew Wahab
- [llvm] r224334 - Masked Load and Store Intrinsics in loop vectorizer.
Elena Demikhovsky
- [PATCH] [mips][microMIPS] Implement SWP and LWP instructions
Sasa Stankovic
- [PATCH] [Sanitizer][MIPS] internal_stat for mips64
Mohit Bhakkad
- [llvm] r224335 - Add disassembler tests for mips4 platform. There are no functional changes.
Vladimir Medic
- [llvm] r223804 - [AVX512] Added lowering for VBROADCASTSS/SD instructions.
Robert Khasanov
- [PATCH] [mips] Set GCC-compatible MIPS asssembler options before inline asm blocks.
Daniel Sanders
- [www] r224336 - Add skeleton for Euro LLVM 2015 conference
Tobias Grosser
- [PATCH] [MSan][LLVM][MIPS] Shadow and Origin offsets for MIPS
Evgeniy Stepanov
- [llvm] r224337 - Fixing -Wsign-compare warnings; NFC.
Aaron Ballman
- [llvm] r224338 - [mips][microMIPS] Implement SWP and LWP instructions
Zoran Jovanovic
- [llvm] r224339 - The single check for N64 inside MipsDisassemblerBase's subclasses is actually wrong. It should be testing for FeatureGP64bit.There are no functional changes.
Vladimir Medic
- [llvm] r224340 - [Hexagon] Removing old multiply defs and updating references to new versions.
Colin LeMahieu
- [llvm] r224341 - [AVX512] Add a comment for avx512_broadcast_pat multiclass
Robert Khasanov
- [llvm] r224343 - [Hexagon] Adding saturate and swizzle instructions.
Colin LeMahieu
- [llvm] r224344 - combine consecutive subvector 16-byte loads into one 32-byte load
Sanjay Patel
- [PATCH] Speed up creation of live ranges for physical registers by using a segment set
Andrew Trick
- [PATCH] Scalarizer for masked vector intrinsics
Demikhovsky, Elena
- [llvm] r224346 - [Hexagon] Adding absolute value, and negate with saturation
Colin LeMahieu
- PATCH: Target.td: Allow target specific operand types
Tom Stellard
- [llvm] r224347 - [MC] Reset the MCInst in the matcher function before adding opcode/operands.
Ahmed Bougacha
- Commit 224302 is broken on ARM
Kevin Enderby
- [llvm] r224348 - On behalf of Matthew Wahab:
Evgeny Astigeevich
- [llvm] r224349 - [AVX512] Enable integer arithmetic lowering for AVX512BW/VL subsets.
Robert Khasanov
- [llvm] r224350 - Fix the arm build bots for a test that was added. A printing routine was incorrectly using PRIx32
Kevin Enderby
- New buildbot running the ABI Testsuite
Galina Kistanova
- [llvm] r224351 - [CodeGenPrepare] Move sign/zero extensions near loads using type promotion.
Quentin Colombet
- [compiler-rt] r224353 - [asan] new flag: hard_rss_limit_mb
Kostya Serebryany
- [llvm] r224354 - Move lowerConstant to AsmPrinter
Matt Arsenault
- [llvm] r224355 - NVPTX: Remove duplicate of AsmPrinter::lowerConstant
Matt Arsenault
- [PATCH] Move lowerConstant to AsmPrinter instead of static
Matt Arsenault
- [PATCH] Generate better code for shuffles
Sanjay Patel
- [llvm] r224356 - Use CastInst::castIsValid to simplify the verifier.
Rafael Espindola
- [lld] r220117 - Hardcode the list of ELF targets here rather than using a glob.
Tom Stellard
- [PATCH] x86-32: PUSHF/POPF use/def EFLAGS
Tim Northover
- [PATCH] Prevent the creation of empty location list ranges.
Frederic Riss
- [PATCH] [SimplifyCFG] Revise common code sinking
Michael Liao
- [llvm] r224359 - x86-32: PUSHF/POPF use/def EFLAGS
JF Bastien
- [llvm] r224360 - [dsymutil] Avoid calling getStringTableData() for each symbol. NFC.
Frederic Riss
- [llvm] r224361 - [dsymutil] Pass the verbosity flag down to the processing. NFC for now.
Frederic Riss
- [compiler-rt] r224362 - Fixes wrong -march=aarch64 option in compiler-rt
Renato Golin
- [poolalloc] r224363 - Update IR test cases to new metadata format.
Will Dietz
- [lld] r224364 - Merging r220117:
Hans Wennborg
- [llvm] r224365 - [Hexagon] Adding asr/lsr/asl reg/imm, asl with saturation, asr with rounding. Doubleword abs/neg/not. Interleave and deinterleave instructions.
Colin LeMahieu
- [compiler-rt] r224366 - Fix Win build after r224353: void function returning zero.
Hans Wennborg
- r224353: [asan] new flag: hard_rss_limit_mb
Kuba Brecka
- [llvm] r224367 - [Hexagon] Adding bit count and twiddling instructions.
Colin LeMahieu
- [llvm] r224368 - Fix another use of PRIx32 that should have been PRIx64.
Kevin Enderby
- [PATCH] [dsymutil] Implement the BinaryHolder object and gain archive support.
Frederic Riss
- [compiler-rt] r224370 - [asan] trying to fix Mac build
Kostya Serebryany
- [PATCH] [SimplifyCFG] Teach when it is profitable to speculate calls to @llvm.cttz/ctlz.
David Majnemer
- [llvm] r224372 - [sanitizer] prevent function call merging for sanitizer-coverage callbacks
Kostya Serebryany
- [llvm] r224374 - [Hexagon] Adding tstbit/bitclr/bitset instructions.
Colin LeMahieu
- [PATCH] Random Number Generator Refactoring (removing from Module)
Stephen Crane
- [PATCH] C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
- [llvm] r224379 - merge consecutive loads that are offset from a base address
Sanjay Patel
- [PATCH] Extract out LPPassManager::cloneLoop
Sanjoy Das
- [PATCH] Add a new matcher m_ICmpWithPred
Sanjoy Das
- [PATCH] Initial commit for the llvm-dsymutil tool.
Frederic Riss
- [PATCH] New pass: inductive range check elimination
Sanjoy Das
- [llvm] r224381 - [Hexagon] Removing old XTYPE/BIT instructions and replacing usages.
Colin LeMahieu
- [llvm] r223763 - Skip declarations in the case of functions.
Michael Ilseman
- [llvm] r224382 - Make the assert a bit stronger.
Rafael Espindola
- [llvm] r224383 - [X86][SSE] Vector double -> float conversion memory folding (cvtpd2ps)
Simon Pilgrim
- [PATCH] [DebugInfo] Move all DWARF headers to the public include directory.
David Blaikie
- [PATCH] Make DIE.h a public CodeGen header.
Frederic Riss
- [llvm] r224384 - fix typo, add spaces; NFC
Sanjay Patel
- [patch] Document the restriction on removing a global from a COMDAT
Rafael Espíndola
- [compiler-rt] r224387 - Fix test cases given Clang's improved location information.
David Blaikie
- [PATCH] LowerSwitch: replace unreachable default with popular case destination
Hans Wennborg
- [PATCH] SimplifyCFG: don't remove unreachable defaults from switch instructions; exploit them instead!
Hans Wennborg
- [llvm] r224389 - Linker: Drop superseded subprograms
Duncan P. N. Exon Smith
- [PATCH] merge consecutive stores of extracted vector elements (PR21711)
Sanjay Patel
- [llvm] r224391 - [Hexagon] Updating doubleword shift usages to new versions.
Colin LeMahieu
- [llvm] r224393 - SelectionDAG switch lowering: use 'unsigned' to count destination popularity
Hans Wennborg
- [PATCH] enable P8Model entry
Bill Schmidt
- [PATCH] Linker: Replace overridden subprograms
Rafael Espíndola
- [compiler-rt] r224395 - [ASan] Introduce SetCanPoisonMemory() function.
Alexey Samsonov
- Fwd: [PATCH] Encode native floating point types in data layout string.
Cameron Esfahani
- [compiler-rt] r224396 - Rename asan_allocator2.cc to asan_allocator.cc
Alexey Samsonov
- [llvm] r224397 - Revert "[CodeGenPrepare] Move sign/zero extensions near loads using type promotion."
Reid Kleckner
- [llvm] r224399 - PR21875: codegen for non-type template parameters of nullptr_t type
David Blaikie
- r224351 causing crashes while building ICU
Quentin Colombet
- [RFC v2] BPF backend
Alexei Starovoitov
- [llvm] r224402 - [CodeGenPrepare] Reapply r224351 with a fix for the assertion failure:
Quentin Colombet
- [llvm] r224404 - Make ValueEnumerator::print use OS for metadata too. Noticed by inspection.
Nick Lewycky
- [llvm] r224405 - InstSimplify: shl nsw/nuw undef, %V -> undef
David Majnemer
- [compiler-rt] r224406 - [ASan] Re-structure the allocator code. NFC.
Alexey Samsonov
- [llvm] r224407 - Delete debugging cruft that crept in with r223802.
Nick Lewycky
- [llvm] r224408 - llvm-lto: Add testing coverage for local contexts
Duncan P. N. Exon Smith
- [llvm] r224409 - RegisterCoalescer: Sprinkle some const modifiers.
Matthias Braun
- [PATCH] Fix hardcoded stack probe space
David Majnemer
- [llvm] r224410 - Refactor and simplify the code reading /proc/cpuinfo. NFC.
Rafael Espindola
- [llvm] r224412 - Fix the windows build.
Rafael Espindola
- [llvm] r224413 - Remove unused includes and out of date comment. NFC.
Rafael Espindola
- [llvm] r224414 - Remove a debugging assert.
Rafael Espindola
- [PATCH] [RFC v3] BPF backend
Alexei Starovoitov
- [llvm] r224415 - Add parsing of 'foo at local".
Justin Hibbits
- [llvm] r224416 - Revert "Linker: Drop superseded subprograms"
Duncan P. N. Exon Smith
- [llvm] r224417 - Strength reduce intrinsics with overflow into regular arithmetic operations if possible.
Erik Eckstein
- r224389: Linker: Drop superseded subprograms
Duncan P. N. Exon Smith
- [PATCH] [llgo] irgen: fix canAvoid*
Andrew Wilkins
- [llvm] r224418 - Added 5 more tests related to sink store revision 224247
Elena Demikhovsky
- [llvm] r224119 - This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorders them for bundling into vector of loads,
Chandler Carruth
- [PATCH] [mips] Manually replace JAL pseudo-instructions with their JALR equivalent, instead of using InstAlias.
Toma Tabacu
- [PATCH] [mips] Expand JAL instructions when PIC is enabled.
Toma Tabacu
- [PATCH] [mips] Add assembler support for the .cprestore directive.
Toma Tabacu
- [Patch] [SLPVectorizer] Vectorize Horizontal Reductions from Consecutive Loads
Chandler Carruth
- [llvm] r224421 - Teach lit.cfg to recognize -windows-gnu in addition to -mingw32.
Yaron Keren
- [compiler-rt] r224422 - tsan: add disabled test case for issue 87
Dmitry Vyukov
- [PATCH] Fix suppressions file usage
Filipe Cabecinhas
- [compiler-rt] r224423 - [msan] Stop calling pthread_getspecific in signal handlers.
Evgeniy Stepanov
- [llvm] r224424 - Revert 224119 "This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorders them for bundling into vector of loads,
Suyog Sarda
- [llvm] r224425 - [mips] Set GCC-compatible MIPS asssembler options before inline asm blocks.
Toma Tabacu
- [llvm] r224427 - MipsABIInfo class is used in different libraries. Moving the files to MCTargetDesc folder(LLVMMipsDesc library) prevents linkage errors. There are no functional changes.
Vladimir Medic
- [llvm] r224429 - [DAGCombine] Slightly improve lowering of BUILD_VECTOR into a shuffle.
Michael Kuperstein
- [PATCH] [TSan][MIPS] Adding support for MIPS64
Sagar Thakur
- [llvm] 224319 - ARM: diagnose deprecated syntax
Asiri Rathnayake
- [PATCH] [zorg] Add sanitizer-bootstrap-lite bot.
Sergey Matveev
- [PATCH] Do not define CRT_HAS_128BIT for MIPS64
Joerg Sonnenberger
- [PATCH] [mips] Clean up the CodeGen/Mips/inlineasmmemop.ll test. NFC.
Toma Tabacu
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for mips32r2 platform
Vladimir Medic
- [llvm] r224432 - ARM: correct an off-by-one in an assert
Saleem Abdulrasool
- [PATCH] Add per-test timeouts to lit
Jonathan Roelofs
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for mips32 platform
Daniel Sanders
- [PATCH] [NVPTX] Fix bugs related to isSingleValueType
Justin Holewinski
- [www] r224436 - Post 3.6 release schedule
Hans Wennborg
- [llvm] r224437 - Fix CR/LF line endings in test case
Timur Iskhodzhanov
- [llvm] r224440 - [NVPTX] Fix bugs related to isSingleValueType
Jingyue Wu
- [llvm] r224444 - Random Number Generator Refactoring (removing from Module)
JF Bastien
- [PATCH] [zorg] Add options allowing MSVC builds with Clang Cmake Build Factory.
Rick Foos
- [zorg] r224445 - Add sanitizer-x86_64-linux-fast bot.
Sergey Matveev
- [compiler-rt] r224446 - Revert "Fix test cases given Clang's improved location information."
David Blaikie
- [llvm] r224447 - ExecutionDepsFix: Correctly handle wide registers.
Matthias Braun
- [lld] r224448 - lld self-hosts on FreeBSD too
Ed Maste
- [compiler-rt] r224450 - [ASan] Move flag parsing logic to asan_flags.cc. NFC.
Alexey Samsonov
- [PATCH] Fix load-store optimizer on thumbv4t
Tim Northover
- [llvm] r224452 - Enable the P8Model entry
Will Schmidt
- [PATCH] [ASan] Restrict the set of flags overriden at activation.
Alexey Samsonov
- [llvm] r224033 - [PowerPC] Implement BuildSDIVPow2, lower i64 pow2 sdiv using sradi
Joerg Sonnenberger
- [PATCH] [test-suite] Fix failure to capture stderr in *.out-simple's
Tom Stellard
- [PATCH] LTO: Lazily load modules that are used for parsing symbols
Duncan P. N. Exon Smith
- [PATCH] Refactor sanitizer build scripts.
Sergey Matveev
- [llvm] r224455 - [Hexagon] Reconfiguring register alternate names.
Colin LeMahieu
- [zorg] r224457 - Enabled two stage testing on the clang-native-aarch64 builder.
Galina Kistanova
- [PATCH] [ASan] Introduce AllocatorOptions to configure allocator behavior.
Alexey Samsonov
- [llvm] r224458 - R600/SI: Fix f64 inline immediates
Matt Arsenault
- [polly] r224459 - Dead code elimination: Update dependences after eliminating code
Tobias Grosser
- [llvm] r224461 - RegisterCoalescer: Fix stripCopies() picking up main range instead of subregister range
Matthias Braun
- [llvm] r224463 - [sanitizer] allow -fsanitize-coverage=N w/ -fsanitize=leak, llvm part
Kostya Serebryany
- [compiler-rt] r224464 - [sanitizer] allow -fsanitize-coverage=N w/ -fsanitize=leak, compiler-rt part
Kostya Serebryany
- [PATCH] Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Eric Christopher
- [llvm] r224466 - LTO: Lazy-load LTOModule in local contexts
Duncan P. N. Exon Smith
- [compiler-rt] r198017 - [ASan] Make sure none of the __asan_gen_ global strings end up in the symbol table, add a test.
David Blaikie
- [compiler-rt] r224469 - [sanitizer] add CombinedAllocator::InitIfLinkerInitialized and use it in lsan: speeds up lsan start-up time by ~25%
Kostya Serebryany
- [compiler-rt] r224470 - [ASan] Always build shared ASan runtime on Linux.
Alexey Samsonov
- [PATCH] Improvements for asan deactivated mode: disable asan activation for runtime library on Linux, disable malloc checks.
Alexey Samsonov
- [compiler-rt] r224472 - Fix obvious cut&paste error on AArch64 Compiler-RT settings
Renato Golin
- [compiler-rt] r224473 - [ASan] Add -ldl to linker invocation to lit tests that require it.
Alexey Samsonov
- [compiler-rt] r224474 - [ASan] Mark test for -fsized-delete as XFAIL for dynamic runtime.
Alexey Samsonov
- [llvm] r224481 - [dsymutil] Fix missing member initializer.
Alexey Samsonov
- [llvm] r224482 - IR: Handle self-referencing DICompositeTypes in DIBuilder
Duncan P. N. Exon Smith
- [zorg] r224484 - Add check-asan-dynamic step to sanitizer buildbot
Alexey Samsonov
- [llvm] r224486 - IR: Make DICompositeType mutators private
Duncan P. N. Exon Smith
- [llvm] r224487 - Reapply "Linker: Drop superseded subprograms"
Duncan P. N. Exon Smith
- [compiler-rt] r224488 - Do not define CRT_HAS_128BIT for MIPS64
Petar Jovanovic
- [UBSan] Proposed Sphynx documentation page for UndefinedBehaviorSanitizer
Morrison, Michael
- [llvm] r224489 - Model ARM backend ABI selection after the front end code doing the
Eric Christopher
- [llvm] r224492 - Add a new string member to the TargetOptions struct for the name
Eric Christopher
- [llvm] r224494 - Add a corresponding '@LOCAL' parse to match r224415.
Justin Hibbits
- [PATCH] [llgo] irgen: do not emit an extra terminator for panic thunks
Andrew Wilkins
- [llvm] r224058 - LeakDetector: Simplify code and fix comments, NFC
Rafael Espíndola
- [llvm] r224495 - [X86] Remove unnecessary 'In64BitMode' predicate for instructions that already indicate use of REX.W.
Craig Topper
- [llvm] r224496 - [X86] Don't use PS prefix on LDMXCSR/STMXCSR.
Craig Topper
- [llvm] r224497 - [X86] Use correct opsize on indirect call and jump aliases.
Craig Topper
- [llvm] r224498 - [PowerPC] Use MCPhysReg for tables of registers. Const-correct the tables. Only put the anonymous namespace around classes. NFC.
Craig Topper
- [llvm] r224499 - Modernize the getStreamedBitcodeModule interface a bit. NFC.
Rafael Espindola
- [llvm] r224500 - [SROA] Cleanup - remove the use of std::mem_fun_ref nonsense and use
Chandler Carruth
- [llvm] r224501 - test: avoid unnecessary temporary files
Saleem Abdulrasool
- [llvm] r224502 - ARM: improve instruction validation for thumb mode
Saleem Abdulrasool
- [PATCH] [lld][ELF]: Minimal implementation for ARM static linking
Denis Protivensky
- [PATCH] [ELF]: Initial implementation for ARM static linking
Denis Protivensky
- [PATCH] [lsan] [mips] adding support of lsan for mips64/mips64el arch
Kumar Sukhani
- [PATCH] [Sanitizer] Fix GetRSS on Linux with non-4k pages
Jay Foad
- [llvm] r224506 - Fix Visual C++ error "'llvm::make_unique' : ambiguous call to overloaded function".
Yaron Keren
- [compiler-rt] r224507 - tsan: disable flaky debug check
Dmitry Vyukov
- [compiler-rt] r224508 - tsan: don't crash with NULL deref during reporting
Dmitry Vyukov
- [compiler-rt] r224509 - tsan: add a stress test for deadlock detector
Dmitry Vyukov
- [compiler-rt] r224511 - tsan: disable the test even harder
Dmitry Vyukov
- [PATCH] [mips] Don't emit redundant mask instructions if the mask is already present.
Sasa Stankovic
- [llvm] r224514 - [Msan] Generalize instrumentation code to support FreeBSD mapping
Viktor Kutuzov
- [llvm] r224516 - [AVX512] Enable FP arithmetic lowering for AVX512VL subsets.
Robert Khasanov
- [llvm] 224502 - ARM: improve instruction validation for thumb mode
Asiri Rathnayake
- [PATCH] Atoms generated by a pass should be owned by the generated file and not the pass itself.
Jean-Daniel Dupas
- [llvm] r224517 - [mips] Clean up the CodeGen/Mips/inlineasmmemop.ll test. NFC.
Toma Tabacu
- [PATCH] [ARM] Parse Tag_compatibility correctly.
Charlie Turner
- [compiler-rt] r224518 - tsan: fix failing CHECK In deadlock detector
Dmitry Vyukov
- [compiler-rt] r224519 - tsan: fix deadlock reporting
Dmitry Vyukov
- [zorg] r224520 - Refactor sanitizer build scripts.
Sergey Matveev
- Running ASan tests on AArch64
Christophe Lyon
- [PATCH] [Sanitizers] Intercept snprintf_l() on FreeBSD
Viktor Kutuzov
- [llvm] r224521 - ARM: fix an off-by-one in the register list access
Saleem Abdulrasool
- [compiler-rt] r224522 - [Sanitizer] Fix GetRSS on Linux with non-4k pages
Jay Foad
- [PATCH] [ARM] Add missing Tag_DIV_use tests.
Charlie Turner
- [llvm] r224524 - [mips][microMIPS] Fix bugs related to atomic SC/LL instructions
Jozef Kolek
- [PATCH] [ARM] Cleanup so_imm* defintions
Asiri Rathnayake
- [llvm] r224527 - Add missing implementation of 'sys::path::is_other' to the support library.
Juergen Ributzka
- [compiler-rt] r224529 - Fix suppressions file usage
Filipe Cabecinhas
- [PATCH] use -0.0 when creating an fneg instruction
Sanjay Patel
- [compiler-rt] r224530 - tsan: fix data races between signal handler and sigaction
Dmitry Vyukov
- [compiler-rt] r224531 - tsan: disable __tls_get_addr interceptor
Dmitry Vyukov
- [compiler-rt] r224532 - tsan: add an additional test for signal handlers
Dmitry Vyukov
- [PATCH] [macho] -rpath support
Jean-Daniel Dupas
- [PATCH] Refine the notion of MayThrow in LICM to include a header specific version
Philip Reames
- [llvm] r224535 - Add myself as SystemZ code owner
Ulrich Weigand
- [PATCH] Implement shift ops for Mips fast-isel
reed kotler
- [PATCH] [compiler-rt] log-path_test testcase - make the invalid path more invalid
Kuba Brecka
- [llvm] r224538 - LiveIntervalAnalysis: Cleanup computeDeadValues
Matthias Braun
- [PATCH] R600: Implement getRsqrtEstimate
Matt Arsenault
- [llvm] r224539 - [NFC] Removing extra semicolon.
Colin LeMahieu
- [PATCH] [CodeGenPrepare] Teach when it is profitable to speculate calls to @llvm.cttz/ctlz.
Andrea Di Biagio
- [llvm] r224541 - Have llvm-c-test only use libLLVM if libLLVM has all the right components.
Chris Bieneman
- [llvm] r224542 - fix formatting; NFC
Sanjay Patel
- [lld] r224544 - [macho] -rpath support
Jean-Daniel Dupas
- [PATCH] Fix bug in llvm::DemoteRegToStack
Akira Hatanaka
- [PATCH] Add getSwappedBytes implementations for float / double
Matt Arsenault
- [PATCH] InstCombine: fsub nsz 0, X ==> fsub nsz -0.0, X
Sanjay Patel
- [llvm] r224547 - Instead of explicitely comparing both lowercase and uppercase variants.
Roman Divacky
- [Patches][RFC] What to do about bitcode streaming.
Rafael Espíndola
- [llvm] r224550 - [Hexagon] Adding loop0/1 sp0/1/2loop0 instructions.
Colin LeMahieu
- [llvm] r224551 - Remove an extra '; ' on line 1120 include/llvm/Support/MachO.h .
Kevin Enderby
- [llvm] r224552 - Reverting 224550, was not ready for commit.
Colin LeMahieu
- [llvm] r224553 - ConstantFold: Shifting undef by zero results in undef
David Majnemer
- [PATCH] [cmake] Unbreak LLVM-Config.cmake / llvm_expand_dependencies
Peter Zotov
- [llvm] r224554 - [cmake] Unbreak LLVM-Config.cmake / llvm_expand_dependencies.
Peter Zotov
- [llvm] r224555 - Explain why LLVM is emitting a DW_AT_containing_type inside of a class.
Adrian Prantl
- [llvm] r224556 - [Hexagon] Adding loop0/1 sp0/1/2loop0 instructions.
Colin LeMahieu
- PATCHES: R600/SI: Remove SelectionDAG operand folding
Tom Stellard
- [PATCH] [Object] Don't crash on empty export lists.
Juergen Ributzka
- [llvm] r224560 - RegisterCoalescer: rewrite eliminateUndefCopy().
Matthias Braun
- [llvm] r224563 - [Object] Don't crash on empty export lists.
Juergen Ributzka
- [PATCH] [RFC v4] BPF backend
Alexei Starovoitov
- [llvm] r224566 - Rename MapValue(Metadata*) to MapMetadata()
Duncan P. N. Exon Smith
- [llvm] r224567 - LTO: Export local context symbols
Duncan P. N. Exon Smith
- [PATCH] [asan][mips][compiler-rt] Fix MIPS64 Asan mapping
Kumar Sukhani
- [PATCH] [PATCH] Fix a bug about memory dependence checking in loop vectorization
Jiangning Liu
- [compiler-rt] r224569 - [asan] Resurrect sanitize-coverage test on Android.
Evgeniy Stepanov
- [llvm] r224570 - Remove redundant assignment.
Tilmann Scheller
- [compiler-rt] r224571 - [asan] Add tests for direct (mmap-ed) mode for BB- and edge-level coverage.
Evgeniy Stepanov
- [PATCH] [macho] Minor install_name fixes
Jean-Daniel Dupas
- [compiler-rt] r223480 - [LSan] Rewrite the test from r223419 to not use C++11.
Evgeniy Stepanov
- [compiler-rt] r224572 - [asan] Test BB- and edge- level coverage on Android.
Evgeniy Stepanov
- [test-suite] r224573 - Merging r218054:
Daniel Sanders
- [PATCH] New method SDep::isMemory() in ScheduleDAGInstrs.cpp.
Jonas Paulsson
- [PATCH] [Sanitizers] Intercept wordexp on FreeBSD
Viktor Kutuzov
- [llvm] r224574 - [InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr
Bruno Cardoso Lopes
- [compiler-rt] r224575 - tsan: intercept closedir
Dmitry Vyukov
- [llvm] r224576 - Revert "[InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr"
Bruno Cardoso Lopes
- [compiler-rt] r224577 - [sanitizer] Rename InitIfLinkerInitialized to InitLinkerInitialized.
Sergey Matveev
- [zorg] r224579 - Attempt to fix sanitizer-x86_64-linux-fast.
Sergey Matveev
- [compiler-rt] r224580 - [lsan] Add debug output to leak_check_before_thread_started.cc.
Sergey Matveev
- [PATCH 1/2] Triple: Add gcn triple
Tom Stellard
- [PATCH] C API: Add LLVMSetTargetMachineShowMCEncoding()
Tom Stellard
- [PATCH] [Msan] Fix uname() interception on FreeBSD
Viktor Kutuzov
- [llvm] r224583 - use -0.0 when creating an fneg instruction
Sanjay Patel
- [polly] r224584 - (diagnostics) Fix typo.
Andreas Simbuerger
- [llvm] r224586 - [ARM] Remove dead assignment.
Tilmann Scheller
- [PATCH] Convert fcmp with 0.0 from casted integers to icmp
Matt Arsenault
- [llvm] r224587 - [LoopVectorize] Remove redundant assignment.
Tilmann Scheller
- [llvm] r224588 - Reapply: [InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr
Bruno Cardoso Lopes
- [llvm] r224589 - [BBVectorize] Remove redundant assignment.
Tilmann Scheller
- [llvm] r224590 - [BBVectorize] Remove two more redundant assignments.
Tilmann Scheller
- [polly] r224591 - (diagnostics) fix typo in test...
Andreas Simbuerger
- [LLVMdev] [RFC v4] BPF backend
Alexei Starovoitov
- Subject: r223862 - caused regressions in internal tests
Richard Barton
- [llvm] r224594 - [DebugInfo] Move all DWARF headers to the public include directory.
Frederic Riss
- [compiler-rt] r224597 - builtins: rely on the compiler for user label prefix
Saleem Abdulrasool
- [llvm] r224598 - [Hexagon] Adding doubleregs for control registers. Renaming control register class.
Colin LeMahieu
- [llvm] r224599 - [Hexagon] Adding transfers to and from control registers.
Colin LeMahieu
- [compiler-rt] r224600 - [ASan] Move flag validation from ParseFlagsFromString() to InitializeFlags().
Alexey Samsonov
- [compiler-rt] r224601 - [ASan] Restrict the set of flags overriden at activation.
Alexey Samsonov
- [llvm] r224604 - [Hexagon] Adding xtype shift instructions.
Colin LeMahieu
- [compiler-rt] r224605 - [ASan] Introduce AllocatorOptions to configure allocator behavior.
Alexey Samsonov
- [llvm] r224608 - [Hexagon] Adding more xtype shift instructions.
Colin LeMahieu
- [llvm] r224609 - [Hexagon] Adding bit insertion instructions.
Colin LeMahieu
- [llvm] r224610 - [Hexagon] Adding bit extraction and table indexing instructions.
Colin LeMahieu
- [llvm] r224611 - merge consecutive stores of extracted vector elements
Sanjay Patel
- [llvm] r224612 - [Hexagon] Removing old variants of instructions and updating references.
Colin LeMahieu
- [compiler-rt] r224613 - [Sanitizer] Make Quarantine::Init slightly safer.
Alexey Samsonov
- [compiler-rt] r224614 - [ASan] Change activation strategy.
Alexey Samsonov
- [llvm] r224615 - CodeGen: do not attempt to invalidate virtual registers for zero-sized phis.
Peter Collingbourne
- [PATCH] Insert random NOPs to increase security against ROP attacks (llvm)
Stephen Crane
- [compiler-rt] r224617 - [Sanitizer] Refactor CommonFlags interface. NFC.
Alexey Samsonov
- [llvm] r224619 - Update SmallPtrSet::insert's doc comment to match the new return type
David Blaikie
- [PATCH] CodeGen support for x86_64 SEH catch handlers in LLVM
Reid Kleckner
- isSubroutineType does not test for isCompositeType
David Blaikie
- [PATCH] [Sanitizer] Make CommonFlags immutable after initialization.
Alexey Samsonov
- [PATCH] Implement FastMaterializeAlloca in Mips fast-isel
reed kotler
- [llvm] r222935 - Simplify some more ownership using forward_list<T> rather than vector<unique_ptr<T>>
David Blaikie
- [llvm] r224621 - Remove isSubroutineType test for isCompositeType, getTag() is enough.
Yaron Keren
- [llvm] r224622 - R600/SI: Make sure non-inline constants aren't folded into mubuf soffset operand
Tom Stellard
- [llvm] r224623 - R600/SI: isLegalOperand() shouldn't check constant bus for SALU instructions
Tom Stellard
- [llvm] r224624 - Model sqrtss as a binary operation with one source operand tied to the destination (PR14221)
Sanjay Patel
- [llvm] r224625 - Add the ExceptionHandling::MSVC enumeration
Reid Kleckner
- [PATCH] [LIT] Add JSONMetricValue type to wrap types supported by the json encoder.
Eric Fiselier
- [llvm] r224628 - [LIT] Add JSONMetricValue type to wrap types supported by the json encoder.
Eric Fiselier
- [dragonegg] r224631 - Creating release candidate rc2 from release_351 branch
Tom Stellard
- [test-suite] r224632 - Creating release candidate rc2 from release_351 branch
Tom Stellard
- [llvm] r224635 - EH: Sink computation of local PadMap variable into function that uses it
Reid Kleckner
- [lld] r224640 - Creating release candidate rc2 from release_351 branch
Tom Stellard
- [compiler-rt] r224645 - [sanitizer] initialize two flas in SetCommonFlagsDefaults
Kostya Serebryany
- [PATCH] Ensure debug info for two calls to the same function from the same location are not merged
David Blaikie
- [llvm] r224646 - R600/SI: Only form min/max with 1 use.
Matt Arsenault
- [llvm] r223774 - [x86] Fix the test to actually test things for the CPU names, add the
Steven Wu
- [llvm] r224647 - Masked load and store codegen - fixed 128-bit vectors
Elena Demikhovsky
- [llvm] r224648 - R600: Remove outdated comment
Matt Arsenault
- [PATCH] Combine fcmp + select to fminnum / fmaxnum if no nans and legal
Matt Arsenault
- [PATCH] Create an experimental Windows LLDB Builder
Zachary Turner
- [llvm] r224650 - Remove unused variable, initializer, and accessor.
Eric Christopher
- [llvm] r224655 - Remove unused variable and initialization.
Eric Christopher
- [PATCH] Make musttail more robust for vector types on x86
Reid Kleckner
- [compiler-rt] r224660 - [sanitizer] fix a performance regression in sanitizer coverage: move a small perf-critical function to a header. ALso set the coverage guard to 1 before the early return from CoverageData::Add
Kostya Serebryany
- [llvm] r224661 - Unbreak cmake build with shared libraries enabled.
Matthias Braun
- [llvm] r224663 - LiveIntervalAnalysis: cleanup addKills(), NFC
Matthias Braun
- [llvm] r224664 - LiveIntervalAnalysis: No kill flags for partially undefined uses.
Matthias Braun
- [llvm] r224665 - [x86] Change the test added in r223774 to first check the spelling of
Chandler Carruth
- [llvm] r224666 - [SROA] Run clang-format over the entire SROA pass as I wrote it before
Chandler Carruth
- [llvm] r224669 - InstSimplify: Optimize away pointless comparisons
David Majnemer
- [llvm] r224672 - Split executeShTest into two parts so that it can be better leveraged by libc++
Eric Fiselier
- [llvm] r224673 - Simplify the code
David Majnemer
- [llvm] r224675 - InstSimplify: Don't bother if getScalarSizeInBits returns zero
David Majnemer
- [llvm] r224676 - InstCombine: Squash an icmp+select into bitwise arithmetic
David Majnemer
- [llvm] r224677 - This should have been part of r224676.
David Majnemer
- [llvm] r224678 - [X86] Immediate forms of far call/jump are not valid in x86-64.
Craig Topper
- [llvm] r224679 - strnlen isn't available on some platforms, use StringRef instead
David Majnemer
- [lld] r224681 - [macho] Minor install_name fixes
Jean-Daniel Dupas
- [llvm] r224682 - ARM: further improve deprecated diagnosis (LDM)
Saleem Abdulrasool
- [llvm] r224683 - CodeGen: constify and use range loop for SSP
Saleem Abdulrasool
- [llvm] r224684 - [X86] Don't swap the order of segment and offset in immediate form of far call/jump in Intel syntax.
Craig Topper
- [llvm] r224685 - [X86] Remove '*' from asm strings in far call/jump aliases for Intel syntax.
Craig Topper
- [llvm] r224686 - [X86] Swap operand order of imul aliases in Intel syntax. Also disable printing of the alias instead of the real instruction.
Craig Topper
- [llvm] r224687 - [X86] Swap operand order in Intel syntax on a bunch of aliases.
Craig Topper
- [PATCH] [compiler-rt] Properly handle dispatch_source_set_cancel_handler with a NULL handler
Kuba Brecka
- [PATCH] Teach IndVarSimplify to add nuw and nsw to operations that provably don't overflow.
Sanjoy Das
- [PATCH] [X86] Improve DAGCombiner BUILD_VECTOR with two sources of elements
Michael Kuperstein
- [PATCH] libc++ tests: wait_until.pass test sporadically fails (bug 21998)
Oleg Ranevskyy
- [llvm] r224691 - Enable (sext x) == C --> x == (trunc C) combine
Matt Arsenault
- [PATCH] Enable (sext x) == C --> x == (trunc C) combine
Matt Arsenault
- [llvm] r224692 - [X86] Add hasSideEffects = 0 to CALLpcrel16. This matches what is inferred from patterns for the 32-bit version.
Craig Topper
- [PATCH] R600/SI: Use VOP2 K instructions
Matt Arsenault
- [llvm] r224693 - CodeGen: minor style tweaks to SSP
Saleem Abdulrasool
- [PATCH] [compiler-rt] Abort after failed exec() and get rid of the allow_reexec ASan flag
Kuba Brecka
- [compiler-rt] r224694 - log-path_test testcase - make the invalid path more invalid
Kuba Brecka
- [PATCH] R600/SI: Add intrinsic for class instructions
Matt Arsenault
- [PATCH] CodeGen: introduce support for Windows SSP on x86/x64
Saleem Abdulrasool
- [PATCH] [AArch64] Fix the bug PR21675 about lowering llvm.ctpop.i32
Hao Liu
Last message date:
Sun Dec 21 22:58:03 PST 2014
Archived on: Tue Aug 4 17:12:06 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).