The Week Of Monday 3 March 2014 Archives by thread
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] [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_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
- [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
- [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
- [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
- [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] 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
- [llvm] r202735 - Re-apply r202551, which introduced new PBQP solver.
Lang Hames
- [llvm] r202736 - Add DWARF discriminator support to DILexicalBlocks.
Diego Novillo
- [llvm] r202742 - [C++11] Remove the completely unnecessary requirement on SetVector's
Chandler Carruth
- [polly] r202743 - cmake: build monolithic libLLVMPollyLib.dylib
Tobias Grosser
- [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
- [llvm] r202752 - Pass to emit DWARF path discriminators.
Diego Novillo
- [llvm] r202753 - Add missing include.
Benjamin Kramer
- [DAGCombiner] Recognize another rotation idiom
Adam Nemet
- [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
- [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
- [polly] r202766 - And some formatting fixes
Tobias Grosser
- [zorg] r202768 - Add missing comma
Tobias Grosser
- [llvm] r202767 - [AArch64] This is a work in progress to provide a machine description
Chad Rosier
- [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
- patch: remove PseudoSourceValue from Value.
Nick Lewycky
- [PATCH] Disable passes on optnone functions
Robinson, Paul
- [llvm] r202781 - llvm-objdump: Split printRuntimeFunction to two small functions.
Rui Ueyama
- [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
- [PATCH] Fix dllexport mangling issue
klutzy
- [llvm] r202791 - [C+11] Add 'override' keyword to methods in the support library.
Craig Topper
- [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] 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] 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] 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
- [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] 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
- [llvm] r202814 - [Modules] Move InstIterator out of the Support library, where it had no
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
- [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.
Elena Demikhovsky
- [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
- [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
- [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
- [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
- [llvm] r202839 - [Modules] Move the PassNameParser to the IR library as it deals in the
Chandler Carruth
- [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
- [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
- [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
- [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] Fix for bitcode reader crash on invalid input [PR18704]
Dinesh Dwivedi
- [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] 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] r202863 - X86: 80-column
Saleem Abdulrasool
- [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] 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
- [lld] r202874 - [PECOFF] Sort x64 exception handler table.
Rui Ueyama
- [llvm] r202875 - llvm-objdump: Fix typo in output.
Rui Ueyama
- [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
- [llvm] r202895 - Add support for arbitrary functors to CrashRecoveryContext.
Richard Smith
- [llvm] r202902 - Remove dependence on std::function.
Richard Smith
- [llvm] Aborted (core dumped) when using clone
Danna bib
- [llvm] r202905 - Remove a special character in comment that accidentially got committed.
Evan Cheng
- [patch] implement __clear_cache for arm32 & mips
JF Bastien
- [PATCH] Peephole optimization causes different code generation at "-O2 -g" and "-O2".
Katya Romanova
- [PATCH] Allow constant folding of fma and fmuladd
Matt Arsenault
- [llvm] r202908 - [DAGCombiner] Factor out distributeTruncateThroughAnd
Adam Nemet
- [llvm] r202913 - Fix duplicate code in ConstantFolding
Matt Arsenault
- [llvm] r202914 - Allow constant folding of fma and fmuladd
Matt Arsenault
- [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
- [llvm] r202923 - [C++11] Sink the iterator over a Value's users into the Value type
Chandler Carruth
- [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
- [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
- [llvm] r202932 - Fix unused variable in FunctionLoweringInfo.cpp
Hans Wennborg
- [PATCH] Remove unnecessary variables.
Ahmed Charles
- [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
- [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] r202939 - [C++11] Add 'override' keyword to IR library.
Craig Topper
- [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
- [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
- [llvm] r202949 - [C++11] Add release() to OwningPtr.
Ahmed Charles
- [compiler-rt] r202950 - Increase threshold in StackTrace::LocatePcInTrace
Alexey Samsonov
- [llvm] r202953 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- [compiler-rt] r202954 - [CMake] Minor fix to llvm-config discovery
Alexey Samsonov
- [PATCH] [C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
- [PATCH] Fix typo in a comment
Michael Zolotukhin
- [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
- [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
- 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
- [compiler-rt] r202981 - Enable memrchr interceptor only on Linux
Alexey Samsonov
- [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][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
- [llvm] r202988 - Work around MSVC bug in IntrusiveRefCntPtr.h
Hans Wennborg
- [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] memcpy lowering: use "rep movs" even when esi is used as base pointer
Hans Wennborg
- [llvm] r202992 - Fix clang -Werror build break due to mismatched sign comparison.
David Blaikie
- [PATCH] Use the new Windows environment for target detection
Saleem Abdulrasool
- [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
- [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
- [lld] r202998 - Add "override" to member functions where appropriate.
Rui Ueyama
- [llvm] r202999 - Fix an inconsistency in treatment of trailing / in path::const_iterator
Ben Langmuir
- [llvm] r203001 - Always print the implicit .text at the start of an asm file.
Rafael Espindola
- [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
- [llvm] r203009 - Improve LinkModules warnings
JF Bastien
- [llvm] r203011 - Fix datalayout test that I broke with my previous LinkModules warning improvement.
JF Bastien
- [llvm] r203013 - Fix typo
Matt Arsenault
- [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] r203018 - Add a DIELocList class to handle pointers into the location list.
Eric Christopher
- [llvm] r203019 - Now that we don't use libtool, we don't need to upgrade it :-)
Rafael Espindola
- [llvm] r203020 - [Mips] Testcase typo fix. No functionality change.
Jack Carter
- [llvm] r203023 - Attempt to unbreak little-endian buildbots.
Rui Ueyama
- [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
- [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
- [llvm] r203044 - Rewrite the attribute hashing algorithm to use the type of the value
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] 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] r203055 - Add some helpful comments on DIEValue types that we expect to hash.
Eric Christopher
- [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
- no_dead_strip sections are not atomized
Rafael Espíndola
- [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] Allow constant folding of copysign
Karthik Bhat
- [llvm] r203076 - 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] r203086 - Add <cstddef> for use of std::ptrdiff_t.
Ahmed Charles
- [llvm] r203089 - Fix warnings about an variable only used in asserts.
Ahmed Charles
- [PATCH] [PR18861] Fix for LoopUnroll pass was breaking LCSSA form while completely removing loop
Dinesh Dwivedi
- [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] 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
- [compiler-rt] r203100 - [FreeBSD] Provide FreeBSD-specific things for ASan.
Alexey Samsonov
- [PATCH] Allow constant folding of round function
Karthik Bhat
- [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] [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] [X86] Enable FeatureFastUAMem for Silvermont processor
Alexey Volkov
- [compiler-rt] r203109 - tsan: better error message wording in deadlock reports
Dmitry Vyukov
- [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] 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
- [compiler-rt] r203121 - tsan: update Go windows build script
Dmitry Vyukov
- [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
- [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
- [llvm] r203142 - Move DIEEntry handling inside the main switch statement.
Eric Christopher
- [llvm] r203143 - Revert create_symbolic_link and both depending changes
Reid Kleckner
- [llvm] r203146 - MS asm: The initial dot in struct access is optional
Reid Kleckner
- [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] Fix shift by constants for vector.
Matt Arsenault
- [llvm] r203159 - MC: simplify object file selection for Windows
Saleem Abdulrasool
- [llvm] r203160 - Support: split object format out of environment
Saleem Abdulrasool
- [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
- [polly] r203163 - remove unused code
Sebastian Pop
- [lld] r203164 - Add "override" and remove "virtual" where appropriate.
Rui Ueyama
- [PATCH] Fix testing for undefined behavior in vector shift tests.
Matt Arsenault
- Switch containing holes via table lookup, version 3
Hans Wennborg
- [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] support: add a utility function to canonicalise path separators
Saleem Abdulrasool
- [PATCH] sectiongroup support
Michael Spencer
- [llvm] r203174 - Remove shouldEmitUsedDirectiveFor.
Rafael Espindola
- [llvm] r203176 - Reapply "MC: simplify object file selection for Windows"
Saleem Abdulrasool
- [llvm] r203181 - Add iterator_range support for MachineInstr's operand and memoperand iterators.
Owen Anderson
- [llvm] r203184 - DebugInfo: Improve test to not depend on the specific naming of temporary symbols
David Blaikie
- [PATCH] [PECOFF] Support a new type of weak symbol.
Rui Ueyama
- [PATCH] Make DAGCombiner work on vector bitshifts with constant splat vectors.
Matt Arsenault
- [llvm] r203186 - DebugInfo: Refactor test to not rely on fixed DIE offsets
David Blaikie
- [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
- [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
- [llvm] r203197 - Add missing "[unnamed_addr]" to LangRef.rst#functions.
Rafael Espindola
- [llvm] r203198 - Allow constant folding of round function whenever feasible
Karthik Bhat
- [llvm] r203199 - Simplify. No functionality change.
Rafael Espindola
- [lld] r203201 - [Mips] Removed extra space. Thanks to dexonsmith's eagle eye.
Simon Atanasyan
- [llvm] r203202 - Simplify. No functionality change.
Rafael Espindola
- [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
- [llvm] r203206 - [Typo] Fix sentence in CMake documentation.
Ahmed Charles
- [llvm] r203211 - MC: Remove superfluous section attribute flag definitions
David Majnemer
- [PATCH] Change MCDisassembler::setSymbolizer to take unique_ptr by value.
Ahmed Charles
- [llvm] r203216 - Test commit
Alexey Volkov
- [llvm] r203218 - Enable FeatureFastUAMem for Silvermont processor
Alexey Volkov
- [llvm] r203220 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- [llvm] r203221 - Remove unused method.
Craig Topper
- [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
- [compiler-rt] r203226 - tsan: fix pthread_cond_destroy interceptor on android
Dmitry Vyukov
- [compiler-rt] r203227 - [FreeBSD] Port sanitizers' syscalls.
Alexey Samsonov
- [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
- [llvm] r203230 - CodeGenPrep: sink extends of illegal types into use block.
Tim Northover
- [llvm] r203234 - [SystemZ] Move sign_extend optimization to PerformDAGCombine
Richard Sandiford
- [compiler-rt] r203235 - [FreeBSD] Add support for sanitizer_linux_libcdep.cc
Alexey Samsonov
- [compiler-rt] r203238 - Remove sanitizer_linux_libcdep.cc from TSan-Go build
Alexey Samsonov
- [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
- [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
- [llvm] r203254 - C++11: Copy pointers with const auto *
Duncan P. N. Exon Smith
- [polly] static builds
Sebastian Pop
- [llvm] r202546 - [C++11] Switch autoconf and make to use C++11 by default. Now both build
Galina Kistanova
- [llvm] r203256 - DebugInfo: Restrict DW_AT_high_pc encoding as data4 offset to DWARF 4 as per spec
David Blaikie
- [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] 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
- [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] Fix GlobalOpt to use range metadata instead of creating SelectInsts.
Dan Gohman
- [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
- [llvm] r203276 - [C++11] DwarfDebug: Turn single-use functors into lambdas.
Benjamin Kramer
- [PATCH] Make isSetCCEquivalent respect the TargetBooleanContents
Matt Arsenault
- [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
- [llvm] r203284 - Fix EXPECT_* to not produce a compile warning.
Eli Bendersky
- [zorg] r203285 - Cosmetic only.
Viktor Kutuzov
- [llvm] r203286 - Fix up formatting.
Eric Christopher
- [llvm] r203287 - Actually include the ArrayRef header rather than rely on the forward
Eric Christopher
- [llvm] r203288 - [C++11] Convert sort predicates into lambdas.
Benjamin Kramer
- [llvm] r203294 - [C++11] Revert uses of lambdas with array_pod_sort.
Benjamin Kramer
- [PATCH] iterator_range rebinding
Aaron Ballman
- [llvm] r194575 - Remove AllowQuotesInName and friends from MCAsmInfo.
Eli Bendersky
- [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] r203297 - Remove unnecessary check for Darwin. rdar://problem/16264854
Adrian Prantl
- [llvm] r203298 - Moved test file from test/MC/Mips to test/CodeGen/Mips.
Sasa Stankovic
- [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
- [llvm] r203307 - Add a virtual destructor to quiet a warning.
Eric Christopher
- [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
- [llvm] r203311 - ISel: Make VSELECT selection terminate in cases where the condition type has to
Arnold Schwaighofer
- [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
- [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
- [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
- [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] 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] r203345 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- [PATCH] Missing break
Tobias Güntner
- Switch containing holes via table lookup, version 4
Jasper Neumann
- [llvm] r203346 - Fix 80 cols.
Ahmed Charles
- [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] Add test for LinkModules warning on triple, modified by r203009. Datalayout is already tested.
JF Bastien
- [llvm] r203352 - Make createObjectImage and createObjectImageFromFile static methods on the
Lang Hames
- [LLVMdev] Idea for optimization (test for remainder)
Jasper Neumann
- [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] r203361 - Update comment from r203315 based on review
Adam Nemet
- [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] 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
- [llvm] r203386 - Revert r203230, "CodeGenPrep: sink extends of illegal types into use block."
NAKAMURA Takumi
- [llvm] r203387 - [C++11] Add llvm::make_unique, according to N3656.
Ahmed Charles
- [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
- [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] 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
- [llvm] r203419 - Work around FreeBSD rtld rpath $ORIGIN limitation
Ed Maste
- [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] r203430 - MC: Appease the buildbots
David Majnemer
- [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] r203433 - [C++11] Add 'override' keyword to virtual methods that override their base class.
Craig Topper
- [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] r203444 - [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.
Craig Topper
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).