The Week Of Monday 3 March 2014 Archives by date
Starting: Mon Mar 3 00:33:20 PST 2014
Ending: Sun Mar 9 23:38:16 PDT 2014
Messages: 1065
- [PATCH] Update the coding standards to provide some guidance for a few constructs in C++11
James Dennett
- [PATCH] Document that std::initializer_list is not always available.
Peter Collingbourne
- [PATCH] Document that std::initializer_list is not always available.
Chandler Carruth
- [PATCH] [AArch64]Improper diagnostics about offset range of load/store instructions.
Kevin Qin
- [www] r202685 - Add Requirements to the gsoc project
Sylvestre Ledru
- [PATCH] Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
- [llvm] r202686 - [C++11] Add an iterator_range class template. This is modeled on the
Chandler Carruth
- [PATCH] [AArch64]Improper diagnostics about offset range of load/store instructions.
Tim Northover
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Albrecht Kadlec
- [llvm] r202687 - [C++11] Add two range adaptor views to User: operands and
Chandler Carruth
- [llvm] r202688 - [C++11] MSVC 2012 can't handle list-initialization that calls
Chandler Carruth
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Albrecht Kadlec
- [test-suite] r202689 - XCore target: add support to build MultiSource/Applications/lambda-0.1.3
Robert Lytton
- [test-suite] r202690 - XCore target: add support to build MultiSource/Benchmarks/MallocBench/espresso
Robert Lytton
- [test-suite] r202691 - XCore target: add support to build MultiSource/Applications/lua
Robert Lytton
- [test-suite] r202692 - XCore target: add support to build MultiSource/Applications/hexxagon
Robert Lytton
- [test-suite] r202693 - XCore target: add support to build MultiSource/Applications/oggenc/oggenc.c
Robert Lytton
- [test-suite] r202694 - XCore target: add support to build MultiSource/Benchmarks/Prolangs-C++/city
Robert Lytton
- [test-suite] r202695 - XCore target: add support to build MultiSource/Benchmarks/Prolangs-C++/ocean
Robert Lytton
- [test-suite] r202696 - XCore target: add support to build MultiSource/Applications/JM/lencod
Robert Lytton
- [test-suite] r202697 - XCore target: add support to build MultiSource/Benchmarks/MallocBench/gs
Robert Lytton
- [test-suite] r202698 - XCore target: add support to build SingleSource/Benchmarks/Misc-C++-EH/spirit.cpp
Robert Lytton
- [test-suite] r202699 - XCore target: add support to build MultiSource/Benchmarks/sim/sim.c
Robert Lytton
- [test-suite] r202700 - XCore target: add support to build MultiSource/Applications/SIBsim4
Robert Lytton
- [test-suite] r202701 - XCore target: add support to build SingleSource/UnitTests/2005-05-11-Popcount-ffs-fls
Robert Lytton
- [test-suite] r202702 - If LITTLE_ENDIAN is not defined but __ORDER_LITTLE_ENDIAN__ is, locally define LITTLE_ENDIAN.
Robert Lytton
- [PATCH] ARM and Thumb Segmented Stacks
Tim Northover
- [compiler-rt] r202704 - tsan: remove autogenerated file
Dmitry Vyukov
- [llvm] r202705 - [C++11] Add a basic block range view for RegionInfo
Tobias Grosser
- [llvm] r202706 - This patch implements jalx instruction for Mips architecture.This instruction executes a procedure call within the current 256 MB-aligned region and change the ISA Mode from MIPS32 to microMIPS32 or MIPS16e. Usage samples for assembler and dissasembler are provided as well.
Vladimir Medic
- [polly] r202707 - [C++11] Use foreach iterator for blocks and operands
Tobias Grosser
- [compiler-rt] r202708 - tsan: replace deadlock detector custom build script with cmake file
Dmitry Vyukov
- [compiler-rt] r202505 - tsan: add standalone deadlock detector
Dmitry Vyukov
- [llvm] r202712 - [msan] Handle X86 SIMD bitshift intrinsics.
Evgeniy Stepanov
- [compiler-rt] r202713 - [msan] Tests for X86 SIMD bitshift intrinsic support.
Evgeniy Stepanov
- [llvm] r202714 - Unbreak the C++11 build.
Benjamin Kramer
- [llvm] r202715 - Fixing a build failure reported by certain buildbots. This will disable jalx instruction for micromips target.
Vladimir Medic
- [llvm] r202716 - [mips] support FK_Data_2 and FK_Data_8 to fix big-endian debug data
Ed Maste
- [llvm] r202717 - [mips] Prevent %lo relocation being used on MSA loads and stores.
Daniel Sanders
- [PATCH] Support FK_Data_2 and FK_Data_8 to fix big-endian mips64 debug data
Ed Maste
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Tim Northover
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Tim Northover
- [llvm] r202719 - Don't emit a blank line when running llvm-config --system-libs.
Richard Osborne
- [PATCH] Don't emit a blank line when running llvm-config --system-libs.
Richard Osborne
- Big endian vector elements
Tim Northover
- [llvm] r202720 - Add patch level to llvm version in CMake and Autoconf
Tom Stellard
- Big endian vector elements
Tim Northover
- [PATCH] ARM and Thumb Segmented Stacks
Svetoslav Neykov
- [PATCH] Unrolling improvements (target indep. and for x86)
Diego Novillo
- [PATCH] Adds Cortex-A53 and Cortex-A57 subtargets.
Dave Estes
- [llvm] r202728 - Clarify struct usage guidelines
Duncan P. N. Exon Smith
- [llvm] r202729 - C++11: Beware unnecessary copies with auto
Duncan P. N. Exon Smith
- [llvm] r202588 - Now that we have C++11, turn simple functors into lambdas and remove a ton of boilerplate.
David Blaikie
- [llvm] r202588 - Now that we have C++11, turn simple functors into lambdas and remove a ton of boilerplate.
Benjamin Kramer
- [polly] r202648 - PollyDectect: Use spaces before foreach colons
David Blaikie
- [PATCH] [compiler-rt] Port add_sanitizer_rt_symbols to CMake 3.0
Alexey Samsonov
- [llvm] r202687 - [C++11] Add two range adaptor views to User: operands and
David Blaikie
- [PATCH] Adds Cortex-A53 and Cortex-A57 subtargets.
Dave Estes
- [llvm] r202730 - [C++11] Replace LLVM atomics with std::atomic.
Benjamin Kramer
- [PATCH] [C++11] Replace LLVM atomics with std::atomic.
Benjamin Kramer
- [llvm] r202731 - Revert "[C++11] Replace LLVM atomics with std::atomic."
Benjamin Kramer
- [PATCH] Add DWARF discriminator support to DILexicalBlocks
Eric Christopher
- [PATCH] Add a new pass to compute DWARF path discriminators.
Eric Christopher
- [PATCH] Emit DWARF info for all code section in an assembly file
Oliver Stannard
- [PATCH] XCore target: Add TypeString meta data to IR output.
robert lytton
- [PATCH] Add a new pass to compute DWARF path discriminators.
Diego Novillo
- [llvm] r202735 - Re-apply r202551, which introduced new PBQP solver.
Lang Hames
- [llvm] r202736 - Add DWARF discriminator support to DILexicalBlocks.
Diego Novillo
- [PATCH] Add a new pass to compute DWARF path discriminators.
Eric Christopher
- [llvm] r202742 - [C++11] Remove the completely unnecessary requirement on SetVector's
Chandler Carruth
- [polly] r202743 - cmake: build monolithic libLLVMPollyLib.dylib
Tobias Grosser
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Albrecht Kadlec
- [llvm] r202748 - [C++11] Remove a leftover std::function instance.
Benjamin Kramer
- [llvm] r202750 - Document that std::initializer_list is not always available.
Peter Collingbourne
- [llvm] r202751 - [C++11] Use std::tie to simplify compare operators.
Benjamin Kramer
- [PATCH] Add update target to ninja
Justin Bogner
- [PATCH] Avoid std::function until PR19030 is fixed
Reid Kleckner
- [PATCH] Document that std::initializer_list is not always available.
Peter Collingbourne
- [PATCH] Add update target to ninja
Chandler Carruth
- [PATCH] Avoid std::function until PR19030 is fixed
Chandler Carruth
- [llvm] r202752 - Pass to emit DWARF path discriminators.
Diego Novillo
- [llvm] r202753 - Add missing include.
Benjamin Kramer
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Albrecht Kadlec
- [DAGCombiner] Recognize another rotation idiom
Adam Nemet
- [DAGCombiner] Recognize another rotation idiom
Adam Nemet
- Big endian vector elements
Hal Finkel
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Tim Northover
- [PATCH] Avoid std::function until PR19030 is fixed
Reid Kleckner
- [PATCH] Avoid std::function until PR19030 is fixed
Chandler Carruth
- [llvm] r202758 - Avoid std::function until PR19030 is fixed
Reid Kleckner
- [llvm] r202760 - Adding support for MSVC debugger visualization of the Optional datatype.
Aaron Ballman
- [PATCH] Module: Use existing library functions
Justin Bogner
- [PATCH] Avoid std::function until PR19030 is fixed
Reid Kleckner
- [PATCH] Avoid std::function until PR19030 is fixed
Reid Kleckner
- [PATCH] Avoid std::function until PR19030 is fixed
Chandler Carruth
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Albrecht Kadlec
- [polly] r202762 - cmake: Split off functionality for LLVM loadable module
Tobias Grosser
- [compiler-rt] r201084 - Add a copy of missing <ucontext.h> for Android and enable ASan SEGV handler.
Hans Wennborg
- [PATCH][DAGCombiner] Factor out new function distributeTruncateThroughAnd
Adam Nemet
- [zorg] r202763 - Do not send emails on failures in the polly performance bots
Tobias Grosser
- [polly] r202764 - Commit missing PollyModule.cpp file
Tobias Grosser
- [PATCH][DAGCombiner] Factor out new function distributeTruncateThroughAnd
Eric Christopher
- [polly] r202766 - And some formatting fixes
Tobias Grosser
- [PATCH] Unrolling improvements (target indep. and for x86)
Hal Finkel
- [PATCH] Module: Use existing library functions
Duncan P. N. Exon Smith
- [PATCH][DAGCombiner] Factor out new function distributeTruncateThroughAnd
Adam Nemet
- [zorg] r202768 - Add missing comma
Tobias Grosser
- [llvm] r202767 - [AArch64] This is a work in progress to provide a machine description
Chad Rosier
- [PATCH][DAGCombiner] Factor out new function distributeTruncateThroughAnd
Eric Christopher
- [llvm] r202770 - llvm-objdump: Use range-based-for loop and fix format.
Rui Ueyama
- [llvm] r202772 - llvm-objdump: Split printCOFFUnwindInfo into small functions.
Rui Ueyama
- [llvm] r202773 - Revert "[AArch64] This is a work in progress to provide a machine description"
Chad Rosier
- [llvm] r202774 - MC: Fix Intel assembly parser for [global + offset]
Reid Kleckner
- [PATCH][DAGCombiner] Distribute TRUNC through AND in rotation amount
Adam Nemet
- [llvm] r202106 - [SROA] Add a debugging tool which shuffles the slices sequence prior to
Adrian Prantl
- [PATCH][X86] Refactor peepholes for masked shift amount into a multiclass
Adam Nemet
- [PATCH][X86] Add peephole for masked rotate amount
Adam Nemet
- [PATCH] Add a thread-safe version of RefCountedBase
Ben Langmuir
- [llvm] r202775 - [AArch64]Fix improper diagnostics about offset range of load/store instructions.
Kevin Qin
- [llvm] r202106 - [SROA] Add a debugging tool which shuffles the slices sequence prior to
Reid Kleckner
- patch: remove PseudoSourceValue from Value.
Nick Lewycky
- [llvm] r202106 - [SROA] Add a debugging tool which shuffles the slices sequence prior to
Adrian Prantl
- [PATCH] Disable passes on optnone functions
Robinson, Paul
- [llvm] r202106 - [SROA] Add a debugging tool which shuffles the slices sequence prior to
Chandler Carruth
- [llvm] r202106 - [SROA] Add a debugging tool which shuffles the slices sequence prior to
Adrian Prantl
- [llvm] r202781 - llvm-objdump: Split printRuntimeFunction to two small functions.
Rui Ueyama
- [llvm] r202106 - [SROA] Add a debugging tool which shuffles the slices sequence prior to
Chandler Carruth
- [llvm] r202783 - Make a test for llvm-objdump a little bit more readable.
Rui Ueyama
- [PATCH] Remove paragraph about manual account creation.
Manuel Jacob
- [llvm] r202785 - llvm-objdump: Print x64 unwind info in executable.
Rui Ueyama
- [llvm] r202786 - Use auto for readability.
Rui Ueyama
- [llvm] r202787 - Fix typo.
Rui Ueyama
- [llvm] r202785 - llvm-objdump: Print x64 unwind info in executable.
Shankar Easwaran
- [llvm] r202785 - llvm-objdump: Print x64 unwind info in executable.
Rui Ueyama
- [PATCH] Fix dllexport mangling issue
klutzy
- patch: remove PseudoSourceValue from Value.
Hal Finkel
- [llvm] r202791 - [C+11] Add 'override' keyword to methods in the support library.
Craig Topper
- [llvm] r202773 - Revert "[AArch64] This is a work in progress to provide a machine description"
Hal Finkel
- [compiler-rt] r202793 - [asan] Fix Android configure/make build.
Evgeniy Stepanov
- [llvm] r202794 - PBQP/Graph.h: s/os/OS/ in @param. [-Wdocumentation]
NAKAMURA Takumi
- [llvm] r202795 - PBQP/Graph.h: Prune @return in setNodeCosts, possibly copypasto. [-Wdocumentation]
NAKAMURA Takumi
- [compiler-rt] r201084 - Add a copy of missing <ucontext.h> for Android and enable ASan SEGV handler.
Evgeniy Stepanov
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Tim Northover
- [compiler-rt] r201084 - Add a copy of missing <ucontext.h> for Android and enable ASan SEGV handler.
Chandler Carruth
- [compiler-rt] r202796 - [CMake] Fix add_sanitizer_rt_symbols on multi-config CMake generators.
Alexey Samsonov
- [compiler-rt] r202797 - [CMake] Port add_sanitizer_rt_symbols to CMake 3.0
Alexey Samsonov
- [PATCH] [compiler-rt] Port add_sanitizer_rt_symbols to CMake 3.0
Alexey Samsonov
- [PATCH] XCore target add __LITTLE_ENDIAN__ defined macro
Robert Lytton
- [PATCH] A set of trivial changes to support sanitizers on FreeBSD
Viktor Kutuzov
- [llvm] r202798 - [cleanup] Tidy up and modernize comments and the definition order for
Chandler Carruth
- [llvm] r202799 - [cleanup] Run clang-format over the Use code. It was *really*
Chandler Carruth
- [llvm] r202800 - Fix gcc -Wunused-but-set-variable warning.
Patrik Hagglund
- [compiler-rt] r202801 - A set of trivial changes to support sanitizers on FreeBSD.
Alexey Samsonov
- [llvm] r202802 - [cleanup] Use early exit and simpler temporary variables to clarify the
Chandler Carruth
- [PATCH] A set of trivial changes to support sanitizers on FreeBSD
Alexey Samsonov
- [PATCH] XCore target: add support to build MultiSource/Benchmarks/PAQ8p
robert lytton
- [PATCH] XCore target: add support to build MultiSource/Applications/lemon
robert lytton
- [PATCH] XCore target: add support to build MultiSource/Benchmarks/SciMark2-C
robert lytton
- [llvm] r202805 - [cleanup] Add a getOperandNo method to the Use class and implement it
Chandler Carruth
- [llvm] r202806 - Cleaning up a bunch of pre-Visual C++ 2012 build hacks.
Yaron Keren
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Yuri Gorshenin
- [PATCH] Module: Use existing library functions
Justin Bogner
- [llvm] r202807 - This patch implements .set mips32r2 directive and sets appropriate feature bits. It also introduces helper functions that are used to set and clear feature bits as necessary. This directive is a counterpart of -mips32r2 command line options with the exception that it does not influence elf header flags. The usage example is gives in test file.
Vladimir Medic
- [llvm] r202808 - Remove unused typedef
Timur Iskhodzhanov
- [llvm] r202806 - Cleaning up a bunch of pre-Visual C++ 2012 build hacks.
NAKAMURA Takumi
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Yuri Gorshenin
- [llvm] r202811 - [cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
- [llvm] r202551 - New PBQP solver, and updates to the PBQP graph.
Timur Iskhodzhanov
- [compiler-rt] r202812 - ARM: implement __sync_fetch_and_* operations
Tim Northover
- [compiler-rt] r202813 - tsan: move all pthread_cond interceptors into sanitizer_common
Dmitry Vyukov
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Albrecht Kadlec
- [PATCH] Update the coding standards to provide some guidance for a few constructs in C++11
Matt
- [llvm] r202814 - [Modules] Move InstIterator out of the Support library, where it had no
Chandler Carruth
- [PATCH] Update the coding standards to provide some guidance for a few constructs in C++11
Chandler Carruth
- [llvm] r202815 - [Modules] Move GetElementPtrTypeIterator into the IR library. As its
Chandler Carruth
- [PATCH] [COMPILER-RT] Implement __addtf3 and __subtf3
Dmitri Gribenko
- [PATCH] [X86] Added rrk, rrkz, rmk, rmkz, rmbk, rmbkz versions of AVX512 FP packed instructions.
Robert Khasanov
- [llvm] r202816 - [Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
- [llvm] r202818 - [Modules] Move the LLVM IR pattern match header into the IR library, it
Chandler Carruth
- [compiler-rt] r202819 - ARM: fix built-bots trying to use Thumb2 code on armv6m
Tim Northover
- [llvm] r202524 - Drop libtool from llvm.
Patrik Hägglund H
- [PATCH] A patch for sanitizers' syscalls on FreeBSD
Viktor Kutuzov
- [compiler-rt] r202820 - tsan: fix pthread_cond interceptors
Dmitry Vyukov
- [llvm] r202821 - [Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
- [dragonegg] r202823 - [Modules] Update to reflect ValueHandle moving to the IR library in LLVM
Chandler Carruth
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Evgeniy Stepanov
- [llvm] r202824 - [Modules] Move ValueMap to the IR library. While this class does not
Chandler Carruth
- [llvm] r202825 - [Modules] Delete DataFlow.h rather than move it to the IR library. No
Chandler Carruth
- [PATCH] Correctly align arguments after a byval struct is passed on the stack
Oliver Stannard
- ARM: Correctly align arguments after a byval struct is passed on the stack
Oliver Stannard
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Tim Northover
- [compiler-rt] r202826 - tsan: add concurrent hashmap for standalone deadlock detector
Dmitry Vyukov
- [llvm] r202827 - [Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
- [dragonegg] r202829 - [Modules] Update to reflect the move of CFG.h to the IR library in LLVM
Chandler Carruth
- [polly] r202830 - [Modules] Update to reflect the move of CFG.h to the IR library in LLVM
Chandler Carruth
- [PATCH] Correctly align arguments after a byval struct is passed on the stack
Oliver Stannard
- [compiler-rt] r202826 - tsan: add concurrent hashmap for standalone deadlock detector
Alexey Samsonov
- [compiler-rt] r202831 - tsan: fix windows build
Dmitry Vyukov
- [llvm] r202832 - [Modules] Move the TargetFolder into the Analysis library. Historically,
Chandler Carruth
- [llvm] r202833 - [Modules] Move the ConstantFolder into the IR library where it can
Chandler Carruth
- [llvm] r202834 - [Modules] Move the NoFolder into the IR library as it creates
Chandler Carruth
- [llvm] r202835 - [Modules] Move the PredIteratorCache into the IR library -- it is
Chandler Carruth
- [llvm] r202836 - [Modules] Stop including CFG.h from GenericDomTree.h. This used to be
Chandler Carruth
- [compiler-rt] r202837 - Avoid doing any work when unwinding stack traces with 0 or 1 frame
Alexey Samsonov
- [llvm] r202838 - [Modules] Move the ConstantRange class into the IR library. This is
Chandler Carruth
- [PATCH] A patch for sanitizers' syscalls on FreeBSD
Alexey Samsonov
- [llvm] r202806 - Cleaning up a bunch of pre-Visual C++ 2012 build hacks.
Ahmed Charles
- [llvm] r202839 - [Modules] Move the PassNameParser to the IR library as it deals in the
Chandler Carruth
- [PATCH] A patch for sanitizers' syscalls on FreeBSD
Alexander Potapenko
- [llvm] r202840 - [cleanup] Fix a typo in the path.
Chandler Carruth
- [compiler-rt] r202841 - [msan] Add missing line to getxattr() test.
Sergey Matveev
- [llvm] r202842 - [Modules] Move the LeakDetector header into the IR library where the
Chandler Carruth
- [compiler-rt] r202843 - tsan: add dynamic library target for standalone deadlock detector
Dmitry Vyukov
- [PATCH] Do not append -ldl for sanitizers' tests on FreeBSD
Viktor Kutuzov
- [llvm] r202844 - Hey, we can stop depending on the IR library from the Support unittests
Chandler Carruth
- [PATCH] [ASan] Speed up stack trace unwinding for stacks of size 2.
Alexey Samsonov
- [PATCH] Use discriminator information in sample profiles.
Chandler Carruth
- [PATCH] [ASan] Speed up stack trace unwinding for stacks of size 2.
Evgeniy Stepanov
- [compiler-rt] r202845 - [ASan] Speed up stack trace unwinding for stacks of size 2.
Alexey Samsonov
- [compiler-rt] r202846 - [msan] Make up for missing interceptor in getxattr() test.
Sergey Matveev
- [compiler-rt] r200464 - [msan] Intercept *getxattr and *listxattr.
Sergey Matveev
- [compiler-rt] r202847 - [CMake] Test for libdl and libpthread presence
Alexey Samsonov
- [PATCH] Enable procmaps on FreeBSD
Viktor Kutuzov
- [PATCH] [compiler-rt] Port add_sanitizer_rt_symbols to CMake 3.0
Brad King
- [PATCH] [ASan] Speed up stack trace unwinding for stacks of size 2.
Yury Gribov
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
James Molloy
- [PATCH] Do not append -ldl for sanitizers' tests on FreeBSD
Alexey Samsonov
- [llvm] r202848 - [mips][msa] Correct the behaviour of the COPY_FW pseudo on lanes 2 and 3.
Daniel Sanders
- [PATCH] Enable sanitizers' libc dependencies on FreeBSD
Viktor Kutuzov
- [PATCH] Provide FreeBSD-specific things for Asan
Viktor Kutuzov
- [compiler-rt] r202849 - Fix StackTrace::LocatePcInTrace, add more unit tests for generic StackTrace
Alexey Samsonov
- [PATCH] [ASan] Speed up stack trace unwinding for stacks of size 2.
Alexey Samsonov
- [compiler-rt] r202850 - tsan: attempt to fix darwin build
Dmitry Vyukov
- [dragonegg] r202851 - Introduce "Analysis/TargetFolder.h" corresponding to r202832.
NAKAMURA Takumi
- [compiler-rt] r202852 - tsan: add another missing windows atomic operation
Dmitry Vyukov
- [PATCH] [X86] Added rrk, rrkz, rmk, rmkz, rmbk, rmbkz versions of AVX512 FP packed instructions.
Nadav Rotem
- [PATCH] [X86] Added rrk, rrkz, rmk, rmkz, rmbk, rmbkz versions of AVX512 FP packed instructions.
Robert Khasanov
- [PATCH] Fix for bitcode reader crash on invalid input [PR18704]
Dinesh Dwivedi
- [PATCH] XCore target: Add TypeString meta data to IR output.
robert lytton
- [polly] r202853 - Introduce PollyIRBuilder
Tobias Grosser
- [polly] r202854 - Emit llvm.loop metadata for parallel loops
Tobias Grosser
- [polly] r202855 - Always name instructions
Tobias Grosser
- [PATCH] [CMake] Introduce LLVM_DEAD_STRIP instead of LLVM_NO_DEAD_STRIP
NAKAMURA Takumi
- [PATCH] R600/SI: Expand selects on vectors.
Tom Stellard
- [polly] r202856 - Fix formatting
Tobias Grosser
- [llvm] r202857 - Remove out-of-date comment in llvm/tools/CMakeLists.txt.
NAKAMURA Takumi
- [llvm] r202858 - [CMake] check-llvm: Include "bugpoint" in dependent list.
NAKAMURA Takumi
- [llvm] r202773 - Revert "[AArch64] This is a work in progress to provide a machine description"
Chad Rosier
- [PATCH] XCore target: add support to build MultiSource/Benchmarks/PAQ8p
Daniel Dunbar
- [PATCH] XCore target: add support to build MultiSource/Benchmarks/SciMark2-C
Daniel Dunbar
- [llvm] r202802 - [cleanup] Use early exit and simpler temporary variables to clarify the
David Blaikie
- [llvm] r202795 - PBQP/Graph.h: Prune @return in setNodeCosts, possibly copypasto. [-Wdocumentation]
Lang Hames
- [llvm] r202551 - New PBQP solver, and updates to the PBQP graph.
Lang Hames
- [llvm] r202773 - Revert "[AArch64] This is a work in progress to provide a machine description"
David Blaikie
- [llvm] r202860 - [XCore] Fix call of absolute address.
Richard Osborne
- [llvm] r202861 - [PowerPC] support powerpc64le as syntax-checking target (pass2)
Will Schmidt
- [llvm] r202862 - [CMake] add_llvm_target(): No need to include TABLEGEN_OUTPUT in source list.
NAKAMURA Takumi
- [PATCH] [CMake] Introduce libLLVM.so as LLVM_ENABLE_SHARED
NAKAMURA Takumi
- [llvm] r202742 - [C++11] Remove the completely unnecessary requirement on SetVector's
Justin Bogner
- [llvm] r202863 - X86: 80-column
Saleem Abdulrasool
- [PATCH] [CMake] Introduce libLLVM.so as LLVM_ENABLE_SHARED
Tom Stellard
- [compiler-rt] r202812 - ARM: implement __sync_fetch_and_* operations
Renato Golin
- [PATCH] Patch that adds address-masking instructions before loads and stores, and after the instructions that change stack-pointer.
Sasa Stankovic
- [PATCH] Patch that adds address-masking instructions before loads and stores, and after the instructions that change stack-pointer.
Sasa Stankovic
- [compiler-rt] r201545 - [asan] Make __cxa_demangle non-weak symbol on Android.
Hans Wennborg
- [PATCH] [CMake] Introduce libLLVM.so as LLVM_ENABLE_SHARED
Tobias Grosser
- [PATCH] XCore target: add support to build MultiSource/Benchmarks/PAQ8p
robert lytton
- [PATCH] XCore target: add support to build MultiSource/Applications/lemon
robert lytton
- [PATCH] XCore target: add support to build MultiSource/Benchmarks/SciMark2-C
robert lytton
- [PATCH] Remove out of date wording from LangRef
Philip Reames
- [PATCH] Slightly more verbose error in Verifier
Philip Reames
- [llvm] r202865 - MS asm: Attempt to parse variables followed by a bracketed displacement
Reid Kleckner
- [PATCH] Correctly align arguments after a byval struct is passed on the stack
Manman Ren
- [llvm] r202720 - Add patch level to llvm version in CMake and Autoconf
Laurent Carlier
- [llvm] r202731 - Revert "[C++11] Replace LLVM atomics with std::atomic."
Reid Kleckner
- [PATCH] Correctly align arguments after a byval struct is passed on the stack
Renato Golin
- [lld] r202874 - [PECOFF] Sort x64 exception handler table.
Rui Ueyama
- [llvm] r202720 - Add patch level to llvm version in CMake and Autoconf
Tom Stellard
- [llvm] r202875 - llvm-objdump: Fix typo in output.
Rui Ueyama
- [PATCH] Remove paragraph about manual account creation.
Alex Gaynor
- [llvm] r202879 - llvm-objdump: Indent unwind info contents.
Rui Ueyama
- [PATCH] MC: simplify object file selection for Windows
Saleem Abdulrasool
- [PATCH] Support: split object format out of environment
Saleem Abdulrasool
- [PATCH] Canonicalise Windows target triple spellings
Saleem Abdulrasool
- [llvm] r202883 - APFloat: Add a move ctor and operator=
Benjamin Kramer
- [llvm] r202486 - [docs] Add a big section with details about how to go about acquiring
Hal Finkel
- [PATCH] MC: simplify object file selection for Windows
David Majnemer
- [llvm] r202486 - [docs] Add a big section with details about how to go about acquiring
Chandler Carruth
- [PATCH] Remove paragraph about manual account creation.
Chandler Carruth
- [llvm] r202883 - APFloat: Add a move ctor and operator=
Chandler Carruth
- [llvm] r202486 - [docs] Add a big section with details about how to go about acquiring
Hal Finkel
- [llvm] r202486 - [docs] Add a big section with details about how to go about acquiring
Chandler Carruth
- [PATCH] [CMake] Introduce LLVM_DEAD_STRIP instead of LLVM_NO_DEAD_STRIP
Nico Weber
- [PATCH] [CMake] Introduce LLVM_DEAD_STRIP instead of LLVM_NO_DEAD_STRIP
Chandler Carruth
- patch: remove PseudoSourceValue from Value.
Eric Christopher
- [llvm] r202895 - Add support for arbitrary functors to CrashRecoveryContext.
Richard Smith
- [PATCH] Canonicalise Windows target triple spellings
Reid Kleckner
- patch: remove PseudoSourceValue from Value.
Evan Cheng
- [PATCH] Canonicalise Windows target triple spellings
Chandler Carruth
- [PATCH] Canonicalise Windows target triple spellings
Reid Kleckner
- [llvm] r202486 - [docs] Add a big section with details about how to go about acquiring
Hal Finkel
- [llvm] r202902 - Remove dependence on std::function.
Richard Smith
- [llvm] r202486 - [docs] Add a big section with details about how to go about acquiring
Chandler Carruth
- [llvm] r202486 - [docs] Add a big section with details about how to go about acquiring
Eric Christopher
- [llvm] Aborted (core dumped) when using clone
Danna bib
- [llvm] r202486 - [docs] Add a big section with details about how to go about acquiring
Hal Finkel
- [llvm] r202486 - [docs] Add a big section with details about how to go about acquiring
Eric Christopher
- [llvm] r202905 - Remove a special character in comment that accidentially got committed.
Evan Cheng
- [PATCH] Adds Cortex-A53 and Cortex-A57 subtargets.
Dave Estes
- [PATCH] [CMake] Introduce libLLVM.so as LLVM_ENABLE_SHARED
NAKAMURA Takumi
- [patch] implement __clear_cache for arm32 & mips
JF Bastien
- [PATCH] Peephole optimization causes different code generation at "-O2 -g" and "-O2".
Katya Romanova
- [compiler-rt] r202845 - [ASan] Speed up stack trace unwinding for stacks of size 2.
Dmitri Gribenko
- [PATCH] [CMake] Introduce libLLVM.so as LLVM_ENABLE_SHARED
Tobias Grosser
- [llvm] r202486 - [docs] Add a big section with details about how to go about acquiring
Dmitri Gribenko
- [PATCH] Allow constant folding of fma and fmuladd
Matt Arsenault
- [llvm] r202908 - [DAGCombiner] Factor out distributeTruncateThroughAnd
Adam Nemet
- [PATCH] Remove out of date wording from LangRef
Sean Silva
- [PATCH] Allow constant folding of fma and fmuladd
hfinkel at anl.gov
- [PATCH] Allow constant folding of fma and fmuladd
Matt Arsenault
- [PATCH] Canonicalise Windows target triple spellings
Saleem Abdulrasool
- [PATCH] Canonicalise Windows target triple spellings
Saleem Abdulrasool
- [PATCH] Allow constant folding of fma and fmuladd
Matt Arsenault
- [PATCH] Allow constant folding of fma and fmuladd
Matt Arsenault
- [PATCH] Allow constant folding of fma and fmuladd
hfinkel at anl.gov
- [PATCH] [CMake] Introduce libLLVM.so as LLVM_ENABLE_SHARED
NAKAMURA Takumi
- [llvm] r202913 - Fix duplicate code in ConstantFolding
Matt Arsenault
- [llvm] r202914 - Allow constant folding of fma and fmuladd
Matt Arsenault
- [PATCH] [CMake] Introduce libLLVM.so as LLVM_ENABLE_SHARED
NAKAMURA Takumi
- [PATCH] Canonicalise Windows target triple spellings
Reid Kleckner
- [PATCH] [CMake] Introduce LLVM_DEAD_STRIP instead of LLVM_NO_DEAD_STRIP
NAKAMURA Takumi
- [PATCH] Allow constant folding of fma and fmuladd
Matt Arsenault
- [PATCH] [CMake] Introduce LLVM_DEAD_STRIP instead of LLVM_NO_DEAD_STRIP
NAKAMURA Takumi
- [llvm] r202915 - Fix endianness bug.
Rui Ueyama
- [llvm] r202916 - Partially roll back r202915.
Rui Ueyama
- [llvm] r202917 - Update comment.
Eric Christopher
- [llvm] r202918 - Unindent namespace.
Eric Christopher
- [llvm] r202919 - Expand slightly on comment.
Eric Christopher
- [PATCH] Refactor lit.cfg to use lit.util.which
Robinson, Paul
- [llvm] r202920 - Use dwarf::Attribute instead of a bare uint16_t.
Eric Christopher
- [llvm] r202921 - Use a bool for whether or not an abbreviation has children rather than
Eric Christopher
- [PATCH] Check for dynamic allocas and inline asm that clobbers sp before building selection dag (PR19012)
Hans Wennborg
- [PATCH] [CMake] Introduce libLLVM.so as LLVM_ENABLE_SHARED
Reid Kleckner
- [llvm] r202923 - [C++11] Sink the iterator over a Value's users into the Value type
Chandler Carruth
- [PATCH] Check for dynamic allocas and inline asm that clobbers sp before building selection dag (PR19012)
Reid Kleckner
- [PATCH] Use the integrated assembler by default on OpenBSD/powerpc
Brad Smith
- [llvm] r202924 - Trivial test commit.
Raul E. Silvera
- [llvm] r202926 - Make the DIEValue constructor even more explicit.
Eric Christopher
- [llvm] r202927 - LangRef: Remove stale docs on LLVM types in module structure
Reid Kleckner
- [PATCH] Remove out of date wording from LangRef
Reid Kleckner
- [llvm] r199971 - Simplify the logic for deciding when to initialize the sections.
Eric Christopher
- [PATCH] Change x86mmx -> x86_mmx in LangRef.rst.
Manuel Jacob
- [llvm] r202928 - C API: Add functions to get or set a GlobalValue's DLLStorageClass
Reid Kleckner
- [PATCH] C API: Add functions to get or set a GlobalValue's DLLStorageClass.
Reid Kleckner
- [llvm] r202929 - Change x86mmx -> x86_mmx in LangRef.rst
Reid Kleckner
- [llvm] r202930 - Check for dynamic allocas and inline asm that clobbers sp before building
Hans Wennborg
- [PATCH] Change x86mmx -> x86_mmx in LangRef.rst.
Reid Kleckner
- [PATCH] Use the integrated assembler by default on OpenBSD/powerpc
Brad Smith
- [PATCH] Change x86mmx -> x86_mmx in LangRef.rst.
Reid Kleckner
- [PATCH] Check for dynamic allocas and inline asm that clobbers sp before building selection dag (PR19012)
Hans Wennborg
- [llvm] r202932 - Fix unused variable in FunctionLoweringInfo.cpp
Hans Wennborg
- [PATCH] Remove unnecessary variables.
Ahmed Charles
- [PATCH] Remove unnecessary variables.
David Blaikie
- [llvm] r202935 - Remove unnecessary variables.
Ahmed Charles
- [PATCH] Add missing "[unnamed_addr]" to LangRef.rst#functions.
Manuel Jacob
- [llvm] r202936 - [C API] Implement LLVM{Get, Set}Alignment for AllocaInst.
Peter Zotov
- patch: remove PseudoSourceValue from Value.
Nick Lewycky
- patch: remove PseudoSourceValue from Value.
Nick Lewycky
- [llvm] r202937 - [C++11] Add 'override' keywords to tablegen code.
Craig Topper
- [PATCH] C API: Expose GlobalValue's UnnamedAddr.
Manuel Jacob
- [PATCH] [C++11] Add release() to OwningPtr.
Ahmed Charles
- [llvm] r202742 - [C++11] Remove the completely unnecessary requirement on SetVector's
Nick Lewycky
- [llvm] r202742 - [C++11] Remove the completely unnecessary requirement on SetVector's
Chandler Carruth
- [llvm] r202939 - [C++11] Add 'override' keyword to IR library.
Craig Topper
- [PATCH] Add a thread-safe version of RefCountedBase
Argyrios Kyrtzidis
- [llvm] r202943 - Make stackmap machineinstrs clobber the scratch regs too.
Andrew Trick
- [llvm] r202945 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- [llvm] r202946 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- [compiler-rt] r201545 - [asan] Make __cxa_demangle non-weak symbol on Android.
Evgeniy Stepanov
- [PATCH] [C++11] Add overloads for externally used OwningPtr functions.
Ahmed Charles
- [compiler-rt] r202947 - tsan: add interceptors for pthread_spinlock_t and ptread_rwlock_t for deadlock detector
Dmitry Vyukov
- [PATCH] Support: split object format out of environment
Tim Northover
- [llvm] r202949 - [C++11] Add release() to OwningPtr.
Ahmed Charles
- [PATCH] [C++11] Add overloads for externally used OwningPtr functions.
David Blaikie
- [compiler-rt] r202950 - Increase threshold in StackTrace::LocatePcInTrace
Alexey Samsonov
- [PATCH] [C++11] Add overloads for externally used OwningPtr functions.
Ahmed Charles
- [PATCH] [X86] Added rrk, rrkz, rmk, rmkz, rmbk, rmbkz versions of AVX512 FP packed instructions.
Elena Demikhovsky
- [PATCH] Correctly align arguments after a byval struct is passed on the stack
Renato Golin
- [llvm] r202953 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- [PATCH] [X86] Added rrk, rrkz, rmk, rmkz, rmbk, rmbkz versions of AVX512 FP packed instructions.
Robert Khasanov
- [compiler-rt] r202954 - [CMake] Minor fix to llvm-config discovery
Alexey Samsonov
- [PATCH] [X86] Added rrk, rrkz, rmk, rmkz, rmbk, rmbkz versions of AVX512 FP packed instructions.
Demikhovsky, Elena
- [compiler-rt] r202845 - [ASan] Speed up stack trace unwinding for stacks of size 2.
Alexey Samsonov
- [PATCH] [C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
- [PATCH] Fix typo in a comment
Michael Zolotukhin
- [PATCH] [C++11] Replace OwningPtr::take() with OwningPtr::release().
Chandler Carruth
- [PATCH] [C++11] Replace OwningPtr::take() with OwningPtr::release().
Chandler Carruth
- [PATCH] [C++11] Add overloads for externally used OwningPtr functions.
Chandler Carruth
- [PATCH] [C++11] Add overloads for externally used OwningPtr functions.
Chandler Carruth
- [PATCH] Replace OwningPtr<T> with std::unique_ptr<T>.
Chandler Carruth
- [llvm] r202957 - [C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
- [llvm] r202958 - [C++11] Make this interface accept const Use pointers and use override
Chandler Carruth
- [llvm] r202959 - [C++11] Add overloads for externally used OwningPtr functions.
Ahmed Charles
- [llvm] r202960 - [Layering] Move DebugLoc.h into the IR library. The implementation
Chandler Carruth
- [llvm] r202961 - [Layering] Move AutoUpgrade.h into the IR library where its
Chandler Carruth
- [llvm] r202963 - Add missing parenthesis in SCEV comment
Tobias Grosser
- [PATCH] Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
- [PATCH] Fix typo in a comment
Tobias Grosser
- [PATCH] Replace OwningPtr<T> with std::unique_ptr<T>.
Chandler Carruth
- [llvm] r202966 - This patch implements .set dsp directive and sets appropriate feature bits.This directive is a counterpart of -mattr=dsp command line option with the exception that it does not influence elf header flags. The usage example is gives in test file.
Vladimir Medic
- llvm test-suite '---large' problem size
Robert Lytton
- [llvm] r202967 - Enable integrated assembler on OpenBSD/PPC32 by default, too.
Joerg Sonnenberger
- [PATCH] Use the integrated assembler by default on OpenBSD/powerpc
Joerg Sonnenberger
- [PATCH] Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Yuri Gorshenin
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Yuri Gorshenin
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Yuri Gorshenin
- Fwd: [PATCH] Fix for LoopUnroll pass was breaking LCSSA form while completely removing loop [PR18861]
Dinesh Dwivedi
- [compiler-rt] r202972 - Add common interceptors for memchr/memrchr
Alexey Samsonov
- [llvm] r202973 - [LangRef] Improve llvm.mem.parallel_loop_access example
Tobias Grosser
- [compiler-rt] r202974 - tsan: include what you use
Dmitry Vyukov
- [compiler-rt] r202975 - tsan: implement new version of standalong deadlock detector
Dmitry Vyukov
- [compiler-rt] r202977 - tsan: fix deadlock detector build for SANITIZER_DEADLOCK_DETECTOR_VERSION=2
Dmitry Vyukov
- [compiler-rt] r202979 - tsan: add missing header file to sanitizer_common cmake file
Dmitry Vyukov
- [PATCH] Correctly align arguments after a byval struct is passed on the stack
Oliver Stannard
- [compiler-rt] r202981 - Enable memrchr interceptor only on Linux
Alexey Samsonov
- [PATCH] Use discriminator information in sample profiles.
Diego Novillo
- [PATCH] Use discriminator information in sample profiles.
Diego Novillo
- [compiler-rt] r202982 - Improve llvm-symbolizer discovery in asan_symbolize.py
Alexey Samsonov
- [compiler-rt] r202983 - asan_symbolize.py: use llvm-symbolizer results even if it returned function name w/o file/line info
Alexey Samsonov
- [llvm] r202984 - Add a ThreadSafeRefCountedBase
Ben Langmuir
- [llvm] r202985 - ARM: Correctly align arguments after a byval struct is passed on the stack
Oliver Stannard
- [PATCH] Correctly align arguments after a byval struct is passed on the stack
Oliver Stannard
- [PATCH][AVX] Lower v4i64->v4i32 ISD::TRUNCATE for minimal shuffles
Cameron McInally
- [lnt] Expose ability to run under qemu
Daniel Sanders
- [PATCH] Qt Creator help/documentation file for LLVM
Konrad Wilhelm Kleine
- [PATCH] Qt Creator help/documentation file for LLVM
Konrad Wilhelm Kleine
- [llvm] r202988 - Work around MSVC bug in IntrusiveRefCntPtr.h
Hans Wennborg
- [PATCH] [CMake] Introduce libLLVM.so as LLVM_ENABLE_SHARED
NAKAMURA Takumi
- [PATCH][AVX] Lower v4i64->v4i32 ISD::TRUNCATE for minimal shuffles
Andrea Di Biagio
- [PATCH] Teach the DAGCombiner how to fold a OR of two shufflevector into a single shufflevector node
Andrea Di Biagio
- Disable vectorization on pre SSE2
Arnold Schwaighofer
- [PATCH] Qt Creator help/documentation file for LLVM
Dmitri Gribenko
- [PATCH] A patch for sanitizers' syscalls on FreeBSD
Viktor Kutuzov
- [PATCH] A patch for sanitizers' syscalls on FreeBSD
Viktor Kutuzov
- [PATCH][AVX] Lower v4i64->v4i32 ISD::TRUNCATE for minimal shuffles
Nadav Rotem
- Disable vectorization on pre SSE2
Eric Christopher
- [PATCH] Teach the DAGCombiner how to fold a OR of two shufflevector into a single shufflevector node
Nadav Rotem
- [PATCH] Qt Creator help/documentation file for LLVM
Michael Gottesman
- [PATCH] Teach the DAGCombiner how to fold a OR of two shufflevector into a single shufflevector node
Hal Finkel
- [PATCH] Qt Creator help/documentation file for LLVM
Michael Gottesman
- [PATCH] Teach the DAGCombiner how to fold a OR of two shufflevector into a single shufflevector node
Nadav Rotem
- [PATCH] memcpy lowering: use "rep movs" even when esi is used as base pointer
Hans Wennborg
- [PATCH] Unrolling improvements (target indep. and for x86)
Diego Novillo
- [PATCH] A patch for sanitizers' syscalls on FreeBSD
Viktor Kutuzov
- [patch] implement __clear_cache for arm32 & mips
Narayan Kamath
- [lnt] Expose ability to run under qemu
Daniel Dunbar
- [PATCH] Teach the DAGCombiner how to fold a OR of two shufflevector into a single shufflevector node
Hal Finkel
- llvm test-suite '---large' problem size
Daniel Dunbar
- [PATCH] Unrolling improvements (target indep. and for x86)
Hal Finkel
- [PATCH] Qt Creator help/documentation file for LLVM
Michael Gottesman
- [PATCH] Adds Cortex-A53 and Cortex-A57 subtargets.
Eric Christopher
- patch: remove PseudoSourceValue from Value.
Chris Lattner
- [patch] implement __clear_cache for arm32 & mips
JF Bastien
- patch: remove PseudoSourceValue from Value.
Hal Finkel
- [llvm] r202992 - Fix clang -Werror build break due to mismatched sign comparison.
David Blaikie
- [PATCH] Support: split object format out of environment
Saleem Abdulrasool
- [PATCH] Support: split object format out of environment
Saleem Abdulrasool
- [llvm] r202985 - ARM: Correctly align arguments after a byval struct is passed on the stack
David Blaikie
- [PATCH] Use the new Windows environment for target detection
Saleem Abdulrasool
- [PATCH] Support: split object format out of environment
Tim Northover
- Disable vectorization on pre SSE2
Reid Kleckner
- [PATCH] Generate DWARF stack frame information for ARM/Thumb Function Prologues
Eric Christopher
- [PATCH] [RuntimeDyld] Make ObjectBuffer/ObjectFile -> ObjectImage conversion a static method.
Lang Hames
- [PATCH] Teach the DAGCombiner how to fold a OR of two shufflevector into a single shufflevector node
Andrea Di Biagio
- [PATCH] Teach the DAGCombiner how to fold a OR of two shufflevector into a single shufflevector node
Hal Finkel
- [llvm] r202996 - Lower AVX v4i64->v4i32 truncate to one shuffle.
Cameron McInally
- [llvm] r202997 - ConstantFolding: Also fold the vector overloads of our math intrinsics.
Benjamin Kramer
- Disable vectorization on pre SSE2
Benjamin Kramer
- [PATCH] [RuntimeDyld] Make ObjectBuffer/ObjectFile -> ObjectImage conversion a static method.
David Blaikie
- [lld] r202998 - Add "override" to member functions where appropriate.
Rui Ueyama
- [PATCH][AVX] Lower v4i64->v4i32 ISD::TRUNCATE for minimal shuffles
Cameron McInally
- [PATCH] Teach the DAGCombiner how to fold a OR of two shufflevector into a single shufflevector node
Tim Northover
- [llvm] r202999 - Fix an inconsistency in treatment of trailing / in path::const_iterator
Ben Langmuir
- [PATCH] Teach the DAGCombiner how to fold a OR of two shufflevector into a single shufflevector node
Hal Finkel
- [PATCH] [RuntimeDyld] Make ObjectBuffer/ObjectFile -> ObjectImage conversion a static method.
Lang Hames
- [llvm] r203001 - Always print the implicit .text at the start of an asm file.
Rafael Espindola
- [PATCH] Teach the DAGCombiner how to fold a OR of two shufflevector into a single shufflevector node
Tim Northover
- [PATCH] Use the integrated assembler by default on OpenBSD/powerpc
Brad Smith
- [PATCH] Improve LinkModules warnings
JF Bastien
- [lld] r203003 - Visual Studio 11 = VS2012
Rui Ueyama
- [lld] r203004 - Fix broken link.
Rui Ueyama
- [llvm] r203008 - LoopVectorizer: Preserve fast-math flags
Arnold Schwaighofer
- [PATCH] Improve LinkModules warnings
Eric Christopher
- [llvm] r203009 - Improve LinkModules warnings
JF Bastien
- Disable vectorization on pre SSE2
Chandler Carruth
- [PATCH] Teach the DAGCombiner how to fold a OR of two shufflevector into a single shufflevector node
Nadav Rotem
- [PATCH] Improve LinkModules warnings
JF Bastien
- [llvm] r203011 - Fix datalayout test that I broke with my previous LinkModules warning improvement.
JF Bastien
- [PATCH] Teach the DAGCombiner how to fold a OR of two shufflevector into a single shufflevector node
Tim Northover
- [PATCH] Improve LinkModules warnings
JF Bastien
- [llvm] r203013 - Fix typo
Matt Arsenault
- [PATCH] Improve LinkModules warnings
JF Bastien
- [llvm] r203015 - With PPC CR bit registers, handle int_to_fp on older cores
Hal Finkel
- [PATCH] Sink integer extend into user blocks if the target type is going to be expanded.
Manuel Jacob
- [lld] r203017 - Add a document about Windows support.
Rui Ueyama
- [llvm] r202985 - ARM: Correctly align arguments after a byval struct is passed on the stack
Oliver Stannard
- [compiler-rt] r202845 - [ASan] Speed up stack trace unwinding for stacks of size 2.
Dmitri Gribenko
- [llvm] r203018 - Add a DIELocList class to handle pointers into the location list.
Eric Christopher
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Rafael Ávila de Espíndola
- [llvm] r203019 - Now that we don't use libtool, we don't need to upgrade it :-)
Rafael Espindola
- [llvm] r202785 - llvm-objdump: Print x64 unwind info in executable.
reed kotler
- [compiler-rt] r200464 - [msan] Intercept *getxattr and *listxattr.
Dmitri Gribenko
- [PATCH] XCore target add __LITTLE_ENDIAN__ defined macro
Eric Christopher
- [llvm] r202524 - Drop libtool from llvm.
Rafael Espíndola
- [llvm] r203020 - [Mips] Testcase typo fix. No functionality change.
Jack Carter
- [llvm] r202785 - llvm-objdump: Print x64 unwind info in executable.
Rui Ueyama
- [llvm] r203023 - Attempt to unbreak little-endian buildbots.
Rui Ueyama
- [llvm] r203023 - Attempt to unbreak little-endian buildbots.
Rui Ueyama
- [PATCH] XCore target: Add TypeString meta data to IR output.
Rafael Espíndola
- [PATCH] Adds Cortex-A53 and Cortex-A57 subtargets.
Dave Estes
- [PATCH] Adds Cortex-A53 and Cortex-A57 subtargets.
Andrew Trick
- [compiler-rt] r200464 - [msan] Intercept *getxattr and *listxattr.
Sergey Matveev
- [PATCH] Branch folding causes different code generation at "-O2 -g" and "-O2"
Katya Romanova
- [llvm] r203031 - Remove special case in the DIEValue printing since it only existed
Eric Christopher
- [llvm] r203032 - constify a few accessors.
Eric Christopher
- [llvm] r203033 - Remove the last of the special case code for emitting attributes.
Eric Christopher
- [compiler-rt] r200464 - [msan] Intercept *getxattr and *listxattr.
Dmitri Gribenko
- [PATCH] XCore target: Add TypeString meta data to IR output.
Eric Christopher
- [PATCH] Branch folding causes different code generation at "-O2 -g" and "-O2"
Chandler Carruth
- [llvm] r203037 - Change math intrinsic attributes from readonly to readnone. These
Raul E. Silvera
- [llvm] r203038 - [Layering] Move DIBuilder.h into the IR library where its implementation
Chandler Carruth
- [dragonegg] r203040 - [Layering] Update include of DIBuilder.h which moved to the IR library
Chandler Carruth
- [PATCH] Debug info: Support fragmented variables.
Adrian Prantl
- [llvm] r203041 - When using CR bit registers on PPC32, handle the i1 vaarg case
Hal Finkel
- [PATCH] Branch folding causes different code generation at "-O2 -g" and "-O2"
Robinson, Paul
- [PATCH] Branch folding causes different code generation at "-O2 -g" and "-O2"
Chandler Carruth
- [llvm] r203044 - Rewrite the attribute hashing algorithm to use the type of the value
Eric Christopher
- [llvm] r203037 - Change math intrinsic attributes from readonly to readnone. These
Eric Christopher
- [llvm] r203045 - Fixup PPC Darwin i1 argument handling
Hal Finkel
- [llvm] r203046 - [Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
- [dragonegg] r203048 - [Layering] Update include of DebugInfo.h which moved to the IR library
Chandler Carruth
- [polly] r203049 - [Layering] Update include of DebugInfo.h which moved to the IR library
Chandler Carruth
- [llvm] r203037 - Change math intrinsic attributes from readonly to readnone. These
Raul Silvera
- [llvm] r203053 - Add a iterator and interator_range interface to the operands of a NamedMDNode.
Owen Anderson
- [llvm] r203054 - The PPC global base register cannot be r0
Hal Finkel
- [llvm] r203053 - Add a iterator and interator_range interface to the operands of a NamedMDNode.
Chandler Carruth
- [llvm] r203055 - Add some helpful comments on DIEValue types that we expect to hash.
Eric Christopher
- [PATCH] Branch folding causes different code generation at "-O2 -g" and "-O2"
Robinson, Paul
- [llvm] r203057 - DebugInfo: Shrink pubnames/pubtypes in the presence of type units by only emitting pub sections for compile units
David Blaikie
- [llvm] r203058 - Fix issues in the NamedMDNode operand iterator, including those pointed out by
Owen Anderson
- [llvm] r203060 - Change the tag on this iterator to bidir and implement enough operators to make it true.
Owen Anderson
- [PATCH] R600/SI: Custom lower i1 stores
Tom Stellard
- [PATCH] R600/SI: Expand selects on vectors.
Matt Arsenault
- no_dead_strip sections are not atomized
Rafael Espíndola
- [Mesa-dev] [PATCH] R600/SI: Custom lower i1 stores
Michel Dänzer
- [PATCH] Adds Cortex-A53 and Cortex-A57 subtargets.
Andrew Trick
- [llvm] r203064 - [Layering] Move InstVisitor.h into the IR library as it is pretty
Chandler Carruth
- [llvm] r203065 - [Layering] Sink Linker.h into a Linker subdirectory to make it
Chandler Carruth
- [llvm] r203066 - [cleanup] Re-sort the standard library include lines.
Chandler Carruth
- [llvm] r203069 - [Layering] Move GVMaterializer.h into the IR library where its
Chandler Carruth
- [llvm] r203071 - [Modules] Fix a layering issue that is actually impacting the modules
Chandler Carruth
- [PATCH] R600: Fix extloads from i8 / i16 to i64.
Matt Arsenault
- [PATCH] Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
- [PATCH] Allow constant folding of copysign
Karthik Bhat
- [PATCH] Allow constant folding of copysign
hfinkel at anl.gov
- [llvm] r203076 - Allow constant folding of copysign
Karthik Bhat
- [PATCH] Peephole optimization causes different code generation at "-O2 -g" and "-O2".
Eric Christopher
- [PATCH] Allow constant folding of copysign
Karthik Bhat
- [llvm] r203082 - DebugInfo: Tag units as having been indexed in GNU pubnames by using a DW_AT_GNU_pubnames of DW_FORM_flag(_present) rather than sec_offsets to the pubnames/types sections
David Blaikie
- [llvm] r203083 - Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
- [llvm] r203084 - Fix break by qualifying ptrdiff_t with std::.
Ahmed Charles
- [llvm] r203082 - DebugInfo: Tag units as having been indexed in GNU pubnames by using a DW_AT_GNU_pubnames of DW_FORM_flag(_present) rather than sec_offsets to the pubnames/types sections
Eric Christopher
- [llvm] r203083 - Replace OwningPtr<T> with std::unique_ptr<T>.
Eric Christopher
- [llvm] r203086 - Add <cstddef> for use of std::ptrdiff_t.
Ahmed Charles
- [llvm] r203084 - Fix break by qualifying ptrdiff_t with std::.
David Blaikie
- [llvm] r203089 - Fix warnings about an variable only used in asserts.
Ahmed Charles
- Disable vectorization on pre SSE2
Demikhovsky, Elena
- [PATCH] [PR18861] Fix for LoopUnroll pass was breaking LCSSA form while completely removing loop
Dinesh Dwivedi
- [PATCH] Branch folding causes different code generation at "-O2 -g" and "-O2"
Chandler Carruth
- Disable vectorization on pre SSE2
Jasper Neumann
- [llvm] r203093 - Cleaning up two more pre-Visual C++ 2012 build hacks.
Yaron Keren
- [www] r203095 - Better description of the project
Sylvestre Ledru
- [llvm] r203096 - AVX-512: fixed comressed displacement - by Robert Khazanov
Elena Demikhovsky
- [PATCH] Qt Creator help/documentation file for LLVM
Konrad Wilhelm Kleine
- [PATCH] Make CloneFunction also clone debug info metadata
Alon Mishne
- [llvm] r203098 - AVX-512: Added rrk, rrkz, rmk, rmkz, rmbk, rmbkz versions of AVX512 FP packed instructions, added encoding tests for them.
Elena Demikhovsky
- [compiler-rt] r203099 - [FreeBSD] Enable procmaps on FreeBSD.
Alexey Samsonov
- [PATCH] Enable procmaps on FreeBSD
Alexey Samsonov
- [compiler-rt] r203100 - [FreeBSD] Provide FreeBSD-specific things for ASan.
Alexey Samsonov
- [PATCH] Allow constant folding of round function
Karthik Bhat
- [PATCH] Provide FreeBSD-specific things for Asan
Alexey Samsonov
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Jiangning Liu
- [PATCH] XCore target: Add TypeString meta data to IR output.
robert lytton
- [DAGCombiner] Recognize another rotation idiom
Richard Sandiford
- [PATCH] A patch for sanitizers' syscalls on FreeBSD
Alexey Samsonov
- [PATCH] Enable sanitizers' libc dependencies on FreeBSD
Alexey Samsonov
- [PATCH][DAGCombiner] Distribute TRUNC through AND in rotation amount
Richard Sandiford
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Tim Northover
- [lld] r203102 - [Mips] Replace "virtual" by "override" in member function declarations
Simon Atanasyan
- [llvm] r203103 - [SystemZ] Update namespace formatting to match current guidelines
Richard Sandiford
- [www] r203104 - Update Scan Build GSOC description
Jean-Daniel Dupas
- [llvm] r203105 - [SystemZ] Use "for (auto" a bit
Richard Sandiford
- [PATCH] A patch for sanitizers' syscalls on FreeBSD
Viktor Kutuzov
- [PATCH] [docs] Add links to XMOS XCore documentation.
Richard Osborne
- [llvm] r203106 - [SystemZ] Use "auto" for cast results
Richard Sandiford
- [PATCH] TargetLibraryInfo: Disable memcpy and memset on R600
Tom Stellard
- [PATCH] R600/SI: Expand selects on vectors.
Tom Stellard
- [PATCH] [X86] Enable FeatureFastUAMem for Silvermont processor
Alexey Volkov
- [compiler-rt] r203109 - tsan: better error message wording in deadlock reports
Dmitry Vyukov
- [PATCH] R600: Fix extloads from i8 / i16 to i64.
Tom Stellard
- [llvm] r203110 - [SystemZ] Remove "virtual" from override methods
Richard Sandiford
- [compiler-rt] r203111 - tsan: add -ftls-model=initial-exec to deadlock detector flags
Dmitry Vyukov
- [compiler-rt] r203112 - tsan: weaken concurrency guarantees in deadlock detector mutex hashmap
Dmitry Vyukov
- [compiler-rt] r202826 - tsan: add concurrent hashmap for standalone deadlock detector
Dmitry Vyukov
- [PATCH] Enable sanitizers' libc dependencies on FreeBSD
Viktor Kutuzov
- [compiler-rt] r203113 - [CMake] Build compiler-rt libraries with -Wall
Alexey Samsonov
- [PATCH] Add FreeBSD support for asan_test.cc
Viktor Kutuzov
- [PATCH] [Instcombine] Recognize test for overflow in integer multiplication.
Serge Pavlov
- [LNT] r203115 - [lnt] Expose ability to run under qemu.
Daniel Sanders
- [compiler-rt] r203116 - tsan: update interface for Go
Dmitry Vyukov
- [compiler-rt] r203119 - [sanitizer] Simplify interceptors with user callbacks.
Evgeniy Stepanov
- [PATCH] Teach the DAGCombiner how to fold a OR of two shufflevector into a single shufflevector node
Andrea Di Biagio
- [lld] r203102 - [Mips] Replace "virtual" by "override" in member function declarations
Duncan P. N. Exon Smith
- [compiler-rt] r203121 - tsan: update Go windows build script
Dmitry Vyukov
- [PATCH] Adds Cortex-A53 and Cortex-A57 subtargets.
Chad Rosier
- [PATCH] Adds Cortex-A53 and Cortex-A57 subtargets.
Dave Estes
- [PATCH] Sink integer extend into user blocks if the target type is going to be expanded.
Tim Northover
- [PATCH] Teaching loop simplify to preserve LCSSA
Dinesh Dwivedi
- [llvm] r203125 - [AArch64] This is a work in progress to provide a machine description
Chad Rosier
- [PATCH] InstCombine: form shuffles from wider range of insert/extractelements
Tim Northover
- [llvm] r203127 - Micro optimization: this code only needs to look at eh labels.
Rafael Espindola
- [llvm] r203129 - [XCore] Add support for the "m" inline asm constraint.
Richard Osborne
- [www] r203130 - Change an author affiliation.
Tobias von Koch
- [PATCH] Adds Cortex-A53 and Cortex-A57 subtargets.
Eric Christopher
- [PATCH][DAGCombiner] Distribute TRUNC through AND in rotation amount
Eric Christopher
- [llvm] r203132 - Teach lint about address spaces
Matt Arsenault
- [llvm] r203133 - Fix missing C++ mode comment
Matt Arsenault
- [llvm] r203134 - R600/SI: Expand selects on vectors.
Matt Arsenault
- [llvm] r203135 - R600: Fix extloads from i8 / i16 to i64.
Matt Arsenault
- [llvm] r203136 - [Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().
Argyrios Kyrtzidis
- [llvm] r203137 - [Support/LockFileManager] Use symbolic link for the lock file.
Argyrios Kyrtzidis
- [llvm] r203138 - [Support/LockFileManager] Make the LockFileManager more robust against races.
Argyrios Kyrtzidis
- [PATCH] Teach lint about address spaces
Matt Arsenault
- [PATCH] R600/SI: Expand selects on vectors.
Matt Arsenault
- [PATCH] R600: Fix extloads from i8 / i16 to i64.
Matt Arsenault
- [PATCH] InstCombine: form shuffles from wider range of insert/extractelements
Nadav Rotem
- [PATCH] Teach the DAGCombiner how to fold a OR of two shufflevector into a single shufflevector node
Hal Finkel
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Yuri Gorshenin
- [PATCH] [Instcombine] Recognize test for overflow in integer multiplication.
Akira Hatanaka
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Yuri Gorshenin
- [PATCH] Teach the DAGCombiner how to fold a OR of two shufflevector into a single shufflevector node
Andrea Di Biagio
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Yuri Gorshenin
- [llvm] r203136 - [Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().
Reid Kleckner
- [llvm] r203142 - Move DIEEntry handling inside the main switch statement.
Eric Christopher
- [llvm] r203136 - [Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().
Reid Kleckner
- [llvm] r203143 - Revert create_symbolic_link and both depending changes
Reid Kleckner
- [llvm] r203136 - [Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().
Reid Kleckner
- [llvm] r203146 - MS asm: The initial dot in struct access is optional
Reid Kleckner
- [PATCH] Teach the DAGCombiner how to fold a OR of two shufflevector into a single shufflevector node
Nadav Rotem
- [DAGCombiner] Recognize another rotation idiom
Adam Nemet
- [PATCH] Unrolling improvements (target indep. and for x86)
Chandler Carruth
- [lld] r203102 - [Mips] Replace "virtual" by "override" in member function declarations
Rui Ueyama
- [llvm] r203150 - Constify a few things with DotDebugLocEntry.
Eric Christopher
- [PATCH] R600/SI: Using SGPRs is illegal for instructions that read carry-out from VCC
Tom Stellard
- [llvm] r203152 - Use the existing N_STAB from the MachO namespace.
Rafael Espindola
- [llvm] r203154 - Fix the printing of n_type.
Rafael Espindola
- [llvm] r203155 - Fix warning about mismatched signs in comparison.
Rafael Espindola
- [llvm] r203156 - [X86] Teach the DAGCombiner how to fold a OR of two shufflevector nodes.
Andrea Di Biagio
- [PATCH] Teach the DAGCombiner how to fold a OR of two shufflevector into a single shufflevector node
Andrea Di Biagio
- [PATCH] Fix shift by constants for vector.
Matt Arsenault
- [llvm] r203159 - MC: simplify object file selection for Windows
Saleem Abdulrasool
- [PATCH] Peephole optimization causes different code generation at "-O2 -g" and "-O2".
Katya Romanova
- [llvm] r203160 - Support: split object format out of environment
Saleem Abdulrasool
- [PATCH] Branch folding causes different code generation at "-O2 -g" and "-O2"
Eric Christopher
- [PATCH] Add CreatePointerBitCastOrAddrSpaceCast to IRBuilder and co.
Matt Arsenault
- [llvm] r203162 - [Support/LockFileManager] Re-apply r203137 and r203138 but use symbolic links only on unix.
Argyrios Kyrtzidis
- [PATCH] Sink integer extend into user blocks if the target type is going to be expanded.
Manuel Jacob
- [polly] r203163 - remove unused code
Sebastian Pop
- [llvm] r203136 - [Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().
Argyrios Kyrtzidis
- [lld] r203164 - Add "override" and remove "virtual" where appropriate.
Rui Ueyama
- [PATCH] Fix testing for undefined behavior in vector shift tests.
Matt Arsenault
- [PATCH] [X86] Enable FeatureFastUAMem for Silvermont processor
Nadav Rotem
- [PATCH] Add CreatePointerBitCastOrAddrSpaceCast to IRBuilder and co.
Quentin Colombet
- [PATCH] Add CreatePointerBitCastOrAddrSpaceCast to IRBuilder and co.
Matt Arsenault
- Switch containing holes via table lookup, version 3
Hans Wennborg
- [PATCH] Branch folding causes different code generation at "-O2 -g" and "-O2"
Xinliang David Li
- [llvm] r203171 - Remove unreachable 'return true' always dominated by 'return Error' or 'return false'.
Ted Kremenek
- [llvm] r203173 - Convert test to FileCheck.
Rafael Espindola
- [PATCH] Include legalization cost when computing scalarization cost. When analyzing vectors of element type that require legalization, the legalization cost must be included to get an accurate estimation of the total cost of the scalarized vector. The...
Raul Silvera
- [PATCH] Include legalization cost when computing scalarization cost. When analyzing vectors of element type that require legalization, the legalization cost must be included to get an accurate estimation of the total cost of the scalarized vector. The...
Nadav Rotem
- [PATCH] Branch folding causes different code generation at "-O2 -g" and "-O2"
Eric Christopher
- [PATCH] Include legalization cost when computing scalarization cost. When analyzing vectors of element type that require legalization, the legalization cost must be included to get an accurate estimation of the total cost of the scalarized vector. The...
Nadav Rotem
- [PATCH] Include legalization cost when computing scalarization cost. When analyzing vectors of element type that require legalization, the legalization cost must be included to get an accurate estimation of the total cost of the scalarized vector. The...
hfinkel at anl.gov
- [PATCH] support: add a utility function to canonicalise path separators
Saleem Abdulrasool
- [PATCH] Add CreatePointerBitCastOrAddrSpaceCast to IRBuilder and co.
Quentin Colombet
- [PATCH] sectiongroup support
Michael Spencer
- [PATCH] Branch folding causes different code generation at "-O2 -g" and "-O2"
Robinson, Paul
- [PATCH] support: add a utility function to canonicalise path separators
David Majnemer
- [llvm] r203174 - Remove shouldEmitUsedDirectiveFor.
Rafael Espindola
- [PATCH] Branch folding causes different code generation at "-O2 -g" and "-O2"
Chandler Carruth
- [PATCH] Add CreatePointerBitCastOrAddrSpaceCast to IRBuilder and co.
Matt Arsenault
- [llvm] r203176 - Reapply "MC: simplify object file selection for Windows"
Saleem Abdulrasool
- [PATCH] sectiongroup support
Shankar Kalpathi Easwaran
- [PATCH] support: add a utility function to canonicalise path separators
Saleem Abdulrasool
- [PATCH] support: add a utility function to canonicalise path separators
Saleem Abdulrasool
- [PATCH] Add CreatePointerBitCastOrAddrSpaceCast to IRBuilder and co.
Quentin Colombet
- [PATCH] sectiongroup support
Rui Ueyama
- [PATCH] Allow constant folding of round function
hfinkel at anl.gov
- [PATCH] sectiongroup support
Rui Ueyama
- [PATCH] sectiongroup support
Shankar Kalpathi Easwaran
- [llvm] r203181 - Add iterator_range support for MachineInstr's operand and memoperand iterators.
Owen Anderson
- [PATCH] sectiongroup support
kledzik at apple.com
- [PATCH] support: add a utility function to canonicalise path separators
NAKAMURA Takumi
- [llvm] r203184 - DebugInfo: Improve test to not depend on the specific naming of temporary symbols
David Blaikie
- [PATCH] Canonicalise Windows target triple spellings
NAKAMURA Takumi
- [PATCH] sectiongroup support
Shankar Kalpathi Easwaran
- [PATCH] [PECOFF] Support a new type of weak symbol.
Rui Ueyama
- [PATCH] [PECOFF] Support a new type of weak symbol.
Shankar Kalpathi Easwaran
- [PATCH] sectiongroup support
kledzik at apple.com
- [PATCH] [PECOFF] Support a new type of weak symbol.
Rui Ueyama
- [PATCH] [PECOFF] Support a new type of weak symbol.
kledzik at apple.com
- [PATCH] [PECOFF] Support a new type of weak symbol.
Shankar Kalpathi Easwaran
- [PATCH] [PECOFF] Support a new type of weak symbol.
Rui Ueyama
- [PATCH] [PECOFF] Support a new type of weak symbol.
Shankar Kalpathi Easwaran
- [PATCH] Make DAGCombiner work on vector bitshifts with constant splat vectors.
Matt Arsenault
- [PATCH] [PECOFF] Support a new type of weak symbol.
Rui Ueyama
- [PATCH] [PECOFF] Support a new type of weak symbol.
Rui Ueyama
- [PATCH] [PECOFF] Support a new type of weak symbol.
kledzik at apple.com
- [PATCH] [PECOFF] Support a new type of weak symbol.
kledzik at apple.com
- [PATCH] Include legalization cost when computing scalarization cost. When analyzing vectors of element type that require legalization, the legalization cost must be included to get an accurate estimation of the total cost of the scalarized vector. The...
Raul Silvera
- [PATCH] support: add a utility function to canonicalise path separators
Saleem Abdulrasool
- [llvm] r203186 - DebugInfo: Refactor test to not rely on fixed DIE offsets
David Blaikie
- no_dead_strip sections are not atomized
Rafael Espíndola
- [PATCH] [PECOFF] Support a new type of weak symbol.
Rui Ueyama
- [llvm] r203187 - DebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as an offset from the low_pc
David Blaikie
- [lld] r203188 - [docs] Update current status.
Michael J. Spencer
- [lld] r203189 - [docs] Option parsing driver work is pretty much done.
Michael J. Spencer
- [llvm] r203190 - 80-column fixups.
Eric Christopher
- [llvm] r203191 - Move some dwarf emission routines to AsmPrinterDwarf.cpp.
Eric Christopher
- [PATCH] R600/SI: Using SGPRs is illegal for instructions that read carry-out from VCC
Daenzer, Michel
- [llvm] r203192 - DebugInfo: Limit r203187 to non-darwin as lldb can't handle this yet
David Blaikie
- [llvm] r203192 - DebugInfo: Limit r203187 to non-darwin as lldb can't handle this yet
David Blaikie
- [PATCH] MC: Remove superfluous section attribute flag definitions
David Majnemer
- [PATCH] Include legalization cost when computing scalarization cost
Arnold Schwaighofer
- [PATCH] Include legalization cost when computing scalarization cost
Arnold Schwaighofer
- [PATCH] Include legalization cost when computing scalarization cost
Raul Silvera
- [PATCH] MC: Remove superfluous section attribute flag definitions
Rafael Ávila de Espíndola
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Jiangning Liu
- [PATCH] Add missing "[unnamed_addr]" to LangRef.rst#functions.
Sean Silva
- [PATCH] Add missing "[unnamed_addr]" to LangRef.rst#functions.
Rafael Espíndola
- [PATCH] Add missing "[unnamed_addr]" to LangRef.rst#functions.
Manuel Jacob
- [PATCH] Add missing "[unnamed_addr]" to LangRef.rst#functions.
Rafael Ávila de Espíndola
- [llvm] r203197 - Add missing "[unnamed_addr]" to LangRef.rst#functions.
Rafael Espindola
- [PATCH] Add missing "[unnamed_addr]" to LangRef.rst#functions.
Manuel Jacob
- [PATCH] Add missing "[unnamed_addr]" to LangRef.rst#functions.
Rafael Espíndola
- [llvm] r203198 - Allow constant folding of round function whenever feasible
Karthik Bhat
- [llvm] r203199 - Simplify. No functionality change.
Rafael Espindola
- [PATCH] Allow constant folding of round function
Karthik Bhat
- [lld] r203201 - [Mips] Removed extra space. Thanks to dexonsmith's eagle eye.
Simon Atanasyan
- [PATCH] Add missing "[unnamed_addr]" to LangRef.rst#functions.
Manuel Jacob
- [llvm] r203202 - Simplify. No functionality change.
Rafael Espindola
- [lld] r203102 - [Mips] Replace "virtual" by "override" in member function declarations
Simon Atanasyan
- [llvm] r202844 - Hey, we can stop depending on the IR library from the Support unittests
Rafael Espíndola
- [llvm] r203203 - clang-format a bit of code to make the next patch easier to read.
Rafael Espindola
- [llvm] r203204 - Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
- [PATCH] Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
- [llvm] r203206 - [Typo] Fix sentence in CMake documentation.
Ahmed Charles
- [PATCH] Fix testing for undefined behavior in vector shift tests.
Tim Northover
- [PATCH] Peephole optimization causes different code generation at "-O2 -g" and "-O2".
Katya Romanova
- [PATCH] Peephole optimization causes different code generation at "-O2 -g" and "-O2".
Katya Romanova
- [PATCH] Make DAGCombiner work on vector bitshifts with constant splat vectors.
Tim Northover
- [llvm] r203211 - MC: Remove superfluous section attribute flag definitions
David Majnemer
- [PATCH] Change MCDisassembler::setSymbolizer to take unique_ptr by value.
Ahmed Charles
- [PATCH] Change MCDisassembler::setSymbolizer to take unique_ptr by value.
David Blaikie
- [llvm] r203216 - Test commit
Alexey Volkov
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Evgeniy Stepanov
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Tim Northover
- [llvm] r203125 - [AArch64] This is a work in progress to provide a machine description
Evgeniy Stepanov
- [PATCH] Change MCDisassembler::setSymbolizer to take unique_ptr by value.
Chandler Carruth
- [patch] implement __clear_cache for arm32 & mips
Renato Golin
- [llvm] r203218 - Enable FeatureFastUAMem for Silvermont processor
Alexey Volkov
- [patch] implement __clear_cache for arm32 & mips
Narayan Kamath
- [PATCH] [X86] Enable FeatureFastUAMem for Silvermont processor
Alexey Volkov
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Jiangning Liu
- [llvm] r203220 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- [llvm] r203221 - Remove unused method.
Craig Topper
- [PATCH] Branch folding causes different code generation at "-O2 -g" and "-O2"
Katya Romanova
- [llvm] r203223 - Change MCDisassembler::setSymbolizer to take unique_ptr by value.
Ahmed Charles
- [compiler-rt] r203224 - [ASan] Better way to disable tests for functions unavailable on certain platforms
Alexey Samsonov
- [PATCH] Change MCDisassembler::setSymbolizer to take unique_ptr by value.
Ahmed Charles
- [compiler-rt] r203226 - tsan: fix pthread_cond_destroy interceptor on android
Dmitry Vyukov
- [compiler-rt] r203227 - [FreeBSD] Port sanitizers' syscalls.
Alexey Samsonov
- [PATCH] A patch for sanitizers' syscalls on FreeBSD
Alexey Samsonov
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Albrecht Kadlec
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Tim Northover
- [PATCH] Sink integer extend into user blocks if the target type is going to be expanded.
Tim Northover
- [llvm] r203229 - InstCombine: form shuffles from wider range of insert/extractelements
Tim Northover
- [PATCH] Replace OwningPtr::isValid() with conversion to bool.
Ahmed Charles
- [PATCH] SROA fix to avoid invalid bitcast generation when converting a load from a double pointer bitcasted with an address space change of the pointee pointee
Michele Scandale
- [PATCH] InstCombine: form shuffles from wider range of insert/extractelements
Tim Northover
- [llvm] r203230 - CodeGenPrep: sink extends of illegal types into use block.
Tim Northover
- [PATCH] Do not append -ldl for sanitizers' tests on FreeBSD
Viktor Kutuzov
- [PATCH] Qt Creator help/documentation file for LLVM
Konrad Wilhelm Kleine
- [llvm] r203234 - [SystemZ] Move sign_extend optimization to PerformDAGCombine
Richard Sandiford
- [llvm] r203187 - DebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as an offset from the low_pc
Oliver Stannard
- [compiler-rt] r203235 - [FreeBSD] Add support for sanitizer_linux_libcdep.cc
Alexey Samsonov
- [PATCH] Enable sanitizers' libc dependencies on FreeBSD
Alexey Samsonov
- [compiler-rt] r203238 - Remove sanitizer_linux_libcdep.cc from TSan-Go build
Alexey Samsonov
- [patch] implement __clear_cache for arm32 & mips
Daniel Sanders
- [patch] implement __clear_cache for arm32 & mips
Narayan Kamath
- [PATCH] [AVX512] Implemented conversions up/down instructions with masking
Robert Khasanov
- [polly][cmake] need to link dependent LLVM libs on darwin?
David Fang
- [llvm] r203242 - [C++11] Replace LLVM-style type traits with C++11 standard ones.
Benjamin Kramer
- [llvm] r203243 - Make header standalone for libstdc++.
Benjamin Kramer
- [lld] r203244 - Add missing std:: qualifiers.
Benjamin Kramer
- [llvm] r203246 - Add missing std:: qualifiers
Dmitri Gribenko
- [compiler-rt] r203247 - ARM: fix file's header comment
Tim Northover
- [compiler-rt] r202812 - ARM: implement __sync_fetch_and_* operations
Tim Northover
- [patch] implement __clear_cache for arm32 & mips
Daniel Sanders
- [llvm] r203249 - [C++11] Now that the users are gone, rip out the duplicated traits from type_traits.h
Benjamin Kramer
- [llvm] r203251 - ARM: Make .unreq directives case-insensitive
Duncan P. N. Exon Smith
- [polly][cmake] need to link dependent LLVM libs on darwin?
Tobias Grosser
- [llvm] r203254 - C++11: Copy pointers with const auto *
Duncan P. N. Exon Smith
- [polly] static builds
Sebastian Pop
- [PATCH] Include legalization cost when computing scalarization cost. When analyzing vectors of element type that require legalization, the legalization cost must be included to get an accurate estimation of the total cost of the scalarized vector. The...
Raul Silvera
- [llvm] r203254 - C++11: Copy pointers with const auto *
David Blaikie
- [PATCH] Refactor lit.cfg to use lit.util.which
Robinson, Paul
- [llvm] r202546 - [C++11] Switch autoconf and make to use C++11 by default. Now both build
Galina Kistanova
- [PATCH] Disable passes on optnone functions
Robinson, Paul
- [PATCH] SROA fix to avoid invalid bitcast generation when converting a load from a double pointer bitcasted with an address space change of the pointee pointee
Matt Arsenault
- [PATCH] SROA fix to avoid invalid bitcast generation when converting a load from a double pointer bitcasted with an address space change of the pointee pointee
Matt Arsenault
- [PATCH] Make DAGCombiner work on vector bitshifts with constant splat vectors.
Matt Arsenault
- [llvm] r203256 - DebugInfo: Restrict DW_AT_high_pc encoding as data4 offset to DWARF 4 as per spec
David Blaikie
- [PATCH] Make DAGCombiner work on vector bitshifts with constant splat vectors.
Matt Arsenault
- [llvm] r203257 - C++11: Remove const from in auto guidelines
Duncan P. N. Exon Smith
- [llvm] r203258 - "Mac OS/X" -> "Mac OS X" spelling fixes for llvm.
Nico Weber
- [llvm] r203187 - DebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as an offset from the low_pc
David Blaikie
- [llvm] r203254 - C++11: Copy pointers with const auto *
Duncan P. N. Exon Smith
- [PATCH] Make DAGCombiner work on vector bitshifts with constant splat vectors.
Tim Northover
- [PATCH] Peephole optimization causes different code generation at "-O2 -g" and "-O2".
Eric Christopher
- [PATCH] SROA fix to avoid invalid bitcast generation when converting a load from a double pointer bitcasted with an address space change of the pointee pointee
Michele Scandale
- [PATCH] Make DAGCombiner work on vector bitshifts with constant splat vectors.
Matt Arsenault
- [PATCH] Make DAGCombiner work on vector bitshifts with constant splat vectors.
Matt Arsenault
- [llvm] r203187 - DebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as an offset from the low_pc
Adrian Prantl
- [llvm] r203192 - DebugInfo: Limit r203187 to non-darwin as lldb can't handle this yet
Adrian Prantl
- [PATCH] Make DAGCombiner work on vector bitshifts with constant splat vectors.
Tim Northover
- [llvm] r203263 - DebugInfo: Refactor high_pc/low_pc construction into reusable function
David Blaikie
- [llvm] r203264 - MC: Use MachO::SectionType for MCSectionMachO::getType's return type
David Majnemer
- [llvm] r203265 - Remove dead 'return'.
Ted Kremenek
- [llvm] r203267 - Remove dead 'break' (dominated by 'return').
Ted Kremenek
- [PATCH] Make DAGCombiner work on vector bitshifts with constant splat vectors.
Matt Arsenault
- [llvm] r203269 - Don't avoid cfi instructions on the bg/p.
Rafael Espindola
- [llvm] r203270 - [C++11] DwarfDebug: Use range-based for loops.
Benjamin Kramer
- [PATCH] Patch that adds address-masking instructions before loads and stores, and after the instructions that change stack-pointer.
Mark Seaborn
- [PATCH] Fix GlobalOpt to use range metadata instead of creating SelectInsts.
Dan Gohman
- [PATCH] SROA fix to avoid invalid bitcast generation when converting a load from a double pointer bitcasted with an address space change of the pointee pointee
Chandler Carruth
- [PATCH] Qt Creator help/documentation file for LLVM
Michael Gottesman
- [llvm] r203272 - [docs] Teach CMake docs build how to generate Qt Creator help/documentation files.
Michael Gottesman
- [llvm] r203273 - [ADT] Update PointerIntPair to handle pointer types with more than 31 bits free.
Jordan Rose
- [PATCH] Qt Creator help/documentation file for LLVM
Michael Gottesman
- [PATCH] Qt Creator help/documentation file for LLVM
Konrad Wilhelm Kleine
- [llvm] r203270 - [C++11] DwarfDebug: Use range-based for loops.
David Blaikie
- [llvm] r203273 - [ADT] Update PointerIntPair to handle pointer types with more than 31 bits free.
David Blaikie
- [PATCH] TargetLibraryInfo: Disable memcpy and memset on R600
Nick Lewycky
- [PATCH] SROA fix to avoid invalid bitcast generation when converting a load from a double pointer bitcasted with an address space change of the pointee pointee
Matt Arsenault
- [PATCH] SROA fix to avoid invalid bitcast generation when converting a load from a double pointer bitcasted with an address space change of the pointee pointee
Chandler Carruth
- [llvm] r203276 - [C++11] DwarfDebug: Turn single-use functors into lambdas.
Benjamin Kramer
- [llvm] r203273 - [ADT] Update PointerIntPair to handle pointer types with more than 31 bits free.
Jordan Rose
- [PATCH] Make isSetCCEquivalent respect the TargetBooleanContents
Matt Arsenault
- [PATCH] SROA fix to avoid invalid bitcast generation when converting a load from a double pointer bitcasted with an address space change of the pointee pointee
Michele Scandale
- [llvm] r203280 - R600/SI: Custom lower i1 stores
Tom Stellard
- [llvm] r203281 - R600/SI: Using SGPRs is illegal for instructions that read carry-out from VCC
Tom Stellard
- [patch] Remove the linker_private and linker_private_weak linkages
Rafael Espíndola
- [PATCH] SROA fix to avoid invalid bitcast generation when converting a load from a double pointer bitcasted with an address space change of the pointee pointee
Chandler Carruth
- [llvm] r203273 - [ADT] Update PointerIntPair to handle pointer types with more than 31 bits free.
David Blaikie
- [llvm] r203284 - Fix EXPECT_* to not produce a compile warning.
Eli Bendersky
- [llvm] r203273 - [ADT] Update PointerIntPair to handle pointer types with more than 31 bits free.
Jordan Rose
- [llvm] r203204 - Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Eric Christopher
- [llvm] r203273 - [ADT] Update PointerIntPair to handle pointer types with more than 31 bits free.
David Blaikie
- [PATCH] Include legalization cost when computing scalarization cost. When analyzing vectors of element type that require legalization, the legalization cost must be included to get an accurate estimation of the total cost of the scalarized vector. The...
Arnold Schwaighofer
- [PATCH] SROA fix to avoid invalid bitcast generation when converting a load from a double pointer bitcasted with an address space change of the pointee pointee
Michele Scandale
- [zorg] r203285 - Cosmetic only.
Viktor Kutuzov
- [PATCH] Debug info: Support fragmented variables.
Adrian Prantl
- [llvm] r203270 - [C++11] DwarfDebug: Use range-based for loops.
Eric Christopher
- [llvm] r203286 - Fix up formatting.
Eric Christopher
- [PATCH] SROA fix to avoid invalid bitcast generation when converting a load from a double pointer bitcasted with an address space change of the pointee pointee
Chandler Carruth
- [llvm] r203287 - Actually include the ArrayRef header rather than rely on the forward
Eric Christopher
- [PATCH] Debug info: Support fragmented variables.
Chandler Carruth
- [PATCH] Debug info: Support fragmented variables.
Eric Christopher
- [llvm] r203288 - [C++11] Convert sort predicates into lambdas.
Benjamin Kramer
- [PATCH] SROA fix to avoid invalid bitcast generation when converting a load from a double pointer bitcasted with an address space change of the pointee pointee
Matt Arsenault
- [llvm] r203294 - [C++11] Revert uses of lambdas with array_pod_sort.
Benjamin Kramer
- [llvm] r203192 - DebugInfo: Limit r203187 to non-darwin as lldb can't handle this yet
Greg Clayton
- [llvm] r203192 - DebugInfo: Limit r203187 to non-darwin as lldb can't handle this yet
Greg Clayton
- [PATCH] iterator_range rebinding
Aaron Ballman
- [llvm] r194575 - Remove AllowQuotesInName and friends from MCAsmInfo.
Eli Bendersky
- [llvm] r203192 - DebugInfo: Limit r203187 to non-darwin as lldb can't handle this yet
Eric Christopher
- [llvm] r203295 - DebugInfo: Update test to cover linux (with a FIXME...) too
David Blaikie
- [llvm] r203296 - DebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in inlined functions
David Blaikie
- [llvm] r203192 - DebugInfo: Limit r203187 to non-darwin as lldb can't handle this yet
Adrian Prantl
- [llvm] r203297 - Remove unnecessary check for Darwin. rdar://problem/16264854
Adrian Prantl
- [llvm] r203192 - DebugInfo: Limit r203187 to non-darwin as lldb can't handle this yet
Adrian Prantl
- [llvm] r203187 - DebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as an offset from the low_pc
David Blaikie
- [llvm] r194575 - Remove AllowQuotesInName and friends from MCAsmInfo.
Rafael Espíndola
- [llvm] r203298 - Moved test file from test/MC/Mips to test/CodeGen/Mips.
Sasa Stankovic
- [llvm] r203187 - DebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as an offset from the low_pc
Adrian Prantl
- [llvm] r203192 - DebugInfo: Limit r203187 to non-darwin as lldb can't handle this yet
Adrian Prantl
- [llvm] r203204 - Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espíndola
- [llvm] r203187 - DebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as an offset from the low_pc
David Blaikie
- [llvm] r203300 - Revert "Remove unnecessary check for Darwin. rdar://problem/16264854"
Adrian Prantl
- [llvm] r203301 - Remove unused method declaration
Eli Bendersky
- [llvm] r203303 - Add include guards and make public a few routines that add values
Eric Christopher
- [llvm] r203304 - Two part patch:
Eric Christopher
- [llvm] r203305 - Actually add the header file.
Eric Christopher
- [llvm] r203306 - Range-ify some for loops.
Owen Anderson
- [PATCH] Patch that adds address-masking instructions before loads and stores, and after the instructions that change stack-pointer.
Sasa Stankovic
- [PATCH] [PECOFF] Support a new type of weak symbol.
Rui Ueyama
- [PATCH] Patch that adds address-masking instructions before loads and stores, and after the instructions that change stack-pointer.
Sasa Stankovic
- [llvm] r203307 - Add a virtual destructor to quiet a warning.
Eric Christopher
- [PATCH] [PECOFF] Support a new type of weak symbol.
Nick Kledzik
- [PATCH] Patch that adds address-masking instructions before loads and stores, and after the instructions that change stack-pointer.
Mark Seaborn
- [lld] r203308 - [PECOFF] Support a new type of weak symbol.
Rui Ueyama
- [cmake-2.8.11] darwin executables not linked with @rpath
David Fang
- [llvm] r203309 - Remove unnecessary test for Darwin and update testcase to be a little less
Adrian Prantl
- [PATCH] [PECOFF] Support a new type of weak symbol.
Rui Ueyama
- [PATCH] [PECOFF] Support a new type of weak symbol.
Rui Ueyama
- [PATCH] [RuntimeDyld] Make ObjectBuffer/ObjectFile -> ObjectImage conversion a static method.
Rafael Espíndola
- [llvm] r203311 - ISel: Make VSELECT selection terminate in cases where the condition type has to
Arnold Schwaighofer
- [llvm] r203009 - Improve LinkModules warnings
Rafael Espíndola
- [PATCH] blockfreq: Rewrite block frequency analysis
Duncan P. N. Exon Smith
- [PATCH] Don't generate 64-bit movd after cmpneqsd in 32-bit mode (PR19059)
Hans Wennborg
- [lld] r203313 - [docs] Add missing features for the x86-64 ELF backend.
Michael J. Spencer
- [llvm] r203314 - [DAGCombiner] Slightly improve readability of matchRotateSub
Adam Nemet
- [llvm] r203315 - [DAGCombiner] Recognize another rotation idiom
Adam Nemet
- [llvm] r203316 - [DAGCombiner] Distribute TRUNC through AND in rotation amount
Adam Nemet
- [PATCH] Exception handling docs: Clarify how the llvm.eh.* intrinsics are used
Mark Seaborn
- [llvm] r203319 - Add support for hashing location information for CU level hashes.
Eric Christopher
- [llvm] r203187 - DebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as an offset from the low_pc
Eric Christopher
- [lld] r203322 - Fix a bug that mergeCases table does not match the merge constants.
Rui Ueyama
- [llvm] r203323 - DebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in DW_TAG_lexical_blocks
David Blaikie
- [debuginfo-tests] r203324 - Work around a bug in LLDB (it finds the wrong "C", rdar://problem/14933867)
Adrian Prantl
- [llvm] r203187 - DebugInfo: Emit DW_TAG_subprogram's DW_AT_high_pc as an offset from the low_pc
David Blaikie
- [debuginfo-tests] r203326 - Add back the original version of the test, too. (as XFAILed on Darwin)
Adrian Prantl
- [debuginfo-tests] r203327 - Experimentally enable --verify-debug-info on some testcases and see if
Adrian Prantl
- [lld] r203328 - Add one more test for r203308.
Rui Ueyama
- [llvm] r203329 - DebugInfo: Fix test fallout from r203323
David Blaikie
- [PATCH] [PECOFF] Support yet another new type of weak symbol.
Rui Ueyama
- [llvm] r203323 - DebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in DW_TAG_lexical_blocks
Adrian Prantl
- [llvm] r203329 - DebugInfo: Fix test fallout from r203323
Adrian Prantl
- [lld] r203331 - Remove extra space.
Rui Ueyama
- [llvm] r203337 - DebugInfo: further improvements to test following up on r203329
David Blaikie
- [debuginfo-tests] r203338 - Revert "Experimentally enable --verify-debug-info on some testcases and see if"
Adrian Prantl
- [llvm] r203337 - DebugInfo: further improvements to test following up on r203329
Adrian Prantl
- [llvm] r203339 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- [llvm] r203340 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- [llvm] r203341 - De-virtualize a method since it doesn't override anything (yay 'override' keyword) and its class is in an anonymous namespace.
Craig Topper
- [llvm] r203342 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- [llvm] r203343 - [bugpoint] Don't ignore arg in -compile-commad="tool arg"
Adam Nemet
- [llvm] r203344 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- [llvm] r203343 - [bugpoint] Don't ignore arg in -compile-commad="tool arg"
David Blaikie
- [llvm] r203345 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- [llvm] r203343 - [bugpoint] Don't ignore arg in -compile-commad="tool arg"
Adam Nemet
- [PATCH] Missing break
Tobias Güntner
- Switch containing holes via table lookup, version 4
Jasper Neumann
- [llvm] r203346 - Fix 80 cols.
Ahmed Charles
- [llvm] r203287 - Actually include the ArrayRef header rather than rely on the forward
Duncan Exon Smith
- [PATCH] Add llvm::make_unique, according to N3656.
Ahmed Charles
- [llvm] r203347 - Change else if => if after return, after r203265
Duncan P. N. Exon Smith
- [PATCH] Patch that adds address-masking instructions before loads and stores, and after the instructions that change stack-pointer.
Sasa Stankovic
- [PATCH] Add test for LinkModules warning on triple, modified by r203009. Datalayout is already tested.
JF Bastien
- [llvm] r203009 - Improve LinkModules warnings
JF Bastien
- [PATCH] Missing break
Tim Northover
- [llvm] r203352 - Make createObjectImage and createObjectImageFromFile static methods on the
Lang Hames
- [PATCH] [RuntimeDyld] Make ObjectBuffer/ObjectFile -> ObjectImage conversion a static method.
Lang Hames
- [LLVMdev] Idea for optimization (test for remainder)
Jasper Neumann
- [polly] static builds
Tobias Grosser
- [llvm] r203354 - Adding range-based STL-like helper APIs. llvm::distance() is the range version of std::distance. llvm::copy is the range version of std::copy.
Aaron Ballman
- [llvm] r203356 - Adding some includes to appease build bots. Amends r203354
Aaron Ballman
- [llvm] r203287 - Actually include the ArrayRef header rather than rely on the forward
Eric Christopher
- [llvm] r203361 - Update comment from r203315 based on review
Adam Nemet
- [PATCH] Missing break
Tobias Güntner
- [llvm] r203315 - [DAGCombiner] Recognize another rotation idiom
Adam Nemet
- [llvm] r203354 - Adding range-based STL-like helper APIs. llvm::distance() is the range version of std::distance. llvm::copy is the range version of std::copy.
Chandler Carruth
- [llvm] r203364 - [C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
- [llvm] r203366 - Fix build break.
Ahmed Charles
- [llvm] r203364 - [C++11] Add range based accessors for the Use-Def chain of a Value.
Chris Lattner
- [llvm] r203364 - [C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
- [llvm] r203371 - [C++11] Fix break due to MSVC bug.
Ahmed Charles
- [llvm] r203374 - Clean up SmallString a bit
David Blaikie
- [llvm] r203375 - Revert "Clean up SmallString a bit"
David Blaikie
- [llvm] r203376 - IR: Change inalloca's grammar a bit
David Majnemer
- [llvm] r203378 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- [llvm] r203379 - De-virtualize some methods since they don't override anything.
Craig Topper
- [polly] r203381 - [C++11] Update to reflect the Value::use_iterator and
Chandler Carruth
- [PATCH] Add llvm::make_unique, according to N3656.
Chandler Carruth
- [llvm] r203386 - Revert r203230, "CodeGenPrep: sink extends of illegal types into use block."
NAKAMURA Takumi
- [PATCH] Sink integer extend into user blocks if the target type is going to be expanded.
NAKAMURA Takumi
- [llvm] r203387 - [C++11] Add llvm::make_unique, according to N3656.
Ahmed Charles
- [PATCH] Add llvm::make_unique, according to N3656.
Ahmed Charles
- [llvm] r203387 - [C++11] Add llvm::make_unique, according to N3656.
Chandler Carruth
- [llvm] r203391 - [PM] Switch new pass manager from polymorphic_ptr to unique_ptr now that
Chandler Carruth
- [llvm] r203392 - [C++11] Now that we have C++11 and I've replaced the use of this
Chandler Carruth
- [llvm] r203393 - Change documentation based on feedback from Chandler.
Ahmed Charles
- [llvm] r203394 - [C++11] Add range views for various parts of a Module.
Chandler Carruth
- [llvm] r203395 - [LCG] Simplify a bunch of the LCG code with range for loops and auto.
Chandler Carruth
- [llvm] r203393 - Change documentation based on feedback from Chandler.
Chandler Carruth
- [llvm] r203354 - Adding range-based STL-like helper APIs. llvm::distance() is the range version of std::distance. llvm::copy is the range version of std::copy.
Aaron Ballman
- [lld] r203398 - [Mips] Remove unused class field.
Simon Atanasyan
- [lld] r203399 - [Mips] Remove redundant call to the unique_ptr::get() method followed
Simon Atanasyan
- [lld] r203400 - [Mips] Remove redundant 'mips' prefix from names of MipsTargetHandler
Simon Atanasyan
- [lld] r203401 - [Mips] Mark class by 'final' keyword.
Simon Atanasyan
- [lld] r203402 - [Mips] Do not inherit MipsDynamicLibraryWriter and MipsExecutableWriter
Simon Atanasyan
- [lld] r203403 - [Mips] Remove unnecessary LLVM_ATTRIBUTE_UNUSED attribute.
Simon Atanasyan
- [lld] r203404 - [Mips] Change unused return type from 'bool' to 'void'.
Simon Atanasyan
- [lld] r203405 - [Mips] Reduce the code indentation.
Simon Atanasyan
- [lld] r203406 - [Mips] Remove redundant 'mips' prefix from names of MipsELFWriter class
Simon Atanasyan
- [lld] r203407 - [Mips] Rename R_MIPS_26 relocation handling test case.
Simon Atanasyan
- [lld] r203408 - [ELF] Factor out the code creates a Reference for the specified symbol
Simon Atanasyan
- [lld] r203409 - [Mips] Create ELF object reader for MIPS target.
Simon Atanasyan
- [lld] r203410 - [Mips] Fix addendum reading for R_MIPS_HI16 / R_MIPS_LO16 relocations.
Simon Atanasyan
- [lld] r203411 - [Mips] Fix addendum reading for R_MIPS_32 relocation.
Simon Atanasyan
- [lld] r203412 - [Mips] Fix addendum reading for R_MIPS_26 relocation.
Simon Atanasyan
- [llvm] r203413 - SimplifyCFG: Simplify the weight scaling algorithm.
Benjamin Kramer
- [llvm] r203391 - [PM] Switch new pass manager from polymorphic_ptr to unique_ptr now that
Aaron Ballman
- [llvm] r203414 - MachineModuleInfo: Turn nested std::pairs into a proper struct.
Benjamin Kramer
- [llvm] r203415 - StackColoring: Use range-based for loops.
Benjamin Kramer
- [llvm] r203418 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- [PATCH] Patch that adds address-masking instructions before loads and stores, and after the instructions that change stack-pointer.
Mark Seaborn
- [PATCH] Add test for LinkModules warning on triple, modified by r203009. Datalayout is already tested.
Manman Ren
- [llvm] r203419 - Work around FreeBSD rtld rpath $ORIGIN limitation
Ed Maste
- [llvm] r203364 - [C++11] Add range based accessors for the Use-Def chain of a Value.
Chris Lattner
- [llvm] r203423 - Fix inconsistent whitespace.
Bob Wilson
- [llvm] r203424 - [Sparc] Add support for decoding 'swap' instruction.
Venkatraman Govindaraju
- [PATCH] CodeGenPrep: sink extends of illegal types into use block.
Manuel Jacob
- [llvm] r203426 - [PM] I have been educated by several folks that MSVC will never
Chandler Carruth
- [llvm] r203427 - [PM] Comment on all of the totally pointless definitions of special
Chandler Carruth
- [llvm] r203428 - [PM] Add a comment I missed and add the special members to one more
Chandler Carruth
- [llvm] r203429 - MC: Cleanup MCSectionMachO::ParseSectionSpecifier
David Majnemer
- [llvm] r203391 - [PM] Switch new pass manager from polymorphic_ptr to unique_ptr now that
Chandler Carruth
- [llvm] r203430 - MC: Appease the buildbots
David Majnemer
- [llvm] r203426 - [PM] I have been educated by several folks that MSVC will never
David Blaikie
- [llvm] r203354 - Adding range-based STL-like helper APIs. llvm::distance() is the range version of std::distance. llvm::copy is the range version of std::copy.
Chandler Carruth
- [PATCH] Add test for LinkModules warning on triple, modified by r203009. Datalayout is already tested.
JF Bastien
- [llvm] r203431 - [PM] As Dave noticed in review, I had erroneously copied the move
Chandler Carruth
- [llvm] r203432 - [PM] Cleanup formatting and namespace commenting. Mostly done with
Chandler Carruth
- [llvm] r203431 - [PM] As Dave noticed in review, I had erroneously copied the move
David Blaikie
- [llvm] r203433 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- [llvm] r203431 - [PM] As Dave noticed in review, I had erroneously copied the move
Chandler Carruth
- [llvm] r203434 - [PM] While I'm here, fix a few other clang-format issues. Pulls some
Chandler Carruth
- [llvm] r203435 - [LCG] Ran clang-format over this too and it pointed out some fixes.
Chandler Carruth
- [llvm] r203436 - ADT/PointerIntPairTest.cpp: Appease msc17.
NAKAMURA Takumi
- patch to fix -O0 for Mips
reed kotler
- [llvm] r203437 - [TTI] There is actually no realistic way to pop TTI implementations off
Chandler Carruth
- [llvm] r203438 - [LCG] One more formatting fix that I failed to get into the prior
Chandler Carruth
- [llvm] r203439 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- [llvm] r203440 - De-virtualize a method since it doesn't override anything and isn't overridden itself.
Craig Topper
- [llvm] r203441 - [AArch64] Fix a use of uninitialized memory introduced in r203125,
Chandler Carruth
- [llvm] r203442 - [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.
Craig Topper
- [llvm] r203125 - [AArch64] This is a work in progress to provide a machine description
Chandler Carruth
- [PATCH] sectiongroup support
Shankar Kalpathi Easwaran
- [PATCH] CodeGenPrep: sink extends of illegal types into use block.
NAKAMURA Takumi
- [llvm] r203444 - [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.
Craig Topper
- [PATCH] [Instcombine] Recognize test for overflow in integer multiplication.
Serge Pavlov
- [PATCH] [Instcombine] Recognize test for overflow in integer multiplication.
Serge Pavlov
Last message date:
Sun Mar 9 23:38:16 PDT 2014
Archived on: Tue Aug 4 17:11:02 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).