The Week Of Monday 22 December 2014 Archives by thread
Starting: Mon Dec 22 00:00:46 PST 2014
Ending: Sun Dec 28 23:48:59 PST 2014
Messages: 488
- [PATCH] [SLPVectorization] Enhance Ability to Vectorize Horizontal Reductions from Consecutive Loads
suyog
- [compiler-rt] r224508 - tsan: don't crash with NULL deref during reporting
Dmitry Vyukov
- [PATCH] [compiler-rt] Abort after failed exec() and get rid of the allow_reexec ASan flag
Alexander Potapenko
- [PATCH] Flag to enable IEEE-754 friendly FP optimizations
Sergey Dmitrouk
- [PATCH] Add hard float versions of floating point to long long conversions
Sergey Dmitrouk
- [PATCH] [compiler-rt] Properly handle dispatch_source_set_cancel_handler with a NULL handler
Alexander Potapenko
- [compiler-rt] r224697 - tsan: add acquire/release functions to java interface
Dmitry Vyukov
- [PATCH] [AArch64] Multiply-Negate operation not lowered to mneg in AArch64
Karthik Bhat
- [PATCH] [AArch64] Fix the bug PR21675 about lowering llvm.ctpop.i32
James Molloy
- [PATCH] [X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for SSE2
Simon Pilgrim
- [PATCH] [mips] Don't emit redundant mask instructions if the mask is already present.
Sasa Stankovic
- [compiler-rt] r224699 - [Sanitizers] Intercept wordexp on FreeBSD
Viktor Kutuzov
- [PATCH] [Sanitizers] Intercept wordexp on FreeBSD
Phabricator
- [compiler-rt] r224700 - [Sanitizers] Intercept snprintf_l() on FreeBSD
Viktor Kutuzov
- [PATCH] [Sanitizers] Intercept snprintf_l() on FreeBSD
Phabricator
- [compiler-rt] r224701 - tsan: fix debugging output
Dmitry Vyukov
- [compiler-rt] r224702 - tsan: reset stack0 in the first partition of thread trace
Dmitry Vyukov
- Subject: r223862 - caused regressions in internal tests
Ranjeet Singh
- [llvm] r224703 - The leak detector is dead, long live asan and valgrind.
Rafael Espindola
- [PATCH] [mips][microMIPS] Implement CACHE, PREF, SSNOP, EHB and PAUSE instructions
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement CACHE, PREF, SSNOP, EHB and PAUSE instructions
Sasa Stankovic
- [PATCH] [mips][microMIPS] Implement CACHE, PREF, SSNOP, EHB and PAUSE instructions
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement CACHE, PREF, SSNOP, EHB and PAUSE instructions
Sasa Stankovic
- [PATCH] [mips][microMIPS] Implement CACHE, PREF, SSNOP, EHB and PAUSE instructions
Jozef Kolek
- [PATCH] [Msan] Fix uname() interception on FreeBSD
Evgeniy Stepanov
- Running ASan tests on AArch64
Evgeniy Stepanov
- [PATCH] [Sanitizers] Intercept wcsnrtombs() on FreeBSD
Evgeniy Stepanov
- [zorg] r224704 - When testing sanitizers using GCC as a host compiler, skip most of them
Jay Foad
- [llvm] r224494 - Add a corresponding '@LOCAL' parse to match r224415.
Hal Finkel
- [llvm] r224705 - Convert a few tests to FileCheck. NFC.
Rafael Espindola
- [llvm] r224706 - Lower multiply-negate operation to mneg on AArch64
Karthik Bhat
- [llvm] r224707 - AVX-512: Added all forms of BLENDM instructions,
Elena Demikhovsky
- [PATCH] [lsan] [mips] adding support of lsan for mips64/mips64el arch
Kumar Sukhani
- [zorg] r224445 - Add sanitizer-x86_64-linux-fast bot.
Sergey Matveev
- [PATCH] [avx512VL] - FMA intrinsic with YMM and XMM
Asaf Badouh
- [PATCH] Aliasees no longer have to be GlobalObjects
Michael Kuperstein
- [PATCH] [Msan] Fix msan_test.cc inclusions to build the unit tests on FreeBSD
Viktor Kutuzov
- [compiler-rt] r224708 - [Msan] Fix uname() interception on FreeBSD
Viktor Kutuzov
- [compiler-rt] r224709 - [Sanitizers] Intercept wcsnrtombs() on FreeBSD
Viktor Kutuzov
- [PATCH] Move recursive GlobalAlias handling to be after the max depth check in computeKnownBits()
Michael Kuperstein
- [PATCH] Moar string interceptors: strstr, strcasestr, strcspn, strpbrk
Maria Guseva
- [PATCH] Moar string interceptors: strstr, strcasestr, strcspn, strpbrk
Kostya Serebryany
- [PATCH] Moar string interceptors: strstr, strcasestr, strcspn, strpbrk
Maria Guseva
- [PATCH] Moar string interceptors: strstr, strcasestr, strcspn, strpbrk
Maria Guseva
- [PATCH] Moar string interceptors: strstr, strcasestr, strcspn, strpbrk
Maria Guseva
- [PATCH] Moar string interceptors: strstr, strcasestr, strcspn, strpbrk
Alexander Potapenko
- [PATCH] Moar string interceptors: strstr, strcasestr, strcspn, strpbrk
Yury Gribov
- [PATCH] Moar string interceptors: strstr, strcasestr, strcspn, strpbrk
Alexander Potapenko
- [PATCH] Moar string interceptors: strstr, strcasestr, strcspn, strpbrk
Maria Guseva
- [PATCH] Moar string interceptors: strstr, strcasestr, strcspn, strpbrk
Alexander Potapenko
- [compiler-rt] r224710 - [ASan] Fix the logic that decides whether we need to spawn a new llvm-symbolizer in asan_symbolize.py
Alexander Potapenko
- [PATCH] [ARM] Don't break alignment when combining base updates into load/stores.
Ahmed Bougacha
- [PATCH] [mips64] Add support for MCJIT for MIPS64
Daniel Sanders
- [compiler-rt] r224711 - AddressSanitizer: Properly handle dispatch_source_set_cancel_handler with a
Kuba Brecka
- [compiler-rt] r224712 - AddressSanitizer: Abort after failed exec() and get rid of the allow_reexec ASan flag
Kuba Brecka
- [PATCH] [mips][microMIPS] Implement LWSP and SWSP instructions
Jozef Kolek
- [zorg] r224715 - Add lld to sanitizer-bootstrap and sanitizer-fast bots.
Sergey Matveev
- [zorg] r224716 - Fix build scripts after r224715.
Sergey Matveev
- [llvm] r224717 - [CodeGenPrepare] Handle properly the promotion of operands when this does not
Quentin Colombet
- [PATCH] [llvm-c] Expose getFunctionAddress, as a modern alternative
Ramkumar Ramachandra
- [PATCH] [OCaml] Build a wrapper for LLVMGetFunctionAddress
Ramkumar Ramachandra
- [PATCH] [LCSSA] Handle PHI insertion in disjoint loops
Bruno Cardoso Lopes
- [PATCH] Beginning of alloca implementation for Mips fast-isel
Daniel Sanders
- [PATCH] [MIPS64] Make __clear_cache more optimal
Petar Jovanovic
- [PATCH] [X86] Improve DAGCombiner BUILD_VECTOR with two sources of elements
Sanjay Patel
- [llvm] r224720 - [C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.
Peter Zotov
- [llvm] r224721 - Add a C++ marker to this header file.
Adrian Prantl
- [llvm] r224722 - Remove unused header. NFC.
Juergen Ributzka
- [compiler-rt] r224724 - [Msan] Fix msan_test.cc inclusions to build the unit tests on FreeBSD
Viktor Kutuzov
- [llvm] r224725 - [x86] Add vector @llvm.ctpop intrinsic custom lowering
Bruno Cardoso Lopes
- [PATCH] [Sanitizer] Make CommonFlags immutable after initialization.
Kostya Serebryany
- [PATCH] Debug info: Support fragmented variables.
Chandler Carruth
- [PATCH] [x86] @llvm.ctpop.v8i32 custom lowering
Chandler Carruth
- [zorg] r224726 - Added new Windows builder/slave for LLDB, with the following properties:
Galina Kistanova
- [zorg] r224727 - Use libc++ for ASan builds on sanitizer-fast, sanitizer-bootstrap.
Sergey Matveev
- [zorg] r224729 - Fix ASan build.
Sergey Matveev
- [llvm] r224730 - [Hexagon] Adding classes and load unsigned byte instruction, updating usages.
Colin LeMahieu
- [zorg] r224731 - Reverted r224726. This patch requires more work than I expected.
Galina Kistanova
- [zorg] r224732 - Add missing -w in ASan builds.
Sergey Matveev
- [llvm] r224733 - unique_ptrify MatchableInfo(const CodeGenInstAlias *Alias)'s parameter
David Blaikie
- [llvm] r224734 - Use iterators rather than indices to make this forwards-compatible with a change to the underlying container (to std::list)
David Blaikie
- [PATCH] [AArch64] Improve codegen of store lane instructions by avoiding GPR usage
Ahmed Bougacha
- [llvm] r224735 - [Hexagon] Adding memb instruction. Fixing whitespace in test from 224730.
Colin LeMahieu
- [PATCH] [SLPVectorizer] Reorder operands of shufflevector if it can result in a vectorized code.
Michael Zolotukhin
- [compiler-rt] r224736 - [Sanitizer] Make CommonFlags immutable after initialization.
Alexey Samsonov
- [LNT] r224737 - Add machine overview page in JSON format.
Michael Zolotukhin
- [LNT] Add json support to machine overview page
Michael Zolotukhin
- [llvm] r224738 - Fix Windows unwind info for functions in sections other than .text
Reid Kleckner
- [llvm] r224119 - This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorders them for bundling into vector of loads,
Sean Silva
- [llvm] r224739 - Debug info: Teach SROA how to update debug info for fragmented variables.
Adrian Prantl
- [llvm] r222935 - Simplify some more ownership using forward_list<T> rather than vector<unique_ptr<T>>
David Blaikie
- [llvm] r224740 - [LCSSA] Handle PHI insertion in disjoint loops
Bruno Cardoso Lopes
- [llvm] r224742 - [SROA] Lift the logic for traversing the alloca slices one partition at
Chandler Carruth
- [compiler-rt] r210180 - [sancov] Handle fork.
Kostya Serebryany
- [PATCH] CodeGen: introduce support for Windows SSP on x86/x64
Reid Kleckner
- [llvm] r224743 - Thumb1 frame lowering: Mark CFI instructions with the FrameSetup flag.
Adrian Prantl
- [llvm] r224744 - Remove dynamic allocation/indirection from GCOVBlocks owned by GCOVFunction
David Blaikie
- [PATCH] [compiler-rt] Change the CMake build to generate full debugging info when COMPILER_RT_DEBUG=ON
Kuba Brecka
- [llvm] r224745 - Make musttail more robust for vector types on x86
Reid Kleckner
- [PATCH] Make musttail more robust for vector types on x86
Reid Kleckner
- [PATCH] Mips fast-isel - handle functions which return i8 or i6 .
reed kotler
- Wrong value for sext i1 true in BasicAliasAnalysis
Nicholas White
- [PATCH] SROA: Defer migrating the debug info for new allocas until after all partitions are created.
Adrian Prantl
- [PATCH] Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Reid Kleckner
- [PATCH] CodeGen support for x86_64 SEH catch handlers in LLVM
Reid Kleckner
- [llvm] r224746 - X86: Don't over-align combined loads.
Jim Grosbach
- [PATCH] Allow for constant data to be referenced in Mips-fast-isel
reed kotler
- [compiler-rt] r224749 - Change the CMake build to generate full debugging info when COMPILER_RT_DEBUG=ON
Kuba Brecka
- [PATCH] [TSan][MIPS] Adding support for MIPS64
Alexey Samsonov
- [PATCH] [dsymutil] Implement the BinaryHolder object and gain archive support.
Alexey Samsonov
- [llvm] r224750 - Revert r224739: Debug info: Teach SROA how to update debug info for
Chandler Carruth
- [PATCH] Fix -fsanitize=alignment reports on DenseMap empty/tombstone keys.
Alexey Samsonov
- [llvm] r224751 - Fix UBSan bootstrap: don't bind reference to nullptr.
Alexey Samsonov
- [llvm] r224752 - Fix UBSan bootstrap: replace shift of negative value with multiplication.
Alexey Samsonov
- [PATCH] Remove darwin_fat.mk.
Bob Wilson
- [PATCH] Use a Factory Method for MachineFunctionInfo Creation
Mehdi Amini
- [llvm] r224754 - [ARM] Don't break alignment when combining base updates into load/stores.
Ahmed Bougacha
- [PATCH] libc++ tests: wait_until.pass test sporadically fails (bug 21998)
Eric Fiselier
- [compiler-rt] r224755 - tsan: fix style
Dmitry Vyukov
- [llvm] r224756 - Remove a bad cast in CloneModule()
Michael Kuperstein
- [llvm] r224757 - [SimplifyCFG] Revise common code sinking
Michael Liao
- [llvm] r224758 - [PowerPC] Don't attempt a 64-bit pow2 division on PPC32
Hal Finkel
- [llvm] r224033 - [PowerPC] Implement BuildSDIVPow2, lower i64 pow2 sdiv using sradi
Hal Finkel
- [PATCH] [LIT] Decode string result in lit.util.capture
Eric Fiselier
- [PATCH] Always assert in DAGCombine and not only when -debug is enabled
Mehdi Amini
- [llvm] r224759 - [DagCombine] Improve DAGCombiner BUILD_VECTOR when it has two sources of elements
Michael Kuperstein
- [llvm] r224760 - AVX-512: BLENDM - fixed encoding of the broadcast version
Elena Demikhovsky
- [llvm] r224761 - [PowerPC] Don't mark the return-address slot as immutable
Hal Finkel
- [PATCH] LowerSwitch: replace unreachable default with popular case destination
Hans Wennborg
- [compiler-rt] r224762 - [asan] Better error message in coverage.
Evgeniy Stepanov
- [compiler-rt] r224763 - [asan] Fix line >80 chars.
Evgeniy Stepanov
- [llvm] r224764 - AVX-512: Added FMA instructions, intrinsics an tests for KNL and SKX targets
Elena Demikhovsky
- [llvm] r224765 - [ValueTracking] Move GlobalAlias handling to be after the max depth check in computeKnownBits()
Michael Kuperstein
- [PATCH] Create an experimental Windows LLDB Builder
Timur Iskhodzhanov
- [llvm] r224766 - [OCaml] PR22014: OCaml bindings didn't link to libLLVM-*.so with -Wl, --as-needed
Peter Zotov
- [www] r224767 - More information about EuroLLVM 2015
Tobias Grosser
- [www] r224768 - eurollvm: Add Conference banner
Tobias Grosser
- [www] r224769 - eurollvm: Add first sponsors
Tobias Grosser
- [PATCH] Mips fast-isel - handle calls with non legal types i8, i16
reed kotler
- [llvm] r224771 - [mips][microMIPS] Implement LWSP and SWSP instructions
Jozef Kolek
- [llvm] r224772 - [Hexagon] Adding unsigned halfword load.
Colin LeMahieu
- [llvm] r224773 - Fix a leak found by asan.
Rafael Espindola
- [llvm] r224774 - [Hexagon] Adding signed halfword loads.
Colin LeMahieu
- [llvm] r224775 - [Hexagon] Adding word loads.
Colin LeMahieu
- [llvm] r224776 - Fix a leak found by asan.
Rafael Espindola
- [llvm] r224777 - Pass LSAN_OPTIONS down so that it is possible to add suppressions.
Rafael Espindola
- [lld] r224778 - Tweak lld's checkout instructions.
Nico Weber
- [PATCH] [dwarfdump] Pretty print location expressions and location lists
Frederic Riss
- [llvm] r224779 - Always assert in DAGCombine and not only when -debug is enabled
Mehdi Amini
- [llvm] r224780 - DIBuilder: Similar to createPointerType, make createMemberPointerType take
Adrian Prantl
- [llvm] r224782 - Finish removing DestroySource.
Rafael Espindola
- [llvm] r224783 - Reverting 224775 until mayLoad flag is addressed.
Colin LeMahieu
- [PATCH] [AArch64] Improve codegen of store lane 0 instructions by directly storing the subregister.
Ahmed Bougacha
- [llvm] r224785 - [mips][microMIPS] Implement CACHE, PREF, SSNOP, EHB and PAUSE instructions
Jozef Kolek
- [llvm] r224786 - [Hexagon] Reapplying 224775 load words.
Colin LeMahieu
- [llvm] r224458 - R600/SI: Fix f64 inline immediates
Daniel Sanders
- [llvm] r211272 - Emit DWARF3 call frame information when DWARF3+ debug info is requested
Dimitry Andric
- [llvm] r224432 - ARM: correct an off-by-one in an assert
Bob Wilson
- [PATCH 1/2] Triple: Add gcn triple
Tom Stellard
- [llvm] r224787 - [Hexagon] Adding doubleword load.
Colin LeMahieu
- [llvm] r224682 - ARM: further improve deprecated diagnosis (LDM)
Joerg Sonnenberger
- [PATCH] [mips][microMIPS] Implement BEQZ16 and BNEZ16 instructions
Jozef Kolek
- [PATCH] MicroMIPS 16-bit unconditional branch instruction B
Jozef Kolek
- [llvm] r224788 - [PowerPC] Ensure that the TOC reload directly follows bctrl on PPC64
Hal Finkel
- [compiler-rt] r224789 - [asan] change the coverage collection scheme so that we can easily emit coverage for the entire process as a single bit set, and if coverage_bitset=1 actually emit that bitset
Kostya Serebryany
- [llvm] r224789 - [asan] change the coverage collection scheme so that we can easily emit coverage for the entire process as a single bit set, and if coverage_bitset=1 actually emit that bitset
Kostya Serebryany
- [PATCH] Teach IndVarSimplify to add nuw and nsw to operations that provably don't overflow.
hfinkel at anl.gov
- [PATCH] [Tablegen] Fix alias instruction printer mangling opcodes with optional suffixes.
hfinkel at anl.gov
- [PATCH] InstCombine: fsub nsz 0, X ==> fsub nsz -0.0, X
hfinkel at anl.gov
- [llvm] r224793 - Attempt to fix the LLVM Windows build bot lld-x86_64-win7.
Kevin Enderby
- [PATCH] ADT: Remove misaligned pointeres from DenseMapInfo
Alexey Samsonov
- [llvm] r224794 - Another attempt to fix the LLVM Windows build bot lld-x86_64-win7, one last place to fix I think.
Kevin Enderby
- [PATCH] New method SDep::isMemory() in ScheduleDAGInstrs.cpp.
Hal Finkel
- [llvm] r224795 - [Hexagon] Removing old classes.
Colin LeMahieu
- [PATCH] Refine the notion of MayThrow in LICM to include a header specific version
hfinkel at anl.gov
- [PATCH] [CodeGenPrepare] Teach when it is profitable to speculate calls to @llvm.cttz/ctlz.
hfinkel at anl.gov
- [llvm] r224798 - [SROA] Refactor the integer and vector promotion testing logic to
Chandler Carruth
- [llvm] r224799 - Debug Info: In symmetry to DW_TAG_pointer_type, do not emit the byte size
Adrian Prantl
- [PATCH] New pass: inductive range check elimination
hfinkel at anl.gov
- [PATCH] [OCaml] fix syntax errors in linker test
Ramkumar Ramachandra
- [llvm] r224800 - [SROA] Update the documentation and names for accessing the slices
Chandler Carruth
- [PATCH] R600: Be less strict in some tests.
Matthias Braun
- [llvm] r224801 - [OCaml] Expose Llvm_executionengine.get_{global_value, function}_address.
Peter Zotov
- [llvm] r224802 - [OCaml] PR21901: Update tests.
Peter Zotov
- [PATCH] X86: VZeroUpperInserter: shortcut should not trigger if we have any function live-ins.
Matthias Braun
- [llvm] r224803 - LiveIntervalAnalysis: Fix performance bug that I introduced in r224663.
Matthias Braun
- [llvm] r224804 - LiveRangeEdit: Check for completely empy subranges after removing ValNos.
Matthias Braun
- [llvm] r224805 - RegisterCoalescer: With subrange liveness there may be no RedefVNI for unused lanes.
Matthias Braun
- [llvm] r224806 - LiveInterval: Introduce createMainRangeFromSubranges().
Matthias Braun
- [PATCH] Implement mips fast-isel select statement
reed kotler
- [llvm] r224807 - LiveInterval: Remove accidentally committed debug code.
Matthias Braun
- [llvm] r224808 - MC: Don't emit .no_dead_strip on targets which don't support it
David Majnemer
- [llvm] r224809 - [X86] Remove the single AdSize indicator and replace it with separate AdSize16/32/64 flags.
Craig Topper
- [llvm] r224810 - IAS: correct debug line info for asm macros
Saleem Abdulrasool
- [PATCH] Convert CoreInputGraph.
Rui Ueyama
- [PATCH] Fix hardcoded stack probe space
Andrew H
- [PATCH] Added InstCombine transformation for combining two instructions icmp ult/ule/uge/ugt (ashr/lshr (Const2) %A), (Const1)
Ankur Garg
- [llvm] r224811 - MC: Label definitions are permitted after .set directives
David Majnemer
- [PATCH] [ASan] Fix asan_preload_test-2 on PowerPC64 Linux
Jay Foad
- [compiler-rt] r224812 - [ASan] Fix asan_preload_test-2 on PowerPC64 Linux
Jay Foad
- [lld] r224813 - [Mips] Use OR operation to set the microMIPS bit
Simon Atanasyan
- [lld] r224814 - [Mips] Rename the function s/readAddend/getAddend/
Simon Atanasyan
- [lld] r224815 - [Mips] Factor out the code checks a symbol's binding
Simon Atanasyan
- [lld] r224816 - [Mips] Make the comment more descriptive
Simon Atanasyan
- [lld] r224817 - [Mips] Join two if statements
Simon Atanasyan
- [compiler-rt] r224818 - [asan] Disable one test on Android.
Evgeniy Stepanov
- [compiler-rt] r224819 - [sanitizer] mmap2 syscall works with 4096-byte units instead of bytes.
Evgeniy Stepanov
- [compiler-rt] r224820 - [sanitizer] Disable InternalMmapWithOffset test on Windows.
Evgeniy Stepanov
- [compiler-rt] r224821 - [sanitizer] Fix off-by-8x in direct coverage.
Evgeniy Stepanov
- [compiler-rt] r224822 - [sanitizer] Disable InternalMmapWithOffset test on OSX.
Evgeniy Stepanov
- [compiler-rt] r223477 - [ASan] Fix Win build following r223419.
Timur Iskhodzhanov
- [PATCH] [ASan] Fix stack-overflow.cc test on PowerPC64 Linux
Jay Foad
- [compiler-rt] r224823 - [ASan/Win] Bandaid fix for PR22025 -- deadlocks when creating suspended threads
Timur Iskhodzhanov
- [Patches][RFC] What to do about bitcode streaming.
Rafael Espíndola
- [compiler-rt] r224824 - [asan] Support ASAN_ACTIVATION_OPTIONS.
Evgeniy Stepanov
- [llvm] r224825 - MC: address some comments in deprecation checks
Saleem Abdulrasool
- [PATCH] [OCaml] link in codegen for access to GCRegistry
Ramkumar Ramachandra
- [lld] r224826 - [Mips] Support linking of microMIPS 32-bit code
Simon Atanasyan
- [PATCH] Add bulk of returning of values to Mips fast-isel
reed kotler
- [llvm] r224827 - CodeGen: Allow aliases to be overridden by variables
David Majnemer
- [llvm] r224828 - CodeGen: Error on redefinitions instead of asserting
David Majnemer
- [PATCH] C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
- [PATCH] [OCaml] introduce link_gc_components
Ramkumar Ramachandra
- [PATCH] Induction variables: support arbitrary constant step
Hao Liu
- [llvm] r224829 - Masked Load/Store - Changed the order of parameters in intrinsics.
Elena Demikhovsky
- [lld] r224830 - [Mips] Make the test more tolerant to the linker output order
Simon Atanasyan
- [lld] r224831 - [Mips] Replace stderr output by the `llvm_unreachable` call
Simon Atanasyan
- [llvm] r224832 - Documentation for Masked Load and Store intrinsics.
Elena Demikhovsky
- [llvm] r224833 - Silence GCC's -Wparentheses warning
David Majnemer
- [compiler-rt] r224834 - tsan: fix trace initialization during thread id reuse
Dmitry Vyukov
- [compiler-rt] r206178 - [asan] added internal flag mmap_limit_mb
Timur Iskhodzhanov
- [PATCH] Encode native floating point types in data layout string.
Cameron Esfahani
- [PATCH] [Mips][ABI]The ELF container needs to depend on the ABI rather than the target triple.
Vladimir Medic
- [PATCH] [X86] Add missing memory variants to AVX false dependency breaking
Michael Kuperstein
- [compiler-rt] r224837 - Simplify allocator_returns_null.cc test
Timur Iskhodzhanov
- [compiler-rt] r224838 - [asan] Allow enabling coverage at activation.
Evgeniy Stepanov
- [compiler-rt] r224839 - [asan] Disable __sanitizer_cov_dump registration on Windows.
Evgeniy Stepanov
- [compiler-rt] r224840 - [sanitizer] sancov.py: print status to stderr
Evgeniy Stepanov
- [compiler-rt] r224841 - [sanitizer] Tweak sancov.py output.
Evgeniy Stepanov
- [llvm] r224129 - Require python 2.7.
Hal Finkel
- [llvm] r224842 - [PowerPC] [FastISel] i1 constants must be zero extended
Hal Finkel
- [patch] Update the cmake python version check
Rafael Espíndola
- [llvm] r224845 - Use MCPhysReg for table of register encodings.
Craig Topper
- [llvm] r224846 - Teach disassembler to handle illegal immediates on (v)cmpps/pd/ss/sd instructions. Instead of rejecting we'll just generate the _alt forms that don't try to alter the mnemonic. While I'm here, merge some common code in the Instruction printers for the condition code replacement and fix the mask on SSE to be 3-bits instead of 4.
Craig Topper
- [llvm] r224847 - InstCombe: Infer nsw for multiplies
David Majnemer
- [llvm] r224848 - ValueTracking: Small cleanup in ComputeNumSignBits
David Majnemer
- [llvm] r224849 - InstCombine: Infer nuw for multiplies
David Majnemer
- [compiler-rt] r224850 - Revert r224838, r224839.
Evgeniy Stepanov
- [llvm-commits] [compiler-rt] r161874 - in /compiler-rt/trunk/lib: asan/tests/asan_test.cc sanitizer_common/sanitizer_posix.cc
Timur Iskhodzhanov
- [compiler-rt] r224852 - [ASan/Win] Suppress error messaging when Abort() is called
Timur Iskhodzhanov
- [compiler-rt] r224853 - [asan] Allow enabling coverage at activation.
Evgeniy Stepanov
- [compiler-rt] r224854 - [asan] Extend coverage test.
Evgeniy Stepanov
- [compiler-rt] r224855 - [asan] Bump coverage size limit on 32-bit platforms.
Evgeniy Stepanov
- [compiler-rt] r224856 - [ASan/Win] Add basic support for MemoryRangeIsAvailable and DumpProcessMap to make it easier to debug startup shadow mapping failures
Timur Iskhodzhanov
- [llvm] r224527 - Add missing implementation of 'sys::path::is_other' to the support library.
Rafael Espíndola
- [PATCH] [AArch64] Select lower sub,abs pattern to sabd on AArch64
Karthik Bhat
- [compiler-rt] r224857 - [asan] Fix possibly uninitialized coverage flag.
Evgeniy Stepanov
- [compiler-rt] r224858 - [sanitizer] Treat \r, \n, \t as flag separators.
Evgeniy Stepanov
- [llvm] r224859 - No need to run llvm-as. NFC.
Rafael Espindola
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for mips32r6 platform
Vladimir Medic
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for mips64 platform
Vladimir Medic
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for mips64r2 platform
Vladimir Medic
- [llvm] r224860 - Band-aid fix for PR22032: don't emit DWARF debug info if AddressSanitizer is enabled on Windows
Timur Iskhodzhanov
- [PATCH] [inline-asm] Fix scope of assembly macros
Sergey Dmitrouk
- [llvm] r224861 - [X86] Don't fail disassembly if REX.R/REX.B is used on an MMX register. Similar fix to not fail to disassembler CR9-CR15 references.
Craig Topper
- [llvm] r224862 - [X86] Add the debug registers DR8-DR15 so we can assemble and disassemble references to them.
Craig Topper
- [compiler-rt] r224863 - Escape ? to silence GCC warning about trigraphs.
Daniel Jasper
- [llvm] r224864 - Use llvm-readobj. NFC.
Rafael Espindola
- [llvm] r224866 - [Hexagon] Adding post-increment signed byte loads with tests.
Colin LeMahieu
- [llvm] r224867 - [Hexagon] Adding post-increment unsigned byte loads.
Colin LeMahieu
- [llvm] r224868 - [Hexagon] Adding remaining post-increment instruction variants. Removing unused classes.
Colin LeMahieu
- [llvm] r224869 - [Hexagon] Adding deallocframe and circular addressing loads.
Colin LeMahieu
- [llvm] r224870 - [Hexagon] Adding locked loads.
Colin LeMahieu
- [llvm] r224871 - [Hexagon] Adding auto-incrementing loads with and without byte reversal.
Colin LeMahieu
- [llvm] r224872 - Convert test to llvm-readobj. NFC.
Rafael Espindola
- [PATCH] [llgo] Elide alloca for unused received values in select
Andrew Wilkins
- [PATCH] PowerPC: CTR shouldn't fire if a TLS call is in the loop
David Majnemer
- [PATCH] Add segmented stack support for DragonFlyBSD
Michael Neumann
- [PATCH] [FastIsel][X86] Fix invalid register replacement for bool args
Keno Fischer
- [llvm] r224884 - [FastIsel][X86] Fix invalid register replacement for bool args
Keno Fischer
- [PATCH] Add a helpful assert if LineNo would clobber ArgNo
Keno Fischer
- [PATCH] Respect object format choice on Darwin
Keno Fischer
- [llvm] r213890 - Use the same .eh_frame encoding for 32bit PPC as on i386.
Dimitry Andric
- [llvm] r224885 - [x86] Prevent llvm.x86.cmp.ps/pd/ss/sd from being selected with bad immediates. The frontend now checks this when the builtin is used. This will allow the instruction printer to not have to deal with invalid immediates on these instructions.
Craig Topper
- [llvm] r224886 - [x86] Assert on invalid immediates in the instruction printer for cmp.ps/pd/ss/sd instead of truncating the immediate. The assembly parser and instruction selection shouldn't generate invalid immediates.
Craig Topper
- [llvm] r224887 - [x86] Prevent instruction selection of AVX512 cmp.ps/pd/ss/sd intrinsics with illegal immediates. Forgot to do this when I did SSE/SSE2/AVX/AVX2.
Craig Topper
- [llvm] r224888 - Removing a variable that is set but never used, to silence a -Wunused-but-set-variable warning; NFC.
Aaron Ballman
- [llvm] r224889 - Fixing another -Wunused-variable warning, this time in release builds without asserts. NFC.
Aaron Ballman
- [llvm] r224890 - PowerPC: CTR shouldn't fire if a TLS call is in the loop
David Majnemer
- [llvm] r224891 - [x86] Prevent instruction selection of AVX512 cmp.ps/pd/ss/sd intrinsics with illegal immediates. Correctly this time. I did the wrong patterns the first time.
Craig Topper
- [llvm] r224897 - Scalarizer for masked load and store intrinsics.
Elena Demikhovsky
- [llvm] r224899 - [CodeGenPrepare] Teach when it is profitable to speculate calls to @llvm.cttz/ctlz.
Andrea Di Biagio
- [llvm] r224900 - [X86] Add missing memory variants to AVX false dependency breaking
Michael Kuperstein
- [PATCH] R600/SI: Use VOP2 K instructions
Marek Olšák
- [PATCH] x86_64: Fix calls to __morestack under the large code model.
Peter Collingbourne
- [PATCH] Make the __morestack function available to the JIT memory manager under Linux.
Peter Collingbourne
- [PATCH] [X86] Convert esp-relative movs of function arguments to pushes, step 2
Michael Kuperstein
- [llvm] r224901 - [X86][ISel] Fix a regression I introduced in r224884
Keno Fischer
- Bug fix in Combine load store with null pointer
Raoux, Thomas F
- [PATCH] [llgo] irgen: do not emit an extra terminator for panic thunks
Peter Collingbourne
- [llvm] r224907 - llvm/test/CodeGen/X86/fast-isel-call-bool.ll: Add explicit -mtriple=x86_64-unknown to satisfy x64.
NAKAMURA Takumi
- [compiler-rt] r224910 - [sanitizer-common] Fixing the ASan test build failure on OS X
Kuba Brecka
- [PATCH] [AArch64] Select lower fsub,fabs pattern to fabd on AArch64
Karthik Bhat
Last message date:
Sun Dec 28 23:48:59 PST 2014
Archived on: Tue Aug 4 17:12:07 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).