The Week Of Monday 3 February 2014 Archives by subject
Starting: Mon Feb 3 02:15:11 PST 2014
Ending: Sun Feb 9 23:53:09 PST 2014
Messages: 701
- [compiler-rt] Build it with gcc
Vadim
- [compiler-rt] r200683 - [sanitizer] Disable -ffunction-sections.
Evgeniy Stepanov
- [compiler-rt] r200684 - Revert r200683.
Evgeniy Stepanov
- [compiler-rt] r200686 - [sanitizer] Resubmit r200683: disable -ffunction-sections.
Evgeniy Stepanov
- [compiler-rt] r200686 - [sanitizer] Resubmit r200683: disable -ffunction-sections.
Justin Bogner
- [compiler-rt] r200686 - [sanitizer] Resubmit r200683: disable -ffunction-sections.
Alexey Samsonov
- [compiler-rt] r200686 - [sanitizer] Resubmit r200683: disable -ffunction-sections.
Justin Bogner
- [compiler-rt] r200696 - [asan] Reinitialize allocator quarantine on activation.
Evgeniy Stepanov
- [compiler-rt] r200698 - [asan] asan_device_setup.sh: allow overriding adb path.
Evgeniy Stepanov
- [compiler-rt] r200700 - [ASan] Move GetMacosVersion() to sanitizer_common.
Alexander Potapenko
- [compiler-rt] r200700 - [ASan] Move GetMacosVersion() to sanitizer_common.
Alexey Samsonov
- [compiler-rt] r200700 - [ASan] Move GetMacosVersion() to sanitizer_common.
Alexander Potapenko
- [compiler-rt] r200701 - [libsanitizer] Follow-up for r200700: add the new header to CMakeLists.txt and make it empty on non-Mac.
Alexander Potapenko
- [compiler-rt] r200703 - [libsanitizer] Workaround for https://code.google.com/p/address-sanitizer/issues/detail?id=261
Alexander Potapenko
- [compiler-rt] r200733 - [sanitizer] Handle TLS sizes for glibc < 2.13; As discussed in http://gcc.gnu.org/PR60038, the hardcoded sizeof(struct thread); patch by Jakub Jelinek
Kostya Serebryany
- [compiler-rt] r200734 - [sanitizer] make __tls_get_addr interceptor (more) AS-safe. No good test so far, will keep trying.
Kostya Serebryany
- [compiler-rt] r200742 - tsan: relax check for errno spoiling more
Dmitry Vyukov
- [compiler-rt] r200746 - [CMake] Check that compiler supports -fno-function-sections flag
Alexey Samsonov
- [compiler-rt] r200747 - tsan: add SANITIZER_INTERFACE_ATTRIBUTE to more callbacks
Dmitry Vyukov
- [compiler-rt] r200748 - [lsan] simplify use_tls_dynamic.cc test
Kostya Serebryany
- [compiler-rt] r200749 - [ASan] Replace the call to "vname" with "WRAP(vname)" in FORMAT_INTERCEPTOR_IMPL
Alexander Potapenko
- [compiler-rt] r200750 - tsan: update public Go interface
Dmitry Vyukov
- [compiler-rt] r200751 - [ASan] Fix printf-5.c on OSX: fix a compiler warning, avoid intercepting memcpy (which triggers the error report before printf does).
Alexander Potapenko
- [compiler-rt] r200753 - CMake: Enable -Werror for the -fno-function-sections check
Justin Bogner
- [compiler-rt] r200755 - tsan: fix darwin Go build
Dmitry Vyukov
- [compiler-rt] r200756 - [ASan] Use replace_str=0 and replace_intrin=0 in printf-{2, 4}.c to avoid triggering a buffer overflow in strlen and memcpy.
Alexander Potapenko
- [compiler-rt] r200757 - [ASan] Get rid of asan_mac.h, which contents have been moved to sanitizer_mac.h
Alexander Potapenko
- [compiler-rt] r200761 - [CMake] Fixup for r200753
Alexey Samsonov
- [compiler-rt] r200766 - tsan: update Go public interface
Dmitry Vyukov
- [compiler-rt] r200778 - tsan: fix windows build
Dmitry Vyukov
- [compiler-rt] r200779 - tsan: fix windows build
Dmitry Vyukov
- [compiler-rt] r200780 - tsan: add windows native build script
Dmitry Vyukov
- [compiler-rt] r200804 - [ASan/Win] Fall back to stdout if we can't print the reports to stderr
Timur Iskhodzhanov
- [compiler-rt] r200809 - [ASan/Win] Add DLL thunks for __asan_{, un}poison_memory_region
Timur Iskhodzhanov
- [compiler-rt] r200832 - tsan: ensure proper alignment of mmaps on windows
Dmitry Vyukov
- [compiler-rt] r200833 - tsan: deflake flaky test
Dmitry Vyukov
- [compiler-rt] r200838 - tsan: fix windows alignment check
Dmitry Vyukov
- [compiler-rt] r200844 - [sanitizer] hide two functions in the __sanitizer namespace to avoid exporting them (gold complained)
Kostya Serebryany
- [compiler-rt] r200872 - [sanitizer] Implement ioctl decoding.
Sergey Matveev
- [compiler-rt] r200873 - [sanitizer] Fix build.
Sergey Matveev
- [compiler-rt] r200908 - [asan] introduce two functions that will allow implementations of C++ garbage colection to work with asan's fake stack
Kostya Serebryany
- [compiler-rt] r200910 - [asan] fix testing on Mac
Kostya Serebryany
- [compiler-rt] r200914 - tsan: improve error message for Go
Dmitry Vyukov
- [compiler-rt] r200914 - tsan: improve error message for Go
Kostya Serebryany
- [compiler-rt] r200915 - tsan: remove unused functions
Dmitry Vyukov
- [compiler-rt] r200916 - tsan: simplify Go build script
Dmitry Vyukov
- [compiler-rt] r200922 - [TSan] Don't flush all file streams on program shutdown to avoid deadlocks on file stream locks.
Alexander Potapenko
- [compiler-rt] r200923 - [TSan] Add a regression test for https://code.google.com/p/thread-sanitizer/issues/detail?id=47
Alexander Potapenko
- [compiler-rt] r200925 - [sanitizer] Intercept getresuid and getresgid.
Sergey Matveev
- [compiler-rt] r200926 - [sanitizer] Intercept getifaddrs().
Sergey Matveev
- [compiler-rt] r200936 - [sanitizer] One does not simply intercept getifaddrs().
Sergey Matveev
- [compiler-rt] r200942 - [sanitizer] Fix build.
Sergey Matveev
- [compiler-rt] r200945 - [sanitizer] Intercept if_indextoname() and if_nametoindex().
Sergey Matveev
- [compiler-rt] r200966 - tsan: run user OnInitialize callback later
Dmitry Vyukov
- [compiler-rt] r200972 - tsan: improve the test
Dmitry Vyukov
- [compiler-rt] r201014 - Update these declarations of operator delete (and delete[]) to have noexcept,
Nick Lewycky
- [compiler-rt] r201015 - Stick to C++98 for this.
Nick Lewycky
- [compiler-rt] r201016 - Add throw() specifiers to more redeclarations of operator delete and operator delete[].
Nick Lewycky
- [dragonegg] r200770 - [CMake] check-dragonegg-validator: Add dependencies to llvm tools.
NAKAMURA Takumi
- [lld] r200712 - Untabify.
Rui Ueyama
- [lld] r200715 - [Mips] Unify #include guard names.
Simon Atanasyan
- [lld] r200716 - [Mips] In case of executable file linking MIPS ABI requires to add even
Simon Atanasyan
- [lld] r200911 - Accept and handle absolute symbols with empty name.
Simon Atanasyan
- [lld] r200956 - [mach-o] use new way to copy StringRefs
Nick Kledzik
- [llvm-commits] Patch to add hidden flag to llvm-nm to not emit aliases.
Rafael Espíndola
- [llvm] r174479 - Attempt to recover gdb bot after r174445.
David Blaikie
- [llvm] r174479 - Attempt to recover gdb bot after r174445.
Eric Christopher
- [llvm] r176605 - Debug Info: store the files and directories for each compile unit.
Greg Clayton
- [llvm] r176605 - Debug Info: store the files and directories for each compile unit.
Manman Ren
- [llvm] r176605 - Debug Info: store the files and directories for each compile unit.
Rafael Espíndola
- [llvm] r176605 - Debug Info: store the files and directories for each compile unit.
Rafael Espíndola
- [llvm] r176605 - Debug Info: store the files and directories for each compile unit.
Greg Clayton
- [llvm] r193718 - Produce .weak_def_can_be_hidden for some linkonce_odr values
John McCall
- [llvm] r193718 - Produce .weak_def_can_be_hidden for some linkonce_odr values
Rafael Espíndola
- [llvm] r193718 - Produce .weak_def_can_be_hidden for some linkonce_odr values
John McCall
- [llvm] r200062 - Revert "Revert "Add Constant Hoisting Pass" (r200034)"
Joerg Sonnenberger
- [llvm] r200062 - Revert "Revert "Add Constant Hoisting Pass" (r200034)"
Juergen Ributzka
- [llvm] r200213 - [vectorizer] Teach the loop vectorizer's unroller to only unroll by
Tobias Grosser
- [llvm] r200285 - MC: Add a .debug section that we'll soon use to emit debug info into COFF files
Timur Iskhodzhanov
- [llvm] r200331 - Add BumpPtrAllocator::allocateCopy() utilities
Nick Kledzik
- [llvm] r200331 - Add BumpPtrAllocator::allocateCopy() utilities
Eli Bendersky
- [llvm] r200331 - Add BumpPtrAllocator::allocateCopy() utilities
Nick Kledzik
- [llvm] r200481 - [Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic.
Kevin Modzelewski
- [llvm] r200481 - [Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic.
Juergen Ributzka
- [llvm] r200481 - [Stackmaps] Record the stack size of each function that contains a stackmap/patchpoint intrinsic.
Kevin Modzelewski
- [llvm] r200576 - [SLPV] Recognize vectorizable intrinsics during SLP vectorization and
Raul Silvera
- [llvm] r200576 - [SLPV] Recognize vectorizable intrinsics during SLP vectorization and
Hal Finkel
- [llvm] r200576 - [SLPV] Recognize vectorizable intrinsics during SLP vectorization and
Hal Finkel
- [llvm] r200576 - [SLPV] Recognize vectorizable intrinsics during SLP vectorization and
Hal Finkel
- [llvm] r200576 - [SLPV] Recognize vectorizable intrinsics during SLP vectorization and
Reid Kleckner
- [llvm] r200576 - [SLPV] Recognize vectorizable intrinsics during SLP vectorization and
Hal Finkel
- [llvm] r200576 - [SLPV] Recognize vectorizable intrinsics during SLP vectorization and
Raul Silvera
- [llvm] r200576 - [SLPV] Recognize vectorizable intrinsics during SLP vectorization and
Chandler Carruth
- [llvm] r200576 - [SLPV] Recognize vectorizable intrinsics during SLP vectorization and
Hal Finkel
- [llvm] r200576 - [SLPV] Recognize vectorizable intrinsics during SLP vectorization and
Nadav Rotem
- [llvm] r200590 - Remove another hasRawTextSupport.
Daniel Sanders
- [llvm] r200590 - Remove another hasRawTextSupport.
Rafael Espíndola
- [llvm] r200595 - Introduce line editor library.
David Fang
- [llvm] r200595 - Introduce line editor library.
Peter Collingbourne
- [llvm] r200595 - Introduce line editor library.
David Fang
- [llvm] r200606 - MC: Improve the .fill directive's compatibility with GAS
Rafael Espíndola
- [llvm] r200606 - MC: Improve the .fill directive's compatibility with GAS
David Majnemer
- [llvm] r200606 - MC: Improve the .fill directive's compatibility with GAS
Rafael Espíndola
- [llvm] r200607 - Update a .fill test to use the updated semantics.
Rafael Espíndola
- [llvm] r200607 - Update a .fill test to use the updated semantics.
David Majnemer
- [llvm] r200607 - Update a .fill test to use the updated semantics.
Rafael Espíndola
- [llvm] r200612 - [LPM] Apply a really big hammer to fix PR18688 by recursively reforming
Tobias Grosser
- [llvm] r200621 - LoopVectorizer: Enable unrolling of conditional stores and the load/store
Tobias Grosser
- [llvm] r200621 - LoopVectorizer: Enable unrolling of conditional stores and the load/store
Hal Finkel
- [llvm] r200621 - LoopVectorizer: Enable unrolling of conditional stores and the load/store
Arnold Schwaighofer
- [llvm] r200621 - LoopVectorizer: Enable unrolling of conditional stores and the load/store
Tobias Grosser
- [llvm] r200621 - LoopVectorizer: Enable unrolling of conditional stores and the load/store
Nadav Rotem
- [llvm] r200687 - Rename the non-templated base class of SmallPtrSet to
Chandler Carruth
- [llvm] r200688 - Introduce SmallPtrSetImpl<T *> which allows insert, erase, count, and
Chandler Carruth
- [llvm] r200688 - Introduce SmallPtrSetImpl<T *> which allows insert, erase, count, and
Justin Bogner
- [llvm] r200688 - Introduce SmallPtrSetImpl<T *> which allows insert, erase, count, and
Chandler Carruth
- [llvm] r200688 - Introduce SmallPtrSetImpl<T *> which allows insert, erase, count, and
Justin Bogner
- [llvm] r200688 - Introduce SmallPtrSetImpl<T *> which allows insert, erase, count, and
Duncan P. N. Exon Smith
- [llvm] r200688 - Introduce SmallPtrSetImpl<T *> which allows insert, erase, count, and
Duncan P. N. Exon Smith
- [llvm] r200688 - Introduce SmallPtrSetImpl<T *> which allows insert, erase, count, and
Chandler Carruth
- [llvm] r200688 - Introduce SmallPtrSetImpl<T *> which allows insert, erase, count, and
Duncan P. N. Exon Smith
- [llvm] r200688 - Introduce SmallPtrSetImpl<T *> which allows insert, erase, count, and
Chandler Carruth
- [llvm] r200688 - Introduce SmallPtrSetImpl<T *> which allows insert, erase, count, and
Nico Rieck
- [llvm] r200695 - Don't use -ffunction-sections if -fno-function-sections is not supported in the compiler.
Evgeniy Stepanov
- [llvm] r200695 - Don't use -ffunction-sections if -fno-function-sections is not supported in the compiler.
Justin Bogner
- [llvm] r200695 - Don't use -ffunction-sections if -fno-function-sections is not supported in the compiler.
Evgeniy Stepanov
- [llvm] r200695 - Don't use -ffunction-sections if -fno-function-sections is not supported in the compiler.
Alexey Samsonov
- [llvm] r200697 - Remove outdated & incorrect part of comment.
Eli Bendersky
- [llvm] r200699 - Add a note about Clang+LLVM on Sparc64.
Venkatraman Govindaraju
- [llvm] r200704 - Undef'ing _WIN32_IE to silence an MSVC warning about redefining a macro value.
Aaron Ballman
- [llvm] r200705 - Expand vector bswap in LegalizeVectorOps
Hal Finkel
- [llvm] r200706 - AArch64 & ARM: refactor crypto intrinsics to take scalars
Tim Northover
- [llvm] r200717 - inalloca: Don't remove dead arguments in the presence of inalloca args
Reid Kleckner
- [llvm] r200717 - inalloca: Don't remove dead arguments in the presence of inalloca args
Nick Lewycky
- [llvm] r200717 - inalloca: Don't remove dead arguments in the presence of inalloca args
Reid Kleckner
- [llvm] r200717 - inalloca: Don't remove dead arguments in the presence of inalloca args
Nick Lewycky
- [llvm] r200717 - inalloca: Don't remove dead arguments in the presence of inalloca args
Reid Kleckner
- [llvm] r200717 - inalloca: Don't remove dead arguments in the presence of inalloca args
Reid Kleckner
- [llvm] r200720 - Add DEBUG_TYPE to SIAnnotateControlFlow
Matt Arsenault
- [llvm] r200721 - DIBuilder: simplify array generation to produce true zero-length arrays
David Blaikie
- [llvm] r200726 - Self-memcpy-elision and memcpy of constant byte to memset transforms don't care how many bytes you were trying to transfer. Sink that safety test after those transforms. Noticed by inspection.
Nick Lewycky
- [llvm] r200727 - Move error handling down to getSymbolNMTypeChar.
Rafael Espindola
- [llvm] r200730 - Revert r200150, "[CMake] tablegen(): Use -I <dir> according to the list by include_directories()."
NAKAMURA Takumi
- [llvm] r200731 - DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emits zero-length arrays as {i32 0}
David Blaikie
- [llvm] r200735 - ARM: Enable use of relocation type tlsldo in debug info for tls data.
Kai Nacke
- [llvm] r200736 - Add strchr(p, 0) -> p + strlen(p) to SimplifyLibCalls
Kai Nacke
- [llvm] r200737 - Revert: ARM: Enable use of relocation type tlsldo in debug info for tls data.
Kai Nacke
- [llvm] r200738 - RegAllocGreedy.cpp: Use more simple value as Hysteresis, to suppress -mfpmath-dependent behavior.
NAKAMURA Takumi
- [llvm] r200738 - RegAllocGreedy.cpp: Use more simple value as Hysteresis, to suppress -mfpmath-dependent behavior.
Rafael Espíndola
- [llvm] r200738 - RegAllocGreedy.cpp: Use more simple value as Hysteresis, to suppress -mfpmath-dependent behavior.
Eric Christopher
- [llvm] r200739 - llvm-cov: Document the llvm-cov tests
Justin Bogner
- [llvm] r200740 - llvm-cov: Ignore missing .gcda files
Justin Bogner
- [llvm] r200741 - llvm-cov: Implement the object-directory flag
Justin Bogner
- [llvm] r200743 - R600/SI: Fix fneg for 0.0
Michel Danzer
- [llvm] r200744 - [CMake] Add -stdlib=libc++ to host Clang build flags before performing any header search
Alexey Samsonov
- [llvm] r200745 - [CMake] Revert r200695 and fix the problem with missing -fno-function-sections in a different way.
Alexey Samsonov
- [llvm] r200752 - ARM: fix fast-isel assertion failure
Tim Northover
- [llvm] r200754 - llvm-cov: Implement the preserve-paths flag
Justin Bogner
- [llvm] r200758 - Add a note to documentation that Clang + libstdc++ 4.7.2 can not be used to build LLD.
Dmitri Gribenko
- [llvm] r200762 - Revert r122395, "Fixes file extension for loadable modules on OS X."
NAKAMURA Takumi
- [llvm] r200763 - [CMake] add_llvm_loadable_module: Fixup r200762, I mis-eliminated wrong line. :(
NAKAMURA Takumi
- [llvm] r200764 - [CMake] LLVM-Config.cmake: Split explicit_map_components_to_libraries and introduce llvm_map_components_to_libnames and llvm_expand_dependencies.
NAKAMURA Takumi
- [llvm] r200765 - [CMake] Get rid of llvm_config() to expand dependencies.
NAKAMURA Takumi
- [llvm] r200767 - Implemented support for Process::GetRandomNumber on Windows.
Aaron Ballman
- [llvm] r200768 - ARM & AArch64: merge NEON absolute compare intrinsics
Tim Northover
- [llvm] r200771 - OS X: the correct function is __sincospif_stret, not __sincospi_stretf
Tim Northover
- [llvm] r200772 - HowToReleaseLLVM: Add information about dot releases
Tom Stellard
- [llvm] r200773 - R600: Enable vector fpow.
Tom Stellard
- [llvm] r200774 - R600/SI: Custom lower i64 ISD::SELECT
Tom Stellard
- [llvm] r200775 - R600/SI: Don't assume copies will be coalesced in SIFixSGPRCopies
Tom Stellard
- [llvm] r200776 - R600/SI: Expand i1 BR_CC
Tom Stellard
- [llvm] r200777 - Fix PR18345: ldr= pseudo instruction produces incorrect code when using in inline assembly
David Peixotto
- [llvm] r200781 - Use the default values.
Rafael Espindola
- [llvm] r200782 - Every target uses .align. Simplify.
Rafael Espindola
- [llvm] r200783 - [mips] Implement %hi(sym1 - sym2) and %lo(sym1 - sym2) expressions
Petar Jovanovic
- [llvm] r200789 - cleanup: scc_iterator consumers should use isAtEnd
Duncan P. N. Exon Smith
- [llvm] r200792 - [X86] Only 213 FMA3 variants should be marked commutable.
Lang Hames
- [llvm] r200794 - Avoid using EL_GETFP.
Peter Collingbourne
- [llvm] r200795 - SimplifyLibCalls: Push TLI through the exp2->ldexp transform.
Benjamin Kramer
- [llvm] r200796 - llvm-cov: Fix include order in GCOV.cpp
Justin Bogner
- [llvm] r200800 - Remove unused SF_ThreadLocal.
Rafael Espindola
- [llvm] r200801 - Silence a warning:
Chandler Carruth
- [llvm] r200803 - Add a test for common symbols in coff.
Rafael Espindola
- [llvm] r200806 - Fix wording of warning message about invalid debug info.
Manman Ren
- [llvm] r200807 - Update testing case for r200806.
Manman Ren
- [llvm] r200808 - Small fix for llvm-nm handling of weak symbols on ELF (print 'v').
Rafael Espindola
- [llvm] r200811 - [CMake] Move -stdlib=libc++ handling into its own file.
Jordan Rose
- [llvm] r200811 - [CMake] Move -stdlib=libc++ handling into its own file.
Alexey Samsonov
- [llvm] r200812 - [CMake] Deliberately get all LLVM library dependencies for standalone builds.
Jordan Rose
- [llvm] r200812 - [CMake] Deliberately get all LLVM library dependencies for standalone builds.
NAKAMURA Takumi
- [llvm] r200812 - [CMake] Deliberately get all LLVM library dependencies for standalone builds.
Jordan Rose
- [llvm] r200818 - Add a test for printing absolute symbols in ELF.
Rafael Espindola
- [llvm] r200819 - Fix configure to find arc4random via header files.
Todd Fiala
- [llvm] r200820 - Use the information provided by getFlags to unify some code in llvm-nm.
Rafael Espindola
- [llvm] r200821 - Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes from X86 matcher table.
Craig Topper
- [llvm] r200823 - AVX-512: Added intrinsic for cvtph2ps.
Elena Demikhovsky
- [llvm] r200824 - Move matching for x86 BMI BLSI/BLSMSK/BLSR instructions to isel patterns instead of DAG combine. This weakens the ability to fold loads with them because we aren't able to match patterns that load the same thing twice. But maybe we should fix that if we care. The peephole optimizer will be able to fold some loads in its absense.
Craig Topper
- [llvm] r200824 - Move matching for x86 BMI BLSI/BLSMSK/BLSR instructions to isel patterns instead of DAG combine. This weakens the ability to fold loads with them because we aren't able to match patterns that load the same thing twice. But maybe we should fix that if we care. The peephole optimizer will be able to fold some loads in its absense.
Jim Grosbach
- [llvm] r200825 - Fix a doxygen comment referencing the wrong method name.
Craig Topper
- [llvm] r200826 - ARM: Enable use of relocation type tlsldo in debug info for tls data.
Kai Nacke
- [llvm] r200826 - ARM: Enable use of relocation type tlsldo in debug info for tls data.
Eric Christopher
- [llvm] r200826 - ARM: Enable use of relocation type tlsldo in debug info for tls data.
Kai Nacke
- [llvm] r200827 - Fix a vector that was passed by value instead of reference.
Craig Topper
- [llvm] r200828 - Get rid of a vector copy by just making a pointer out of the reference returned by getInstructionsByEnumValue instead of assigning it to a new vector.
Craig Topper
- [llvm] r200829 - Shrink the size of CodeGenInstruction a little bit by using bitfields. 32 bools seemed excessive.
Craig Topper
- [llvm] r200830 - R600/SI: Add pattern for zero-extending i1 to i32
Michel Danzer
- [llvm] r200837 - AVX-512: fixed a bug in EVEX encoding (the bug appeared after r200624)
Elena Demikhovsky
- [llvm] r200842 - ARM: Resolve thumb_bl fixup in same MCFragment.
Logan Chien
- [llvm] r200843 - Test commit
Alon Mishne
- [llvm] r200849 - AVX-512: optimized icmp -> sext -> icmp pattern
Elena Demikhovsky
- [llvm] r200852 - mips: XFAIL non-extern-addend-smallcodemodel test
Petar Jovanovic
- [llvm] r200853 - Fix an invalid check for duplicate option categories.
Alexander Kornienko
- [llvm] r200853 - Fix an invalid check for duplicate option categories.
Rafael Espíndola
- [llvm] r200853 - Fix an invalid check for duplicate option categories.
Alexander Kornienko
- [llvm] r200853 - Fix an invalid check for duplicate option categories.
Rafael Espíndola
- [llvm] r200853 - Fix an invalid check for duplicate option categories.
Alexander Kornienko
- [llvm] r200855 - [mips] Add NaCl target and forbid indexed loads and stores for it
Petar Jovanovic
- [llvm] r200858 - Revert "Fix an invalid check for duplicate option categories."
Rafael Espindola
- [llvm] r200858 - Revert "Fix an invalid check for duplicate option categories."
Alexander Kornienko
- [llvm] r200858 - Revert "Fix an invalid check for duplicate option categories."
Alexander Kornienko
- [llvm] r200858 - Revert "Fix an invalid check for duplicate option categories."
Jordan Rose
- [llvm] r200858 - Revert "Fix an invalid check for duplicate option categories."
Alexander Kornienko
- [llvm] r200858 - Revert "Fix an invalid check for duplicate option categories."
Jordan Rose
- [llvm] r200858 - Revert "Fix an invalid check for duplicate option categories."
Alexander Kornienko
- [llvm] r200862 - Remove support for not using .loc directives.
Rafael Espindola
- [llvm] r200881 - [PM] Don't require analysis results to be const in the new pass manager.
Chandler Carruth
- [llvm] r200883 - [RegAlloc] Add a last chance recoloring mechanism when everything else failed to
Quentin Colombet
- [llvm] r200885 - Fix layering StringRef copy using BumpPtrAllocator.
Nick Kledzik
- [llvm] r200886 - Inliner uses a smaller inline threshold for callees with cold attribute.
Manman Ren
- [llvm] r200886 - Inliner uses a smaller inline threshold for callees with cold attribute.
Chandler Carruth
- [llvm] r200886 - Inliner uses a smaller inline threshold for callees with cold attribute.
Manman Ren
- [llvm] r200886 - Inliner uses a smaller inline threshold for callees with cold attribute.
Chandler Carruth
- [llvm] r200886 - Inliner uses a smaller inline threshold for callees with cold attribute.
Manman Ren
- [llvm] r200886 - Inliner uses a smaller inline threshold for callees with cold attribute.
Chandler Carruth
- [llvm] r200886 - Inliner uses a smaller inline threshold for callees with cold attribute.
Manman Ren
- [llvm] r200887 - Add address space argument to allowsUnalignedMemoryAccess.
Matt Arsenault
- [llvm] r200888 - Pass address space to allowsUnalignedMemoryAccesses
Matt Arsenault
- [llvm] r200890 - Just returning false is the default.
Rafael Espindola
- [llvm] r200892 - Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
- [llvm] r200894 - doesSectionRequireSymbols is meaningless on ELF, remove.
Rafael Espindola
- [llvm] r200895 - don't set HasReliableSymbolDifference for ELF.
Rafael Espindola
- [llvm] r200895 - don't set HasReliableSymbolDifference for ELF.
Jim Grosbach
- [llvm] r200895 - don't set HasReliableSymbolDifference for ELF.
Rafael Espíndola
- [llvm] r200895 - don't set HasReliableSymbolDifference for ELF.
Jim Grosbach
- [llvm] r200896 - Update the X86 assembler for .intel_syntax to accept
Kevin Enderby
- [llvm] r200898 - Set default of inlinecold-threshold to 225.
Manman Ren
- [llvm] r200900 - [DAG] Don't pull the binary operation though the shift if the operands have opaque constants.
Juergen Ributzka
- [llvm] r200901 - [PM] Wire up the analysis managers in the opt driver. This isn't really
Chandler Carruth
- [llvm] r200902 - [PM] Back out one hunk of the patch in r200901 that was *supposed* to go
Chandler Carruth
- [llvm] r200903 - [PM] Add a new "lazy" call graph analysis pass for the new pass manager.
Chandler Carruth
- [llvm] r200903 - [PM] Add a new "lazy" call graph analysis pass for the new pass manager.
Kostya Serebryany
- [llvm] r200903 - [PM] Add a new "lazy" call graph analysis pass for the new pass manager.
Chandler Carruth
- [llvm] r200903 - [PM] Add a new "lazy" call graph analysis pass for the new pass manager.
Evgeniy Stepanov
- [llvm] r200905 - [PM] Fix horrible typos that somehow didn't cause a failure in a C++11
Chandler Carruth
- [llvm] r200906 - Delete all of the CodeGenInstructions from CodeGenTarget destructor.
Craig Topper
- [llvm] r200907 - A memcpy out of an fresh alloca is a no-op, delete it. Patch by Patrick Walton!
Nick Lewycky
- [llvm] r200913 - This small change reduces compile time for small programs on targets that have
Puyan Lotfi
- [llvm] r200917 - The following patch' purpose is to reduce compile time for compilation of small
Puyan Lotfi
- [llvm] r200918 - X86: deduplicate V[SZ]EXT_MOVL and V[SZ]EXT nodes
Tim Northover
- [llvm] r200919 - Yet another patch to reduce compile time for small programs:
Puyan Lotfi
- [llvm] r200927 - Add a -suppress-warnings option to bitcode linking.
Eli Bendersky
- [llvm] r200928 - X86: add costs for 64-bit vector ext/trunc & rebalance
Tim Northover
- [llvm] r200929 - Remove const_cast for STI when parsing inline asm
David Peixotto
- [llvm] r200932 - R600/SI: Use immediates offsets for SMRD instructions whenever possible
Tom Stellard
- [llvm] r200933 - R600/SI: Add a MUBUF load pattern for Reg+Imm offsets
Tom Stellard
- [llvm] r200934 - R600/SI: Add a MUBUF store pattern for Imm offsets
Tom Stellard
- [llvm] r200935 - R600/SI: Add a MUBUF store pattern for Reg+Imm offsets
Tom Stellard
- [llvm] r200937 - Revert r200095 and r200152. It turns out when compiling with -arch armv7 -mcpu=cortex-m3, the triple would still set iOS as the OS so the hack is still needed. rdar://15984891
Evan Cheng
- [llvm] r200941 - Track register pressure a bit more carefully (weird corner case).
Andrew Trick
- [llvm] r200941 - Track register pressure a bit more carefully (weird corner case).
Sean Silva
- [llvm] r200941 - Track register pressure a bit more carefully (weird corner case).
David Blaikie
- [llvm] r200947 - [CodeGenPrepare] Move away sign extensions that get in the way of addressing
Quentin Colombet
- [llvm] r200955 - Convert test to FileCheck.
Rafael Espindola
- [llvm] r200957 - X86: Resolve a long standing FIXME and properly isel pextr[bw].
Jim Grosbach
- [llvm] r200958 - PGO branch weight: fix PR18752.
Manman Ren
- [llvm] r200960 - [Sparc] Use SparcMCExpr::VariantKind itself as MachineOperand's target flags.
Venkatraman Govindaraju
- [llvm] r200961 - [Sparc] Emit correct relocations for PIC code when integrated assembler is used.
Venkatraman Govindaraju
- [llvm] r200962 - [Sparc] Emit relocations for Thread Local Storage (TLS) when integrated assembler is used.
Venkatraman Govindaraju
- [llvm] r200963 - [Sparc] Emit correct encoding for atomic instructions. Also, add support for parsing CAS instructions to test the CAS encoding.
Venkatraman Govindaraju
- [llvm] r200965 - [Sparc] Add support for parsing synthetic instruction 'mov'.
Venkatraman Govindaraju
- [llvm] r200969 - Changed comment.
Sasa Stankovic
- [llvm] r200970 - LLVM-1163: AAPCS-VFP violation when CPRC allocated to stack
Oliver Stannard
- [llvm] r200973 - Try to unbreak the mingw32 build.
Benjamin Kramer
- [llvm] r200976 - Refactor logic into a function predicate.
Rafael Espindola
- [llvm] r200977 - Fix a bug with .weak_def_can_be_hidden: Mutable variables cannot use it.
Rafael Espindola
- [llvm] r200978 - [mips] Forbid the use of registers t6, t7 and t8 if the target is NaCl.
Sasa Stankovic
- [llvm] r200981 - Fix an invalid check for duplicate option categories.
Alexander Kornienko
- [llvm] r200983 - Don't internalize linkonce_odr non constant variables.
Rafael Espindola
- [llvm] r200988 - Remove -arm-disable-ehabi option
Renato Golin
- [llvm] r200989 - R600/SI: Add failing test for 3 x i64 vectors.
Matt Arsenault
- [llvm] r200990 - Fix Darwin bots from EHABI change
Renato Golin
- [llvm] r200992 - Use FileCheck variables to simplify this test.
Rafael Espindola
- [llvm] r200994 - Always create a temporary symbol to use with the cfi frame.
Rafael Espindola
- [llvm] r200998 - Remove training whitespace.
Rafael Espindola
- [llvm] r200999 - Comment cleanup. Don't repeat the function name in the comment.
Rafael Espindola
- [llvm] r201001 - Comment cleanup. Don't repeat the function name in the comment.
Rafael Espindola
- [llvm] r201004 - Improve existing visualizers by:
Nikola Smiljanic
- [llvm] r201006 - Remove dead code.
Rafael Espindola
- [llvm] r201008 - [Constant Hoisting] Don't update the use list while traversing it - DOH!
Juergen Ributzka
- [llvm] r201009 - [Constant Hoisting] Fix insertion point for constant materialization.
Juergen Ributzka
- [llvm] r201022 - Add LLVM_OVERRIDE to a few declarations.
Rafael Espindola
- [llvm] r201025 - Pass the Mangler by reference.
Rafael Espindola
- [llvm] r201028 - LoopVectorizer: Keep track of conditional store basic blocks
Arnold Schwaighofer
- [llvm] r201029 - ARM: change attribute tests to use parsed form
Saleem Abdulrasool
- [llvm] r201030 - tools: handle out-of-line personality 0 decoding
Saleem Abdulrasool
- [llvm] r201032 - tools: explicitly cast to avoid a warning
Saleem Abdulrasool
- [llvm] r201033 - [docs] TableGen easter egg: Multiline string literals
Sean Silva
- [llvm] r201034 - [docs] [tblgen] There is no "code" type.
Sean Silva
- [llvm] r201035 - [docs] [tblgen] clarify that code fragments are just string literals
Sean Silva
- [llvm] r201036 - tools: cast the right operand
Saleem Abdulrasool
- [llvm] r201039 - Remove some unnecessary code. The conditions it was checking had already been ruled out by the caller.
Craig Topper
- [llvm] r201041 - Remove unnecessary include.
Craig Topper
- [llvm] r201043 - Fix formatting introduced in r200941
David Blaikie
- [llvm] r201043 - Fix formatting introduced in r200941
Chandler Carruth
- [llvm] r201043 - Fix formatting introduced in r200941
David Blaikie
- [llvm] r201044 - Use a consistent argument order in TargetLoweringObjectFile.
Rafael Espindola
- [llvm] r201045 - AsmParser: Parse (and ignore) nested .macro definitions.
Benjamin Kramer
- [llvm] r201046 - De-duplicate references to share/llvm/cmake path
NAKAMURA Takumi
- [llvm] r201047 - Teach LLVMConfig to avoid modifying CMAKE_MODULE_PATH
NAKAMURA Takumi
- [llvm] r201048 - Provide LLVMConfig in both build and install tree
NAKAMURA Takumi
- [llvm] r201049 - Export lib and exe build target names from install tree
NAKAMURA Takumi
- [llvm] r201050 - Export lib and exe build target names from build tree
NAKAMURA Takumi
- [llvm] r201051 - Load exported lib and exe targets from LLVMConfig
NAKAMURA Takumi
- [llvm] r201052 - Add version, arch, system libs, and targets to Makefile.config
NAKAMURA Takumi
- [llvm] r201053 - Provide CMake package modules in install tree
NAKAMURA Takumi
- [llvm] r201054 - Whitespace.
NAKAMURA Takumi
- [llvm] r201055 - AsmParser: Simplify code with ArrayRef.
Benjamin Kramer
- [llvm] r201057 - Remove shell comment in the middle of a single-line command.
Bob Wilson
- [llvm] r201057 - Remove shell comment in the middle of a single-line command.
NAKAMURA Takumi
- [llvm] r201058 - MCParser: add a single token lookahead
Saleem Abdulrasool
- [llvm] r201059 - Add MRMXr/MRMXm form to X86 for use by instructions which treat the 'reg' field of modrm byte as a don't care value. Will allow for simplification of disassembler code.
Craig Topper
- [llvm] r201059 - Add MRMXr/MRMXm form to X86 for use by instructions which treat the 'reg' field of modrm byte as a don't care value. Will allow for simplification of disassembler code.
Bob Wilson
- [llvm] r201060 - Simplify a bunch of code by removing the need for the x86 disassembler table builder to know about extended opcodes. The modrm forms are sufficient to convey the information.
Craig Topper
- [llvm] r201061 - [AArch64]Implement the copy of two FPR8 registers by using FMOVss of two FPR32 registers in copyPhysReg.
Hao Liu
- [llvm] r201062 - [CMake] Re-apply r200765, "Get rid of llvm_config() to expand dependencies."
NAKAMURA Takumi
- [llvm] r201063 - [CMake] LLVMProcessSources.cmake: Prune add_file_dependencies to ${TABLEGEN_OUTPUT}.
NAKAMURA Takumi
- [llvm] r201064 - Revert r201059 and r201060.
Bob Wilson
- [llvm] r201065 - Recommit r201059 and r201060 with hopefully a fix for its original failure.
Craig Topper
- [llvm] r201066 - AVX-512: Fixed extract_vector_elt for v16i1 and v8i1 vectors.
Elena Demikhovsky
- [llvm] r201067 - [asan] support for FreeBSD, LLVM part. patch by Viktor Kutuzov
Kostya Serebryany
- [Mesa-dev] [PATCH] R600/SI: Add pattern for zero-extending i1 to i32
Tom Stellard
- [Mesa-dev] [PATCH] R600/SI: Fix fneg for 0.0
Tom Stellard
- [Mesa-dev] [PATCH] R600/SI: Fix fneg for 0.0
Michel Dänzer
- [Mesa-dev] [PATCH] R600/SI: Make sure M0 is always initialized when DS instructions are used
Michel Dänzer
- [Mesa-dev] [PATCH] R600/SI: Make sure M0 is always initialized when DS instructions are used
Tom Stellard
- [Mesa-dev] [PATCH] R600/SI: Make sure M0 is always initialized when DS instructions are used
Michel Dänzer
- [PATCH 1/1] R600: Enable vector fpow.
Tom Stellard
- [PATCH] [AArch64]Add code to copy FPR8 in CopyPhysReg
Jiangning Liu
- [PATCH] [AArch64] Add missing PCRel relocations for AArch64 in RuntimeDyldELF
Bradley Smith
- [PATCH] [AArch64] Add missing PCRel relocations for AArch64 in RuntimeDyldELF
Tim Northover
- [PATCH] [AArch64] Add missing PCRel relocations for AArch64 in RuntimeDyldELF
Bradley Smith
- [PATCH] [AArch64] Add missing PCRel relocations for AArch64 in RuntimeDyldELF
Amara Emerson
- [PATCH] [AArch64] Add missing PCRel relocations for AArch64 in RuntimeDyldELF
Kaylor, Andrew
- [PATCH] [AArch64] Add missing PCRel relocations for AArch64 in RuntimeDyldELF
Lang Hames
- [PATCH] [AArch64] Add missing PCRel relocations for AArch64 in RuntimeDyldELF
Tim Northover
- [PATCH] [AArch64] Add missing PCRel relocations for AArch64 in RuntimeDyldELF
Bradley Smith
- [PATCH][AArch64] Handle aliases of conditional branches without b.pred form.
Chad Rosier
- [PATCH][AArch64] Handle aliases of conditional branches without b.pred form.
Chad Rosier
- [PATCH][AArch64] Handle aliases of conditional branches without b.pred form.
Kristof Beyls
- [PATCH][AArch64] Handle aliases of conditional branches without b.pred form.
Chad Rosier
- [PATCH][AArch64] Handle aliases of conditional branches without b.pred form.
Tim Northover
- [PATCH][AArch64] Handle aliases of conditional branches without b.pred form.
Tim Northover
- [PATCH] [AArch64] Remove NEON from "generic" CPU target
Jiangning Liu
- [PATCH] [AArch64] Remove NEON from "generic" CPU target
Jiangning Liu
- [PATCH] [lld][core] sectionGroup support.
Shankar Kalpathi Easwaran
- [PATCH] [lld][core] sectionGroup support.
Simon Atanasyan
- [PATCH] [lld][core] sectionGroup support.
Shankar Kalpathi Easwaran
- [PATCH] [lld][core] sectionGroup support.
Shankar Kalpathi Easwaran
- [PATCH] [lld][core] sectionGroup support.
kledzik at apple.com
- [PATCH] [lld][core] sectionGroup support.
Shankar Kalpathi Easwaran
- [PATCH][RegAlloc] Add a last chance recoloring mechanism when everything else failed to find a register
Quentin Colombet
- [PATCH][RegAlloc] Add a last chance recoloring mechanism when everything else failed to find a register
Hal Finkel
- [PATCH][RegAlloc] Add a last chance recoloring mechanism when everything else failed to find a register
Jakob Stoklund Olesen
- [PATCH][RegAlloc] Add a last chance recoloring mechanism when everything else failed to find a register
Quentin Colombet
- [PATCH][RegAlloc] Add a last chance recoloring mechanism when everything else failed to find a register
Andrew Trick
- [PATCH][RegAlloc] Add a last chance recoloring mechanism when everything else failed to find a register
Hal Finkel
- [PATCH][RegAlloc] Add a last chance recoloring mechanism when everything else failed to find a register
Eric Christopher
- [PATCH][RegAlloc] Add a last chance recoloring mechanism when everything else failed to find a register
Hal Finkel
- [PATCH][RegAlloc] Add a last chance recoloring mechanism when everything else failed to find a register
Eric Christopher
- [PATCH][RegAlloc] Add a last chance recoloring mechanism when everything else failed to find a register
Quentin Colombet
- [PATCH][RegAlloc] Add a last chance recoloring mechanism when everything else failed to find a register
Quentin Colombet
- [PATCH][RegAlloc] Add a last chance recoloring mechanism when everything else failed to find a register
Hal Finkel
- [PATCH][RegAlloc] Add a last chance recoloring mechanism when everything else failed to find a register
Quentin Colombet
- [PATCH][RegAlloc] Add a last chance recoloring mechanism when everything else failed to find a register
Hal Finkel
- [PATCH][RegAlloc] Add a last chance recoloring mechanism when everything else failed to find a register
Quentin Colombet
- [PATCH][RegAlloc] Add a last chance recoloring mechanism when everything else failed to find a register
Hal Finkel
- [PATCH][RegAlloc] Add a last chance recoloring mechanism when everything else failed to find a register
Hal Finkel
- [PATCH][RegAlloc] Add a last chance recoloring mechanism when everything else failed to find a register
Quentin Colombet
- [PATCH] [RFC] Rewrite the way we generate debug locations for variables.
Alexey Samsonov
- [PATCH] [sanitizer] Implement ioctl decoding.
Sergey Matveev
- [PATCH] [sanitizer] Implement ioctl decoding.
Evgeniy Stepanov
- [PATCH] [sanitizer] Implement ioctl decoding.
Sergey Matveev
- [PATCH] [sanitizer] Implement ioctl decoding.
Evgeniy Stepanov
- [PATCH] [sanitizer] Implement ioctl decoding.
Sergey Matveev
- [PATCH] [sanitizer] Implement ioctl decoding.
Evgeniy Stepanov
- [PATCH] [sanitizer] Implement ioctl decoding.
Sergey Matveev
- [PATCH] [sanitizer] Implement ioctl decoding.
Evgeniy Stepanov
- [PATCH] [sanitizer] Implement ioctl decoding.
Sergey Matveev
- [PATCH][X86] Teach the backend how to lower vector shift left into multiply rather than scalarizing it.
Andrea Di Biagio
- [PATCH][X86] Teach the backend how to lower vector shift left into multiply rather than scalarizing it.
Jim Grosbach
- [PATCH][X86] Teach the backend how to lower vector shift left into multiply rather than scalarizing it.
Nadav Rotem
- [PATCH][X86] Teach the backend how to lower vector shift left into multiply rather than scalarizing it.
Andrea Di Biagio
- [PATCH][X86] Teach the backend how to lower vector shift left into multiply rather than scalarizing it.
Andrea Di Biagio
- [PATCH] AAPCS-VFP: Do not use any more VFP registers after allocating a CPRC to the stack
Oliver Stannard
- [PATCH] AAPCS-VFP: Do not use any more VFP registers after allocating a CPRC to the stack
Renato Golin
- [PATCH] AAPCS-VFP: Do not use any more VFP registers after allocating a CPRC to the stack
James Molloy
- [PATCH] AAPCS-VFP: Do not use any more VFP registers after allocating a CPRC to the stack
Renato Golin
- [PATCH] AAPCS-VFP: Do not use any more VFP registers after allocating a CPRC to the stack
Oliver Stannard
- [PATCH] AAPCS-VFP: Do not use any more VFP registers after allocating a CPRC to the stack
James Molloy
- [PATCH] AAPCS-VFP: Do not use any more VFP registers after allocating a CPRC to the stack
Renato Golin
- [PATCH] AAPCS-VFP: Do not use any more VFP registers after allocating a CPRC to the stack
Oliver Stannard
- [PATCH] Add address space argument to allowsUnalignedMemoryAccess.
Matt Arsenault
- [PATCH] Add a new pass to compute DWARF path discriminators.
Diego Novillo
- [PATCH] Add a new pass to compute DWARF path discriminators.
Rafael Ávila de Espíndola
- [PATCH] Add a new pass to compute DWARF path discriminators.
Diego Novillo
- [PATCH] Add a new pass to compute DWARF path discriminators.
Diego Novillo
- [PATCH] Add a new pass to compute DWARF path discriminators.
Diego Novillo
- [PATCH] Add a new pass to compute DWARF path discriminators.
Diego Novillo
- [PATCH] Add a note about using "Differential Revision:" in commit messages
Mark Seaborn
- [PATCH] Add a note about using "Differential Revision:" in commit messages
Manuel Klimek
- [PATCH] Add a note about using "Differential Revision:" in commit messages
Mark Seaborn
- [PATCH] Add a note about using "Differential Revision:" in commit messages
Mark Seaborn
- [PATCH] Add a note about using "Differential Revision:" in commit messages
Manuel Klimek
- [PATCH] Add CreatePointerBitCastOrAddrSpaceCast to IRBuilder and co.
Matt Arsenault
- [PATCH] Add NaCl target for Mips. Forbid indexed loads and stores if the target is NaCl.
Sasa Stankovic
- [PATCH] Add NaCl target for Mips. Forbid indexed loads and stores if the target is NaCl.
Mark Seaborn
- [PATCH] Add NaCl target for Mips. Forbid indexed loads and stores if the target is NaCl.
Petar Jovanovic
- [PATCH] Add NaCl target for Mips. Forbid indexed loads and stores if the target is NaCl.
Mark Seaborn
- [PATCH] Add NaCl target for Mips. Forbid indexed loads and stores if the target is NaCl.
Sasa Stankovic
- [PATCH] Add NaCl target for Mips. Forbid indexed loads and stores if the target is NaCl.
Sasa Stankovic
- [PATCH] Add NaCl target for Mips. Forbid indexed loads and stores if the target is NaCl.
Mark Seaborn
- [PATCH] Add NaCl target for Mips. Forbid indexed loads and stores if the target is NaCl.
Petar Jovanovic
- [PATCH] Add strchr(p, 0) -> p + strlen(p) to SimplifyLibCalls
Kai Nacke
- [PATCH] add supporting ASAN instrumentation on FreeBSD platform
Viktor Kutuzov
- [PATCH] add supporting ASAN instrumentation on FreeBSD platform
Kostya Serebryany
- [PATCH] add supporting ASAN instrumentation on FreeBSD platform
Kostya Serebryany
- [PATCH] Add TargetDesc re-factoring to OpenProjects
Renato Golin
- [Patch] Allow GVN to optimize load from aggregate stores
deadal nix
- [PATCH] Android test runner for ASan lit tests
Evgeniy Stepanov
- [PATCH] Android test runner for ASan lit tests
Evgeniy Stepanov
- [PATCH] Android test runner for ASan lit tests
Renato Golin
- [PATCH] ARM: change attribute tests to use parsed form
Saleem Abdulrasool
- [PATCH] ARM: change attribute tests to use parsed form
Renato Golin
- [PATCH] ARM: Resolve thumb_bl fixup in same MCFragment.
Logan Chien
- [PATCH] ARM: Resolve thumb_bl fixup in same MCFragment.
David Peixotto
- [PATCH] ARM: Resolve thumb_bl fixup in same MCFragment.
Renato Golin
- [PATCH] ARM: Resolve thumb_bl fixup in same MCFragment.
Logan Chien
- [PATCH] ARM: Resolve thumb_bl fixup in same MCFragment.
Logan Chien
- [PATCH] ARM: Resolve thumb_bl fixup in same MCFragment.
Renato Golin
- [PATCH] ARM: Resolve thumb_bl fixup in same MCFragment.
David Peixotto
- [PATCH] ARM: Resolve thumb_bl fixup in same MCFragment.
David Peixotto
- [PATCH] ARM: Resolve thumb_bl fixup in same MCFragment.
Renato Golin
- [PATCH] ARM: Resolve thumb_bl fixup in same MCFragment.
David Peixotto
- [PATCH] ARM: Resolve thumb_bl fixup in same MCFragment.
Logan Chien
- [PATCH] ARM: use relocation type tlsldo in debug info (PR18554)
Kai Nacke
- [PATCH] Build fix for lib/Support/Path.cpp
dmo2118 at gmail.com
- [PATCH] change llvm configure arc4random presence test to fix broken configuration
Todd Fiala
- [PATCH] change llvm configure arc4random presence test to fix broken configuration
Peter Collingbourne
- [PATCH] change llvm configure arc4random presence test to fix broken configuration
Todd Fiala
- [PATCH] change llvm configure arc4random presence test to fix broken configuration
Todd Fiala
- [PATCH] change llvm configure arc4random presence test to fix broken configuration
Peter Collingbourne
- [PATCH] change llvm configure arc4random presence test to fix broken configuration
Todd Fiala
- [PATCH] Compile time reduction for small programs.
Puyan Lotfi
- [PATCH] Compile time reduction for small programs.
Eric Christopher
- [PATCH] Compile time reduction for small programs.
Andrew Trick
- [PATCH] Compile time reduction for small programs.
Andrew Trick
- [PATCH] Compile time reduction for small programs.
Eric Christopher
- [PATCH] Compile time reduction for small programs.
Puyan Lotfi
- [PATCH] Compile time reduction for small programs.
Puyan Lotfi
- [PATCH] Compile time reduction for small programs.
Justin Bogner
- [PATCH] Compile time reduction for small programs.
Puyan Lotfi
- [PATCH] Compile time reduction for small programs.
Eric Christopher
- [PATCH] Compile time reduction for small programs.
Puyan Lotfi
- [PATCH] Compile time reduction for small programs.
Eric Christopher
- [PATCH] Compile time reduction for small programs.
Puyan Lotfi
- [PATCH] Compile time reduction for small programs.
Eric Christopher
- [PATCH] Compile time reduction for small programs.
Jakob Stoklund Olesen
- [PATCH] Compile time reduction for small programs.
Andrew Trick
- [PATCH] Compile time reduction for small programs.
Eric Christopher
- [PATCH] Compile time reduction for small programs.
Philip Reames
- [PATCH] Compile time reduction for small programs.
Puyan Lotfi
- [PATCH] Compile time reduction for small programs.
Puyan Lotfi
- [PATCH] Compile time reduction for small programs.
Jakob Stoklund Olesen
- [PATCH] Compile time reduction for small programs.
Puyan Lotfi
- [PATCH] Compile time reduction for small programs.
Jakob Stoklund Olesen
- [PATCH] Debug info: Support fragmented variables
Adrian Prantl
- [PATCH] Debug info: Support fragmented variables
David Blaikie
- [PATCH] Debug info: Support fragmented variables.
Adrian Prantl
- [PATCH] Debug info: Support fragmented variables.
David Blaikie
- [PATCH] Debug info: Support fragmented variables.
Adrian Prantl
- [PATCH] Debug info: Support fragmented variables.
Manman Ren
- [PATCH] Debug info: Support fragmented variables.
Adrian Prantl
- [PATCH] Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call
Daniel Sanders
- [PATCH] Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call
Daniel Sanders
- [PATCH] Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call
Rafael Ávila de Espíndola
- [PATCH] Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call
Daniel Sanders
- [PATCH] Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call
Daniel Sanders
- [PATCH] Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call
Rafael Ávila de Espíndola
- [PATCH] disabled switching ARM modes in inline asm
Rafael Espíndola
- [PATCH] disabled switching ARM modes in inline asm
Renato Golin
- [PATCH] Disable passes on optnone functions
Robinson, Paul
- [PATCH] Disable passes on optnone functions
Robinson, Paul
- [PATCH] Disable passes on optnone functions
Nick Lewycky
- [PATCH] Disable passes on optnone functions
Robinson, Paul
- [patch] Drop support for mangling unnamed globals
Rafael Espíndola
- [patch] Drop support for mangling unnamed globals
Chris Lattner
- [PATCH] Eliminate memcpy of undefined values
Patrick Walton
- [PATCH] Eliminate memcpy of undefined values
Patrick Walton
- [PATCH] Eliminate memcpy of undefined values
Nick Lewycky
- [PATCH] Eliminate memcpy of undefined values
Patrick Walton
- [PATCH] Eliminate memcpy of undefined values
Nick Lewycky
- [PATCH] Eliminate memcpy of undefined values
Chandler Carruth
- [PATCH] Emit DWARF info for all code section in an assembly file
Oliver Stannard
- [PATCH] Emit DWARF info for all code section in an assembly file
David Blaikie
- [PATCH] Emit DWARF info for all code section in an assembly file
Adrian Prantl
- [PATCH] Emit DWARF info for all code section in an assembly file
Eric Christopher
- [PATCH] Emit DWARF info for all code section in an assembly file
Adrian Prantl
- [PATCH] Emit DWARF info for all code section in an assembly file
Keith Walker
- [PATCH] Emit DWARF info for all code section in an assembly file
Oliver Stannard
- [PATCH] Emit DWARF info for all code section in an assembly file
Renato Golin
- [PATCH] Emit DWARF info for all code section in an assembly file
Keith Walker
- [PATCH] Emit DWARF info for all code section in an assembly file
Renato Golin
- [patch] fix -da-delinearize
Sebastian Pop
- [PATCH] Fix detection of devirtualized calls that have no users
Björn Steinbrink
- [PATCH] Fix detection of devirtualized calls that have no users
Nick Lewycky
- [PATCH] Fix detection of devirtualized calls that have no users
Björn Steinbrink
- [PATCH] Fix detection of devirtualized calls that have no users
Chandler Carruth
- [PATCH] Fix error in tablegen when second operand of an !if is an empty list.
Matt Arsenault
- [PATCH] Fix for PR 18573: AVX gather intrinsics access only memory based on argument
Robert Khasanov
- [PATCH] Fix for PR 18573: AVX gather intrinsics access only memory based on argument
Craig Topper
- [PATCH] Fix PR18345: ldr= pseudo instruction produces incorrect code when using in inline assembly
David Peixotto
- [PATCH] Fix PR4500 - Do not set permissions on include/
Greg Fitzgerald
- [PATCH] Fix TimeValue POSIX representation
Dmitri Gribenko
- [PATCH] Forbid the use of registers t6, t7 and t8 if the target is MIPS NaCl.
Sasa Stankovic
- [PATCH] Forbid the use of registers t6, t7 and t8 if the target is MIPS NaCl.
Eric Christopher
- [PATCH] Forbid the use of registers t6, t7 and t8 if the target is MIPS NaCl.
Mark Seaborn
- [PATCH] Forbid the use of registers t6, t7 and t8 if the target is MIPS NaCl.
Sasa Stankovic
- [PATCH] Forbid the use of registers t6, t7 and t8 if the target is MIPS NaCl.
Sasa Stankovic
- [PATCH] Forbid the use of registers t6, t7 and t8 if the target is MIPS NaCl.
Eric Christopher
- [PATCH] Forbid the use of registers t6, t7 and t8 if the target is MIPS NaCl.
Mark Seaborn
- [PATCH] Forbid the use of registers t6, t7 and t8 if the target is MIPS NaCl.
Sasa Stankovic
- [PATCH] Forbid the use of registers t6, t7 and t8 if the target is MIPS NaCl.
Mark Seaborn
- [PATCH] Forbid the use of registers t6, t7 and t8 if the target is MIPS NaCl.
Sasa Stankovic
- [PATCH] Forbid the use of registers t6, t7 and t8 if the target is MIPS NaCl.
Sasa Stankovic
- [PATCH] Generate DWARF stack frame information for ARM/Thumb functions [2nd attempt].
Keith Walker
- [PATCH] Generate DWARF stack frame information for ARM/Thumb functions [2nd attempt].
Renato Golin
- [PATCH] Generate DWARF stack frame information for ARM/Thumb functions [2nd attempt].
Keith Walker
- [PATCH] Generate DWARF stack frame information for ARM/Thumb functions [2nd attempt].
Renato Golin
- [PATCH] Generate DWARF stack frame information for ARM/Thumb functions [2nd attempt].
Saleem Abdulrasool
- [PATCH] Generate DWARF stack frame information for ARM/Thumb functions [2nd attempt].
Renato Golin
- [PATCH] Generate DWARF stack frame information for ARM/Thumb functions [2nd attempt].
Saleem Abdulrasool
- [PATCH] GlobalOpt: Apply fastcc to internal x86_thiscallcc functions
Reid Kleckner
- [PATCH] GlobalOpt: Apply fastcc to internal x86_thiscallcc functions
Rafael Espíndola
- [PATCH] GlobalOpt: Apply fastcc to internal x86_thiscallcc functions
Reid Kleckner
- [PATCH] GlobalOpt: Apply fastcc to internal x86_thiscallcc functions
Rafael Espíndola
- [Patch] Implement sys::Process::GetRandomNumber on Windows
Stephan Tolksdorf
- [Patch] Implement sys::Process::GetRandomNumber on Windows
Aaron Ballman
- [Patch] Implement sys::Process::GetRandomNumber on Windows
Stephan Tolksdorf
- [Patch] Implement sys::Process::GetRandomNumber on Windows
Aaron Ballman
- [Patch] Implement sys::Process::GetRandomNumber on Windows
Stephan Tolksdorf
- [Patch] Implement sys::Process::GetRandomNumber on Windows
Aaron Ballman
- [patch] It is 2014, lets assume assemblers support .loc :-)
Chris Lattner
- [patch] It is 2014, lets assume assemblers support .loc :-)
Rafael Espíndola
- [PATCH] Look through addrspacecasts when turning ptr comparisons into index comparisons.
Matt Arsenault
- [PATCH] Make addrspacecast (gep) do addrspacecast (gep) instead.
Matt Arsenault
- [PATCH] Make CloneFunction also clone debug info metadata
David Blaikie
- [PATCH] Minor improvements to scc_iterator
Duncan P. N. Exon Smith
- [PATCH] Minor improvements to scc_iterator
Mehdi Amini
- [PATCH] Minor improvements to scc_iterator
Duncan P. N. Exon Smith
- [PATCH] Minor improvements to scc_iterator
Mehdi Amini
- [PATCH] Move away sign extensions that get in the way of addressing mode
Quentin Colombet
- [PATCH] Move away sign extensions that get in the way of addressing mode
Jim Grosbach
- [PATCH] Move away sign extensions that get in the way of addressing mode
Quentin Colombet
- [PATCH] Move NearestCommonDominator class into common code.
Matt Arsenault
- [PATCH] Move NearestCommonDominator class into common code.
Rafael Ávila de Espíndola
- [PATCH] Move NearestCommonDominator class into common code.
Matt Arsenault
- [PATCH] Patch that implements %hi(sym1 - sym2) and %lo(sym1 - sym2) expressions for MIPS.
Sasa Stankovic
- [PATCH] Patch that implements %hi(sym1 - sym2) and %lo(sym1 - sym2) expressions for MIPS.
Mark Seaborn
- [PATCH] Patch that implements %hi(sym1 - sym2) and %lo(sym1 - sym2) expressions for MIPS.
Sasa Stankovic
- [PATCH] Patch that implements %hi(sym1 - sym2) and %lo(sym1 - sym2) expressions for MIPS.
Petar Jovanovic
- [PATCH] Prevent repetitive warnings for unrecognized processors and features (2nd attempt)
Artyom Skrobov
- [PATCH] Prevent repetitive warnings for unrecognized processors and features (2nd attempt)
David Blaikie
- [PATCH] Prevent repetitive warnings for unrecognized processors and features (2nd attempt)
Jim Grosbach
- [PATCH] Prevent repetitive warnings for unrecognized processors and features (2nd attempt)
Renato Golin
- [PATCH] Prevent repetitive warnings for unrecognized processors and features (2nd attempt)
David Blaikie
- [PATCH] Prevent repetitive warnings for unrecognized processors and features (2nd attempt)
Artyom Skrobov
- [PATCH] Prevent repetitive warnings for unrecognized processors and features (2nd attempt)
Renato Golin
- [PATCH] Prevent repetitive warnings for unrecognized processors and features (2nd attempt)
Jim Grosbach
- [PATCH] Prevent repetitive warnings for unrecognized processors and features (2nd attempt)
Renato Golin
- [PATCH] Prevent repetitive warnings for unrecognized processors and features (2nd attempt)
Jim Grosbach
- [PATCH] Prevent repetitive warnings for unrecognized processors and features (2nd attempt)
Renato Golin
- [PATCH] R600/SI: Add pattern for zero-extending i1 to i32
Michel Dänzer
- [PATCH] R600/SI: Add pattern for zero-extending i1 to i32
Mike Lothian
- [PATCH] R600/SI: Add preliminary support for flat address space
Matt Arsenault
- [PATCH] R600/SI: Add preliminary support for flat address space
Tom Stellard
- [PATCH] R600/SI: Add preliminary support for flat address space
Alex Deucher
- [PATCH] R600/SI: Add preliminary support for flat address space
Matt Arsenault
- [PATCH] R600/SI: Comparisons set vcc / scc
Tom Stellard
- [PATCH] R600/SI: Comparisons set vcc / scc
Matt Arsenault
- [PATCH] R600/SI: Custom select 64-bit ADD
Tom Stellard
- [PATCH] R600/SI: Custom select 64-bit ADD
Matt Arsenault
- [PATCH] R600/SI: Custom select 64-bit ADD
Tom Stellard
- [PATCH] R600/SI: Fix assertion on infinite loops.
Matt Arsenault
- [PATCH] R600/SI: Make sure M0 is always initialized when DS instructions are used
Tom Stellard
- [PATCH] R600: Implement isTruncateFree
Matt Arsenault
- [PATCH] Remove -arm-disable-ehabi flag
Renato Golin
- [PATCH] Remove -arm-disable-ehabi flag
Renato Golin
- [PATCH] Remove -arm-disable-ehabi flag
Anton Korobeynikov
- [PATCH] Remove -arm-disable-ehabi flag
Renato Golin
- [PATCH] Remove const_cast for STI when parsing inline asm
David Peixotto
- [PATCH] Remove const_cast for STI when parsing inline asm
Jim Grosbach
- [PATCH] Remove const_cast for STI when parsing inline asm
Greg Fitzgerald
- [PATCH] Remove const_cast for STI when parsing inline asm
David Peixotto
- [PATCH] Remove const_cast for STI when parsing inline asm
Jim Grosbach
- [PATCH] Remove const_cast for STI when parsing inline asm
Renato Golin
- [PATCH] Remove const_cast for STI when parsing inline asm
David Peixotto
- [PATCH] Remove const_cast for STI when parsing inline asm
Renato Golin
- [PATCH] Remove const_cast for STI when parsing inline asm
David Peixotto
- [PATCH] Schedule discriminators pass.
Diego Novillo
- [PATCH] SelectionDAG: Share ISD::MUL lowering code between the SelectionDAGLegalize and DAGTypeLegalizer
Tom Stellard
- [PATCH] SelectionDAG: Share ISD::MUL lowering code between the SelectionDAGLegalize and DAGTypeLegalizer
Hal Finkel
- [PATCH] SelectionDAG: Share ISD::MUL lowering code between the SelectionDAGLegalize and DAGTypeLegalizer
Owen Anderson
- [PATCH] Teach the DAGCombiner how to fold concat_vector nodes when the input is two BUILD_VECTOR nodes.
Robert Lougher
- [PATCH] Teach the DAGCombiner how to fold concat_vector nodes when the input is two BUILD_VECTOR nodes.
Bill Wendling
- [PATCH] Teach the DAGCombiner how to fold concat_vector nodes when the input is two BUILD_VECTOR nodes.
Robert Lougher
- [PATCH] Update users of allowsUnalignedMemoryAccesses to pass the address space
Matt Arsenault
- [PATCH] Update users of allowsUnalignedMemoryAccesses to pass the address space
Quentin Colombet
- [PATCH] Update users of allowsUnalignedMemoryAccesses to pass the address space
Matt Arsenault
- [PATCH] Use 16 byte stack alignment for NaCl on ARM, and fix a varargs bug
Mark Seaborn
- [PATCH] Use 16 byte stack alignment for NaCl on ARM, and fix a varargs bug
Chandler Carruth
- [PATCH] Use 16 byte stack alignment for NaCl on ARM, and fix a varargs bug
Renato Golin
- [PATCH] Use 16 byte stack alignment for NaCl on ARM, and fix a varargs bug
Renato Golin
- [PATCH] Use 16 byte stack alignment for NaCl on ARM, and fix a varargs bug
Stepan Dyatkovskiy
- [PATCH] Use 16 byte stack alignment for NaCl on ARM, and fix a varargs bug
Renato Golin
- [PATCH] Use 16 byte stack alignment for NaCl on ARM, and fix a varargs bug
Stepan Dyatkovskiy
- [PATCH] Use 16 byte stack alignment for NaCl on ARM, and fix a varargs bug
Renato Golin
- [PATCH] Use an 'l' prefix when an 'L' prefix would produce an invalid MachO
Rafael Ávila de Espíndola
- [PATCH] Use an 'l' prefix when an 'L' prefix would produce an invalid MachO
Rafael Espíndola
- [PATCH] Use an 'l' prefix when an 'L' prefix would produce an invalid MachO
Kostya Serebryany
- [PATCH] X86: add costs for 64-bit exts & truncs
Tim Northover
- [PATCH] X86: add costs for 64-bit exts & truncs
Arnold Schwaighofer
- [PATCH] X86: add costs for 64-bit exts & truncs
Nadav Rotem
- [PATCH] X86: add costs for 64-bit exts & truncs
Tim Northover
- [PATCH] X86: Allow pextr to use a memory destination
Adam Nemet
- [PATCH] X86: Allow pextr to use a memory destination
Jim Grosbach
- [PATCH] X86: deduplicate V[SZ]EXT_MOVL and V[SZ]EXT nodes
Tim Northover
- [PATCH] X86: deduplicate V[SZ]EXT_MOVL and V[SZ]EXT nodes
Nadav Rotem
- [PATCH] X86: deduplicate V[SZ]EXT_MOVL and V[SZ]EXT nodes
Nadav Rotem
- [PATCH] X86: deduplicate V[SZ]EXT_MOVL and V[SZ]EXT nodes
Jim Grosbach
- [PATCH] X86: deduplicate V[SZ]EXT_MOVL and V[SZ]EXT nodes
Tim Northover
- [PATCH v3] R600/SI: Fix fneg for 0.0
Michel Dänzer
- [PATCH v3] R600/SI: Fix fneg for 0.0
Tom Stellard
- [sanitizer] Handle TLS sizes for glibc < 2.13
Jakub Jelinek
- [sanitizer] Handle TLS sizes for glibc < 2.13
Kostya Serebryany
- [www] r200693 - Add confirmed sponsors (more to come, hopefully).
Tobias von Koch
- [www] r200694 - Fix HTML...
Tobias von Koch
- [www] r200802 - Link to Win snapshot build from r200696
Hans Wennborg
- [www] r200867 - no longer upcoming.
Chris Lattner
- [zorg] r200728 - Changed environment for builders
Galina Kistanova
- [zorg] r200813 - Removed builder clang-x86_64-darwin11-self-mingw32 temporally.
Galina Kistanova
- [zorg] r200912 - Remove old darwin 12 LNT tester
Tobias Grosser
- Improved Visual Studio debugging visualizers
Nikola Smiljanic
- Improved Visual Studio debugging visualizers
Aaron Ballman
- Improving support for CMake-based applications
Brad King
- Improving support for CMake-based applications
Greg Fitzgerald
- Improving support for CMake-based applications
Eric Christopher
- Improving support for CMake-based applications
Brad King
- Improving support for CMake-based applications
Eric Christopher
- Improving support for CMake-based applications
NAKAMURA Takumi
- LTO API: add lto_module_create_from_memory_with_path.
Manman Ren
- Optimize load from aggregate stores
deadal nix
- Optimize load from aggregate stores
Adrian Prantl
- Optimize load from aggregate stores
deadal nix
- PATCH: suppress warnings in llvm-link
Eli Bendersky
- PATCH: suppress warnings in llvm-link
Nadav Rotem
- PATCH: suppress warnings in llvm-link
Bill Wendling
- PATCH: suppress warnings in llvm-link
Eli Bendersky
- performance regression on sphereflake
Gerolf Hoflehner
- RegAllocGreedy behaves host-dependent (-mfpmath on i686)
NAKAMURA Takumi
- RegAllocGreedy behaves host-dependent (-mfpmath on i686)
Chandler Carruth
- RegAllocGreedy behaves host-dependent (-mfpmath on i686)
Jakob Stoklund Olesen
- RegAllocGreedy behaves host-dependent (-mfpmath on i686)
Rafael Espíndola
- RegAllocGreedy behaves host-dependent (-mfpmath on i686)
Chandler Carruth
- RegAllocGreedy behaves host-dependent (-mfpmath on i686)
Rafael Espíndola
- regression on Adobe-C++/loop_unroll
Gerolf Hoflehner
- regression on Adobe-C++/loop_unroll
Chandler Carruth
- regression on Adobe-C++/loop_unroll
Chandler Carruth
- regression on Adobe-C++/loop_unroll
Chandler Carruth
- regression on Adobe-C++/loop_unroll
Gerolf Hoflehner
- regression on Adobe-C++/loop_unroll
Chandler Carruth
- regression on Adobe-C++/loop_unroll
Chandler Carruth
- regression on Adobe-C++/loop_unroll
Evan Cheng
- regression on Adobe-C++/loop_unroll
Chandler Carruth
- Respect TargetLibraryInfo CustomNames in getAllocationData
Shea Levy
- Switch containing holes via table lookup
Jasper Neumann
- Trying to understand some relocation handling on Mach-O X86-64
Rafael Espíndola
- Trying to understand some relocation handling on Mach-O X86-64
Rafael Espíndola
- Trying to understand some relocation handling on Mach-O X86-64
Nick Kledzik
- Trying to understand some relocation handling on Mach-O X86-64
Rafael Espíndola
- Trying to understand some relocation handling on Mach-O X86-64
Nick Kledzik
- Trying to understand some relocation handling on Mach-O X86-64
Rafael Espíndola
Last message date:
Sun Feb 9 23:53:09 PST 2014
Archived on: Tue Aug 4 17:10:58 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).