The Week Of Monday 27 May 2013 Archives by subject
Starting: Mon May 27 00:50:42 PDT 2013
Ending: Sun Jun 2 23:34:57 PDT 2013
Messages: 660
- [cfe-dev] Code coverage of llvm, clang, lldb & polly
Tobias Grosser
- [cfe-dev] Code coverage of llvm, clang, lldb & polly
Sylvestre Ledru
- [cfe-dev] Code coverage of llvm, clang, lldb & polly
David Peixotto
- [cfe-dev] Code coverage of llvm, clang, lldb & polly
Sylvestre Ledru
- [cfe-dev] Code coverage of llvm, clang, lldb & polly
Tobias Grosser
- [compiler-rt] r182372 - [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using a weak symbol.
Peter Collingbourne
- [compiler-rt] r182372 - [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using a weak symbol.
Alexey Samsonov
- [compiler-rt] r182372 - [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using a weak symbol.
Timur Iskhodzhanov
- [compiler-rt] r182372 - [nolibc] Move symbolizer to RTSanitizerCommonLibc, and make it optional using a weak symbol.
Peter Collingbourne
- [compiler-rt] r182466 - [msan] getaddrinfo & nested interceptor support.
Matt Beaumont-Gay
- [compiler-rt] r182466 - [msan] getaddrinfo & nested interceptor support.
Evgeniy Stepanov
- [compiler-rt] r182726 - Improve support for compiler-rt tests in CMake build.
Alexey Samsonov
- [compiler-rt] r182726 - Improve support for compiler-rt tests in CMake build.
Alexey Samsonov
- [compiler-rt] r182726 - Improve support for compiler-rt tests in CMake build.
Bill Wendling
- [compiler-rt] r182726 - Improve support for compiler-rt tests in CMake build.
Alexey Samsonov
- [compiler-rt] r182728 - [sanitizer] Move FindThreadByOSIdLocked from lsan to sanitizer_common.
Sergey Matveev
- [compiler-rt] r182730 - [lsan] Begin converting LSan tests to output tests.
Sergey Matveev
- [compiler-rt] r182740 - Use an address-of operator here to silence an MSVC warning.
Peter Collingbourne
- [compiler-rt] r182743 - [nolibc] Make AddressInfo::Clear a weak function.
Peter Collingbourne
- [compiler-rt] r182765 - [nolibc] Make SymbolizerPrepareForSandboxing weak and optional.
Peter Collingbourne
- [compiler-rt] r182770 - [nolibc] Add a test case for Linux/x86_64.
Peter Collingbourne
- [compiler-rt] r182774 - [msan] Change report header to be more alike to ASan and TSan.
Evgeniy Stepanov
- [compiler-rt] r182775 - [sanitizer] Improve getaddrinfo interceptor.
Evgeniy Stepanov
- [compiler-rt] r182835 - [sanitizer] Share TSan accept & accept4 interceptors with other sanitizers.
Evgeniy Stepanov
- [compiler-rt] r182836 - Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching to a custom allocator.
Alexey Samsonov
- [compiler-rt] r182837 - Exclude sanitizer_nolibc_test from TSan test run. Fix lint warnings
Alexey Samsonov
- [compiler-rt] r182838 - [sanitizer] modf/modff/modfl interceptors.
Evgeniy Stepanov
- [compiler-rt] r182839 - [lsan] Convert the remaining LSan tests to output tests.
Sergey Matveev
- [compiler-rt] r182840 - [sanitizer] Use raw check in internal allocator to prevent self-deadlocks. Try to fix Windows build.
Alexey Samsonov
- [compiler-rt] r182841 - [nolibc] Now that we have a custom allocator, remove dummy allocator
Peter Collingbourne
- [compiler-rt] r182842 - tsan: match "race" suppressions against "race on vptr" reports
Dmitry Vyukov
- [compiler-rt] r182843 - [sanitizer] Move TSan and MSan recvmsg interceptors to common.
Evgeniy Stepanov
- [compiler-rt] r182844 - [sanitizer] Intercept getpeername.
Evgeniy Stepanov
- [compiler-rt] r182845 - [sanitizer] Fix Mac build.
Evgeniy Stepanov
- [compiler-rt] r182848 - Fix MSVC warnings at the -W2 level
Timur Iskhodzhanov
- [compiler-rt] r182848 - Fix MSVC warnings at the -W2 level
David Blaikie
- [compiler-rt] r182848 - Fix MSVC warnings at the -W2 level
Timur Iskhodzhanov
- [compiler-rt] r182851 - [nolibc] Unweak SymbolizerPrepareForSandboxing and move it to libc-independent part.
Peter Collingbourne
- [compiler-rt] r182852 - [sanitizer] Fix getaddrinfo interceptor to use the actual returned sockaddr size.
Evgeniy Stepanov
- [compiler-rt] r182853 - [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descriptor address.
Sergey Matveev
- [compiler-rt] r182853 - [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descriptor address.
David Blaikie
- [compiler-rt] r182853 - [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descriptor address.
Sergey Matveev
- [compiler-rt] r182853 - [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descriptor address.
David Blaikie
- [compiler-rt] r182853 - [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descriptor address.
Sergey Matveev
- [compiler-rt] r182853 - [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descriptor address.
Alexey Samsonov
- [compiler-rt] r182853 - [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descriptor address.
Sergey Matveev
- [compiler-rt] r182853 - [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descriptor address.
David Blaikie
- [compiler-rt] r182854 - [asan] Make ASan report the correct thread address ranges to LSan.
Sergey Matveev
- [compiler-rt] r182857 - Fix MSVC W3 compiler warnings
Timur Iskhodzhanov
- [compiler-rt] r182857 - Fix MSVC W3 compiler warnings
David Blaikie
- [compiler-rt] r182857 - Fix MSVC W3 compiler warnings
Timur Iskhodzhanov
- [compiler-rt] r182858 - [asan] Fix r182854: run the unpoison_tls test only on Linux.
Sergey Matveev
- [compiler-rt] r182862 - [asan] Fix r182858.
Sergey Matveev
- [compiler-rt] r182868 - Replaced 'bool .* = 0;' with '... = false;'
Timur Iskhodzhanov
- [compiler-rt] r182915 - [ASan] Minor cleanup: remove a couple of unused variables.
Alexander Potapenko
- [compiler-rt] r182917 - [sanitizer] introduce LargeMmapAllocator::GetBlockBeginFastSingleThreaded, required for LeakSanitizer to work faster. Also fix lint.
Kostya Serebryany
- [compiler-rt] r182918 - Fix #if guards in sanitizer_common code
Alexey Samsonov
- [compiler-rt] r182922 - [asan] workaround for the quemu bug in proc maps (http://code.google.com/p/address-sanitizer/issues/detail?id=160)
Kostya Serebryany
- [compiler-rt] r182993 - [sanitizer] Fix wrong size of addrinfo::ai_addrlen.
Evgeniy Stepanov
- [compiler-rt] r182994 - [lsan] Use the fast version of GetBlockBegin for leak checking in LSan and ASan.
Sergey Matveev
- [compiler-rt] r182995 - [sanitizer] Fix r182994 - update test.
Sergey Matveev
- [compiler-rt] r182996 - [msan] Handle mixed track-origins and keep-going settings (compiler-rt part).
Evgeniy Stepanov
- [compiler-rt] r182999 - [msan] Fix gcc build of msan runtime.
Evgeniy Stepanov
- [compiler-rt] r183000 - [lsan] Run the leak detection tests under both ASan and LSan.
Sergey Matveev
- [compiler-rt] r183004 - [lsan] Added a dummy unittest to suppress LIT warnings.
Sergey Matveev
- [compiler-rt] r183006 - [ASan] Do not buffer stdin in asan_symbolize.py
Alexander Potapenko
- [dragonegg] r182833 - Port enabling of loop vectorization and fast math from mainline.
Duncan Sands
- [lld] r182721 - [PECOFF] Skip section names in the symbol table because they are not atoms.
Rafael Espíndola
- [lld] r182721 - [PECOFF] Skip section names in the symbol table because they are not atoms.
Rui Ueyama
- [lld] r182784 - [lld][PECOFF] Add WinLinkDriver and PECOFFTargetInfo.
Rui Ueyama
- [lld] r182786 - [Driver] Parallelize reading initial object files.
Michael J. Spencer
- [lld] r182786 - [Driver] Parallelize reading initial object files.
Rui Ueyama
- [lld] r182786 - [Driver] Parallelize reading initial object files.
Nick Kledzik
- [lld] r182786 - [Driver] Parallelize reading initial object files.
Rui Ueyama
- [lld] r182787 - [ELF][Reader] Kind in this context refers to File::Kind. Qualify with Reference::Kind.
Michael J. Spencer
- [lld] r182789 - Instrument things.
Michael J. Spencer
- [lld] r182792 - [Passes] Parallelize the layout pass sort.
Michael J. Spencer
- [lld] r182793 - [ELF] Make addressOfAtom thread safe.
Michael J. Spencer
- [lld] r182794 - [Core] Add parallel_for_each.
Michael J. Spencer
- [lld] r182795 - Parallel write.
Michael J. Spencer
- [lld] r182824 - [WinLink] Add -subsystem and -out command line option parsing.
Rui Ueyama
- [lld] r182889 - [lld][elf] Add --dynamic-linker option to the ELF linker.
Shankar Easwaran
- [lld] r182912 - [WinLink][Driver] Handle file extensions and defualt output file name.
Rui Ueyama
- [lld] r182912 - [WinLink][Driver] Handle file extensions and defualt output file name.
Shankar Easwaran
- [lld] r182912 - [WinLink][Driver] Handle file extensions and defualt output file name.
Reid Kleckner
- [lld] r182912 - [WinLink][Driver] Handle file extensions and defualt output file name.
David Blaikie
- [lld] r182912 - [WinLink][Driver] Handle file extensions and defualt output file name.
David Blaikie
- [lld] r182970 - [lld][WinLink] Fix use-after-return and add unit tests.
Rui Ueyama
- [lld] r182971 - [WinLink] Add a test for Windows-style command line options.
Rui Ueyama
- [lld] r182975 - Revert "[Passes] Parallelize the layout pass sort."
Michael J. Spencer
- [lld] r182980 - [Driver] Add unit tests for GnuLdDriver.
Rui Ueyama
- [lld] r182985 - Fix typo in file header.
Rui Ueyama
- [lld] r182988 - [WinLink][Driver] Add support for -subsystem optional OS version number.
Rui Ueyama
- [lld] r183034 - [WinLink][Driver] Add -entry command line option.
Rui Ueyama
- [lld] r183050 - Fix typo in comment.
Rui Ueyama
- [llvm-commits] [llvm] r165067 - in /llvm/trunk/lib/Target/Mips: CMakeLists.txt MCTargetDesc/CMakeLists.txt MCTargetDesc/MipsDirectObjLower.cpp MCTargetDesc/MipsDirectObjLower.h MCTargetDesc/MipsMCCodeEmitter.cpp MipsAsmPrinter.cpp MipsDirectObjLower.cpp MipsDirectObjLower.h
Rafael Espíndola
- [llvm-commits] [patch] Add DT_AUXILIARY and DT_FILTER in llvm/Support/ELF.h
Rafael Espíndola
- [llvm-commits] Final SwitchInst for PR1255: case-ranges.
Stepan Dyatkovskiy
- [llvm] r181532 - [GVN] Split critical-edge on the fly, instead of postpone edge-splitting to next
Rafael Espíndola
- [llvm] r181532 - [GVN] Split critical-edge on the fly, instead of postpone edge-splitting to next
Shuxin Yang
- [llvm] r182499 - This is an update to a previous commit (r181216).
Jean-Luc Duprat
- [llvm] r182499 - This is an update to a previous commit (r181216).
Rafael Espíndola
- [llvm] r182499 - This is an update to a previous commit (r181216).
Jean-Luc Duprat
- [llvm] r182625 - Add MCSymbolizer for symbolic/annotated disassembly.
Aaron Ballman
- [llvm] r182625 - Add MCSymbolizer for symbolic/annotated disassembly.
Ahmed Bougacha
- [llvm] r182625 - Add MCSymbolizer for symbolic/annotated disassembly.
Aaron Ballman
- [llvm] r182625 - Add MCSymbolizer for symbolic/annotated disassembly.
Ahmed Bougacha
- [llvm] r182656 - LoopVectorize: LoopSimplify can't canonicalize loops with an indirectbr in it, don't assert on those cases.
Bill Wendling
- [llvm] r182704 - Track IR ordering of SelectionDAG nodes 3/4.
Cameron Zwarich
- [llvm] r182715 - Fixed bug when tests in executable partially used absolute paths.
Alexey Samsonov
- [llvm] r182715 - Fixed bug when tests in executable partially used absolute paths.
Alexey Samsonov
- [llvm] r182715 - Fixed bug when tests in executable partially used absolute paths.
Galina Kistanova
- [llvm] r182715 - Fixed bug when tests in executable partially used absolute paths.
Alexey Samsonov
- [llvm] r182715 - Fixed bug when tests in executable partially used absolute paths.
Galina Kistanova
- [llvm] r182734 - Add a cpu to try to bring back the atom bots.
Rafael Espindola
- [llvm] r182739 - Convert sqrt functions into sqrt instructions when -ffast-math is in effect.
Preston Gurd
- [llvm] r182746 - Make helper functions static.
Rafael Espindola
- [llvm] r182747 - Make it explicit that GlobalAlias are ok in llvm.used.
Rafael Espindola
- [llvm] r182755 - Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias another argument, even if the other argument is not itself marked noalias.
Michael Kuperstein
- [llvm] r182758 - Fixup for r182715: provide correct arg to --gtest-filter
Alexey Samsonov
- [llvm] r182759 - Adding ReleaseProcess doc
Renato Golin
- [llvm] r182761 - Revert r182715 and r182758
Alexey Samsonov
- [llvm] r182762 - [SystemZ] Tweak SystemZInstrInfo::isBranch() interface
Richard Sandiford
- [llvm] r182763 - Linking ReleaseProcess doc with the world
Renato Golin
- [llvm] r182764 - [SystemZ] Register compare-and-branch support
Richard Sandiford
- [llvm] r182766 - Typo
Renato Golin
- [llvm] r182771 - [msan] Fix argument shadow alignment.
Evgeniy Stepanov
- [llvm] r182776 - Extend RemapInstruction and friends to take an optional new parameter, a ValueMaterializer.
James Molloy
- [llvm] r182778 - Remove double semicolons.
Benjamin Kramer
- [llvm] r182779 - Simplify code. No functionality change.
Benjamin Kramer
- [llvm] r182783 - Remove the MCRegAliasIterator tables and compute the aliases dynamically.
Chad Rosier
- [llvm] r182790 - Hexagon: Typo fix.
Jyotsna Verma
- [llvm] r182791 - LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee is
Manman Ren
- [llvm] r182791 - LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee is
Eric Christopher
- [llvm] r182791 - LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee is
Manman Ren
- [llvm] r182791 - LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee is
Eric Christopher
- [llvm] r182791 - LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee is
Manman Ren
- [llvm] r182791 - LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee is
Eric Christopher
- [llvm] r182791 - LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee is
Manman Ren
- [llvm] r182791 - LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee is
Eric Christopher
- [llvm] r182800 - ARM: use pristine object file while processing relocations
Tim Northover
- [llvm] r182801 - [APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for use in APFloat IEEE-754R 2008 nextUp/nextDown function.
Michael Gottesman
- [llvm] r182802 - Add support for llvm.vectorizer metadata
Paul Redmond
- [llvm] r182803 - [Mips] Add Mips specific dynamic table entry tags.
Simon Atanasyan
- [llvm] r182804 - AArch64: clarify -help message
Tim Northover
- [llvm] r182807 - Mips assembler: Improve set register alias handling
Jack Carter
- [llvm] r182807 - Mips assembler: Improve set register alias handling
Rafael Espíndola
- [llvm] r182807 - Mips assembler: Improve set register alias handling
Jack Carter
- [llvm] r182807 - Mips assembler: Improve set register alias handling
Rafael Espíndola
- [llvm] r182807 - Mips assembler: Improve set register alias handling
Jack Carter
- [llvm] r182807 - Mips assembler: Improve set register alias handling
Rafael Espíndola
- [llvm] r182807 - Mips assembler: Improve set register alias handling
Jack Carter
- [llvm] r182807 - Mips assembler: Improve set register alias handling
Rafael Espíndola
- [llvm] r182816 - Debug Info: Reorder accessor to match field order.
David Blaikie
- [llvm] r182817 - Debug Info: Update documentation to match recent (& not so recent) schema changes
David Blaikie
- [llvm] r182819 - Whitespace.
NAKAMURA Takumi
- [llvm] r182820 - LoopVectorize.cpp: Fix abuse of StringRef on Twine. Twine captures the pointer of StringRef.
NAKAMURA Takumi
- [llvm] r182822 - [Sparc] Add support for leaf functions in sparc backend.
Venkatraman Govindaraju
- [llvm] r182831 - Allow overriding the location of C/C++ compilers in Android CMake build.
Evgeniy Stepanov
- [llvm] r182832 - Temporary fix to get rid of gcc warning.
Patrik Hagglund
- [llvm] r182832 - Temporary fix to get rid of gcc warning.
David Blaikie
- [llvm] r182832 - Temporary fix to get rid of gcc warning.
Rafael Espíndola
- [llvm] r182832 - Temporary fix to get rid of gcc warning.
David Blaikie
- [llvm] r182834 - Move test that depends on the X86 backend into the right subdirectory.
Benjamin Kramer
- [llvm] r182846 - [SystemZ] Immediate compare-and-branch support
Richard Sandiford
- [llvm] r182847 - [SystemZ] Two tests missing from previous commit
Richard Sandiford
- [llvm] r182850 - SparcFrameLowering.cpp: Mark verifyLeafProcRegUse() as UNUSED. [-Wunused-function]
NAKAMURA Takumi
- [llvm] r182850 - SparcFrameLowering.cpp: Mark verifyLeafProcRegUse() as UNUSED. [-Wunused-function]
David Blaikie
- [llvm] r182863 - Tidy some register classes for ARM and Thumb
JF Bastien
- [llvm] r182867 - LTO+Debug Info: revert r182791.
Manman Ren
- [llvm] r182867 - LTO+Debug Info: revert r182791.
Eric Christopher
- [llvm] r182869 - Simplify logic by using the appropriate functions.
Adrian Prantl
- [llvm] r182872 - Teach ReMaterialization to be more cunning about subregisters
Tim Northover
- [llvm] r182872 - Teach ReMaterialization to be more cunning about subregisters
Evan Cheng
- [llvm] r182872 - Teach ReMaterialization to be more cunning about subregisters
Tim Northover
- [llvm] r182876 - Don't reach into the middle of TargetMachine and cache one of its ivars.
Bill Wendling
- [llvm] r182877 - Enable FastISel on ARM for Linux and NaCl
JF Bastien
- [llvm] r182877 - Enable FastISel on ARM for Linux and NaCl
Rafael Espíndola
- [llvm] r182877 - Enable FastISel on ARM for Linux and NaCl
JF Bastien
- [llvm] r182877 - Enable FastISel on ARM for Linux and NaCl
Rafael Espíndola
- [llvm] r182877 - Enable FastISel on ARM for Linux and NaCl
JF Bastien
- [llvm] r182877 - Enable FastISel on ARM for Linux and NaCl
Rafael Espíndola
- [llvm] r182877 - Enable FastISel on ARM for Linux and NaCl
JF Bastien
- [llvm] r182877 - Enable FastISel on ARM for Linux and NaCl
Rafael Espíndola
- [llvm] r182877 - Enable FastISel on ARM for Linux and NaCl
Renato Golin
- [llvm] r182877 - Enable FastISel on ARM for Linux and NaCl
JF Bastien
- [llvm] r182877 - Enable FastISel on ARM for Linux and NaCl
Eric Christopher
- [llvm] r182877 - Enable FastISel on ARM for Linux and NaCl
JF Bastien
- [llvm] r182877 - Enable FastISel on ARM for Linux and NaCl
Rafael Espíndola
- [llvm] r182878 - Add colored diagnostics when building LLVM with cmake + ninja + clang
Arnaud A. de Grandmaison
- [llvm] r182879 - Don't assume the registers will be enumerated sequentially.
Chad Rosier
- [llvm] r182879 - Don't assume the registers will be enumerated sequentially.
Renato Golin
- [llvm] r182879 - Don't assume the registers will be enumerated sequentially.
Renato Golin
- [llvm] r182879 - Don't assume the registers will be enumerated sequentially.
Chad Rosier
- [llvm] r182883 - X86: Fix Defs/Uses for insts that imp-def/imp-use both an A-register and EFLAGS.
Ahmed Bougacha
- [llvm] r182885 - Order CALLSEQ_START and CALLSEQ_END nodes.
Andrew Trick
- [llvm] r182894 - Add a unittest for APFloat::getSmallest.
Michael Gottesman
- [llvm] r182896 - Added code to the unittest for APFloat::getSmallest to double check that we consider the result to be denormal.
Michael Gottesman
- [llvm] r182897 - Added a unittest for APFloat::getSmallestNormalized.
Michael Gottesman
- [llvm] r182898 - Remove dead return.
Rafael Espindola
- [llvm] r182899 - This testcase tests command line attributes which we don't yet support.
Bill Wendling
- [llvm] r182900 - Add a comment and some tests including the NULL byte.
Eric Christopher
- [llvm] r182901 - Reformat comments here.
Eric Christopher
- [llvm] r182902 - Formatting.
Eric Christopher
- [llvm] r182903 - Rename variable to be more descriptive.
Eric Christopher
- [llvm] r182908 - Change how we iterate over relocations on ELF.
Rafael Espindola
- [llvm] r182909 - Swizzle vector inputs if it helps us eliminate shuffles.
Nick Lewycky
- [llvm] r182909 - Swizzle vector inputs if it helps us eliminate shuffles.
Evgeniy Stepanov
- [llvm] r182909 - Swizzle vector inputs if it helps us eliminate shuffles.
Evgeniy Stepanov
- [llvm] r182909 - Swizzle vector inputs if it helps us eliminate shuffles.
Chandler Carruth
- [llvm] r182909 - Swizzle vector inputs if it helps us eliminate shuffles.
Evgeniy Stepanov
- [llvm] r182910 - Fixed bug when tests in executable partially used absolute paths.
Galina Kistanova
- [llvm] r182914 - Fix warning on varialbe unused in opt builds.
Daniel Jasper
- [llvm] r182919 - Revert r182909.
Evgeniy Stepanov
- [llvm] r182920 - [SystemZ] Enable unaligned accesses
Richard Sandiford
- [llvm] r182920 - [SystemZ] Enable unaligned accesses
Sean Silva
- [llvm] r182920 - [SystemZ] Enable unaligned accesses
Richard Sandiford
- [llvm] r182921 - X86: change zext moves to use sub-register infrastructure.
Tim Northover
- [llvm] r182924 - [NVPTX] Fix case where a sext load of an i1 type may produce an
Justin Holewinski
- [llvm] r182925 - Fix rematerialization into physical registers.
Tim Northover
- [llvm] r182926 - Fix incorrect parameter name in LIT docs.
Sergey Matveev
- [llvm] r182928 - X86: use sub-register sequences for MOV*r0 operations
Tim Northover
- [llvm] r182929 - X86: allow registers 8-15 in test
Tim Northover
- [llvm] r182931 - Added a sub-project status update section to the release notes with details
Ashok Thirumurthi
- [llvm] r182933 - Force fragile test to the atom scheduler model.
Benjamin Kramer
- [llvm] r182935 - Force a triple so we don't get bitten by windows' different regalloc.
Benjamin Kramer
- [llvm] r182937 - Don't use fast isel on this test.
Rafael Espindola
- [llvm] r182938 - Revise llvm.vectorizer.width documentation
Paul Redmond
- [llvm] r182938 - Revise llvm.vectorizer.width documentation
Tobias Grosser
- [llvm] r182939 - Fix warning and resulting formatting issue.
Paul Redmond
- [llvm] r182945 - Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the function APFloat::next(bool nextDown).
Michael Gottesman
- [llvm] r182949 - MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625.
Ahmed Bougacha
- [llvm] r182949 - MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625.
Bill Wendling
- [llvm] r182949 - MCObjectSymbolizer: Switch from IntervalMap to sorted vector, following r182625.
Ahmed Bougacha
- [llvm] r182950 - Use the const_cast only where necessary.
Bill Wendling
- [llvm] r182954 - Fix a couple of typos and 80-col.
Eric Christopher
- [llvm] r182958 - Remove unused member.
Rafael Espindola
- [llvm] r182960 - Revert r182937 and r182877.
Rafael Espindola
- [llvm] r182973 - Remove debug print added in r182949.
Ahmed Bougacha
- [llvm] r182976 - Reapply with r182909 with a fix to the calculation of the new indices for
Nick Lewycky
- [llvm] r182976 - Reapply with r182909 with a fix to the calculation of the new indices for
Nadav Rotem
- [llvm] r182976 - Reapply with r182909 with a fix to the calculation of the new indices for
Chandler Carruth
- [llvm] r182976 - Reapply with r182909 with a fix to the calculation of the new indices for
Pete Cooper
- [llvm] r182976 - Reapply with r182909 with a fix to the calculation of the new indices for
Nick Lewycky
- [llvm] r182979 - Fix wrong comment. Null is not acceptable.
Matt Arsenault
- [llvm] r182984 - [mips] Big-endian code generation for atomic instructions.
Akira Hatanaka
- [llvm] r182989 - Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' conditions.
Andrew Trick
- [llvm] r182990 - Add links to the System z architecture manual and ABI
Richard Sandiford
- [llvm] r182990 - Add links to the System z architecture manual and ABI
Sean Silva
- [llvm] r182991 - X86: change MOV64ri64i32 into MOV32ri64
Tim Northover
- [llvm] r182991 - X86: change MOV64ri64i32 into MOV32ri64
Tim Northover
- [llvm] r182991 - X86: change MOV64ri64i32 into MOV32ri64
Douglas Gregor
- [llvm] r182991 - X86: change MOV64ri64i32 into MOV32ri64
Tim Northover
- [llvm] r182991 - X86: change MOV64ri64i32 into MOV32ri64
Jakob Stoklund Olesen
- [llvm] r182991 - X86: change MOV64ri64i32 into MOV32ri64
David Blaikie
- [llvm] r182991 - X86: change MOV64ri64i32 into MOV32ri64
Eric Christopher
- [llvm] r182991 - X86: change MOV64ri64i32 into MOV32ri64
Tim Northover
- [llvm] r182991 - X86: change MOV64ri64i32 into MOV32ri64
David Blaikie
- [llvm] r182991 - X86: change MOV64ri64i32 into MOV32ri64
David Blaikie
- [llvm] r182991 - X86: change MOV64ri64i32 into MOV32ri64
Joe Groff
- [llvm] r182991 - X86: change MOV64ri64i32 into MOV32ri64
Eric Christopher
- [llvm] r182991 - X86: change MOV64ri64i32 into MOV32ri64
Tim Northover
- [llvm] r182997 - [msan] Handle mixed track-origins and keep-going settings (llvm part).
Evgeniy Stepanov
- [llvm] r182998 - [NVPTX] Re-enable support for virtual registers in the final output
Justin Holewinski
- [llvm] r183002 - [SystemZ] Don't use LOAD and STORE REVERSED for volatile accesses
Richard Sandiford
- [llvm] r183003 - ARM: fix VEXT encoding corner case
Tim Northover
- [llvm] r183005 - Simplify multiplications by vectors whose elements are powers of 2.
Rafael Espindola
- [llvm] r183011 - ARM: add fstmx and fldmx instructions for assembly
Tim Northover
- [llvm] r183012 - ARM: permit upper-case BE/LE on setend instruction
Tim Northover
- [llvm] r183016 - Remove useless code from transitioning to new EH scheme
Kai Nacke
- [llvm] r183017 - Unit test for SCEV fix r182989, PR16130.
Andrew Trick
- [llvm] r183020 - Add a way to define the bit range covered by a SubRegIndex.
Ahmed Bougacha
- [llvm] r183021 - Modify how the formulae are rated in Loop Strength Reduce.
Quentin Colombet
- [llvm] r183028 - [APFloat] Added a unittest for APFloat::getZero.
Michael Gottesman
- [llvm] r183028 - [APFloat] Added a unittest for APFloat::getZero.
Rafael Espíndola
- [llvm] r183028 - [APFloat] Added a unittest for APFloat::getZero.
Rafael Espíndola
- [llvm] r183028 - [APFloat] Added a unittest for APFloat::getZero.
Benjamin Kramer
- [llvm] r183028 - [APFloat] Added a unittest for APFloat::getZero.
Rafael Ávila De Espíndola
- [llvm] r183031 - NVPTX: Don't even create a regalloc if we're not going to use it.
Benjamin Kramer
- [llvm] r183031 - NVPTX: Don't even create a regalloc if we're not going to use it.
Justin Holewinski
- [llvm] r183035 - LoopVectorize: PHIs with only outside users should prevent vectorization
Arnold Schwaighofer
- [llvm] r183035 - LoopVectorize: PHIs with only outside users should prevent vectorization
Rafael Espíndola
- [llvm] r183040 - Don't allocate temporary string for section data.
Rafael Espindola
- [llvm] r183041 - Remove union to fix build in c++03.
Rafael Espindola
- [llvm] r183042 - Rename COFFYaml.h to COFFYAML.h for consistency.
Rafael Espindola
- [llvm] r183043 - Use just a ArrayRef<uint8_t> to store both hex string and binary data.
Rafael Espindola
- [llvm] r183045 - Loop Strength Reduce: Scaling factor cost.
Quentin Colombet
- [llvm] r183047 - LoopVectorize: Change API call to get the backedge taken count
Arnold Schwaighofer
- [llvm] r183051 - Move "unsigned char" -> "uint8_t".
Eric Christopher
- [llvm] r183052 - Fix comment.
Eric Christopher
- [llvm] r183053 - Convert more unsigned char -> uint8_t.
Eric Christopher
- [llvm] r183054 - Add support for adding the contents of a StringRef to the MD5 hash.
Eric Christopher
- [llvm] r183057 - Const-ify some printing and dumping code for DIEValues.
Eric Christopher
- [llvm] r183059 - Temporarily Revert "X86: change MOV64ri64i32 into MOV32ri64" as it
Eric Christopher
- [llvm] r183060 - Prevent loop-unroll from making assumptions about undefined behavior.
Andrew Trick
- [llvm] r183061 - Make SubRegIndex size mandatory, following r183020.
Ahmed Bougacha
- [llvm] r183063 - Updated APFloat's comments to fit the LLVM style guide.
Michael Gottesman
- [llvm] r183064 - Added method comments for getZero,getInf.
Michael Gottesman
- [llvm] r183065 - Removed a comment above an include which is unnecessary and added a missing closing @} for a doxygen comment.
Michael Gottesman
- [llvm] r183067 - [Sparc] Generate correct code for leaf functions with stack objects
Venkatraman Govindaraju
- [llvm] r183068 - X86: change MOV64ri64i32 into MOV32ri64
Tim Northover
- [llvm] r183069 - TMP: LEA64_32r fixing
Tim Northover
- [llvm] r183069 - TMP: LEA64_32r fixing
Tim Northover
- [llvm] r183070 - Revert r183069: "TMP: LEA64_32r fixing"
Tim Northover
- [llvm] r183071 - Disable new legacy JIT test on ARM.
Tim Northover
- [llvm] r183072 - APFloat: Use isDenormal instead of hand-rolled code to check for denormals.
Benjamin Kramer
- [llvm] r183073 - APInt: Simplify code. No functionality change.
Benjamin Kramer
- [llvm] r183074 - DenseMap: Move the key into place when we use the move version of operator[].
Benjamin Kramer
- [llvm] r183075 - Move object construction into [] so the temporary can be moved.
Benjamin Kramer
- [llvm] r183076 - Move getRealLinkageName to a common place and remove all the duplicates of it.
Benjamin Kramer
- [llvm] r183078 - SimplifyCFG: Fix typo in comment for ComputeSpeculationCost
David Majnemer
- [llvm] r183078 - SimplifyCFG: Fix typo in comment for ComputeSpeculationCost
David Blaikie
- [llvm] r183079 - Sparc: Mark functions calling llvm.vastart and llvm.returnaddress intrinsics as non-leaf functions.
Venkatraman Govindaraju
- [llvm] r183080 - When determining the new index for an insertelement, we may not assume that an
Nick Lewycky
- [llvm] r183080 - When determining the new index for an insertelement, we may not assume that an
Nadav Rotem
- [llvm] r183081 - Try to avoid "integer literal too big" warnings from older GCCs.
Benjamin Kramer
- [llvm] r183081 - Try to avoid "integer literal too big" warnings from older GCCs.
Michael Gottesman
- [llvm] r183083 - Sparc: Perform leaf procedure optimization by default
Venkatraman Govindaraju
- [llvm] r183086 - Whitespace.
Jim Grosbach
- [llvm] r183087 - [Object/COFF] Add dos_header, pe32{, plus}_header and data_directory.
Rui Ueyama
- [llvm] r183088 - Sparc: Combine add/or/sethi instruction with restore if possible.
Venkatraman Govindaraju
- [llvm] r183090 - Sparc: When storing 0, use %g0 directly in the store instruction instead of
Venkatraman Govindaraju
- [llvm] r183091 - [Object/COFF] Fix Windows .lib name handling.
Rui Ueyama
- [llvm] r183091 - [Object/COFF] Fix Windows .lib name handling.
Chandler Carruth
- [llvm] r183091 - [Object/COFF] Fix Windows .lib name handling.
Rui Ueyama
- [llvm] r183091 - [Object/COFF] Fix Windows .lib name handling.
Chandler Carruth
- [llvm] r183094 - Sparc: Add support for indirect branch and blockaddress in Sparc backend.
Venkatraman Govindaraju
- [LLVMdev] The system library is gone for a long time.
罗勇刚(Yonggang Luo)
- [LLVMdev] The system library is gone for a long time.
Rafael Espíndola
- [LLVMdev] The system library is gone for a long time.
Sean Silva
- [LLVMdev] The system library is gone for a long time.
Rafael Espíndola
- [LLVMdev] The system library is gone for a long time.
Sean Silva
- [LLVMdev] The system library is gone for a long time.
罗勇刚(Yonggang Luo)
- [LLVMdev] The system library is gone for a long time.
Rafael Espíndola
- [LLVMdev] The system library is gone for a long time.
Sean Silva
- [LLVMdev] The system library is gone for a long time.
Rafael Espíndola
- [LNT] r182805 - When the tooltip in the graph pane gets near the edge of the graph, move it back inside the graph pane.
Chris Matthews
- [PATCH/RFC] Lowering atomic accesses in SystemZISelLowering
Richard Sandiford
- [PATCH 1/2] IEEE-754R 2008 nextUp/nextDown implementation: tcDecrement
Michael Gottesman
- [PATCH 1/2] IEEE-754R 2008 nextUp/nextDown implementation: tcDecrement
Stephen Canon
- [PATCH 1/2] IEEE-754R 2008 nextUp/nextDown implementation: tcDecrement
Michael Gottesman
- [PATCH 1/2] IEEE-754R 2008 nextUp/nextDown implementation: tcDecrement
Michael Gottesman
- [PATCH 1/2] IEEE-754R 2008 nextUp/nextDown implementation: tcDecrement
Stephen Canon
- [PATCH 1/2] IEEE-754R 2008 nextUp/nextDown implementation: tcDecrement
Michael Gottesman
- [PATCH 1/2] IEEE-754R 2008 nextUp/nextDown implementation: tcDecrement
Chris Lattner
- [PATCH 2/2] IEEE-754R 2008 nextUp/nextDown implementation.
Michael Gottesman
- [PATCH 2/2] IEEE-754R 2008 nextUp/nextDown implementation.
Stephen Canon
- [PATCH 2/2] IEEE-754R 2008 nextUp/nextDown implementation.
Michael Gottesman
- [PATCH 2/2] IEEE-754R 2008 nextUp/nextDown implementation.
Michael Gottesman
- [PATCH 2/2] IEEE-754R 2008 nextUp/nextDown implementation.
Stephen Canon
- [PATCH 2/2] IEEE-754R 2008 nextUp/nextDown implementation.
Michael Gottesman
- [PATCH] [ASan] Fix MSVC -W3 warnings when building the Windows RTL
Timur Iskhodzhanov
- [PATCH] [ASan] Fix MSVC -W3 warnings when building the Windows RTL
Kostya Serebryany
- [PATCH] [ASan] Fix MSVC -W3 warnings when building the Windows RTL
Timur Iskhodzhanov
- [PATCH] [asan] Make ASan report the correct thread address ranges to LSan.
Kostya Serebryany
- [PATCH] [asan] Make ASan report the correct thread address ranges to LSan.
Alexey Samsonov
- [PATCH] [asan] Make ASan report the correct thread address ranges to LSan.
Sergey Matveev
- [PATCH] [asan] Make ASan report the correct thread address ranges to LSan.
Kostya Serebryany
- [PATCH] [asan] Make ASan report the correct thread address ranges to LSan.
Sergey Matveev
- [PATCH] [asan] Make ASan report the correct thread address ranges to LSan.
Alexander Potapenko
- [PATCH] [asan] Make ASan report the correct thread address ranges to LSan.
Sergey Matveev
- [PATCH] [asan] Make ASan report the correct thread address ranges to LSan.
Kostya Serebryany
- [PATCH] [asan] Make ASan report the correct thread address ranges to LSan.
Sergey Matveev
- [PATCH] [asan] Make ASan report the correct thread address ranges to LSan.
Kostya Serebryany
- [PATCH] [asan] Make ASan report the correct thread address ranges to LSan.
Sergey Matveev
- [PATCH] [CMake/PPC64]: Add -mminimal-toc to CFLAGS if compiler is gcc < 4.6 on powerpc64
Kai Nacke
- [patch] [efficiency] Move getAliasSetForPointer under if (!IgnoreAliasing)
Dmitry N. Mikushin
- [PATCH] [lld][ELF] Add linker script ENTRY command
Rui Ueyama
- [PATCH] [lld][PECOFF] Add WinLinkDriver and PECOFFTargetInfo.
Rui Ueyama
- [PATCH] [lld][PECOFF] Add WinLinkDriver and PECOFFTargetInfo.
Michael Spencer
- [PATCH] [lld][PECOFF] Add WinLinkDriver and PECOFFTargetInfo.
Rui Ueyama
- [PATCH] [lsan] Add __lsan_disable() and __lsan_enable().
Sergey Matveev
- [PATCH] [lsan] Add __lsan_disable() and __lsan_enable().
Sergey Matveev
- [PATCH] [lsan] Add __lsan_disable() and __lsan_enable().
Sergey Matveev
- [PATCH] [lsan] Add __lsan_disable() and __lsan_enable().
Sergey Matveev
- [PATCH] [lsan] Add __lsan_disable() and __lsan_enable().
Kostya Serebryany
- [PATCH] [lsan] Add __lsan_disable() and __lsan_enable().
Alexander Potapenko
- [PATCH] [lsan] Add __lsan_disable() and __lsan_enable().
Sergey Matveev
- [PATCH] [lsan] Add __lsan_disable() and __lsan_enable().
Sergey Matveev
- [PATCH] [lsan] Add __lsan_disable() and __lsan_enable().
Alexander Potapenko
- [PATCH] [lsan] Convert the remaining LSan tests to output tests.
Sergey Matveev
- [PATCH] [lsan] Convert the remaining LSan tests to output tests.
Kostya Serebryany
- [PATCH] [lsan] Convert the remaining LSan tests to output tests.
Alexander Potapenko
- [PATCH] [lsan] Convert the remaining LSan tests to output tests.
Sergey Matveev
- [PATCH] [lsan] Convert the remaining LSan tests to output tests.
Alexander Potapenko
- [PATCH] [lsan] Convert the remaining LSan tests to output tests.
Sergey Matveev
- [PATCH] [lsan] Convert the remaining LSan tests to output tests.
Kostya Serebryany
- [PATCH] [lsan] Convert the remaining LSan tests to output tests.
Sergey Matveev
- [PATCH] [lsan] Convert the remaining LSan tests to output tests.
Sergey Matveev
- [PATCH] [lsan] Convert the remaining LSan tests to output tests.
Kostya Serebryany
- [PATCH] [lsan] Convert the remaining LSan tests to output tests.
Sergey Matveev
- [PATCH] [lsan] Remove old LSan tests. Convert one of them to a LIT test.
Kostya Serebryany
- [PATCH] [lsan] Remove old LSan tests. Convert one of them to a LIT test.
Sergey Matveev
- [PATCH] [lsan] Remove old LSan tests. Convert one of them to a LIT test.
Sergey Matveev
- [PATCH] [lsan] Remove old LSan tests. Convert one of them to a LIT test.
Kostya Serebryany
- [PATCH] [lsan] Remove old LSan tests. Convert one of them to a LIT test.
Sergey Matveev
- [PATCH] [lsan] Run the leak checking tests under both ASan and LSan.
Sergey Matveev
- [PATCH] [lsan] Run the leak checking tests under both ASan and LSan.
Alexey Samsonov
- [PATCH] [lsan] Run the leak checking tests under both ASan and LSan.
Sergey Matveev
- [PATCH] [lsan] Run the leak checking tests under both ASan and LSan.
Sergey Matveev
- [PATCH] [lsan] Run the leak checking tests under both ASan and LSan.
Alexey Samsonov
- [PATCH] [lsan] Run the leak checking tests under both ASan and LSan.
Sergey Matveev
- [PATCH] [lsan] Run the leak checking tests under both ASan and LSan.
Sergey Matveev
- [PATCH] [lsan] Run the leak checking tests under both ASan and LSan.
Sergey Matveev
- [PATCH] [lsan] Run the leak checking tests under both ASan and LSan.
Alexey Samsonov
- [PATCH] [lsan] Run the leak checking tests under both ASan and LSan.
Sergey Matveev
- [PATCH] [lsan] Use the fast version of GetBlockBegin for leak checking in LSan and ASan.
Sergey Matveev
- [PATCH] [lsan] Use the fast version of GetBlockBegin for leak checking in LSan and ASan.
Kostya Serebryany
- [PATCH] [lsan] Use the fast version of GetBlockBegin for leak checking in LSan and ASan.
Sergey Matveev
- [PATCH] [nolibc] Add a test case for Linux/x86_64.
Peter Collingbourne
- [PATCH] [nolibc] Add a test case for Linux/x86_64.
Alexey Samsonov
- [PATCH] [nolibc] Add a test case for Linux/x86_64.
Peter Collingbourne
- [PATCH] [nolibc] Add a test case for Linux/x86_64.
Peter Collingbourne
- [PATCH] [nolibc] Add a test case for Linux/x86_64.
Alexey Samsonov
- [PATCH] [nolibc] Add a test case for Linux/x86_64.
Peter Collingbourne
- [PATCH] [nolibc] Add a test case for Linux/x86_64.
Peter Collingbourne
- [PATCH] [nolibc] Make SymbolizerPrepareForSandboxing weak and optional.
Peter Collingbourne
- [PATCH] [nolibc] Make SymbolizerPrepareForSandboxing weak and optional.
Kostya Serebryany
- [PATCH] [nolibc] Make SymbolizerPrepareForSandboxing weak and optional.
Alexander Potapenko
- [PATCH] [nolibc] Make SymbolizerPrepareForSandboxing weak and optional.
Peter Collingbourne
- [PATCH] [Object/COFF] Add dos_header, pe32{, plus}_header and data_directory.
Rui Ueyama
- [PATCH] [Object/COFF] Add dos_header, pe32{, plus}_header and data_directory.
Michael Spencer
- [PATCH] [Object/COFF] Add dos_header, pe32{, plus}_header and data_directory.
Rui Ueyama
- [PATCH] [PECOFF][Writer] Implement the writer that can emit text section.
Rui Ueyama
- [PATCH] [PECOFF][Writer] Implement the writer that can emit text section.
Shankar Kalpathi Easwaran
- [PATCH] [PECOFF][Writer] Implement the writer that can emit text section.
Rui Ueyama
- [PATCH] [PECOFF][Writer] Implement the writer that can emit text section.
Rui Ueyama
- [PATCH] [PECOFF][Writer] Implement the writer that can emit text section.
Shankar Kalpathi Easwaran
- [PATCH] [PECOFF][Writer] Implement the writer that can emit text section.
Rui Ueyama
- [PATCH] [PECOFF][Writer] Implement the writer that can emit text section.
Michael Spencer
- [PATCH] [PECOFF][Writer] Implement the writer that can emit text section.
Rui Ueyama
- [PATCH] [PECOFF][Writer] Implement the writer that can emit text section.
Michael Spencer
- [PATCH] [PECOFF][Writer] Implement the writer that can emit text section.
Rui Ueyama
- [PATCH] [PECOFF][Writer] Implement the writer that can emit text section.
Shankar Kalpathi Easwaran
- [PATCH] [PECOFF][Writer] Implement the writer that can emit text section.
Rui Ueyama
- [PATCH] [PECOFF][Writer] Implement the writer that can emit text section.
Rui Ueyama
- [PATCH] [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descriptor address.
Sergey Matveev
- [PATCH] [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descriptor address.
Dmitry Vyukov
- [PATCH] [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descriptor address.
Sergey Matveev
- [PATCH] [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descriptor address.
Alexander Potapenko
- [PATCH] [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descriptor address.
Sergey Matveev
- [PATCH] [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descriptor address.
Alexander Potapenko
- [PATCH] [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descriptor address.
Sergey Matveev
- [PATCH] [sanitizer] Move FindThreadByOSIdLocked from lsan to sanitizer_common.
Kostya Serebryany
- [PATCH] [sanitizer] Move FindThreadByOSIdLocked from lsan to sanitizer_common.
Sergey Matveev
- [PATCH][X86_64/MC] Towards usable Win64 exception handling
Kai Nacke
- [PATCH] Add a way to define the bit range covered by a SubRegIndex.
Jakob Stoklund Olesen
- [PATCH] Add a way to define the bit range covered by a SubRegIndex.
Ahmed Bougacha
- [PATCH] Add a way to define the bit range covered by a SubRegIndex.
Jakob Stoklund Olesen
- [PATCH] Add a way to define the bit range covered by a SubRegIndex.
Ahmed Bougacha
- [PATCH] Add a way to define the bit range covered by a SubRegIndex.
Jakob Stoklund Olesen
- [PATCH] Add a way to define the bit range covered by a SubRegIndex.
Ahmed Bougacha
- [PATCH] Add a way to define the bit range covered by a SubRegIndex.
Ahmed Bougacha
- [PATCH] Add a way to define the bit range covered by a SubRegIndex.
Jakob Stoklund Olesen
- [PATCH] Add a way to define the bit range covered by a SubRegIndex.
Ahmed Bougacha
- [PATCH] Add CHECK-UNIQ directive to FileCheck to allow more accurate error messages and error recovery
Reid Kleckner
- [PATCH] Add CHECK-UNIQ directive to FileCheck to allow more accurate error messages and error recovery
Stephen Lin
- [PATCH] Add CHECK-UNIQ directive to FileCheck to allow more accurate error messages and error recovery
Stephen Lin
- [PATCH] Add CHECK-UNIQ directive to FileCheck to allow more accurate error messages and error recovery
Eli Bendersky
- [PATCH] Add colored diagnostics when building LLVM with cmake + ninja + clang
Arnaud A. de Grandmaison
- [PATCH] Add colored diagnostics when building LLVM with cmake + ninja + clang
Reid Kleckner
- [PATCH] Add colored diagnostics when building LLVM with cmake + ninja + clang
Arnaud A. de Grandmaison
- [PATCH] Add FilteredArgList to represent filtered arglist
David Blaikie
- [PATCH] Add FilteredArgList to represent filtered arglist
Rui Ueyama
- [PATCH] Add FilteredArgList to represent filtered arglist
David Blaikie
- [PATCH] Add FilteredArgList to represent filtered arglist
Rui Ueyama
- [PATCH] Add FilteredArgList to represent filtered arglist
Michael Spencer
- [PATCH] Add getSelect helper function
Matt Arsenault
- [PATCH] Add getSelect helper function
Matt Arsenault
- [PATCH] Add Mips specific dynamic table entry tags
Jack Carter
- [PATCH] Add Mips specific dynamic table entry tags.
Simon Atanasyan
- [PATCH] Add Mips specific dynamic table entry tags.
Simon Atanasyan
- [PATCH] Add Mips specific dynamic table entry tags.
Rafael Ávila de Espíndola
- [PATCH] Add Mips specific dynamic table entry tags.
Simon Atanasyan
- [PATCH] Add Mips specific dynamic table entry tags.
Rafael Ávila de Espíndola
- [PATCH] Add Mips specific dynamic table entry tags.
Simon Atanasyan
- [PATCH] Add PE32Header and rename PEHeader -> PE64Header.
Rui Ueyama
- [PATCH] Allow ARM ELF relocs to be applied twice
Tim Northover
- [PATCH] Allow ARM ELF relocs to be applied twice
Renato Golin
- [PATCH] Allow ARM ELF relocs to be applied twice
Tim Northover
- [PATCH] Allow ARM ELF relocs to be applied twice
Renato Golin
- [PATCH] Allow ARM ELF relocs to be applied twice
Amara Emerson
- [PATCH] Allow ARM ELF relocs to be applied twice
Tim Northover
- [PATCH] Allow ARM ELF relocs to be applied twice
David Tweed
- [PATCH] ARM: Add MC support for FSTMX & FLDMX
Amaury de la Vieuville
- [PATCH] ARM: Add MC support for FSTMX & FLDMX
Tim Northover
- [PATCH] ARM: Add MC support for FSTMX & FLDMX
Amaury de la Vieuville
- [PATCH] ARM: Add MC support for FSTMX & FLDMX
Tim Northover
- [PATCH] ARM: Allow uppercase operand for SETEND
Amaury de la Vieuville
- [PATCH] ARM: Allow uppercase operand for SETEND
Tim Northover
- [PATCH] ARM: Allow uppercase operand for SETEND
Amaury de la Vieuville
- [PATCH] ARM: Allow uppercase operand for SETEND
Tim Northover
- [PATCH] ARM: Fix VEXT encoding
Amaury de la Vieuville
- [PATCH] ARM: Fix VEXT encoding
Tim Northover
- [PATCH] ARM: Fix VEXT encoding
Amaury de la Vieuville
- [PATCH] ARM: Fix VEXT encoding
Tim Northover
- [PATCH] ARM: Fix VEXT encoding
Amaury de la Vieuville
- [PATCH] ARM: Fix VEXT encoding
Tim Northover
- [PATCH] ASan Linux MIPS32 support
Jyun-Yan You
- [PATCH] Avoid Valgrind's still-reachable leak warnings
Ryo Onodera
- [PATCH] Avoid Valgrind's still-reachable leak warnings
Rafael Espíndola
- [PATCH] Avoid Valgrind's still-reachable leak warnings
Ryo Onodera
- [PATCH] Change how we iterate over relocations on ELF
Michael Spencer
- [PATCH] compiler-rt darwin macros
Alexey Samsonov
- [PATCH] compiler-rt darwin macros
Alexander Potapenko
- [PATCH] compiler-rt darwin macros
David Fang
- [PATCH] docs: Clarify how basic blocks without named label are handled.
Paul Sokolovsky
- [PATCH] Do not transform PHI to select if doing so would be unsafe
David Majnemer
- [PATCH] Enable FastISel on ARM for Linux and NaCl
JF Bastien
- [PATCH] Enable FastISel on ARM for Linux and NaCl
Chad Rosier
- [PATCH] Enable FastISel on ARM for Linux and NaCl
Eric Christopher
- [PATCH] Enable FastISel on ARM for Linux and NaCl
JF Bastien
- [PATCH] Enable FastISel on ARM for Linux and NaCl
Eric Christopher
- [PATCH] Enable FastISel on ARM for Linux and NaCl
JF Bastien
- [PATCH] Enable FastISel on ARM for Linux and NaCl
JF Bastien
- [PATCH] Fix atomic operations of MIPS EB target
Jyun-Yan You
- [PATCH] Fix atomic operations of MIPS EB target
Akira Hatanaka
- [PATCH] Fix atomic operations of MIPS EB target
Jyun-Yan You
- [PATCH] Fix atomic operations of MIPS EB target
Akira Hatanaka
- [PATCH] Fix atomic operations of MIPS EB target
Jyun-Yan You
- [PATCH] Fix atomic operations of MIPS EB target
Akira Hatanaka
- [PATCH] Fix block comment parser
Rui Ueyama
- [PATCH] Fix block comment parser
Duncan Sands
- [PATCH] Fixed compiler-rt when outside projects directory
Alexey Samsonov
- [PATCH] Help? The zext-sext.ll test
Tim Northover
- [PATCH] Help? The zext-sext.ll test
Jakob Stoklund Olesen
- [PATCH] Help? The zext-sext.ll test
Eric Christopher
- [PATCH] Improve linker performance (v2)
Renato Golin
- [PATCH] Improve linker performance (v2)
James Molloy
- [PATCH] Improve linker performance (v2)
Renato Golin
- [PATCH] Improve linker performance (v2)
James Molloy
- [PATCH] Improve linker performance (v2)
Renato Golin
- [PATCH] Improve linker performance (v2)
James Molloy
- [PATCH] Introduce needsCleanup() for APFloat and APInt
Manuel Klimek
- [PATCH] Introduce needsCleanup() for APFloat and APInt
Richard Smith
- [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
Chandler Carruth
- [PATCH] Introduce SANITIZER_HAS_WEAK_SYMBOL and use it for SymbolizerPrepareForSandboxing.
Peter Collingbourne
- [PATCH] Introduce SANITIZER_HAS_WEAK_SYMBOL and use it for SymbolizerPrepareForSandboxing.
Dmitry Vyukov
- [PATCH] Introduce SANITIZER_HAS_WEAK_SYMBOL and use it for SymbolizerPrepareForSandboxing.
Peter Collingbourne
- [PATCH] Introduce SANITIZER_HAS_WEAK_SYMBOL and use it for SymbolizerPrepareForSandboxing.
Peter Collingbourne
- [PATCH] Introduce SANITIZER_HAS_WEAK_SYMBOL and use it for SymbolizerPrepareForSandboxing.
Dmitry Vyukov
- [PATCH] Introduce SANITIZER_HAS_WEAK_SYMBOL and use it for SymbolizerPrepareForSandboxing.
Peter Collingbourne
- [PATCH] Loop Strength Reduce: Scaling factor cost.
Quentin Colombet
- [PATCH] Loop Strength Reduce: Scaling factor cost.
Andrew Trick
- [PATCH] Loop Strength Reduce: Scaling factor cost.
Quentin Colombet
- [PATCH] LSR: Account for 2 foldable register in addressing mode if the target allows that.
Quentin Colombet
- [PATCH] LSR: Account for 2 foldable register in addressing mode if the target allows that.
Quentin Colombet
- [PATCH] LSR: Account for 2 foldable register in addressing mode if the target allows that.
Andrew Trick
- [PATCH] LSR: Account for 2 foldable register in addressing mode if the target allows that.
Quentin Colombet
- [PATCH] Move StructurizeCFG out of R600 to generic Transforms
Matt Arsenault
- [PATCH] Move StructurizeCFG out of R600 to generic Transforms
Rafael Espíndola
- [PATCH] Move StructurizeCFG out of R600 to generic Transforms
Christian König
- [PATCH] R600: Make sure to schedule AR register uses and defs in the same clause
Tom Stellard
- [PATCH] R600: Make sure to schedule AR register uses and defs in the same clause
Vincent Lejeune
- [PATCH] Refine the ARM EHABI test cases.
Logan Chien
- [PATCH] Refine the ARM EHABI test cases.
Anton Korobeynikov
- [PATCH] Refine the ARM EHABI test cases.
Logan Chien
- [PATCH] Remove useless if from DwarfEHPrepare
Kai Nacke
- [PATCH] Remove useless if from DwarfEHPrepare
Rafael Espíndola
- [PATCH] Remove useless if from DwarfEHPrepare
Kai Nacke
- [PATCH] support llvm.vectorization.vector_width metadata
Redmond, Paul
- [PATCH] support llvm.vectorization.vector_width metadata
Nadav Rotem
- [PATCH] support llvm.vectorization.vector_width metadata
Tobias Grosser
- [PATCH] support llvm.vectorization.vector_width metadata
Redmond, Paul
- [PATCH] support llvm.vectorization.vector_width metadata
Arnold Schwaighofer
- [PATCH] support llvm.vectorization.vector_width metadata
Tobias Grosser
- [PATCH] support llvm.vectorization.vector_width metadata
Nadav Rotem
- [PATCH] support llvm.vectorization.vector_width metadata
罗勇刚(Yonggang Luo)
- [PATCH] support llvm.vectorization.vector_width metadata
Nadav Rotem
- [PATCH] support llvm.vectorization.vector_width metadata
罗勇刚(Yonggang Luo)
- [PATCH] support llvm.vectorization.vector_width metadata
Redmond, Paul
- [PATCH] support llvm.vectorization.vector_width metadata
Nadav Rotem
- [PATCH] support llvm.vectorization.vector_width metadata
罗勇刚(Yonggang Luo)
- [PATCH] support llvm.vectorization.vector_width metadata
Tobias Grosser
- [PATCH] support llvm.vectorization.vector_width metadata
Du Toit, Stefanus
- [PATCH] support llvm.vectorization.vector_width metadata
David Tweed
- [PATCH] support llvm.vectorization.vector_width metadata
Tobias Grosser
- [PATCH] support llvm.vectorization.vector_width metadata
Redmond, Paul
- [PATCH] support llvm.vectorization.vector_width metadata
Du Toit, Stefanus
- [PATCH] Teach instcombine how to combine multiply of constant splat of known power-of-2
Andrea_DiBiagio at sn.scee.net
- [PATCH] Teach instcombine how to combine multiply of constant splat of known power-of-2
Rafael Espíndola
- [PATCH] Teach instcombine how to combine multiply of constant splat of known power-of-2
Andrea_DiBiagio at sn.scee.net
- [PATCH] Teach instcombine how to combine multiply of constant splat of known power-of-2
Rafael Espíndola
- [PATCH] Teach rematerialiser more about subregs
Tim Northover
- [PATCH] Teach rematerialiser more about subregs
Jakob Stoklund Olesen
- [PATCH] Teach rematerialiser more about subregs
Tim Northover
- [PATCH] Tidy some register classes for ARM and Thumb
JF Bastien
- [PATCH] Tidy some register classes for ARM and Thumb
Eric Christopher
- [PATCH] Tidy some register classes for ARM and Thumb
JF Bastien
- [PATCH] Tidy some register classes for ARM and Thumb
Eric Christopher
- [PATCH] Tidy some register classes for ARM and Thumb
JF Bastien
- [PATCH] Tidy some register classes for ARM and Thumb
Eric Christopher
- [PATCH] Tidy some register classes for ARM and Thumb
Chad Rosier
- [PATCH] Tidy some register classes for ARM and Thumb
JF Bastien
- [PATCH] Tidy some register classes for ARM and Thumb
JF Bastien
- [PATCH] Tighter upper bound for ConstantRange::binaryOr
Alex Malyshev
- [PATCH] Use getSelect helper function
Matt Arsenault
- [PATCH] Use SizeClassAllocator32 as an internal allocator
Alexey Samsonov
- [PATCH] Use SizeClassAllocator32 as an internal allocator
Alexey Samsonov
- [PATCH] Use SizeClassAllocator32 as an internal allocator
Dmitry Vyukov
- [PATCH] Use SizeClassAllocator32 as an internal allocator
Alexey Samsonov
- [PATCH] Vselect improvements
Matt Arsenault
- [PATCH] Vselect improvements part 2
Matt Arsenault
- [PATCH] Windows implementation of enable_execute_stack
Ruben Van Boxem
- [PATCH] X86: Correct Defs for instructions that imp-def both an A-register and EFLAGS.
Ahmed Bougacha
- [PATCH] X86: Correct Defs for instructions that imp-def both an A-register and EFLAGS.
Jakob Stoklund Olesen
- [PATCH] X86: Correct Defs for instructions that imp-def both an A-register and EFLAGS.
Ahmed Bougacha
- [PATCH] X86: tidy up MOV64ri64i32
Tim Northover
- [PATCH] X86: tidy up MOV64ri64i32
Evan Cheng
- [PATCH] X86: tidy up MOV64ri64i32
Tim Northover
- [ping] [PATCH] Expose {Load, Store}Inst {get, set}Alignment to the C API.
Peter Zotov
- [polly] [patch] [efficiency] Move getAliasSetForPointer under if (!IgnoreAliasing)
Sebastian Pop
- [polly] [patch] [efficiency] Move getAliasSetForPointer under if (!IgnoreAliasing)
Tobias Grosser
- [polly] [patch] [efficiency] Move getAliasSetForPointer under if (!IgnoreAliasing)
Dmitry N. Mikushin
- [polly] [patch] [efficiency] Move getAliasSetForPointer under if (!IgnoreAliasing)
Sebastian Pop
- [polly] [patch] [efficiency] Move getAliasSetForPointer under if (!IgnoreAliasing)
Dmitry N. Mikushin
- [polly] r182941 - scop detection: only handle functions with loops
Sebastian Pop
- [polly] r183023 - include missing ISL header file
Sebastian Pop
- [polly] r183025 - Test that independent block pass does not transform induction variables
Tobias Grosser
- [polly] r183025 - Test that independent block pass does not transform induction variables
Sebastian Pop
- [polly] r183026 - Update isl to include isl_val changes
Tobias Grosser
- [polly] reorganize scop detection for faster compiles
Sebastian Pop
- [polly] speedup compile time for functions with no loops
Sebastian Pop
- [polly] speedup compile time for functions with no loops
Star Tan
- [polly] speedup compile time for functions with no loops
Tobias Grosser
- [polly] speedup compile time for functions with no loops
Sebastian Pop
- [polly] speedup compile time for functions with no loops
Tobias Grosser
- [polly] speedup compile time for functions with no loops
Sebastian Pop
- [polly] speedup compile time for regions with no loops
Sebastian Pop
- [zorg] Add support for a new Aarch64 buildbot
Gabor Ballabas
- [zorg] Add support for a new Aarch64 buildbot
Renato Golin
- [zorg] Add support for a new Aarch64 buildbot
Gabor Ballabas
- [zorg] Add support for a new Aarch64 buildbot
Renato Golin
- [zorg] Add support for a new Aarch64 buildbot
Galina Kistanova
- [zorg] Add support for a new Aarch64 buildbot
Gabor Ballabas
- [zorg] Add support for a new Aarch64 buildbot
Galina Kistanova
- [zorg] Add support for a new Aarch64 buildbot
Gabor Ballabas
- [zorg] Add support for a new Aarch64 buildbot
Galina Kistanova
- [zorg] Add support for a new Aarch64 buildbot
Galina Kistanova
- [zorg] r182725 - Add AnnotatedCommand buildbot command, and a build factory to test various sanitizers.
Alexey Samsonov
- [zorg] r182955 - Patch by Gabor Ballabas!
Galina Kistanova
- [zorg] r182956 - Patch by Gabor Ballabas!
Galina Kistanova
- Change how globalopt handles aliases in llvm.used
Rafael Espíndola
- Fix for [Bug 16146] gdb.base__call-ar-st.exp fails after pre-RA-sched=source fixes
Guo, Xiaoyi
- Fix for [Bug 16146] gdb.base__call-ar-st.exp fails after pre-RA-sched=source fixes
Evan Cheng
- Fix for [Bug 16146] gdb.base__call-ar-st.exp fails after pre-RA-sched=source fixes
Andrew Trick
- Fix for [Bug 16146] gdb.base__call-ar-st.exp fails after pre-RA-sched=source fixes
David Blaikie
- fix missing C interface + fix bug (causes uncaught exceptions) in OCaml interface
David Monniaux
- FW: Bug fix in Tblgen
Malul, Elior
- FW: FW: Bug fix in Tblgen
Malul, Elior
- Fwd: [PATCH] Add CHECK-UNIQ directive to FileCheck to allow more accurate error messages and error recovery
Stephen Lin
- LLVM buildmaster will be restarted in few minutes
Galina Kistanova
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- PATCH: [zorg] Add sanitizer build factory for sanitizer bots setup
Alexey Samsonov
- Please review - X86 instructions domain
Demikhovsky, Elena
- R600 optimizations
Vincent Lejeune
- Support OpenBSD's native frame protection conventions
Matthew Dempsky
- Switch case-ranges, new approach (PR1255).
Evan Cheng
Last message date:
Sun Jun 2 23:34:57 PDT 2013
Archived on: Tue Aug 4 17:10:20 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).