The Week Of Monday 24 February 2014 Archives by subject
Starting: Mon Feb 24 00:15:42 PST 2014
Ending: Sun Mar 2 23:20:05 PST 2014
Messages: 1065
- [compiler-rt] r200464 - [msan] Intercept *getxattr and *listxattr.
Dmitri Gribenko
- [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
Dmitri Gribenko
- [compiler-rt] r201916 - Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++11."
Joerg Sonnenberger
- [compiler-rt] r201916 - Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++11."
Chandler Carruth
- [compiler-rt] r201916 - Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++11."
Joerg Sonnenberger
- [compiler-rt] r201916 - Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++11."
Chandler Carruth
- [compiler-rt] r202008 - tsan: fix compiler warning
Dmitry Vyukov
- [compiler-rt] r202008 - tsan: fix compiler warning
David Blaikie
- [compiler-rt] r202009 - [sanitizer] Interception macros for sanitizers on FreeBSD; patch by Viktor Kutuzov
Kostya Serebryany
- [compiler-rt] r202011 - AdjustStackSizeLinux() is used in Lsan, Tsan and Msan non-Linux-specific code so it seems it should have more generic name and moved to a common scope.
Kostya Serebryany
- [compiler-rt] r202013 - [asan] Avoid hardcoding library path in test binary.
Evgeniy Stepanov
- [compiler-rt] r202014 - [asan] Add a test for interceptors in shared libraries.
Evgeniy Stepanov
- [compiler-rt] r202016 - Revert r202014.
Evgeniy Stepanov
- [compiler-rt] r202021 - [CMake] Introduce COMPILER_RT_ENABLE_WERROR option
Alexey Samsonov
- [compiler-rt] r202022 - tsan: fix SIGRTMAX handling
Dmitry Vyukov
- [compiler-rt] r202023 - [CMake] Better support for COMPILER_RT_ENABLE_WERROR. Make sure compiler-rt libraries are build by 'make all' command
Alexey Samsonov
- [compiler-rt] r202025 - [asan] A test was reverted, but not "svn rm"-ed in r202016.
Evgeniy Stepanov
- [compiler-rt] r202026 - [tsan] one more test for deadlock detector
Kostya Serebryany
- [compiler-rt] r202033 - [asan] simplify the code that compute the shadow offset; get rid of two internal flags that allowed to override it. The tests pass, but still this change might break asan on some platform not covered by tests. If you see this, please submit a fix with a test.
Kostya Serebryany
- [compiler-rt] r202037 - [asan] Add a test for interceptors in shared libraries.
Evgeniy Stepanov
- [compiler-rt] r202037 - [asan] Add a test for interceptors in shared libraries.
Alexey Samsonov
- [compiler-rt] r202037 - [asan] Add a test for interceptors in shared libraries.
Alexander Potapenko
- [compiler-rt] r202037 - [asan] Add a test for interceptors in shared libraries.
Evgeniy Stepanov
- [compiler-rt] r202037 - [asan] Add a test for interceptors in shared libraries.
Alexey Samsonov
- [compiler-rt] r202037 - [asan] Add a test for interceptors in shared libraries.
Evgeniy Stepanov
- [compiler-rt] r202037 - [asan] Add a test for interceptors in shared libraries.
Alexey Samsonov
- [compiler-rt] r202037 - [asan] Add a test for interceptors in shared libraries.
Evgeniy Stepanov
- [compiler-rt] r202118 - [sanitizer] fix epoch handling in deadlock detector (before the fix, we could have had edges from locks in the previous epoch to locks in the current epoch)
Kostya Serebryany
- [compiler-rt] r202120 - [sanitizer] add support for try_lock in deadlock detector
Kostya Serebryany
- [compiler-rt] r202122 - Enable UBSan on FreeBSD. Patch by Viktor Kutuzov.
Alexey Samsonov
- [compiler-rt] r202122 - Enable UBSan on FreeBSD. Patch by Viktor Kutuzov.
Roman Divacky
- [compiler-rt] r202122 - Enable UBSan on FreeBSD. Patch by Viktor Kutuzov.
Alexey Samsonov
- [compiler-rt] r202122 - Enable UBSan on FreeBSD. Patch by Viktor Kutuzov.
Ivan A. Kosarev
- [compiler-rt] r202123 - [tsan] add deadlock detector tests for pthread_spin_lock
Kostya Serebryany
- [compiler-rt] r202124 - [asan] Fix for size_t in Asan's new and delete operators on x64 FreeBSD in 32-bit mode, only for FreeBSD <= 9.2; patch by Viktor Kutuzov
Kostya Serebryany
- [compiler-rt] r202128 - [sanitizer] partially support pthread_rwlock_* (no rd* form yet)
Kostya Serebryany
- [compiler-rt] r202132 - [sanitizer] support pthread_rwlock_rd* in deadlock detector
Kostya Serebryany
- [compiler-rt] r202144 - [ASan] Don't set rpath when building ASan runtime libraries.
Alexander Potapenko
- [compiler-rt] r202145 - Update sanitizers' bash scripts.
Alexey Samsonov
- [compiler-rt] r202145 - Update sanitizers' bash scripts.
Ed Maste
- [compiler-rt] r202145 - Update sanitizers' bash scripts.
Alexey Samsonov
- [compiler-rt] r202149 - [asan] Reenable waitid test on Android.
Evgeniy Stepanov
- [compiler-rt] r202153 - [sanitizer] minimal support for recursive locks indeadlock detector
Kostya Serebryany
- [compiler-rt] r202156 - [asan] Remove extra sonames from libraries in tests.
Evgeniy Stepanov
- [compiler-rt] r202223 - Remove 'tctx->name' from a logical statement since it is a pointer and always
Richard Trieu
- [compiler-rt] r202239 - [CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|PRIVATE).
NAKAMURA Takumi
- [compiler-rt] r202244 - Revert r201783 until all FreeBSD fixes are submitted.
Alexey Samsonov
- [compiler-rt] r202245 - [asan] Remove .sh extension from asan_device_setup.
Evgeniy Stepanov
- [compiler-rt] r202246 - [asan] asan_device_setup: fix a typo in usage text
Evgeniy Stepanov
- [compiler-rt] r202249 - [sanitizer] Add a flag to enable/disable report colorization.
Evgeniy Stepanov
- [compiler-rt] r202250 - [asan] Fix printing of long reports to logcat on Android.
Evgeniy Stepanov
- [compiler-rt] r202250 - [asan] Fix printing of long reports to logcat on Android.
Evgeniy Stepanov
- [compiler-rt] r202266 - [asan] remove UB (comparison of two unrelated pointers) from a test
Kostya Serebryany
- [compiler-rt] r202266 - [asan] remove UB (comparison of two unrelated pointers) from a test
David Blaikie
- [compiler-rt] r202266 - [asan] remove UB (comparison of two unrelated pointers) from a test
Kostya Serebryany
- [compiler-rt] r202267 - [ASan] Split interception-in-shared-lib-test.cc into two tests with platform-specific RUN commands.
Alexander Potapenko
- [compiler-rt] r202268 - Support 'q' length modifier in scanf/printf interceptors
Alexey Samsonov
- [compiler-rt] r202278 - tsan: fix deadlock detector test so that it does not force contention in runtime
Dmitry Vyukov
- [compiler-rt] r202296 - Emulate C99/C++11 __func__ for Visual C++.
Joerg Sonnenberger
- [compiler-rt] r202296 - Emulate C99/C++11 __func__ for Visual C++.
Reid Kleckner
- [compiler-rt] r202296 - Emulate C99/C++11 __func__ for Visual C++.
Joerg Sonnenberger
- [compiler-rt] r202296 - Emulate C99/C++11 __func__ for Visual C++.
Joerg Sonnenberger
- [compiler-rt] r202296 - Emulate C99/C++11 __func__ for Visual C++.
Reid Kleckner
- [compiler-rt] r202296 - Emulate C99/C++11 __func__ for Visual C++.
Reid Kleckner
- [compiler-rt] r202297 - Reapply r201910. MSVC gets __func__ defined explicitly, even though it
Joerg Sonnenberger
- [compiler-rt] r202297 - Reapply r201910. MSVC gets __func__ defined explicitly, even though it
Timur Iskhodzhanov
- [compiler-rt] r202297 - Reapply r201910. MSVC gets __func__ defined explicitly, even though it
Aaron Ballman
- [compiler-rt] r202297 - Reapply r201910. MSVC gets __func__ defined explicitly, even though it
Timur Iskhodzhanov
- [compiler-rt] r202297 - Reapply r201910. MSVC gets __func__ defined explicitly, even though it
Timur Iskhodzhanov
- [compiler-rt] r202297 - Reapply r201910. MSVC gets __func__ defined explicitly, even though it
Reid Kleckner
- [compiler-rt] r202297 - Reapply r201910. MSVC gets __func__ defined explicitly, even though it
Joerg Sonnenberger
- [compiler-rt] r202298 - Undef helper macros after using them.
Joerg Sonnenberger
- [compiler-rt] r202303 - Append -D__func__=__FUNCTION__ to SANITIZER_COMMON_CFLAGS
Reid Kleckner
- [compiler-rt] r202303 - Append -D__func__=__FUNCTION__ to SANITIZER_COMMON_CFLAGS
Reid Kleckner
- [compiler-rt] r202303 - Append -D__func__=__FUNCTION__ to SANITIZER_COMMON_CFLAGS
Alexey Samsonov
- [compiler-rt] r202353 - Move COMPILER_RT_HAS_FUNC check from r202303 to config-ix.cmake
Alexey Samsonov
- [compiler-rt] r202355 - Add accidentally removed -D
Alexey Samsonov
- [compiler-rt] r202356 - [CMake] Make sure add_compiler_rt_resource_file doesn't do unnecessary work
Alexey Samsonov
- [compiler-rt] r202358 - tsan: improve deadlock detector test
Dmitry Vyukov
- [compiler-rt] r202359 - [asan] Don't disable SEGV handler on Android by default.
Evgeniy Stepanov
- [compiler-rt] r202361 - tsan: add recursive deadlock detector benchmark
Dmitry Vyukov
- [compiler-rt] r202362 - [asan] Install asan_device_setup to bin/ when targetting Android.
Evgeniy Stepanov
- [compiler-rt] r202364 - [sanitizer] Sizes and layouts for sanitizers on FreeBSD.
Evgeniy Stepanov
- [compiler-rt] r202365 - tsan: fix internal deadlock detector for external deadlock detector
Dmitry Vyukov
- [compiler-rt] r202366 - tsan: add another deadlock detector benchmark
Dmitry Vyukov
- [compiler-rt] r202368 - tsan: fix deadlock detector lit test output
Dmitry Vyukov
- [compiler-rt] r202374 - [sanitizer] Fix iOS build.
Evgeniy Stepanov
- [compiler-rt] r202374 - [sanitizer] Fix iOS build.
Alexander Potapenko
- [compiler-rt] r202374 - [sanitizer] Fix iOS build.
Alexey Samsonov
- [compiler-rt] r202374 - [sanitizer] Fix iOS build.
Alexander Potapenko
- [compiler-rt] r202374 - [sanitizer] Fix iOS build.
Alexander Potapenko
- [compiler-rt] r202377 - Add CODE_OWNERS.TXT
Alexey Samsonov
- [compiler-rt] r202377 - Add CODE_OWNERS.TXT
Alexey Samsonov
- [compiler-rt] r202378 - Fix Howard's e-mail
Alexey Samsonov
- [compiler-rt] r202379 - tsan: 2 more deadlock detector benchmarks
Dmitry Vyukov
- [compiler-rt] r202380 - Add myself as a c-rt owner of ASan/Win
Timur Iskhodzhanov
- [compiler-rt] r202389 - [asan] *experimental* implementation of invalid-pointer-pair detector (finds when two unrelated pointers are compared or subtracted). This implementation has both false positives and false negatives and is not tuned for performance. A bug report for a proper implementation will follow.
Kostya Serebryany
- [compiler-rt] r202400 - tsan: intercept vfork
Dmitry Vyukov
- [compiler-rt] r202401 - [sanitizer] do not acquire a global mutex in deadlock detector when dealing with Unlock (it is essentially a thread-local operation)
Kostya Serebryany
- [compiler-rt] r202402 - Rewrite compiler-rt.llvm.org to make it relevant
Alexey Samsonov
- [compiler-rt] r202403 - tsan: work around known bug in libstdc++
Dmitry Vyukov
- [compiler-rt] r202405 - tsan: another attempt to fix the tls_get_addr crash
Dmitry Vyukov
- [compiler-rt] r202410 - [ASan] Make sure IOC_DIRMASK is undefined before redefining it.
Alexander Potapenko
- [compiler-rt] r202470 - tsan: add new line at the end of error message
Dmitry Vyukov
- [compiler-rt] r202472 - [CMake] Fix PR18987: discard /MD flag if we're adding /MT
Alexey Samsonov
- [compiler-rt] r202476 - [tsan] one more test for deadlock detector
Kostya Serebryany
- [compiler-rt] r202480 - [sanitizer] a test for recursive rwlock and deadlock detector (currently fails)
Kostya Serebryany
- [compiler-rt] r202484 - tsan: deflake test
Dmitry Vyukov
- [compiler-rt] r202485 - tsan: refactor deadlock detector
Dmitry Vyukov
- [compiler-rt] r202487 - [sanitizer] speedup deadlock detector for the case when we destroy a mutex that has never been locked
Kostya Serebryany
- [compiler-rt] r202492 - [sanitizer] speedup deadlock detector for the case when we acquire the first lock in a thread
Kostya Serebryany
- [compiler-rt] r202502 - tsan: prevent actual deadlock in deadlock detector test
Dmitry Vyukov
- [compiler-rt] r202503 - tsan: add include guards
Dmitry Vyukov
- [compiler-rt] r202504 - tsan: allow to force use of __libc_malloc in sanitizer_common
Dmitry Vyukov
- [compiler-rt] r202505 - tsan: add standalone deadlock detector
Dmitry Vyukov
- [compiler-rt] r202505 - tsan: add standalone deadlock detector
Alexey Samsonov
- [compiler-rt] r202505 - tsan: add standalone deadlock detector
Kostya Serebryany
- [compiler-rt] r202591 - Consistently use COMPILER_RT_ABI for all public symbols.
Joerg Sonnenberger
- [compiler-rt] r202592 - Avoid type pruning.
Joerg Sonnenberger
- [compiler-rt] r202593 - Move __clzti2 into 128bit fragment.
Joerg Sonnenberger
- [debuginfo-tests] r202319 - Relax testcase: Newer versions of LLDB don't necessarily print the "{" either.
Adrian Prantl
- [debuginfo-tests] r202415 - Relax testcase: Newer versions of LLDB don't necessarily print the "{".
Adrian Prantl
- [dragonegg] r202071 - Update for llvm api change.
Rafael Espindola
- [dragonegg] r202169 - Update for llvm api change.
Rafael Espindola
- [lld] r202039 - Don't assume that F_None is the default. It is about to change.
Rafael Espindola
- [lld] r202054 - Update for LLVM api change.
Rafael Espindola
- [lld] r202078 - Fix feature detection in lld's lit.cfg
Nico Rieck
- [lld] r202079 - [lld] Include reference kind in cycle detector debug output
Nico Rieck
- [lld] r202100 - [LinkerScript] parse OUTPUT_ARCH.
Shankar Easwaran
- [lld] r202101 - [test] use llvm-config to drive testing in assert mode/debug mode
Shankar Easwaran
- [lld] r202111 - [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Shankar Easwaran
- [lld] r202111 - [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Rui Ueyama
- [lld] r202111 - [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Shankar Easwaran
- [lld] r202111 - [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Rui Ueyama
- [lld] r202111 - [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Shankar Easwaran
- [lld] r202111 - [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Rui Ueyama
- [lld] r202111 - [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Rui Ueyama
- [lld] r202111 - [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Shankar Easwaran
- [lld] r202111 - [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Chandler Carruth
- [lld] r202111 - [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Rui Ueyama
- [lld] r202111 - [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Shankar Easwaran
- [lld] r202111 - [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Rui Ueyama
- [lld] r202111 - [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Shankar Easwaran
- [lld] r202111 - [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Rui Ueyama
- [lld] r202111 - [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Shankar Easwaran
- [lld] r202111 - [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Chandler Carruth
- [lld] r202111 - [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Shankar Easwaran
- [lld] r202111 - [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Rui Ueyama
- [lld] r202111 - [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Michael Spencer
- [lld] r202111 - [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Chandler Carruth
- [lld] r202111 - [LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Rui Ueyama
- [lld] r202113 - [COFF] Refactor .drectve section handling. No functionality change.
Rui Ueyama
- [lld] r202166 - [LinkerScript] parse OUTPUT_FORMAT : treat quotedStrings as identifier
Shankar Easwaran
- [lld] r202215 - [PECOFF] Fix DLLCharacteristics field.
Rui Ueyama
- [lld] r202217 - [PECOFF] Add a utility function to add DIR32 relocation.
Rui Ueyama
- [lld] r202235 - [CMake] Declare cmake_minimum_required() unconditionally.
NAKAMURA Takumi
- [lld] r202236 - lldReaderWriter: move LLVM_LINK_COMPONENTS. It seems Subdirectories don't depend on LLVMObject.
NAKAMURA Takumi
- [lld] r202239 - [CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|PRIVATE).
NAKAMURA Takumi
- [lld] r202241 - [CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to increase opportunity for parallel build.
NAKAMURA Takumi
- [lld] r202248 - [PECOFF] Emit Load Configuration and SEH Table for x86.
Rui Ueyama
- [lld] r202287 - [Mips] Exit from the class method as soon as possible.
Simon Atanasyan
- [lld] r202288 - [Mips] Use a correct number of bits when apply result of calculated relocation.
Simon Atanasyan
- [lld] r202289 - [Mips] Split reloc26 function into two parts - for processing local and
Simon Atanasyan
- [lld] r202289 - [Mips] Split reloc26 function into two parts - for processing local and
Hal Finkel
- [lld] r202289 - [Mips] Split reloc26 function into two parts - for processing local and
Simon Atanasyan
- [lld] r202290 - [Mips] Remove non-ASCII symbol from the comment.
Simon Atanasyan
- [lld] r202314 - [PECOFF] Add a test for /SAFESEH:NO.
Rui Ueyama
- [lld] r202322 - [PECOFF] Add a test for /SAFESEH:NO for non-x86 machine type.
Rui Ueyama
- [lld] r202350 - [Hexagon] Rename the header file.
Shankar Easwaran
- [lld] r202527 - [PECOFF] Set "Exception Table" field in PE32+ header.
Rui Ueyama
- [lld] r202550 - [PECOFF] Sort SEH table entries according to its value.
Rui Ueyama
- [lld] r202568 - [C++1y] Don't error if the user is enabling C++1y, which is *newer* than
Chandler Carruth
- [lld] r202623 - [C++11] Update LLD documentation to just refer to the LLVM documentation
Chandler Carruth
- [lld] r202623 - [C++11] Update LLD documentation to just refer to the LLVM documentation
Anton Korobeynikov
- [lld] r202623 - [C++11] Update LLD documentation to just refer to the LLVM documentation
Chandler Carruth
- [lld] r202626 - [C++11] Switch from LLVM_FINAL to just "final" now that all of LLVM is
Chandler Carruth
- [lld] r202627 - [C++11] Replace LLVM_OVERRIDE with just "override" now that we're all
Chandler Carruth
- [lld] r202638 - Fix a typo spotted by Anton.
Chandler Carruth
- [lld] r202645 - [C++11] Work around an incompatibility between llvm::tie and std::tie.
Benjamin Kramer
- [lld] r202645 - [C++11] Work around an incompatibility between llvm::tie and std::tie.
Hal Finkel
- [lld] r202645 - [C++11] Work around an incompatibility between llvm::tie and std::tie.
Benjamin Kramer
- [lld] r202679 - [C++11] Add #include's for OwningPtr.
Ahmed Charles
- [llvm] r197438 - Add warning capabilities in LLVM.
Eric Christopher
- [llvm] r200530 - [vectorizer] Tweak the way we do small loop runtime unrolling in the
Tobias Grosser
- [llvm] r200858 - Revert "Fix an invalid check for duplicate option categories."
Alexander Kornienko
- [llvm] r201190 - Reapply r201180 with an additional error path.
Eric Christopher
- [llvm] r201190 - Reapply r201180 with an additional error path.
Adrian Prantl
- [llvm] r201827 - Rename many DataLayout variables from TD to DL.
Sean Silva
- [llvm] r201904 - [Stackmaps] Move the target-independent frame index elimination for stackmaps and patchpoints into target-specific code.
Philip Reames
- [llvm] r201904 - [Stackmaps] Move the target-independent frame index elimination for stackmaps and patchpoints into target-specific code.
Juergen Ributzka
- [llvm] r201904 - [Stackmaps] Move the target-independent frame index elimination for stackmaps and patchpoints into target-specific code.
Philip Reames
- [llvm] r201921 - Use relative rpath so that the installation and build dirs are relocatable.
Alexander Potapenko
- [llvm] r201921 - Use relative rpath so that the installation and build dirs are relocatable.
Alexey Samsonov
- [llvm] r201921 - Use relative rpath so that the installation and build dirs are relocatable.
Rafael Espíndola
- [llvm] r201921 - Use relative rpath so that the installation and build dirs are relocatable.
Alexander Potapenko
- [llvm] r201921 - Use relative rpath so that the installation and build dirs are relocatable.
David Fang
- [llvm] r201921 - Use relative rpath so that the installation and build dirs are relocatable.
Rafael Espíndola
- [llvm] r201921 - Use relative rpath so that the installation and build dirs are relocatable.
David Fang
- [llvm] r201921 - Use relative rpath so that the installation and build dirs are relocatable.
Rafael Espíndola
- [llvm] r201921 - Use relative rpath so that the installation and build dirs are relocatable.
David Fang
- [llvm] r201921 - Use relative rpath so that the installation and build dirs are relocatable.
Rafael Espíndola
- [llvm] r201940 - MC: Support COFF string tables larger than 10MB
Brad Smith
- [llvm] r201940 - MC: Support COFF string tables larger than 10MB
Rui Ueyama
- [llvm] r201940 - MC: Support COFF string tables larger than 10MB
Nico Rieck
- [llvm] r202015 - AVX-512: Fixed encoding of VPCMPEQ and VPCMPGT
Elena Demikhovsky
- [llvm] r202024 - Add AArch64 big endian Target (aarch64_be)
Christian Pirker
- [llvm] r202024 - Add AArch64 big endian Target (aarch64_be)
Renato Golin
- [llvm] r202033 - [asan] simplify the code that compute the shadow offset; get rid of two internal flags that allowed to override it. The tests pass, but still this change might break asan on some platform not covered by tests. If you see this, please submit a fix with a test.
Kostya Serebryany
- [llvm] r202034 - [asan] remove test that should have been removed in r202033
Kostya Serebryany
- [llvm] r202041 - [CMake] Remove dependency on non-existing profile_rt-shared. Patch by Brad King.
Alexey Samsonov
- [llvm] r202042 - Don't make F_None the default.
Rafael Espindola
- [llvm] r202049 - For lcov tests, don't Xfail mips littl endian (mipsel-... and mip64el-...)
Reed Kotler
- [llvm] r202050 - Fix windows unittest I missed in the raw_fd_ostream constructor change.
Rafael Espindola
- [llvm] r202051 - LTO: Add the loop vectorizer to the LTO pipeline.
Arnold Schwaighofer
- [llvm] r202052 - Replace the F_Binary flag with a F_Text one.
Rafael Espindola
- [llvm] r202057 - Add a dwarf number to the Y register.
Roman Divacky
- [llvm] r202057 - Add a dwarf number to the Y register.
Rafael Espíndola
- [llvm] r202065 - [X86][SchedModel] Add missing scheduling model for SSE related instructions.
Quentin Colombet
- [llvm] r202067 - SLPVectorizer: Try vectorizing 'splat' stores
Arnold Schwaighofer
- [llvm] r202067 - SLPVectorizer: Try vectorizing 'splat' stores
Hal Finkel
- [llvm] r202067 - SLPVectorizer: Try vectorizing 'splat' stores
Arnold
- [llvm] r202073 - Trivial code simplification
Matt Arsenault
- [llvm] r202074 - Add missing const
Matt Arsenault
- [llvm] r202075 - Fix DOT4 missing from getTargetOpcodeName
Matt Arsenault
- [llvm] r202076 - R600: Make check clearer.
Matt Arsenault
- [llvm] r202077 - R600/SI - Add new CI arithmetic instructions.
Matt Arsenault
- [llvm] r202080 - Fix unused variable
Matt Arsenault
- [llvm] r202082 - Disable an MCJIT test on older Darwins until we have a better interface.
Andrew Trick
- [llvm] r202083 - llvm-objdump: Do not attempt to disassemble symbols outside of section
Simon Atanasyan
- [llvm] r202084 - trivial test commit
Albrecht Kadlec
- [llvm] r202085 - Permit CMAKE_INSTALL_RPATH to be set on command line
Bernard Ogden
- [llvm] r202085 - Permit CMAKE_INSTALL_RPATH to be set on command line
Bernard Ogden
- [llvm] r202085 - Permit CMAKE_INSTALL_RPATH to be set on command line
Rafael Espíndola
- [llvm] r202085 - Permit CMAKE_INSTALL_RPATH to be set on command line
Bernard Ogden
- [llvm] r202087 - Make some DataLayout pointers const.
Rafael Espindola
- [llvm] r202091 - llvm-dwarfdump: Support for debug_line.dwo section for file names for type units under fission.
David Blaikie
- [llvm] r202092 - [SROA] Fix another instability in SROA with respect to the slice
Chandler Carruth
- [llvm] r202092 - [SROA] Fix another instability in SROA with respect to the slice
Tobias Grosser
- [llvm] r202092 - [SROA] Fix another instability in SROA with respect to the slice
Renato Golin
- [llvm] r202092 - [SROA] Fix another instability in SROA with respect to the slice
Chandler Carruth
- [llvm] r202092 - [SROA] Fix another instability in SROA with respect to the slice
Renato Golin
- [llvm] r202096 - Indent this continued line.
Nick Lewycky
- [llvm] r202102 - Add some convenience accessors for the underlying Use of an operand.
Chandler Carruth
- [llvm] r202103 - [SROA] Use a more direct way of determining whether we are processing
Chandler Carruth
- [llvm] r202106 - [SROA] Add a debugging tool which shuffles the slices sequence prior to
Chandler Carruth
- [llvm] r202107 - Fix typos
Alp Toker
- [llvm] r202119 - Silence GCC warning
Alexey Samsonov
- [llvm] r202119 - Silence GCC warning
David Blaikie
- [llvm] r202119 - Silence GCC warning
Alexey Samsonov
- [llvm] r202125 - Add aarch64 to config.guess
Renato Golin
- [llvm] r202126 - Ignore old JIT tests in AARch64 - CMake style
Renato Golin
- [llvm] r202127 - Disable old JIT unittests for AARch64
Renato Golin
- [llvm] r202129 - [SROA] Fix a *glaring* bug in r202091: you have to actually *write*
Chandler Carruth
- [llvm] r202130 - Reuse constants for COFF string table entry offsets
Nico Rieck
- [llvm] r202134 - [SROA] Adjust to new clang-format style.
Chandler Carruth
- [llvm] r202135 - [SROA] Simplify some of the logic to dig out the old pointer value by
Chandler Carruth
- [llvm] r202136 - [SROA] Rather than copying the logic for building a name prefix into the
Chandler Carruth
- [llvm] r202139 - [SROA] Thread the ability to add a pointer-specific name prefix through
Chandler Carruth
- [llvm] r202140 - [SROA] Use the original load name with the SROA-prefixed IRB rather than
Chandler Carruth
- [llvm] r202155 - Make a few more DataLayout variables const.
Rafael Espindola
- [llvm] r202157 - Factor out calls to AA.getDataLayout().
Rafael Espindola
- [llvm] r202163 - [XCore] Prefer to word align functions.
Richard Osborne
- [llvm] r202165 - Keep the link register for uwtable.
Logan Chien
- [llvm] r202168 - Make DataLayout a plain object, not a pass.
Rafael Espindola
- [llvm] r202171 - [XCore] Add intrinsic for EDU (event disable unconditional) instruction.
Richard Osborne
- [llvm] r202172 - [XCore] Add intrinsic for CLRPT (clear port time) instruction.
Richard Osborne
- [llvm] r202184 - Debug info: Support variadic functions.
Adrian Prantl
- [llvm] r202186 - Remove outdated comments.
Manman Ren
- [llvm] r202187 - Revert "Debug info: Support variadic functions."
Adrian Prantl
- [llvm] r202188 - Debug info: Support variadic functions.
Adrian Prantl
- [llvm] r202188 - Debug info: Support variadic functions.
Eric Christopher
- [llvm] r202188 - Debug info: Support variadic functions.
Eric Christopher
- [llvm] r202188 - Debug info: Support variadic functions.
Adrian Prantl
- [llvm] r202188 - Debug info: Support variadic functions.
Eric Christopher
- [llvm] r202188 - Debug info: Support variadic functions.
Robinson, Paul
- [llvm] r202188 - Debug info: Support variadic functions.
Adrian Prantl
- [llvm] r202190 - Store a DataLayout in Module.
Rafael Espindola
- [llvm] r202190 - Store a DataLayout in Module.
Philip Reames
- [llvm] r202190 - Store a DataLayout in Module.
Rafael Espíndola
- [llvm] r202191 - Don't try to set a dummy DataLayout. It is parsed now.
Rafael Espindola
- [llvm] r202192 - Account for 128-bit integer operations in PPCCTRLoops
Hal Finkel
- [llvm] r202193 - [SROA] Add an off-by-default *strict* inbounds check to SROA. I had SROA
Chandler Carruth
- [llvm] r202194 - R600/SI: Custom select 64-bit ADD
Tom Stellard
- [llvm] r202195 - R600: Don't unconditionally unroll loops with private memory accesses
Tom Stellard
- [llvm] r202196 - [reassociate] Switch two std::sort calls into std::stable_sort calls as
Chandler Carruth
- [llvm] r202198 - Fix resetting the DataLayout in a Module.
Rafael Espindola
- [llvm] r202199 - Address review comments for r202188.
Adrian Prantl
- [llvm] r202199 - Address review comments for r202188.
Eric Christopher
- [llvm] r202199 - Address review comments for r202188.
Adrian Prantl
- [llvm] r202199 - Address review comments for r202188.
Eric Christopher
- [llvm] r202199 - Address review comments for r202188.
Justin Bogner
- [llvm] r202199 - Address review comments for r202188.
Adrian Prantl
- [llvm] r202199 - Address review comments for r202188.
Justin Bogner
- [llvm] r202201 - DwarfDebug: Avoid emitting an empty debug_aranges section when aranges are disabled
David Blaikie
- [llvm] r202201 - DwarfDebug: Avoid emitting an empty debug_aranges section when aranges are disabled
Eric Christopher
- [llvm] r202202 - Attempt to unbreak an MSVC buildbot by switching to %llc_dwarf.
Adrian Prantl
- [llvm] r202204 - Use DataLayout from the module when easily available.
Rafael Espindola
- [llvm] r202206 - fix crash in SmallDenseMap copy constructor
Duncan P. N. Exon Smith
- [llvm] r202207 - Add DIUnspecifiedParameter, so we can pretty-print it.
Adrian Prantl
- [llvm] r202207 - Add DIUnspecifiedParameter, so we can pretty-print it.
Eric Christopher
- [llvm] r202209 - Exception handling docs: Describe landingpad clauses' meanings in more detail
Mark Seaborn
- [llvm] r202210 - Simplify base64 routine a bit.
Rui Ueyama
- [llvm] r202210 - Simplify base64 routine a bit.
Nico Rieck
- [llvm] r202213 - Constify the Optnone checks in IR passes.
Paul Robinson
- [llvm] r202218 - Delete two declared overloads of CallInst::CallInst that are never defined or used. No functionality change.
Nick Lewycky
- [llvm] r202220 - Formatting fixups.
Eric Christopher
- [llvm] r202221 - 80-col.
Eric Christopher
- [llvm] r202222 - Remove spurious emacs major mode marker, these should only go on .h files.
Nick Lewycky
- [llvm] r202224 - [SROA] Fix PR18615 with some long overdue simplifications to the bounds
Chandler Carruth
- [llvm] r202224 - [SROA] Fix PR18615 with some long overdue simplifications to the bounds
Chandler Carruth
- [llvm] r202225 - Use StringRef in raw_fd_ostream constructor
Ben Langmuir
- [llvm] r202225 - Use StringRef in raw_fd_ostream constructor
Alp Toker
- [llvm] r202225 - Use StringRef in raw_fd_ostream constructor
Ben Langmuir
- [llvm] r202225 - Use StringRef in raw_fd_ostream constructor
Ben Langmuir
- [llvm] r202225 - Use StringRef in raw_fd_ostream constructor
Alp Toker
- [llvm] r202225 - Use StringRef in raw_fd_ostream constructor
David Blaikie
- [llvm] r202225 - Use StringRef in raw_fd_ostream constructor
Ben Langmuir
- [llvm] r202225 - Use StringRef in raw_fd_ostream constructor
Alp Toker
- [llvm] r202227 - [SROA] Compute the New{Begin, End}Offset values once for each alloca
Chandler Carruth
- [llvm] r202228 - [SROA] Use the members for New{Begin, End}Offset in the rewrite helpers
Chandler Carruth
- [llvm] r202229 - [SROA] Use NewOffsetBegin in the unsplit case for memset merely for
Chandler Carruth
- [llvm] r202230 - [SROA] Simplify the computing of alignment: we only ever need the
Chandler Carruth
- [llvm] r202231 - [SROA] Yet another slight refactoring that simplifies an API in the
Chandler Carruth
- [llvm] r202232 - [SROA] The original refactoring inspired by the addrspace patch in
Chandler Carruth
- [llvm] r202233 - [x86] Simplify disassembler code slightly.
Craig Topper
- [llvm] r202234 - [x86] Remove some unused instruction format classes.
Craig Topper
- [llvm] r202238 - [CMake] Use LINK_LIBS instead of target_link_libraries().
NAKAMURA Takumi
- [llvm] r202239 - [CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|PRIVATE).
NAKAMURA Takumi
- [llvm] r202240 - [x86] Add same itinerary to SYSEXIT64 as SYSEXIT for consistency.
Craig Topper
- [llvm] r202241 - [CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to increase opportunity for parallel build.
NAKAMURA Takumi
- [llvm] r202242 - [SROA] Split the alignment computation complete for the memcpy rewriting
Chandler Carruth
- [llvm] r202247 - [SROA] Teach SROA how to handle pointers from address spaces other than
Chandler Carruth
- [llvm] r202251 - Add two helpers to IRBuilder to flesh the interface out to N-width
Chandler Carruth
- [llvm] r202252 - [SROA] Use the correct index integer size in GEPs through non-default
Chandler Carruth
- [llvm] r202253 - [mips] Treat -mcpu=generic the same way as an empty CPU string.
Daniel Sanders
- [llvm] r202256 - Stop test/CodeGen/ARM/a15.ll targetting non-ARM targets.
Daniel Sanders
- [llvm] r202257 - ARMv8 IfConversion must skip narrow instructions that a) define CPSR and b) wouldn't affect CPSR in an IT block
Artyom Skrobov
- [llvm] r202258 - AArch64: simplify tbl/tbx polymorphism
Tim Northover
- [llvm] r202260 - [CMake] Move LLVMBUILD_LIB_DEPS stuff from add_llvm_library (and LLVm-Config) to llvm_add_library to centralize target_link_libraries.
NAKAMURA Takumi
- [llvm] r202261 - [CMake] Work around to use target_link_libraries(PUBLIC) in BUILD_SHARED_LIBS mode.
NAKAMURA Takumi
- [llvm] r202262 - Ensure bitcode encoding of instructions and their operands stays stable.
Michael Kuperstein
- [llvm] r202263 - [CMake] BUILD_SHARED_LIBS: Fixup for r202261: Give PULIC to system_libs in LLVMSupport.
NAKAMURA Takumi
- [llvm] r202264 - Move getELFDynamicSymbolIterators to a public header.
Alexey Samsonov
- [llvm] r202264 - Move getELFDynamicSymbolIterators to a public header.
Rafael Espíndola
- [llvm] r202264 - Move getELFDynamicSymbolIterators to a public header.
Alexey Samsonov
- [llvm] r202264 - Move getELFDynamicSymbolIterators to a public header.
Rafael Espíndola
- [llvm] r202264 - Move getELFDynamicSymbolIterators to a public header.
Alexey Samsonov
- [llvm] r202264 - Move getELFDynamicSymbolIterators to a public header.
Rafael Espíndola
- [llvm] r202265 - llvm-symbolizer: use dynamic symbol table if the regular one is stripped.
Alexey Samsonov
- [llvm] r202273 - Fix PR18165: LSR must avoid scaling factors that exceed the limit on truncated use.
Andrew Trick
- [llvm] r202274 - Move these functions out of line. A DenseMap lookup is not a simple operation.
Rafael Espindola
- [llvm] r202275 - Use a sorted array to store the information about a few address spaces.
Rafael Espindola
- [llvm] r202276 - Compare DataLayout by Value, not by pointer.
Rafael Espindola
- [llvm] r202277 - Fix typo. Thanks to Roman Divacky for noticing it.
Rafael Espindola
- [llvm] r202283 - Use count 0.
Rafael Espindola
- [llvm] r202283 - Use count 0.
Juergen Ributzka
- [llvm] r202283 - Use count 0.
Eric Christopher
- [llvm] r202286 - Use the overloaded std::abs rather than C's abs(int) to address Clang's -Wabsolute-value
David Blaikie
- [llvm] r202291 - Fix broken FileCheck prefix
Nico Rieck
- [llvm] r202292 - Relax COFF string table check
Nico Rieck
- [llvm] r202293 - GlobalOpt: Apply fastcc to internal x86_thiscallcc functions
Reid Kleckner
- [llvm] r202294 - Fix the aggressive anti-dep breaker's subregister definition handling
Hal Finkel
- [llvm] r202295 - Silencing an MSVC signed comparison warning.
Aaron Ballman
- [llvm] r202295 - Silencing an MSVC signed comparison warning.
David Blaikie
- [llvm] r202295 - Silencing an MSVC signed comparison warning.
Aaron Ballman
- [llvm] r202295 - Silencing an MSVC signed comparison warning.
David Blaikie
- [llvm] r202295 - Silencing an MSVC signed comparison warning.
Aaron Ballman
- [llvm] r202295 - Silencing an MSVC signed comparison warning.
David Blaikie
- [llvm] r202295 - Silencing an MSVC signed comparison warning.
Aaron Ballman
- [llvm] r202295 - Silencing an MSVC signed comparison warning.
Reid Kleckner
- [llvm] r202295 - Silencing an MSVC signed comparison warning.
Aaron Ballman
- [llvm] r202299 - Don't mix the plain and keyword signatures of target_link_libraries.
Rafael Espindola
- [llvm] r202301 - Lower unsigned vsetcc to psubus in certain cases
Quentin Colombet
- [llvm] r202302 - Use an install name dir of @executable_path/../lib instead of @rpath.
Rafael Espindola
- [llvm] r202304 - Add a limit to the heuristic that register allocates instructions in local order.
Andrew Trick
- [llvm] r202304 - Add a limit to the heuristic that register allocates instructions in local order.
Renato Golin
- [llvm] r202304 - Add a limit to the heuristic that register allocates instructions in local order.
Renato Golin
- [llvm] r202304 - Add a limit to the heuristic that register allocates instructions in local order.
Andrew Trick
- [llvm] r202304 - Add a limit to the heuristic that register allocates instructions in local order.
Renato Golin
- [llvm] r202304 - Add a limit to the heuristic that register allocates instructions in local order.
Andrew Trick
- [llvm] r202308 - Fix broken FileCheck prefixes
Nico Rieck
- [llvm] r202310 - Very temporarily XFAILing a test. Will be fixed shortly.
Andrew Trick
- [llvm] r202312 - R600: Remove unnecessary build_vector pattern.
Matt Arsenault
- [llvm] r202313 - Debug info: Refactor AsmPrinter::EmitDwarfRegOp to make the control flow
Adrian Prantl
- [llvm] r202315 - Use regnum regex in an XCore test case.
Andrew Trick
- [llvm] r202316 - Remove unnecessary llvm:: qualification.
Eric Christopher
- [llvm] r202317 - Fix a type error that crept into r202313.
Adrian Prantl
- [llvm] r202317 - Fix a type error that crept into r202313.
Eric Christopher
- [llvm] r202318 - Grammar and spelling.
Eric Christopher
- [llvm] r202321 - Add an explanatory comment.
Eric Christopher
- [llvm] r202323 - Formatting.
Eric Christopher
- [llvm] r202332 - Add a debug info code generation level to the compile unit metadata
Eric Christopher
- [llvm] r202332 - Add a debug info code generation level to the compile unit metadata
David Blaikie
- [llvm] r202332 - Add a debug info code generation level to the compile unit metadata
Manman Ren
- [llvm] r202332 - Add a debug info code generation level to the compile unit metadata
David Blaikie
- [llvm] r202332 - Add a debug info code generation level to the compile unit metadata
Manman Ren
- [llvm] r202332 - Add a debug info code generation level to the compile unit metadata
David Blaikie
- [llvm] r202333 - If we're only emitting line tables for a particular CU then don't add
Eric Christopher
- [llvm] r202333 - If we're only emitting line tables for a particular CU then don't add
David Blaikie
- [llvm] r202333 - If we're only emitting line tables for a particular CU then don't add
Eric Christopher
- [llvm] r202333 - If we're only emitting line tables for a particular CU then don't add
Eric Christopher
- [llvm] r202336 - R600/SI: Allow SI_KILL for geometry shaders
Michel Danzer
- [llvm] r202337 - R600/SI: Optimize SI_KILL for constant operands
Michel Danzer
- [llvm] r202338 - Revert "Use StringRef in raw_fd_ostream constructor"
Ben Langmuir
- [llvm] r202341 - Revert "Use count 0."
Juergen Ributzka
- [llvm] r202341 - Revert "Use count 0."
Rafael Espíndola
- [llvm] r202341 - Revert "Use count 0."
Juergen Ributzka
- [llvm] r202342 - Fix odd indentation.
Craig Topper
- [llvm] r202344 - Fix indentation.
Craig Topper
- [llvm] r202345 - [X86] Add RAX/EAX/AX/AL Uses/Defs to the absolute memory location move instructions. Patch by Florian Lukas with some additional instructions fixed by me. Fixes PR18975.
Craig Topper
- [llvm] r202347 - [X86] Add RAX/EAX/AX Uses/Defs to XCHG RAX/EAX/AX instructions.
Craig Topper
- [llvm] r202348 - [X86] Fix Uses/Defs lists for INS, OUTS, SCAS, CMPS, LODS
Craig Topper
- [llvm] r202354 - Exception handling docs: Fix a typo
Mark Seaborn
- [llvm] r202357 - Don't emit anything into the debug_ranges section if we aren't emitting
Eric Christopher
- [llvm] r202357 - Don't emit anything into the debug_ranges section if we aren't emitting
David Blaikie
- [llvm] r202363 - [CMake] Introduce LLVM_BUILD_EXTERNAL_COMPILER_RT option
Alexey Samsonov
- [llvm] r202369 - Stop test/CodeGen/X86/v4i32load-crash.ll targeting non-X86-64 targets.
Daniel Sanders
- [llvm] r202370 - [docs] Delete tons of bad information in the requirements section of the
Chandler Carruth
- [llvm] r202371 - [docs] Switch to the incredibly simpler "simple table" form. It now
Chandler Carruth
- [llvm] r202371 - [docs] Switch to the incredibly simpler "simple table" form. It now
Sean Silva
- [llvm] r202372 - [docs] Switch this table to the simple form as well. No content changed.
Chandler Carruth
- [llvm] r202373 - [docs] Clean up some of the required software to not mention irrelevant
Chandler Carruth
- [llvm] r202373 - [docs] Clean up some of the required software to not mention irrelevant
Sean Silva
- [llvm] r202375 - [docs] Actually spell out the new version requirements for the host C++
Chandler Carruth
- [llvm] r202389 - [asan] *experimental* implementation of invalid-pointer-pair detector (finds when two unrelated pointers are compared or subtracted). This implementation has both false positives and false negatives and is not tuned for performance. A bug report for a proper implementation will follow.
Kostya Serebryany
- [llvm] r202390 - [asan] disable asan-detect-invalid-pointer-pair (was enabled by mistake)
Kostya Serebryany
- [llvm] r202391 - [asan] fix a pair of silly typos
Kostya Serebryany
- [llvm] r202393 - [XCore] Provide information about known zero bits of resource instructions.
Richard Osborne
- [llvm] r202394 - [XCore] Add dag combines for instructions that ignore some input bits.
Richard Osborne
- [llvm] r202395 - [XCore] Target optimized library function __memcpy_4()
Richard Osborne
- [llvm] r202396 - [XCore] Make LowerCallResult a static function.
Richard Osborne
- [llvm] r202397 - [XCore] Support functions returning more than 4 words.
Richard Osborne
- [llvm] r202397 - [XCore] Support functions returning more than 4 words.
Richard Osborne
- [llvm] r202398 - Revert r202396, r202397.
Richard Osborne
- [llvm] r202404 - Re-apply r200853, which should not crash after Clang plugins were converted to loadable modules in r201256.
Alexander Kornienko
- [llvm] r202408 - Remove MCPureStreamer.
Rafael Espindola
- [llvm] r202413 - [XCore] Make LowerCallResult a static function.
Richard Osborne
- [llvm] r202414 - [XCore] Support functions returning more than 4 words.
Richard Osborne
- [llvm] r202416 - Debug info: Remove ARMAsmPrinter::EmitDwarfRegOp(). AsmPrinter can now
Adrian Prantl
- [llvm] r202417 - Revert r201751 and solve the const problem a different way - by
Eric Christopher
- [llvm] r202417 - Revert r201751 and solve the const problem a different way - by
David Blaikie
- [llvm] r202417 - Revert r201751 and solve the const problem a different way - by
Eric Christopher
- [llvm] r202417 - Revert r201751 and solve the const problem a different way - by
David Blaikie
- [llvm] r202417 - Revert r201751 and solve the const problem a different way - by
Eric Christopher
- [llvm] r202418 - Add getter method to access Reloc::Model.
Matheus Almeida
- [llvm] r202422 - Lower FNEG just like FABS to fneg[ds] and fmov[ds], thus avoiding
Roman Divacky
- [llvm] r202430 - [docs] Stop advertising 'make update'. It isn't implemented in CMake and
Chandler Carruth
- [llvm] r202432 - Drive-by comment fix. This regalloc comment was not accurate.
Andrew Trick
- [llvm] r202433 - Provide a target override for the latest regalloc heuristic.
Andrew Trick
- [llvm] r202438 - Object/COFF: Add a struct for the function table in .pdata.
Rui Ueyama
- [llvm] r202438 - Object/COFF: Add a struct for the function table in .pdata.
Nico Rieck
- [llvm] r202438 - Object/COFF: Add a struct for the function table in .pdata.
Rui Ueyama
- [llvm] r202438 - Object/COFF: Add a struct for the function table in .pdata.
Nico Rieck
- [llvm] r202438 - Object/COFF: Add a struct for the function table in .pdata.
Rui Ueyama
- [llvm] r202445 - Remove unnecessary temporary variable.
Rui Ueyama
- [llvm] r202449 - Fix visitTRUNCATE for legal i1 values
Hal Finkel
- [llvm] r202450 - Add an OutPatFrag TableGen class
Hal Finkel
- [llvm] r202451 - Add CR-bit tracking to the PowerPC backend for i1 values
Hal Finkel
- [llvm] r202454 - [CMake] llvm_add_library(SHARED|STATIC): Fix broken OUTPUT_NAME for *_static.
NAKAMURA Takumi
- [llvm] r202455 - Try to unbreak the C++11 build
Hal Finkel
- [llvm] r202459 - Trying to unbreak the darwin11 builder
Hal Finkel
- [llvm] r202460 - Rename coff_pdata_x64 -> coff_runtime_function_x64.
Rui Ueyama
- [llvm] r202463 - Now that it is possible, use the mangler in IRObjectFile.
Rafael Espindola
- [llvm] r202465 - Style fix.
Rui Ueyama
- [llvm] r202466 - llvm-objdump: Fix crash bug with printing unwind info on stripped file.
Rui Ueyama
- [llvm] r202469 - Swap PPC isel operands to allow for 0-folding
Hal Finkel
- [llvm] r202473 - Turn static inline functions to inline, following Rafael's suggestion
Alexey Samsonov
- [llvm] r202474 - Add 'remark' diagnostic type in LLVM
Tobias Grosser
- [llvm] r202479 - [mips] Implement NaCl sandboxing of indirect jumps:
Sasa Stankovic
- [llvm] r202482 - [mips] Add MipsNaClELFStreamer.cpp to CMakeLists.txt.
Sasa Stankovic
- [llvm] r202483 - Reorder Mips/MCTargetDesc/CMakeLists.txt.
NAKAMURA Takumi
- [llvm] r202486 - [docs] Add a big section with details about how to go about acquiring
Chandler Carruth
- [llvm] r202488 - [docs] Tweak discussion of BSDs based on feedback from Roman Divacky.
Chandler Carruth
- [llvm] r202489 - [docs] Fix 80-column wrap that I messed up.
Chandler Carruth
- [llvm] r202490 - [docs] Fix my links to use the correct ReST syntax.
Chandler Carruth
- [llvm] r202493 - [docs] Switch to external hyperlink references. Much more readable and
Chandler Carruth
- [llvm] r202494 - [docs] Tweak the example to match what is apparantly the desired form
Chandler Carruth
- [llvm] r202495 - [docs] A slight tweak to the intro for the golden rule in the coding
Chandler Carruth
- [llvm] r202496 - X86Operand is extracted into individual header.
Evgeniy Stepanov
- [llvm] r202497 - [docs] Add a section to the coding standards about languages and such.
Chandler Carruth
- [llvm] r202499 - Centralize the handling of install_name and rpath.
Rafael Espindola
- [llvm] r202509 - Correctly set rpath for unittests.
Rafael Espindola
- [llvm] r202510 - With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore.
Rafael Espindola
- [llvm] r202518 - Fix operand of SC instruction.
Zoran Jovanovic
- [llvm] r202521 - Revert revision 202518 because of wrong commit message.
Zoran Jovanovic
- [llvm] r202523 - Fixed encoding of SYSCALL microMIPS instruction.
Zoran Jovanovic
- [llvm] r202524 - Drop libtool from llvm.
Rafael Espindola
- [llvm] r202526 - Fixed operand of SC microMIPS instruction.
Zoran Jovanovic
- [llvm] r202528 - Test commit
Adam Nemet
- [llvm] r202530 - CommandLine: Exit successfully for -version and -help
Justin Bogner
- [llvm] r202531 - add missing 3.4 release
Gabor Greif
- [llvm] r202532 - Fix some links to C++11 feature papers in the Coding Standards
Ben Langmuir
- [llvm] r202537 - Add whitespace to try to fix bulleted list.
Richard Smith
- [llvm] r202537 - Add whitespace to try to fix bulleted list.
Chandler Carruth
- [llvm] r202538 - Add more whitespace to fix more bullets.
Richard Smith
- [llvm] r202540 - Fix a crasher where when we're attempting to replace a type
Eric Christopher
- [llvm] r202541 - 80-col.
Eric Christopher
- [llvm] r202542 - [C++11] Switch CMake to use C++11 by default! Next up, autoconf/make!
Chandler Carruth
- [llvm] r202543 - R600/SI: Expand all v16[if]32 operations
Tom Stellard
- [llvm] r202544 - R600: Verify all instructions in the AsmPrinter on debug builds
Tom Stellard
- [llvm] r202545 - Fix >> to be > > for non-c++11.
Eric Christopher
- [llvm] r202546 - [C++11] Switch autoconf and make to use C++11 by default. Now both build
Chandler Carruth
- [llvm] r202548 - [docs] Clarify that there isn't much to be done other than watch build
Chandler Carruth
- [llvm] r202551 - New PBQP solver, and updates to the PBQP graph.
Lang Hames
- [llvm] r202551 - New PBQP solver, and updates to the PBQP graph.
David Blaikie
- [llvm] r202551 - New PBQP solver, and updates to the PBQP graph.
Lang Hames
- [llvm] r202554 - Jumped the gun with r202551 and broke some bots that weren't yet C++11ified.
Lang Hames
- [llvm] r202555 - Reflow isProfitableToMakeFastCC
Reid Kleckner
- [llvm] r202556 - [CMake] Remove dead C backend option
Reid Kleckner
- [llvm] r202557 - SpillPlacement: fix a bug in iterate.
Manman Ren
- [llvm] r202563 - [Sparc] Emit 'restore' instead of 'restore %g0, %g0, %g0'. This improves the readability of the generated code.
Venkatraman Govindaraju
- [llvm] r202564 - [Sparc] Add support for parsing directives in SparcAsmParser.
Venkatraman Govindaraju
- [llvm] r202565 - [Sparc] 80 column rule. No functionality change.
Venkatraman Govindaraju
- [llvm] r202566 - [docs] Update the docs to remove my hedging about C++98 vs. C++11. =]
Chandler Carruth
- [llvm] r202567 - [C++11] Switch the CMake option from LLVM_ENABLE_CXX11 (default on) to
Chandler Carruth
- [llvm] r202569 - [C++11] Replace autoconf --enable-cxx11 with --enable-cxx1y. The
Chandler Carruth
- [llvm] r202569 - [C++11] Replace autoconf --enable-cxx11 with --enable-cxx1y. The
Eric Christopher
- [llvm] r202570 - Fix RWMutex to be thread-safe when pthread_rwlock is not available
Mark Seaborn
- [llvm] r202571 - [Sparc] Teach SparcAsmParser to emit correct relocations for PIC code.
Venkatraman Govindaraju
- [llvm] r202572 - [Sparc] Implement writeNopData. Emit actual NOP instruction instead of just filling with zeroes.
Venkatraman Govindaraju
- [llvm] r202573 - Add support for parsing sun-style section flags in ELFAsmParser.
Venkatraman Govindaraju
- [llvm] r202574 - [C++11] Turn off compiler-based detection of R-value references, relying
Chandler Carruth
- [llvm] r202575 - [Sparc] Add support to disassemble sparc memory instructions.
Venkatraman Govindaraju
- [llvm] r202576 - Rewrite a terrible comment about the machine model.
Andrew Trick
- [llvm] r202577 - [Sparc] Add support for decoding call instructions in the sparc disassembler.
Venkatraman Govindaraju
- [llvm] r202578 - [Sparc] Add support to decode negative simm13 operands in the sparc disassembler.
Venkatraman Govindaraju
- [llvm] r202579 - [C++11] Force the other C++11 standard library detection macros to be
Chandler Carruth
- [llvm] r202580 - [C++11] Remove the R-value reference #if usage from the ADT and Support
Chandler Carruth
- [llvm] r202581 - [Sparc] Add support to decode unimp instruction.
Venkatraman Govindaraju
- [llvm] r202582 - [C++11] Remove the use of LLVM_HAS_RVALUE_REFERENCES from the rest of
Chandler Carruth
- [llvm] r202583 - [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.
Chandler Carruth
- [llvm] r202585 - [C++11] Now that we're not using it, remove the
Chandler Carruth
- [llvm] r202586 - [C++11] Remove LLVM_HAS_CXX11_TYPETRAITS now that it is a constant due
Chandler Carruth
- [llvm] r202587 - [C++11] Remove LLVM_HAS_CXX11_STDLIB now that it is just on.
Chandler Carruth
- [llvm] r202588 - Now that we have C++11, turn simple functors into lambdas and remove a ton of boilerplate.
Benjamin Kramer
- [llvm] r202594 - Add missing FileCheck in test command line.
Sasa Stankovic
- [llvm] r202596 - Make helper function static.
Benjamin Kramer
- [llvm] r202597 - [Sparc] Add missing ALU instruction patterns.
Venkatraman Govindaraju
- [llvm] r202598 - [Sparc] Add support for parsing sparcv9 instructions addc/subc/addccc/subccc.
Venkatraman Govindaraju
- [llvm] r202599 - [Sparc] Add support for parsing annulled branch instructions.
Venkatraman Govindaraju
- [llvm] r202600 - Remove extra truncs/exts around i32 bit operations on PPC64
Hal Finkel
- [llvm] r202601 - R600: Add failing control flow tests.
Matt Arsenault
- [llvm] r202602 - [SparcV9] Add support for parsing branch instructions with prediction.
Venkatraman Govindaraju
- [llvm] r202603 - [docs] Fix some Sphinx warnings.
Sean Silva
- [llvm] r202604 - [Sparc] Add register class for floating point conditional flags (%fcc0 - %fcc3).
Venkatraman Govindaraju
- [llvm] r202607 - [C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE() macro
Alp Toker
- [llvm] r202608 - [C++11] Add unit tests for OwningPtr<T> in preparation for changes to make
Chandler Carruth
- [llvm] r202609 - [C++11] Add support for OwningPtr<T> to be converted to and from
Chandler Carruth
- [llvm] r202609 - [C++11] Add support for OwningPtr<T> to be converted to and from
Richard Smith
- [llvm] r202609 - [C++11] Add support for OwningPtr<T> to be converted to and from
Ahmed Charles
- [llvm] r202609 - [C++11] Add support for OwningPtr<T> to be converted to and from
Duncan P. N. Exon Smith
- [llvm] r202609 - [C++11] Add support for OwningPtr<T> to be converted to and from
Richard Smith
- [llvm] r202609 - [C++11] Add support for OwningPtr<T> to be converted to and from
Duncan P. N. Exon Smith
- [llvm] r202610 - [Sparc] Add support for parsing fcmp with %fcc registers.
Venkatraman Govindaraju
- [llvm] r202612 - [C++11] Switch all uses of the llvm_move macro to use std::move
Chandler Carruth
- [llvm] r202614 - [Sparc] Make floating point branch instruction formats to accept %fcc0-%fcc1 conditional registers as input.
Venkatraman Govindaraju
- [llvm] r202616 - [Sparc] Add support for parsing branches and conditional move instructions with %fcc1-%fcc3 conditional registers.
Venkatraman Govindaraju
- [llvm] r202617 - remove an old entry whose link is broken anyway
Chris Lattner
- [llvm] r202618 - Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.
Craig Topper
- [llvm] r202619 - Add back LLVM_FINAL macro. lld still needs it.
Craig Topper
- [llvm] r202620 - [C++11] Update the coding standards to provide some important guidance
Chandler Carruth
- [llvm] r202621 - Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
- [llvm] r202622 - [C++11] Suggest placing callable arguments as the last argument to
Chandler Carruth
- [llvm] r202624 - AVX-512: Fixed extract_vector_elt for v8i1 vector
Elena Demikhovsky
- [llvm] r202628 - [SparcV9] Adds support for branch on integer register instructions (BPr) and conditional moves on integer register (MOVr/FMOVr).
Venkatraman Govindaraju
- [llvm] r202629 - [C++11] Remove LLVM_FINAL and LLVM_OVERRIDE macros now that all their uses are gone.
Craig Topper
- [llvm] r202631 - [C++11] Clarify in the Compiler.h support macros and comments (and
Chandler Carruth
- [llvm] r202636 - [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
- [llvm] r202641 - Test commit.
Ahmed Charles
- [llvm] r202642 - [C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now have
Chandler Carruth
- [llvm] r202644 - [C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
- [llvm] r202647 - Ensure bitcode encoding of instructions and their operands stays stable.
Michael Kuperstein
- [llvm] r202657 - Add a PPC inline asm constraint type for single CR bits
Hal Finkel
- [llvm] r202660 - [Sparc] Add VIS instructions to sparc backend.
Venkatraman Govindaraju
- [llvm] r202661 - [Sparc] Add fcmpe* instructions to Sparc backend.
Venkatraman Govindaraju
- [llvm] r202662 - Give APInt move semantics.
Benjamin Kramer
- [llvm] r202662 - Give APInt move semantics.
Ahmed Charles
- [llvm] r202662 - Give APInt move semantics.
Benjamin Kramer
- [llvm] r202662 - Give APInt move semantics.
Ahmed Charles
- [llvm] r202663 - [Sparc] Add support for decoding jmpl/retl/ret instruction.
Venkatraman Govindaraju
- [llvm] r202664 - Remove unnecessary copy ctors.
Benjamin Kramer
- [llvm] r202664 - Remove unnecessary copy ctors.
Ahmed Charles
- [llvm] r202666 - [Sparc] Add return/rett instruction to Sparc backend.
Venkatraman Govindaraju
- [llvm] r202670 - [Sparc] Add trap on integer condition codes (Ticc) instructions to Sparc backend.
Venkatraman Govindaraju
- [llvm] r202674 - AsmParser: add missed tests
Saleem Abdulrasool
- [llvm] r202678 - [C++11] Pass unique_ptr by value instead of &&.
Ahmed Charles
- [LLVMdev] [compiler-rt] r202377 - Add CODE_OWNERS.TXT
Timur Iskhodzhanov
- [Mesa-dev] [PATCH v2 1/2] R600/SI: Allow SI_KILL for geometry shaders
Tom Stellard
- [Mesa-dev] [PATCH v2 2/2] R600/SI: Optimize SI_KILL for constant operands
Tom Stellard
- [Mesa-dev] [PATCH v2 2/2] R600/SI: Optimize SI_KILL for constant operands
Michel Dänzer
- [Mesa-dev] [PATCH v3 2/2] R600/SI: Optimize SI_KILL for constant operands
Tom Stellard
- [PATCH 1/2] R600/SI: Allow SI_KILL for geometry shaders
Michel Dänzer
- [PATCH 1/2] R600/SI: Allow SI_KILL for geometry shaders
Tom Stellard
- [PATCH 1/2] R600/SI: Allow SI_KILL for geometry shaders
Michel Dänzer
- [PATCH 2/2] R600/SI: Optimize SI_KILL for constant operands
Michel Dänzer
- [PATCH] - Add access to the Relocation Model
Matheus Almeida
- [PATCH] - Add access to the Relocation Model
Rafael Espíndola
- [PATCH] [asan] Install asan_device_setup to bin/ when targetting Android
Evgeniy Stepanov
- [PATCH] [asan] Install asan_device_setup to bin/ when targetting Android
Alexey Samsonov
- [PATCH] [asan] Install asan_device_setup to bin/ when targetting Android
Evgeniy Stepanov
- [PATCH] [asan] Install asan_device_setup to bin/ when targetting Android
Evgeniy Stepanov
- [PATCH] [asan] Install asan_device_setup to bin/ when targetting Android
Alexey Samsonov
- [PATCH] [asan] Install asan_device_setup to bin/ when targetting Android
Evgeniy Stepanov
- [PATCH] [C++11] Replace LLVM atomics with std::atomic.
Benjamin Kramer
- [PATCH] [C++11] Replace LLVM atomics with std::atomic.
Ahmed Charles
- [PATCH] [C++11] Replace LLVM atomics with std::atomic.
Benjamin Kramer
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
NAKAMURA Takumi
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
Rafael Espíndola
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
NAKAMURA Takumi
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
Rafael Ávila de Espíndola
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
Rafael Espíndola
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
Joerg Sonnenberger
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
NAKAMURA Takumi
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
NAKAMURA Takumi
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
NAKAMURA Takumi
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
Joerg Sonnenberger
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
Rafael Espíndola
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
Joerg Sonnenberger
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
Rafael Espíndola
- [PATCH] [CMake][Concept] Auto dependency scanner "tddeps" for *.td
Rafael Espíndola
- [patch][cmake] get host OS X version "10.X"
David Fang
- [PATCH] [CMake] Remove dependency on non-existing profile_rt-shared
Brad King
- [PATCH] [CMake] Remove dependency on non-existing profile_rt-shared
Alexey Samsonov
- [PATCH] [CMake] Update required version to 2.8.12 to improve build time with target_link_libraries(INTERFACE)
Brad King
- [PATCH] [CMake] Update required version to 2.8.12 to improve build time with target_link_libraries(INTERFACE)
NAKAMURA Takumi
- [PATCH] [CMake] Update required version to 2.8.12 to improve build time with target_link_libraries(INTERFACE)
Brad King
- [PATCH] [COMPILER-RT] Implement __addtf3 and __subtf3
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __addtf3 and __subtf3
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __divtf3
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __divtf3
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __fixtfsi, __fixunstfsi
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __fixtfsi, __fixunstfsi
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __floatsitf, __floatunstfsi
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __floatsitf, __floatunstfsi
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __multf3
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __multf3
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __trunctfdf2, __trunctfsf2
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __trunctfdf2, __trunctfsf2
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement long double comparison functions
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement long double comparison functions
Joerg Sonnenberger
- [PATCH] [COMPILER-RT] Implement long double comparison functions
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement long double comparison functions
Joerg Sonnenberger
- [PATCH] [COMPILER-RT] Implement long double comparison functions
GuanHong Liu
- [PATCH] [compiler-rt] Port add_sanitizer_rt_symbols to CMake 3.0
Brad King
- [PATCH] [COMPILER_RT] add long double setting in fp_lib.h
GuanHong Liu
- [PATCH] [COMPILER_RT] add long double setting in fp_lib.h
Joerg Sonnenberger
- [PATCH] [COMPILER_RT] add long double setting in fp_lib.h
Joerg Sonnenberger
- [PATCH] [COMPILER_RT] add long double setting in fp_lib.h
GuanHong Liu
- [PATCH] [COMPILER_RT] add long double setting in fp_lib.h
GuanHong Liu
- [PATCH] [COMPILER_RT] add long double setting in fp_lib.h
Joerg Sonnenberger
- [PATCH] [COMPILER_RT] Implement __extendsftf2, __extenddftf2
GuanHong Liu
- [PATCH] [COMPILER_RT] Implement __extendsftf2, __extenddftf2
GuanHong Liu
- [PATCH] [Instcombine] Recognize test for overflow in integer multiplication.
Serge Pavlov
- [PATCH] [IPO] enable EP_EnabledOnOptLevel0 passes for OptLevel > 0
Eric Christopher
- [PATCH] [lld][core] sectionGroup support.
Nick Kledzik
- [PATCH] [lld][core] sectionGroup support.
Shankar Easwaran
- [PATCH] [lld][core] sectionGroup support.
Nick Kledzik
- [PATCH] [lld][core] sectionGroup support.
Shankar Easwaran
- [PATCH] [lld][core] sectionGroup support.
Nick Kledzik
- [PATCH] [lld][core] sectionGroup support.
Shankar Easwaran
- [PATCH] [lld][core] sectionGroup support.
Rafael Espíndola
- [PATCH] [lld][core] sectionGroup support.
Shankar Easwaran
- [PATCH] [lld][core] sectionGroup support.
Rafael Espíndola
- [PATCH] [lld][core] sectionGroup support.
Rafael Espíndola
- [PATCH] [lld][core] sectionGroup support.
Rafael Espíndola
- [PATCH] [lld][core] sectionGroup support.
Michael Spencer
- [PATCH] [lld][core] sectionGroup support.
Nick Kledzik
- [PATCH] [lld][core] sectionGroup support.
Michael Spencer
- [PATCH] [lld][core] sectionGroup support.
Rafael Espíndola
- [PATCH] [lld][core] sectionGroup support.
Rafael Espíndola
- [PATCH] [lld][core] sectionGroup support.
Shankar Easwaran
- [PATCH] [lld][core] sectionGroup support.
Shankar Easwaran
- [PATCH] [lld][core] sectionGroup support.
Michael Spencer
- [PATCH] [lld][core] sectionGroup support.
Rafael Espíndola
- [PATCH] [lld][core] sectionGroup support.
Michael Spencer
- [PATCH] [lld][core] sectionGroup support.
Michael Spencer
- [PATCH] [lld][core] sectionGroup support.
Rafael Espíndola
- [PATCH] [lld][core] sectionGroup support.
Shankar Easwaran
- [PATCH] [lld][core] sectionGroup support.
Rafael Espíndola
- [PATCH] [lld][core] sectionGroup support.
Shankar Easwaran
- [PATCH] [lld][core] sectionGroup support.
Nick Kledzik
- [PATCH] [lld][core] sectionGroup support.
Shankar Easwaram
- [PATCH] [lld][core] sectionGroup support.
Rafael Espíndola
- [PATCH] [lld][core] sectionGroup support.
Shankar Easwaram
- [PATCH] [lld][core] sectionGroup support.
Rafael Espíndola
- [PATCH] [lld][core] sectionGroup support.
Shankar Easwaran
- [PATCH] [lld] Fix feature detection in lld's lit.cfg
NAKAMURA Takumi
- [PATCH] [lld] Include reference kind in cycle detector debug
Nico Rieck
- [PATCH] [lld] Include reference kind in cycle detector debug
Shankar Easwaran
- [PATCH] [lld] Include reference kind in cycle detector debug
Rui Ueyama
- [PATCH] [lld] Include reference kind in cycle detector debug
Shankar Easwaran
- [PATCH] [lld] Include reference kind in cycle detector debug
Rui Ueyama
- [PATCH] [llvm] [CMake] Remove dead C backend option
Jevin Sweval
- [PATCH] [llvm] [CMake] Remove dead C backend option
Rafael Avila de Espindola
- [PATCH] [llvm] [CMake] Remove dead C backend option
Jevin Sweval
- [PATCH] [llvm] [CMake] Remove dead C backend option
Reid Kleckner
- [patch][pr18928] Use printable names to implement directional labels
Rafael Espíndola
- [PATCH] [Review Request] Function-based parallel LLVM backend code generation
Eric Christopher
- [PATCH] [Review Request] Function-based parallel LLVM backend code generation
Eric Christopher
- [PATCH] [X86][SchedModel] Add missing scheduling model for SSE related instructions
Quentin Colombet
- [PATCH] [X86][SchedModel] Add missing scheduling model for SSE related instructions
Nadav Rotem
- [PATCH] [X86][SchedModel] Add missing scheduling model for SSE related instructions
Nadav Rotem
- [PATCH] [X86][SchedModel] Add missing scheduling model for SSE related instructions
Quentin Colombet
- [PATCH][X86] Lower unsigned vsetcc to psubus in certain cases
Adam Nemet
- [PATCH][X86] Lower unsigned vsetcc to psubus in certain cases
Quentin Colombet
- [PATCH][X86] Lower unsigned vsetcc to psubus in certain cases
Adam Nemet
- [PATCH][X86] Lower unsigned vsetcc to psubus in certain cases
Quentin Colombet
- [PATCH] [XCore] Support functions returning more than 4 words.
Richard Osborne
- [PATCH] [XCore] Support functions returning more than 4 words.
robert lytton
- [PATCH] [XCore] Support functions returning more than 4 words.
Richard Osborne
- [PATCH] [XCore] Target optimized library function __memcpy_4()
robert lytton
- [PATCH] [XCore] Target optimized library function __memcpy_4()
Richard Osborne
- [PATCH] [XCore] Target optimized library function __memcpy_4()
Richard Osborne
- [PATCH] [XCore] Target optimized library function __memcpy_4()
robert lytton
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Tim Northover
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Albrecht Kadlec
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Albrecht Kadlec
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
James Molloy
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Tim Northover
- [PATCH] Add a new pass to compute DWARF path discriminators.
Eric Christopher
- [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 conversions between OwningPtr<T> and std::unique_ptr<T>.
Ahmed Charles
- [PATCH] Add conversions between OwningPtr<T> and std::unique_ptr<T>.
Chandler Carruth
- [PATCH] Add DWARF discriminator support to DILexicalBlocks
Diego Novillo
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Yuri Gorshenin
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Yuri Gorshenin
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Evgeniy Stepanov
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Yuri Gorshenin
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Yuri Gorshenin
- [PATCH] Add FreeBSD support to Ubsan
Viktor Kutuzov
- [PATCH] Add FreeBSD support to Ubsan
Kostya Serebryany
- [PATCH] Add FreeBSD support to Ubsan
Viktor Kutuzov
- [PATCH] Add FreeBSD support to Ubsan
Alp Toker
- [PATCH] Add FreeBSD support to Ubsan
Viktor Kutuzov
- [PATCH] Add FreeBSD support to Ubsan
Ivan A. Kosarev
- [PATCH] Add FreeBSD support to Ubsan
Nick Lewycky
- [PATCH] Add FreeBSD support to Ubsan
Alexey Samsonov
- [PATCH] Adding diversity for security
JF Bastien
- [PATCH] Adding diversity for security
Per Larsen
- [PATCH] Add patch level to llvm version in CMake and Autoconf
Tom Stellard
- [PATCH] Add patch level to llvm version in CMake and Autoconf
Eric Christopher
- [PATCH] Adds Cortex-A53 and Cortex-A57 subtargets.
Dave Estes
- [PATCH] Adds Cortex-A53 and Cortex-A57 subtargets.
Jiangning Liu
- [PATCH] Adds Cortex-A53 and Cortex-A57 subtargets.
Dave Estes
- [PATCH] Adds Cortex-A53 and Cortex-A57 subtargets.
Andrew Trick
- [PATCH] Adds Cortex-A53 and Cortex-A57 subtargets.
Dave Estes
- [PATCH] Adds Cortex-A53 and Cortex-A57 subtargets.
Andrew Trick
- [PATCH] Adds Cortex-A53 and Cortex-A57 subtargets.
Hal Finkel
- [PATCH] Adds Cortex-A53 and Cortex-A57 subtargets.
Dave Estes
- [PATCH] Adds Cortex-A53 and Cortex-A57 subtargets.
Andrew Trick
- [PATCH] Add support for a directory argument to llvm-link
Khilan Gudka
- [PATCH] Add unit tests for OwningPtr<T>.
Ahmed Charles
- [PATCH] Add unit tests for OwningPtr<T>.
Ahmed Charles
- [PATCH] Add unit tests for OwningPtr<T>.
Chandler Carruth
- [PATCH] Add unit tests for OwningPtr<T>.
Chandler Carruth
- [PATCH] Add update target to ninja
Gautier DI FOLCO
- [PATCH] Add update target to ninja
Alp Toker
- [PATCH] Add update target to ninja
Gautier DI FOLCO
- [PATCH] A fix for platform-dependent types in sanitizers' profiling support lib on x64 FreeBSD in 32-bit mode
Viktor Kutuzov
- [PATCH] A fix for platform-dependent types in sanitizers' profiling support lib on x64 FreeBSD in 32-bit mode
Kostya Serebryany
- [PATCH] A fix for platform-dependent types in sanitizers' profiling support lib on x64 FreeBSD in 32-bit mode
Viktor Kutuzov
- [PATCH] A fix for platform-dependent types in sanitizers' profiling support lib on x64 FreeBSD in 32-bit mode
Joerg Sonnenberger
- [PATCH] A fix for platform-dependent types in sanitizers' profiling support lib on x64 FreeBSD in 32-bit mode
Viktor Kutuzov
- [PATCH] A fix for platform-dependent types in sanitizers' profiling support lib on x64 FreeBSD in 32-bit mode
Viktor Kutuzov
- [PATCH] A fix for platform-dependent types in sanitizers' profiling support lib on x64 FreeBSD in 32-bit mode
Nick Lewycky
- [PATCH] A fix for platform-dependent types in sanitizers' profiling support lib on x64 FreeBSD in 32-bit mode
Justin Bogner
- [PATCH] A fix for platform-dependent types in sanitizers' profiling support lib on x64 FreeBSD in 32-bit mode
Viktor Kutuzov
- [PATCH] A fix for platform-dependent types in sanitizers' profiling support lib on x64 FreeBSD in 32-bit mode
Ivan A. Kosarev
- [PATCH] A fix for sanitizers' bash scripts to work on FreeBSD
Viktor Kutuzov
- [PATCH] A fix for sanitizers' bash scripts to work on FreeBSD
Alexey Samsonov
- [patch] Always open files in binary mode
Rafael Espíndola
- [patch] Always open files in binary mode
Rafael Espíndola
- [patch] Always open files in binary mode
Rafael Espíndola
- [patch] Always open files in binary mode
Alp Toker
- [patch] Always open files in binary mode
Aaron Ballman
- [patch] Always open files in binary mode
Rafael Espíndola
- [patch] Always open files in binary mode
Aaron Ballman
- [PATCH] An analysis to find external function pointers and trace their data flow
Tom Roeder
- [PATCH] A patch for sanitizers' syscalls on FreeBSD
Viktor Kutuzov
- [PATCH] A patch for sanitizers' syscalls on FreeBSD
Alexander Potapenko
- [PATCH] A patch for sanitizers' syscalls on FreeBSD
Viktor Kutuzov
- [PATCH] ARM and Thumb Segmented Stacks
Alex Crichton
- [PATCH] ARM and Thumb Segmented Stacks
Tim Northover
- [PATCH] ARM and Thumb Segmented Stacks
Alex Crichton
- [PATCH] ARM and Thumb Segmented Stacks
Rafael Espíndola
- [PATCH] ARM and Thumb Segmented Stacks
Alex Crichton
- [PATCH] ARM and Thumb Segmented Stacks
Rafael Espíndola
- [PATCH] ARM and Thumb Segmented Stacks
Alex Crichton
- [PATCH] ARM and Thumb Segmented Stacks
Rafael Espíndola
- [PATCH] ARM and Thumb Segmented Stacks
Tim Northover
- [PATCH] ARM and Thumb Segmented Stacks
Alex Crichton
- [PATCH] ARM and Thumb Segmented Stacks
Tim Northover
- [PATCH] ARM and Thumb Segmented Stacks
Alex Crichton
- [PATCH] ARM and Thumb Segmented Stacks
Tim Northover
- [PATCH] ARM and Thumb Segmented Stacks
Alex Crichton
- [PATCH] ARM and Thumb Segmented Stacks
Svetoslav Neykov
- [PATCH] ARM and Thumb Segmented Stacks
Tim Northover
- [PATCH] ARM and Thumb Segmented Stacks
Svetoslav Neykov
- [PATCH] ARMv8 IfConversion must skip narrow instructions that a) define CPSR and b) wouldn't affect CPSR in an IT block
Artyom Skrobov
- [PATCH] ARMv8 IfConversion must skip narrow instructions that a) define CPSR and b) wouldn't affect CPSR in an IT block
Amara Emerson
- [PATCH] ARMv8 IfConversion must skip narrow instructions that a) define CPSR and b) wouldn't affect CPSR in an IT block
Tim Northover
- [PATCH] ARMv8 IfConversion must skip narrow instructions that a) define CPSR and b) wouldn't affect CPSR in an IT block
Artyom Skrobov
- [PATCH] ARMv8 IfConversion must skip narrow instructions that a) define CPSR and b) wouldn't affect CPSR in an IT block
Weiming Zhao
- [PATCH] ARMv8 IfConversion must skip narrow instructions that a) define CPSR and b) wouldn't affect CPSR in an IT block
Artyom Skrobov
- [PATCH] ARMv8 IfConversion must skip narrow instructions that a) define CPSR and b) wouldn't affect CPSR in an IT block
Tim Northover
- [PATCH] ARMv8 IfConversion must skip narrow instructions that a) define CPSR and b) wouldn't affect CPSR in an IT block
Weiming Zhao
- [PATCH] A set of trivial changes to support sanitizers on FreeBSD
Viktor Kutuzov
- [PATCH] A set of trivial changes to support sanitizers on FreeBSD
Ed Maste
- [PATCH] A set of trivial changes to support sanitizers on FreeBSD
Alexey Samsonov
- [PATCH] A set of trivial changes to support sanitizers on FreeBSD
Viktor Kutuzov
- [PATCH] A set of trivial changes to support sanitizers on FreeBSD
Kostya Serebryany
- [PATCH] building lnt tools to test cross-compiling
Daniel Dunbar
- [PATCH] C API: Add functions to get or set a GlobalValue's DLLStorageClass.
Manuel Jacob
- [patch] Centralize the handling of install_name and rpath
Rafael Espíndola
- [patch] Centralize the handling of install_name and rpath
Argyrios Kyrtzidis
- [PATCH] Debug info: Support fragmented variables.
Adrian Prantl
- [PATCH] Debug info: Support fragmented variables.
Eric Christopher
- [PATCH] Debug info: Support fragmented variables.
David Blaikie
- [PATCH] Debug info: Support fragmented variables.
Eric Christopher
- [PATCH] Debug info: Support fragmented variables.
Chandler Carruth
- [PATCH] Debug info: Support fragmented variables.
Adrian Prantl
- [PATCH] Debug info: Support fragmented variables.
Adrian Prantl
- [PATCH] Debug info: Support fragmented variables.
David Blaikie
- [PATCH] Disable passes on optnone functions
Robinson, Paul
- [PATCH] Disable passes on optnone functions
Nick Lewycky
- [PATCH] 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.
NAKAMURA Takumi
- [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] 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
Renato Golin
- [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
Renato Golin
- [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
Eric Christopher
- [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
Oliver Stannard
- [PATCH] Exception handling docs: Describe landingpad clauses' meanings in more detail
Mark Seaborn
- [PATCH] Fix Bug in SROA transformation [PR18615]
Rafael Espíndola
- [PATCH] Fix Bug in SROA transformation [PR18615]
Karthik Bhat
- [PATCH] Fix Bug in SROA transformation [PR18615]
Chandler Carruth
- [PATCH] Fix Bug in SROA transformation [PR18615]
Karthik Bhat
- [PATCH] Fix creating illegal setcc cond codes.
Matt Arsenault
- [PATCH] Fix dllexport mangling issue
klutzy
- [PATCH] Fix dllexport mangling issue
Nico Rieck
- [PATCH] Fix error in tablegen when second operand of an !if is an empty list.
Matt Arsenault
- [PATCH] Fix error in tablegen when second operand of an !if is an empty list.
Duncan P. N. Exon Smith
- [PATCH] Fix error in tablegen when second operand of an !if is an empty list.
Matt Arsenault
- [PATCH] Fix for bitcode reader crash on invalid input [PR18704]
Dinesh Dwivedi
- [PATCH] Fix for bitcode reader crash on invalid input [PR18704]
Reid Kleckner
- [PATCH] Fix for bitcode reader crash on invalid input [PR18704]
Dinesh Dwivedi
- [PATCH] Fix for bitcode reader crash on invalid input [PR18704]
Dinesh Dwivedi
- [PATCH] Fix for bitcode reader crash on invalid input [PR18704]
Reid Kleckner
- [PATCH] Fix for bitcode reader crash on invalid input [PR18704]
Nick Lewycky
- [PATCH] Fix for LoopUnroll pass was breaking LCSSA form while completely removing loop [PR18861]
Dinesh Dwivedi
- [PATCH] Fix for size_t in Asan's new and delete operators on x64 FreeBSD in 32-bit mode
Kostya Serebryany
- [PATCH] Fix for size_t in Asan's new and delete operators on x64 FreeBSD in 32-bit mode
Viktor Kutuzov
- [PATCH] Fix for size_t in Asan's new and delete operators on x64 FreeBSD in 32-bit mode
Kostya Serebryany
- [PATCH] Fix for size_t in Asan's new and delete operators on x64 FreeBSD in 32-bit mode
Viktor Kutuzov
- [PATCH] Fix for size_t in Asan's new and delete operators on x64 FreeBSD in 32-bit mode
Ed Maste
- [PATCH] Fix for size_t in Asan's new and delete operators on x64 FreeBSD in 32-bit mode
Kostya Serebryany
- [PATCH] Fix for size_t in Asan's new and delete operators on x64 FreeBSD in 32-bit mode
Viktor Kutuzov
- [PATCH] Fix for size_t in Asan's new and delete operators on x64 FreeBSD in 32-bit mode
Kostya Serebryany
- [PATCH] Fix for size_t in Asan's new and delete operators on x64 FreeBSD in 32-bit mode
Ed Maste
- [PATCH] Fix GlobalOpt to use range metadata instead of creating SelectInsts.
Dan Gohman
- [PATCH] Fix RWMutex to be thread-safe when pthread_rwlock is not available
Mark Seaborn
- [PATCH] Fix RWMutex to be thread-safe when pthread_rwlock is not available
Chandler Carruth
- [PATCH] Fix RWMutex to be thread-safe when pthread_rwlock is not available
Mark Seaborn
- [PATCH] Fix RWMutex to be thread-safe when pthread_rwlock is not available
Mark Seaborn
- [PATCH] Fix RWMutex to be thread-safe when pthread_rwlock is not available
Jan Voung
- [PATCH] Fix RWMutex to be thread-safe when pthread_rwlock is not available
JF Bastien
- [PATCH] Fix RWMutex to be thread-safe when pthread_rwlock is not available
Chandler Carruth
- [PATCH] Fix RWMutex to be thread-safe when pthread_rwlock is not available
Mark Seaborn
- [PATCH] Fix SROA creating invalid bitcasts between address spaces
Chandler Carruth
- [PATCH] Fix SROA creating invalid bitcasts between address spaces
Matt Arsenault
- [PATCH] Fix SROA creating invalid bitcasts between address spaces
Tom Stellard
- [PATCH] Fix SROA creating invalid bitcasts between address spaces
Matt Arsenault
- [PATCH] Fix SROA creating invalid bitcasts between address spaces
Tom Stellard
- [PATCH] Fix SROA creating invalid bitcasts between address spaces
Chandler Carruth
- [PATCH] Generic support for sub/super registers in AsmPrinter::EmitDwarfRegOp()
Eric Christopher
- [PATCH] Generic support for sub/super registers in AsmPrinter::EmitDwarfRegOp()
Adrian Prantl
- [PATCH] Generic support for sub/super registers in AsmPrinter::EmitDwarfRegOp()
Adrian Prantl
- [PATCH] GlobalOpt: Apply fastcc to internal x86_thiscallcc functions
Nick Lewycky
- [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
Reid Kleckner
- [PATCH] GlobalOpt: Apply fastcc to internal x86_thiscallcc functions
Rafael Espíndola
- [PATCH] gtest: allow gtest compiling on FreeBSD
Ed Maste
- [PATCH] GVN: merge overflow intrinsics with non-overflow instructions.
Erik Verbruggen
- [patch] implement __clear_cache for arm32 & mips
Narayan Kamath
- [PATCH] Initial DWARF64 support for .debug_line
Eric Christopher
- [PATCH] Initial DWARF64 support for .debug_line
Eric Christopher
- [PATCH] Initial DWARF64 support for .debug_line
Ed Maste
- [PATCH] Initial DWARF64 support for .debug_line
Eric Christopher
- [PATCH] Interception macros for sanitizers on FreeBSD
Kostya Serebryany
- [PATCH] Interception macros for sanitizers on FreeBSD
Kostya Serebryany
- [PATCH] Make CloneFunction also clone debug info metadata
Eric Christopher
- [PATCH] Make inline assembly parse failures a warning unless the integrated assembler is required for the TargetStreamer.
Daniel Sanders
- [PATCH] Make inline assembly parse failures a warning unless the integrated assembler is required for the TargetStreamer.
Daniel Sanders
- [PATCH] Make inline assembly parse failures a warning unless the integrated assembler is required for the TargetStreamer.
Saleem Abdulrasool
- [PATCH] Make inline assembly parse failures a warning unless the integrated assembler is required for the TargetStreamer.
Daniel Sanders
- [PATCH] Module: Use existing library functions
Duncan P. N. Exon Smith
- [PATCH] Omit memcpys from memory that has just started its lifetime
Björn Steinbrink
- [PATCH] Patch that adds address-masking instructions before loads and stores, and after the instructions that change stack-pointer.
Sasa Stankovic
- [PATCH] Patch that adds address-masking instructions before loads and stores, and after the instructions that change stack-pointer.
Mark Seaborn
- [PATCH] Patch that aligns on bundle size the targets of indirect jumps, and that adds masks before indirect jumps and returns
Mark Seaborn
- [PATCH] Patch that aligns on bundle size the targets of indirect jumps, and that adds masks before indirect jumps and returns
Sasa Stankovic
- [PATCH] Patch that aligns on bundle size the targets of indirect jumps, and that adds masks before indirect jumps and returns
Sasa Stankovic
- [PATCH] Patch that aligns on bundle size the targets of indirect jumps, and that adds masks before indirect jumps and returns
Mark Seaborn
- [PATCH] Patch that aligns on bundle size the targets of indirect jumps, and that adds masks before indirect jumps and returns
Sasa Stankovic
- [PATCH] Peephole optimization causes different code generation at "-O2 -g" and "-O2".
Katya Romanova
- [PATCH] PR18165: Fix overflow problem in LSR
Michael Zolotukhin
- [PATCH] PR18165: Fix overflow problem in LSR
Andrew Trick
- [PATCH] Provide an operand for microMIPS wait instruction
Zoran Jovanovic
- [PATCH] R600/SI: Add new CI arithmetic instructions.
Tom Stellard
- [PATCH] R600/SI: Add new CI arithmetic instructions.
Matt Arsenault
- [PATCH] R600/SI: Expand all v16[if]32 operations
Tom Stellard
- [PATCH] R600/SI: Expand selects on vectors.
Matt Arsenault
- [PATCH] R600/SI: Expand selects on vectors.
Matt Arsenault
- [PATCH] R600/SI: Use isProfitableToDupForIfCvt
Matt Arsenault
- [PATCH] R600: Verify all instructions in the AsmPrinter on debug builds
Tom Stellard
- [PATCH] R600: Verify all instructions in the AsmPrinter on debug builds
Matt Arsenault
- [PATCH] R600: Verify all instructions in the AsmPrinter on debug builds
Tom Stellard
- [PATCH] R600: Verify all instructions in the AsmPrinter on debug builds
Eric Christopher
- [PATCH] R600: Verify all instructions in the AsmPrinter on debug builds
Matt Arsenault
- [PATCH] R600: Verify all instructions in the AsmPrinter on debug builds
Eric Christopher
- [PATCH] R600: Verify all instructions in the AsmPrinter on debug builds
Tom Stellard
- [PATCH] Relax COFF string table check
Rui Ueyama
- [PATCH] Relax COFF string table check
Nico Rieck
- [PATCH] Relax COFF string table check
Rui Ueyama
- [patch] Remove MCPureStreamer
Rafael Espíndola
- [patch] Remove MCPureStreamer
Tom Stellard
- [PATCH] Remove out of date wording from LangRef
Philip Reames
- [PATCH] Remove out of date wording from LangRef
Sean Silva
- [PATCH] Remove paragraph about manual account creation.
Manuel Jacob
- [PATCH] Rename AdjustStackSizeLinux() and move it to a common scope
Kostya Serebryany
- [PATCH] request for approval to commit: llvm-c: Fix name of LLVMAddDemoteRegisterToMemoryPass function.
Eric Christopher
- [PATCH] Respect TargetLibraryInfo CustomNames in getLibFunc (was: Respect TargetLibraryInfo CustomNames in getAllocationData)
Shea Levy
- [PATCH] Respect TargetLibraryInfo CustomNames in getLibFunc (was: Respect TargetLibraryInfo CustomNames in getAllocationData)
Duncan P. N. Exon Smith
- [PATCH] Respect TargetLibraryInfo CustomNames in getLibFunc (was: Respect TargetLibraryInfo CustomNames in getAllocationData)
Shea Levy
- [PATCH] Save the link register for uwtable.
Keith Walker
- [PATCH] Save the link register for uwtable.
Quentin Colombet
- [PATCH] Save the link register for uwtable.
Logan Chien
- [PATCH] Schedule discriminators pass.
Eric Christopher
- [PATCH] Schedule discriminators pass.
Diego Novillo
- [PATCH] Schedule discriminators pass.
Diego Novillo
- [PATCH] Sizes and layouts for sanitizers on FreeBSD
Evgeniy Stepanov
- [PATCH] Sizes and layouts for sanitizers on FreeBSD
Viktor Kutuzov
- [PATCH] Sizes and layouts for sanitizers on FreeBSD
Evgeniy Stepanov
- [PATCH] Sizes and layouts for sanitizers on FreeBSD
Evgeniy Stepanov
- [PATCH] Sizes and layouts for sanitizers on FreeBSD
Evgeniy Stepanov
- [PATCH] Slightly more verbose error in Verifier
Philip Reames
- [patch] Split DataLayout and DataLayoutPass
Rafael Espíndola
- [PATCH] Stop test/CodeGen/ARM/a15.ll targetting non-ARM targets.
Daniel Sanders
- [PATCH] Stop test/CodeGen/ARM/a15.ll targetting non-ARM targets.
Renato Golin
- [PATCH] Stop test/CodeGen/ARM/a15.ll targetting non-ARM targets.
Daniel Sanders
- [PATCH] Stop test/CodeGen/ARM/a15.ll targetting non-ARM targets.
Daniel Sanders
- [PATCH] Stop test/CodeGen/X86/v4i32load-crash.ll targeting non-X86-64 targets.
Daniel Sanders
- [PATCH] Stop test/CodeGen/X86/v4i32load-crash.ll targeting non-X86-64 targets.
Rafael Espíndola
- [PATCH] Stop test/CodeGen/X86/v4i32load-crash.ll targeting non-X86-64 targets.
Daniel Sanders
- [PATCH] Support FK_Data_2 and FK_Data_8 to fix big-endian mips64 debug data
Ed Maste
- [PATCH] Support FK_Data_2 and FK_Data_8 to fix big-endian mips64 debug data
Eric Christopher
- [PATCH] Teach the DAGCombiner how to fold a OR of two shufflevector into a single shufflevector node
Andrea Di Biagio
- [PATCH] Unrolling improvements (target indep. and for x86)
Hal Finkel
- [PATCH] Unrolling improvements (target indep. and for x86)
Diego Novillo
- [PATCH] Unrolling improvements (target indep. and for x86)
Diego Novillo
- [PATCH] Unrolling improvements (target indep. and for x86)
Hal Finkel
- [PATCH] Update the coding standards to provide some guidance for a few constructs in C++11
Chandler Carruth
- [PATCH] Update the coding standards to provide some guidance for a few constructs in C++11
James Dennett
- [PATCH] Update the coding standards to provide some guidance for a few constructs in C++11
Lang Hames
- [PATCH] Update the coding standards to provide some guidance for a few constructs in C++11
Chandler Carruth
- [PATCH] Update the coding standards to provide some guidance for a few constructs in C++11
Sean Silva
- [PATCH] Update the coding standards to provide some guidance for a few constructs in C++11
Chris Lattner
- [PATCH] Update the coding standards to provide some guidance for a few constructs in C++11
Chandler Carruth
- [PATCH] Update the coding standards to provide some guidance for a few constructs in C++11
Chandler Carruth
- [PATCH] Use correct address space size GEP index in SROA
Chandler Carruth
- [patch] Use DataLayout from the module when easily available.
Rafael Espíndola
- [patch] Use DataLayout from the module when easily available.
Chandler Carruth
- [PATCH] Use the DWARF form DW_FORM_sec_offset or DW_FORM_data4 depending on the Dwarf version being generated
Eric Christopher
- [PATCH] X86: introduce rsqrtss/rsqrtps for y / sqrtf(x)
Steven Noonan
- [PATCH] X86: introduce rsqrtss/rsqrtps for y / sqrtf(x)
Hal Finkel
- [PATCH] X86: introduce rsqrtss/rsqrtps for y / sqrtf(x)
Steven Noonan
- [PATCH] X86: introduce rsqrtss/rsqrtps for y / sqrtf(x)
Hal Finkel
- [PATCH] X86Operand is extracted into individual header
Yuri Gorshenin
- [PATCH] X86Operand is extracted into individual header
Yuri Gorshenin
- [PATCH] X86Operand is extracted into individual header
Yuri Gorshenin
- [PATCH] X86Operand is extracted into individual header
Yuri Gorshenin
- [PATCH] X86Operand is extracted into individual header
Rafael Ávila de Espíndola
- [PATCH] X86Operand is extracted into individual header
Yuri Gorshenin
- [PATCH] X86Operand is extracted into individual header
Evgeniy Stepanov
- [PATCH] X86Operand is extracted into individual header
Yuri Gorshenin
- [PATCH] X86SchedModel: Add Sched information on some FPStack instruction
Quentin Colombet
- [PATCH] XCore target: add support to build MultiSource/Benchmarks/MiBench/security-sha
robert lytton
- [PATCH] XCore target add __LITTLE_ENDIAN__ defined macro
Renato Golin
- [PATCH] XCore target add __LITTLE_ENDIAN__ defined macro
Rafael Espíndola
- [PATCH v2 1/2] R600/SI: Allow SI_KILL for geometry shaders
Michel Dänzer
- [PATCH v2 2/2] R600/SI: Optimize SI_KILL for constant operands
Michel Dänzer
- [PATCH v3 2/2] R600/SI: Optimize SI_KILL for constant operands
Michel Dänzer
- [PATCH v5] Bug 18833 - ARMAsmParser fails to recognize .req directive alias name in capital letters
lin zuojian
- [PATCH v5] Bug 18833 - ARMAsmParser fails to recognize .req directive alias name in capital letters
Duncan P. N. Exon Smith
- [PATCH v5] Bug 18833 - ARMAsmParser fails to recognize .req directive alias name in capital letters
lin zuojian
- [polly][cmake] patch to build monolithic shared library
David Fang
- [polly][cmake] patch to build monolithic shared library
Tobias Grosser
- [polly] r202010 - Dead code elimination: Schedule another approximative step before actual DCE
Tobias Grosser
- [polly] r202048 - Update for llvm API change.
Rafael Espindola
- [polly] r202056 - Update for llvm api change.
Rafael Espindola
- [polly] r202183 - Update for llvm api change.
Rafael Espindola
- [polly] r202481 - cmake: Do not link in system libs
Tobias Grosser
- [polly] r202634 - C++11: Use foreach in ScopDetection
Tobias Grosser
- [polly] r202634 - C++11: Use foreach in ScopDetection
Duncan P. N. Exon Smith
- [polly] r202634 - C++11: Use foreach in ScopDetection
Tobias Grosser
- [polly] r202648 - PollyDectect: Use spaces before foreach colons
Tobias Grosser
- [polly] r202650 - Use C++11 formatting
Tobias Grosser
- [polly] r202651 - ScopDetect: Make foreachs 'const auto &'
Tobias Grosser
- [test-suite] r202279 - Add AArch64 detection, just like in LLVM
Renato Golin
- [test-suite] r202381 - Add support for unaligned readBE32bit and writeBE32bit
Robert Lytton
- [test-suite] r202382 - XCore target: only build timeit-target if USER_MODE_EMULATION not defined
Robert Lytton
- [test-suite] r202383 - XCore target: skip tests xcore can't run
Robert Lytton
- [test-suite] r202384 - Replace stderr with stdout to make deterministic
Robert Lytton
- [test-suite] r202385 - Replace stdout with stderr to make deterministic
Robert Lytton
- [test-suite] r202386 - Replace stderr with stdout to make deterministic
Robert Lytton
- [test-suite] r202387 - Replace stderr with stdout to make deterministic
Robert Lytton
- [test-suite] r202388 - XCore target: add support to build MultiSource/Applications/minisat
Robert Lytton
- [www] r202159 - Remove trailing spaces
Sylvestre Ledru
- [www] r202160 - Draft of the GSoC 2014 presentation + scan-build tracking platform
Sylvestre Ledru
- [www] r202272 - Reference scan-build results on llvm+clang+lldb+polly+compiler-rt from the homepage
Sylvestre Ledru
- [www] r202665 - Remove CFP, add list of accepted talks.
Tobias von Koch
- AARCH64_BE load/store rules fix to conform to ARM ABI
Albrecht Kadlec
- AARCH64_BE load/store rules fix to conform to ARM ABI
Renato Golin
- AARCH64_BE load/store rules fix to conform to ARM ABI
Albrecht Kadlec
- AARCH64_BE load/store rules fix to conform to ARM ABI
Renato Golin
- AARCH64_BE load/store rules fix to conform to ARM ABI
Adrian Prantl
- AARCH64_BE load/store rules fix to conform to ARM ABI
Albrecht Kadlec
- AARCH64_BE load/store rules fix to conform to ARM ABI
Renato Golin
- Add 'remark' diagnostic type in LLVM
Tobias Grosser
- Add 'remark' diagnostic type in LLVM
Alp Toker
- Add 'remark' diagnostic type in LLVM
Tobias Grosser
- Add 'remark' diagnostic type in LLVM
Quentin Colombet
- Add 'remark' diagnostic type in LLVM
Tobias Grosser
- Add 'remark' diagnostic type in LLVM
Quentin Colombet
- Add 'remark' diagnostic type in LLVM
Tobias Grosser
- Adding Windows on ARM Support
Saleem Abdulrasool
- Adding Windows on ARM Support
Reid Kleckner
- Adding Windows on ARM Support
Saleem Abdulrasool
- Adding Windows on ARM Support
Reid Kleckner
- Adding Windows on ARM Support
Saleem Abdulrasool
- ARM: 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
Renato Golin
- ARM: Correctly align arguments after a byval struct is passed on the stack
Oliver Stannard
- Fwd: [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Tim Northover
- Fwd: [PATCH] Fix for bitcode reader crash on invalid input [PR18704]
Dinesh Dwivedi
- Improving support for CMake-based applications
NAKAMURA Takumi
- Improving support for CMake-based applications
Brad King
- patch: construct IntrinsicInst hierarchy directly
Nick Lewycky
- patch: remove PseudoSourceValue from Value.
Nick Lewycky
- patch: remove PseudoSourceValue from Value.
Hal Finkel
- patch: remove PseudoSourceValue from Value.
Nick Lewycky
- patch: remove PseudoSourceValue from Value.
Hal Finkel
- patch: remove PseudoSourceValue from Value.
Nick Lewycky
- patch: remove PseudoSourceValue from Value.
Nick Lewycky
- r201439 - [CodeGenPrepare][AddressingModeMatcher] Give up on type promotion if the
Tom Stellard
- Switch containing holes via table lookup
Hans Wennborg
- Switch containing holes via table lookup, version 3
Jasper Neumann
- Wanted: Bugfixes for 3.4 branch
Tom Stellard
Last message date:
Sun Mar 2 23:20:05 PST 2014
Archived on: Tue Aug 4 17:11:01 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).