The Week Of Monday 13 May 2013 Archives by subject
Starting: Mon May 13 00:05:19 PDT 2013
Ending: Sun May 19 23:34:38 PDT 2013
Messages: 877
- [cfe-dev] Code coverage of llvm, clang, lldb & polly
Rafael Espíndola
- [compiler-rt] r181697 - [sanitizer] Fix StopTheWorld build on non-Android ARM.
Sergey Matveev
- [compiler-rt] r181697 - [sanitizer] Fix StopTheWorld build on non-Android ARM.
Abdoulaye Walsimou Gaye
- [compiler-rt] r181697 - [sanitizer] Fix StopTheWorld build on non-Android ARM.
Kostya Serebryany
- [compiler-rt] r181698 - [sanitizer] Generic sorting in sanitizer_common.
Sergey Matveev
- [compiler-rt] r181708 - Fix a typo in the comment
Sylvestre Ledru
- [compiler-rt] r181763 - [tsan] fix gcc build with -Wall
Kostya Serebryany
- [compiler-rt] r181786 - [sanitizer] Minor fixes in sanitizer_common tests.
Sergey Matveev
- [compiler-rt] r181787 - [sanitizer] LibraryNameIs in sanitizer_linux
Sergey Matveev
- [compiler-rt] r181790 - Add sanitizer syscall hooks to the tool's export lists.
Evgeniy Stepanov
- [compiler-rt] r181790 - Add sanitizer syscall hooks to the tool's export lists.
Alexander Potapenko
- [compiler-rt] r181790 - Add sanitizer syscall hooks to the tool's export lists.
Evgeniy Stepanov
- [compiler-rt] r181790 - Add sanitizer syscall hooks to the tool's export lists.
Alexander Potapenko
- [compiler-rt] r181791 - [sanitizer] Filtering in GetListOfModules.
Sergey Matveev
- [compiler-rt] r181793 - [sanitizer] Fixed a bug in GetListOfModules.
Sergey Matveev
- [compiler-rt] r181796 - [sanitizer] Fix Android build.
Sergey Matveev
- [compiler-rt] r181881 - [asan] fix powerpc build and one test; fix lint
Kostya Serebryany
- [compiler-rt] r181890 - [asan] disable BuiltinLongJmpTest on PowerPC
Kostya Serebryany
- [compiler-rt] r181924 - Try to improve performance by using a read/write buffer instead of I/O.
Bill Wendling
- [compiler-rt] r181924 - Try to improve performance by using a read/write buffer instead of I/O.
Reid Kleckner
- [compiler-rt] r181924 - Try to improve performance by using a read/write buffer instead of I/O.
Bill Wendling
- [compiler-rt] r181924 - Try to improve performance by using a read/write buffer instead of I/O.
Bill Wendling
- [compiler-rt] r181984 - [sanitizer] added a test for a bug in allocator discovered by Sergey Matveev (uint32 overflow in GetBlockBegin)
Kostya Serebryany
- [compiler-rt] r181989 - [sanitizer] fix the GetBlockBegin overflow bug while preserving the performance optimization (use 32-bit division when possible). Improve the benchmarks that checks for performance of GetBlockBegin/GetMetaData
Kostya Serebryany
- [compiler-rt] r181991 - [asan] fix ShadowGapTest on PowerPC64
Kostya Serebryany
- [compiler-rt] r181992 - [sanitizer] fix a gcc warning
Kostya Serebryany
- [compiler-rt] r182002 - [sanitizer] Fix the region overflow condition in SanitizerAllocator64::PopulateFreeList().
Sergey Matveev
- [compiler-rt] r182004 - [msan] Intercept dl_iterate_phdr.
Evgeniy Stepanov
- [compiler-rt] r182005 - [asan] symbolize when possible, even if ASAN_SYMBOLIZER_PATH is not provided. On Linux this will use dl_iterate_phdr instead of /proc/self/maps, even if the symbolizer is not installed
Kostya Serebryany
- [compiler-rt] r182006 - [sanitizer] fix gcc build
Kostya Serebryany
- [compiler-rt] r182008 - [ASan] Fix interface_symbols_darwin to pass a correct flag to nm.
Alexander Potapenko
- [compiler-rt] r182010 - [ASan] Fix init-order-dlopen.cc to pass under Mac OS.
Alexander Potapenko
- [compiler-rt] r182080 - [ASan] Fix allow_user_segv.cc on Darwin (32-bit build required a SIGBUS handler instead of the SIGSEGV one)
Alexander Potapenko
- [compiler-rt] r182087 - tsan: comment out debug output in test
Dmitry Vyukov
- [compiler-rt] r182088 - tsan: introduce recursive mutex lock/unlock java interface
Dmitry Vyukov
- [compiler-rt] r182089 - tsan: remove "printing report from signal handler. Can crash or hang" output
Dmitry Vyukov
- [compiler-rt] r182093 - [msan] Unpoison dlpi_name in dl_iterate_phdr interceptor.
Evgeniy Stepanov
- [compiler-rt] r182094 - [sanitizer] Fix gcc build.
Evgeniy Stepanov
- [compiler-rt] r182107 - [ASan] Make the regression test for time(NULL) Linux-specific, as it crashes on Darwin (and the problem used to occur on Linux).
Alexander Potapenko
- [compiler-rt] r182110 - [sanitizer] Fix build with Android NDK r8e.
Evgeniy Stepanov
- [compiler-rt] r182118 - [nolibc] Begin moving sanitizer_common's libc-dependent code to a separate library
Peter Collingbourne
- [compiler-rt] r182132 - [nolibc] Move all platforms to internal_getpid.
Peter Collingbourne
- [compiler-rt] r182177 - Fix the UBSan CMake build broken in r182118
David Blaikie
- [compiler-rt] r182177 - Fix the UBSan CMake build broken in r182118
Peter Collingbourne
- [compiler-rt] r182177 - Fix the UBSan CMake build broken in r182118
David Blaikie
- [compiler-rt] r182177 - Fix the UBSan CMake build broken in r182118
Peter Collingbourne
- [compiler-rt] r182177 - Fix the UBSan CMake build broken in r182118
Richard Smith
- [compiler-rt] r182198 - Replace CHECK(a == b); with CHECK_EQ(a, b); throughout asan_allocator2.cc
Timur Iskhodzhanov
- [compiler-rt] r182218 - Avoid rebuilding the RTSanitizerCommon objects when building clang_rt.san.
Richard Smith
- [dragonegg] r181688 - More IEEE 128 bit float tests that now pass.
Duncan Sands
- [dragonegg] r181883 - Fix PR15984: add support for loading from bitfields with a non-integer (but
Duncan Sands
- [dragonegg] r181889 - Reduce indentation.
Duncan Sands
- [dragonegg] r181898 - Tweak the previous patch adding support for loading bitfields of arbitrary
Duncan Sands
- [dragonegg] r182095 - Support for writing to bitfields of arbitrary scalar type. Tweak the code for
Duncan Sands
- [dragonegg] r182103 - Tests that we don't crash belong in the compilator testsuite.
Duncan Sands
- [dragonegg] r182105 - Don't create a volatile derived type metadatum from a function type then try to
Duncan Sands
- [dragonegg] r182192 - When creating subprogram metadata, DIBuilder doesn't want a derived type of any
Duncan Sands
- [dragonegg] r182193 - The "was gcc built with C++" flag is no longer set by gcc-4.8 as it is always
Duncan Sands
- [dragonegg] r182195 - Claim to support gcc-4.8 even though this isn't true yet.
Duncan Sands
- [dragonegg] r182196 - Use get_object_alignment rather than get_object_or_type_alignment for gcc-4.8.
Duncan Sands
- [dragonegg] r182208 - Fix up vector usage so that it works with both gcc-4.8 and earlier versions of
Duncan Sands
- [dragonegg] r182210 - Remove unused definition that collides with a gcc-4.8 definition.
Duncan Sands
- [lld] r181655 - [lld] Add help text for -flavor option.
Rui Ueyama
- [lld] r181749 - [lld][LayoutPass] Split buildFollowOnTable for readability.
Rui Ueyama
- [lld] r181752 - [lld][LayoutPass] Fix a bug that caused buildbot to fail on some platforms.
Rui Ueyama
- [lld] r181752 - [lld][LayoutPass] Fix a bug that caused buildbot to fail on some platforms.
David Blaikie
- [lld] r181752 - [lld][LayoutPass] Fix a bug that caused buildbot to fail on some platforms.
Rui Ueyama
- [lld] r181752 - [lld][LayoutPass] Fix a bug that caused buildbot to fail on some platforms.
David Blaikie
- [lld] r181804 - [lld][LayoutPass] Cleanup: replace (*atom).size() with atom->size().
Rui Ueyama
- [lld] r181822 - [lld] Allow flags other than -std= in CMAKE_CXX_FLAGS. Also simplify the IF conditions.
Rui Ueyama
- [lld] r181852 - [lld] Fix compiler warning that shift count is too big on P64.
Rui Ueyama
- [lld] r182031 - [lld] Fix inconsistent style and do cleanup.
Rui Ueyama
- [lld] r182033 - [lld] Do not create a temporary pair.
Rui Ueyama
- [lld] r182033 - [lld] Do not create a temporary pair.
Reid Kleckner
- [lld] r182033 - [lld] Do not create a temporary pair.
Rui Ueyama
- [lld] r182033 - [lld] Do not create a temporary pair.
Chandler Carruth
- [lld] r182076 - [lld][ELF][X86_64] Reorganize X86_64 Target specific code
Shankar Easwaran
- [lld] r182076 - [lld][ELF][X86_64] Reorganize X86_64 Target specific code
Rui Ueyama
- [lld] r182076 - [lld][ELF][X86_64] Reorganize X86_64 Target specific code
Sean Silva
- [lld] r182076 - [lld][ELF][X86_64] Reorganize X86_64 Target specific code
Shankar Easwaran
- [lld] r182076 - [lld][ELF][X86_64] Reorganize X86_64 Target specific code
Sean Silva
- [lld] r182076 - [lld][ELF][X86_64] Reorganize X86_64 Target specific code
Shankar Easwaran
- [lld] r182076 - [lld][ELF][X86_64] Reorganize X86_64 Target specific code
Rafael Espíndola
- [lld] r182076 - [lld][ELF][X86_64] Reorganize X86_64 Target specific code
Shankar Easwaran
- [lld] r182077 - [lld][ELF][All Archs] Addend is used by dynamic relocations
Shankar Easwaran
- [lld] r182230 - [lld][ELF][x86_64, hexagon] Changed dynamic atoms to live in anonymous namespace
Shankar Easwaran
- [llvm] r174904 - Extend Hexagon hardware loop generation to handle various additional cases:
Hal Finkel
- [llvm] r176367 - Generate an error message instead of asserting or segfaulting when we can't
Hal Finkel
- [llvm] r177055 - PR14972: SROA vs. GVN exposed a really bad bug in SROA.
Duncan Sands
- [llvm] r181145 - Remove a recently redundant transform from X86ISelLowering.
Evan Cheng
- [llvm] r181145 - Remove a recently redundant transform from X86ISelLowering.
David Majnemer
- [llvm] r181145 - Remove a recently redundant transform from X86ISelLowering.
Evan Cheng
- [llvm] r181344 - Hexagon: Fix Small Data support to handle -G 0 correctly.
Jyotsna Verma
- [llvm] r181450 - [PowerPC] Fix regression in generating @ha/@l relocs
Hal Finkel
- [llvm] r181450 - [PowerPC] Fix regression in generating @ha/@l relocs
Bill Wendling
- [llvm] r181524 - Don't replace an alias in llvm.used with its target.
Rafael Espíndola
- [llvm] r181524 - Don't replace an alias in llvm.used with its target.
Chris Lattner
- [llvm] r181524 - Don't replace an alias in llvm.used with its target.
Bill Wendling
- [llvm] r181576 - R600: Expand vselect for v4i32 and v2i32
Bill Wendling
- [llvm] r181586 - InstCombine: Verify the type before transforming uitofp into select.
Bill Wendling
- [llvm] r181678 - XFAIL this test for mingw too.
NAKAMURA Takumi
- [llvm] r181678 - XFAIL this test for mingw too.
Bill Wendling
- [llvm] r181682 - Fix PR15950 A bug in DAG Combiner about undef mask
Bob Wilson
- [llvm] r181689 - Suppress GCC compiler warnings in release builds about variables that are only
Duncan Sands
- [llvm] r181696 - Correctly preserve the input chain for potential tailcall nodes whose
Lang Hames
- [llvm] r181705 - The purpose of the patch is to fix the syntax of ARM mrc and mrc2 instructions when they are used to write to the APSR. In this case, the destination operand should be APSR_nzcv, and the encoding of the target should be 0b1111 (same as for PC). In pre-UAL syntax, this form used the PC register as a textual target. This is still allowed for backward compatibility.
Mihai Popa
- [llvm] r181706 - Remove unused fields and arguments.
Rafael Espindola
- [llvm] r181706 - Remove unused fields and arguments.
NAKAMURA Takumi
- [llvm] r181706 - Remove unused fields and arguments.
Bill Wendling
- [llvm] r181713 - [mips] Rename functions. No functionality changes.
Akira Hatanaka
- [llvm] r181714 - [mips] Define a helper function which creates an instruction with the same
Akira Hatanaka
- [llvm] r181715 - Fix a bug that APFloat::fusedMultiplyAdd() mistakenly evaluate "14.5f * -14.5f + 225.0f" to 225.0f.
Shuxin Yang
- [llvm] r181718 - [mips] Add option -mno-ldc1-sdc1.
Akira Hatanaka
- [llvm] r181719 - [objc-arc] Move the before optimization statistics gathering phase out of OptimizeIndividualCalls.
Michael Gottesman
- [llvm] r181721 - Remove redundant variable introduced by r181682.
Bob Wilson
- [llvm] r181723 - PPC64: Constant initializers with dynamic relocations go in .data.rel.ro.
Bill Schmidt
- [llvm] r181725 - Fix goofy commentary in PPCTargetObjectFile.cpp.
Bill Schmidt
- [llvm] r181726 - [objc-arc-opts] Add comment to BBState making it clear that get{TopDown, BottomUp}PtrState will create a new PtrState object if it does not find a PtrState for Arg.
Michael Gottesman
- [llvm] r181729 - Mips assembler: Assembler macro ADDIU $rs,imm
Jack Carter
- [llvm] r181729 - Mips assembler: Assembler macro ADDIU $rs,imm
Tim Northover
- [llvm] r181729 - Mips assembler: Assembler macro ADDIU $rs,imm
Jack Carter
- [llvm] r181733 - Move a couple more statistics inside '#ifndef NDEBUG'.
Matt Beaumont-Gay
- [llvm] r181733 - Move a couple more statistics inside '#ifndef NDEBUG'.
Michael Gottesman
- [llvm] r181743 - [objc-arc-opts] In the presense of an alloca unconditionally remove RR pairs if and only if we are both KnownSafeBU/KnownSafeTD rather than just either or.
Michael Gottesman
- [llvm] r181745 - [objc-arc-opts] Added debug statements when we set and unset whether a pointer is known positive.
Michael Gottesman
- [llvm] r181746 - LoopVectorize: Handle loops with multiple forward inductions
Arnold Schwaighofer
- [llvm] r181748 - Assert that DIEEntries are constructed with non-null DIEs
David Blaikie
- [llvm] r181751 - StackColoring: don't clear an instruction's mem operand if the underlying
Akira Hatanaka
- [llvm] r181753 - This is the first of three patches which creates stubs used for
Reed Kotler
- [llvm] r181753 - This is the first of three patches which creates stubs used for
Kostya Serebryany
- [llvm] r181753 - This is the first of three patches which creates stubs used for
reed kotler
- [llvm] r181753 - This is the first of three patches which creates stubs used for
Kostya Serebryany
- [llvm] r181753 - This is the first of three patches which creates stubs used for
reed kotler
- [llvm] r181753 - This is the first of three patches which creates stubs used for
David Blaikie
- [llvm] r181753 - This is the first of three patches which creates stubs used for
reed kotler
- [llvm] r181753 - This is the first of three patches which creates stubs used for
Jim Grosbach
- [llvm] r181753 - This is the first of three patches which creates stubs used for
Doug Gilmore
- [llvm] r181753 - This is the first of three patches which creates stubs used for
reed kotler
- [llvm] r181753 - This is the first of three patches which creates stubs used for
Rafael Espíndola
- [llvm] r181753 - This is the first of three patches which creates stubs used for
reed kotler
- [llvm] r181753 - This is the first of three patches which creates stubs used for
Eric Christopher
- [llvm] r181753 - This is the first of three patches which creates stubs used for
Jim Grosbach
- [llvm] r181753 - This is the first of three patches which creates stubs used for
Jim Grosbach
- [llvm] r181753 - This is the first of three patches which creates stubs used for
reed kotler
- [llvm] r181753 - This is the first of three patches which creates stubs used for
reed kotler
- [llvm] r181753 - This is the first of three patches which creates stubs used for
Eric Christopher
- [llvm] r181753 - This is the first of three patches which creates stubs used for
Rafael Espíndola
- [llvm] r181753 - This is the first of three patches which creates stubs used for
reed kotler
- [llvm] r181753 - This is the first of three patches which creates stubs used for
reed kotler
- [llvm] r181753 - This is the first of three patches which creates stubs used for
Eric Christopher
- [llvm] r181754 - Removed an unnamed namespace and forgot to make two of the functions inside
Reed Kotler
- [llvm] r181759 - Fix typo.
Reed Kotler
- [llvm] r181759 - Fix typo.
Rafael Espíndola
- [llvm] r181759 - Fix typo.
Reed Kotler
- [llvm] r181759 - Fix typo.
Reed Kotler
- [llvm] r181759 - Fix typo.
Reed Kotler
- [llvm] r181760 - Removed trailing whitespace.
Michael Gottesman
- [llvm] r181769 - [SystemZ] Match operands to fields by name rather than by order
Richard Sandiford
- [llvm] r181771 - [SystemZ] Match operands to fields by name rather than by order
Richard Sandiford
- [llvm] r181771 - [SystemZ] Match operands to fields by name rather than by order
Richard Sandiford
- [llvm] r181771 - [SystemZ] Match operands to fields by name rather than by order
Jakob Stoklund Olesen
- [llvm] r181771 - [SystemZ] Match operands to fields by name rather than by order
Richard Sandiford
- [llvm] r181771 - [SystemZ] Match operands to fields by name rather than by order
Jakob Stoklund Olesen
- [llvm] r181772 - [SystemZ] Remove bogus isAsmParserOnly
Richard Sandiford
- [llvm] r181773 - [SystemZ] Rework handling of constant PC-relative operands
Richard Sandiford
- [llvm] r181774 - [SystemZ] Add extra testscases for r181773
Richard Sandiford
- [llvm] r181775 - R600/SI: Add lit test coverage for the remaining patterns added recently
Michel Danzer
- [llvm] r181777 - [SystemZ] Add disassembler support
Richard Sandiford
- [llvm] r181777 - [SystemZ] Add disassembler support
Chris Lattner
- [llvm] r181777 - [SystemZ] Add disassembler support
Richard Sandiford
- [llvm] r181777 - [SystemZ] Add disassembler support
Chris Lattner
- [llvm] r181785 - Declare __clear_cache.
Rafael Espindola
- [llvm] r181785 - Declare __clear_cache.
Matt Beaumont-Gay
- [llvm] r181785 - Declare __clear_cache.
Rafael Espíndola
- [llvm] r181788 - Get the unittests compiling when building with cmake and the setting
Duncan Sands
- [llvm] r181792 - R600/SI: Add processor type for Hainan asic
Tom Stellard
- [llvm] r181792 - R600/SI: Add processor type for Hainan asic
Tom Stellard
- [llvm] r181792 - R600/SI: Add processor type for Hainan asic
Bill Wendling
- [llvm] r181797 - Hexagon: Remove dead-code after unconditional return from addPreSched2.
Jyotsna Verma
- [llvm] r181799 - Hexagon: Test case to check if branch probabilities are properly reflected in
Jyotsna Verma
- [llvm] r181800 - PPC32: Fix stack collision between FP and CR save areas.
Bill Schmidt
- [llvm] r181800 - PPC32: Fix stack collision between FP and CR save areas.
Hal Finkel
- [llvm] r181800 - PPC32: Fix stack collision between FP and CR save areas.
Bill Wendling
- [llvm] r181801 - Fix ARM FastISel tests, as a first step to enabling ARM FastISel
Derek Schuff
- [llvm] r181802 - Add bitcast to store of personality function.
Kai Nacke
- [llvm] r181802 - Add bitcast to store of personality function.
Bill Wendling
- [llvm] r181802 - Add bitcast to store of personality function.
David Blaikie
- [llvm] r181802 - Add bitcast to store of personality function.
Kai Nacke
- [llvm] r181803 - Hexagon: ArePredicatesComplement should not restrict itself to TFRs.
Jyotsna Verma
- [llvm] r181805 - Hexagon: Add patterns to generate 'combine' instructions.
Jyotsna Verma
- [llvm] r181808 - Recognize sparc64 as an alias for sparcv9 triples.
Jakob Stoklund Olesen
- [llvm] r181809 - Subtract isn't commutative, fix this for MMX psub.
Eric Christopher
- [llvm] r181811 - Fix __clear_cache declaration.
Rafael Espindola
- [llvm] r181812 - Temporarily revert "Subtract isn't commutative, fix this for MMX psub."
Eric Christopher
- [llvm] r181814 - Reapply "Subtract isn't commutative, fix this for MMX psub." with
Eric Christopher
- [llvm] r181817 - Hexagon: Pass to replace tranfer/copy instructions into combine instruction
Jyotsna Verma
- [llvm] r181820 - SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the
Filip Pizlo
- [llvm] r181821 - Implement the PowerPC system call (sc) instruction.
Bill Schmidt
- [llvm] r181824 - Refactor string checking. No functionality change.
Michael Liao
- [llvm] r181827 - Add 'CHECK-DAG' support
Michael Liao
- [llvm] r181835 - Make getCompileUnit non-const and return the current DIE if it
Eric Christopher
- [llvm] r181835 - Make getCompileUnit non-const and return the current DIE if it
David Blaikie
- [llvm] r181835 - Make getCompileUnit non-const and return the current DIE if it
Eric Christopher
- [llvm] r181836 - Add -Wreorder to the list of C++ warnings.
Eric Christopher
- [llvm] r181837 - Revert previous patch, it's actually on under Wall.
Eric Christopher
- [llvm] r181838 - GlobalOpt: fix an issue where CXAAtExitFn points to a deleted function.
Manman Ren
- [llvm] r181842 - ARM ISel: Don't create illegal types during LowerMUL
Arnold Schwaighofer
- [llvm] r181842 - ARM ISel: Don't create illegal types during LowerMUL
Renato Golin
- [llvm] r181842 - ARM ISel: Don't create illegal types during LowerMUL
Bill Wendling
- [llvm] r181843 - Object: Fix Mach-O relocation printing.
Ahmed Bougacha
- [llvm] r181844 - ExceptionDemo: Corresponding to r181820, SectionMemoryManager should belong to RTDyldMemoryManager.
NAKAMURA Takumi
- [llvm] r181848 - Fix two typo
Sylvestre Ledru
- [llvm] r181851 - Speed up Value::isUsedInBasicBlock() for long use lists.
Jakob Stoklund Olesen
- [llvm] r181860 - LoopVectorize: Hoist conditional loads if possible
Arnold Schwaighofer
- [llvm] r181862 - LoopVectorize: Fix comments
Arnold Schwaighofer
- [llvm] r181864 - ELFRelocationEntry::operator<(): Try to stabilize the order. r_offset was insufficient to sort Relocs.
NAKAMURA Takumi
- [llvm] r181864 - ELFRelocationEntry::operator<(): Try to stabilize the order. r_offset was insufficient to sort Relocs.
NAKAMURA Takumi
- [llvm] r181864 - ELFRelocationEntry::operator<(): Try to stabilize the order. r_offset was insufficient to sort Relocs.
Rafael Espíndola
- [llvm] r181864 - ELFRelocationEntry::operator<(): Try to stabilize the order. r_offset was insufficient to sort Relocs.
NAKAMURA Takumi
- [llvm] r181864 - ELFRelocationEntry::operator<(): Try to stabilize the order. r_offset was insufficient to sort Relocs.
Rafael Espíndola
- [llvm] r181864 - ELFRelocationEntry::operator<(): Try to stabilize the order. r_offset was insufficient to sort Relocs.
Bill Wendling
- [llvm] r181864 - ELFRelocationEntry::operator<(): Try to stabilize the order. r_offset was insufficient to sort Relocs.
Rafael Espíndola
- [llvm] r181864 - ELFRelocationEntry::operator<(): Try to stabilize the order. r_offset was insufficient to sort Relocs.
Bill Wendling
- [llvm] r181868 - Use only explicit bool conversion operators
David Blaikie
- [llvm] r181868 - Use only explicit bool conversion operators
Timur Iskhodzhanov
- [llvm] r181868 - Use only explicit bool conversion operators
David Blaikie
- [llvm] r181868 - Use only explicit bool conversion operators
David Blaikie
- [llvm] r181868 - Use only explicit bool conversion operators
Jeffrey Yasskin
- [llvm] r181873 - Fix build on Windows
Timur Iskhodzhanov
- [llvm] r181878 - [SystemZ] Consolidate assembler tests into 4 big tests
Richard Sandiford
- [llvm] r181879 - [SystemZ] Consolidate disassembler tests for valid input into 2 big tests
Richard Sandiford
- [llvm] r181882 - [SystemZ] Add more future work items to the README
Richard Sandiford
- [llvm] r181886 - Add Jade to the list of external projects using LLVM in the release notes.
Arnaud A. de Grandmaison
- [llvm] r181886 - Add Jade to the list of external projects using LLVM in the release notes.
Arnaud A. de Grandmaison
- [llvm] r181886 - Add Jade to the list of external projects using LLVM in the release notes.
Sean Silva
- [llvm] r181886 - Add Jade to the list of external projects using LLVM in the release notes.
Bill Wendling
- [llvm] r181891 - [PowerPC] Correctly handle fixups of other than 4 byte size
Ulrich Weigand
- [llvm] r181892 - [PowerPC] Add test case for r181891
Ulrich Weigand
- [llvm] r181893 - [SystemZ] Make use of SUBTRACT HALFWORD
Richard Sandiford
- [llvm] r181894 - [PowerPC] Remove need for adjustFixupOffst hack
Ulrich Weigand
- [llvm] r181895 - Remove MCELFObjectTargetWriter::adjustFixupOffset hack
Ulrich Weigand
- [llvm] r181895 - Remove MCELFObjectTargetWriter::adjustFixupOffset hack
Rafael Espíndola
- [llvm] r181897 - Support unaligned load/store on more ARM targets
Derek Schuff
- [llvm] r181897 - Support unaligned load/store on more ARM targets
Anton Korobeynikov
- [llvm] r181897 - Support unaligned load/store on more ARM targets
Derek Schuff
- [llvm] r181897 - Support unaligned load/store on more ARM targets
Anton Korobeynikov
- [llvm] r181900 - Add missing #include
Douglas Gregor
- [llvm] r181900 - Add missing #include
David Blaikie
- [llvm] r181901 - [objc-arc] Fixed a spelling error and made the statistic descriptions be consistent about their usage of periods.
Michael Gottesman
- [llvm] r181906 - Whitespace.
NAKAMURA Takumi
- [llvm] r181907 - PPCISelLowering.h: Escape \@ in comments. [-Wdocumentation]
NAKAMURA Takumi
- [llvm] r181910 - Cleanup relocation sorting for ELF.
Rafael Espindola
- [llvm] r181922 - Fix miscompile due to StackColoring incorrectly merging stack slots (PR15707)
Derek Schuff
- [llvm] r181925 - Add lldb and polly to the projects to tag.
Bill Wendling
- [llvm] r181926 - Fix legalization of SETCC with promoted integer intrinsics
Hal Finkel
- [llvm] r181926 - Fix legalization of SETCC with promoted integer intrinsics
Duncan Sands
- [llvm] r181926 - Fix legalization of SETCC with promoted integer intrinsics
Hal Finkel
- [llvm] r181927 - Implement PPC counter loops as a late IR-level pass
Hal Finkel
- [llvm] r181927 - Implement PPC counter loops as a late IR-level pass
Ulrich Weigand
- [llvm] r181927 - Implement PPC counter loops as a late IR-level pass
Hal Finkel
- [llvm] r181927 - Implement PPC counter loops as a late IR-level pass
Ulrich Weigand
- [llvm] r181927 - Implement PPC counter loops as a late IR-level pass
Hal Finkel
- [llvm] r181927 - Implement PPC counter loops as a late IR-level pass
Ulrich Weigand
- [llvm] r181927 - Implement PPC counter loops as a late IR-level pass
Hal Finkel
- [llvm] r181927 - Implement PPC counter loops as a late IR-level pass
Ulrich Weigand
- [llvm] r181930 - Use proper syntax.
Bill Wendling
- [llvm] r181937 - X86: Remove redundant test instructions
David Majnemer
- [llvm] r181937 - X86: Remove redundant test instructions
Pete Cooper
- [llvm] r181937 - X86: Remove redundant test instructions
Chris Lattner
- [llvm] r181937 - X86: Remove redundant test instructions
David Majnemer
- [llvm] r181937 - X86: Remove redundant test instructions
Chris Lattner
- [llvm] r181937 - X86: Remove redundant test instructions
Manman Ren
- [llvm] r181937 - X86: Remove redundant test instructions
David Majnemer
- [llvm] r181937 - X86: Remove redundant test instructions
Manman Ren
- [llvm] r181937 - X86: Remove redundant test instructions
David Majnemer
- [llvm] r181937 - X86: Remove redundant test instructions
Manman Ren
- [llvm] r181937 - X86: Remove redundant test instructions
David Majnemer
- [llvm] r181937 - X86: Remove redundant test instructions
Manman Ren
- [llvm] r181938 - undef setjmp in PPCCTRLoops
Hal Finkel
- [llvm] r181939 - Set an explicit triple for this test.
David Majnemer
- [llvm] r181941 - Delete dead code.
Rafael Espindola
- [llvm] r181942 - LoopVectorize: Move call of canHoistAllLoads to canVectorizeWithIfConvert
Arnold Schwaighofer
- [llvm] r181943 - Remove dead code.
Eli Bendersky
- [llvm] r181944 - Revert "Support unaligned load/store on more ARM targets"
Derek Schuff
- [llvm] r181944 - Revert "Support unaligned load/store on more ARM targets"
Nick Lewycky
- [llvm] r181972 - Patch number 2 for mips16/32 floating point interoperability stubs.
Reed Kotler
- [llvm] r181973 - Fix PBQP graph iterator typedefs.
Lang Hames
- [llvm] r181975 - Removed dead code.
Rafael Espindola
- [llvm] r181976 - Extend test for better coverage.
Rafael Espindola
- [llvm] r181978 - Respect the 'nobuiltin' attribute when determining if a call is to a memory builtin.
Richard Smith
- [llvm] r181979 - Don't call addFrameMove on XCore.
Rafael Espindola
- [llvm] r181982 - Delete dead code.
Rafael Espindola
- [llvm] r181993 - Removed unused variable, detected by gcc
Patrik Hagglund
- [llvm] r181994 - [msan] Switch TLS globals to initial-exec model.
Evgeniy Stepanov
- [llvm] r181999 - Relax CHECK-NEXTs a bit to cope with atom's return nop padding.
Benjamin Kramer
- [llvm] r182007 - [SystemZ] Tweak register array comment
Richard Sandiford
- [llvm] r182009 - Extend test to check the .cfi instructions.
Rafael Espindola
- [llvm] r182011 - Add more addFrameMove test coverage.
Rafael Espindola
- [llvm] r182012 - [PowerPC] Report true displacement value from getPreIndexedAddressParts
Ulrich Weigand
- [llvm] r182016 - Remove dead calls to addFrameMove.
Rafael Espindola
- [llvm] r182017 - Add more test coverage for addFrameMove.
Rafael Espindola
- [llvm] r182018 - Fixing a 64-bit conversion warning in MSVC.
Aaron Ballman
- [llvm] r182019 - Add more addFrameMove test coverage.
Rafael Espindola
- [llvm] r182020 - Use new CHECK-DAG support to stabilize CodeGen/PowerPC/recipest.ll
Bill Schmidt
- [llvm] r182021 - More addFrameMove test coverage.
Rafael Espindola
- [llvm] r182022 - Add a triple to the test to try to fix the windows bots.
Rafael Espindola
- [llvm] r182023 - PPC32 cannot form counter loops around i64 FP conversions
Hal Finkel
- [llvm] r182023 - PPC32 cannot form counter loops around i64 FP conversions
Chris Lattner
- [llvm] r182023 - PPC32 cannot form counter loops around i64 FP conversions
Hal Finkel
- [llvm] r182023 - PPC32 cannot form counter loops around i64 FP conversions
Hal Finkel
- [llvm] r182023 - PPC32 cannot form counter loops around i64 FP conversions
Ulrich Weigand
- [llvm] r182023 - PPC32 cannot form counter loops around i64 FP conversions
Hal Finkel
- [llvm] r182023 - PPC32 cannot form counter loops around i64 FP conversions
Ulrich Weigand
- [llvm] r182023 - PPC32 cannot form counter loops around i64 FP conversions
Hal Finkel
- [llvm] r182023 - PPC32 cannot form counter loops around i64 FP conversions
Ulrich Weigand
- [llvm] r182032 - [PowerPC] Use true offset value in "memrix" machine operands
Ulrich Weigand
- [llvm] r182034 - Add TargetRegisterInfo::getCoveringLanes().
Jakob Stoklund Olesen
- [llvm] r182034 - Add TargetRegisterInfo::getCoveringLanes().
Krzysztof Parzyszek
- [llvm] r182035 - [mips] Delete unused enum value.
Akira Hatanaka
- [llvm] r182036 - [mips] Fix indentation.
Akira Hatanaka
- [llvm] r182038 - DAGCombine: Also shrink eq compares where the constant is exactly as large as the smaller type.
Benjamin Kramer
- [llvm] r182040 - Mips assembler: Add branch macro definitions
Jack Carter
- [llvm] r182040 - Mips assembler: Add branch macro definitions
Rafael Espíndola
- [llvm] r182041 - More test coverage for addFrameMove.
Rafael Espindola
- [llvm] r182042 - [mips] Fix instruction selection pattern for sint_to_fp node to avoid emitting an
Akira Hatanaka
- [llvm] r182044 - [mips] Test case for r182042. Add comment.
Akira Hatanaka
- [llvm] r182045 - Create an new preheader in PPCCTRLoops to avoid counter register clobbers
Hal Finkel
- [llvm] r182046 - More addFrameMove test coverage.
Rafael Espindola
- [llvm] r182047 - Mips td file formatting: white space and long lines
Jack Carter
- [llvm] r182048 - Mips assembler: Add TwoOperandConstraint definitions
Jack Carter
- [llvm] r182049 - Fix cpu on test CodeGen/PowerPC/ctrloop-fp64.ll
Hal Finkel
- [llvm] r182050 - [mips] Factor out unaligned store lowering code.
Akira Hatanaka
- [llvm] r182051 - More test coverage for addFrameMove.
Rafael Espindola
- [llvm] r182052 - Remove addFrameMove.
Rafael Espindola
- [llvm] r182053 - [mips] Improve instruction selection for pattern (store (fp_to_sint $src), $ptr).
Akira Hatanaka
- [llvm] r182054 - llvm-objdump: Initialize MCDisassembler once instead of for each section.
Ahmed Bougacha
- [llvm] r182062 - Generate debug info for by-value struct args even if they are not used.
Adrian Prantl
- [llvm] r182062 - Generate debug info for by-value struct args even if they are not used.
Eric Christopher
- [llvm] r182062 - Generate debug info for by-value struct args even if they are not used.
Adrian Prantl
- [llvm] r182062 - Generate debug info for by-value struct args even if they are not used.
Eric Christopher
- [llvm] r182062 - Generate debug info for by-value struct args even if they are not used.
Adrian Prantl
- [llvm] r182062 - Generate debug info for by-value struct args even if they are not used.
Eric Christopher
- [llvm] r182062 - Generate debug info for by-value struct args even if they are not used.
Adrian Prantl
- [llvm] r182062 - Generate debug info for by-value struct args even if they are not used.
Eric Christopher
- [llvm] r182062 - Generate debug info for by-value struct args even if they are not used.
Bob Wilson
- [llvm] r182062 - Generate debug info for by-value struct args even if they are not used.
Eric Christopher
- [llvm] r182062 - Generate debug info for by-value struct args even if they are not used.
Bob Wilson
- [llvm] r182062 - Generate debug info for by-value struct args even if they are not used.
Eric Christopher
- [llvm] r182062 - Generate debug info for by-value struct args even if they are not used.
Adrian Prantl
- [llvm] r182062 - Generate debug info for by-value struct args even if they are not used.
Eric Christopher
- [llvm] r182063 - [Sparc] Prevent instructions that defines or uses %o7 to be in call's delay slot.
Venkatraman Govindaraju
- [llvm] r182084 - R600/SI: return undef instead of null for skipped arguments
Christian Konig
- [llvm] r182084 - R600/SI: return undef instead of null for skipped arguments
Christian König
- [llvm] r182085 - Minor changes to the MCJITTest unittests to use the correct API for finalizing
David Tweed
- [llvm] r182085 - Minor changes to the MCJITTest unittests to use the correct API for finalizing
Amara Emerson
- [llvm] r182085 - Minor changes to the MCJITTest unittests to use the correct API for finalizing
David Tweed
- [llvm] r182085 - Minor changes to the MCJITTest unittests to use the correct API for finalizing
Kaylor, Andrew
- [llvm] r182086 - Don't cast away constness.
Benjamin Kramer
- [llvm] r182090 - Fix a typo (ouput => output)
Sylvestre Ledru
- [llvm] r182091 - [PowerPC] Fix processing of ha16/lo16 fixups
Ulrich Weigand
- [llvm] r182092 - [PowerPC] Merge/rename PPC fixup types
Ulrich Weigand
- [llvm] r182097 - [PowerPC] Fix hi/lo encoding in old-style code emitter
Ulrich Weigand
- [llvm] r182098 - r182085 introduced a change that triggered an assertion on ARM. This is an immediate fix
David Tweed
- [llvm] r182100 - LoopVectorize: Simplify code. No functionality change.
Benjamin Kramer
- [llvm] r182101 - FileCheckize test.
Benjamin Kramer
- [llvm] r182102 - X86: Make shuffle -> shift conversion more aggressive about undefs.
Benjamin Kramer
- [llvm] r182108 - [Sparc] Implements hasReservedCallFrame and hasFP.
Venkatraman Govindaraju
- [llvm] r182108 - [Sparc] Implements hasReservedCallFrame and hasFP.
Jakob Stoklund Olesen
- [llvm] r182108 - [Sparc] Implements hasReservedCallFrame and hasFP.
Venkatraman Govindaraju
- [llvm] r182108 - [Sparc] Implements hasReservedCallFrame and hasFP.
Jakob Stoklund Olesen
- [llvm] r182112 - R600: Pass MCSubtargetInfo reference to R600CodeEmitter
Tom Stellard
- [llvm] r182112 - R600: Pass MCSubtargetInfo reference to R600CodeEmitter
Rafael Espíndola
- [llvm] r182112 - R600: Pass MCSubtargetInfo reference to R600CodeEmitter
Tom Stellard
- [llvm] r182113 - R600: Fix encoding for R600 family GPUs
Tom Stellard
- [llvm] r182113 - R600: Fix encoding for R600 family GPUs
Tom Stellard
- [llvm] r182113 - R600: Fix encoding for R600 family GPUs
Bill Wendling
- [llvm] r182121 - R600: prettier dump of clamp
Vincent Lejeune
- [llvm] r182122 - R600: Factorize Fetch size limit inside AMDGPUSubTarget
Vincent Lejeune
- [llvm] r182122 - R600: Factorize Fetch size limit inside AMDGPUSubTarget
Matt Beaumont-Gay
- [llvm] r182123 - R600: Some factorization
Vincent Lejeune
- [llvm] r182124 - R600: Rename 128 bit registers.
Vincent Lejeune
- [llvm] r182125 - R600: Improve texture handling
Vincent Lejeune
- [llvm] r182126 - R600: Relax some vector constraints on Dot4.
Vincent Lejeune
- [llvm] r182127 - R600: Replace big texture opcode switch in scheduler by usesTC/usesVC
Vincent Lejeune
- [llvm] r182128 - R600: Use depth first scheduling algorithm
Vincent Lejeune
- [llvm] r182129 - R600: Use bottom up scheduling algorithm
Vincent Lejeune
- [llvm] r182130 - R600: Lower int_load_input to copyFromReg instead of Register node
Vincent Lejeune
- [llvm] r182131 - Add missing verb to comment in PassNameParser.h
Derek Schuff
- [llvm] r182164 - Add missing -*- C++ -*- to headers
Matt Arsenault
- [llvm] r182165 - Replace redundant code
Matt Arsenault
- [llvm] r182168 - Fix the build in c++11 mode.
Rafael Espindola
- [llvm] r182169 - Convert obj2yaml to use yamlio.
Rafael Espindola
- [llvm] r182169 - Convert obj2yaml to use yamlio.
Bob Wilson
- [llvm] r182172 - Fix the configure build.
Rafael Espindola
- [llvm] r182175 - Support unaligned load/store on more ARM targets
JF Bastien
- [llvm] r182180 - Add LLVMContext argument to getSetCCResultType
Matt Arsenault
- [llvm] r182181 - Remove duplicated comment
Matt Arsenault
- [llvm] r182184 - X86: Bad peephole interaction between adc, MOV32r0
David Majnemer
- [llvm] r182190 - AArch64: add CMake dependency to fix very parallel builds
Tim Northover
- [llvm] r182191 - Check InlineAsm clobbers in PPCCTRLoops
Hal Finkel
- [llvm] r182194 - Add basic support for ELF32-ppc relocations to llvm-dwarfdump.
Benjamin Kramer
- [llvm] r182197 - docs/Passes: fix some typos
Dmitri Gribenko
- [llvm] r182199 - LoopVectorize: Handle single edge PHIs
Arnold Schwaighofer
- [llvm] r182200 - isKnownToBeAPowerOfTwo: (X & Y) + Y is a power of 2 or zero if y is also.
David Majnemer
- [llvm] r182200 - isKnownToBeAPowerOfTwo: (X & Y) + Y is a power of 2 or zero if y is also.
Duncan Sands
- [llvm] r182200 - isKnownToBeAPowerOfTwo: (X & Y) + Y is a power of 2 or zero if y is also.
David Majnemer
- [llvm] r182200 - isKnownToBeAPowerOfTwo: (X & Y) + Y is a power of 2 or zero if y is also.
David Majnemer
- [llvm] r182201 - Unsupported remote JIT on ARM
Renato Golin
- [llvm] r182209 - Print uint64_t -debug text correctly on 32-bit hosts
Tim Northover
- [llvm] r182211 - Move the remaining simplify-libcalls tests to instcombine, merging most of them into a single file.
Benjamin Kramer
- [llvm] r182212 - Temporarily disable this test because it is failing when using libc++.
Bob Wilson
- [llvm] r182213 - Invalidate instruction cache when setting memory to be executable.
Tim Northover
- [llvm] r182214 - AArch64: make RuntimeDyld relocations idempotent
Tim Northover
- [llvm] r182216 - Handle i64 FrameIndex nodes in SPARC v9 mode.
Jakob Stoklund Olesen
- [llvm] r182217 - AArch64: enable MCJIT unittests
Tim Northover
- [llvm] r182219 - [Sparc] Rearrange integer registers' allocation order so that register allocator will use I and G registers before using L and O registers.
Venkatraman Govindaraju
- [llvm] r182220 - SubArch support in MCJIT unittest
Renato Golin
- [llvm] r182221 - Implement SPselectfcc for i64 operands.
Jakob Stoklund Olesen
- [llvm] r182222 - Add floating point selects on %xcc predicates.
Jakob Stoklund Olesen
- [llvm] r182223 - Remove declaration of __clear_cache for __APPLE__. <rdar://problem/13924072>
Bob Wilson
- [llvm] r182224 - Select i64 values with %icc conditions.
Jakob Stoklund Olesen
- [llvm] r182225 - Don't use %g0 to materialize 0 directly.
Jakob Stoklund Olesen
- [llvm] r182226 - Replace some bit operations with simpler ones. No functionality change.
Benjamin Kramer
- [llvm] r182227 - Mark i64 SETCC as expand so it is turned into a SELECT_CC.
Jakob Stoklund Olesen
- [llvm] r182228 - Implement spill and fill of I64Regs.
Jakob Stoklund Olesen
- [llvm] r182229 - Also expand 64-bit bitcasts.
Jakob Stoklund Olesen
- [llvm] r182233 - Partially revert change in r181200 that tried to simplify JIT unit test #ifdefs.
Bob Wilson
- [Mesa-dev] [PATCH 2/2] R600: Fix encoding for R600 family GPUs
Vincent Lejeune
- [Mesa-dev] R600/SI Patches: A few cleanups for compute
Michel Dänzer
- [Mesa-dev] R600: Various improvements
Tom Stellard
- [Mesa-dev] R600: Various improvements
Vincent Lejeune
- [Mesa-dev] R600: Various improvements
Tom Stellard
- [NVPTX] [PING] Changing DrvInterface from command line option to target feature
Dmitry N. Mikushin
- [PATCH 1/2] R600: Pass MCSubtargetInfo reference to R600CodeEmitter
Tom Stellard
- [PATCH 2/2] R600: Fix encoding for R600 family GPUs
Tom Stellard
- [PATCH] -fstack-protector-strong part 3: data layout
Magee, Joshua
- [PATCH] -fstack-protector-strong part 3: data layout
Evan Cheng
- [PATCH] -fstack-protector-strong part 3: data layout
Magee, Joshua
- [PATCH]: Add a flag to the DWARF Compile Unit to indicate if it was compiled with ARC
Adrian Prantl
- [PATCH]: Add a flag to the DWARF Compile Unit to indicate if it was compiled with ARC
Eric Christopher
- [PATCH]: Add a flag to the DWARF Compile Unit to indicate if it was compiled with ARC
Adrian Prantl
- [PATCH]: Add a flag to the DWARF Compile Unit to indicate if it was compiled with ARC
Eric Christopher
- [PATCH]: Add a flag to the DWARF Compile Unit to indicate if it was compiled with ARC
John McCall
- [PATCH]: Add a flag to the DWARF Compile Unit to indicate if it was compiled with ARC
Eric Christopher
- [PATCH]: Add a flag to the DWARF Compile Unit to indicate if it was compiled with ARC
Adrian Prantl
- [PATCH]: Add a flag to the DWARF Compile Unit to indicate if it was compiled with ARC
Eric Christopher
- [PATCH]: Add a flag to the DWARF Compile Unit to indicate if it was compiled with ARC
Eric Christopher
- [PATCH]: Add a flag to the DWARF Compile Unit to indicate if it was compiled with ARC
John McCall
- [PATCH]: Add a flag to the DWARF Compile Unit to indicate if it was compiled with ARC
Eric Christopher
- [PATCH]: Add a flag to the DWARF Compile Unit to indicate if it was compiled with ARC
Adrian Prantl
- [PATCH]: Add a flag to the DWARF Compile Unit to indicate if it was compiled with ARC
John McCall
- [PATCH]: Add a flag to the DWARF Compile Unit to indicate if it was compiled with ARC
Adrian Prantl
- [PATCH]: Add a flag to the DWARF Compile Unit to indicate if it was compiled with ARC
John McCall
- [PATCH]: Add a flag to the DWARF Compile Unit to indicate if it was compiled with ARC
Eric Christopher
- [PATCH]: Add a flag to the DWARF Compile Unit to indicate if it was compiled with ARC
Bob Wilson
- [PATCH]: Add a flag to the DWARF Compile Unit to indicate if it was compiled with ARC
Adrian Prantl
- [PATCH]: Add a flag to the DWARF Compile Unit to indicate if it was compiled with ARC
Eric Christopher
- [PATCH][ARM] Fix assertion failure in SjLjEHPrepare
Kai Nacke
- [PATCH][ARM] Fix assertion failure in SjLjEHPrepare
Bob Wilson
- [PATCH][ARM] Fix assertion failure in SjLjEHPrepare
Kai Nacke
- [PATCH][ARM] Fix assertion failure in SjLjEHPrepare
Bob Wilson
- [PATCH][ARM] Fix assertion failure in SjLjEHPrepare
Kai Nacke
- [PATCH] [lld][LayoutPass] Split buildFollowOnTable for readability.
Rui Ueyama
- [PATCH] [lld][LayoutPass] Split buildFollowOnTable for readability.
Rui Ueyama
- [PATCH] [lld][LayoutPass] Split buildFollowOnTable for readability.
Shankar Easwaran
- [PATCH] [lld][LayoutPass] Split buildFollowOnTable for readability.
Shankar Kalpathi Easwaran
- [PATCH] [lld][LayoutPass] Split buildFollowOnTable for readability.
Rui Ueyama
- [PATCH] [lld][LayoutPass] Split buildFollowOnTable for readability.
Rui Ueyama
- [PATCH] [lld][LayoutPass] Split buildFollowOnTable for readability.
Shankar Kalpathi Easwaran
- [PATCH] [lld][LayoutPass] Split buildFollowOnTable for readability.
Rui Ueyama
- [PATCH] [lld][LayoutPass] Split buildFollowOnTable for readability.
Rui Ueyama
- [PATCH] [lld][LayoutPass] Split buildFollowOnTable for readability.
Sean Silva
- [PATCH] [lld][LayoutPass] Split buildFollowOnTable for readability.
Sean Silva
- [PATCH] [lld][LayoutPass] Split buildFollowOnTable for readability.
Rui Ueyama
- [PATCH] [lld] Fix wrong content permission bit.
Rui Ueyama
- [PATCH] [lld] Fix wrong content permission bit.
Shankar Kalpathi Easwaran
- [PATCH] [lld] Fix wrong content permission bit.
Rui Ueyama
- [PATCH] [lsan] CMakeLists and lit test configs for LeakSanitizer.
Sergey Matveev
- [PATCH] [lsan] CMakeLists and lit test configs for LeakSanitizer.
Alexander Potapenko
- [PATCH] [lsan] CMakeLists and lit test configs for LeakSanitizer.
Sergey Matveev
- [PATCH] [lsan] CMakeLists and lit test configs for LeakSanitizer.
Sergey Matveev
- [PATCH] [LSan] Common leak checking module.
Sergey Matveev
- [PATCH] [LSan] Common leak checking module.
Sergey Matveev
- [PATCH] [LSan] Common leak checking module.
Kostya Serebryany
- [PATCH] [LSan] Common leak checking module.
Sergey Matveev
- [PATCH] [LSan] Common leak checking module.
Sergey Matveev
- [PATCH] [LSan] Common leak checking module.
Kostya Serebryany
- [PATCH] [LSan] Common leak checking module.
Sergey Matveev
- [PATCH] [LSan] Common leak checking module.
Sergey Matveev
- [PATCH] [LSan] Common leak checking module.
Sergey Matveev
- [PATCH] [LSan] Common leak checking module.
Evgeniy Stepanov
- [PATCH] [LSan] Common leak checking module.
Alexander Potapenko
- [PATCH] [LSan] Common leak checking module.
Alexander Potapenko
- [PATCH] [LSan] Common leak checking module.
Sergey Matveev
- [PATCH] [LSan] Common leak checking module.
Sergey Matveev
- [PATCH] [LSan] Common leak checking module.
Sergey Matveev
- [PATCH] [LSan] Common leak checking module.
Sergey Matveev
- [PATCH] [LSan] Common leak checking module.
Sergey Matveev
- [PATCH] [LSan] Common leak checking module.
Sergey Matveev
- [PATCH] [LSan] Common leak checking module.
Alexander Potapenko
- [PATCH] [LSan] Common leak checking module.
Alexander Potapenko
- [PATCH] [LSan] Common leak checking module.
Kostya Serebryany
- [PATCH] [LSan] Common leak checking module.
Sergey Matveev
- [PATCH] [LSan] Common leak checking module.
Sergey Matveev
- [PATCH] [LSan] Common leak checking module.
Sergey Matveev
- [PATCH] [LSan] Common leak checking module.
Kostya Serebryany
- [PATCH] [LSan] Common leak checking module.
Sergey Matveev
- [PATCH] [MC] Disassembled CFG reconstruction
Ahmed Bougacha
- [PATCH] [MC] Disassembled CFG reconstruction
Ahmed Bougacha
- [PATCH] [MC] Disassembled CFG reconstruction
Ahmed Bougacha
- [PATCH] [Multiprecision Arithmetic Optimization] Teach SelectionDAG how to promote the integer carry result of {add, sub}{c, e} to a larger integer type.
Michael Gottesman
- [PATCH] [Multiprecision Arithmetic Optimization] Teach SelectionDAG how to promote the integer carry result of {add, sub}{c, e} to a larger integer type.
Owen Anderson
- [PATCH] [Multiprecision Arithmetic Optimization] Teach SelectionDAG how to promote the integer carry result of {add, sub}{c, e} to a larger integer type.
Michael Gottesman
- [PATCH] [Multiprecision Arithmetic Optimization] Teach SelectionDAG how to promote the integer carry result of {add, sub}{c, e} to a larger integer type.
Sean Silva
- [PATCH] [Multiprecision Arithmetic Optimization] Teach SelectionDAG how to promote the integer carry result of {add, sub}{c, e} to a larger integer type.
Duncan Sands
- [PATCH] [Multiprecision Arithmetic Optimization] Teach SelectionDAG how to promote the integer carry result of {add, sub}{c, e} to a larger integer type.
Michael Gottesman
- [PATCH] [Multiprecision Arithmetic Optimization] Teach SelectionDAG how to promote the integer carry result of {add, sub}{c, e} to a larger integer type.
Michael Gottesman
- [PATCH] [Multiprecision Arithmetic Optimization] Teach SelectionDAG how to promote the integer carry result of {add, sub}{c, e} to a larger integer type.
Michael Gottesman
- [PATCH] [Multiprecision Arithmetic Optimization] Teach SelectionDAG how to promote the integer carry result of {add, sub}{c, e} to a larger integer type.
Sean Silva
- [PATCH] [Multiprecision Arithmetic Optimization] Teach SelectionDAG how to promote the integer carry result of {add, sub}{c, e} to a larger integer type.
Duncan Sands
- [PATCH] [Multiprecision Arithmetic Optimization] Teach SelectionDAG how to promote the integer carry result of {add, sub}{c, e} to a larger integer type.
Michael Gottesman
- [PATCH] [Multiprecision Arithmetic Optimization] Teach SelectionDAG how to promote the integer carry result of {add, sub}{c, e} to a larger integer type.
Michael Gottesman
- [PATCH] [nolibc] Add RTSanitizerCommonLibc, the libc-dependent subset of sanitizer_common.
Peter Collingbourne
- [PATCH] [nolibc] Add RTSanitizerCommonLibc, the libc-dependent subset of sanitizer_common.
Peter Collingbourne
- [PATCH] [nolibc] Add RTSanitizerCommonLibc, the libc-dependent subset of sanitizer_common.
Sergey Matveev
- [PATCH] [nolibc] Add RTSanitizerCommonLibc, the libc-dependent subset of sanitizer_common.
Peter Collingbourne
- [PATCH] [nolibc] Add RTSanitizerCommonLibc, the libc-dependent subset of sanitizer_common.
Peter Collingbourne
- [PATCH] [nolibc] Add RTSanitizerCommonLibc, the libc-dependent subset of sanitizer_common.
Kostya Serebryany
- [PATCH][RFC] Add 'CHECK-<N>' directive in FileCheck
Jakob Stoklund Olesen
- [PATCH][RFC] Add 'CHECK-<N>' directive in FileCheck
Michael Liao
- [PATCH][RFC] Add 'CHECK-<N>' directive in FileCheck
Jakob Stoklund Olesen
- [PATCH][RFC] Add 'CHECK-<N>' directive in FileCheck
Chandler Carruth
- [PATCH][RFC] Add 'CHECK-<N>' directive in FileCheck
Richard Smith
- [PATCH][RFC] Add 'CHECK-<N>' directive in FileCheck
Michael Liao
- [PATCH] [sanitizer] Filtering in GetListOfModules.
Sergey Matveev
- [PATCH] [sanitizer] Filtering in GetListOfModules.
Kostya Serebryany
- [PATCH] [sanitizer] Filtering in GetListOfModules.
Sergey Matveev
- [PATCH] [sanitizer] Fix overflow in SizeClassAllocator64::GetChunkIdx().
Sergey Matveev
- [PATCH] [sanitizer] Fix overflow in SizeClassAllocator64::GetChunkIdx().
Alexander Potapenko
- [PATCH] [sanitizer] Fix overflow in SizeClassAllocator64::GetChunkIdx().
Sergey Matveev
- [PATCH] [sanitizer] Fix overflow in SizeClassAllocator64::GetChunkIdx().
Kostya Serebryany
- [PATCH] [sanitizer] Fix overflow in SizeClassAllocator64::GetChunkIdx().
Sergey Matveev
- [PATCH] [sanitizer] Fix overflow in SizeClassAllocator64::GetChunkIdx().
Alexander Potapenko
- [PATCH] [sanitizer] Fix overflow in SizeClassAllocator64::GetChunkIdx().
Kostya Serebryany
- [PATCH] [sanitizer] Fix overflow in SizeClassAllocator64::GetChunkIdx().
Kostya Serebryany
- [PATCH] [sanitizer] Fix overflow in SizeClassAllocator64::GetChunkIdx().
Kostya Serebryany
- [PATCH] [sanitizer] Generic sorting in sanitizer_common.
Sergey Matveev
- [PATCH] [sanitizer] Generic sorting in sanitizer_common.
Sergey Matveev
- [PATCH] [sanitizer] Generic sorting in sanitizer_common.
Kostya Serebryany
- [PATCH] [sanitizer] LibraryNameIs in sanitizer_common
Sergey Matveev
- [PATCH] [sanitizer] LibraryNameIs in sanitizer_common
Kostya Serebryany
- [PATCH] [sanitizer] LibraryNameIs in sanitizer_common
Sergey Matveev
- [PATCH] [sanitizer] LibraryNameIs in sanitizer_common
Kostya Serebryany
- [PATCH][X86_64/MC] Towards usable Win64 exception handling
Kai Nacke
- [PATCH][X86_64/MC] Towards usable Win64 exception handling
Kai Nacke
- [PATCH] Add ; to acceptable chars to leave unquoted
Matt Arsenault
- [PATCH] Add ; to acceptable chars to leave unquoted
Rafael Espíndola
- [PATCH] Add CHECK-UNIQ directive to FileCheck to allow more accurate error messages and error recovery
Stephen Lin
- [PATCH] Added LeakSanitizer.rst
Sergey Matveev
- [PATCH] Added LeakSanitizer.rst
Sergey Matveev
- [PATCH] Added LeakSanitizer.rst
Sean Silva
- [PATCH] Added LeakSanitizer.rst
Kostya Serebryany
- [PATCH] Added LeakSanitizer.rst
Sergey Matveev
- [PATCH] Added LeakSanitizer.rst
Sergey Matveev
- [PATCH] Add LLVMContext argument to getSetCCResultType
Owen Anderson
- [PATCH] Add LLVMContext argument to getSetCCResultType
Matt Arsenault
- [PATCH] Add MCSymbolizer for disassembled instruction symbolization/annotation.
Ahmed Bougacha
- [PATCH] Add MCSymbolizer for disassembled instruction symbolization/annotation.
Quentin Colombet
- [PATCH] Add MCSymbolizer for disassembled instruction symbolization/annotation.
Jim Grosbach
- [PATCH] Add missing verb to comment in PassNameParser.h
Mark Seaborn
- [PATCH] Add missing verb to comment in PassNameParser.h
Derek Schuff
- [PATCH] Add support for DWARF line number table entries for values in the instruction stream
Cameron Zwarich
- [PATCH] Add support to FileCheck for out-of-order matching
Michael Liao
- [PATCH] Add support to FileCheck for out-of-order matching
Jakob Stoklund Olesen
- [PATCH] Add support to FileCheck for out-of-order matching
Michael Liao
- [PATCH] Add target independent attribute for ObjCARC
Michael Gottesman
- [PATCH] Add target independent attribute for ObjCARC
Chris Lattner
- [PATCH] Add target independent attribute for ObjCARC
Michael Gottesman
- [PATCH] Add target independent attribute for ObjCARC
Chris Lattner
- [PATCH] Add target independent attribute for ObjCARC
Bob Wilson
- [PATCH] Add target independent attribute for ObjCARC
Chris Lattner
- [PATCH] Add target independent attribute for ObjCARC
Richard Osborne
- [PATCH] Add target independent attribute for ObjCARC
Bill Wendling
- [PATCH] Add target independent attribute for ObjCARC
John McCall
- [PATCH] ARM ISel: Don't create illegal types during LowerMUL
Arnold Schwaighofer
- [PATCH] ARM ISel: Don't create illegal types during LowerMUL
Renato Golin
- [PATCH] ARM ISel: Don't create illegal types during LowerMUL
Jim Grosbach
- [PATCH] ARM ISel: Don't create illegal types during LowerMUL
Renato Golin
- [PATCH] ARM ISel: Don't create illegal types during LowerMUL
Arnold Schwaighofer
- [PATCH] Avoid Valgrind's still-reachable leak warnings
Ryo Onodera
- [PATCH] Avoid Valgrind's still-reachable leak warnings
Rafael Espíndola
- [PATCH] Convert obj2yaml to yamlio
Michael Spencer
- [PATCH] Convert obj2yaml to yamlio
Renato Golin
- [PATCH] Convert obj2yaml to yamlio
Renato Golin
- [PATCH] Convert obj2yaml to yamlio
Rafael Espíndola
- [PATCH] Correct syntax of ARM mrc, mrc2 when writing to APSR
Mihail Popa
- [PATCH] Correct syntax of ARM mrc, mrc2 when writing to APSR
Tim Northover
- [PATCH] Correct syntax of ARM mrc, mrc2 when writing to APSR
Mihail Popa
- [PATCH] Correct syntax of ARM mrc, mrc2 when writing to APSR
Tim Northover
- [patch] DAG nodes IR ordering code re-factoring
Guo, Xiaoyi
- [patch] declare __clear_cache
Rafael Espíndola
- [patch] declare __clear_cache
Tim Northover
- [patch] declare __clear_cache
Rafael Espíndola
- [patch] declare __clear_cache
Tim Northover
- [patch] declare __clear_cache
Rafael Espíndola
- [PATCH] Define BYTE_ORDER on Solaris
Jakob Stoklund Olesen
- [PATCH] Disable HAVE_EHTABLE_SUPPORT for mingw win64
İsmail Dönmez
- [PATCH] docs/Passes: fix some typos
Yacine Belkadi
- [PATCH] docs/Passes: fix some typos
Dmitri Gribenko
- [PATCH] docs: Clarify how basic blocks without named label are handled.
Paul Sokolovsky
- [PATCH] docs: Clarify how basic blocks without named label are handled.
Chris Lattner
- [PATCH] docs: Clarify how basic blocks without named label are handled.
Sean Silva
- [PATCH] Don't treat calls to memory builtins as builtin calls if they have the nobuiltin attribute
Richard Smith
- [PATCH] Don't treat calls to memory builtins as builtin calls if they have the nobuiltin attribute
Chris Lattner
- [PATCH] Don't treat calls to memory builtins as builtin calls if they have the nobuiltin attribute
Richard Smith
- [PATCH] Emit fewer test instructions
David Majnemer
- [PATCH] Emit fewer test instructions
David Majnemer
- [PATCH] Emit fewer test instructions
Nadav Rotem
- [PATCH] Emit fewer test instructions
David Majnemer
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Filip Pizlo
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Filip Pizlo
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Sean Silva
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Filip Pizlo
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Sean Silva
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Filip Pizlo
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Sean Silva
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Kaylor, Andrew
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Filip Pizlo
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Filip Pizlo
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Sean Silva
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Rafael Espíndola
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Filip Pizlo
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Kaylor, Andrew
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Rafael Espíndola
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Filip Pizlo
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Sean Silva
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Sean Silva
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Kaylor, Andrew
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Filip Pizlo
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Kaylor, Andrew
- [PATCH] Expose custom MC-JIT memory allocation through the C API
Filip Pizlo
- [PATCH] Fix ARM encoding constraints for Q register fields and VSTn instructions
Mihail Popa
- [PATCH] Fix ARM encoding constraints for Q register fields and VSTn instructions
Tim Northover
- [PATCH] Fix ARM FastISel tests, as a first step to enabling ARM FastISel
JF Bastien
- [PATCH] Fix ARM FastISel tests, as a first step to enabling ARM FastISel
Eric Christopher
- [PATCH] Fix ARM FastISel tests, as a first step to enabling ARM FastISel
Eric Christopher
- [PATCH] Fix ARM FastISel tests, as a first step to enabling ARM FastISel
JF Bastien
- [PATCH] Fix ARM FastISel tests, as a first step to enabling ARM FastISel
JF Bastien
- [PATCH] Fix ARM FastISel tests, as a first step to enabling ARM FastISel
Renato Golin
- [PATCH] Fix ARM unwind opcode assembler in several cases.
Rafael Espíndola
- [PATCH] Fix ARM unwind opcode assembler in several cases.
Logan Chien
- [PATCH] Fix ARM unwind opcode assembler in several cases.
Logan Chien
- [PATCH] Fix ARM unwind opcode assembler in several cases.
Anton Korobeynikov
- [PATCH] Fix ARM unwind opcode assembler in several cases.
Rafael Espíndola
- [PATCH] Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddresses
Mark Seaborn
- [PATCH] fix for wrong MMX packed sub definitions in X86InstrMMX.td.
Andrea_DiBiagio at sn.scee.net
- [PATCH] fix for wrong MMX packed sub definitions in X86InstrMMX.td.
Eric Christopher
- [PATCH] Fix Mach-O relocation printing
Ahmed Bougacha
- [PATCH] Fix Mach-O relocation printing
Quentin Colombet
- [PATCH] Fix Mach-O relocation printing
Rafael Espíndola
- [PATCH] Fix Mach-O relocation printing
Ahmed Bougacha
- [PATCH] Fix miscompile due to StackColoring incorrectly merging stack slots
Mark Seaborn
- [PATCH] Fix miscompile due to StackColoring incorrectly merging stack slots
Shuxin Yang
- [PATCH] Fix miscompile due to StackColoring incorrectly merging stack slots
Mark Seaborn
- [PATCH] Fix miscompile due to StackColoring incorrectly merging stack slots
Shuxin Yang
- [PATCH] Fix miscompile due to StackColoring incorrectly merging stack slots
Nadav Rotem
- [PATCH] FIx PR16026
Michael Liao
- [PATCH] FIx PR16026
Michael Liao
- [PATCH] Fix realloc'ing a freed pointer
Timur Iskhodzhanov
- [PATCH] Fix realloc'ing a freed pointer
Kostya Serebryany
- [PATCH] Fix recent ARM remote-MCJIT regression
Tim Northover
- [PATCH] Fix recent ARM remote-MCJIT regression
Renato Golin
- [PATCH] Fix recent ARM remote-MCJIT regression
Tim Northover
- [PATCH] Fix recent ARM remote-MCJIT regression
Renato Golin
- [PATCH] Fix recent ARM remote-MCJIT regression
Renato Golin
- [PATCH] Fix recent ARM remote-MCJIT regression
Tim Northover
- [PATCH] Fix the region overflow condition in SanitizerAllocator64::PopulateFreeList().
Sergey Matveev
- [PATCH] Fix the region overflow condition in SanitizerAllocator64::PopulateFreeList().
Kostya Serebryany
- [PATCH] Fix the region overflow condition in SanitizerAllocator64::PopulateFreeList().
Sergey Matveev
- [PATCH] Fix the region overflow condition in SanitizerAllocator64::PopulateFreeList().
Sergey Matveev
- [PATCH] Fix the region overflow condition in SanitizerAllocator64::PopulateFreeList().
Kostya Serebryany
- [PATCH] Fix the region overflow condition in SanitizerAllocator64::PopulateFreeList().
Sergey Matveev
- [PATCH] Fix the region overflow condition in SanitizerAllocator64::PopulateFreeList().
Kostya Serebryany
- [PATCH] Fix the region overflow condition in SanitizerAllocator64::PopulateFreeList().
Sergey Matveev
- [PATCH] Fix unfortunate interaction between foldSelectICmpAnd and urem
David Majnemer
- [PATCH] Fix unfortunate interaction between foldSelectICmpAnd and urem
Benjamin Kramer
- [PATCH] Hexagon Register Cleanup
Krzysztof Parzyszek
- [PATCH] Hexagon Register Cleanup
Tom Stellard
- [PATCH] Hexagon Register Cleanup
Krzysztof Parzyszek
- [PATCH] Hexagon Register Cleanup
Tom Stellard
- [PATCH] Hexagon Register Cleanup
Andrew Trick
- [PATCH] Hexagon Register Cleanup
Krzysztof Parzyszek
- [PATCH] Hexagon Register Cleanup
Krzysztof Parzyszek
- [PATCH] Hexagon Register Cleanup
Andrew Trick
- [PATCH] Hexagon Register Cleanup
Krzysztof Parzyszek
- [PATCH] Include public domain md5 library
Eric Christopher
- [PATCH] Include public domain md5 library
Chandler Carruth
- [PATCH] Include public domain md5 library
Chris Lattner
- [PATCH] Include public domain md5 library
Chandler Carruth
- [PATCH] Interceptors for standalone LSan.
Kostya Serebryany
- [PATCH] Interceptors for standalone LSan.
Sergey Matveev
- [PATCH] Interceptors for standalone LSan.
Sergey Matveev
- [PATCH] Interceptors for standalone LSan.
Kostya Serebryany
- [PATCH] Introduce GlobalAlias::mayBeResolved().
Rafael Ávila de Espíndola
- [PATCH] Introduce GlobalAlias::mayBeResolved().
Rafael Ávila de Espíndola
- [PATCH] Introduce needsCleanup() for APFloat and APInt
Shuxin Yang
- [PATCH] Introduce needsCleanup() for APFloat and APInt
Manuel Klimek
- [PATCH] Introduce needsCleanup() for APFloat and APInt
Shuxin Yang
- [PATCH] Introduce needsCleanup() for APFloat and APInt
Manuel Klimek
- [PATCH] Introduce needsCleanup() for APFloat and APInt
Shuxin Yang
- [PATCH] Introduce needsCleanup() for APFloat and APInt
Shuxin Yang
- [PATCH] Introduce needsCleanup() for APFloat and APInt
Manuel Klimek
- [PATCH] Introduce needsCleanup() for APFloat and APInt
Manuel Klimek
- [PATCH] Introduce needsCleanup() for APFloat and APInt
Richard Smith
- [PATCH] llvm-objdump: Do the disas initialization once instead of for each section
Ahmed Bougacha
- [PATCH] llvm-objdump: Do the disas initialization once instead of for each section
Kevin Enderby
- [PATCH] MCJIT SubArch detection support
Renato Golin
- [PATCH] MCJIT SubArch detection support
Tim Northover
- [PATCH] MCJIT SubArch detection support
Renato Golin
- [PATCH] MCWin64EH: reloctions must be IMGREL32
Kai Nacke
- [PATCH] MCWin64EH: reloctions must be IMGREL32
Rafael Espíndola
- [PATCH] MCWin64EH: reloctions must be IMGREL32
Kai Nacke
- [PATCH] PR8541; X86: Handle unwind.init and eh.return intrinsics.
Jakob Stoklund Olesen
- [PATCH] PR8541; X86: Handle unwind.init and eh.return intrinsics.
Pasi Parviainen
- [PATCH] PR8541; X86: Handle unwind.init and eh.return intrinsics.
Jakob Stoklund Olesen
- [PATCH] PR8541; X86: Handle unwind.init and eh.return intrinsics.
Pasi Parviainen
- [PATCH] PR8541; X86: Handle unwind.init and eh.return intrinsics.
Dimitry Andric
- [PATCH] PR8541; X86: Handle unwind.init and eh.return intrinsics.
Pasi Parviainen
- [PATCH] PR8541; X86: Handle unwind.init and eh.return intrinsics.
Dimitry Andric
- [PATCH] PR8541; X86: Handle unwind.init and eh.return intrinsics.
Jakob Stoklund Olesen
- [PATCH] Promote GlobalMerge pass to a ModulePass to ease reuse
Quentin Colombet
- [PATCH] Promote GlobalMerge pass to a ModulePass to ease reuse
Eric Christopher
- [PATCH] Promote GlobalMerge pass to a ModulePass to ease reuse
Quentin Colombet
- [PATCH] R600/SI: Add processor type for Hainan asic
Tom Stellard
- [PATCH] Recognize sparc64 target triple
Jakob Stoklund Olesen
- [PATCH] Remove an unused ChunkBase field
Timur Iskhodzhanov
- [PATCH] Remove test instructions that proceed shift-by-immediate instructions
David Majnemer
- [PATCH] Remove test instructions that proceed shift-by-immediate instructions
David Majnemer
- [PATCH] Replace redundant code in DAGCombiner
Owen Anderson
- [PATCH] Replace redundant code in DAGCombiner
Matt Arsenault
- [PATCH] RuntimeDyldMachO should handle RIP-relative relocations correctly, and the corresponding tests should have coverage for this
Filip Pizlo
- [PATCH] RuntimeDyldMachO should handle RIP-relative relocations correctly, and the corresponding tests should have coverage for this
Evan Cheng
- [PATCH] RuntimeDyldMachO should handle RIP-relative relocations correctly, and the corresponding tests should have coverage for this
Filip Pizlo
- [PATCH] RuntimeDyldMachO should handle RIP-relative relocations correctly, and the corresponding tests should have coverage for this
Kaylor, Andrew
- [PATCH] RuntimeDyldMachO should handle RIP-relative relocations correctly, and the corresponding tests should have coverage for this
Filip Pizlo
- [PATCH] RuntimeDyldMachO should handle RIP-relative relocations correctly, and the corresponding tests should have coverage for this
Jim Grosbach
- [PATCH] RuntimeDyldMachO should handle RIP-relative relocations correctly, and the corresponding tests should have coverage for this
Kaylor, Andrew
- [PATCH] RuntimeDyldMachO should handle RIP-relative relocations correctly, and the corresponding tests should have coverage for this
Filip Pizlo
- [PATCH] RuntimeDyldMachO should handle RIP-relative relocations correctly, and the corresponding tests should have coverage for this
Jim Grosbach
- [PATCH] RuntimeDyldMachO should handle RIP-relative relocations correctly, and the corresponding tests should have coverage for this
Filip Pizlo
- [PATCH] SectionMemoryManager is not a JITMemoryManager
Kaylor, Andrew
- [PATCH] Tests and interface for LeakSanitizer.
Kostya Serebryany
- [PATCH] Tests and interface for LeakSanitizer.
Sergey Matveev
- [PATCH] Tests and interface for LeakSanitizer.
Sergey Matveev
- [PATCH] Tests and interface for LeakSanitizer.
Kostya Serebryany
- [PATCH] Tests and interface for LeakSanitizer.
Sergey Matveev
- [PATCH] Tests and interface for LeakSanitizer.
Sergey Matveev
- [PATCH] Tests and interface for LeakSanitizer.
Kostya Serebryany
- [PATCH] tidy the MCJIT tests now applyPermissions will invalidate cache
David Tweed
- [PATCH] tidy the MCJIT tests now applyPermissions will invalidate cache
Filip Pizlo
- [PATCH] tidy the MCJIT tests now applyPermissions will invalidate cache
David Tweed
- [PATCH] tidy the MCJIT tests now applyPermissions will invalidate cache
Filip Pizlo
- [PATCH] tidy the MCJIT tests now applyPermissions will invalidate cache
Kaylor, Andrew
- [PATCH v2] tidy the MCJIT tests now applyPermissions will invalidate cache
David Tweed
- [PATCH v2] tidy the MCJIT tests now applyPermissions will invalidate cache
Kaylor, Andrew
- [PATCH v2] tidy the MCJIT tests now applyPermissions will invalidate cache
David Tweed
- [PATCH v2] tidy the MCJIT tests now applyPermissions will invalidate cache
Kaylor, Andrew
- [PATCH v2] tidy the MCJIT tests now applyPermissions will invalidate cache
David Tweed
- [PATCH v2] tidy the MCJIT tests now applyPermissions will invalidate cache
Kaylor, Andrew
- [PATCH v2] tidy the MCJIT tests now applyPermissions will invalidate cache
David Tweed
- [PATCH v2] tidy the MCJIT tests now applyPermissions will invalidate cache
Tim Northover
- [polly] r181986 - LoopGenerators: Construct loops such that they are already loop rotated
Tobias Grosser
- [polly] r181987 - Update LoopInfo correctly
Tobias Grosser
- [polly] r182171 - rename make check target to match the naming convention followed in the other llvm projects
Sebastian Pop
- [PowerPC, RFC] Wrong-code bug in pre-inc creation
Ulrich Weigand
- [PowerPC, RFC] Wrong-code bug in pre-inc creation
Hal Finkel
- [PowerPC, RFC] Wrong-code bug in pre-inc creation
Ulrich Weigand
- [PowerPC, RFC] Wrong-code bug in pre-inc creation
Hal Finkel
- [RFC, PowerPC, Darwin] Clean up generation of ha16() / lo16() markers
Ulrich Weigand
- [www-pubs] r181734 - Added Profile-guided Automated Software Diversity from CGO 2013.
John Criswell
- [www-pubs] r181734 - Added Profile-guided Automated Software Diversity from CGO 2013.
John Criswell
- [www] r181623 - Add more videos from Euro-LLVM-2013.
Manuel Klimek
- [www] r181623 - Add more videos from Euro-LLVM-2013.
Scott Sartain
- [www] r181776 - Link update for the Jade project + white space cleanup
Arnaud A. de Grandmaison
- [www] r181794 - Clean the list of projects using llvm.
Rafael Espindola
- [www] r181874 - Videos are also published on the IRILL website with a html5 or flash player
Sylvestre Ledru
- [www] r181875 - cosmetic
Sylvestre Ledru
- [www] r181977 - ACM seems to have reorganized their Web site so that the old
Vikram Adve
- [www] r181990 - Add an extra high resolution video for Manuel's tutorial, so the text on his
Duncan Sands
- [www] r182106 - Add from the home page a link to the code coverage
Sylvestre Ledru
- [zorg] r181917 - Back out attempted workaround for clang2slave PPC buildbot failure.
Bill Schmidt
- [zorg] r181974 - lab-mini-01 updated to Mountain Lion (darwin12)
David Dean
- [zorg] r182073 - lab-mini-01 and lab-mini-02 have been updated to Mountain Lion. (darwin12)
David Dean
- [zorg] r182109 - Adding selfhosting ARM bot
Renato Golin
- [zorg] r182109 - Adding selfhosting ARM bot
Renato Golin
- [zorg] r182133 - It looks like no one is actually monitoring this builder, so I'm moving it
David Dean
- [zorg] r182135 - Move darwin lldb builder to a machine running darwin12. (darwin11 is not supported)
David Dean
- [zorg] r182137 - Added clang-tools-extra to tracked for clang fast builders.
Galina Kistanova
- [zorg] r182138 - Added clang-tools-extra to tracked for clang builders.
Galina Kistanova
- [zorg] r182142 - Add lab-mini-02 to slave pool.
David Dean
- [zorg] r182143 - Fixed a typo.
Galina Kistanova
- [zorg] r182143 - Fixed a typo.
Renato Golin
- [zorg] r182144 - Move darwin11 lldb builder to lab-mini-02 which has darwin12. (darwin11 is not supported)
David Dean
- [zorg] r182151 - Added missing category.
Galina Kistanova
- [zorg] r182152 - Added slave 'linaro-panda-02'.
Galina Kistanova
- [zorg] r182154 - Add libcxx builder for darwin12.
David Dean
- [zorg] r182163 - Test self-host A9
Renato Golin
- [zorg] r182206 - lab-mini-04 has been updated to Mountain Lion.
David Dean
- Add 'cold' attribute to functions
Diego Novillo
- Add 'cold' attribute to functions
Diego Novillo
- Add 'cold' attribute to functions
Diego Novillo
- Add 'cold' attribute to functions
Chandler Carruth
- Add 'cold' attribute to functions
Diego Novillo
- Add 'cold' attribute to functions
Duncan Sands
- ARM, PR15868 Release-blocker fix. ByVal parameters padding fix.
Stepan Dyatkovskiy
- ARM, PR15868 Release-blocker fix. ByVal parameters padding fix.
Evan Cheng
- ARM, PR15868 Release-blocker fix. ByVal parameters padding fix.
Manman Ren
- ARM, PR15868 Release-blocker fix. ByVal parameters padding fix.
Manman Ren
- ARM, PR15868 Release-blocker fix. ByVal parameters padding fix.
Stepan Dyatkovskiy
- ARM, PR15868 Release-blocker fix. ByVal parameters padding fix.
Stepan Dyatkovskiy
- ARM, PR15868 Release-blocker fix. ByVal parameters padding fix.
Manman Ren
- ARM, PR15868 Release-blocker fix. ByVal parameters padding fix.
Stepan Dyatkovskiy
- ARM, PR15868 Release-blocker fix. ByVal parameters padding fix.
Manman Ren
- ARM, PR15868 Release-blocker fix. ByVal parameters padding fix.
Stepan Dyatkovskiy
- ARM, PR15868 Release-blocker fix. ByVal parameters padding fix.
Stepan Dyatkovskiy
- ARM, PR15868 Release-blocker fix. ByVal parameters padding fix.
Manman Ren
- buildbots question: does stderr output =>FAIL?
David Tweed
- buildbots question: does stderr output =>FAIL?
Renato Golin
- Code coverage of llvm, clang, lldb & polly
Sylvestre Ledru
- FW: [llvm] r181753 - This is the first of three patches which creates stubs used for
Doug Gilmore
- Fwd: [RFC, PowerPC, Darwin] Clean up generation of ha16() / lo16() markers
Hal Finkel
- Fwd: [RFC, PowerPC, Darwin] Clean up generation of ha16() / lo16() markers
David Fang
- Fwd: [RFC, PowerPC, Darwin] Clean up generation of ha16() / lo16() markers
David Fang
- Fwd: [RFC, PowerPC, Darwin] Clean up generation of ha16() / lo16() markers
David Fang
- Fwd: [RFC, PowerPC, Darwin] Clean up generation of ha16() / lo16() markers
Don Crandall
- Fwd: [RFC, PowerPC, Darwin] Clean up generation of ha16() / lo16() markers
David Fang
- Fwd: [RFC, PowerPC, Darwin] Clean up generation of ha16() / lo16() markers
Don Crandall
- Fwd: [RFC, PowerPC, Darwin] Clean up generation of ha16() / lo16() markers
Ulrich Weigand
- Fwd: [RFC, PowerPC, Darwin] Clean up generation of ha16() / lo16() markers
David Fang
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- ppc64 clang LNT buildbot / reference_output / test failures
Renato Golin
- ppc64 clang LNT buildbot / reference_output / test failures
Hal Finkel
- ppc64 clang LNT buildbot / reference_output / test failures
Renato Golin
- ppc64 clang LNT buildbot / reference_output / test failures
Hal Finkel
- R600/SI Patches: A few cleanups for compute
Tom Stellard
- R600/SI Patches: A few cleanups for compute
Vincent Lejeune
- R600/SI Patches: A few cleanups for compute
Tom Stellard
- R600: Implement Bottom Up scheduling
Vincent Lejeune
- R600: Implement Bottom Up scheduling
Tom Stellard
- R600: Implement Bottom Up scheduling
Vincent Lejeune
- R600: Implement Bottom Up scheduling
Tom Stellard
- Support unaligned load/store on more ARM targets
JF Bastien
- Support unaligned load/store on more ARM targets
Renato Golin
- Support unaligned load/store on more ARM targets
JF Bastien
- Support unaligned load/store on more ARM targets
Renato Golin
- Support unaligned load/store on more ARM targets
JF Bastien
- Support unaligned load/store on more ARM targets
Renato Golin
- Support unaligned load/store on more ARM targets
Anton Korobeynikov
- Support unaligned load/store on more ARM targets
Anton Korobeynikov
- Support unaligned load/store on more ARM targets
Renato Golin
- Support unaligned load/store on more ARM targets
Anton Korobeynikov
- Support unaligned load/store on more ARM targets
JF Bastien
- Support unaligned load/store on more ARM targets
Anton Korobeynikov
- Support unaligned load/store on more ARM targets
Renato Golin
- Support unaligned load/store on more ARM targets
Anton Korobeynikov
- Support unaligned load/store on more ARM targets
Renato Golin
- Support unaligned load/store on more ARM targets
JF Bastien
- Support unaligned load/store on more ARM targets
Renato Golin
- Support unaligned load/store on more ARM targets
JF Bastien
- Support unaligned load/store on more ARM targets
Renato Golin
- Support unaligned load/store on more ARM targets
Anton Korobeynikov
- Support unaligned load/store on more ARM targets
JF Bastien
- Support unaligned load/store on more ARM targets
Renato Golin
- Support unaligned load/store on more ARM targets
JF Bastien
- Switch case-ranges, new approach (PR1255).
Stepan Dyatkovskiy
Last message date:
Sun May 19 23:34:38 PDT 2013
Archived on: Tue Aug 4 17:10:18 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).