The Week Of Monday 15 September 2014 Archives by thread
Starting: Mon Sep 15 00:17:25 PDT 2014
Ending: Sun Sep 21 23:56:46 PDT 2014
Messages: 1047
- [PATCH] [TOOL][TEST] A simple string replacing tool for testing purposes
David Majnemer
- Use broadcasts to optimize overall size when loading constant splat vectors (x86-64 with AVX or AVX2)
Demikhovsky, Elena
- [llvm] r217747 - Introduce the DWARFUnitSection abstraction.
Frederic Riss
- [llvm] r217748 - Move replaceAllUsesWith() from DIType to DIDescriptor.
Frederic Riss
- [llvm] r217749 - Fix DebugInfo replaceAllUsesWith.
Frederic Riss
- [PATCH] Fix DebugInfo replaceAllUsesWith.
Frederic Riss
- [PATCH] Move replaceAllUsesWith() from DIType to DIDescriptor.
Frederic Riss
- [PATCH] [COMPILER-RT] Implement __fixtfsi, __fixunstfsi
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __floatsitf, __floatunstfsi
GuanHong Liu
- [llvm] r217750 - InstSimplify: Simplify trivial and/or of icmps
David Majnemer
- [llvm] r217751 - Fix ambiguous typedef introduced in r217747.
Frederic Riss
- [PATCH] [PATCH][SROA]Also slice the STORE when slicing a LOAD in AllocaSliceRewriter
Chandler Carruth
- [polly] r217508 - [Refactor] Cleanup isl code generation
Tobias Grosser
- [llvm] r216344 - Silence gcc -Wpedantic.
Patrik Hägglund H
- [PATCH] Add a UnitKind field to DWARFUnit so that we can discriminate the unit's origin section.
Frederic Riss
- [PATCH] [Polly] Runtime alias checks
Tobias Grosser
- [PATCH] Add DIBuilder functions to build RAUWable DIVariables and DIFunctions.
Frederic Riss
- [llvm] r217752 - [x86] Teach the new vector shuffle lowering to use 'punpcklwd' and
Chandler Carruth
- [compiler-rt] r217753 - [asan] Disable wait4 test on Android.
Evgeniy Stepanov
- [PATCH] Fix DWARFContext::getCompileUnitForOffset().
Frederic Riss
- [PATCH] Make getUnitForOffset a DWARFUnit method instead of a DWARFContext method.
Frederic Riss
- [compiler-rt] r217754 - [asan] Fix path in test.
Evgeniy Stepanov
- [PATCH] Added InstCombine transform for pattern " ((X % Y) % Y) -> (X % Y) ".
sonam kumari
- [PATCH] Port the variadic std::tr1::tuple hack for building gtest for MSVC2012 to ASAN tests.
Timur Iskhodzhanov
- [PATCH] Avoid calling strtoll and atoll in asan_str_test.cc on Windows for now
Timur Iskhodzhanov
- [llvm] r217755 - [x86] Undo a flawed transform I added to form UNPCK instructions when
Chandler Carruth
- [llvm] r217756 - Fix a non-virtual destructor warning introduced in r217747.
Frederic Riss
- [PATCH] Added InstCombine transform for pattern " ((X % Z) + (Y % Z)) % Z -> (X + Y) % Z ".
Ankur Garg
- [llvm] r217744 - [x86] Teach the new vector shuffle lowering to use BLENDPS and BLENDPD.
Andrea Di Biagio
- [llvm] r217758 - [x86] Teach the x86 DAG combiner to form MOVSLDUP and MOVSHDUP
Chandler Carruth
- [llvm] r217761 - [x86] Teach the x86 DAG combiner to form UNPCKLPS and UNPCKHPS
Chandler Carruth
- [compiler-rt] r217762 - Port the variadic std::tr1::tuple hack for building gtest for MSVC2012 to ASAN tests.
Ehsan Akhgari
- [compiler-rt] r217763 - Avoid calling strtoll and atoll in asan_str_test.cc on Windows for now
Ehsan Akhgari
- [compiler-rt] r217764 - [asan] Delay system log initialization on Android.
Evgeniy Stepanov
- [llvm] r217765 - [x86] Add an explicit SSE3 run to this test and flesh out a bunch of
Chandler Carruth
- [PATCH] Move DWARFUnitSection from inheriting SmallVector to holding an instance.
Frederic Riss
- [llvm] r217767 - [x86] Begin emitting PBLENDW instructions for integer blend operations
Chandler Carruth
- [compiler-rt] r217769 - [asan] Fix a flaky test.
Evgeniy Stepanov
- [PATCH] Turn local DWARFContext helpers getFileNameForUnit() and getFileLineInfoForCompileUnit() into full-blowm DWARFDebugLine::LineTable methods.
Frederic Riss
- [lldb-dev] [RFC][PATCH] Keep un-canonicalized template types in the debug information
Frédéric Riss
- [PATCH] R600/SI: Add preliminary support for flat address space
Tom Stellard
- [PATCH] R600/SI: Add some mubuf testcases.
Tom Stellard
- [llvm] r217770 - [mips] Marked the DADDiu instruction aliases as MIPS III.
Toma Tabacu
- [PATCH] Eliminate memory leaks in YAMLTraits.cpp
Anton Yartsev
- [llvm] r217629 - [CodeGenPrepare] Teach the addressing mode matcher how to promote zext.
Joerg Sonnenberger
- [PATCH] [x32] Fix function indirect calls
Pavel Chupin
- [llvm] r217774 - [mips] Use early exit in MipsAsmParser::matchCPURegisterName(). NFC.
Toma Tabacu
- [llvm] r217775 - R600/SI: Enable named operand table for MTBUF
Matt Arsenault
- [llvm] r217776 - R600/SI: Fix promote alloca pass breaking addrspacecast
Matt Arsenault
- [llvm] r217777 - R600/SI: Add preliminary support for flat address space
Matt Arsenault
- [llvm] r217778 - Use IntrusiveRefCntPtr to manage the lifetime of BitCodeAbbrevs.
Benjamin Kramer
- [PATCH] InstCombine: constant comparison involving ashr is wrongly simplified (PR20945).
Andrea Di Biagio
- [PATCH] Add useful helpers to AddrSpaceCastInst
Matt Arsenault
- [llvm] r217780 - Spell out the template args for compilers having issues with the injected class
Benjamin Kramer
- [PATCH] Use broadcasts to optimize overall size when loading constant splat vectors (x86-64 with AVX or AVX2)
Sanjay Patel
- [PATCH] Update API to add PIC-level support.
Justin Hibbits
- [llvm] r217785 - R600/SI: Add some mubuf testcases.
Matt Arsenault
- [PATCH] Remove dead code in SimplifyCFG
Jingyue Wu
- [llvm] r217786 - Add unit test for r217454
Ed Maste
- [PATCH] MC: Add support for BigObj
Reid Kleckner
- [PATCH] R600/SI: Prefer selecting more e64 instruction forms.
Matt Arsenault
- [llvm] r217787 - R600/SI: Make sure double vector fmul is tested
Matt Arsenault
- [PATCH] Fix assertion in LICM doFinalization()
David Peixotto
- [llvm] r217789 - R600/SI: Prefer selecting more e64 instruction forms.
Matt Arsenault
- [llvm] r217611 - Provide an implementation of getNoopForMachoTarget for SPARC.
Rafael Espíndola
- [PATCH] Rename getNoopForMachoTarget to getNoop
Rafael Espíndola
- [PATCH] R600/SI: Change formatting of printed FP immediates
Matt Arsenault
- [PATCH] R600/SI: Remove promotion of instructions to e64 forms.
Matt Arsenault
- [llvm] r217794 - [MCJIT] Start Stringref-izing the ExecutionEngine interface.
Lang Hames
- [PATCH] fix bug where sys::Wait could wait on wrong pid
Daniel Reynaud
- [llvm] r217796 - Use dyn_cast<> instead of isa<> and cast<>
Matt Arsenault
- [llvm] r217797 - CHECK-LABELize test
Matt Arsenault
- [PATCH] Fix float division-by-zero in R600 scheduler
Alexey Samsonov
- [PATCH] Move llvm.loop metadata in SplitCriticalEdge
Johannes Doerfert
- [llvm] r217799 - [X86] Fix a bug in X86's peephole optimization.
Akira Hatanaka
- [llvm] r217800 - [CodeGenPrepare][AddressingModeMatcher] Fix a think-o for the sext(zext) -> zext promotion
Quentin Colombet
- reset method for WinCOFFObjectWriter
Yaron Keren
- [llvm] r217801 - Fix a lot of confusion around inserting nops on empty functions.
Rafael Espindola
- [polly] r217802 - [Fix] Rewire the Region after a unconditional entry edge is created
Johannes Doerfert
- [llvm] r217803 - Fix memory leak in error paths in YAMLTraits by using unique_ptr
David Blaikie
- [PATCH] Fix bug in x86's peephole optimization
Akira Hatanaka
- [PATCH] Add threshold for lowering lattice value 'overdefined' in LVI
Hal Finkel
- [llvm] r217805 - Add a triple to fix the bots.
Rafael Espindola
- [llvm] r217806 - llvm/test/CodeGen/X86/peephole-fold-movsd.ll: Relax an expression for win32.
NAKAMURA Takumi
- [llvm] r217808 - Remove ancient hack that was emulating move semantics with reference counting.
Benjamin Kramer
- [llvm] r217810 - Add return that was lost somehow in my last commit.
Benjamin Kramer
- [llvm] r217732 - [FastISel][AArch64] Add support for non-native types for logical ops.
Juergen Ributzka
- [llvm] r217812 - MC: Add support for BigObj
David Majnemer
- [PATCH][TableGen] Fully resolve class-instance values before defs in multiclasses
Adam Nemet
- [llvm] r217814 - Replace dead links to "Hacker's Delight" with general references. NFC.
Sanjay Patel
- [lld] r217815 - Adjust lld to handle LLVM r217812
David Majnemer
- [llvm] r217819 - [x86] Start fixing our emission of ADDSUBPS and ADDSUBPD instructions by
Chandler Carruth
- [llvm] r217820 - Fix the build for MSVC, it doesn't support extended sizeof
David Majnemer
- [llvm] r217821 - Add mips32 r1 to the list of supported targets for Mips fast-isel
Reed Kotler
- [llvm] r217822 - [FastISel] Move optimizeCmpPredicate to FastISel base class. NFC.
Juergen Ributzka
- [llvm] r217823 - [FastISel][AArch64] Improve floating-point compare support.
Juergen Ributzka
- [llvm] r217824 - Remove dead code in SimplifyCFG
Jingyue Wu
- [PATCH][compiler-rt] Fix global constructor warning in sanitizer.
Kostya Serebryany
- [PATCH] Select Elimination in InstCombine
Gerolf Hoflehner
- [PATCH] decodeSLEB128()
Nick Kledzik
- Small Refactoring of ARMAsmBackend
Joe Abbey
- [llvm] r217826 - [FastISel][AArch64] Refactor code to use isTypeSupported. NFC.
Juergen Ributzka
- [llvm] r217827 - [FastISel][AArch64] Refactor selectAddSub, selectLogicalOp, and SelectShift. NFC.
Juergen Ributzka
- [llvm] r217830 - [Support] add decodeSLEB128()
Nick Kledzik
- [llvm] r217831 - Replace repeated null checks with an assert. NFC.
Sanjay Patel
- [PATCH] Reassociate x + -0.1234 * y into x - 0.1234 * y (part 2)
Chad Rosier
- LLVM Documentation: MergeFunctions pass
Sean Silva
- [llvm] r217832 - [FastISel] Fix a bug in FastISel::CallLoweringInfo.
Juergen Ributzka
- [llvm] r217833 - [FastISel][AArch64] Add lowering support for frem.
Juergen Ributzka
- [llvm] r217834 - Add back tests for empty function in SPARC and PowerPC.
Rafael Espindola
- [PATCH] [PATCH] Test case and FastISel fixes with FeatureVSX enabled
Chad Rosier
- [llvm] r217835 - llvm-cov: Fix an issue with showing regions but not counts
Justin Bogner
- [llvm] r217837 - Fix indenting caused by clang-format+spuriously indented access specifier in r216925
David Blaikie
- [PATCH] Debug info: Teach the SDag type legalizer how to split up debug info for integer values that are split into a hi and lo part.
Adrian Prantl
- [llvm] r217838 - llvm-cov: Make debug output more consistent
Justin Bogner
- [llvm] r216925 - unique_ptrify the result of SpecialCaseList::create
David Blaikie
- [llvm] r217839 - [FastISel][AArch64] Lower sin/cos/pow to runtime lib calls.
Juergen Ributzka
- [llvm] r217840 - [FastISel][AArch64] Make AArch64FastISel class final. NFC.
Juergen Ributzka
- [llvm] r217708 - llvm-profdata: Avoid undefined behaviour when reading raw profiles
David Blaikie
- [llvm] r217842 - DebugInfo: Add comment describing the need to disable address pool usage in skeleton units.
David Blaikie
- [llvm] r217338 - DebugInfo: Do not use DW_FORM_GNU_addr_index in skeleton CUs, GDB 7.8 errors on this.
David Blaikie
- [PATCH] Add preload method.
Nick Kledzik
- [PATCH] [dwarfdump] Implement extraction of file information referenced in .debug_info.
David Blaikie
- [llvm] r217845 - [FastISel][AArch64] Update function and variable names to follow the coding standard. NFC.
Juergen Ributzka
- [llvm] r217846 - [FastISel][AArch64] Allow handling of vectors during return lowering for little endian machines.
Juergen Ributzka
- [PATCH] IR: Move the complex address expression field out of DIVariable and into an extra argument of the dbg.declare/dbg.value intrinsics.
David Blaikie
- [PATCH] Refactoring SimplifyLibCalls to remove static initializers and generally cleaning up the code.
Chris Bieneman
- [llvm] r217847 - [FastISel][AArch64] Add missing test case for previous commit.
Juergen Ributzka
- [PATCH] WIP: DI: Fold constant arguments into a single MDString
David Blaikie
- [PATCH] Teach zorg to support cmake and modules for Clang builders
David Blaikie
- [llvm] r217848 - [x86] Add the beginnings of a proper DAG combine to match ADDSUBPS and
Chandler Carruth
- [llvm] r217849 - [x86] As a follow-up to r217819, don't check for VSELECT legality now
Chandler Carruth
- [llvm] r217850 - [FastISel][AArch64] Add vector support to argument lowering.
Juergen Ributzka
- [PATCH] This phabricator revision is the merge of 4 patches that aim to provide resolving of AT_abstract_origin and AT_specification attributes.
David Blaikie
- [llvm] r217851 - [x86] Remove the last vestiges of the BLENDI-based ADDSUB pattern
Chandler Carruth
- [PATCH] Add a "probe-stack" attribute
John Kåre Alsaker
- [zorg] r217512 - Fix lit arg passing for libcxx-libcxxabi-singlethreaded-x86_64-linux-debian
Jonathan Roelofs
- [llvm] r217853 - [llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind options
Nick Kledzik
- [llvm] r217854 - [x86] Cleanup an unused variable by actually using it in the non-asserts
Chandler Carruth
- [llvm] r217855 - [x86] Remove a FIXME that doesn't make any sense. Only the lanes feeding
Chandler Carruth
- [llvm] r217856 - tweak test case to help solve why failing on one build bot
Nick Kledzik
- [PATCH] [IndVarSimplify] Widen signed loop compare instructions to enable additional optimizations.
Andrew Trick
- [llvm] r217858 - yaml2obj: Support bigobj
David Majnemer
- Android NDK compatibility patch for Debug+Asserts build
Jeffrey Brusseau
- [llvm] r217859 - Fix BasicTTI::getCmpSelInstrCost to deal with illegal vector types
Hal Finkel
- [llvm] r216914 - Revert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'.
Hal Finkel
- [llvm] r217860 - tweak test case to help build bot
Nick Kledzik
- [PATCH] Fix FastISel bug in boolean returns for PowerPC
Hal Finkel
- Improve FMA folding
Hal Finkel
- [llvm] r217861 - llvm-cov: Rename a variable and clean up its usage
Justin Bogner
- [llvm] r217863 - AVX-512: added cost for some AVX-512 instructions
Elena Demikhovsky
- [llvm] r217865 - [InstCombine] Remove redundant test case.
Tilmann Scheller
- [PATCH] Removed a duplicate test case
Tilmann Scheller
- [llvm] r217866 - ARMAsmBackend uses a factory method to generate binary file format specific
Joe Abbey
- [llvm] r217867 - [mips] Marked the ADDi instruction aliases as not available in Mips32R6 and Mips64R6.
Toma Tabacu
- [llvm] r217868 - [mips] Move 32-bit ADDiu instruction alias from Mips64InstrInfo.td to MipsInstrInfo.td.
Toma Tabacu
- [Thumb] Don't materialize a new base register when CPSR is live
Moritz Roth
- [compiler-rt] r217869 - [asan] Fix a comment in a test.
Evgeniy Stepanov
- [compiler-rt] r217870 - [asan] De-flake one test.
Evgeniy Stepanov
- [PATCH] Consider the frame base isn't moving in calculateDbgValueHistory.
Frederic Riss
- [llvm] r217871 - Make DWARFUnitSection final and change base class to non-virtual protected destructor.
Frederic Riss
- [PATCH] Enable Asan on Windows
Timur Iskhodzhanov
- [PATCH] [test-suite, LNT] Make the use of perf optional
Yi Kong
- [www-pubs] r217872 - Added a couple of LLVM related papers and a thesis from our group.
Pekka Jaaskelainen
- [llvm] r217873 - [mips] Improve the error messages given by MipsAsmParser.
Toma Tabacu
- [PATCH] Move DWARFUnitSection from the vector API to something more semantically accurate.
Frederic Riss
- [llvm] r217875 - Interpreter: Hack around a series of bugs in MSVC 2012 that copies around this
Benjamin Kramer
- [llvm] r217879 - Spell out a move ctor. Even the 2013 vintage of MSVC cannot synthesize move ctors.
Benjamin Kramer
- [llvm] r217881 - ARM load/store optimizer: Don't materialize a new base register with
Moritz Roth
- [llvm] r217885 - [X86] Improve comment
Adam Nemet
- [llvm] r217886 - [TableGen] Fully resolve class-instance values before defs in multiclasses
Adam Nemet
- [llvm] r217887 - Fix move-only type issues in Interpreter with MSVC
Reid Kleckner
- [llvm] r217889 - Add a missing return to operator=
Reid Kleckner
- [PATCH] SSE reciprocal square root instruction latencies
Simon Pilgrim
- [llvm] r217892 - Fix typo
Matt Arsenault
- [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses
Kuba Brecka
- [zorg] r217896 - Fix the LibcxxAndAbiBuilder's passing of LIT arguments
Jonathan Roelofs
- [PATCH] x86 inline-asm: error-out on a 64-bit variable bound to a single register in 32-bit mode
Eric Christopher
- [lld] r217898 - [mach-o] Fix two-level namespace ordinals
Nick Kledzik
- [llvm] r217899 - Add back a fallback case for targets that do not or cannot implement getNoopForMachoTarget().
Owen Anderson
- [compiler-rt] r217901 - Implement floatsitf, floatunstfsi, which perform
Joerg Sonnenberger
- [compiler-rt] r217904 - [sanitizer] Fix global constructor warning in sanitizer; patch by Samuel F Antao
Kostya Serebryany
- [llvm] r217906 - tweak test case for debugging bot
Nick Kledzik
- [llvm] r217907 - This add a reset method for WinCOFFObjectWriter, like other MC* classes.
Yaron Keren
- [PATCH] [X86] Use the generic AtomicExpandPass instead of X86AtomicExpandPass
Robin Morisset
- [compiler-rt] r217908 - tsan: support longjmp out of signal handlers
Dmitry Vyukov
- [llvm] r217909 - [llvm-objdump] improve error reporting of bad mach-o ordinals
Nick Kledzik
- [llvm] r217926 - [CodeGenPrepare][AddressingModeMatcher] The promotion mechanism was expecting
Quentin Colombet
- [PATCH] LineIterator: Provide a variant that keeps blank lines
Justin Bogner
- [llvm] r217928 - [X86] Use the generic AtomicExpandPass instead of X86AtomicExpandPass
Robin Morisset
- [compiler-rt] r217929 - tsan: fix crash when a program registers zillions of atexit callbacks
Dmitry Vyukov
- [llvm] r217930 - [llvm-objdump] properly use c_str() with format("%s"). Improve getLibraryShortNameByIndex() error handling.
Nick Kledzik
- [PATCH] [ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors
Robin Morisset
- [lld] r217932 - [mach-o] update test case to match new llvm-objdump output
Nick Kledzik
- [llvm] r217933 - Fix identify_magic() with mach-o stub dylibs.
Nick Kledzik
- [llvm] r217934 - | -> ||
Richard Trieu
- [llvm] r217935 - [Object] keep trailing '\0' out of StringRef when parsing mach-o bindings
Nick Kledzik
- [llvm] r217937 - InstSimplify: ((X % Y) % Y) -> (X % Y)
David Majnemer
- [llvm] r217939 - InstSimplify: Don't allow (x srem y) urem y -> x srem y
David Majnemer
- [llvm] r217940 - llvm-cov: Distinguish expansion/instantiation from SourceCoverageView
Justin Bogner
- [llvm] r217941 - Add move constructors/assignment to make MSVC happy after r217940
Justin Bogner
- [llvm] r217942 - [x32] Fix function indirect calls
Pavel Chupin
- [compiler-rt] r217943 - Add FreeBSD support to the address sanitizer's deep_call_stack.cc test case
Viktor Kutuzov
- [PATCH] Add FreeBSD support to the address sanitizer's deep_call_stack.cc test case
Phabricator
- [compiler-rt] r217944 - Do not link the dyndd runtime library against libdl on FreeBSD
Viktor Kutuzov
- [PATCH] Enable Asan lit tests on FreeBSD.
Viktor Kutuzov
- [PATCH] Do not link the dyndd runtime library against libdl on FreeBSD
Phabricator
- [llvm] r217945 - llvm-cov: Fix a typo
Justin Bogner
- [PATCH][x86] Enable broadwell march to llvm/clang
Robert Khasanov
- [llvm] r217946 - [mips] Add assembler support for the .set nodsp directive.
Toma Tabacu
- [llvm] r217948 - Add and update reset() and doInitialization() methods to MC* and passes.
Yaron Keren
- [llvm] r217949 - Add DIBuilder functions to build RAUWable DIVariables and DIFunctions.
Frederic Riss
- [PATCH] [Profile] adding support for MIPS32/MIPS64
Mohit Bhakkad
- [llvm] r217950 - [InstCombine] Fix wrong folding of constant comparison involving ahsr and negative quantities (PR20945).
Andrea Di Biagio
- [PATCH] Bug fix in AArch64 PLT Entry
Daniel Stewart
- [PATCH] PR20721: Don't let UBSan print inaccessible memory
Alexander Potapenko
- [llvm] r217953 - [IndVarSimplify] Widen loop compare instructions.
Chad Rosier
- [PATCH] IntegerDivision: Handle vectors in expandDivision() and expandRemainder()
Tom Stellard
- [PATCH] Segfault in AArch64 backend with -g and -mbig-endian
Oliver Stannard
- [PATCH] builtins: remove definition of __ARM_ARCH
Saleem Abdulrasool
- [PATCH] Change DwarfCompileUnit::createGlobalVariable to getOrCreateGlobalVariable.
Frederic Riss
- [PATCH] [AArch64] Refines the Cortex-A57 Machine Model
Dave Estes
- [PATCH] Always emit DW_AT_declaration attribute when the variable isn't a definition.
Frederic Riss
- PATCH: R600: 64-bit division
Tom Stellard
- [llvm] r217959 - R600/SI: Remove promotion of instructions to e64 forms.
Matt Arsenault
- [llvm] r217960 - LineIterator: Provide a variant that keeps blank lines
Justin Bogner
- [PATCH] R600/SI: Add pass to optimize LDS instruction offsets
Tom Stellard
- [PATCH] lld: handling of -flavor / -core command line switches
Oleg Ranevskyy
- [llvm] r217962 - [IndVarSimplify] Partially revert r217953 to see if this fixes the bots.
Chad Rosier
- [PATCH] Enable basic debug output for the MSP430 backend.
Iain Sandoe
- [llvm] r217964 - R600/SI: Change formatting of printed FP immediates
Matt Arsenault
- [llvm] r217965 - [ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors
Robin Morisset
- [llvm] r217966 - [FastISel][AArch64] Improve branch selection to support all FP conditions.
Juergen Ributzka
- [llvm] r217967 - Fix float division-by-zero in R600 scheduler.
Alexey Samsonov
- [llvm] r217968 - R600/SI: Rough first implementation of shouldClusterLoads
Matt Arsenault
- [llvm] r217969 - R600/SI: Remove assert
Matt Arsenault
- [llvm] r217970 - Another required re-setting for MCStreamer::reset().
Yaron Keren
- [compiler-rt] r217971 - PR20721: Don't let UBSan print inaccessible memory
Alexey Samsonov
- [PATCH] R600/SI: Implement areMemAccessesTriviallyDisjoint
Matt Arsenault
- [llvm] r217972 - [FastISel][AArch64] Fold compare with zero and branch into CBZ and CBNZ.
Juergen Ributzka
- [llvm] r217973 - Revert "[ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors"
Robin Morisset
- [PATCH] ms-inline-asm: Add facilities for rewriting labels in X86AsmParser
Ehsan Akhgari
- [llvm] r217974 - Fixup for r217830. Don't do left shifts on negative values
Alexey Samsonov
- [llvm] r217975 - llvm-cov: Rework the API for getting the coverage of a file (NFC)
Justin Bogner
- [PATCH] CFL AA Tests + Minor Fix
George Burgess IV
- [llvm] r217977 - [FastISel][AArch64] Fold mul into the address computation of memory operations.
Juergen Ributzka
- Running make check-all on android after cross-compiling to it.
Jeffrey Brusseau
- [PATCH] Restore "[ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors"
Robin Morisset
- [llvm] r217978 - [FastISel][AArch64] Fold mul into add/sub and logical operations.
Juergen Ributzka
- [PATCH] LTO: introduce object file-based on-disk module format.
Peter Collingbourne
- [llvm] r217979 - Exclude known and bugzilled failures from UBSan bootstrap
Alexey Samsonov
- [llvm] r217980 - [FastISel][AArch64] Simplify mul to shift when possible.
Juergen Ributzka
- [llvm] r217981 - Internalize common symbols when we can.
Rafael Espindola
- [llvm] r217982 - Refactoring SimplifyLibCalls to remove static initializers and generally cleaning up the code.
Chris Bieneman
- [llvm] r217983 - Fixing a build error.
Chris Bieneman
- [PATCH] Removing static initializer from Debug.cpp by converting to a ManagedStatic.
Chris Bieneman
- [PATCH] Add framework for iterative compilation to llvm
Radovan Obradovic
- [llvm] r217984 - llvm-cov: Push some more debug output into the View (NFC)
Justin Bogner
- [llvm] r217985 - [llvm-objdump] clean up test cases now that build bots are green
Nick Kledzik
- [llvm] r217986 - [FastISel][AArch64] Custom lower sdiv by power-of-2.
Juergen Ributzka
- [llvm] r217987 - Fixing the sanitizer build failure:
Chris Bieneman
- [llvm] r217988 - Fix -Wnon-virtual-dtor warning introduced in r217982.
David Blaikie
- [PATCH] Add aliases for VAND imm to VBIC ~imm
Renato Golin
- [llvm] r217989 - Revert "Fix -Wnon-virtual-dtor warning introduced in r217982."
David Blaikie
- [PATCH] [AArch64] FP load balancing pass for Cortex-A57
Renato Golin
- [llvm] r217990 - Reapply fix in r217988 (reverted in r217989) and remove the alternative fix committed in r217987.
David Blaikie
- [llvm] r217991 - Remove unnecessary blank space (test commit)
Samuel Antao
- [compiler-rt] r217992 - tsan: fix bug number in comment
Dmitry Vyukov
- [PATCH] Enable UBSan on Windows
Alexey Samsonov
- [PATCH] Don't constant fold through zero-length fields
Thomas Jablin
- [llvm] r217993 - Fix FastISel bug in boolean returns for PowerPC.
Samuel Antao
- linkage property destroyed by BitcodeReader::Dematerialize()?
Petar Jovanovic
- [PATCH] Add support for nonnull metadata on Loads
Philip Reames
- [llvm] r210143 - DebugInfo: Partial revert r209984 due to more cases where abstract DbgVariables do not have associated DIEs.
Duncan P. N. Exon Smith
- [llvm] r218004 - Add a new pass FunctionTargetTransformInfo. This pass serves as a
Eric Christopher
- [PATCH] R600: Bug 20982 - Avoid undefined left shift of negative value
Matt Arsenault
- [llvm] r218005 - Add file to CMake build as well.
Eric Christopher
- [PATCH] Defining a new API for debug options that doesn't rely on static global cl::opts.
Chris Bieneman
- Solution for memory leak in tblgen
wuhui1973
- [lld] r218007 - [PECOFF] Support TLS callbacks.
Rui Ueyama
- [PATCH] [PATCH] Proposed alternative to llvm::format()
kledzik at apple.com
- [llvm] r218010 - [FastISel][AArch64] Fold bit test and branch into TBZ and TBNZ.
Juergen Ributzka
- [PATCH] [InstCombine] Attempt to eliminate redundant loads whose addresses are dependent on the result of a select instruction.
Chad Rosier
- [llvm] r218012 - ARM: use a more precise check for MachO
Saleem Abdulrasool
- [llvm] r218013 - [x86] Initial step of teaching the new vector shuffle lowering about
Chandler Carruth
- [llvm] r218014 - ARM: prevent crash on ELF directives on COFF
Saleem Abdulrasool
- [llvm] r218028 - [x86] Add an SSSE3 run to the v4 shuffle test.
Chandler Carruth
- [llvm] r218030 - [FastISel][AArch64] Fold 'AND' instruction during the address computation.
Juergen Ributzka
- [llvm] r218031 - [FastISel][AArch64] Try to fold the offset into the add instruction when simplifying a memory address.
Juergen Ributzka
- [llvm] r218032 - [FastISel][AArch64] Followup commit for 218031 to handle negative offsets too.
Juergen Ributzka
- [llvm] r218033 - [FastISel][AArch64] Simplify XALU multiplies.
Juergen Ributzka
- [llvm] r218034 - Fix previous commit: [FastISel][AArch64] Simplify XALU multiplies.
Juergen Ributzka
- [llvm] r218035 - Revert "[FastISel][AArch64] Fold bit test and branch into TBZ and TBNZ."
Juergen Ributzka
- [PATCH] [x32] Fix segmented stacks support
Pavel Chupin
- [llvm] r218036 - [mips] Remove custom versions of CCState::AnalyzeReturn() and CCState::AnalyzeCallReturn().
Daniel Sanders
- [llvm] r218037 - [x86] Add an SSSE3 run and check mode to the 128-bit v2 tests of the new
Chandler Carruth
- [llvm] r218038 - [x86] Use PALIGNR for v4i32 and v2i64 blends when appropriate.
Chandler Carruth
- [llvm] r218040 - Fix DWARFUnitSection::getUnitForOffset().
Frederic Riss
- [llvm] r218041 - Always emit DW_AT_declaration attribute when the variable isn't a definition.
Frederic Riss
- [compiler-rt] r218042 - Enable Asan lit tests on FreeBSD.
Viktor Kutuzov
- [polly] r218043 - Updated to isl 2c19ecd444095d6f560349018f68993bc0e03691
Johannes Doerfert
- [polly] r218044 - Allow the IslExprBuilder to compare pointers
Johannes Doerfert
- [polly] r218045 - Allow the IslExprBuilder to build address of expressions
Johannes Doerfert
- [polly] r218046 - [RTC] Runtime Alias Checks for the ISL backend
Johannes Doerfert
- [polly] r218047 - [RTC] Runtime Alias Checks for the ISL backend (missing tests)
Johannes Doerfert
- [llvm] r218048 - Alternative (to r216344) fix of gcc -Wpedantic.
Patrik Hagglund
- [PATCH] Allow DWARFDebugInfoEntryMinimal::getSubroutineName to resolve cross-unit references.
Frederic Riss
- [llvm] r218050 - Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImpl from the base class. NFC.
Aaron Ballman
- [PATCH][AArch64] Enable access to the whole MRS/MSR system reg encoding space
Tom Coxon
- [llvm] r218051 - [SKX] Deriving rmb multiclasses from general one (avx512_icmp_packed_rmb and avx512_icmp_cc_rmb).
Robert Khasanov
- [llvm] r216383 - [SKX] avx512_icmp_packed multiclass extension
Robert Khasanov
- [polly] r218052 - Report possible aliasing deterministically
Tobias Grosser
- [PATCH] Optimize sext/zext insertion algorithm in back-end
James Molloy
- [test-suite] r218054 - Make the use of Perf optional
Yi Kong
- [LNT] r218055 - Remove jQuery 1.5 files
Yi Kong
- [LNT] r218056 - Add option to use Perf in nt test
Yi Kong
- [llvm] r218057 - R600: Bug 20982 - Avoid undefined left shift of negative value
Matt Arsenault
- [llvm] r218059 - Disable GCC's -Woverloaded-virtual in the configure+make build. Clang's is better.
David Blaikie
- [PATCH] Select SVN or GIT for polling and builder updates.
Rick Foos
- [llvm] r218060 - Revert part of r218041.
Frederic Riss
- [llvm] r218061 - [MCJIT] Fix a debugging-output formatting bug in RuntimeDyld.
Lang Hames
- [PATCH] R600: Better fix for bug 20982
Matt Arsenault
- [PATCH] Improve the way backends can provide their own PBQP constraints builder
Arnaud A. de Grandmaison
- [PATCH] Add support for small-model PIC for PowerPC.
Justin Hibbits
- [PATCH] Add PIC-level support to Clang.
Justin Hibbits
- [llvm] r218062 - Reverting NFC changes from r218050. Instead, the warning was disabled for GCC in r218059, so these changes are no longer required.
Aaron Ballman
- [PATCH] Fixing line numbers of inlined allocas
Wolfgang Pieb
- [www] r218065 - Update Win snapshot to r217766
Hans Wennborg
- [llvm] r218066 - Restore "[ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors"
Robin Morisset
- [compiler-rt] r218067 - tsan: fix double semicolon ;;
Dmitry Vyukov
- [compiler-rt] r218069 - tsan: fix signal_longjmp test in debug mode
Dmitry Vyukov
- [compiler-rt] r218070 - tsan: more careful handling of signals
Dmitry Vyukov
- [compiler-rt] r218071 - [asan] Fix a bug in asan_symbolize.py
Sergey Matveev
- [compiler-rt] r218072 - [asan] Initialize logfile in asan_symbolize.py to sys.stdin.
Sergey Matveev
- [PATCH] Add AtomicExpandPass::bracketInstWithFences, and use it whenever getInsertFencesForAtomic would trigger in SelectionDAGBuilder
Robin Morisset
- [PATCH] New options for asan-symbolizer script: set cross-compile prefix, set path to sysroot, print help message
Sergey Matveev
- [llvm] r218074 - llvm-cov: Simplify FunctionInstantiationSetCollector (NFC)
Justin Bogner
- [llvm] r218076 - [ARM] Do not perform a tail call when the caller returns several values.
Quentin Colombet
- [lld] r218077 - [PECOFF] /safeseh:no on x64 is not an error
Rui Ueyama
- [llvm] r218078 - LTO: introduce object file-based on-disk module format.
Peter Collingbourne
- [PATCH] [lld] Fix buggy Twine storage in ELFLinkingContext::searchLibrary()
Rafael Auler
- [LNT] r218080 - Add rerun flag: when passed, rerun benchmarks which the server says changed
Chris Matthews
- [llvm] r218081 - Fix sphinx warning.
Peter Collingbourne
- [LNT][PATCH] rerun tests which the server said changed
Chris Matthews
- [lld] r218083 - Fix buggy Twine storage in ELFLinkingContext::searchLibrary()
Rui Ueyama
- [llvm] r218085 - Use cast<> instead of unchecked dyn_cast<>
Matt Arsenault
- [PATCH] [X86] Make wide loads be managed by AtomicExpand
Robin Morisset
- [llvm] r218086 - Try to fix i686-cygming bots.
Peter Collingbourne
- [PATCH] [lld] Fixes wrong Twine uses in FileNode::errStr() and in LayoutPass.cpp
Rafael Auler
- [lld] r218088 - Fixes wrong Twine uses in FileNode::errStr() and in LayoutPass.cpp
Rui Ueyama
- [lld] r218090 - [PECOFF] __tls_used is _tls_used on x64.
Rui Ueyama
- [llvm] r218091 - [x86] Extend this test to cover SSE4.1. Nothing interesting here, but
Chandler Carruth
- [llvm] r218092 - R600: Better fix for bug 20982
Matt Arsenault
- [llvm] r218093 - Fix an it's vs. its typo.
Hans Wennborg
- [compiler-rt] r218095 - builtins: remove definition of __ARM_ARCH
Saleem Abdulrasool
- [compiler-rt] r218096 - builtins: 80-column
Saleem Abdulrasool
- [llvm] r218098 - Omit all the extra static attributes on subprograms in -gmlt
David Blaikie
- [llvm] r218099 - Describe the -gmlt optimization committed in the previous revision.
David Blaikie
- [llvm] r218100 - Omit DW_AT_frame_base under -gmlt for size
David Blaikie
- [llvm] r218101 - Optimize sext/zext insertion algorithm in back-end.
Jiangning Liu
- [llvm] r218102 - [x86] Add a dedicated lowering path for zext-compatible vector shuffles
Chandler Carruth
- [lld] r218103 - ReaderWriter: print magic in hex
Saleem Abdulrasool
- [lld] r218104 - PECOFF: loosen assumptions about x86-only targets
Saleem Abdulrasool
- [lld] r218105 - Driver: accept /machine:arm for Windows linker
Saleem Abdulrasool
- [lld] r218106 - PECOFF: loosen another assumption of x86 only
Saleem Abdulrasool
- [llvm] r218108 - llvm-cov: Generalize -filename-equivalence
Justin Bogner
- [llvm] r218109 - llvm-cov: Fix dropped lines when filters were applied
Justin Bogner
- [llvm] r218112 - [x86] Teach the new vector shuffle lowering to also use pmovzx for v4i32
Chandler Carruth
- [PATCH] [Fix] Allow pointer types as access elements and compare them correct
Johannes Doerfert
- [polly] r218113 - [Fix] Allow pointer types as access elements and compare them correctly
Johannes Doerfert
- [llvm] r218114 - [x86] Actually test the SSE2 lowering for most of the zext-ish shuffles.
Chandler Carruth
- [llvm] r218115 - [x86] Recognize that we can use duplication to widen v16i8 shuffles due
Chandler Carruth
- [llvm] r218120 - Optionally enable more-aggressive FMA formation in DAGCombine
Hal Finkel
- [llvm] r218122 - Elide unnecessary DenseMap copy.
Benjamin Kramer
- [compiler-rt] r218123 - [ASan] Print a hint when the program crashes accessing the zero page.
Alexander Potapenko
- [PATCH] [Polly][FIX] Collection of base values for the IslExprBuilder
Johannes Doerfert
- [compiler-rt] r218124 - [asan] asan_device_setup improvements.
Evgeniy Stepanov
- [PATCH] [ASan] Introduce the dump_instruction_bytes flag to print the faulting instruction upon SIGSEGV
Alexander Potapenko
- [llvm] r218125 - Turn local DWARFContext helpers getFileNameForUnit() and getFileLineInfoForCompileUnit() into full-blowm DWARFDebugLine::LineTable methods.
Frederic Riss
- [llvm] r218126 - Change DwarfCompileUnit::createGlobalVariable to getOrCreateGlobalVariable.
Frederic Riss
- [compiler-rt] r217523 - Make compiler-rt tests work with relocatable SDKs on OS X
Alexander Potapenko
- [PATCH] Provide target callback to check if vector to scalar load/store widening is beneficial
Matt Arsenault
- [llvm] r218129 - Omit DW_TAG_subprograms for subprograms without inlined subroutines when producing -gmlt data
David Blaikie
- [www-pubs] r218130 - Added publications by M. Kambadur et. al.
John Criswell
- moving sanitizer bot configs to zorg
Kostya Serebryany
- [PATCH] Add hsail and amdil64 to Triple
Matt Arsenault
- [PATCH] Fix assert when decoding PSHUFB mask
Robert Lougher
- [llvm] r218131 - R600/SI: Fix test to prepare for scheduler
Matt Arsenault
- [PATCH] R600/SI: Add support for global atomic add
Tom Stellard
- [PATCH 1/2] R600/SI: Add enums for some hard-coded values
Tom Stellard
- [PATCH] Do not destroy external linkage when deleting function body
Petar Jovanovic
- [llvm] r218134 - Fix test case to be portable to different architectures.
David Blaikie
- [PATCH] R600/SI: Fix config value for number of gprs
Tom Stellard
- [compiler-rt] r218135 - [UBSan] Optionally report summary in UBSan error reports.
Alexey Samsonov
- LLVM buildmaster will be restarted today after 6 PM Pacific time
Galina Kistanova
- [llvm] r218136 - Revert my earlier change to add "all" as a dependency to check. In
Eric Christopher
- [llvm] r215343 - In LVI(Lazy Value Info), originally value on a BB can only be caculated once,
Daniel Berlin
- [compiler-rt] r218137 - [UBSan] Introduce more flexible __ubsan_default_options function instead of UBSAN_DEFAULT_OPTIONS compile definition
Alexey Samsonov
- [llvm] r218138 - llvm-cov: Prevent a test from matching its own check lines
Justin Bogner
- [llvm] r218139 - llvm-cov: Return unique_ptrs instead of filling objects (NFC)
Justin Bogner
- [llvm] r218142 - Add hsail and amdil64 to Triple
Matt Arsenault
- [llvm] r218143 - [x86] Fully generalize the zext lowering in the new vector shuffle
Chandler Carruth
- [PATCH] Fix dumping codeview line tables when there are multiple debug sections
Jeff Muizelaar
- [PATCH] Eliminating static destructor for the BitCodeErrorCategory by converting to a ManagedStatic.
Chris Bieneman
- [llvm] r218149 - Eliminating static destructor for the BitCodeErrorCategory by converting to a ManagedStatic.
Chris Bieneman
- [llvm] r216160 - [INDVARS] Extend using of widening of induction variables for the cases of "sub nsw" and "mul nsw" instructions.
Joerg Sonnenberger
- [llvm] r218150 - R600/SI: Fix config value for number of gprs
Tom Stellard
- [PATCH] Introduce support for custom wrappers for vararg functions
Peter Collingbourne
- [PATCH] Lower FNEG ( FABS (x) ) -> FNABS (x) [X86 codegen] PR20578
Sanjay Patel
- [llvm] r218151 - Converting FuncNames to a ManagedStatic to avoid static constructors and destructors.
Chris Bieneman
- [llvm] r218152 - [x86] Hoist the actual lowering logic into a helper function to separate
Chandler Carruth
- [llvm] r218154 - Converting the JITDebugLock mutex to a ManagedStatic to avoid the static constructor and destructor.
Chris Bieneman
- [llvm] r218155 - [x86] Hoist a function up to the rest of the non-type-specific lowering
Chandler Carruth
- [lld] r218158 - [PECOFF] Set ordinal to alias atoms
Rui Ueyama
- [llvm] r218160 - Converting object's error_category to a ManagedStatic to avoid static constructors and destructors.
Chris Bieneman
- [llvm] r218161 - [FastIsel][AArch64] Fix a think-o in address computation.
Juergen Ributzka
- [llvm] r218162 - R600/SI: Un xfail a test that works now
Matt Arsenault
- [llvm] r218163 - Converting SpillPlacement's BlockFrequency threshold to a ManagedStatic to avoid static constructors and destructors.
Chris Bieneman
- [llvm] r218164 - R600/SI: Un-xfail tests which work now
Matt Arsenault
- [llvm] r218165 - R600: Un-xfail a test which passes with pass disabled
Matt Arsenault
- [llvm] r218167 - DIBuilder: Delete dead code, NFC
Duncan P. N. Exon Smith
- [llvm] r218168 - Converting InstrProf's error_category to a ManagedStatic to avoid static constructors and destructors.
Chris Bieneman
- [llvm] r218169 - constify the TargetMachine being passed through the Mips subtarget
Eric Christopher
- [PATCH] R600/SI: Remove apparently dead code in legalizeOperands
Matt Arsenault
- [PATCH] Lower idempotent RMWs to fence+load
Robin Morisset
- [PATCH] [X86] replace (atomic fetch_add of 0) by (mfence; mov)
Robin Morisset
- [llvm] r218170 - [X86] Erase some obsolete comments from README.txt
Robin Morisset
- [llvm] r218171 - Fix crash with an insertvalue that produces an empty object.
Peter Collingbourne
- [llvm] r218172 - llvm-readobj: pretty-print special COFF section names
David Majnemer
- [PATCH] [Support] Add MemoryBuffer::getFileSlice()
kledzik at apple.com
- [llvm] r218174 - [x86] Replace some duplicated logic reasoning about whether particular
Chandler Carruth
- [llvm] r218175 - [x86] Generalize the single-element insertion lowering to work with
Chandler Carruth
- [llvm] r218176 - [x86] Refactor the code for emitting INSERTPS to reuse the zeroable mask
Chandler Carruth
- [llvm] r218177 - [x86] Teach the v4f32 path of the new shuffle lowering to handle the
Chandler Carruth
- [PATCH] [lld] [ELF] Fix linking when a regular object defines a symbol that is used in a DSO
Rafael Auler
- [www] r218178 - Add wait list.
Tanya Lattner
- [llvm] r218179 - MC: Treat ReadOnlyWithRel and ReadOnlyWithRelLocal as ReadOnly for COFF
David Majnemer
- [llvm] r218182 - Using a deque to manage the stack of nodes is faster here.
Lenny Maiorani
- [llvm] r218183 - llvm-cov: Move some reader debug output out of the tool.
Justin Bogner
- [llvm] r218184 - llvm-cov: Disentangle the coverage data logic from the display (NFC)
Justin Bogner
- [llvm] r218185 - llvm-cov: Allow creating CoverageMappings from filenames
Justin Bogner
- [llvm] r218187 - [MCJIT] Make RTDyldMemoryManager::getSymbolAddress's behaviour more consistent.
Lang Hames
- [llvm] r218188 - [x86] Start moving to a fancier check syntax to reduce the need for
Chandler Carruth
- [PATCH] Refactor reciprocal square root estimate into target-independent function (part 1).
Sanjay Patel
- [llvm] r218189 - MC: Fix MCSectionCOFF::PrintSwitchToSection
David Majnemer
- [llvm] r218190 - [x86] Teach the new vector shuffle lowering to use the AVX VPERMILPS
Chandler Carruth
- [llvm] r218191 - Update tests which broke from r218189
David Majnemer
- [llvm] r218192 - [x86] Add an AVX run to the 128-bit v2 tests, teach them to have
Chandler Carruth
- [llvm] r218193 - [x86] Teach the new vector shuffle lowering to use VPERMILPD for
Chandler Carruth
- [llvm] r218195 - RTDyldMemoryManager::getSymbolAddress(): Make sure to return 0 if symbol name is not met. [-Wreturn-type]
NAKAMURA Takumi
- [lld] r218197 - Silence these C4715 warnings from Visual C++ (NFC)
Yaron Keren
- [lld] r218198 - Modified per David Blakie suggestion.
Yaron Keren
- [llvm] r218199 - [x86] Add the beginnings of some tests for our v8f32 shuffle lowering
Chandler Carruth
- [llvm] r218200 - [x86] Add some more test cases covering specific blend patterns.
Chandler Carruth
- [llvm] r218201 - MC: Support aligned COMMON symbols for COFF
David Majnemer
- [llvm] r218202 - [x86] Teach the new vector shuffle lowering the first step toward more
Chandler Carruth
- [llvm] r218203 - [x86] Fix a helper to reflect that what we actually care about is
Chandler Carruth
- [llvm] r218204 - [x86] Remove some essentially lying comments from the v4f64 path of the
Chandler Carruth
- [llvm] r218205 - [x86] Switch the blend implementation to use a MVT switch rather than
Chandler Carruth
- [llvm] r218206 - [x86] Re-generate a bunch of the v4f64 test cases with my new script.
Chandler Carruth
- [llvm] r218207 - [x86] Add some more comprehensive tests for v4f64 blending.
Chandler Carruth
- [llvm] r218208 - [x86] Teach the new vector shuffle lowering of v4f64 to prefer a direct
Chandler Carruth
- [llvm] r218209 - [x86] Explicitly lower to a blend early if it is trivial to do so for
Chandler Carruth
- [llvm] r218210 - [x86] Regenerate this test case now that I've improved my script for
Chandler Carruth
- [llvm] r218211 - [x86] Begin teaching the new vector shuffle lowering among the most
Chandler Carruth
- [llvm] r218212 - [x86] Add test cases for UNPCK instructions with v8f32 AVX vectors in
Chandler Carruth
- [llvm] r218213 - [x86] Teach the new vector shuffle lowering how to lower to UNPCKLPS and
Chandler Carruth
- [PATCH] ADT: Remove misaligned pointeres from DenseMapInfo
David Majnemer
- [llvm] r218214 - [x86] Teach the new vector shuffle lowering the basics about insertion
Chandler Carruth
- [llvm] r218215 - [x86] Refactor the logic to form SHUFPS instruction patterns to lower
Chandler Carruth
- [llvm] r218216 - [x86] Teach the new vector shuffle lowering to re-use the SHUFPS
Chandler Carruth
- [llvm] r218217 - [x86] With the stronger canonicalization of shuffles added in r218216,
Chandler Carruth
- [PATCH] Fix gcc warning in gold-plugin.cpp
Rafael Avila de Espindola
- [llvm] r218219 - Refactor reciprocal square root estimate into target-independent function; NFC.
Sanjay Patel
- Patch: StackMap: Use IndirectMemRefOp more.
Gustaw Smolarczyk
- [llvm] r218220 - Remove redundant if test.
Lang Hames
- [llvm] r218221 - R600/SI: Don't use strings for single characters
Matt Arsenault
- [llvm] r218222 - Use llvm_unreachable instead of assert(!)
Matt Arsenault
- [llvm] r218223 - Fix typo
Matt Arsenault
- [llvm] r218224 - [x86] Add a bunch of test cases where we have different shuffle patterns
Chandler Carruth
- [llvm] r218226 - [x86] Teach the new vector shuffle lowering how to cleverly lower single
Chandler Carruth
- [llvm] r218228 - [x86] Back out a bad choice about lowering v4i64 and pave the way for
Chandler Carruth
- [llvm] r218229 - ms-inline-asm: Add a sema callback for looking up label names
Ehsan Akhgari
- [llvm] r218231 - Add two thresholds lvi-overdefined-BB-threshold and lvi-overdefined-threshold
Jiangning Liu
- [PATCH] Make MCAsmParserSemaCallback::LookupInlineAsmLabel a pure virtual function
Ehsan Akhgari
- [llvm] r218233 - [x86] Move the AVX v4i64 test cases down to group them together.
Chandler Carruth
- [llvm] r218236 - Update comment on AtomicRMWInst::Nand
Hal Finkel
- [polly] r218237 - [www] Unbreak the newsfeed from polyhedral.info
Tobias Grosser
Last message date:
Sun Sep 21 23:56:46 PDT 2014
Archived on: Tue Aug 4 17:11:47 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).