The Week Of Monday 26 May 2014 Archives by subject
Starting: Mon May 26 00:00:33 PDT 2014
Ending: Sun Jun 1 23:51:51 PDT 2014
Messages: 795
- [compiler-rt] r209620 - [ASan/Win tests] Use the env keyword in the SUAR tests to work with gnuwin/lit correctly
Timur Iskhodzhanov
- [compiler-rt] r209622 - [ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744)
Timur Iskhodzhanov
- [compiler-rt] r209625 - [MSan] Implement __sanitizer_print_stack_trace().
Sergey Matveev
- [compiler-rt] r209629 - [ASan tests] Use ASAN_OPTIONS in a portable way
Timur Iskhodzhanov
- [compiler-rt] r209641 - On AArch64, use clone() instead of fork()
Greg Fitzgerald
- [compiler-rt] r209653 - [asancov] Write coverage directly to a memory-mapped file.
Evgeniy Stepanov
- [compiler-rt] r209653 - [asancov] Write coverage directly to a memory-mapped file.
Timur Iskhodzhanov
- [compiler-rt] r209657 - [asan] Disable dlopen interceptor on Android.
Evgeniy Stepanov
- [compiler-rt] r209658 - [tsan] Fix tsango build.
Evgeniy Stepanov
- [compiler-rt] r209699 - [asan] use relative line numbers in tests
Greg Fitzgerald
- [compiler-rt] r209717 - [asan] Add a few stubs to fix windows build.
Evgeniy Stepanov
- [compiler-rt] r209718 - [asan] Add a dll thunk for __sanitizer_cov_module_init.
Evgeniy Stepanov
- [compiler-rt] r209719 - [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl.
Timur Iskhodzhanov
- [compiler-rt] r209722 - [ASan tests] Move one more test to POSIX-only directory
Timur Iskhodzhanov
- [compiler-rt] r209724 - [asan] Fix android test setup.
Evgeniy Stepanov
- [compiler-rt] r209733 - [ASan tests] Exclude some tests from Windows runs
Timur Iskhodzhanov
- [compiler-rt] r209734 - [asan] XFAIL:android several tests.
Evgeniy Stepanov
- [compiler-rt] r209734 - [asan] XFAIL:android several tests.
Greg Fitzgerald
- [compiler-rt] r209734 - [asan] XFAIL:android several tests.
Evgeniy Stepanov
- [compiler-rt] r209735 - [sanitizer] Replace -lpthread with -pthread in tests.
Evgeniy Stepanov
- [compiler-rt] r209736 - [asan] Mass-xfail 17 tests on Android.
Evgeniy Stepanov
- [compiler-rt] r209740 - Refactor addsf3.c and adddf3.c.
Joerg Sonnenberger
- [compiler-rt] r209741 - Refactor muldf3 and mulsf3.
Joerg Sonnenberger
- [compiler-rt] r209744 - tsan: do not use 64-bit atomics in allocator code
Dmitry Vyukov
- [compiler-rt] r209757 - tsan: refactor suppressions machinery
Dmitry Vyukov
- [compiler-rt] r209773 - [Sanitizer] Always prefer cached contents of /proc/self/exe if it's available
Alexey Samsonov
- [compiler-rt] r209778 - Moved the builtins documentation to lib/builtins/
Greg Fitzgerald
- [compiler-rt] r209778 - Moved the builtins documentation to lib/builtins/
Alexey Samsonov
- [compiler-rt] r209779 - Refactor truncdfsf2.
Joerg Sonnenberger
- [compiler-rt] r209781 - Refactor extendsfdf2.
Joerg Sonnenberger
- [compiler-rt] r209782 - Implement __trunctfdf2 and __trunctfsf2 for IEEE quad precision.
Joerg Sonnenberger
- [compiler-rt] r209783 - Add __extenddftf2 and __extendsftf2 for IEEE quad precision.
Joerg Sonnenberger
- [compiler-rt] r209804 - Fix building 32-bit common sanitizer tests on FreeBSD 9.2
Viktor Kutuzov
- [compiler-rt] r209805 - Support getting executable's name for sanitizers needs on FreeBSD
Viktor Kutuzov
- [compiler-rt] r209806 - [ASan Win tests] Add a couple more memcpy/memset tests
Timur Iskhodzhanov
- [compiler-rt] r209810 - tsan: refactor storage of meta information for heap blocks and sync objects
Dmitry Vyukov
- [compiler-rt] r209811 - tsan: allow to write memory profile to stdout/stderr
Dmitry Vyukov
- [compiler-rt] r209813 - tsan: write memory profile in one line (which is much more readable)
Dmitry Vyukov
- [compiler-rt] r209814 - [sanitizer] Require that options end with '='.
Evgeniy Stepanov
- [compiler-rt] r209815 - [sanitizer] Add coverage_dir flag.
Evgeniy Stepanov
- [compiler-rt] r209815 - [sanitizer] Add coverage_dir flag.
Kostya Serebryany
- [compiler-rt] r209818 - [sanitizer] Update flags test.
Evgeniy Stepanov
- [compiler-rt] r209835 - light up sanitizers for ARM
Greg Fitzgerald
- [compiler-rt] r209835 - light up sanitizers for ARM
Timur Iskhodzhanov
- [compiler-rt] r209835 - light up sanitizers for ARM
Greg Fitzgerald
- [compiler-rt] r209835 - light up sanitizers for ARM
Timur Iskhodzhanov
- [compiler-rt] r209835 - light up sanitizers for ARM
Reid Kleckner
- [compiler-rt] r209835 - light up sanitizers for ARM
Greg Fitzgerald
- [compiler-rt] r209835 - light up sanitizers for ARM
Greg Fitzgerald
- [compiler-rt] r209835 - light up sanitizers for ARM
Timur Iskhodzhanov
- [compiler-rt] r209851 - Revert "light up sanitizers for ARM"
Greg Fitzgerald
- [compiler-rt] r209856 - light up sanitizers for ARM, take 2
Greg Fitzgerald
- [compiler-rt] r209861 - Mark unstable tests as Unsupported on ARM
Greg Fitzgerald
- [compiler-rt] r209862 - Mark currently failing ARM tests with XFAIL.
Greg Fitzgerald
- [compiler-rt] r209879 - [asan] Enable ASan on PowerPC.
Evgeniy Stepanov
- [compiler-rt] r209881 - [ASan Win] DLL thunk: make each INTERFACE_FUNCTION unique to prevent ICF linker optimizations
Timur Iskhodzhanov
- [compiler-rt] r209884 - [sanitizer] Fix build on ARM.
Evgeniy Stepanov
- [compiler-rt] r209886 - Implement __divtf3 for IEEE quad precision.
Joerg Sonnenberger
- [compiler-rt] r209887 - [ASan Win] Fix a couple of warnings in tests and enable -WX
Timur Iskhodzhanov
- [compiler-rt] r209889 - [Sanitizers Win] Move duplicate Windows-specific compiler flags to a common CMake variable
Timur Iskhodzhanov
- [compiler-rt] r209897 - tsan: optimize memory access functions
Dmitry Vyukov
- [compiler-rt] r209898 - tsan: make positive tests more robust
Dmitry Vyukov
- [compiler-rt] r209900 - tsan: add a test from data-race-test suite:
Dmitry Vyukov
- [compiler-rt] r209925 - Disable stack-overflow test on ARM
Greg Fitzgerald
- [compiler-rt] r209940 - [TSan] Add a test case for r209939
Alexey Samsonov
- [compiler-rt] r209985 - compiler-rt: whitespace and uniformity for arm
Saleem Abdulrasool
- [compiler-rt] r209986 - compiler-rt: prefer .rodata for non MachO targets
Saleem Abdulrasool
- [lld] Makefiles for lld.
Iain Sandoe
- [lld] Makefiles for lld.
Eric Christopher
- [lld] Makefiles for lld.
Nick Kledzik
- [lld] Makefiles for lld.
Eric Christopher
- [lld] Makefiles for lld.
Michael Spencer
- [lld] Makefiles for lld.
Eric Christopher
- [lld] Makefiles for lld.
Iain Sandoe
- [lld] Makefiles for lld.
Alp Toker
- [lld] Makefiles for lld.
Iain Sandoe
- [lld] Makefiles for lld.
Eric Christopher
- [lld] Makefiles for lld.
Iain Sandoe
- [lld] Makefiles for lld.
Eric Christopher
- [lld] Makefiles for lld.
Sean Silva
- [lld] Makefiles for lld.
Eric Christopher
- [lld] Makefiles for lld.
Iain Sandoe
- [lld] Makefiles for lld.
Michael Spencer
- [lld] Makefiles for lld.
Sean Silva
- [lld] r209616 - [Mips] Do not count global GOT entries using the separate variable. Use
Simon Atanasyan
- [lld] r209644 - [Mips] Handle relocations against __gnu_local_gp symbol.
Simon Atanasyan
- [lld] r209681 - Add make_dynamic_error_code().
Nick Kledzik
- [lld] r209684 - [mach-o] Add support for reading utf16 string literal sections
Nick Kledzik
- [lld] r209685 - [mach-o] Add checks that string literals in object files are zero terminated
Nick Kledzik
- [lld] r209700 - [mach-o] Add support for initializers and terminators in object files
Nick Kledzik
- [lld] r209704 - [mach-o] Support parsing of non-lazy-pointer sections
Nick Kledzik
- [lld] r209705 - [mach-o] rename test case
Nick Kledzik
- [lld] r209707 - [mach-o] Add support for parsing of weak-def symbols
Nick Kledzik
- [lld] r209709 - [Mips] Do not mix _gp and _gp_disp symbols in relocation handling.
Simon Atanasyan
- [lld] r209844 - [mach-o] Add support for parsing CFString sections
Nick Kledzik
- [lld] r209858 - [mach-o] Add support for parsing __eh_frame section. Generalize support for whether symbols in a section are ignored or illegal
Nick Kledzik
- [lld] r209865 - [mach-0] Add support for parsing compact unwind info section
Nick Kledzik
- [lld] r209868 - [mach-o] Wire up mach-o binary reader to reader registry
Nick Kledzik
- [lld] r209875 - [ELF] Fix incorrect sorting of .init_array / .fini_array sections.
Simon Atanasyan
- [lld] r209928 - [mach-o] Add support for custom sections
Nick Kledzik
- [lld] r209948 - Use error_code() instead of error_code::succes()
Rafael Espindola
- [lld] r209958 - There is no std::errc:success, remove the llvm one.
Rafael Espindola
- [lld] r209987 - [Mips] Implement .{ctors, dtors}.<priority> sections ordering.
Simon Atanasyan
- [lld] r210004 - [Mips] Reduce number of input files used my Mips tests.
Simon Atanasyan
- [llvm] r192749 - Make sure we're not attempting to construct a subprogram DIE
David Blaikie
- [llvm] r192749 - Make sure we're not attempting to construct a subprogram DIE
Eric Christopher
- [llvm] r206671 - Check whether functions have any lines associated before emitting coverage info for them. This isn't just a size/time saving, gcov may crash on these.
David Blaikie
- [llvm] r206780 - Use value semantics to manage DbgVariables rather than dynamic allocation/pointers.
Adrian Prantl
- [llvm] r206780 - Use value semantics to manage DbgVariables rather than dynamic allocation/pointers.
David Blaikie
- [llvm] r206780 - Use value semantics to manage DbgVariables rather than dynamic allocation/pointers.
Adrian Prantl
- [llvm] r208640 - [DAGCombiner] Split up an indexed load if only the base pointer value is live
Hal Finkel
- [llvm] r208640 - [DAGCombiner] Split up an indexed load if only the base pointer value is live
Adam Nemet
- [llvm] r209081 - Target: add support to build CallLoweringInfo
Patrik Hägglund H
- [llvm] r209386 - Override runOnMachineFunction for ARMISelDAGToDAG so that we can
Bob Wilson
- [llvm] r209386 - Override runOnMachineFunction for ARMISelDAGToDAG so that we can
Bob Wilson
- [llvm] r209386 - Override runOnMachineFunction for ARMISelDAGToDAG so that we can
Eric Christopher
- [llvm] r209386 - Override runOnMachineFunction for ARMISelDAGToDAG so that we can
Eric Christopher
- [llvm] r209386 - Override runOnMachineFunction for ARMISelDAGToDAG so that we can
Eric Christopher
- [llvm] r209386 - Override runOnMachineFunction for ARMISelDAGToDAG so that we can
Bob Wilson
- [llvm] r209386 - Override runOnMachineFunction for ARMISelDAGToDAG so that we can
Eric Christopher
- [llvm] r209577 - AArch64/ARM64: move ARM64 into AArch64's place
Evgeniy Stepanov
- [llvm] r209577 - AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
- [llvm] r209577 - AArch64/ARM64: move ARM64 into AArch64's place
Jim Grosbach
- [llvm] r209577 - AArch64/ARM64: move ARM64 into AArch64's place
Chad Rosier
- [llvm] r209617 - Make the LoopRotate pass's maximum header size configurable both programmatically
Owen Anderson
- [llvm] r209617 - Make the LoopRotate pass's maximum header size configurable both programmatically
David Blaikie
- [llvm] r209618 - [AArch64] Add a regression test for the load store optimizer.
Tilmann Scheller
- [llvm] r209619 - Remove accidentally committed whitespace.
Tilmann Scheller
- [llvm] r209621 - AArch64: remove empty ARM64 directories from svn.
Tim Northover
- [llvm] r209623 - [asan] decrease asan-instrumentation-with-call-threshold from 10000 to 7000, see PR17409
Kostya Serebryany
- [llvm] r209624 - [AArch64] Add more regression tests for the load/store optimization pass.
Tilmann Scheller
- [llvm] r209627 - [AArch64] Add store + add folding regression tests for the load/store optimization pass.
Tilmann Scheller
- [llvm] r209628 - Convert a few loops to use ranges.
Rafael Espindola
- [llvm] r209634 - Some cleanup for r209568.
Michael Zolotukhin
- [llvm] r209636 - AArch64: simplify calling conventions slightly.
Tim Northover
- [llvm] r209637 - AArch64: force i1 to be zero-extended at an ABI boundary.
Tim Northover
- [llvm] r209638 - [PPC] Use alias symbols in address computation.
Rafael Espindola
- [llvm] r209638 - [PPC] Use alias symbols in address computation.
Hal Finkel
- [llvm] r209638 - [PPC] Use alias symbols in address computation.
Rafael Espíndola
- [llvm] r209638 - [PPC] Use alias symbols in address computation.
Hal Finkel
- [llvm] r209638 - [PPC] Use alias symbols in address computation.
Rafael Espíndola
- [llvm] r209638 - [PPC] Use alias symbols in address computation.
Bill Schmidt
- [llvm] r209638 - [PPC] Use alias symbols in address computation.
Rafael Espíndola
- [llvm] r209639 - Use existing helper function.
Rafael Espindola
- [llvm] r209640 - Fix link.
Rafael Espindola
- [llvm] r209643 - Convert some X86 blendv* intrinsics into IR.
Filipe Cabecinhas
- [llvm] r209643 - Convert some X86 blendv* intrinsics into IR.
Daniel Jasper
- [llvm] r209643 - Convert some X86 blendv* intrinsics into IR.
Andrea Di Biagio
- [llvm] r209643 - Convert some X86 blendv* intrinsics into IR.
Ilia Filippov
- [llvm] r209643 - Convert some X86 blendv* intrinsics into IR.
Andrea Di Biagio
- [llvm] r209643 - Convert some X86 blendv* intrinsics into IR.
David Blaikie
- [llvm] r209643 - Convert some X86 blendv* intrinsics into IR.
Filipe Cabecinhas
- [llvm] r209643 - Convert some X86 blendv* intrinsics into IR.
Filipe Cabecinhas
- [llvm] r209643 - Convert some X86 blendv* intrinsics into IR.
Andrea Di Biagio
- [llvm] r209643 - Convert some X86 blendv* intrinsics into IR.
Daniel Jasper
- [llvm] r209645 - Adding testcase for PR18886.
Dinesh Dwivedi
- [llvm] r209646 - AArch64: support 'c' and 'n' inline asm modifiers.
Tim Northover
- [llvm] r209646 - AArch64: support 'c' and 'n' inline asm modifiers.
David Blaikie
- [llvm] r209646 - AArch64: support 'c' and 'n' inline asm modifiers.
Eric Christopher
- [llvm] r209646 - AArch64: support 'c' and 'n' inline asm modifiers.
Tim Northover
- [llvm] r209648 - Fix bad assert.
Daniel Jasper
- [llvm] r209650 - ARM: teach AAPCS-VFP to deal with Cortex-M4.
Tim Northover
- [llvm] r209651 - AArch64: implement copies to/from NZCV as a last ditch effort.
Tim Northover
- [llvm] r209651 - AArch64: implement copies to/from NZCV as a last ditch effort.
Renato Golin
- [llvm] r209651 - AArch64: implement copies to/from NZCV as a last ditch effort.
Tim Northover
- [llvm] r209654 - [asancov] Emit an initializer passing number of coverage code locations in each module.
Evgeniy Stepanov
- [llvm] r209655 - [mips][mips64r6] Add relocations R_MIPS_PC21_S2, R_MIPS_PC26_S2
Zoran Jovanovic
- [llvm] r209656 - [ARM] Emit correct build attributes for the relocation models.
Amara Emerson
- [llvm] r209659 - [mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16
Zoran Jovanovic
- [llvm] r209662 - [PATCH] Correct type used for VADD_SPLAT optimization on PowerPC
Bill Schmidt
- [llvm] r209664 - AArch64: add AArch64-specific test for 'c' and 'n'.
Tim Northover
- [llvm] r209665 - AArch64: add test for NZCV cross-copy save.
Tim Northover
- [llvm] r209667 - Post-commit fixes for r209643
Filipe Cabecinhas
- [llvm] r209669 - DebugInfo: Fix argument ordering in test by adding argument numbering.
David Blaikie
- [llvm] r209670 - Distribute sext/zext to the operands of and/or/xor
Jingyue Wu
- [llvm] r209671 - Fixed a test in r209670
Jingyue Wu
- [llvm] r209673 - DebugInfo: Separate out the addition of subprogram attribute additions so that they can be added later depending on whether or not the function is inlined.
David Blaikie
- [llvm] r209674 - DebugInfo: Lazily attach definition attributes to definitions.
David Blaikie
- [llvm] r209674 - DebugInfo: Lazily attach definition attributes to definitions.
Eric Christopher
- [llvm] r209675 - DebugInfo: Lazily construct subprogram definition DIEs.
David Blaikie
- [llvm] r209676 - DebugInfo: Avoid an extra map lookup when finding abstract subprogram DIEs.
David Blaikie
- [llvm] r209677 - DebugInfo: Create abstract function definitions even when concrete definitions preceed inline definitions.
David Blaikie
- [llvm] r209678 - [mips] Optimize long branch for MIPS64 by removing %higher and %highest.
Sasa Stankovic
- [llvm] r209680 - DebugInfo: Simplify solution to avoid DW_AT_artificial on inlined parameters.
David Blaikie
- [llvm] r209683 - DebugInfo: partially revert cleanup committed in r209680
David Blaikie
- [llvm] r209687 - Wording fix for llvm.global_dtors docs.
Reid Kleckner
- [llvm] r209688 - Factor out comparison of Instruction "special" states.
Arnaud A. de Grandmaison
- [llvm] r209689 - No need for those tests to go thru llvm-as and/or llvm-dis.
Arnaud A. de Grandmaison
- [llvm] r209690 - Don't pre-populate the set of keys in the map with variable locations history.
Alexey Samsonov
- [llvm] r209691 - remove constant terms
Sebastian Pop
- [llvm] r209692 - remove BasePointer before delinearizing
Sebastian Pop
- [llvm] r209693 - do not use the GCD to compute the delinearization strides
Sebastian Pop
- [llvm] r209693 - do not use the GCD to compute the delinearization strides
Tobias Grosser
- [llvm] r209694 - avoid type mismatch when building SCEVs
Sebastian Pop
- [llvm] r209697 - Factor out looking for prologue end into a function
Alexey Samsonov
- [llvm] r209698 - Change representation of instruction ranges where variable is accessible.
Alexey Samsonov
- [llvm] r209711 - [AArch64] Add load post-index update folding regression tests for the load/store optimizer.
Tilmann Scheller
- [llvm] r209712 - utils: Teach lldbDataFormatters to load automatically
Justin Bogner
- [llvm] r209715 - [AArch64] Add store post-index update folding regression tests for the load/store optimizer.
Tilmann Scheller
- [llvm] r209721 - [asancov] Don't emit extra runtime calls when compiling without coverage.
Evgeniy Stepanov
- [llvm] r209742 - Don't hard-code ld when extracting host linker version, use ${LD} if
Joerg Sonnenberger
- [llvm] r209745 - Revert "[PPC] Use alias symbols in address computation."
Hal Finkel
- [llvm] r209746 - InstCombine: Improvement to check if signed addition overflows.
Rafael Espindola
- [llvm] r209746 - InstCombine: Improvement to check if signed addition overflows.
Evgeniy Stepanov
- [llvm] r209746 - InstCombine: Improvement to check if signed addition overflows.
Evgeniy Stepanov
- [llvm] r209746 - InstCombine: Improvement to check if signed addition overflows.
Rafael Espíndola
- [llvm] r209746 - InstCombine: Improvement to check if signed addition overflows.
Suyog Kamal Sarda
- [llvm] r209746 - InstCombine: Improvement to check if signed addition overflows.
Rafael Espíndola
- [llvm] r209746 - InstCombine: Improvement to check if signed addition overflows.
Renato Golin
- [llvm] r209746 - InstCombine: Improvement to check if signed addition overflows.
suyog sarda
- [llvm] r209746 - InstCombine: Improvement to check if signed addition overflows.
Rafael Espíndola
- [llvm] r209746 - InstCombine: Improvement to check if signed addition overflows.
suyog sarda
- [llvm] r209746 - InstCombine: Improvement to check if signed addition overflows.
Rafael Espíndola
- [llvm] r209747 - Revert "[DAGCombiner] Split up an indexed load if only the base pointer value is live"
Hal Finkel
- [llvm] r209755 - Add support for combining GEPs across PHI nodes
Louis Gerbarg
- [llvm] r209755 - Add support for combining GEPs across PHI nodes
Timur Iskhodzhanov
- [llvm] r209755 - Add support for combining GEPs across PHI nodes
Rafael Espíndola
- [llvm] r209759 - [pr19844] Add thread local mode to aliases.
Rafael Espindola
- [llvm] r209760 - Fix standard integer definitions for MSVC in DataTypes.h
Reid Kleckner
- [llvm] r209762 - Revert "InstCombine: Improvement to check if signed addition overflows."
Rafael Espindola
- [llvm] r209763 - test check-in: added missing parenthesis in comment
Sanjay Patel
- [llvm] r209768 - fixed a few typos
Sanjay Patel
- [llvm] r209770 - Update CREDITS to be at least moderately more current.
Jim Grosbach
- [llvm] r209771 - Fix wrong setcc result type when legalizing uaddo/usubo
Matt Arsenault
- [llvm] r209775 - Revert "Add support for combining GEPs across PHI nodes"
Rafael Espindola
- [llvm] r209776 - Revert "Revert "InstCombine: Improvement to check if signed addition overflows.""
Rafael Espindola
- [llvm] r209777 - Add a simple helper function to create a 64-bit integer.
Reid Kleckner
- [llvm] r209777 - Add a simple helper function to create a 64-bit integer.
Robinson, Paul
- [llvm] r209777 - Add a simple helper function to create a 64-bit integer.
Reid Kleckner
- [llvm] r209780 - [ASan] Use llvm.global_ctors to insert init-order checking calls into ASan runtime.
Alexey Samsonov
- [llvm] r209784 - Fix typo in variable name
Alexey Samsonov
- [llvm] r209787 - R600/SI: Fix pattern variable names.
Matt Arsenault
- [llvm] r209788 - [x86] Fold extract_vector_elt of a load into the Load's address computation.
Michael J. Spencer
- [llvm] r209790 - [ASan] Hoist blacklisting globals from init-order checking to Clang.
Alexey Samsonov
- [llvm] r209791 - Add LoadCombine pass.
Michael J. Spencer
- [llvm] r209792 - [LoadCombine] Missed a file.
Michael J. Spencer
- [llvm] r209796 - LCSSA should be performed on the outermost affected loop while unrolling loop.
Dinesh Dwivedi
- [llvm] r209798 - Fix an assertion failure caused by v1i64 in DAGCombiner Shrink.
Hao Liu
- [llvm] r209799 - Rename a test case to contain correct date info.
Hao Liu
- [llvm] r209799 - Rename a test case to contain correct date info.
David Blaikie
- [llvm] r209799 - Rename a test case to contain correct date info.
Hao Liu
- [llvm] r209801 - [elf2yaml][ELF] Move Info field to the RelocationSection structure. This
Simon Atanasyan
- [llvm] r209802 - Add missing check when MatchInstructionImpl() reports failure
Artyom Skrobov
- [llvm] r209803 - Restore getInvertedCondCode() from the phased-out backend, fixing disassembly for NV
Artyom Skrobov
- [llvm] r209817 - Revert "Revert "Revert "InstCombine: Improvement to check if signed addition overflows."""
Rafael Espindola
- [llvm] r209820 - Add a test showing the ppc code sequence for getting a function pointer.
Rafael Espindola
- [llvm] r209821 - [PPC] Use alias symbols in address computation.
Rafael Espindola
- [llvm] r209822 - Rename alias variables to make it easier to add new tests to the file.
Rafael Espindola
- [llvm] r209829 - Debug Info: Remove unused code. The MInsn of an _abstract_ variable is
Adrian Prantl
- [llvm] r209829 - Debug Info: Remove unused code. The MInsn of an _abstract_ variable is
Eric Christopher
- [llvm] r209829 - Debug Info: Remove unused code. The MInsn of an _abstract_ variable is
Adrian Prantl
- [llvm] r209829 - Debug Info: Remove unused code. The MInsn of an _abstract_ variable is
Adrian Prantl
- [llvm] r209829 - Debug Info: Remove unused code. The MInsn of an _abstract_ variable is
Eric Christopher
- [llvm] r209832 - [ADT] Delete the Twine assignment operator
Reid Kleckner
- [llvm] r209834 - Use range-based for loops in ASan, TSan and MSan
Alexey Samsonov
- [llvm] r209837 - fail to find dimensions when ElementSize is nullptr
Sebastian Pop
- [llvm] r209837 - fail to find dimensions when ElementSize is nullptr
Chandler Carruth
- [llvm] r209837 - fail to find dimensions when ElementSize is nullptr
David Blaikie
- [llvm] r209838 - implement missing SCEVDivision case
Sebastian Pop
- [llvm] r209838 - implement missing SCEVDivision case
Chandler Carruth
- [llvm] r209840 - Update Credits.
Chad Rosier
- [llvm] r209843 - Add support for combining GEPs across PHI nodes
Louis Gerbarg
- [llvm] r209843 - Add support for combining GEPs across PHI nodes
Chandler Carruth
- [llvm] r209843 - Add support for combining GEPs across PHI nodes
Eli Bendersky
- [llvm] r209853 - Added tests for shufflevector lowering to blend instrs.
Filipe Cabecinhas
- [llvm] r209853 - Added tests for shufflevector lowering to blend instrs.
Quentin Colombet
- [llvm] r209853 - Added tests for shufflevector lowering to blend instrs.
Filipe Cabecinhas
- [llvm] r209853 - Added tests for shufflevector lowering to blend instrs.
Quentin Colombet
- [llvm] r209854 - LoopVectorizer: Add a check that the backedge taken count + 1 does not overflow
Arnold Schwaighofer
- [llvm] r209855 - Sync list of targets with configure's reality
Jeroen Ketema
- [llvm] r209857 - Fix one bug in the latest incarnation of r209843 -- combining GEPs
Chandler Carruth
- [llvm] r209860 - And fix my fix to sink down through the type at the right time. My
Chandler Carruth
- [llvm] r209863 - [X86] Auto-upgrade AVX1 vbroadcast intrinsics
Adam Nemet
- [llvm] r209864 - [X86] Remove AVX1 vbroadcast intrinsics
Adam Nemet
- [llvm] r209866 - [X86] Move test from r209863 to CodeGen/X86
Adam Nemet
- [llvm] r209870 - When analyzing params/args for readnone/readonly, don't forget to consider that a pointer argument may be passed through a callsite to the return, and that we may need to analyze it. Fixes a bug reported on llvm-dev: http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-May/073098.html
Nick Lewycky
- [llvm] r209871 - Remove use of comma operator.
Richard Trieu
- [llvm] r209872 - Add a trivial ArrayRef helper overload to the SelectionDAG interface.
Chandler Carruth
- [llvm] r209873 - Allow vectorization of intrinsics such as powi, cttz and ctlz in Loop and SLP Vectorizer.
Karthik Bhat
- [llvm] r209877 - Test cases named with dates is a legacy rule not used now. Rename several test cases.
Hao Liu
- [llvm] r209880 - AArch64 & ARM: remove undefined behaviour from some tests.
Tim Northover
- [llvm] r209883 - ARM & AArch64: make use of common cmpxchg idioms after expansion
Tim Northover
- [llvm] r209885 - AArch64 & ARM: disable generic test that relies on no CFG changes.
Tim Northover
- [llvm] r209894 - MachO: support N_INDR aliases in assembly files.
Tim Northover
- [llvm] r209894 - MachO: support N_INDR aliases in assembly files.
NAKAMURA Takumi
- [llvm] r209894 - MachO: support N_INDR aliases in assembly files.
Tim Northover
- [llvm] r209895 - ARM: use AAPCS-style prologues for embedded MachO.
Tim Northover
- [llvm] r209901 - SelectionDAG: skip barriers for unordered atomic operations
Tim Northover
- [llvm] r209902 - [pr19636] Fix known bit computation in urem instruction with power of two.
Rafael Espindola
- [llvm] r209903 - PR19753: Optimize comparisons with "ashr exact" of a constanst.
Rafael Espindola
- [llvm] r209905 - MachO: move test to ARM directory.
Tim Northover
- [llvm] r209907 - Fix MIPS exception personality encoding.
Logan Chien
- [llvm] r209914 - Make bitcast, extractelement, and insertelement considered cheap for speculation.
Matt Arsenault
- [llvm] r209916 - fixed typo
Sanjay Patel
- [llvm] r209918 - added link to CMake page
Sanjay Patel
- [llvm] r209920 - Roll DbgVariable::setMInsn into the constructor. No functional changes.
Adrian Prantl
- [llvm] r209921 - fixed more typos
Sanjay Patel
- [llvm] r209923 - Separate the check for blend shuffle_vector masks
Filipe Cabecinhas
- [llvm] r209926 - Rename CreateTLOF->createTLOF to match the rest of the file and the
Eric Christopher
- [llvm] r209927 - isSVR4ABI() returned !isDarwin() so just move that to the else
Eric Christopher
- [llvm] r209929 - Convert a vselect into a concat_vector if possible
Filipe Cabecinhas
- [llvm] r209930 - [X86] Add two combine rules to simplify dag nodes introduced during type legalization when promoting nodes with illegal vector type.
Andrea Di Biagio
- [llvm] r209937 - Have the TLOF creation take a Triple rather than needing a subtarget.
Eric Christopher
- [llvm] r209938 - delete dead code.
Rafael Espindola
- [llvm] r209939 - [TSan] Behave the same for functions w/o sanitize_thread attribute and blacklisted functions
Alexey Samsonov
- [llvm] r209945 - [TSan] Fixup a test case after r209939
Alexey Samsonov
- [llvm] r209946 - [ASan] Behave the same for functions w/o sanitize_address attribute and blacklisted functions
Alexey Samsonov
- [llvm] r209947 - Make blend tests more specific
Filipe Cabecinhas
- [llvm] r209951 - Fix the behavior of ExecuteAndWait with a non-zero timeout.
Peter Collingbourne
- [llvm] r209951 - Fix the behavior of ExecuteAndWait with a non-zero timeout.
Alp Toker
- [llvm] r209951 - Fix the behavior of ExecuteAndWait with a non-zero timeout.
Peter Collingbourne
- [llvm] r209952 - Use error_code() instead of error_code::succes()
Rafael Espindola
- [llvm] r209957 - Turn errc and windows_error into enum classes.
Rafael Espindola
- [llvm] r209960 - There is no std::errc::success, remove the llvm one.
Rafael Espindola
- [llvm] r209961 - Fix windows build.
Rafael Espindola
- [llvm] r209964 - really fix the windows build.
Rafael Espindola
- [llvm] r209967 - [yaml2obj] Add new command line option `-docnum`.
Simon Atanasyan
- [llvm] r209968 - Fix typos in tablegen error messages
Matt Arsenault
- [llvm] r209971 - R600/SI: Fix [s|u]int_to_fp for i1
Matt Arsenault
- [llvm] r209973 - [Reassociate] Similar to "X + -X" -> "0", added code to handle "X + ~X" -> "-1".
Benjamin Kramer
- [llvm] r209975 - [SelectionDAG] Remove duplicate declaration
Adam Nemet
- [llvm] r209976 - [SelectionDAG] Pass DAG to checkForCycles
Adam Nemet
- [llvm] r209977 - [SelectionDAG] Force cycle detection in AssignTopologicalOrder before aborting
Adam Nemet
- [llvm] r209979 - R600/SI: Remove redundant patterns
Matt Arsenault
- [llvm] r209980 - Update a couple of header inclusion guards
Alp Toker
- [llvm] r209981 - ExecutionEngine: avoid NDEBUG in headers
Alp Toker
- [llvm] r209982 - Fix typos
Alp Toker
- [llvm] r209984 - DebugInfo: Assert that DbgVariables have associated DIEs
David Blaikie
- [llvm] r209988 - R600: Set all float vector expands in the same place
Matt Arsenault
- [llvm] r209989 - Updates in IntelJITEventListener.cpp - by Arch Robison.
Elena Demikhovsky
- [llvm] r209990 - ARMEB: Fix function return type f64
Christian Pirker
- [llvm] r209998 - Support: add Windows ARM EH data structures
Saleem Abdulrasool
- [llvm] r209999 - Support: add 6-parameter format
Saleem Abdulrasool
- [llvm] r210000 - Instruction::isIdenticalToWhenDefined(): Check getNumOperands() in advance of std::equal(op) to appease MSVC Debug build.
NAKAMURA Takumi
- [llvm] r210001 - GraphWriter: detect graph viewer programs at runtime
Alp Toker
- [llvm] r210001 - GraphWriter: detect graph viewer programs at runtime
Simon Atanasyan
- [llvm] r210001 - GraphWriter: detect graph viewer programs at runtime
Alp Toker
- [llvm] r210003 - GraphWriter: tweak the program fallback order
Alp Toker
- [llvm] r210005 - Silence -Wreturn-type warning
Alp Toker
- [LLVMdev] Buildbot failure around SelectionDAGNodes?
Meador Inge
- [LLVMdev] Buildbot failure around SelectionDAGNodes?
Renato Golin
- [LNT] r209701 - Skip baselines which have no data
Chris Matthews
- [PATCH, RFC] Re-submit PowerPC ASAN enablement patch
Peter Bergner
- [PATCH, RFC] Re-submit PowerPC ASAN enablement patch
Evgeniy Stepanov
- [patch/asan] Use lvm.global_ctors instead of symbol name matching to find constructors
Alexey Samsonov
- [PATCH 1/2] MCAsmParser: full support for gas' '.if{cond} expression' directives
Janne Grunau
- [PATCH 2/2] MC: do not add comment string to the AsmToken in AsmLexer::LexLineComment
Janne Grunau
- [PATCH] [AArch64]Fix an assertion failure caused by v1i64 in DAGCombiner shrink
Hao Liu
- [PATCH] [AArch64]Fix an assertion failure caused by v1i64 in DAGCombiner shrink
Hao Liu
- [PATCH] [AArch64]Fix an assertion failure caused by v1i64 in DAGCombiner shrink
Hao Liu
- [PATCH] [AArch64]Fix an assertion failure caused by v1i64 in DAGCombiner shrink
Tim Northover
- [PATCH][AArch64] Fix bug around passing VPR stack parameters
Jiangning Liu
- [PATCH][AArch64] Fix bug around passing VPR stack parameters
Tim Northover
- [PATCH] [AArch64] Fix MC assertion failures with certain invalid instructions
Artyom Skrobov
- [PATCH] [AArch64] Fix MC assertion failures with certain invalid instructions
Tim Northover
- [PATCH] [AArch64] Fix MC assertion failures with certain invalid instructions
Artyom Skrobov
- [PATCH] [AArch64] Fix MC assertion failures with certain invalid instructions
Tim Northover
- [PATCH] [aarch64] use clone(SIGCHLD, 0) instead of fork()
Kostya Serebryany
- [PATCH] [aarch64] use clone(SIGCHLD, 0) instead of fork()
Greg Fitzgerald
- [PATCH] [ARM] Emit correct build attributes for the different relocation models
Asiri Rathnayake
- [PATCH] [ARM] Emit correct build attributes for the different relocation models
Tim Northover
- [PATCH] [ARM] Emit correct build attributes for the different relocation models
Amara Emerson
- [PATCH] [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl.
Timur Iskhodzhanov
- [PATCH] [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl.
Timur Iskhodzhanov
- [PATCH] [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl.
Alexey Samsonov
- [PATCH] [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl.
Timur Iskhodzhanov
- [PATCH] [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl.
Timur Iskhodzhanov
- [PATCH] [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl.
Alexey Samsonov
- [PATCH] [ASan/Win] Use clang rather than clang-cl by default for lit tests. Make Windows-only tests explicitly use clang-cl.
Timur Iskhodzhanov
- [PATCH] [asancov] Emit an initializer passing number of coverage code locations in each module
Kostya Serebryany
- [PATCH] [asancov] Write coverage directly to a memory-mapped file
Kostya Serebryany
- [PATCH] [asancov] Write coverage directly to a memory-mapped file
Evgeniy Stepanov
- [PATCH] [asancov] Write coverage directly to a memory-mapped file
Evgeniy Stepanov
- [PATCH] [asancov] Write coverage directly to a memory-mapped file
Kostya Serebryany
- [PATCH] [asancov] Write coverage directly to a memory-mapped file
Evgeniy Stepanov
- [PATCH] [asancov] Write coverage directly to a memory-mapped file
Dmitry Vyukov
- [PATCH] [asancov] Write coverage directly to a memory-mapped file
Evgeniy Stepanov
- [PATCH] [asancov] Write coverage directly to a memory-mapped file
Evgeniy Stepanov
- [PATCH] [asancov] Write coverage directly to a memory-mapped file
Dmitry Vyukov
- [PATCH] [clang] Change llvm::sys::Mutex implementation to use STL-provided mutexes.
Zachary Turner
- [PATCH][CMake] Add target to generate td file with all records
Adam Nemet
- [PATCH][CMake] Add target to generate td file with all records
Chandler Carruth
- [PATCH][CMake] Add target to generate td file with all records
Adam Nemet
- [PATCH][CMake] Add target to generate td file with all records
Adam Nemet
- [PATCH] [COMPILER-RT] Implement __divtf3
Joerg Sonnenberger
- [PATCH] [COMPILER-RT] Implement __divtf3
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __divtf3
Joerg Sonnenberger
- [PATCH] [COMPILER-RT] Implement __divtf3
Joerg Sonnenberger
- [PATCH] [COMPILER-RT] Implement __extendsftf2, __extenddftf2
Joerg Sonnenberger
- [PATCH] [COMPILER-RT] Implement __floatsitf, __floatunstfsi
Joerg Sonnenberger
- [PATCH] [COMPILER-RT] Implement __trunctfdf2, __trunctfsf2
Joerg Sonnenberger
- [PATCH] [COMPILER-RT] refactoring addsf3.c and adddf3.c
Joerg Sonnenberger
- [PATCH] [COMPILER-RT] refactoring extendsfdf2.c
Joerg Sonnenberger
- [PATCH] [COMPILER-RT] refactoring mulsf3.c and muldf3.c
Joerg Sonnenberger
- [PATCH] [COMPILER-RT] refactoring mulsf3.c and muldf3.c
GuanHong Liu
- [PATCH] [COMPILER-RT] refactoring mulsf3.c and muldf3.c
Joerg Sonnenberger
- [PATCH] [COMPILER-RT] refactoring truncdfsf2.c
Joerg Sonnenberger
- [PATCH] [ELF] Fix incorrect sorting of .init_array / .fini_array sections
Simon Atanasyan
- [PATCH] [ELF] Fix incorrect sorting of .init_array / .fini_array sections
Rui Ueyama
- [PATCH] [ELF] Fix incorrect sorting of .init_array / .fini_array sections
Shankar Easwaran
- [PATCH] [ELF] Fix incorrect sorting of .init_array / .fini_array sections
Simon Atanasyan
- [PATCH] [ELF] Implement .{ctors,dtors}.<priority> sections ordering
Simon Atanasyan
- [PATCH] [ELF] Implement .{ctors, dtors}.<priority> sections ordering
Shankar Kalpathi Easwaran
- [PATCH] [ELF] Implement .{ctors, dtors}.<priority> sections ordering
Simon Atanasyan
- [PATCH] [llvm] Change llvm::sys::Mutex implementation to use STL-provided mutexes
Zachary Turner
- [PATCH] [LNT] Add geometric mean to run report
Chris Matthews
- [PATCH] [LNT] Add geometric mean to run report
Yi Kong
- [PATCH] [LNT] Add geometric mean to run report
Chris Matthews
- [PATCH] [LNT] Aggregate most recent runs
Chris Matthews
- [PATCH] [LNT] Aggregate most recent runs
Yi Kong
- [PATCH] [MSan] Implement __sanitizer_print_stack_trace().
Evgeniy Stepanov
- [PATCH] [MSan] Implement __sanitizer_print_stack_trace().
Sergey Matveev
- [PATCH] [MSan] Implement __sanitizer_print_stack_trace().
Sergey Matveev
- [PATCH] [PECOFF] Support COMDAT associative sections.
Rui Ueyama
- [PATCH] [PECOFF] Support COMDAT associative sections.
Simon Atanasyan
- [PATCH] [PECOFF] Support COMDAT associative sections.
Reid Kleckner
- [PATCH] [PECOFF] Support COMDAT associative sections.
Rui Ueyama
- [PATCH] [PECOFF] Support COMDAT associative sections.
Rui Ueyama
- [PATCH] [PECOFF] Support COMDAT associative sections.
Reid Kleckner
- [PATCH] [PR18861] Fix for LoopUnroll pass was breaking LCSSA form while completely removing loop
Dinesh Dwivedi
- [PATCH] [PR18861] Fix for LoopUnroll pass was breaking LCSSA form while completely removing loop
Andrew Trick
- [PATCH] [PR18861] Fix for LoopUnroll pass was breaking LCSSA form while completely removing loop
Dinesh Dwivedi
- [PATCH] [PR18861] Fix for LoopUnroll pass was breaking LCSSA form while completely removing loop
Dinesh Dwivedi
- [PATCH] [Reassociate] Similar to "X + -X" -> "0", added code to handle "X + ~X" -> "-1".
Rahul Jain
- [PATCH] [Reassociate] Similar to "X + -X" -> "0", added code to handle "X + ~X" -> "-1".
Benjamin Kramer
- [PATCH] [Reassociate] Similar to "X + -X" -> "0", added code to handle "X + ~X" -> "-1".
Rahul Jain
- [PATCH] [Reassociate] Similar to "X + -X" -> "0", added code to handle "X + ~X" -> "-1".
Benjamin Kramer
- [PATCH] [Reassociate] Similar to "X + -X" -> "0", added code to handle "X + ~X" -> "-1".
Rahul Jain
- [PATCH] [Reassociate] Similar to "X + -X" -> "0", added code to handle "X + ~X" -> "-1".
Rahul Jain
- [PATCH] [Reassociate] Similar to "X + -X" -> "0", added code to handle "X + ~X" -> "-1".
Rahul Jain
- [PATCH] [Reassociate] Similar to "X + -X" -> "0", added code to handle "X + ~X" -> "-1".
David Blaikie
- [PATCH] [Reassociate] Similar to "X + -X" -> "0", added code to handle "X + ~X" -> "-1".
Rahul Jain
- [PATCH] [ScalarEvolution]Fix PR18607 resulting in long compilation time and memory usage
Karthik Bhat
- [PATCH][SelectionDAG] Increase coverage for checkForCycles
Adam Nemet
- [PATCH][SelectionDAG] Increase coverage for checkForCycles
Andrew Trick
- [PATCH][SelectionDAG] Increase coverage for checkForCycles
Adam Nemet
- [PATCH] [Transforms/Scalar/SeparateConstOffsetFromGEP] Distribute sext/zext to the operands of and/or/xor
Eli Bendersky
- [PATCH] [Transforms/Scalar/SeparateConstOffsetFromGEP] Distribute sext/zext to the operands of and/or/xor
Jingyue Wu
- [PATCH] [x86] Fold extract_vector_elt of a load into the load's address computation.
Michael Spencer
- [PATCH] [x86] Fold extract_vector_elt of a load into the load's address computation.
Quentin Colombet
- [PATCH] [x86] Fold extract_vector_elt of a load into the load's address computation.
Quentin Colombet
- [PATCH][X86] Remove AVX1 vbroadcast intrinsics
Adam Nemet
- [PATCH][X86] Remove AVX1 vbroadcast intrinsics
Adam Nemet
- [PATCH][X86] Teach the backend how to simplify/canonicalize dag nodes introduced during type legalization.
Andrea Di Biagio
- [PATCH][X86] Teach the backend how to simplify/canonicalize dag nodes introduced during type legalization.
Nadav Rotem
- [PATCH][X86] Teach the backend how to simplify/canonicalize dag nodes introduced during type legalization.
Andrea Di Biagio
- [PATCH][X86] Teach the backend how to simplify/canonicalize dag nodes introduced during type legalization.
Nadav Rotem
- [PATCH][X86] Teach the backend how to simplify/canonicalize dag nodes introduced during type legalization.
Andrea Di Biagio
- [PATCH] [X86 DAG] Lower vselects with a constant condition as blend+imm if possible
Filipe Cabecinhas
- [PATCH] [yaml2obj] Add new command line option `-docnum`
Simon Atanasyan
- [PATCH] [yaml2obj] Add new command line option `-docnum`
Simon Atanasyan
- [PATCH] [yaml2obj] Add new command line option `-docnum`
Sean Silva
- [PATCH] [yaml2obj] Add new command line option `-docnum`
Simon Atanasyan
- [PATCH] Add a jumptable attribute and support for creating jump-instruction tables
Tom Roeder
- [PATCH] Add a simple helper function to create a 64-bit integer.
Zachary Turner
- [PATCH] Add a simple helper function to create a 64-bit integer.
Reid Kleckner
- [PATCH] Add a simple helper function to create a 64-bit integer.
Reid Kleckner
- [PATCH] Add clang headers that fix machine-dependent definitions on FreeBSD 9.2
Viktor Kutuzov
- [PATCH] Add clang headers that fix machine-dependent definitions on FreeBSD 9.2
Kostya Serebryany
- [PATCH] Add clang headers that fix machine-dependent definitions on FreeBSD 9.2
Manuel Klimek
- [PATCH] Add clang headers that fix machine-dependent definitions on FreeBSD 9.2
David Majnemer
- [PATCH] Add clang headers that fix machine-dependent definitions on FreeBSD 9.2
Viktor Kutuzov
- [PATCH] Added instcombine for 'ABS(ABS(X)) -> ABS(X)'
Dinesh Dwivedi
- [PATCH] Added InstCombine for ((1 << X) & C) pattern
Dinesh Dwivedi
- [PATCH] Added InstCombine for ((1 << X) & C) pattern
Benjamin Kramer
- [PATCH] Added InstCombine for ((1 << X) & C) pattern
Dinesh Dwivedi
- [PATCH] Added InstCombine for ((1 << X) & C) pattern
Dinesh Dwivedi
- [PATCH] Added InstCombine for ((1 << X) & C) pattern
Benjamin Kramer
- [PATCH] Added inst combine transforms for single bit tests from Chris's note (updated)
Dinesh Dwivedi
- [PATCH] Added inst combine transforms for single bit tests from Chris's note (updated)
Benjamin Kramer
- [PATCH] Added instruction combine to transform few more negative values addition to subtraction
Dinesh Dwivedi
- [PATCH] Added instruction combine to transform few more negative values addition to subtraction
Philip Reames
- [PATCH] Added instruction combine to transform few more negative values addition to subtraction
Dinesh Dwivedi
- [PATCH] Added instruction combine to transform few more negative values addition to subtraction
Dinesh Dwivedi
- [PATCH] Added instruction combine to transform few more negative values addition to subtraction
Dinesh Dwivedi
- [PATCH] Added instruction combine to transform few more negative values addition to subtraction
Dinesh Dwivedi
- [PATCH] Added tests for shufflevector lowering to blend instrs.These tests ensure that a change I will propose in clang works asexpected.
Filipe Cabecinhas
- [PATCH] Add Load Combine Pass
Michael Spencer
- [PATCH] Add support to vectorize ctlz, cttz and powi intrinsics in LoopVectorizer
Karthik Bhat
- [PATCH] Add support to vectorize ctlz, cttz and powi intrinsics in LoopVectorizer
Arnold Schwaighofer
- [PATCH] Add support to vectorize ctlz, cttz and powi intrinsics in LoopVectorizer
Karthik Bhat
- [PATCH] Add support to vectorize ctlz, cttz and powi intrinsics in SLPVectorizer
Karthik Bhat
- [PATCH] Add support to vectorize ctlz, cttz and powi intrinsics in SLPVectorizer
Karthik Bhat
- [PATCH] Add support to vectorize ctlz, cttz and powi intrinsics in SLPVectorizer
Arnold Schwaighofer
- [PATCH] Add support to vectorize ctlz, cttz and powi intrinsics in SLPVectorizer
Karthik Bhat
- [PATCH] Add support to vectorize ctlz, cttz and powi intrinsics in SLPVectorizer
Karthik Bhat
- [patch] Allow alias to point to an arbitrary ConstantExpr
Rafael Espíndola
- [PATCH] ARM: support stack probe emission for Windows on ARM
Saleem Abdulrasool
- [PATCH] ARMEB: Fix function return type f64
Christian Pirker
- [PATCH] ARMEB: Fix function return type f64
Tim Northover
- [PATCH] ARMEB: Fix function return type f64
Christian Pirker
- [PATCH] Avoid nonsence dump string "0xXXXXXX: i1 = Constant<-1>" in output llc -debug
Andrey Kuharev
- [PATCH] Change llvm::sys::Mutex implementation to use STL-provided mutexes.
Zachary Turner
- [PATCH] Change llvm::sys::Mutex implementation to use STL-provided mutexes.
Zachary Turner
- [PATCH] Change llvm::sys::Mutex implementation to use STL-provided mutexes.
Aaron Ballman
- [PATCH] Change llvm::sys::Mutex implementation to use STL-provided mutexes.
Zachary Turner
- [PATCH] Change llvm::sys::Mutex implementation to use STL-provided mutexes.
Aaron Ballman
- [PATCH] Change llvm::sys::Mutex implementation to use STL-provided mutexes.
Zachary Turner
- [PATCH] Change llvm::sys::Mutex implementation to use STL-provided mutexes.
Zachary Turner
- [PATCH] Change llvm::sys::Mutex implementation to use STL-provided mutexes.
Aaron Ballman
- [PATCH] Change llvm::sys::Mutex implementation to use STL-provided mutexes.
Zachary Turner
- [PATCH] Change representation of instruction ranges where variable is accessible.
Alexey Samsonov
- [PATCH] Change representation of instruction ranges where variable is accessible.
David Blaikie
- [PATCH] Change representation of instruction ranges where variable is accessible.
Alexey Samsonov
- [PATCH] Change representation of instruction ranges where variable is accessible.
Alexey Samsonov
- [PATCH] Cleanup compiler-rt Android build and provide better diagnostics
Greg Fitzgerald
- [PATCH] CMake: extend add_version_info_from_vcs
Chandler Carruth
- [PATCH] CMake: extend add_version_info_from_vcs
Adam Strzelecki
- [PATCH] Compute dead flags when creating virtual register intervals
Pete Cooper
- [PATCH] Compute dead flags when creating virtual register intervals
Jakob Stoklund Olesen
- [PATCH] Convert a vselect into a concat_vector if possible
Filipe Cabecinhas
- [PATCH] Convert a vselect into a concat_vector if possible
Nadav Rotem
- [PATCH] Convert a vselect into a concat_vector if possible
Elena Demikhovsky
- [PATCH] Convert a vselect into a concat_vector if possible
Filipe Cabecinhas
- [PATCH] Convert a vselect into a concat_vector if possible
hfinkel at anl.gov
- [PATCH] Convert a vselect into a concat_vector if possible
Nadav Rotem
- [PATCH] Convert a vselect into a concat_vector if possible
Filipe Cabecinhas
- [PATCH] Convert a vselect into a concat_vector if possible
Nadav Rotem
- [PATCH] Convert a vselect into a concat_vector if possible
hfinkel at anl.gov
- [PATCH] Convert a vselect into a concat_vector if possible
Filipe Cabecinhas
- [PATCH] Convert a vselect into a concat_vector if possible
Filipe Cabecinhas
- [PATCH] Convert a vselect into a concat_vector if possible
Hal Finkel
- [PATCH] Convert a vselect into a concat_vector if possible
hfinkel at anl.gov
- [PATCH] Convert a vselect into a concat_vector if possible
hfinkel at anl.gov
- [PATCH] Convert a vselect into a concat_vector if possible
Filipe Cabecinhas
- [PATCH] Convert a vselect into a concat_vector if possible
hfinkel at anl.gov
- [PATCH] Convert a vselect into a concat_vector if possible
Filipe Cabecinhas
- [PATCH] Convert a vselect into a concat_vector if possible
Filipe Cabecinhas
- [PATCH] Convert a vselect into a concat_vector if possible
Filipe Cabecinhas
- [PATCH] CSE removes COPY.
Danil
- [PATCH] CSE removes COPY.
Tim Northover
- [PATCH] CSE removes COPY.
Quentin Colombet
- [PATCH] CSE removes COPY.
Andrew Trick
- [PATCH] CSE removes COPY.
Quentin Colombet
- [patch] Emit data or code export directives based on the type
Reid Kleckner
- [Patch] Enable value forwarding for loads from calloc without intervening store
Philip Reames
- [Patch] Enable value forwarding for loads from calloc without intervening store
Duncan P. N. Exon Smith
- [Patch] Enable value forwarding for loads from calloc without intervening store
Philip Reames
- [PATCH] Enable vectorization of GEP expressions in SLP
Michael Zolotukhin
- [PATCH] Enable vectorization of GEP expressions in SLP
Arnold Schwaighofer
- [PATCH] error_code for dynamically generated error messages
kledzik at apple.com
- [PATCH] Fix Android MIPS exception personality encoding.
Logan Chien
- [PATCH] Fix building 32-bit common sanitizer tests on FreeBSD 9.2
Viktor Kutuzov
- [PATCH] Fix building 32-bit common sanitizer tests on FreeBSD 9.2
Alexey Samsonov
- [PATCH] Fix building 32-bit common sanitizer tests on FreeBSD 9.2
Viktor Kutuzov
- [PATCH] Fix checked arithmetic for i8 on X86
Keno Fischer
- [PATCH] Fix checked arithmetic for i8 on X86
Andrea Di Biagio
- [Patch] Fixed Documentation PR 16122
Sonam Kumari
- [PATCH] Fixed several correctness issues in SeparateConstOffsetFromGEP
Jingyue Wu
- [PATCH] Fix error in tablegen when second operand of an !if is an empty list.
Matt Arsenault
- [PATCH] Fix for bug in indvars/ SCEV generating infinite loop (pr18886)
Dinesh Dwivedi
- [PATCH] Fix getting IP, BP and SP for address sanitizer's needs on FreeBSD in 32-bit mode
Viktor Kutuzov
- [PATCH] Fix getting IP, BP and SP for address sanitizer's needs on FreeBSD in 32-bit mode
Alexey Samsonov
- [PATCH] Fix getting IP, BP and SP for address sanitizer's needs on FreeBSD in 32-bit mode
Viktor Kutuzov
- [PATCH] Fixing inst-combine not to drops nsw when combining adds into mul (PR19263)
Dinesh Dwivedi
- [PATCH] Fix PR16938 - rewrite CSE heuristic for same block uses
Evan Cheng
- [PATCH] Fix PR16938 - rewrite CSE heuristic for same block uses
Eric Christopher
- [PATCH] Fix PR19657 : SLP vectorization doesn't combine scalar load to vector loads
Arnold Schwaighofer
- [PATCH] Fix PR19657 : SLP vectorization doesn't combine scalar load to vector loads
Karthik Bhat
- [PATCH] Fix PR19657 : SLP vectorization doesn't combine scalar load to vector loads
Raul Silvera
- [PATCH] Fix PR19657 : SLP vectorization doesn't combine scalar load to vector loads
Raul Silvera
- [PATCH] Fix PR19657 : SLP vectorization doesn't combine scalar load to vector loads
Nadav Rotem
- [PATCH] Fix PR19657 : SLP vectorization doesn't combine scalar load to vector loads
Nadav Rotem
- [PATCH] Fix PR19657 : SLP vectorization doesn't combine scalar load to vector loads
Karthik Bhat
- [PATCH] Fix SROA regression causing data corruption, fixes PR19250
Björn Steinbrink
- [PATCH] Fix SROA regression causing data corruption, fixes PR19250
David Blaikie
- [PATCH] Fix SROA regression causing data corruption, fixes PR19250
David Blaikie
- [PATCH] Fix SROA regression causing data corruption, fixes PR19250
Philip Reames
- [PATCH] Fix standard integer definitions for MSVC in DataTypes.h
Reid Kleckner
- [PATCH] Fix standard integer definitions for MSVC in DataTypes.h
Aaron Ballman
- [PATCH] Fix standard integer definitions for MSVC in DataTypes.h
Zachary Turner
- [PATCH] Fix standard integer definitions for MSVC in DataTypes.h
Zachary Turner
- [PATCH] Fix standard integer definitions for MSVC in DataTypes.h
Aaron Ballman
- [PATCH] Fix standard integer definitions for MSVC in DataTypes.h
Zachary Turner
- [PATCH] Fix standard integer definitions for MSVC in DataTypes.h
Reid Kleckner
- [PATCH] Fix urem instruction with power of two to compute known bit.
Andrey Kuharev
- [PATCH] Fix urem instruction with power of two to compute known bit.
Rafael Espíndola
- [PATCH] Fix urem instruction with power of two to compute known bit.
Rafael Ávila de Espíndola
- [PATCH] Fix urem instruction with power of two to compute known bit.
Andrey Kuharev
- [PATCH] Fix wrong setcc result type when legalizing uaddo/usubo
Ke Bai
- [PATCH] Fix wrong setcc result type when legalizing uaddo/usubo
Matt Arsenault
- [PATCH] Fix wrong setcc result type when legalizing uaddo/usubo
Matt Arsenault
- [PATCH] Fold selects when the non-selected elements are undef from shufflevectors
Filipe Cabecinhas
- [PATCH] Generate better location ranges for some register-described variables.
Alexey Samsonov
- [PATCH] Generate better location ranges for some register-described variables.
Adrian Prantl
- [PATCH] Generate better location ranges for some register-described variables.
Alexey Samsonov
- [PATCH] Generate better location ranges for some register-described variables.
Eric Christopher
- [PATCH] Generate better location ranges for some register-described variables.
Eric Christopher
- [PATCH] Generate better location ranges for some register-described variables.
Alexey Samsonov
- [PATCH] Generate better location ranges for some register-described variables.
Adrian Prantl
- [PATCH] Generate better location ranges for some register-described variables.
Eric Christopher
- [PATCH] Generate better location ranges for some register-described variables.
Alexey Samsonov
- [PATCH] Generate better location ranges for some register-described variables.
David Blaikie
- [PATCH] Generate better location ranges for some register-described variables.
Alexey Samsonov
- [PATCH] Generate better location ranges for some register-described variables.
Eric Christopher
- [PATCH] Generate better location ranges for some register-described variables.
Alexey Samsonov
- [PATCH] Generate better location ranges for some register-described variables.
David Blaikie
- [PATCH] Generate better location ranges for some register-described variables.
Adrian Prantl
- [PATCH] Generate better location ranges for some register-described variables.
David Blaikie
- [PATCH] Generate better location ranges for some register-described variables.
Adrian Prantl
- [PATCH] Generate better location ranges for some register-described variables.
Alexey Samsonov
- [PATCH] Generate better location ranges for some register-described variables.
Adrian Prantl
- [PATCH] Generate better location ranges for some register-described variables.
Alexey Samsonov
- [PATCH] Generate better location ranges for some register-described variables.
David Blaikie
- [PATCH] Generate better location ranges for some register-described variables.
Adrian Prantl
- [PATCH] Generate better location ranges for some register-described variables.
Adrian Prantl
- [PATCH] Generate better location ranges for some register-described variables.
Jim Grosbach
- [PATCH] Generate better location ranges for some register-described variables.
Alexey Samsonov
- [PATCH] Generate better location ranges for some register-described variables.
Alexey Samsonov
- [PATCH] Generate better location ranges for some register-described variables.
Adrian Prantl
- [PATCH] Generate better location ranges for some register-described variables.
Adrian Prantl
- [PATCH] Generate better location ranges for some register-described variables.
Alexey Samsonov
- [PATCH] InstCombine Check if Signed Addition Overflows
suyog sarda
- [PATCH] InstCombine Check if Signed Addition Overflows
Jingyue Wu
- [PATCH] InstCombine Check if Signed Addition Overflows
Rafael Espíndola
- [PATCH] InstCombine Check if Signed Addition Overflows
suyog sarda
- [PATCH] InstCombine Check if Signed Addition Overflows
Jingyue Wu
- [PATCH] InstCombine Check if Signed Addition Overflows
suyog sarda
- [PATCH] InstCombine Check if Signed Addition Overflows
Rafael Espíndola
- [PATCH] InstCombine Check if Signed Addition Overflows
suyog sarda
- [PATCH] InstCombine Check if Signed Addition Overflows
Rafael Espíndola
- [PATCH] InstCombine Check if Signed Addition Overflows
Rafael Espíndola
- [PATCH] InstCombineCompare with constant return false if we know it is never going to be equal
suyog
- [PATCH] InstCombineCompare with constant return false if we know it is never going to be equal
suyog
- [PATCH] InstCombineCompare with constant return false if we know it is never going to be equal
Duncan Sands
- [PATCH] InstCombineCompare with constant return false if we know it is never going to be equal
suyog sarda
- [PATCH] InstCombineCompare with constant return false if we know it is never going to be equal
suyog sarda
- [PATCH] light up ASan on ARM. XFAILed failing tests
Greg Fitzgerald
- [PATCH] light up ASan on ARM. XFAILed failing tests
Greg Fitzgerald
- [PATCH] light up UBSan for ARMv7
Greg Fitzgerald
- [PATCH] light up UBSan for ARMv7
Greg Fitzgerald
- [PATCH] light up UBSan for ARMv7
Greg Fitzgerald
- [PATCH] light up UBSan for ARMv7
Alexey Samsonov
- [PATCH] light up UBSan for ARMv7
Evgeniy Stepanov
- [PATCH] light up UBSan for ARMv7
Greg Fitzgerald
- [PATCH] Make bitcast, extractelement, and insertelement considered cheap for speculation in SimplifyCFG.
Matt Arsenault
- [PATCH] make clang/tools/extra unittest run,
Iain Sandoe
- [PATCH] make clang/tools/extra unittest run,
Alp Toker
- [PATCH] make clang/tools/extra unittest run,
Eric Christopher
- [PATCH] make clang/tools/extra unittest run,
Alp Toker
- [PATCH] make clang/tools/extra unittest run,
Eric Christopher
- [PATCH] Modify MIPS long branch for NaCl
Sasa Stankovic
- [PATCH] Modify MIPS long branch for NaCl
Mark Seaborn
- [PATCH] Modify MIPS long branch for NaCl
Sasa Stankovic
- [PATCH] Modify MIPS long branch for NaCl
Mark Seaborn
- [PATCH] Modify MIPS long branch for NaCl
Sasa Stankovic
- [PATCH] Modify MIPS long branch for NaCl
Sasa Stankovic
- [PATCH] Moved the builtins documentation to lib/builtins/
Greg Fitzgerald
- [PATCH] Moved the builtins documentation to lib/builtins/
Greg Fitzgerald
- [PATCH] Move duplicate Windows-specific compiler flags to a common CMake variable
Timur Iskhodzhanov
- [PATCH] Move duplicate Windows-specific compiler flags to a common CMake variable
Reid Kleckner
- [PATCH] Move duplicate Windows-specific compiler flags to a common CMake variable
Alexey Samsonov
- [PATCH] Move duplicate Windows-specific compiler flags to a common CMake variable
Timur Iskhodzhanov
- [PATCH] Move duplicate Windows-specific compiler flags to a common CMake variable
Timur Iskhodzhanov
- [PATCH] Move duplicate Windows-specific compiler flags to a common CMake variable
Reid Kleckner
- [PATCH] Move duplicate Windows-specific compiler flags to a common CMake variable
Timur Iskhodzhanov
- [PATCH] Move duplicate Windows-specific compiler flags to a common CMake variable
Reid Kleckner
- [PATCH] Move duplicate Windows-specific compiler flags to a common CMake variable
Timur Iskhodzhanov
- [PATCH] Move duplicate Windows-specific compiler flags to a common CMake variable
Timur Iskhodzhanov
- [PATCH] Move duplicate Windows-specific compiler flags to a common CMake variable
Timur Iskhodzhanov
- [PATCH] Move duplicate Windows-specific compiler flags to a common CMake variable
Timur Iskhodzhanov
- [PATCH] NoAA does not initialize TargetLibraryInfo
Hal Finkel
- [PATCH] NoAA does not initialize TargetLibraryInfo
Tobias Güntner
- [patch] opt: Initialize asm printers to avoid DCE
Tobias Grosser
- [patch] opt: Initialize asm printers to avoid DCE
Chandler Carruth
- [patch] opt: Initialize asm printers to avoid DCE
Tobias Grosser
- [patch] opt: Initialize asm printers to avoid DCE
Reid Kleckner
- [patch] opt: Initialize asm printers to avoid DCE
Chandler Carruth
- [patch] opt: Initialize asm printers to avoid DCE
Chandler Carruth
- [PATCH] Passing down BinaryOperator flags to BinarySDNode + X86 optimization
Marcello Maggioni
- [PATCH] Passing down BinaryOperator flags to BinarySDNode + X86 optimization
Owen Anderson
- [PATCH] Passing down BinaryOperator flags to BinarySDNode + X86 optimization
Pete Cooper
- [PATCH] Passing down BinaryOperator flags to BinarySDNode + X86 optimization
Marcello Maggioni
- [PATCH] Passing down BinaryOperator flags to BinarySDNode + X86 optimization
Marcello Maggioni
- [PATCH] Passing down BinaryOperator flags to BinarySDNode + X86 optimization
Marcello Maggioni
- [PATCH] Passing down BinaryOperator flags to BinarySDNode + X86 optimization
Pete Cooper
- [PATCH] Passing down BinaryOperator flags to BinarySDNode + X86 optimization
Marcello Maggioni
- [PATCH] Patch for PR19753 InstCombine: constant comparison involving "ashr exact" not optimized well
suyog
- [PATCH] Patch for PR19753 InstCombine: constant comparison involving "ashr exact" not optimized well
Rafael Espíndola
- [PATCH] Patch for PR19753 InstCombine: constant comparison involving "ashr exact" not optimized well
Rafael Ávila de Espíndola
- [PATCH] Patch for PR19753 InstCombine: constant comparison involving "ashr exact" not optimized well
suyog
- [PATCH] Patch for PR19753 InstCombine: constant comparison involving "ashr exact" not optimized well
Rafael Espíndola
- [PATCH] Patch for PR19753 InstCombine: constant comparison involving "ashr exact" not optimized well
Rafael Ávila de Espíndola
- [PATCH] Patch for PR19753 InstCombine: constant comparison involving "ashr exact" not optimized well
suyog
- [PATCH] Patch for PR19753 InstCombine: constant comparison involving "ashr exact" not optimized well
Rafael Espíndola
- [PATCH] Patch for PR19753 InstCombine: constant comparison involving "ashr exact" not optimized well
Rafael Ávila de Espíndola
- [PATCH] Patch for PR19753 InstCombine: constant comparison involving "ashr exact" not optimized well
suyog sarda
- [PATCH] Patch for PR19753 InstCombine: constant comparison involving "ashr exact" not optimized well
Matt Arsenault
- [Patch] PHI->GEP->PHI combine, take 2
Louis Gerbarg
- [Patch] PHI->GEP->PHI combine, take 2
Chandler Carruth
- [Patch] PHI->GEP->PHI combine, take 2
David Majnemer
- [Patch] PHI->GEP->PHI combine, take 2
Louis Gerbarg
- [PATCH] R600/SI: Comparisons set vcc / scc
Matt Arsenault
- [PATCH] R600/SI: Fix [s|u]int_to_fp for i1
Matt Arsenault
- [PATCH] R600/SI: Refactor local atomics.
Matt Arsenault
- [PATCH] R600/SI: Use v_cvt_f32_ubyte* instructions
Matt Arsenault
- [PATCH] Remove dead zero store to calloc initialized memory
Philip Reames
- [PATCH] Remove dead zero store to calloc initialized memory
Reid Kleckner
- [PATCH] Remove dead zero store to calloc initialized memory
Philip Reames
- [PATCH] Remove dead zero store to calloc initialized memory
Manuel Klimek
- [PATCH] Remove group-parent references.
Rui Ueyama
- [PATCH] Remove group-parent references.
Simon Atanasyan
- [PATCH] Remove group-parent references.
Shankar Kalpathi Easwaran
- [PATCH] Remove group-parent references.
Rui Ueyama
- [PATCH] Roundtrip the inalloca bit on allocas through bitcode
Reid Kleckner
- [PATCH] Roundtrip the inalloca bit on allocas through bitcode
Nick Lewycky
- [PATCH] Roundtrip the inalloca bit on allocas through bitcode
Reid Kleckner
- [PATCH] Roundtrip the inalloca bit on allocas through bitcode
Nick Lewycky
- [PATCH] Separate the check for blend shuffle_vector masks
Filipe Cabecinhas
- [PATCH] Separate the check for blend shuffle_vector masks
Andrea Di Biagio
- [PATCH] Separate the check for blend shuffle_vector masks
Filipe Cabecinhas
- [PATCH] shlib: Create a default symbol version on Linux-like ELF
Adam Jackson
- [PATCH] shlib: Create a default symbol version on Linux-like ELF
Eric Christopher
- [PATCH] shlib: Create a default symbol version on Linux-like ELF
Michel Dänzer
- [PATCH] Some minor update in PassManager.h
Dinesh Dwivedi
- [PATCH] Support building floating-point facilities on FreeBSD 9.2 in 32-bit mode
Viktor Kutuzov
- [PATCH] Support getting executable's name for sanitizers needs on FreeBSD
Viktor Kutuzov
- [PATCH] Support getting executable's name for sanitizers needs on FreeBSD
Viktor Kutuzov
- [PATCH] Support getting executable's name for sanitizers needs on FreeBSD
Alexey Samsonov
- [PATCH] Support getting executable's name for sanitizers needs on FreeBSD
Viktor Kutuzov
- [PATCH] Teach FastISel about address spaces.
Matt Arsenault
- [PATCH] Teach FastISel about address spaces.
Eric Christopher
- [PATCH] tsan: automatically deflake flaky tests
Dmitry Vyukov
- [PATCH] tsan: automatically deflake flaky tests
Kostya Serebryany
- [PATCH] tsan: automatically deflake flaky tests
Dmitry Vyukov
- [PATCH] tsan: automatically deflake flaky tests
Dmitry Vyukov
- [PATCH] tsan: automatically deflake flaky tests
Alexey Samsonov
- [PATCH] tsan: automatically deflake flaky tests
Dmitry Vyukov
- [PATCH] tsan: automatically deflake flaky tests
Alexey Samsonov
- [PATCH] tsan: automatically deflake flaky tests
Greg Fitzgerald
- [PATCH] tsan: automatically deflake flaky tests
Dmitry Vyukov
- [PATCH] tsan: automatically deflake flaky tests
Kostya Serebryany
- [PATCH] tsan: automatically deflake flaky tests
Kostya Serebryany
- [PATCH] tsan: automatically deflake flaky tests
Greg Fitzgerald
- [PATCH] tsan: automatically deflake flaky tests
Dmitry Vyukov
- [PATCH] tsan: automatically deflake flaky tests
Greg Fitzgerald
- [PATCH] tsan: automatically deflake flaky tests
Dmitry Vyukov
- [PATCH] tsan: automatically deflake flaky tests
Greg Fitzgerald
- [PATCH] tsan: automatically deflake flaky tests
Dmitry Vyukov
- [PATCH] tsan: automatically deflake flaky tests
Dmitry Vyukov
- [PATCH] tsan: automatically deflake flaky tests
Alexey Samsonov
- [PATCH] tsan: automatically deflake flaky tests
Greg Fitzgerald
- [PATCH] tsan: automatically deflake flaky tests
Dmitry Vyukov
- [PATCH] tsan: automatically deflake flaky tests
Dmitry Vyukov
- [PATH] Use getPreferredAlignment instead for getABIAlignment when checking global variables in lint
Julien Lerouge
- [polly] r209695 - pass element size to delinearization
Sebastian Pop
- [polly] r209696 - delinearize does not return a remainder
Sebastian Pop
- [polly] r209710 - Fix formatting
Tobias Grosser
- [polly] r209750 - Reorder cmake include folders (polly source first)
Johannes Doerfert
- [polly] r209753 - Added option for n-dimensional rectangular tiling
Johannes Doerfert
- [polly] record delinearization result and reuse it in polyhedral translation
Sebastian Pop
- [ppc][patch] Use alias symbols in address computation
Rafael Espíndola
- [ppc][patch] Use alias symbols in address computation
Rafael Espíndola
- [ppc][patch] Use alias symbols in address computation
Hal Finkel
- [ppc][patch] Use alias symbols in address computation
Bill Schmidt
- [pr19844] Add thread local mode to aliases.
Rafael Espíndola
- [pr19844] Add thread local mode to aliases.
Rafael Espíndola
- [pr19844] Add thread local mode to aliases.
Reid Kleckner
- [pr19844] Add thread local mode to aliases.
Rafael Espíndola
- [pr19844] Add thread local mode to aliases.
Reid Kleckner
- [pr19844] Add thread local mode to aliases.
Rafael Espíndola
- [test-suite] r209732 - Use perf tool for more accurate time measuring on Linux
Yi Kong
- [test-suite] r209748 - Revert perf tool patch, as it breaks buildbots
Yi Kong
- [test-suite] r209797 - Revert "Revert perf tool patch, as it breaks buildbots"
Yi Kong
- [test-suite] r209797 - Revert "Revert perf tool patch, as it breaks buildbots"
Renato Golin
- [test-suite] r209797 - Revert "Revert perf tool patch, as it breaks buildbots"
Yi Kong
- [test-suite] r209797 - Revert "Revert perf tool patch, as it breaks buildbots"
David Blaikie
- [zorg] r209765 - Added clang-aarch64-lnt buildslave and slave for it.
Galina Kistanova
- [zorg] r209765 - Added clang-aarch64-lnt buildslave and slave for it.
Tim Northover
- [zorg] r209772 - Fixed builder configuration: builddir cannot be a list.
Galina Kistanova
- [zorg] r209931 - buildbot: Remove C++11 config options and builder
Justin Bogner
- [zorg] r209931 - buildbot: Remove C++11 config options and builder
Alp Toker
- [zorg] r209931 - buildbot: Remove C++11 config options and builder
Justin Bogner
- [zorg] r209932 - llvmlab: Whitespace cleanup
Justin Bogner
- [zorg] r209933 - llvmlab: Remove commented out builders
Justin Bogner
- [zorg] r209934 - llvmlab: Move the LTO build to phase 4 and libc++ tests to phase 3
Justin Bogner
- Buildbot failure around SelectionDAGNodes?
Renato Golin
- Fix IntelJITEventListener for r206654
Robison, Arch
- Fix IntelJITEventListener for r206654
Kaylor, Andrew
- Fix writing COFF files when cross-compiling on OSX
Stanislav Karchebny
- Fix writing COFF files when cross-compiling on OSX
Stanislav Karchebny
- FW: [PATCH] Some code improvements (no functional change)
Artyom Skrobov
- Fwd: [PATCH] CSE removes COPY.
Данил Трошков
- integrated assembler fixes to support Libav's ARM asm
Janne Grunau
- LLVM buildmaster will be restarted in a few minutes
Galina Kistanova
- PATCH: SelectionDAG: Remove setOperationAction(ISD::SELECT_CC, MVT::Other, Expand) hack.
Owen Anderson
- Prevent hoisting the instruction whose def might be clobbered by the terminator
Sasa Stankovic
- Prevent hoisting the instruction whose def might be clobbered by the terminator
Quentin Colombet
- Prevent hoisting the instruction whose def might be clobbered by the terminator
Sasa Stankovic
- Prevent hoisting the instruction whose def might be clobbered by the terminator
Quentin Colombet
- Prevent hoisting the instruction whose def might be clobbered by the terminator
Sasa Stankovic
- Prevent hoisting the instruction whose def might be clobbered by the terminator
Quentin Colombet
- Prevent hoisting the instruction whose def might be clobbered by the terminator
Sasa Stankovic
- Prevent hoisting the instruction whose def might be clobbered by the terminator
Quentin Colombet
- Runtime stack overflow prevention for Twines
Will Dietz
Last message date:
Sun Jun 1 23:51:51 PDT 2014
Archived on: Tue Aug 4 17:11:19 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).