The Week Of Monday 1 September 2014 Archives by thread
Starting: Mon Sep 1 00:11:47 PDT 2014
Ending: Sun Sep 7 23:48:39 PDT 2014
Messages: 1042
- [PATCH] Test failures in GCC ASan testsuite on ARM Linux due to FP format mismatch between libsanitizer and GCC.
Maxim Ostapenko
- [llvm] r216523 - InstCombine: Optimize GEP's involving ptrtoint better
Renato Golin
- [PATCH] SROA: Don't insert instructions before a PHI
David Majnemer
- [llvm] r216866 - Feed AA to the inliner and use AA->getModRefBehavior in AddAliasScopeMetadata
Hal Finkel
- [PATCH] Fix left shifts of negative integers in AArch64 InstPrinter/Disassembler
Tim Northover
- [ubsan] nonnull and returns_nonnull sanitization
Jakub Jelinek
- [llvm] r216869 - [asan-assembly-instrumentation] Prologue and epilogue are moved out from InstrumentMemOperand().
Yuri Gorshenin
- [llvm] r216870 - Small refactor on VectorizerHint for deduplication
Renato Golin
- [llvm] r216871 - Fix a really bad miscompile introduced in r216865 - the else-if logic
Chandler Carruth
- [llvm] r215999 - Revert "Small refactor on VectorizerHint for deduplication"
Renato Golin
- [llvm] r216865 - Ignore lifetime intrinsics in use list for MemCpyOptimizer. Patch by Luqman Aden, review by Hal Finkel.
Chandler Carruth
- [PATCH] Ignore lifetime intrinsics in use list for MemCpyOptimizer.
Chandler Carruth
- [PATCH] [asan-asm-instrumentation] Prologue and epilogue are moved out from InstrumentMemOperand().
Yuri Gorshenin
- [llvm] r216872 - Revert "[asan-assembly-instrumentation] Prologue and epilogue are moved out from InstrumentMemOperand()."
Yuri Gorshenin
- [PATCH] ARM: Improve handling of the Thumb2 M-class MSR instruction
Petr Pavlu
- [llvm] r216873 - Fix in InlineSpiller to make the rematerilization loop also consider
Patrik Hagglund
- [llvm] r216874 - Thumb2 M-class MSR instruction support changes
Renato Golin
- [compiler-rt] r216875 - tsan: unbreak windows build
Dmitry Vyukov
- [PATCH] [AArch64] Build correct vector filled with undef nodes
Tim Northover
- The patch for FreeBSD headers
Ivan A. Kosarev
- [compiler-rt] r216877 - [ASan] Small refactoring - split the slow unwinding logic into sanitizer_unwind_posix.cc
Alexander Potapenko
- [compiler-rt] r216878 - tsan: fix false positive related to signal handlers
Dmitry Vyukov
- [llvm] r216879 - [asan-assembly-instrumentation] Prologue and epilogue are moved out from InstrumentMemOperand().
Yuri Gorshenin
- [llvm] r216880 - ARM] Add Thumb-2 code size optimization regression test for BIC.
Tilmann Scheller
- [llvm] r216881 - [ARM] Add Thumb-2 code size optimization regression test for EOR.
Tilmann Scheller
- [compiler-rt] r216882 - [libsanitizer] Make sanitizer_unwind_posix.cc a libcdep source file.
Alexander Potapenko
- [llvm] r216883 - Fix a typo in comments in r216862, NFC
Jingyue Wu
- [PATCH] use an integer constant for FABS / FNEG (x86)
Sanjay Patel
- [compiler-rt] r216884 - [asan] Update asan_device_setup to support Android L Preview.
Evgeniy Stepanov
- [compiler-rt] r216885 - [libsanitizer] Fix the Android build.
Alexander Potapenko
- [PATCH] add a convenience method to copy wrapping, exact, and fast-math flags (NFC)
Arnold Schwaighofer
- [PATCH] Fix crash when looking up the addrspace of GEPs with vector types
Matt Arsenault
- [llvm] r216886 - Add a convenience method to copy wrapping, exact, and fast-math flags (NFC).
Sanjay Patel
- [PATCH] Implement getNoopForMachoTarget for SPARC
Venkatraman Govindaraju
- [llvm] r216889 - Use an integer constant for FABS / FNEG (x86).
Sanjay Patel
- [PATCH] Refactor LowerFABS and LowerFNEG into one function (x86) (NFC)
Sanjay Patel
- [PATCH 1/1] build/cmake: Fix CMP0023 warning with libffi
Jan Vesely
- [PATCH] Restore the ability to check if LLVMCreateObjectFile was successful
Björn Steinbrink
- [llvm] r215841 - BumpPtrAllocator: remove 'no slabs allocated yet' check
Duncan P. N. Exon Smith
- [llvm] r216890 - Revert "Revert two GEP-related InstCombine commits"
David Majnemer
- [llvm] r216891 - SROA: Don't insert instructions before a PHI
David Majnemer
- [llvm] r216893 - MC: remove unnecessary enumeration prefix
Saleem Abdulrasool
- [llvm] r216894 - CodeGen: split out the Win64Exception emitter
Saleem Abdulrasool
- [llvm] r216895 - CodeGen: indicate Windows unwind data format
Saleem Abdulrasool
- [patch] Delete dead code in lib/ProfileData
Justin Bogner
- [PATCH] [Zorg] Modify LibCxxAndABIBuilder to support testing libcxx with multiple standard versions.
Eric Fiselier
- [llvm] r216864 - Remove an errant outer loop that contains nothing but an inner loop over exactly the same elements. While no functionality is change intended (and hence there are no changes to tests), you don't want to skip this revision if bisecting for errors.
Andrew Trick
- [zorg] r216896 - add --show-xfail and --show-unsupported to LibCXXBuilders lit invokation
Eric Fiselier
- [llvm] r216897 - [PowerPC] Guard against illegal selection of add for TargetConstant operands
Hal Finkel
- [llvm] r216898 - Revert "Revert '[DAGCombiner] Split up an indexed load if only the base pointer value is live'"
Hal Finkel
- [PATCH] [Zorg] Modify LIT flags for LibCXXBuilder.py
Eric Fiselier
- [llvm] r208640 - [DAGCombiner] Split up an indexed load if only the base pointer value is live
Hal Finkel
- [PATCH] [AArch64]Merge Extend and Shift into a UBFX
Xu Jiangwei
- [PATCH] [PATCH][SROA]Also slice the STORE when slicing a LOAD in AllocaSliceRewriter
Hao Liu
- [PATCH] LICM: Don't crash when an instruction is used by an unreachable BB
David Majnemer
- [llvm] r216899 - Merge Extend and Shift into a UBFX
David Xu
- [compiler-rt] r216900 - tsan: address comments in r214912
Dmitry Vyukov
- [PATCH] tsan: allocate vector clocks using slab allocator
Dmitry Vyukov
- [PATCH] [Runtime Unrolling] use a loop to simplify the runtime unrolling prologue.
Kevin Qin
- [PATCH] [AArch64] Enable partial unrolling and runtime unrolling for AArch64 target
Kevin Qin
- [llvm] r216902 - Silencing an MSVC C4334 warning ('<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)). NFC.
Aaron Ballman
- [compiler-rt] r216903 - tsan: restructure signal handling to allow recursive handling
Dmitry Vyukov
- [compiler-rt] r216904 - tsan: disable getpwent interceptors
Dmitry Vyukov
- [PATCH] [APFloat] Fix a bug in method 'fusedMultiplyAdd' (fixes PR20832).
Andrea Di Biagio
- [Patch] Improvements for CMake cross compilation on OS X
Brad King
- [llvm] r216808 - Object/llvm-objdump: allow dumping of mach-o exports trie
Rafael Espíndola
- [PATCH] Add writeFileWithSystemEncoding to LibLLVMSupport
Rafael Espíndola
- [llvm] r216905 - Replace -use-init-array with -use-ctors.
Rafael Espindola
- [llvm] r216826 - Teach llvm-bcanalyzer to use one stream's BLOCKINFO to read another stream.
Rafael Espíndola
- [compiler-rt] r216906 - tsan: more precise handling of atexit callbacks
Dmitry Vyukov
- [PATCH] Make the plugin loader limit its symbol search to the specified module.
Ed Maste
- [PATCH] Fix PR20800: correctly calculate the offset of the subq instruction when generating compact unwind info.
Alexander Potapenko
- [llvm] r216908 - Enable splitting indexing from loads with TargetConstants
Hal Finkel
- [llvm] r216910 - Fix left shifts of negative integers in AArch64 InstPrinter/Disassembler
Alexey Samsonov
- [llvm] r216911 - LICM: Don't crash when an instruction is used by an unreachable BB
David Majnemer
- [llvm] r216912 - Add missing override on ARMAsmBackend's dtor.
JF Bastien
- [PATCH] cmake: Remove check for files not in build list.
Matt Arsenault
- [PATCH] Fix interference caused by fmul 2, x -> fadd x, x combine
Matt Arsenault
- [PATCH] Fix interference caused by fmul 2, x -> fadd x, x combine
hfinkel at anl.gov
- [PATCH] Fix interference caused by fmul 2, x -> fadd x, x combine
Andrea Di Biagio
- [PATCH] Fix interference caused by fmul 2, x -> fadd x, x combine
Andrea Di Biagio
- [PATCH] Fix interference caused by fmul 2, x -> fadd x, x combine
Matt Arsenault
- [PATCH] Fix interference caused by fmul 2, x -> fadd x, x combine
hfinkel at anl.gov
- [PATCH] Fix interference caused by fmul 2, x -> fadd x, x combine
Matt Arsenault
- [PATCH] Add note to documentation about machine node chains.
Matt Arsenault
- [PATCH] Add missing override on ARMAsmBackend's dtor.
JF Bastien
- [llvm] r216913 - [APFloat] Fixed a bug in method 'fusedMultiplyAdd'.
Andrea Di Biagio
- [PATCH] Remove static initializers from MCSchedModel
Quentin Colombet
- [PATCH] Don't constant fold through zero-length fields
Thomas Jablin
- [PATCH] R600/SI: Add a pattern for i64 and in a branch
Tom Stellard
- [PATCH][MIPS] Add aliases for sync instruction used by Octeon CPU
Kai Nacke
- Optimizing redundant load away
Tilmann Scheller
- [llvm] r216914 - Revert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'.
Andrea Di Biagio
- [llvm] r216915 - Fix left shifts by too large exponents in MCParser
Alexey Samsonov
- [PATCH] Fix downcasts of unaligned empty/tombstone DenseMap keys for DenseMap<AssertVH<T>, Foo>.
Alexey Samsonov
- [llvm] r216916 - Correct unique_ptr passing in MCObjectDisassembler::setFallbackRegion
David Blaikie
- [PATCH] R600/SI: Fix typos in SIInstrInfo::areLoadsFromSameBasePtr()
Tom Stellard
- [llvm] r216427 - ExecutionEngine: address review comments
Eric Christopher
- [llvm] r216917 - Fix signed integer overflow in PPCInstPrinter.
Alexey Samsonov
- [llvm] r216918 - unique_ptrify PBQPBuilder::build
David Blaikie
- release_35 patches for unroll pragma
Mark Heffernan
- [llvm] r216919 - Change MCSchedModel to be a struct of statically initialized data.
Pete Cooper
- [Patch] Use uintptr_t instead of ptr comparisons in BumpPtrAllocator (Was: Re: [llvm] r215841 - BumpPtrAllocator: remove 'no slabs allocated yet' check)
Hans Wennborg
- [llvm] r216920 - Fix left shifts of negative values in MipsDisassembler.
Alexey Samsonov
- [llvm] r216921 - unique_ptrify FileOutputBuffer::FileOutputBuffer
David Blaikie
- [PATCH][AVX512] Fix miscompile for unpack
Adam Nemet
- [llvm] r216924 - MCSchedule.h: fix VS2012 build after r216919
Hans Wennborg
- [PATCH] CFL Alias Analysis
Hal Finkel
- [llvm] r216925 - unique_ptrify the result of SpecialCaseList::create
David Blaikie
- [llvm] r216927 - unique_ptrify LTOCodeGenerator::NativeObjectFile
David Blaikie
- [PATCH] Fix PR18364: Only emit movw for ARM architectures that support it
Renato Golin
- [PATCH] MCJIT honor symbol visibility settings when populating the global symbol table
Rafael Espíndola
- [llvm] r216928 - Fix comment and unnecessary check for FP build_vectors.
Matt Arsenault
- [llvm] r216929 - CodeGen: Handle va_start in the entry block
Reid Kleckner
- [llvm] r216930 - Fix crash when looking up the addrspace of GEPs with vector types
Matt Arsenault
- [llvm] r216931 - Code review tweaks
Nick Kledzik
- [llvm] r216932 - Fix interference caused by fmul 2, x -> fadd x, x
Matt Arsenault
- [SLP Vectorizer]Generate extract for in-tree uses if the use is scalar operand in vectorized instruction
Arnold Schwaighofer
- [llvm] r216933 - R600/SI: Add failing testcase.
Matt Arsenault
- [llvm] r216934 - Add note to documentation about machine node chains.
Matt Arsenault
- [PATCH] Select elimination pass
Gerolf Hoflehner
- [llvm] r216938 - Add a note about AuroraUX to the release notes.
Rafael Espindola
- [llvm] r216939 - Fix a logic bug when copying fast-math flags.
Sanjay Patel
- [llvm] r215870 - Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to mention the size."
Duncan P. N. Exon Smith
- [llvm] r216940 - Fix MemoryDependenceAnalysis in cases where QueryInstr is a CmpXchg or a AtomicRMW
Robin Morisset
- [llvm] r216941 - cmake: Don't reject unknown cpp files that start with .
Matt Arsenault
- [llvm] r216942 - Refactor LowerFABS and LowerFNEG into one function (x86) (NFC)
Sanjay Patel
- [PATCH] Fix MemoryDependenceAnalysis in cases where QueryInstr is a CmpXchg or a AtomicRMW
Robin Morisset
- [llvm] r215962 - [X86, X87 stackifier] Do not mark an operand of a debug instruction as kill.
Duncan P. N. Exon Smith
- [PATCH] [X86] Allow atomic operations using immediates to avoid using a register
Robin Morisset
- [llvm] r216043 - Constants.h: Fix possible typo in r216015. [-Wdocumentation]
Duncan P. N. Exon Smith
- [llvm] r216345 - X86 intrinsics table - simplifies intrinsics lowering.
Juergen Ributzka
- [llvm] r216944 - R600/SI: Fix hardcoded register numbers in test
Matt Arsenault
- [PATCH] Add DAG combine for shl + add of constants.
Matt Arsenault
- [llvm] r216946 - Generate extract for in-tree uses if the use is scalar operand in vectorized instruction. radar://18144665
Yi Jiang
- [PATCH] rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Reid Kleckner
- [llvm] r216005 - Fix a pair of use after free. Should bring the bots back.
Duncan P. N. Exon Smith
- [llvm] r216947 - [FastISel] Provide the option to skip target-independent instruction selection. NFC.
Juergen Ributzka
- [llvm] r216955 - [FastISel][AArch64] Move over to target-dependent instruction selection only.
Juergen Ributzka
- [dragonegg] r216958 - Creating release candidate final from release_350 branch
Bill Wendling
- [test-suite] r216959 - Creating release candidate final from release_350 branch
Bill Wendling
- [lld] r216967 - Creating release candidate final from release_350 branch
Bill Wendling
- [patch] Pass a MemoryBufferRef when we can avoid taking ownership
Duncan P. N. Exon Smith
- [PATCH] compiler-rt: Fix windows executable stack handling
Stephen Hines
- [llvm] r216970 - Add a CFL Alias Analysis implementation
Hal Finkel
- [llvm] r216971 - R600/SI: Relax some ordering in tests.
Matt Arsenault
- [llvm] r216972 - [asan] Assign a low branch weight to ASan's slow path, patch by Jonas Wagner. This speeds up asan (at least on SPEC) by 1%-5% or more. Also fix lint in dfsan.
Kostya Serebryany
- [llvm] r216973 - BumpPtrAllocator: use uintptr_t when aligning addresses to avoid undefined behaviour
Hans Wennborg
- [zorg] r216974 - Add a builder for single threaded libcxx+libcxxabi
Jonathan Roelofs
- [PATCH] Assign a low branch weight to ASan's slow path.
Kostya Serebryany
- [llvm] r216821 - Add a test for converting ArrayRef<T *> to ArrayRef<const T *>.
Duncan P. N. Exon Smith
- [polly] r216842 - Use range based for loops
Duncan P. N. Exon Smith
- [llvm] r216978 - Add pass-manager flags to use CFL AA
Hal Finkel
- [llvm] r216979 - [CFLAA] constexpr -> LLVM_CONSTEXPR
Hal Finkel
- [llvm] r216980 - [X86] Allow atomic operations using immediates to avoid using a register
Robin Morisset
- [llvm] r216981 - [CFLAA] LLVM_CONSTEXPR -> const
Hal Finkel
- [llvm] r216982 - Reinstate "Nuke the old JIT."
Eric Christopher
- [PATCH] Cleaning up remaining static initializers in Signals.inc
Chris Bieneman
- [llvm] r216983 - Nuke MCAnalysis.
Sean Silva
- [llvm] r216984 - [FastISel][AArch64] Use a new helper function to determine if a value type is supported. NFCI.
Juergen Ributzka
- [llvm] r216985 - [FastISel][AArch64] Use the target-dependent selection code for shifts first.
Juergen Ributzka
- [llvm] r216987 - [CFLAA] Remove tautological comparison
Hal Finkel
- [llvm] r216988 - unique_ptrify passing the TargetMachine to ExecutionEngine::MCJITCtor
David Blaikie
- [llvm] r216989 - Only emit movw on ARMv6T2+
Renato Golin
- [llvm] r216990 - Missing test from r216989
Renato Golin
- [PATCH] Implement emitLeading/TrailingFence in the ARM backend
Robin Morisset
- [llvm] r216991 - [CFLAA] No initializer lists for MSVC
Hal Finkel
- [llvm] r216383 - [SKX] avx512_icmp_packed multiclass extension
Adam Nemet
- [PATCH] Removing static initializer from Debug.cpp by converting to a ManagedStatic.
Chris Bieneman
- [llvm] r216861 - DebugInfo: Elide lexical scopes which only contain other (inline or lexical) scopes.
Kostya Serebryany
- [llvm] r216993 - Tablegen scheduling models don't reference empty itineraries as of r216919, so don't emit the unused itinerary variables
Pete Cooper
- [llvm] r216994 - [CFLAA] More cleanup for MSVC
Hal Finkel
- [llvm] r216996 - Cleaning up remaining static initializers in Signals.inc
Chris Bieneman
- [llvm] r216998 - [CFLAA] And even more MSVC fixes
Hal Finkel
- [llvm] r217000 - [CFLAA] Remove one final initializer list
Hal Finkel
- [llvm] r217004 - Change name of copyFlags() to copyIRFlags(). Add convenience method for logical 'and' of all flags. NFC.
Sanjay Patel
- [llvm] r217005 - Replace printf with outs() <<
Nick Kledzik
- [llvm] r210266 - [asancov] Fix coverage line info some more.
Kostya Serebryany
- [llvm] r217006 - Fix test case to match correct llvm-objdump output
Nick Kledzik
- [llvm] r217007 - [FastISel][AArch64] Add target-dependent instruction selection for Add/Sub.
Juergen Ributzka
- Solution for memory leak in tblgen
wuhui1973
- [llvm] r217010 - [MCJIT] Add a 'section_addr' builtin function to RuntimeDyldChecker.
Lang Hames
- [llvm] r217011 - [MCJIT] Make llvm-rtdyld process eh_frame sections in -verify mode (accidentally
Lang Hames
- [llvm] r217013 - Implement move constructor and remove copy constructor for Filter objects in FixedLenDecoderEmitter. Also remove unused copy constructor of FilterChooser.
Craig Topper
- [llvm] r217014 - Use unique_ptr to manager FilterChooser ownership.
Craig Topper
- [llvm] r217015 - Revert "Use unique_ptr to manager FilterChooser ownership."
Craig Topper
- [PATCH] Added InstCombine Transformation for (A^B)^((~A)&B) -> A&(~B)
Ankur Garg
- [llvm] r217018 - Recommit "Use unique_ptr to manager FilterChooser ownership."
Craig Topper
- [llvm] r217019 - Reapply r216805 "[MachineCombiner][AArch64] Use the correct register class for MADD, SUB, and OR.""
Juergen Ributzka
- [llvm] r217020 - Fix PR20800: correctly calculate the offset of the subq instruction when generating compact unwind info.
Alexander Potapenko
- [llvm] r217021 - Follow-up for r217020: actually commit the fix for PR20800,
Alexander Potapenko
- [PATCH] [ELF] Export strong defined symbol if it coalesces away a weak symbol defined in a shared library
Simon Atanasyan
- [llvm] r217023 - Fix ambiguous call to make_unique and clang-format.
Yaron Keren
- [PATCH] [AArch64] Override useAA and remove unneeded edges in the scheduling graph. (Phabricator)
Jiangning Liu
- [PATCH] Define ELAST in libcxx's config header on FreeBSD
Viktor Kutuzov
- [PATCH] Fix building sanitizer_linux_libcdep.cc on FreeBSD
Viktor Kutuzov
- [PATCH] [UBSan] Adding support of MIPS32
Sagar Thakur
- [llvm] r217028 - Add override to overriden virtual methods, remove virtual keywords.
Benjamin Kramer
- [compiler-rt] r217030 - [msan] Fix origin_history_per_stack_limit=0 behavior.
Evgeniy Stepanov
- [PATCH] [ASan] Introduce the dump_instruction_bytes flag to print the faulting instruction upon SIGSEGV
Alexander Potapenko
- [compiler-rt] r217031 - tsan: handle early signals
Dmitry Vyukov
- [PATCH] [AArch64] Add pass to enable additional comparison optimizations by CSE
Sergey Dmitrouk
- [llvm] r217032 - Fix configure and make build of llvm examples.
Iain Sandoe
- [llvm] r217034 - Document !and. Fix !shl and friends -- they provide binary operations.
Joerg Sonnenberger
- [llvm] r217037 - Check-label a bit more specific
Renato Golin
- [PATCH] Emission of BUILD_VECTORs can be incorrect in BE mode - movi, fmov, mvni
Asiri Rathnayake
- [PATCH] Intercept _exit() for sanitizers' needs on FreeBSD
Viktor Kutuzov
- [llvm] r217040 - R600/SI: Fix typos in SIInstrInfo::areLoadsFromSameBasePtr()
Tom Stellard
- [llvm] r217041 - R600/SI: Add a pattern for i64 and in a branch
Tom Stellard
- [PATCH] R600/SI: Try to keep mul on SALU
Matt Arsenault
- [PATCH] Rename getMaximumUnrollFactor().
Sanjay Patel
- [PATCH][RFC]: Add fmin/fmax intrinsics
Matt Arsenault
- [llvm] r217047 - Update to not depend on "llvm-objdump -d -symbolize".
Rafael Espindola
- Improve FMA folding
Olivier H Sallenave
- [PATCH] Preserve IR flags (nsw, nuw, exact, fast-math) in SLP vectorizer (PR20802)
Nadav Rotem
- [PATCH] IndVarSimplify: Don't let LFTR compare against a poison value
David Majnemer
- [llvm] r215588 - [FastISel] Let the target decide first if it wants to materialize a constant.
Eric Christopher
- [llvm] r217048 - Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type.
David Blaikie
- [llvm] r217049 - Pass a && to getLazyBitcodeModule.
Rafael Espindola
- [llvm] r217051 - Preserve IR flags (nsw, nuw, exact, fast-math) in SLP vectorizer (PR20802).
Sanjay Patel
- [llvm] r217052 - unique_ptrify MachOUniversalBinary::create
David Blaikie
- SLP/Loop vectorizer pass ordering
Chandler Carruth
- [llvm] r217053 - Removing static initializer from Debug.cpp by converting to a ManagedStatic.
Chris Bieneman
- [PATCH] [X86] Use the generic AtomicExpandPass instead of X86AtomicExpandPass
Robin Morisset
- [llvm] r217054 - [FastISel][AArch64] Move unconditional branch handling into 'SelectBranch'. NFC.
Juergen Ributzka
- [llvm] r217056 - unique_ptrify IRObjectFile::createIRObjectFile
David Blaikie
- [llvm] r217057 - Add a regression test to sanity check the PBQP allocator.
Lang Hames
- [llvm] r217058 - Fix downcasts of unaligned empty/tombstone DenseMap keys for DenseMap<AssertVH<T>, Foo>.
Alexey Samsonov
- [PATCH] [X86] replace (atomic fetch_add of 0) by (mfence; mov)
Robin Morisset
- Add DWARFContext member and accessor to DWARFUnit
Frédéric Riss
- [llvm] r217060 - [FastISel] Some long overdue spring cleaning of FastISel.
Juergen Ributzka
- Add DWARFFormValue::getAsBlockData(), getAsBlockSize() and getAsFlag().
Frédéric Riss
- [ dwarfdump ] Add symbolic dump of known DWARF attribute values.
Frédéric Riss
- [zorg] r217062 - Temporarily disabled on FreeBSD the failing msan, tsan, and dfsan sanitizers.
Galina Kistanova
- Rename DWARFContext::getLineTableForCompileUnit to getLineTableForUnit.
Frédéric Riss
- [llvm] r217063 - [x86] Make this test check everything for both SSE2 and AVX1 modes,
Chandler Carruth
- [llvm] r217065 - unique_ptrify a bunch of stuff through RuntimeDyld::loadObject
David Blaikie
- [lld] r217066 - [mach-o] Add support for using export tries
Nick Kledzik
- LLVM buildmaster will be restarted tonight
Galina Kistanova
- [llvm] r217067 - unique_ptrify MCJIT::emitObject
David Blaikie
- [llvm] r217068 - Add writeFileWithSystemEncoding to LibLLVMSuppor.
Rafael Espindola
- [PATCH] [InstCombine] Attempt to eliminate redundant loads whose addresses are dependent on the result of a select instruction.
Tilmann Scheller
- [llvm] r217070 - Remove unnecessary getTarget call now that the subtarget is cached
Eric Christopher
- [llvm] r217071 - Remove resetSubtargetFeatures as it is unused.
Eric Christopher
- [llvm] r217072 - [x86] Add an SSE4.1 mode to this test.
Chandler Carruth
- [llvm] r217073 - [JIT] Add an out-of-line definition for the virtual destructor in
Chandler Carruth
- [PATCH] Catch malformed inline assembly clobber constraints
Akira Hatanaka
- [llvm] r217074 - [FastISel] Rename public visible FastISel functions. NFC.
Juergen Ributzka
- [llvm] r217075 - [FastISel][tblgen] Rename tblgen generated FastISel functions. NFC.
Juergen Ributzka
- [llvm] r217076 - Use target-dependent emitLeading/TrailingFence instead of the target-independent insertLeading/TrailingFence (in AtomicExpandPass)
Robin Morisset
- [llvm] r217077 - Make some helpers static or move into the llvm namespace.
Benjamin Kramer
- [lld] r217078 - [mach-o] Improve x86_64 reference kind switch statements.
Nick Kledzik
- [compiler-rt] r217079 - Fix fast stack unwind on ARM to support code generated with GCC.
Alexey Samsonov
- [llvm] r217080 - Refactor AtomicExpandPass and add a generic isAtomic() method to Instruction
Robin Morisset
- [llvm] r217081 - unique_ptrify RuntimeDyldImpl::loadObject
David Blaikie
- [PATCH] R600/SI: Fix bug in SIInstrInfo::legalizeOpWithMove()
Tom Stellard
- [PATCH] R600/SI: Clean up checks for legality of immediate operands
Tom Stellard
- [PATCH] R600/SI: Use S_ADD_U32 and S_SUB_U32 for low half of 64-bit operations
Tom Stellard
- [PATCH] Refactor AtomicExpandPass and add a generic isAtomic() method to Instruction
Robin Morisset
- [PATCH] Add CMake rules for lld-darwin
kledzik at apple.com
- [llvm] r217098 - [asan] add -asan-coverage=3: instrument all blocks and critical edges.
Kostya Serebryany
- [llvm] r217099 - [x86] Teach the asm comment printing to only print the clarification of
Chandler Carruth
- [llvm] r217100 - [x86] Teach the new vector shuffle lowering about the simplest of
Chandler Carruth
- [compiler-rt] r217101 - [asan] remove debug print
Kostya Serebryany
- [llvm] r217102 - IndVarSimplify: Don't let LFTR compare against a poison value
David Majnemer
- [PATCH] Add AtomicExpandPass::bracketInstWithFences, and use it whenever getInsertFencesForAtomic would trigger in SelectionDAGBuilder
Robin Morisset
- [llvm] r217105 - Enabling LLVM & Clang to be cross-compiled using CMake from a single configuration command line
Chris Bieneman
- [PATCH] [Power] Use AtomicExpandPass for fence insertion, and use lwsync where appropriate
Robin Morisset
- [llvm] r217106 - [asan] fix debug info produced for asan-coverage=2
Kostya Serebryany
- [llvm] r217107 - Don't treat 0 as a special value for int attributes.
Matt Arsenault
- [llvm] r217108 - R600/SI: Try to keep i32 mul on SALU
Matt Arsenault
- [llvm] r217109 - R600/SI: Un-move pattern I forgot to remove in last commit
Matt Arsenault
- [llvm] r217110 - Revert accidentally committed r217107
Matt Arsenault
- [compiler-rt] r217111 - Fixup test case after r217079
Alexey Samsonov
- [PATCH] MC Win64: Put unwind info for COMDAT code into the same COMDAT group
Reid Kleckner
- [lld] r217112 - If lld binary is named 'ld' on darwin, use darwin driver mode
Nick Kledzik
- [llvm] r217113 - llvm-cov: Don't pointlessly create a unique_ptr (NFC)
Justin Bogner
- [lld] r217114 - Fix unit test now that 'ld' is host specific
Nick Kledzik
- [llvm] r217115 - IndVarSimplify: Address review comments for r217102
David Majnemer
- [llvm] r217117 - [x86] Teach the new vector shuffle lowering about the zero masking
Chandler Carruth
- [llvm] r217118 - [FastISel][AArch64] Add target-specific lowering for logical operations.
Juergen Ributzka
- [llvm] r217119 - [FastISel][AArch64] Cleanup and simplify 'fastSelectInstruction'. NFC.
Juergen Ributzka
- [PATCH] Add ability for can_write to indicate why the file is not writable
Richard Smith
- [llvm] r217120 - Revert r216803 "[MachineSinking] Clear kill flag of all operands at all their uses."
Juergen Ributzka
- [lld] r217121 - Move function. No functionality change.
Rui Ueyama
- [llvm] r217122 - [MCJIT] Add command-line argument to llvm-rtdyld to specify target addresses for
Lang Hames
- [llvm] r217123 - Use vector constructor instead of a for loop to initialize entries.
Craig Topper
- [llvm] r217124 - [MCJIT] Make sure eh-frame fixups use the target's pointer type, not the host's.
Lang Hames
- [llvm] r216066 - Optimize ZERO_EXTEND and SIGN_EXTEND in both SelectionDAG Builder and type
Jiangning Liu
- [www-releases] r217125 - Add 3.5.0 release binaries.
Bill Wendling
- [www] r217126 - Update release schedule.
Bill Wendling
- [www-releases] r217127 - Remove old warnings and placemarkers.
Bill Wendling
- [llvm] r217128 - Add a DWARFContext& member in DWARFUnit.
Frederic Riss
- [llvm] r217129 - Add DWARFFormValue::getAsBlock() and add FC_Flag as an acceptable class for an unsigned constant.
Frederic Riss
- [llvm] r217130 - Rename DWARFContext::getLineTableForCompileUnit to getLineTableForUnit.
Frederic Riss
- [llvm] r217131 - X86 Intrinsics table - changed to a static table sorted by intrinsic id.
Elena Demikhovsky
- [llvm] r217132 - Fix build faliure introduced by r217129.
Frederic Riss
- [llvm] r217133 - [GVN] Format variable name.
Tilmann Scheller
- [llvm] r217134 - Fixed compilation problem on Windows (initialization of non-aggregate type).
Elena Demikhovsky
- [llvm] r217136 - [x86] Teach the new v4i32 shuffle lowering some more tricks to recognize
Chandler Carruth
- [compiler-rt] r217137 - [ASan] allow deadly signals to be received in signal handlers
Alexander Potapenko
- [llvm] r217138 - AArch64: fix big-endian immediate materialisation
Tim Northover
- [PATCH] Segfault in AArch64 backend with -g and -mbig-endian
Oliver Stannard
- [compiler-rt] r217140 - [msan] Make origin tracking fork-safe.
Evgeniy Stepanov
- [compiler-rt] r217142 - [msan] Fix fork test on centos-6.5.
Evgeniy Stepanov
- [llvm] r217143 - Silencing a usually-helpful-but-braindead-silly-in-this-case sign mismatch warning with MSVC. NFC.
Aaron Ballman
- [PATCH] [asan-assembly-instrumentation] Added CFI directives to the generated instrumentation code.
Yuri Gorshenin
- [PATCH] [Polly] Data flow reduction detection
Johannes Doerfert
- [llvm] r217144 - Enable noalias metadata by default and swap the order of the SLP and Loop vectorizers by default.
James Molloy
- [llvm] r217145 - [mips] Rename MipsAsmParser functions to conform to the LLVM Coding Standards. No functional changes.
Toma Tabacu
- [PATCH] [docs] Mention character array constants in docs/LangRef.rst
Daniel Sanders
- [PATCH] [mips] Mark aggregates returned in registers with the 'inreg' attribute.
Daniel Sanders
- [PATCH] [dwarfdump] Implement extraction of file information referenced in .debug_info.
Frederic Riss
- [compiler-rt] r217148 - Fix building sanitizer_linux_libcdep.cc on FreeBSD
Viktor Kutuzov
- [PATCH] [dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()
Frederic Riss
- [www-releases] r217149 - Fix the links + titles
Sylvestre Ledru
- [www-releases] r217150 - Files are named 3.5.0 and not 3.5, match it for the title
Sylvestre Ledru
- [www] r217151 - Slightly increase the size of the section to make sure all the content is on one line. Example: http://llvm.org/releases/download.html
Sylvestre Ledru
- [PATCH] [AArch64 BE] Emission of BUILD_VECTORs can be incorrect in BE mode - bic, orr
Asiri Rathnayake
- [llvm] r217154 - build/cmake: Fix CMP0023 warning with libffi
Jan Vesely
- [compiler-rt] r217156 - Intercept _exit() for sanitizers' needs on FreeBSD
Viktor Kutuzov
- [llvm] r217159 - AArch64: fix vector-immediate BIC/ORR on big-endian devices.
Tim Northover
- [PATCH] Add FreeBSD support to the address sanitizer's deep_call_stack.cc test case
Viktor Kutuzov
- [PATCH] CMake+Ninja Linux buildbots
Renato Golin
- [PATCH] Make sure to set trunc store action to Expand for all X86 targets.
Luqman Aden
- [llvm] r217164 - Fix link to 3.5 release notes.
Nico Weber
- [PATCH] [ dwarfdump ] Add symbolic dump of known DWARF attribute values.
David Blaikie
- [compiler-rt] r217165 - [ASan] Remove the check for a double-SEGV from zero_page_pc.cc
Alexander Potapenko
- [compiler-rt] r217166 - profile: Avoid name collisions between instrumentation and runtime
Justin Bogner
- [poolalloc] Fix for compilation issues of poolalloc on current trunk (as of r216393)
Philip Pfaffe
- [www] r217170 - Close registration.
Tanya Lattner
- [PATCH] An Assumption-Tracking Pass
hfinkel at anl.gov
- [www] r217171 - Add hotel link.
Tanya Lattner
- [llvm] r217173 - X86: cpuid and xgetbv write to 32-bit registers, not 64-bit
Reid Kleckner
- [PATCH] llvm-cov: report the number of executed functions instead of the number of fully covered functions.
Alex Lorenz
- [llvm] r217176 - MC Win64: Put unwind info for COMDAT code into the same COMDAT group
Reid Kleckner
- [compiler-rt] r217177 - [asan] trying to de-flake new_array_cookie_uaf_test.cc
Kostya Serebryany
- Fwd: [PATCH] Select elimination pass
Gerolf Hoflehner
- [llvm] r217180 - unique_ptrify RuntimeDyld::Dyld
David Blaikie
- [llvm] r217181 - Fix use-after-move introduced in r217065 and caught in post-commit review by Alexey.
David Blaikie
- [llvm] r217182 - [dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()
Frederic Riss
- Fix writing COFF files when cross-compiling on OSX
Rafael Espíndola
- [llvm] r213396 - MergedLoadStoreMotion pass
Chad Rosier
- [llvm] r217183 - Revert "[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()"
Frederic Riss
- [zorg] r217184 - Add CMake Clang builds to zorg
Renato Golin
- [llvm] r217186 - [ dwarfdump ] Add symbolic dump of known DWARF attribute values.
Frederic Riss
- [www-releases] r217188 - Fix typo.
Bill Wendling
- [lld] r217189 - [mach-o] Let darwin driver infer arch from .o files if -arch not used.
Nick Kledzik
- [www-releases] r217190 - Add binaries for Ubuntu.
Bill Wendling
- [www-releases] r217191 - Add OpenSUSE and Fedora
Bill Wendling
- [llvm] r217193 - Post-JIT light cleanup of ExecutionEngine.h: edited comments about the JIT,
Yaron Keren
- [compiler-rt] r217194 - [ASan] Remove the call to GetPageSizeCached from fast path of FastPoisonShadow
Alexey Samsonov
- [PATCH 1/1] R600: Fix FROUND
Jan Vesely
- [llvm] r217202 - Fix pr20793.
Rafael Espindola
- [PATCH] Fold together repeated tests for divisibility by constants
Richard Smith
- [llvm] r217207 - Refactor to avoid code duplication. NFC.
Rafael Espindola
- [llvm] r217211 - Disable the fix for pr20793 because of a gnu ld bug.
Rafael Espindola
- [PATCH] Alignment assumptions using invariants
Hal Finkel
- [lld] r217214 - [PECOFF] Run cvtres.exe with /machine:x64.
Rui Ueyama
- [compiler-rt] r217215 - [asan] relax the assertion around array cookie load; still need to extract a reproducer where this assertion fails...
Kostya Serebryany
- [llvm] r217217 - [CMake] Add -fno-sanitize=function to UBSan bootstrap
Alexey Samsonov
- [www-releases] r217218 - Update release notes.
Bill Wendling
- [lld] r217219 - [PECOFF] Run lib.exe with /machine:x64.
Rui Ueyama
- [PATCH] Lower FNEG ( FABS (x) ) -> FNABS (x) [X86 codegen] PR20578
Sanjay Patel
- [PATCH] Added InstCombine transform for pattern "(A & B) ^ ((A ^ C) | B) -> (~A)".
sonam kumari
- [llvm] r217220 - [AArch64] Add pass to enable additional comparison optimizations by CSE.
Jiangning Liu
- [PATCH] Added InstCombine transform for pattern " ( ( A ^ B ) ^ ( ( ~A ) | B ) -> ( A | ( ~ B ) ) ".
sonam kumari
- [www] r217221 - LLVM 3.5!
Chris Lattner
- [llvm] r217222 - MC: correct DWARF header for PE/COFF assembly input
Saleem Abdulrasool
- [PATCH] Added InstCombine Tranformation for (A | B) ^ ((A ^ C) & B) -> (A ^ (B & (~C)))
Ankur Garg
- [www] r217223 - Add tab style.
Tanya Lattner
- [PATCH] Added InstCombine Transformation for (A|B)^((A^C)|B) --> (~B)C
Ankur Garg
- [www] r217224 - Add first batch of sponsors.
Tanya Lattner
- [www] r217225 - Add parking info.
Tanya Lattner
- [llvm] r217226 - Minor typo.
Andrew Trick
- [llvm] r217227 - InstCombine: Remove a special case pattern
David Majnemer
- [PATCH] R600/SI: Use same complex patterns for DS atomics
Matt Arsenault
- [compiler-rt] r217228 - [ASan] disable zero_page_pc.cc on Android.
Alexander Potapenko
- [llvm] r217229 - Adding kalimba variants as Triple sub-architectures.
Matthew Gardiner
- [llvm] r217230 - Removed white-space
Matthew Gardiner
- [llvm] r217231 - Reapply "[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()"
Frederic Riss
- [llvm] r217232 - [dwarfdump] Dump DW_AT_(decl|call)_line attribute values as decimal values.
Frederic Riss
- [llvm] r217233 - ARM: cover all sub-architecture enumerators to keep compiler happy.
Tim Northover
- [PATCH] [MachineSinking] Conservatively clear kill flags after coalescing.
Patrik Hägglund H
- No subject
Jiangning Liu
-
Rafael Avila de Espindola
- [PATCH] Enable sanitizers' libignore on FreeBSD
Viktor Kutuzov
- [test-suite] r217239 - Don't remove perf stats after generating report
Yi Kong
- [llvm] r217240 - [x86] Factor out the zero vector insertion logic in the new vector
Chandler Carruth
- [PATCH] Intercept sigfillset() and sigemptyset() for sanitizers needs on FreeBSD
Viktor Kutuzov
- [PATCH] Do not link the dyndd runtime library against libdl on FreeBSD
Viktor Kutuzov
- [PATCH] This phabricator revision is the merge of 4 patches that aim to provide resolving of AT_abstract_origin and AT_specification attributes.
Frederic Riss
- [PATCH] [mips] Fix the position of the .loc prologue_end directive in cases when the generated code contains DBG_VALUE instruction.
Sasa Stankovic
- [PATCH] Support building tsan_test_util_linux.cc on FreeBSD
Viktor Kutuzov
- [PATCH] Do not assume RLIM_INFINITY is always (rlim_t)-1in sanitizers code
Viktor Kutuzov
- [PATCH] [mips] Don't cache IsO32 and IsFP64 in MipsTargetLowering::MipsCC
Daniel Sanders
- [PATCH] [mips] Move MipsTargetLowering::MipsCC::regSize() to MipsSubtarget::getGPRSizeInBytes()
Daniel Sanders
- [PATCH] [x32] Emit callq for CALLpcrel32
Pavel Chupin
- [llvm] r217248 - R600/SI: Use S_ADD_U32 and S_SUB_U32 for low half of 64-bit operations
Tom Stellard
- [llvm] r217249 - R600/SI: Fix bug in SIInstrInfo::legalizeOpWithMove()
Tom Stellard
- [PATCH] Make GVN more iterative
James Molloy
- [llvm] r217250 - R600: Fix FROUND
Jan Vesely
- [llvm] r216350 - TableGen: unique_ptr-ify RecordKeeper
Kai Nacke
- [BuildBot] Add more ARM bots
Renato Golin
- [llvm] r215343 - In LVI(Lazy Value Info), originally value on a BB can only be caculated once,
Joerg Sonnenberger
- [llvm] r217254 - [mips] Rename data members and member functions in MipsAssemblerOptions.
Toma Tabacu
- [llvm] r217255 - [mips] Marked the Trap-on-Condition instructions as Mips II
Daniel Sanders
- [llvm] r217256 - R600/SI: Use same complex patterns for DS atomics
Matt Arsenault
- [llvm] r217257 - [mips] Change Feature-related types from unsigned to uint64_t in MipsAsmParser. No functional changes.
Toma Tabacu
- [llvm] r217260 - Set the parent pointer of cloned DBG_VALUE instructions correctly.
Adrian Prantl
- [PATCH] fix bug where sys::Wait could wait on wrong pid
Daniel Reynaud
- [llvm] r217263 - [MCJIT] Const-ify the symbol lookup operations on RuntimeDyld.
Lang Hames
- [llvm] r217264 - Revert "Disable the fix for pr20793 because of a gnu ld bug."
Rafael Espindola
- [zorg] r217265 - Clean up libcxx-libcxxabi-singlethreaded-x86_64-linux-debian so that it passes the feature flags to lit
Jonathan Roelofs
- [www-releases] r217266 - Add 3.5 MIPS binaries.
Bill Wendling
- [llvm] r217267 - The gold tests also require ppc to be compiled in.
Rafael Espindola
- [llvm] r217270 - [DWARF parser] Fix nasty memory corruption in .dwo files handling.
Alexey Samsonov
- [PATCH] Add support for DebugFission to DWARF parser
Alexey Samsonov
- [RFC][PATCH] Keep un-canonicalized template types in the debug information
Frédéric Riss
- [PATCH] Add experimental PBQP support
Arnaud A. de Grandmaison
- [llvm] r217278 - clean up; NFC
Sanjay Patel
- [llvm] r217279 - Restore the ability to check if LLVMCreateObjectFile was successful
Bjorn Steinbrink
- [llvm] r217281 - Fix pr20078.
Rafael Espindola
- [PATCH] Add support for nonnull metadata on Loads
Philip Reames
- [compiler-rt] r217284 - Use "-gline-tables-only" instead of "-g" in sanitizer test suites.
Alexey Samsonov
- [lld] r217285 - FileArchive cleanup
Rui Ueyama
- [llvm] r217286 - Allow vector fsub ops with constants to get the same optimizations as scalars.
Sanjay Patel
- [llvm] r217288 - [inline asm] Add a check in InlineAsm::ConstraintInfo::Parse to make sure '{'
Akira Hatanaka
- [llvm] r217289 - [x86] Fix an embarressing bug in the INSERTPS formation code. The mask
Chandler Carruth
- [llvm] r217291 - [MCJIT] Fix an iterator invalidation bug in MCJIT::finalizeObject.
Lang Hames
- [llvm] r217292 - [docs] Document what "NFC" means in a commit message.
Sean Silva
- [PATCH] [Reassocate] Add support for vector instructions.
Chad Rosier
- [llvm] r217294 - Fix right shift by 64 bits detected on CXX/lex/lex.literal/lex.ext/p4.cpp
Alexey Samsonov
- [llvm] r217295 - Check whether the iterator p == the end iterator before trying to dereference it. This is a speculative fix for a failure found on the valgrind buildbot triggered by a clang test.
Nick Lewycky
- [www-releases] r217305 - Update PowerPC information.
Bill Wendling
- [compiler-rt] r217306 - Enable sanitizers' libignore on FreeBSD
Viktor Kutuzov
- [compiler-rt] r217307 - Intercept sigfillset() and sigemptyset() for sanitizers needs on FreeBSD
Viktor Kutuzov
- [compiler-rt] r217308 - Do not assume RLIM_INFINITY is always (rlim_t)-1in sanitizers code
Viktor Kutuzov
- [compiler-rt] r217309 - Support building tsan_test_util_linux.cc on FreeBSD
Viktor Kutuzov
- [llvm] r217310 - [x86] Fix a pretty horrible bug and inconsistency in the x86 asm
Chandler Carruth
- [PATCH] [Polly] Move MAY/MUST write property to IRAccess
Johannes Doerfert
- [PATCH] [Polly] Allow to link MemoryAccesses together (linked list fashion)
Johannes Doerfert
- [PATCH] [Polly] Support for math/misc intrinsics
Johannes Doerfert
- [llvm-commits] [llvm] r136287 - in /llvm/trunk: lib/Target/X86/AsmParser/X86AsmParser.cpp lib/Target/X86/X86InstrInfo.td lib/Target/X86/X86InstrSSE.td test/MC/X86/x86-32-avx.s test/MC/X86/x86-32-coverage.s utils/TableGen/EDEmitter.cpp utils/TableGen/X86RecognizableInstr.cpp
Chandler Carruth
- [PATCH] [Polly] Support ModRef function behaviour
Johannes Doerfert
- [PATCH] Add a scheduling model for AMD 16H Jaguar (btver2)
Sanjay Patel
- [zorg] r217315 - Adding three more ARM buildbots
Renato Golin
- [zorg] r217316 - Using LIT command on CMake ClangBuilder
Renato Golin
- [PATCH] R600/SI: Add InstrMapping for noret atomics.
Matt Arsenault
- [llvm] r217317 - MC: correct DWARF line info for PE/COFF
Saleem Abdulrasool
- [PATCH] [Polly] Find all loops involved in now innermost ones.
Johannes Doerfert
- [llvm] r217318 - R600/SI: Fix broken check lines.
Matt Arsenault
- [llvm] r217320 - R600/SI: Relax a few tests to help enable scheduler
Matt Arsenault
- [compiler-rt] r217321 - builtins: remove unnecessary COMPILER_RT_EXPORT
Saleem Abdulrasool
- [compiler-rt] r217322 - builtins: add AEABI div0 functions
Saleem Abdulrasool
- [PATCH] R600/SI: Replace LDS atomics with no return versions
Matt Arsenault
- [llvm] r217323 - R600/SI: Fix register class for some 64-bit atomics
Matt Arsenault
- [lld] r217324 - Remove dead code.
Rui Ueyama
- [llvm] r217325 - [MCJIT] Fix a bug RuntimeDyldImpl's read/writeBytesUnaligned methods.
Lang Hames
- [llvm] r217328 - [MCJIT] Rewrite RuntimeDyldMachO and its derived classes to use the 'Offset'
Lang Hames
- [llvm] r217329 - [MCJIT] Revert partial RuntimeDyldELF cleanup that was prematurely committed in
Lang Hames
- [llvm] r217330 - BumpPtrAllocator: do the size check without moving any pointers
Hans Wennborg
- [llvm] r217331 - Try to unflake AllocatorTest.TestAlignmentPastSlab
Hans Wennborg
- [llvm] r217332 - [x86] Tweak the rules surrounding 0, 0 and 1, 1 v2f64 shuffles and add
Chandler Carruth
- [llvm] r217333 - [x86] Revert my over-eager commit in r217332.
Chandler Carruth
- [llvm] r217334 - Add an Assumption-Tracking Pass
Hal Finkel
- [llvm] r217335 - Add functions for finding ephemeral values
Hal Finkel
- [PATCH] ARM Unwind syntax in libcxxabi
Renato Golin
- [PATCH] Ephemeral values for LLVM invariants
hfinkel at anl.gov
- [polly] r217336 - Add test/lit.site.cfg to .gitignore
Tobias Grosser
- [llvm] r217338 - DebugInfo: Do not use DW_FORM_GNU_addr_index in skeleton CUs, GDB 7.8 errors on this.
David Blaikie
- [PATCH] Small refactor on VectorizerHint for deduplication
Renato Golin
- [llvm] r217342 - Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
- [llvm] r217343 - Add additional patterns for @llvm.assume in ValueTracking
Hal Finkel
- [llvm] r217344 - Add an AlignmentFromAssumptions Pass
Hal Finkel
- [PATCH] R600/SI: Fix assertion from copying a TargetGlobalAddress
Matt Arsenault
- [llvm] r217345 - Make use of @llvm.assume from LazyValueInfo
Hal Finkel
- [PATCH] Compute known bits using invariants
hfinkel at anl.gov
- [PATCH] Compute known bits using invariants (addendum)
hfinkel at anl.gov
- [PATCH] Use invariants in LazyValueInfo
hfinkel at anl.gov
- [llvm] r217346 - Check for all known bits on ret in InstCombine
Hal Finkel
- [llvm] r217348 - Make use @llvm.assume for loop guards in ScalarEvolution
Hal Finkel
- [PATCH] Check for all known bits on ret in InstCombine
hfinkel at anl.gov
- [PATCH] Use invariants in ScalarEvolution
hfinkel at anl.gov
- [PATCH] Add .clang-tidy configuration file to provide LLVM-optimized defaults forclang-tidy.
Alexander Kornienko
- [llvm] r217350 - Add a comment to getNewAlignmentDiff.
Andrew Trick
- [compiler-rt] r217353 - builtins: replace section symbol with reference to spec
Saleem Abdulrasool
- [lld] r217354 - [ELF][Cleanup] Remove unused functions
Shankar Easwaran
- [lld] r217356 - [ELF] Undefined symbols should be allowed when building dynamic libraries
Shankar Easwaran
- [www] r217357 - Fix links.
Bill Wendling
- [lld] r217358 - [ELF] Implement --rosegment
Shankar Easwaran
- [lld] r217359 - [ELF][Driver] Produce a proper error when file is not found
Shankar Easwaran
- [compiler-rt] r198017 - [ASan] Make sure none of the __asan_gen_ global strings end up in the symbol table, add a test.
David Blaikie
Last message date:
Sun Sep 7 23:48:39 PDT 2014
Archived on: Tue Aug 4 17:11:44 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).