The Week Of Monday 29 September 2014 Archives by author
Starting: Mon Sep 29 00:18:33 PDT 2014
Ending: Sun Oct 5 23:55:55 PDT 2014
Messages: 1121
- [PATCH] builtins: avoid endian.h in favour of compiler builtins
Saleem Abdulrasool
- [lld] r219088 - PE/COFF: remove another use of PECOFFLinkingContext::is64bit
Saleem Abdulrasool
- [lld] r219089 - Core: switch error mapping to switches
Saleem Abdulrasool
- [lld] r219093 - PE/COFF: add a check to ensure that we dont mix up architectures
Saleem Abdulrasool
- [PATCH] Provide the name for labels inside MS asm blocks to clang as the branch targets for each asm block
Ehsan Akhgari
- [PATCH] Provide the name for labels inside MS asm blocks to clang as the branch targets for each asm block
Ehsan Akhgari
- [PATCH] [SimplifyCFG] threshold for folding branches with common destination
Owen Anderson
- [PATCH] [SimplifyCFG] threshold for folding branches with common destination
Owen Anderson
- [PATCH] [SimplifyCFG] threshold for folding branches with common destination
Owen Anderson
- [PATCH] Allow BB duplication threshold to be adjusted through JumpThreading's ctor
Owen Anderson
- [PATCH] Allow BB duplication threshold to be adjusted through JumpThreading's ctor
Owen Anderson
- [PATCH] [SimplifyCFG] threshold for folding branches with common destination
Owen Anderson
- [llvm] r219092 - Give the Reassociate pass a bit more flexibility and autonomy when optimizing expressions.
Owen Anderson
- [llvm] r218608 - R600/SI: Fix using mad with multiplies by 2
Matt Arsenault
- [llvm] r218609 - R600/SI: Also fix fsub + fadd a, a to mad combines
Matt Arsenault
- [PATCH] R600/SI: Use mad for
Matt Arsenault
- [PATCH] R600/SI: Fix hardcoded values for modifiers.
Matt Arsenault
- [llvm] r218610 - R600/SI: Fix hardcoded values for modifiers.
Matt Arsenault
- [llvm] r218611 - Fix include order
Matt Arsenault
- [llvm] r218612 - Fixing missing C++ mode comment
Matt Arsenault
- [PATCH] R600/SI: Fix hardcoded values for modifiers.
Matt Arsenault
- [llvm] r218654 - Fix missing C++ mode comment
Matt Arsenault
- [llvm] r218655 - R600: Fix broken check lines, missing scalar case.
Matt Arsenault
- [PATCH] R600/SI: Update VOP3b to not include obsolete operands
Matt Arsenault
- [PATCH] R600/SI: Fix printing of clamp and omod
Matt Arsenault
- [llvm] r218691 - R600/SI: Update VOP3b to not include obsolete operands
Matt Arsenault
- [llvm] r218692 - R600/SI: Fix printing of clamp and omod
Matt Arsenault
- [PATCH] R600/SI: Update VOP3b to not include obsolete operands
Matt Arsenault
- [PATCH] R600/SI: Fix printing of clamp and omod
Matt Arsenault
- [PATCH] R600/SI: Implement i64<->f64 conversions
Matt Arsenault
- [PATCH] R600/SI: Implement i64<->f64 conversions
Matt Arsenault
- [llvm] r219036 - R600/SI: Fix ftrunc f64 conformance failures.
Matt Arsenault
- [llvm] r219037 - R600: Custom lower [s|u]int_to_fp for i64 -> f64
Matt Arsenault
- [llvm] r219038 - R600/SI: Custom lower f64 -> i64 conversions
Matt Arsenault
- [PATCH] R600/SI: Implement i64<->f64 conversions
Matt Arsenault
- [llvm] r198019 - [Mips] Does not take in account 'use-soft-float' attribute's value when
Simon Atanasyan
- [PATCH] [lld] [ELF] Only mark as DT_NEEDED libs that are strictly necessary
Simon Atanasyan
- [PATCH] [lld] [ELF] Support for general dynamic TLS relocations on X86_64
Rafael Auler
- [lld] r218633 - [lld] [ELF] Support for general dynamic TLS relocations on X86_64
Rafael Auler
- [PATCH] [lld] [ELF] Support for general dynamic TLS relocations on X86_64
Rafael Auler
- [lld] r218633 - [lld] [ELF] Support for general dynamic TLS relocations on X86_64
Rafael Auler
- [PATCH] [X86] New pass that moves immediate operands to registers.
Rafael Auler
- [PATCH] [lld] [ELF] [MIPS] Remove duplicate logic
Rafael Auler
- [lld] r218846 - [lld] [ELF] [MIPS] Remove duplicate logic
Rafael Auler
- [PATCH] [lld] [ELF] [MIPS] Remove duplicate logic
Rafael Auler
- [PATCH] [lld] [ELF] Fix inclusion of weak symbols in the dynamic symbol table
Rafael Auler
- [PATCH] [lld] [ELF] Never mark the dynamic linker as DT_NEEDED
Rafael Auler
- [PATCH] [lld] [ELF] Never mark the dynamic linker as DT_NEEDED
Rafael Auler
- [lld] r218847 - [ELF] Never mark the dynamic linker as DT_NEEDED
Rafael Auler
- [PATCH] [lld] [ELF] Never mark the dynamic linker as DT_NEEDED
Rafael Auler
- [PATCH] [lld] [ELF] Only mark as DT_NEEDED libs that are strictly necessary
Rafael Auler
- [PATCH] [lld] [ELF] Implement --export-dynamic/-E
Rafael Auler
- [PATCH] [lld] [ELF] Implement --export-dynamic/-E
Rafael Auler
- [PATCH] [lld] [ELF] Fix inclusion of weak symbols in the dynamic symbol table
Rafael Auler
- [PATCH] [lld] [ELF] Fix bug in ELFFile::createAtoms() that caused lld to mislink musl
Rafael Auler
- [lld] r219034 - [ELF] Fix bug in ELFFile::createAtoms() that caused lld to mislink musl
Rafael Auler
- [PATCH] [lld] [ELF] Fix bug in ELFFile::createAtoms() that caused lld to mislink musl
Rafael Auler
- [zorg] r218619 - Added new Clang Aarch64 buildslave running on a Juno ARM Development Platform board.
Gabor Ballabas
- [llvm] r218622 - Fixing the build for compilers which do not yet have support for constexpr functions, NFC.
Aaron Ballman
- [llvm] r218868 - Silence a -Wsign-compare warning. NFC.
Aaron Ballman
- [PATCH] Erase fence insertion from SelectionDAGBuilder.cpp (NFC)
JF Bastien
- [PATCH] [NVPTX] aligned byte-buffers for vector return types
Eli Bendersky
- [PATCH] [MemoryDependenceAnalysis] Fix compile time slowdown
Daniel Berlin
- [llvm] r215343 - In LVI(Lazy Value Info), originally value on a BB can only be caculated once,
Daniel Berlin
- [PATCH] [Compiler-rt][MIPS][Profile] Adding support for MIPS32/64
Mohit Bhakkad
- [llvm] r218677 - [DAG] Check in advance if a build_vector has a legal type before attempting to convert it into a shuffle.
Andrea Di Biagio
- [PATCH] Defining a new API for debug options that doesn't rely on static global cl::opts.
Chris Bieneman
- [PATCH] Defining a new API for debug options that doesn't rely on static global cl::opts.
Chris Bieneman
- [PATCH] Defining a new API for debug options that doesn't rely on static global cl::opts.
Chris Bieneman
- [PATCH] Cleaning up static initializers in InterferenceCache by moving the NoInterference static object into the class.
Chris Bieneman
- [llvm] r219028 - Converting the ErrorHandlerMutex to a ManagedStatic to avoid the static constructor and destructor.
Chris Bieneman
- [compiler-rt] r218545 - Effectively revert r217284 on Darwin due to issues with -gmlt there
David Blaikie
- [PATCH] Factor the Unit section parsing into the DWARFUnitSection class.
David Blaikie
- [PATCH] Factor the Unit section parsing into the DWARFUnitSection class.
David Blaikie
- [compiler-rt] r218545 - Effectively revert r217284 on Darwin due to issues with -gmlt there
David Blaikie
- [llvm] r218626 - Unit test r218187, changing RTDyldMemoryManager::getSymbolAddress's behavior favor mangled lookup over unmangled lookup.
David Blaikie
- [llvm] r218187 - [MCJIT] Make RTDyldMemoryManager::getSymbolAddress's behaviour more consistent.
David Blaikie
- [PATCH] IR: Move the complex address expression field out of DIVariable and into an extra argument of the dbg.declare/dbg.value intrinsics.
David Blaikie
- [llvm] r218514 - Revert "Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a single DWARFUnitSection."
David Blaikie
- [PATCH] Add a forwarding variadic constructor to llvm::Optional<T>.
David Blaikie
- [llvm] r218632 - Add soft-float to the key for the subtarget lookup in the TargetMachine
David Blaikie
- [PATCH] IR: Move the complex address expression field out of DIVariable and into an extra argument of the dbg.declare/dbg.value intrinsics.
David Blaikie
- [compiler-rt] r218620 - [asan] add a test for array cookie if the operator new is defined inside the class (the cookie should not be poisoned in such case); update the related comment in asan_poisoning.cc
David Blaikie
- [llvm] r218632 - Add soft-float to the key for the subtarget lookup in the TargetMachine
David Blaikie
- [PATCH] Add an emplace(...) method to llvm::Optional<T>.
David Blaikie
- [PATCH] Add an emplace(...) method to llvm::Optional<T>.
David Blaikie
- [llvm] r218702 - Disable the -gmlt optimization implemented in r218129 under Darwin due to issues with dsymutil.
David Blaikie
- [compiler-rt] r218545 - Effectively revert r217284 on Darwin due to issues with -gmlt there
David Blaikie
- [llvm] r218708 - Adjust test case addition in r218702 so as not to fail when the X86 target isn't built.
David Blaikie
- [llvm] r218713 - DebugInfo: Sink the code emitting DW_AT_APPLE_omit_frame_ptr down to a more common spot.
David Blaikie
- [llvm] r218719 - Omit DW_AT_inline under -gmlt to save a little more space.
David Blaikie
- [PATCH] [dwarfdump] Implement extraction of file information referenced in .debug_info.
David Blaikie
- [llvm] r218722 - llvm/test/DebugInfo/X86/gmlt.test: Get rid of %llc_dwarf. It should not be used with -mtriple.
David Blaikie
- [llvm] r218726 - Implement DW_TAG_subrange_type with DW_AT_count rather than DW_AT_upper_bound
David Blaikie
- [llvm] r218702 - Disable the -gmlt optimization implemented in r218129 under Darwin due to issues with dsymutil.
David Blaikie
- [llvm] r218702 - Disable the -gmlt optimization implemented in r218129 under Darwin due to issues with dsymutil.
David Blaikie
- [llvm] r218783 - Add an immovable type to test Optional<T>::emplace more rigorously after r218732.
David Blaikie
- [PATCH] Add an emplace(...) method to llvm::Optional<T>.
David Blaikie
- [llvm] r218821 - Update test name to match changes made in r218783
David Blaikie
- [llvm] r218783 - Add an immovable type to test Optional<T>::emplace more rigorously after r218732.
David Blaikie
- [llvm] r218838 - PR21101: tablegen's FastISel emitter should filter out unused functions.
David Blaikie
- [llvm] r218787 - Move the complex address expression out of DIVariable and into an extra
David Blaikie
- [llvm] r218787 - Move the complex address expression out of DIVariable and into an extra
David Blaikie
- Code review D5332
David Blaikie
- Code review D5332
David Blaikie
- Code review D5332
David Blaikie
- [PATCH] [RFC] Use llvm-symbolizer to symbolize LLVM/Clang crash dumps
David Blaikie
- [PATCH] [dwarfdump] Print the name for referenced specification of abstract_origin DIEs.
David Blaikie
- [PATCH] [dwarfdump] Print the name for referenced specification of abstract_origin DIEs.
David Blaikie
- [PATCH] [RFC] Use llvm-symbolizer to symbolize LLVM/Clang crash dumps
David Blaikie
- [PATCH] [RFC] Use llvm-symbolizer to symbolize LLVM/Clang crash dumps
David Blaikie
- [PATCH] Debug info: Teach the SDag type legalizer how to split up debug infofor integer values that are split into a hi and lo part.
David Blaikie
- [PATCH] Debug info: Teach the SDag type legalizer how to split up debug infofor integer values that are split into a hi and lo part.
David Blaikie
- [llvm] r219057 - Move DwarfCompileUnit from DwarfUnit.h to its own header (DwarfCompileUnit.h)
David Blaikie
- [llvm] r219058 - Sink DwarfDebug::attachLowHighPC into DwarfCompileUnit
David Blaikie
- [llvm] r219059 - Reformatting accidentally left out of r219057
David Blaikie
- [llvm] r219060 - Sink DwarfDebug::updateSubprogramScopeDIE into DwarfCompileUnit
David Blaikie
- [llvm] r219069 - [SystemZ] Make operator bool explicit. NFC.
David Blaikie
- [llvm] r214761 - Reapply "DebugInfo: Ensure that all debug location scope chains from instructions within a function, lead to the function itself."
David Blaikie
- [llvm] r219085 - Remove unused map
David Blaikie
- [llvm] r219103 - DebugInfo: Sink constructImportedEntityDIE down into DwarfUnit from DwarfDebug.
David Blaikie
- [llvm] r218736 - InstrProf: Make coverage::Counter comparable
Justin Bogner
- [llvm] r218702 - Disable the -gmlt optimization implemented in r218129 under Darwin due to issues with dsymutil.
Justin Bogner
- [llvm] r218742 - test: XFAIL the non-darwin gmlt test on darwin
Justin Bogner
- [llvm] r218702 - Disable the -gmlt optimization implemented in r218129 under Darwin due to issues with dsymutil.
Justin Bogner
- [llvm] r218784 - LTO: Ignore disabled diagnostic remarks
Justin Bogner
- [llvm] r218783 - Add an immovable type to test Optional<T>::emplace more rigorously after r218732.
Justin Bogner
- [llvm] r218842 - InstrProf: Simplify counting a file's regions when writing coverage (NFC)
Justin Bogner
- [llvm] r218879 - InstrProf: Don't keep a large sparse list around just to zero it
Justin Bogner
- [llvm] r218881 - Revert "InstrProf: Don't keep a large sparse list around just to zero it"
Justin Bogner
- [llvm] r218887 - Reapply "InstrProf: Don't keep a large sparse list around just to zero it"
Justin Bogner
- [llvm] r218892 - InstrProf: Avoid linear search in a hot loop
Justin Bogner
- [compiler-rt] r218716 - [compiler-rt] Re-enable the use of -gmlt for ASan tests on Darwin
Kuba Brecka
- [compiler-rt] r218545 - Effectively revert r217284 on Darwin due to issues with -gmlt there
Kuba Brecka
- [llvm] r218600 - [x86] Make the new vector shuffle lowering lower blends as VSELECT
Chandler Carruth
- [llvm] r218657 - [x86] Add some vector-register broadcast operations to the 256-bit v4
Chandler Carruth
- [llvm] r218658 - [x86] Revert r218588, r218589, and r218600. These patches were pursuing
Chandler Carruth
- [PATCH] [x86] Simplify vector selection
Chandler Carruth
- [PATCH] Add a new utility script that helps update very simple regression tests.
Chandler Carruth
- [llvm] r218707 - [x86] Rework all of the 128-bit vector shuffle tests with my handy test
Chandler Carruth
- [llvm] r218709 - [x86] Update the exact FileCheck syntax of the 256-bit and 512-bit
Chandler Carruth
- [llvm] r218710 - [x86] Add AVX1 and AVX2 testing to all of the 128-bit shuffle test
Chandler Carruth
- [llvm] r218724 - [x86] Teach the new vector shuffle lowering about VBROADCAST and
Chandler Carruth
- [llvm] r218721 - [InstCombine] Optimize icmp-select-icmp
Chandler Carruth
- [llvm] r218733 - [x86] Hoist the zext-lowering up in the v4i32 lowering routine -- it is
Chandler Carruth
- [llvm] r218734 - [x86] Teach the new vector shuffle lowering to be even more aggressive
Chandler Carruth
- [llvm] r218721 - [InstCombine] Optimize icmp-select-icmp
Chandler Carruth
- [llvm] r218721 - [InstCombine] Optimize icmp-select-icmp
Chandler Carruth
- [llvm] r218721 - [InstCombine] Optimize icmp-select-icmp
Chandler Carruth
- [llvm] r218721 - [InstCombine] Optimize icmp-select-icmp
Chandler Carruth
- [PATCH] [x86] Simplify vector selection
Chandler Carruth
- [llvm] r218721 - [InstCombine] Optimize icmp-select-icmp
Chandler Carruth
- [llvm] r218755 - [x86] Delete some extraneous logic from the new vector shuffle lowering.
Chandler Carruth
- [llvm] r218756 - [x86] Fix a few more tiny patterns with the new vector shuffle lowering
Chandler Carruth
- [llvm] r218794 - [x86] Clean up and generate detailed FileCheck assertions for
Chandler Carruth
- [llvm] r218795 - [x86] Generate the FileCheck assertions for avx-blend.ll with my new
Chandler Carruth
- [llvm] r218799 - [x86] Cleanup and re-generate the checks for avx-zext.ll using the new
Chandler Carruth
- [llvm] r218800 - [x86] Rename avx-{s,z}ext.ll to vector-{s,z}ext.ll.
Chandler Carruth
- [llvm] r218802 - [x86] Sort the ISA-specific RUN lines for vector-sext.ll to go from
Chandler Carruth
- [llvm] r218807 - [x86] Teach both sext and zext vector tests to cover a nice wide range
Chandler Carruth
- [llvm] r218810 - [x86] Add a 32-bit run to the sext test, and remove a sad vec_sext.ll
Chandler Carruth
- [llvm] r218811 - [x86] Remove a test that wasn't doing anything really. We have plenty of
Chandler Carruth
- [llvm] r218813 - [x86] Move the AVX blend test to a generic name. I'm going to fold other
Chandler Carruth
- [llvm] r218814 - [x86] Merge the interesting test cases from blend-msb.ll into
Chandler Carruth
- [llvm] r218816 - [x86] Expand the ISA coverage of our blend test in preparation for
Chandler Carruth
- [llvm] r218818 - [x86] Merge the remaining test cases into vector-blend.ll and remove all
Chandler Carruth
- [llvm] r218839 - [x86] Improve and correct how the new vector shuffle lowering was
Chandler Carruth
- [llvm] r218854 - [x86] Switch some of the new consolidated vector tests to use
Chandler Carruth
- [llvm] r218855 - [x86] Add a comment clarifying that this test should span all manners of
Chandler Carruth
- [llvm] r218856 - [x86] Minimize the parameters to this test for clarity.
Chandler Carruth
- [PATCH] Support invoking the patchpoint intrinsic
Chandler Carruth
- [llvm] r218857 - [x86] Update this test to run a full complement of the ISA extensions,
Chandler Carruth
- [llvm] r218858 - [x86] Merge the bitwise operation shuffle combining into the common test
Chandler Carruth
- [llvm] r218859 - [x86] Merge the second set of vector combining tests into a common test
Chandler Carruth
- [llvm] r218860 - [x86] Merge the third combining test into the generic one and add proper
Chandler Carruth
- [llvm] r218861 - [x86] Merge still more combine tests into the common file. These at
Chandler Carruth
- [llvm] r218862 - [x86] Just delete the last combine test file.
Chandler Carruth
- [llvm] r218903 - [x86] Move the vperm2f128 test to be vperm2x128 and test both the
Chandler Carruth
- [llvm] r218911 - [x86] Teach the new vector shuffle lowering to widen floating point
Chandler Carruth
- [llvm] r218921 - Fix the threshold added in r186434 (a re-apply of r185393) and updaated
Chandler Carruth
- [llvm] r218932 - [x86] Remove some of the --show-mc-encoding flags from avx512 tests that
Chandler Carruth
- [llvm] r218935 - [x86] Regenerate an avx512 test with my script to provide a nice
Chandler Carruth
- [llvm] r218936 - [x86] Regenerate a bunch more avx512 test cases using my script to have
Chandler Carruth
- [llvm] r218939 - [x86] Remove a test that provides little value. There are plenty of
Chandler Carruth
- [llvm] r218940 - [x86] Remove a couple of other overly isolated tests that are low-value
Chandler Carruth
- [llvm] r218941 - [x86] Regenerate a number of FileCheck assertions with my script for
Chandler Carruth
- [llvm] r218945 - [x86] Merge two very similar tests and regenerate FileCheck lines for
Chandler Carruth
- [llvm] r218946 - [x86] This is a terrible SSE1 test, but we should keep it. I've deleted
Chandler Carruth
- [llvm] r218947 - [x86] Cleanup and generate precise FileCheck assertions for a bunch of
Chandler Carruth
- [llvm] r218948 - [x86] Regenerate and clean up more tests is preparation for vector
Chandler Carruth
- [llvm] r218950 - [x86] Remove an over-reduced test case. This would need to be
Chandler Carruth
- [llvm] r218951 - [x86] Regenerate precise checks for a couple of test cases and remove
Chandler Carruth
- [llvm] r218953 - [x86] Remove another low-value test still written using grep. We have
Chandler Carruth
- [llvm] r218954 - [x86] Regenerate precise FileCheck lines for the lats batch of test
Chandler Carruth
- [llvm] r218955 - [x86] Add triples to these tests so that we see fewer calling convention
Chandler Carruth
- [llvm] r218956 - [x86] Add another triple to a test to make the comment syntax stable.
Chandler Carruth
- [llvm] r218972 - [x86] Remove a couple of fairly pointless tests. These were merely
Chandler Carruth
- [llvm] r218973 - [x86] Add two more triples to stabilize the precise assembly syntax
Chandler Carruth
- [llvm] r218974 - [x86] Unbreak SSE1 with the new vector shuffle lowering. We can't widen
Chandler Carruth
- [llvm] r218976 - [x86] Add some important, missing test coverage for blending from one
Chandler Carruth
- [llvm] r218977 - [x86] Significantly improve the ability of the new vector shuffle
Chandler Carruth
- [llvm] r218978 - [x86] Fix the RUN-lines of this test to make sense.
Chandler Carruth
- [llvm] r218980 - [x86] Refactor the element insertion logic in the new vector shuffle
Chandler Carruth
- [llvm] r218985 - [x86] Teach the new vector shuffle lowering to aggressively form MOVSS
Chandler Carruth
- [llvm] r219022 - [x86] Adjust the patterns for lowering X86vzmovl nodes which don't
Chandler Carruth
- [PATCH] Support invoking the patchpoint intrinsic
Chandler Carruth
- [llvm] r219033 - [x86] Add a really preposterous number of patterns for matching all of
Chandler Carruth
- [llvm] r219042 - [x86] Sink a generic combine of VZEXT nodes from the lowering to VZEXT
Chandler Carruth
- [llvm] r219044 - [x86] Fix a bug in the VZEXT DAG combine that I just made more powerful.
Chandler Carruth
- [llvm] r219046 - [x86] Enable the new vector shuffle lowering by default.
Chandler Carruth
- [llvm] r219047 - [x86] Slap a triple on this test since it is poking around at the stack
Chandler Carruth
- [llvm] r219079 - [x86] Teach the new vector shuffle lowering how to lower 128-bit
Chandler Carruth
- [llvm] r219081 - [x86] Fix PR21139, one of the last remaining regressions found in the
Chandler Carruth
- [llvm] r219086 - [x86, dag] Teach the DAG combiner to prune inputs toa vector_shuffle
Chandler Carruth
- [llvm] r219090 - [x86] Remove the 2-addr-to-3-addr "optimization" from shufps to pshufd.
Chandler Carruth
- [llvm] r219084 - X86: Don't drop half of the mask when converting 2-address shufps into 3-address pshufd.
Chandler Carruth
- [PATCH] Reassociate: optimize I1 + x - I2 into x when I1 and I2 are identical
Chandler Carruth
- [PATCH] SSE pslldq/psrldq shuffle mask decodes
Chandler Carruth
- SLP/Loop vectorizer pass ordering
Chandler Carruth
- [llvm] r219094 - [cleanup] Fix up trailing whitespace and formatting in the pass regitsry
Chandler Carruth
- [llvm] r219095 - [cleanup] Switch to using range-based for loops in two very obvious
Chandler Carruth
- [llvm] r219096 - [PM] Remove the (deeply misguided) 'unregister' functionality from the
Chandler Carruth
- [llvm] r219097 - [PM] Remove an unused and rather expensive mapping from an analysis
Chandler Carruth
- [llvm] r218932 - [x86] Remove some of the --show-mc-encoding flags from avx512 tests that
Chandler Carruth
- [llvm] r198019 - [Mips] Does not take in account 'use-soft-float' attribute's value when
Eric Christopher
- [llvm] r198019 - [Mips] Does not take in account 'use-soft-float' attribute's value when
Eric Christopher
- [llvm] r218631 - Fix spelling and reflow comments.
Eric Christopher
- [llvm] r218632 - Add soft-float to the key for the subtarget lookup in the TargetMachine
Eric Christopher
- [llvm] r198019 - [Mips] Does not take in account 'use-soft-float' attribute's value when
Eric Christopher
- [llvm] r218643 - Simplify conditional.
Eric Christopher
- [llvm] r218632 - Add soft-float to the key for the subtarget lookup in the TargetMachine
Eric Christopher
- [llvm] r198019 - [Mips] Does not take in account 'use-soft-float' attribute's value when
Eric Christopher
- [PATCH] Improve big-endian support for ARM and AArch64
Eric Christopher
- [llvm] r218492 - Add the first backend support for on demand subtarget creation
Eric Christopher
- [llvm] r198019 - [Mips] Does not take in account 'use-soft-float' attribute's value when
Eric Christopher
- [PATCH] Improve big-endian support for ARM and AArch64
Eric Christopher
- [llvm] r218722 - llvm/test/DebugInfo/X86/gmlt.test: Get rid of %llc_dwarf. It should not be used with -mtriple.
Eric Christopher
- [llvm] r218492 - Add the first backend support for on demand subtarget creation
Eric Christopher
- buildbot failure in LLVM on clang-native-arm-cortex-a9
Eric Christopher
- [llvm] r218804 - constify TargetMachine parameter for X86TargetLowering.
Eric Christopher
- [llvm] r218805 - Rework the PPC TargetMachine so that the non-function specific
Eric Christopher
- [llvm] r218817 - Now that the optimization level is adjusting the feature string
Eric Christopher
- [llvm] r218832 - constify the TargetMachine argument used in the subtarget and
Eric Christopher
- [llvm] r218838 - PR21101: tablegen's FastISel emitter should filter out unused functions.
Eric Christopher
- [llvm] r218843 - Remove test directories with no tests.
Eric Christopher
- [PATCH] Improve big-endian support for ARM and AArch64
Eric Christopher
- [PATCH] [PATCH] Test case and FastISel fixes with FeatureVSX enabled
Eric Christopher
- [PATCH] [PATCH] Test case and FastISel fixes with FeatureVSX enabled
Eric Christopher
- [llvm] r218929 - We can grab the options struct from the TargetMachine, no need to
Eric Christopher
- [llvm] r218930 - constify TargetMachine argument.
Eric Christopher
- [llvm] r218934 - constify TargetMachine parameter.
Eric Christopher
- [llvm] r215343 - In LVI(Lazy Value Info), originally value on a BB can only be caculated once,
Eric Christopher
- [PATCH] [RFC] Use llvm-symbolizer to symbolize LLVM/Clang crash dumps
Eric Christopher
- [PATCH] [dwarfdump] Print the name for referenced specification of abstract_origin DIEs.
Eric Christopher
- [PATCH] [dwarfdump] Print the name for referenced specification of abstract_origin DIEs.
Eric Christopher
- [llvm] r218932 - [x86] Remove some of the --show-mc-encoding flags from avx512 tests that
Eric Christopher
- [llvm] r219106 - Add subtarget caches to aarch64, arm, ppc, and x86.
Eric Christopher
- [llvm] r219107 - Add some tests for RelocVisitor.
Eric Christopher
- [llvm] r219108 - Refactor RelocVisitor to take an object. This removes some
Eric Christopher
- [PATCH] Custom wrappers for DFSanitizing sprintf & snprintf
Peter Collingbourne
- [PATCH] Custom wrappers for DFSanitizing sprintf & snprintf
Peter Collingbourne
- [llvm] r219035 - Remove unused ALL_BINDINGS configuration variable.
Peter Collingbourne
- [PATCH] [X86] New pass that moves immediate operands to registers.
Quentin Colombet
- [PATCH] [X86] New pass that moves immediate operands to registers.
Quentin Colombet
- [PATCH] [X86] New pass that moves immediate operands to registers.
Quentin Colombet
- [PATCH][ISel] Keep matching state consistent when folding during X86 address match
Quentin Colombet
- [PATCH] [X86] New pass that moves immediate operands to registers.
Quentin Colombet
- [PATCH] [X86] New pass that moves immediate operands to registers.
Pete Cooper
- [PATCH][AArch64] Enable access to the whole MRS/MSR system reg encoding space
Tom Coxon
- [llvm] r218680 - [AArch64] Remove unnecessary whitespace. (Test commit)
Tom Coxon
- [llvm] r218753 - [AArch64] Allow access to all system registers with MRS/MSR instructions.
Tom Coxon
- [www-pubs] r218984 - Added the -Overify paper from HotOS 2013.
John Criswell
- [PATCH] Lower FNEG ( FABS (x) ) -> FNABS (x) [X86 codegen] PR20578
Demikhovsky, Elena
- [PATCH][AVX512] Enable intrinsics for vpcmpeq
Demikhovsky, Elena
- [AVX512] Add masking variants for vextract*x4
Demikhovsky, Elena
- [AVX512] Add masking variants for vextract*x4
Demikhovsky, Elena
- [AVX512] Add masking variants for vextract*x4
Demikhovsky, Elena
- [llvm] r218932 - [x86] Remove some of the --show-mc-encoding flags from avx512 tests that
Demikhovsky, Elena
- [llvm] r218932 - [x86] Remove some of the --show-mc-encoding flags from avx512 tests that
Demikhovsky, Elena
- [llvm] r219083 - AVX-512-SKX: Added instruction VPMOVM2B/W/D/Q.
Elena Demikhovsky
- [lld] r218633 - [lld] [ELF] Support for general dynamic TLS relocations on X86_64
Roman Divacky
- [PATCH] [SimplifyCFG] Double check for constant expression domination
Sergey Dmitrouk
- [PATCH] [ARM] [CodeGen] Do not emit intermediate register for zero FP immediate
Sergey Dmitrouk
- [PATCH] Flag to enable IEEE-754 friendly FP optimizations
Sergey Dmitrouk
- [PATCH] [Polly] [IslCodeGenerator] Add OpenMP support
Johannes Doerfert
- [polly] r218613 - Disable runtime alias checks when we ignore aliasing.
Johannes Doerfert
- [PATCH] [Polly] [IslCodeGenerator] Add OpenMP support
Johannes Doerfert
- [PATCH] [OPENMP] llvm.loop.vectorize.enable metadata are lost after critical edge splitting
Johannes Doerfert
- [PATCH] [OPENMP] llvm.loop.vectorize.enable metadata are lost after critical edge splitting
Johannes Doerfert
- [PATCH] [OPENMP] llvm.loop.vectorize.enable metadata are lost after critical edge splitting
Johannes Doerfert
- [PATCH] [OPENMP] llvm.loop.vectorize.enable metadata are lost after critical edge splitting
Johannes Doerfert
- [PATCH] [OPENMP] llvm.loop.vectorize.enable metadata are lost after critical edge splitting
Johannes Doerfert
- [PATCH] [OPENMP] llvm.loop.vectorize.enable metadata are lost after critical edge splitting
Johannes Doerfert
- [PATCH] [OPENMP] llvm.loop.vectorize.enable metadata are lost after critical edge splitting
Johannes Doerfert
- [PATCH] [Polly][FIX] Collection of base values for the IslExprBuilder
Johannes Doerfert
- [polly] r218757 - [RTC] Split alias groups according to read only base addresses
Johannes Doerfert
- [polly] r218758 - [RTC] Use the domain to split alias groups.
Johannes Doerfert
- [PATCH] [Polly][RTC] Use the domain to split alias groups.
Johannes Doerfert
- [PATCH] [Polly][RTC] Split alias groups according to read only base addresses
Johannes Doerfert
- [PATCH] [Polly][RTC] Use the domain to split alias groups.
Johannes Doerfert
- [PATCH] [Polly] Align copied load/store instructions as the original.
Johannes Doerfert
- [PATCH] [Polly] Align copied load/store instructions as the original.
Johannes Doerfert
- [PATCH] [Polly] Align copied load/store instructions as the original.
Johannes Doerfert
- [PATCH] [Polly] Align copied load/store instructions as the original.
Johannes Doerfert
- [PATCH] [Polly][Refactor] Generalize parallel code generation
Johannes Doerfert
- [PATCH] [Polly][Refactor] Generalize parallel code generation
Johannes Doerfert
- [PATCH] [Polly][Refactor] Generalize parallel code generation
Johannes Doerfert
- [polly] r218793 - Annotate LLVM-IR for all parallel loops
Johannes Doerfert
- [PATCH] [Polly] Annotate LLVM-IR for all parallel loops
Johannes Doerfert
- [PATCH] [Polly] Allow to annotate alias scopes in the new SCoP.
Johannes Doerfert
- [polly] r218826 - Change the output of arc unit
Johannes Doerfert
- [PATCH] [Polly] Allow to annotate alias scopes in the new SCoP.
Johannes Doerfert
- [PATCH] [Polly] Allow to annotate alias scopes in the new SCoP.
Johannes Doerfert
- [PATCH] [Polly] Allow to annotate alias scopes in the new SCoP.
Johannes Doerfert
- [polly] r218877 - Allow to annotate alias scopes in the new SCoP.
Johannes Doerfert
- [polly] r218878 - [Refactor] Rename LoopAnnotator to ScopAnnotator
Johannes Doerfert
- [PATCH] [Polly] Allow to annotate alias scopes in the new SCoP.
Johannes Doerfert
- [PATCH] [Polly] Align copied load/store instructions as the original.
Johannes Doerfert
- [polly] r218883 - Align copied load/store instructions as the original.
Johannes Doerfert
- [PATCH] [Polly] Align copied load/store instructions as the original.
Johannes Doerfert
- [PATCH] [Polly][Refactor] Generalize parallel code generation
Johannes Doerfert
- [PATCH] [Polly] Add option to limit the maximal number of parallel threads.
Johannes Doerfert
- [PATCH] [Polly] Put the parallel context into the function entry block
Johannes Doerfert
- [PATCH] [Polly][Refactor] Generalize parallel code generation
Johannes Doerfert
- [PATCH] [Polly][Refactor] Generalize parallel code generation
Johannes Doerfert
- [PATCH] [Polly] Add option to limit the maximal number of parallel threads.
Johannes Doerfert
- [PATCH] [Polly] Put the parallel context into the function entry block
Johannes Doerfert
- [PATCH] [Polly][Refactor] Generalize parallel code generation
Johannes Doerfert
- [PATCH] [Polly][Refactor] Generalize parallel code generation
Johannes Doerfert
- [PATCH] [Polly][Refactor] Generalize parallel code generation
Johannes Doerfert
- [polly] r219003 - [Refactor] Generalize parallel code generation
Johannes Doerfert
- [polly] r219004 - Add option to limit the maximal number of parallel threads.
Johannes Doerfert
- [polly] r219005 - Put the parallel context alloca into the function entry block.
Johannes Doerfert
- [PATCH] [Polly][Refactor] Generalize parallel code generation
Johannes Doerfert
- [PATCH] [Polly] Add option to limit the maximal number of parallel threads.
Johannes Doerfert
- [PATCH] [Polly] Put the parallel context into the function entry block
Johannes Doerfert
- [polly] r219017 - [Fix] Accidently changed the type of a libgomp argument in r219003.
Johannes Doerfert
- [polly] r219003 - [Refactor] Generalize parallel code generation
Johannes Doerfert
- [PATCH] Introduce the ScopArrayInfo class.
Johannes Doerfert
- [PATCH] [Polly] Allow multidimensional accesses in the IslExprBuilder.
Johannes Doerfert
- [PATCH] [Polly] Introduce the ScopArrayInfo class.
Johannes Doerfert
- [PATCH] [Polly] Introduce the ScopArrayInfo class.
Johannes Doerfert
- [PATCH] [Polly] Allow multidimensional accesses in the IslExprBuilder.
Johannes Doerfert
- [polly] r219077 - Introduce the ScopArrayInfo class.
Johannes Doerfert
- [PATCH] [Polly] Introduce the ScopArrayInfo class.
Johannes Doerfert
- [polly] r219078 - Allow multidimensional accesses in the IslExprBuilder.
Johannes Doerfert
- [PATCH] [Polly] Introduce the ScopArrayInfo class.
Johannes Doerfert
- [PATCH] [Polly] Allow multidimensional accesses in the IslExprBuilder.
Johannes Doerfert
- [PATCH] [Polly][Refactor] Change the comment style to silence -Wcomment
Johannes Doerfert
- LLVM Documentation: MergeFunctions pass
Stepan Dyatkovskiy
- LLVM Documentation: MergeFunctions pass
Stepan Dyatkovskiy
- LLVM Documentation: MergeFunctions pass
Stepan Dyatkovskiy
- LLVM Documentation: MergeFunctions pass
Stepan Dyatkovskiy
- [PATCH] R600/SI: Implement i64<->f64 conversions
Michel Dänzer
- [PATCH] R600/SI: Implement i64<->f64 conversions
Michel Dänzer
- [PATCH] R600: Don't promote allocas when one of the users is a ptrtoint instruction
Michel Dänzer
- [compiler-rt] r219040 - Fix the armv7 thumb builtins on darwin
İsmail Dönmez
- [compiler-rt] r219040 - Fix the armv7 thumb builtins on darwin
İsmail Dönmez
- [compiler-rt] r219040 - Fix the armv7 thumb builtins on darwin
İsmail Dönmez
- [lld] r218718 - [mach-o] Implement -demangle.
Shankar Easwaran
- [lld] r218718 - [mach-o] Implement -demangle.
Shankar Easwaran
- [PATCH] [lld] [ELF] Never mark the dynamic linker as DT_NEEDED
Shankar Easwaran
- [PATCH] [lld] [ELF] Never mark the dynamic linker as DT_NEEDED
Shankar Easwaran
- [PATCH] [lld] [ELF] Only mark as DT_NEEDED libs that are strictly necessary
Shankar Easwaran
- [PATCH] [lld] [ELF] Implement --export-dynamic/-E
Shankar Kalpathi Easwaran
- [PATCH] [lld] [ELF] Implement --export-dynamic/-E
Shankar Kalpathi Easwaran
- [PATCH] [lld] [ELF] Fix inclusion of weak symbols in the dynamic symbol table
Shankar Kalpathi Easwaran
- [PATCH] [lld] [ELF] Fix bug in ELFFile::createAtoms() that caused lld to mislink musl
Shankar Kalpathi Easwaran
- [llvm] r219046 - [x86] Enable the new vector shuffle lowering by default.
Rafael Avila de Espindola
- [llvm] r218337 - GlobalOpt: Preserve comdats of unoptimized initializers
Rafael Espíndola
- [llvm] r218627 - [AArch64] Refines the Cortex-A57 Machine Model
Dave Estes
- [PATCH] [AArch64] Refines the Cortex-A57 Machine Model
Dave Estes
- [llvm] r217371 - [AArch64] Improve AA to remove unneeded edges in the AA MI scheduling graph.
Hal Finkel
- Remove possible loop creation in DAGCombiner
Hal Finkel
- [PATCH] Allow BB duplication threshold to be adjusted through JumpThreading's ctor
Hal Finkel
- [PATCH] [SimplifyCFG] threshold for folding branches with common destination
Hal Finkel
- [PATCH] Allow BB duplication threshold to be adjusted through JumpThreading's ctor
Hal Finkel
- [PATCH] Allow BB duplication threshold to be adjusted through JumpThreading's ctor
Hal Finkel
- [PATCH] Allow BB duplication threshold to be adjusted through JumpThreading's ctor
Hal Finkel
- [llvm] r215343 - In LVI(Lazy Value Info), originally value on a BB can only be caculated once,
Hal Finkel
- [PATCH] [OPENMP] llvm.loop.vectorize.enable metadata are lost after critical edge splitting
Hal Finkel
- [PATCH] [OPENMP] llvm.loop.vectorize.enable metadata are lost after critical edge splitting
Hal Finkel
- [llvm] r217371 - [AArch64] Improve AA to remove unneeded edges in the AA MI scheduling graph.
Hal Finkel
- [llvm] r218714 - [BasicAA] Make better use of zext and sign information
Hal Finkel
- [PATCH] [OPENMP] llvm.loop.vectorize.enable metadata are lost after critical edge splitting
Hal Finkel
- Remove possible loop creation in DAGCombiner
Hal Finkel
- [llvm] r216678 - Do not introduce new shuffle patterns after operation legalization if SHUFFLE_VECTOR
Hal Finkel
- Remove possible loop creation in DAGCombiner
Hal Finkel
- [PATCH] [PATCH] Test case and FastISel fixes with FeatureVSX enabled
Hal Finkel
- [PATCH] [PATCH] Test case and FastISel fixes with FeatureVSX enabled
Hal Finkel
- [PATCH] [PATCH] Test case and FastISel fixes with FeatureVSX enabled
Hal Finkel
- [llvm] r218923 - [PowerPC] Modern Book-E cores support sync
Hal Finkel
- [llvm] r218331 - [Power] Use AtomicExpandPass for fence insertion, and use lwsync where appropriate
Hal Finkel
- [PATCH] [Power] Add a new feature flag for support of the sync instruction
Hal Finkel
- [llvm] r218714 - [BasicAA] Make better use of zext and sign information
Hal Finkel
- [llvm] r215343 - In LVI(Lazy Value Info), originally value on a BB can only be caculated once,
Hal Finkel
- [llvm] r219067 - [InstCombine] Remove redundant @llvm.assume intrinsics
Hal Finkel
- [llvm] r219070 - [InstCombine] Simplify the logic from r219067 using ValueTracking
Hal Finkel
- Remove possible loop creation in DAGCombiner
Hal Finkel
- Remove possible loop creation in DAGCombiner
Hal Finkel
- [zorg] Proposal to add Repo selection to buildmasters.
Rick Foos
- [PATCH] [zorg] Add options allowing MSVC builds with Clang Cmake Build Factory.
Rick Foos
- [PATCH] Move sanitizer bots's configs from an external repo to zorg
Galina
- [PATCH] [zorg] Add options allowing MSVC builds with Clang Cmake Build Factory.
Galina
- [PATCH] Move sanitizer bots's configs from an external repo to zorg
Galina
- [PATCH] Move sanitizer bots's configs from an external repo to zorg
Galina
- [PATCH] Added InstCombine transformation for combining two instructions icmp slt/sle/ult/ule/sge/sgt/uge/ugt (ashr/lshr (Const2) %A), (Const1)
Ankur Garg
- [PATCH] Added InstCombine transformation for combining two instructions icmp slt/sle/ult/ule/sge/sgt/uge/ugt (ashr/lshr (Const2) %A), (Const1)
Ankur Garg
- [PATCH] Added InstCombine transform for pattern " ((X % Z) + (Y % Z)) % Z -> (X + Y) % Z ".
Ankur Garg
- [PATCH] [compiler-rt] Do not use ldrexd or strexd on v7M
Renato Golin
- [zorg] r218619 - Added new Clang Aarch64 buildslave running on a Juno ARM Development Platform board.
Renato Golin
- [ASAN/AArch64] Fix kernel_old_Xid_t type
Renato Golin
- [PATCH] Move sanitizer bots's configs from an external repo to zorg
Renato Golin
- [PATCH] Move sanitizer bots's configs from an external repo to zorg
Renato Golin
- [PATCH] [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)
Renato Golin
- [PATCH] Improve big-endian support for ARM and AArch64
Renato Golin
- [PATCH] [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)
Renato Golin
- [ASAN/AArch64] Fix kernel_old_Xid_t type
Renato Golin
- [ASAN/AArch64] Fix kernel_old_Xid_t type
Renato Golin
- [ASAN/AArch64] Fix kernel_old_Xid_t type
Renato Golin
- [llvm] r218721 - [InstCombine] Optimize icmp-select-icmp
Renato Golin
- [llvm] r218721 - [InstCombine] Optimize icmp-select-icmp
Renato Golin
- [PATCH] Move sanitizer bots's configs from an external repo to zorg
Renato Golin
- [PATCH] [ARM] Allow selecting VRINT[APMXZR] and VCVT[BT] instructions for FPv5
Renato Golin
- [llvm] r218801 - ARM: yes it can (as of r218789)
Renato Golin
- [PATCH] [zorg] Add options allowing MSVC builds with Clang Cmake Build Factory.
Renato Golin
- [PATCH] Move sanitizer bots's configs from an external repo to zorg
Renato Golin
- [llvm] r218981 - Revert 202433 - Provide a target override for the latest regalloc heuristic
Renato Golin
- [PATCH] [asan-asm-instrumentation] CFI directives are generated for .S files.
Yuri Gorshenin
- [PATCH] [asan-asm-instrumentation] CFI directives are generated for .S files.
Yuri Gorshenin
- [PATCH] [asan-asm-instrumentation] CFI directives are generated for .S files.
Yuri Gorshenin
- [PATCH] [asan-asm-instrumentation] CFI directives are generated for .S files.
Yuri Gorshenin
- [PATCH] [asan-asm-instrumentation] CFI directives are generated for .S files.
Yuri Gorshenin
- [PATCH] [asan-asm-instrumentation] Fixed asan-asm-stacktrace-test.cc
Yuri Gorshenin
- [PATCH] [asan-asm-instrumentation] Fixed asan-asm-stacktrace-test.cc
Yuri Gorshenin
- [PATCH] [asan-asm-instrumentation] Fixed asan-asm-stacktrace-test.cc
Yuri Gorshenin
- [PATCH] [asan-asm-instrumentation] CFI directives are generated for .S files.
Yuri Gorshenin
- [PATCH] [asan-asm-instrumentation] CFI directives are generated for .S files.
Yuri Gorshenin
- [PATCH] [asan-asm-instrumentation] Fixed memory references which includes %rsp as a base or an index register.
Yuri Gorshenin
- [PATCH] [asan-asm-instrumentation] Fixed memory references which includes %rsp as a base or an index register.
Yuri Gorshenin
- [PATCH] Improve the way backends can provide their own PBQP constraints builder
Arnaud A. de Grandmaison
- [PATCH][AArch64] Enable access to the whole MRS/MSR system reg encoding space
Jim Grosbach
- [llvm] r218607 - [AArch64] Improve cost model to handle sdiv by a pow-of-two.
Jim Grosbach
- [PATCH] [Polly] [IslCodeGenerator] Add OpenMP support
Tobias Grosser
- [PATCH] [Polly][RTC] Split alias groups according to read only base addresses
Tobias Grosser
- [PATCH] [Polly][RTC] Use the domain to split alias groups.
Tobias Grosser
- [PATCH] [Polly] Align copied load/store instructions as the original.
Tobias Grosser
- [PATCH] [Polly][Refactor] Generalize parallel code generation
Tobias Grosser
- [PATCH] [Polly] Allow to annotate alias scopes in the new SCoP.
Tobias Grosser
- [PATCH] [Polly] Allow to annotate alias scopes in the new SCoP.
Tobias Grosser
- [PATCH] [Polly] Allow to annotate alias scopes in the new SCoP.
Tobias Grosser
- [PATCH] [Polly] Align copied load/store instructions as the original.
Tobias Grosser
- [PATCH] [Polly][Refactor] Generalize parallel code generation
Tobias Grosser
- [PATCH] [Polly] Put the parallel context into the function entry block
Tobias Grosser
- [PATCH] [Polly][Refactor] Generalize parallel code generation
Tobias Grosser
- [PATCH] [Polly][Refactor] Generalize parallel code generation
Tobias Grosser
- [PATCH] [Polly][Refactor] Generalize parallel code generation
Tobias Grosser
- [polly] r219003 - [Refactor] Generalize parallel code generation
Tobias Grosser
- [PATCH] [Polly] Introduce the ScopArrayInfo class.
Tobias Grosser
- [PATCH] [Polly] Allow multidimensional accesses in the IslExprBuilder.
Tobias Grosser
- [PATCH] [Polly] Introduce the ScopArrayInfo class.
Tobias Grosser
- [llvm] r218741 - [MCJIT] Turn the getSymbolAddress free function created in r218626 into a static
Lang Hames
- [llvm] r218836 - [MCJIT] Don't crash in debugging output for sections that aren't emitted.
Lang Hames
- [PATCH] Improve the way backends can provide their own PBQP constraints builder
Lang Hames
- [llvm] r218848 - [PBQP] Add support for graph-level metadata to the PBQP graph. This will be used
Lang Hames
- [llvm] r218849 - [PBQP] Update doxygen comment style to match the rest of the file. NFC.
Lang Hames
- [llvm] r218944 - [BasicAA] Revert r218714 - Make better use of zext and sign information.
Lang Hames
- [llvm] r218714 - [BasicAA] Make better use of zext and sign information
Lang Hames
- [PATCH] AArch64: Fold immediate into the immediate field of logical instructions
Akira Hatanaka
- [PATCH] AArch64: Fold immediate into the immediate field of logical instructions
Akira Hatanaka
- [PATCH] Enable unrolling of multi-exit loops
Mark Heffernan
- [PATCH] Enable unrolling of multi-exit loops
Mark Heffernan
- [PATCH] Enable unrolling of multi-exit loops
Mark Heffernan
- [PATCH] Enable unrolling of multi-exit loops
Mark Heffernan
- [PATCH] Enable unrolling of multi-exit loops
Mark Heffernan
- Code review D5332
Justin Hibbits
- Code review D5332
Justin Hibbits
- Code review D5332
Justin Hibbits
- [PATCH] Update API to add PIC-level support.
Justin Hibbits
- Code review D5332
Justin Hibbits
- [PATCH] Update API to add PIC-level support.
Justin Hibbits
- [PATCH] Add PIC-level support to Clang.
Justin Hibbits
- [PATCH] Select Elimination in InstCombine
Gerolf Hoflehner
- [PATCH] Select Elimination in InstCombine
Gerolf Hoflehner
- [PATCH] Select Elimination in InstCombine
Gerolf Hoflehner
- [PATCH] Select Elimination in InstCombine
Gerolf Hoflehner
- [PATCH] Select Elimination in InstCombine
Gerolf Hoflehner
- [PATCH] Select Elimination in InstCombine
Gerolf Hoflehner
- [PATCH] Select Elimination in InstCombine
Gerolf Hoflehner
- [llvm] r218721 - [InstCombine] Optimize icmp-select-icmp
Gerolf Hoflehner
- [PATCH] Select Elimination in InstCombine
Gerolf Hoflehner
- [PATCH] Select Elimination in InstCombine
Gerolf Hoflehner
- [llvm] r218721 - [InstCombine] Optimize icmp-select-icmp
Gerolf Hoflehner
- [llvm] r218735 - [InstCombine] Fix for assert build failures caused by r218721
Gerolf Hoflehner
- [llvm] r218721 - [InstCombine] Optimize icmp-select-icmp
Gerolf Hoflehner
- [llvm] r218721 - [InstCombine] Optimize icmp-select-icmp
Gerolf Hoflehner
- [llvm] r218721 - [InstCombine] Optimize icmp-select-icmp
Gerolf Hoflehner
- [PATCH] CFL AA Tests + Minor Fix
George Burgess IV
- [PATCH] Fix dumping codeview line tables when there are multiple debug sections
Timur Iskhodzhanov
- [llvm] r219065 - Solve Visual C++ warning C4805 on getAsInteger<bool>.
Yaron Keren
- [llvm] r219105 - Resolve ambiguity between llvm::make_unique and std::make_unique.
Yaron Keren
- [PATCH][AVX512] Enable intrinsics for vpcmpeq
Robert Khasanov
- [PATCH][AVX512] Enable intrinsics for vpcmpeq
Robert Khasanov
- [llvm] r218667 - [AVX512] Enabled intrinsics for VPCMPEQD and VPCMPEQQ.
Robert Khasanov
- [llvm] r218668 - [AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.
Robert Khasanov
- [llvm] r218669 - [AVX512] Added intrinsics for 128- and 256-bit versions of VCMPEQ{BWDQ}
Robert Khasanov
- [PATCH][AVX512] Enable intrinsics for vpcmpeq
Robert Khasanov
- [llvm] r218670 - [AVX512] Added intrinsics for 128-, 256- and 512-bit versions of VCMPGT{BWDQ}.
Robert Khasanov
- [PATCH] [x86] Simplify vector selection
Robert Khasanov
- [PATCH] [x86] Simplify vector selection
Robert Khasanov
- [PATCH] [x86] Simplify vector selection
Robert Khasanov
- [AVX512] Add masking variants for vextract*x4
Robert Khasanov
- [AVX512] Add masking variants for vextract*x4
Robert Khasanov
- [zorg] r218619 - Added new Clang Aarch64 buildslave running on a Juno ARM Development Platform board.
Galina Kistanova
- LLVM buildmaster will be restarted today after 6 PM Pacific time
Galina Kistanova
- [zorg] r218729 - Updated to use make check-*san command instead of running separate tests.
Galina Kistanova
- [zorg] r218730 - Added asan tests for the FreeBSD 10 builder.
Galina Kistanova
- [zorg] r218731 - Chanded build factory for clang-native-aarch64 builder.
Galina Kistanova
- [PATCH] Provide the name for labels inside MS asm blocks to clang as the branch targets for each asm block
Reid Kleckner
- [PATCH] Provide the name for labels inside MS asm blocks to clang as the branch targets for each asm block
Reid Kleckner
- [PATCH] Fix for Bug 5053
Reid Kleckner
- [PATCH] Move sanitizer bots's configs from an external repo to zorg
Reid Kleckner
- [PATCH] Move sanitizer bots's configs from an external repo to zorg
Reid Kleckner
- Code review D5332
Reid Kleckner
- [lld] r218639 - [mach-o] Move implementation of MachOFileNode::parse
Nick Kledzik
- [lld] r218646 - update library dependency
Nick Kledzik
- [llvm] r218649 - [llvm-objdump] switch some uses of format() to format_hex() and left_justify()
Nick Kledzik
- [lld] r218718 - [mach-o] Implement -demangle.
Nick Kledzik
- [lld] r218718 - [mach-o] Implement -demangle.
Nick Kledzik
- [lld] r218796 - Add MachOLinkingContext parameter to MachOFileNode constructor.
Nick Kledzik
- [lld] r218893 - Preserve custom section names when coalescing.
Nick Kledzik
- [lld] r218894 - [mach-o] preserve custom section names on coalesable strings
Nick Kledzik
- [lld] r219039 - [mach-o] Add support for -dependency_info command line option
Nick Kledzik
- [lld] r219041 - [mach-o] add -iphoneos_version_min as alias for -ios_version_min
Nick Kledzik
- [llvm] r218560 - Fix TableGen -gen-disassembler output for bit fields with an offset.
Manuel Klimek
- [llvm] r218787 - Move the complex address expression out of DIVariable and into an extra
Manuel Klimek
- [llvm] r198019 - [Mips] Does not take in account 'use-soft-float' attribute's value when
Reed Kotler
- [llvm] r218681 - Add numeric extend, trunctate to mips fast-isel
Reed Kotler
- [llvm] r198019 - [Mips] Does not take in account 'use-soft-float' attribute's value when
Reed Kotler
- [llvm] r218785 - Add fptrunc to mips fast-sel
Reed Kotler
- [PATCH] Implement floating point to integer conversion in mips fast-isel
Reed Kotler
- [llvm] r218998 - MCParser: Modernize memory handling.
Benjamin Kramer
- [llvm] r218999 - Eliminate some deep std::vector copies. NFC.
Benjamin Kramer
- [llvm] r219061 - Remove unnecessary copying or replace it with moves in a bunch of places.
Benjamin Kramer
- [llvm] r219068 - Make AAMDNodes ctor and operator bool (!!!) explicit, mop up bugs and weirdness exposed by it.
Benjamin Kramer
- [llvm] r219069 - [SystemZ] Make operator bool explicit. NFC.
Benjamin Kramer
- [polly] r219080 - Try to unbreak the polly build.
Benjamin Kramer
- [llvm] r219082 - Simplify code. No functionality change.
Benjamin Kramer
- [llvm] r219084 - X86: Don't drop half of the mask when converting 2-address shufps into 3-address pshufd.
Benjamin Kramer
- [llvm] r218815 - Adds 'override' to overriding methods. NFC.
Argyrios Kyrtzidis
- [llvm] r218673 - llvm-cov: add test for report's function & file association.
Alex L
- [PATCH] [SimplifyCFG] Double check for constant expression domination
Nick Lewycky
- [PATCH] [SimplifyCFG] Double check for constant expression domination
Nick Lewycky
- [llvm] r215343 - In LVI(Lazy Value Info), originally value on a BB can only be caculated once,
Nick Lewycky
- [llvm] r218739 - Fix typo in comment from r218733
Nick Lewycky
- [PATCH] Allow BB duplication threshold to be adjusted through JumpThreading's ctor
Michael Liao
- [PATCH] Allow BB duplication threshold to be adjusted through JumpThreading's ctor
Michael Liao
- [PATCH] Allow BB duplication threshold to be adjusted through JumpThreading's ctor
Michael Liao
- [PATCH] [X86] New pass that moves immediate operands to registers.
Michael Liao
- [llvm] r218982 - [sphinx cleanup] Fix unexpected indentation warning introduced by r218937
Dan Liew
- [PATCH] [PATCH]Select wide immediate offset into [Base+XReg] addressing mode
Hao Liu
- [PATCH] [MemoryDependenceAnalysis] Fix compile time slowdown
Bruno Cardoso Lopes
- [PATCH] [MemoryDependenceAnalysis] Fix compile time slowdown
Bruno Cardoso Lopes
- [llvm] r211900 - Re-apply r211287: Remove support for LLVM runtime multi-threading.
Bruno Cardoso Lopes
- [llvm] r213898 - [SDAG] Introduce a combined set to the DAG combiner which tracks nodes
Bruno Cardoso Lopes
- [llvm] r218792 - [MemoryDepAnalysis] Fix compile time slowdown
Bruno Cardoso Lopes
- [PATCH] [MemoryDependenceAnalysis] Fix compile time slowdown
Bruno Cardoso Lopes
- [llvm] r218672 - llvm-cov: Use the number of executed functions for the function coverage metric.
Alex Lorenz
- [llvm] r218673 - llvm-cov: add test for report's function & file association.
Alex Lorenz
- [PATCH] llvm-cov: report the number of executed functions instead of the number of fully covered functions.
Alex Lorenz
- [PATCH] llvm-cov: add test for function & file association in the reports.
Alex Lorenz
- [llvm] r218676 - Revert r218673 'llvm-cov: add test for report's function & file association.'
Alex Lorenz
- [ASAN/AArch64] Fix kernel_old_Xid_t type
Christophe Lyon
- [ASAN/AArch64] Fix kernel_old_Xid_t type
Christophe Lyon
- [ASAN/AArch64] Fix kernel_old_Xid_t type
Christophe Lyon
- [ASAN/AArch64] Fix kernel_old_Xid_t type
Christophe Lyon
- [ASAN/AArch64] Fix kernel_old_Xid_t type
Christophe Lyon
- [ASAN/AArch64] Fix kernel_old_Xid_t type
Christophe Lyon
- [PATCH] Switch to Select optimisations
Marcello Maggioni
- [PATCH] Switch to Select optimisations
Marcello Maggioni
- [PATCH] Switch to Select optimisations
Marcello Maggioni
- [PATCH] Switch to Select optimisations
Marcello Maggioni
- [PATCH] Switch to Select optimisations
Marcello Maggioni
- [PATCH] Switch to Select optimisations
Marcello Maggioni
- [PATCH] Switch to Select optimisations
Marcello Maggioni
- [PATCH] Switch to Select optimisations
Marcello Maggioni
- [PATCH] Switch to Select optimisations
Marcello Maggioni
- [PATCH] Switch to Select optimisations
Marcello Maggioni
- [PATCH] Switch to Select optimisations
Marcello Maggioni
- [PATCH] Switch to Select optimisations
Marcello Maggioni
- [PATCH] Switch to Select optimisations
Marcello Maggioni
- [PATCH] Switch to Select optimisations
Marcello Maggioni
- [PATCH] Switch to Select optimisations
Marcello Maggioni
- [PATCH] Switch to Select optimisations
Marcello Maggioni
- [PATCH] Switch to Select optimisations
Marcello Maggioni
- [PATCH] Switch to Select optimisations - Two Case switch to select
Marcello Maggioni
- [PATCH] Switch to Select optimisations
David Majnemer
- [PATCH] Added InstCombine transformation for combining two instructions icmp slt/sle/ult/ule/sge/sgt/uge/ugt (ashr/lshr (Const2) %A), (Const1)
David Majnemer
- [PATCH] WinCOFFObjectWriter: optimize the string table for common suffices
David Majnemer
- [PATCH] Added InstCombine transformation for combining two instructions icmp slt/sle/ult/ule/sge/sgt/uge/ugt (ashr/lshr (Const2) %A), (Const1)
David Majnemer
- [PATCH] Select Elimination in InstCombine
David Majnemer
- [PATCH] llvm-readobj: print COFF import table
David Majnemer
- [PATCH] llvm-readobj: print COFF import table
David Majnemer
- [PATCH] llvm-readobj: print COFF imported symbols
David Majnemer
- [PATCH] llvm-readobj: print COFF imported symbols
David Majnemer
- [PATCH] llvm-readobj: print COFF delay-load import table
David Majnemer
- [PATCH] MachObjectWriter: optimize the string table for common suffices
David Majnemer
- [PATCH] [AArch64] Generate vector signed/unsigned mul and mla/mls long
Balaram Makam
- [PATCH] [AArch64] Generate vector signed/unsigned mul and mla/mls long
Balaram Makam
- [PATCH] [AArch64] Generate vector signed/unsigned mul and mla/mls long
Balaram Makam
- [PATCH] [AArch64] Generate vector signed/unsigned mul and mla/mls long
Balaram Makam
- [PATCH] [AArch64] Generate vector signed/unsigned mul and mla/mls long
Balaram Makam
- [PATCH] Adding skeleton for unit testing Hexagon Code Emission
Sid Manning
- [llvm] r218986 - Adding skeleton for unit testing Hexagon Code Emission
Sid Manning
- [llvm] r218987 - Fix build break on Hexagon
Sid Manning
- [PATCH] Fix build break on Hexagon
Sid Manning
- [PATCH] Fix build break on Hexagon
Sid Manning
- [llvm] r219016 - Add unit tests to verify Hexagon emission.
Sid Manning
- [llvm] r218671 - Introduce support for custom wrappers for vararg functions.
Lorenzo Martignoni
- [PATCH] Introduce support for custom wrappers for vararg functions
Lorenzo Martignoni
- [PATCH] Custom wrappers for DFSanitizing sprintf & snprintf
Lorenzo Martignoni
- [PATCH] Custom wrappers for DFSanitizing sprintf & snprintf
Lorenzo Martignoni
- [PATCH] Custom wrappers for DFSanitizing sprintf & snprintf
Lorenzo Martignoni
- [PATCH] Adding skeleton for unit testing Hexagon Code Emission
Ed Maste
- [LNT] r218635 - Fix name parsing in rerun code to handle test names with . in them
Chris Matthews
- [LNT] r218678 - During rerun, fix full test benchmark path to be the same as only_test
Chris Matthews
- [LNT] r218635 - Fix name parsing in rerun code to handle test names with . in them
Chris Matthews
- [LNT] r218902 - Fix an assertion that was too strong
Chris Matthews
- [PATCH] Support invoking the patchpoint intrinsic
Kevin Modzelewski
- [PATCH] Support invoking the patchpoint intrinsic
Kevin Modzelewski
- [PATCH] Support invoking the patchpoint intrinsic
Kevin Modzelewski
- [PATCH][AArch64] Enable access to the whole MRS/MSR system reg encoding space
James Molloy
- [PATCH] Improve big-endian support for ARM and AArch64
James Molloy
- [llvm] r215343 - In LVI(Lazy Value Info), originally value on a BB can only be caculated once,
James Molloy
- [llvm] r218971 - Revert r215343.
James Molloy
- [llvm] r215343 - In LVI(Lazy Value Info), originally value on a BB can only be caculated once,
James Molloy
- [PATCH] [MemoryDependenceAnalysis] Fix compile time slowdown
Robin Morisset
- [PATCH] [Power] Improve the expansion of atomic loads/stores
Robin Morisset
- [PATCH] [Power] Improve the expansion of atomic loads/stores
Robin Morisset
- [PATCH] [Power] Improve the expansion of atomic loads/stores
Robin Morisset
- [llvm] r218922 - [Power] Improve the expansion of atomic loads/stores
Robin Morisset
- [PATCH] [Power] Improve the expansion of atomic loads/stores
Robin Morisset
- [PATCH] [Power] Improve the expansion of atomic loads/stores
Robin Morisset
- [PATCH] [Power] Improve the expansion of atomic loads/stores
Robin Morisset
- [PATCH] Update Atomics.rst
Robin Morisset
- [PATCH] [Power] Add a new feature flag for support of the sync instruction
Robin Morisset
- [llvm] r218937 - Update Atomics.rst
Robin Morisset
- [PATCH] [Power] Use lwsync for non-seq_cst fences
Robin Morisset
- [PATCH] Update Atomics.rst
Robin Morisset
- [PATCH] [Power] Use lwsync for non-seq_cst fences
Robin Morisset
- [PATCH] [Power] Use lwsync for non-seq_cst fences
Robin Morisset
- [llvm] r218995 - [Power] Use lwsync for non-seq_cst fences
Robin Morisset
- [llvm] r218997 - [Power] Delete redundant test Atomics-32.ll
Robin Morisset
- [PATCH] [Power] Use lwsync for non-seq_cst fences
Robin Morisset
- [PATCH] Erase fence insertion from SelectionDAGBuilder.cpp (NFC)
Robin Morisset
- [llvm] r218979 - Fix typo in comment
Alexander Musman
- [PATCH][AVX512] Enable intrinsics for vpcmpeq
Adam Nemet
- [llvm] r218637 - [AVX512] Use X86VectorVTInfo in the masking helper classes and the FMAs
Adam Nemet
- [PATCH] [x86] Simplify vector selection
Adam Nemet
- [llvm] r218725 - [AVX512] Remove space before \t in AsmStrings.
Adam Nemet
- [AVX512] Add masking variants for vextract*x4
Adam Nemet
- [AVX512] Add masking variants for vextract*x4
Adam Nemet
- [AVX512] Add masking variants for vextract*x4
Adam Nemet
- [llvm] r218790 - [X86 disasm tblegen backend] Clean up numPhysicalOperands asserts
Adam Nemet
- [AVX512] Add masking variants for vextract*x4
Adam Nemet
- [AVX512] Add masking variants for vextract*x4
Adam Nemet
- [llvm] r218926 - [AVX512] Fix i256mem->f256mem typo in VINSERTF64x4rm
Adam Nemet
- [llvm] r218927 - [AVX512] Refactor subvector inserts
Adam Nemet
- [llvm] r218928 - [AVX512] Pull pattern for subvector insert into the instruction definition
Adam Nemet
- [llvm] r218932 - [x86] Remove some of the --show-mc-encoding flags from avx512 tests that
Adam Nemet
- [PATCH][ISel] Keep matching state consistent when folding during X86 address match
Adam Nemet
- [llvm] r218932 - [x86] Remove some of the --show-mc-encoding flags from avx512 tests that
Adam Nemet
- [llvm] r219009 - [ISel] Keep matching state consistent when folding during X86 address match
Adam Nemet
- [PATCH][ISel] Keep matching state consistent when folding during X86 address match
Adam Nemet
- [llvm] r219033 - [x86] Add a really preposterous number of patterns for matching all of
Adam Nemet
- [llvm] r218932 - [x86] Remove some of the --show-mc-encoding flags from avx512 tests that
Adam Nemet
- [llvm] r218932 - [x86] Remove some of the --show-mc-encoding flags from avx512 tests that
Adam Nemet
- [PATCH] [OPENMP] llvm.loop.vectorize.enable metadata are lost after critical edge splitting
Zinovy Nis
- [PATCH] [OPENMP] llvm.loop.vectorize.enable metadata are lost after critical edge splitting
Zinovy Nis
- [PATCH] [OPENMP] llvm.loop.vectorize.enable metadata are lost after critical edge splitting
Zinovy Nis
- [PATCH] [OPENMP] llvm.loop.vectorize.enable metadata are lost after critical edge splitting
Zinovy Nis
- [PATCH] [BUG][INDVAR] Fix for PR21014: wrong SCEV operands commuting for non-commutative instructions
Zinovy Nis
- [llvm] r218867 - [BUG][INDVAR] Fix for PR21014: wrong SCEV operands commuting for non-commutative instructions
Zinovy Nis
- [PATCH] [BUG][INDVAR] Fix for PR21014: wrong SCEV operands commuting for non-commutative instructions
Zinovy Nis
- [PATCH] [BUG][INDVAR] Fix for PR21014: wrong SCEV operands commuting for non-commutative instructions
Zinovy Nis
- [llvm] r218665 - Make sure aggregates are properly alligned on MSP430.
Job Noorman
- [PATCH] [AArch64] Add missing BUILD_VECTOR cast
Tim Northover
- [PATCH] demangle undefined symbol names in error message
Tim Northover
- [lld] r218703 - [mach-o] create __unwind_info section on x86_64
Tim Northover
- [lld] r218704 - [mach-o] add file comment to compact unwind pass
Tim Northover
- [PATCH] [lld] [mach-o] implement minimal __unwind_info support
Tim Northover
- [llvm] r218789 - ARM: allow copying of CPSR when all else fails.
Tim Northover
- [llvm] r218801 - ARM: yes it can (as of r218789)
Tim Northover
- [PATCH] [AArch64] Generate vector signed/unsigned mul and mla/mls long
Tim Northover
- [llvm] r218786 - LTO: Add missing target triple from r218784
Diego Novillo
- [PATCH] Lower FNEG ( FABS (x) ) -> FNABS (x) [X86 codegen] PR20578
Sanjay Patel
- [PATCH] Make the sqrt intrinsic return undef for a negative input.
Sanjay Patel
- [llvm] r218698 - Split the estimate() interface into separate functions for each type. NFC.
Sanjay Patel
- [llvm] r218700 - Use the target-specified iteration count to opt out of any further refinement of an estimate. NFC.
Sanjay Patel
- [llvm] r218791 - Don't repeat function/variable name in comment. NFC.
Sanjay Patel
- [llvm] r218803 - Make the sqrt intrinsic return undef for a negative input.
Sanjay Patel
- [PATCH] Make the sqrt intrinsic return undef for a negative input.
Sanjay Patel
- [llvm] r218822 - Lower FNEG ( FABS (x) ) -> FNABS (x) [X86 codegen] PR20578
Sanjay Patel
- [PATCH] Lower FNEG ( FABS (x) ) -> FNABS (x) [X86 codegen] PR20578
Sanjay Patel
- [llvm] r218875 - Remove duplicate function names from comments. NFC.
Sanjay Patel
- [llvm] r218876 - Use the local variable that other clauses around here are already using.
Sanjay Patel
- [PATCH] Optimize square root squared (PR21126)
Sanjay Patel
- [PATCH] Optimize square root squared (PR21126)
Sanjay Patel
- [PATCH] Optimize square root squared (PR21126)
Sanjay Patel
- [PATCH] Optimize square root squared (PR21126)
Sanjay Patel
- [llvm] r218906 - Optimize square root squared (PR21126).
Sanjay Patel
- [llvm] r218909 - Remove unused function attribute params.
Sanjay Patel
- [PATCH] Optimize square root squared (PR21126)
Sanjay Patel
- [PATCH] Return undef on conversions that overflow (PR21330).
Sanjay Patel
- [PATCH] [X86] New pass that moves immediate operands to registers.
Serge Pavlov
- [PATCH] [X86] New pass that moves immediate operands to registers.
Serge Pavlov
- [PATCH] [X86] New pass that moves immediate operands to registers.
Serge Pavlov
- [PATCH] [X86] New pass that moves immediate operands to registers.
Serge Pavlov
- [PATCH] [IndVarSimplify] Widen loop compares for unsigned IVs that have a uniform step of one.
Ana Pazos
- [PATCH] [Polly] Align copied load/store instructions as the original.
David Peixotto
- [PATCH] [Polly] Add option to limit the maximal number of parallel threads.
David Peixotto
- [PATCH] [Polly] Put the parallel context into the function entry block
David Peixotto
- [PATCH] Module flag to suppress the DWARF entries DW_AT_MIPS_linkage_name and DW_AT_linkage_name.
Wolfgang Pieb
- [PATCH] Fixing line numbers of inlined allocas
Wolfgang Pieb
- [PATCH] SSE pslldq/psrldq shuffle mask decodes
Simon Pilgrim
- [PATCH] [Polly] Annotate LLVM-IR for all parallel loops
Sebastian Pop
- [compiler-rt] r218545 - Effectively revert r217284 on Darwin due to issues with -gmlt there
Alexander Potapenko
- [compiler-rt] r218662 - [UBSan] Use <machine/endian.h> on Darwin.
Alexander Potapenko
- [compiler-rt] r218675 - [UBsan] Disable summary.cpp on Darwin. The test requires ubsan-asan, which does not work yet.
Alexander Potapenko
- [compiler-rt] r218675 - [UBsan] Disable summary.cpp on Darwin. The test requires ubsan-asan, which does not work yet.
Alexander Potapenko
- [compiler-rt] r218746 - Disable the ubsan-asan config on Darwin.
Alexander Potapenko
- [compiler-rt] r218675 - [UBsan] Disable summary.cpp on Darwin. The test requires ubsan-asan, which does not work yet.
Alexander Potapenko
- [compiler-rt] r218545 - Effectively revert r217284 on Darwin due to issues with -gmlt there
Adrian Prantl
- [PATCH] IR: Move the complex address expression field out of DIVariable and into an extra argument of the dbg.declare/dbg.value intrinsics.
Adrian Prantl
- [llvm] r218778 - Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
- [llvm] r218782 - Revert r218778 while investigating buldbot breakage.
Adrian Prantl
- [llvm] r218787 - Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
- [polly] r218806 - Update testcase to new intrinsic format
Adrian Prantl
- [llvm] r218787 - Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
- [llvm] r218885 - Pretty-printer: Paper over an ambiguity between line table entries
Adrian Prantl
- [llvm] r218886 - Remove an extra whitespace.
Adrian Prantl
- [llvm] r218787 - Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
- [llvm] r218787 - Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
- Code review D5332
Adrian Prantl
- [llvm] r219015 - Add a reference to Phabricator.rst to docs/index.rst.
Adrian Prantl
- Code review D5332
Adrian Prantl
- [llvm] r219010 - Revert "Revert "DI: Fold constant arguments into a single MDString""
Adrian Prantl
- [PATCH] [dwarfdump] Print the name for referenced specification of abstract_origin DIEs.
Adrian Prantl
- [PATCH] [dwarfdump] Print the name for referenced specification of abstract_origin DIEs.
Adrian Prantl
- [PATCH] Debug info: Teach the SDag type legalizer how to split up debug infofor integer values that are split into a hi and lo part.
Adrian Prantl
- [llvm] r219010 - Revert "Revert "DI: Fold constant arguments into a single MDString""
Adrian Prantl
- [PATCH] Debug info: Teach the SDag type legalizer how to split up debug infofor integer values that are split into a hi and lo part.
Adrian Prantl
- [llvm] r218604 - Use a loop to simplify the runtime unrolling prologue.
Kevin Qin
- [PATCH] [AArch64] Add missing BUILD_VECTOR cast
Asiri Rathnayake
- [llvm] r218751 - Add missing natual vector cast.
Asiri Rathnayake
- [PATCH] [AArch64] Add missing BUILD_VECTOR cast
Asiri Rathnayake
- [PATCH] Support invoking the patchpoint intrinsic
Philip Reames
- [llvm] r218652 - [FastISel][AArch64] Factor out scale factor calculation. NFC.
Juergen Ributzka
- [llvm] r218653 - [FastISel][AArch64] Fold sign-/zero-extends into the load instruction.
Juergen Ributzka
- [llvm] r218693 - Recommit r218010 [FastISel][AArch64] Fold bit test and branch into TBZ and TBNZ.
Juergen Ributzka
- [PATCH] [X86] New pass that moves immediate operands to registers.
Juergen Ributzka
- [llvm] r218920 - [Stackmaps] Make ithe frame-pointer required for stackmaps.
Juergen Ributzka
- [llvm] r218606 - Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a single DWARFUnitSection.
Frederic Riss
- [PATCH] Factor the Unit section parsing into the DWARFUnitSection class.
Frederic Riss
- [PATCH] Factor the Unit section parsing into the DWARFUnitSection class.
Frederic Riss
- [PATCH] Factor the Unit section parsing into the DWARFUnitSection class.
Frederic Riss
- [PATCH] [dwarfdump] Print the name for referenced specification of abstract_origin DIEs.
Frederic Riss
- [PATCH] [dwarfdump] Print the name for referenced specification of abstract_origin DIEs.
Frederic Riss
- [PATCH] Factor the Unit section parsing into the DWARFUnitSection class.
Frederic Riss
- [llvm] r219098 - Factor the Unit section parsing into the DWARFUnitSection class.
Frederic Riss
- [llvm] r219099 - [dwarfdump] Print the name for referenced specification of abstract_origin DIEs.
Frederic Riss
- [PATCH] Factor the Unit section parsing into the DWARFUnitSection class.
Frederic Riss
- [PATCH] [dwarfdump] Print the name for referenced specification of abstract_origin DIEs.
Frederic Riss
- [PATCH] [dwarfdump] Print the name for referenced specification of abstract_origin DIEs.
Frédéric Riss
- [PATCH] Debug info: Teach the SDag type legalizer how to split up debug infofor integer values that are split into a hi and lo part.
Robinson, Paul
- [PATCH] Add support for annotated minimum dependence distance
Arch D. Robison
- [llvm] r219018 - Fix typo in TableGen documentation
Jonathan Roelofs
- [llvm] r218617 - Add "typedef T value_type;" to llvm::Optional<T>.
Jordan Rose
- [llvm] r218618 - Add getValueOr to llvm::Optional<T>.
Jordan Rose
- [PATCH] Add "typedef T value_type;" to llvm::Optional<T>.
Jordan Rose
- [PATCH] Add getValueOr to llvm::Optional<T>.
Jordan Rose
- [PATCH] Add a forwarding variadic constructor to llvm::Optional<T>.
Jordan Rose
- [PATCH] Add an emplace(...) method to llvm::Optional<T>.
Jordan Rose
- [PATCH] Add an emplace(...) method to llvm::Optional<T>.
Jordan Rose
- [llvm] r218732 - Add an emplace(...) method to llvm::Optional<T>.
Jordan Rose
- [PATCH] Add an emplace(...) method to llvm::Optional<T>.
Jordan Rose
- [llvm] r217371 - [AArch64] Improve AA to remove unneeded edges in the AA MI scheduling graph.
Chad Rosier
- [llvm] r218607 - [AArch64] Improve cost model to handle sdiv by a pow-of-two.
Chad Rosier
- [PATCH] [AArch64] Improve the target-specific cost model to better handle signed division by a power of 2.
Chad Rosier
- [PATCH] [IndVarSimplify] Widen loop compares for unsigned IVs that have a uniform step of one.
Chad Rosier
- [llvm] r218607 - [AArch64] Improve cost model to handle sdiv by a pow-of-two.
Chad Rosier
- [PATCH] Adding skeleton for unit testing Hexagon Code Emission
Chad Rosier
- [PATCH] Adding skeleton for unit testing Hexagon Code Emission
Chad Rosier
- [PATCH] Adding skeleton for unit testing Hexagon Code Emission
Chad Rosier
- PGO + switch hot case statements
Chad Rosier
- [PATCH] [IndVarSimplify] Widen loop compares for unsigned IVs that have a uniform step of one.
Chad Rosier
- [llvm] r218659 - [IndVarSimplify] Widen loop unsigned compares.
Chad Rosier
- [PATCH] [IndVarSimplify] Widen loop compares for unsigned IVs that have a uniform step of one.
Chad Rosier
- [PATCH] [PATCH]Select wide immediate offset into [Base+XReg] addressing mode
Chad Rosier
- [PATCH] Adding skeleton for unit testing Hexagon Code Emission
Chad Rosier
- [PATCH] AArch64: Fold immediate into the immediate field of logical instructions
Chad Rosier
- [PATCH] Adding skeleton for unit testing Hexagon Code Emission
Chad Rosier
- [llvm] r218986 - Adding skeleton for unit testing Hexagon Code Emission
Chad Rosier
- [PATCH] Fix build break on Hexagon
Chad Rosier
- [PATCH] [AArch64] Generate vector signed/unsigned mul and mla/mls long
Chad Rosier
- [PATCH] Update API to add PIC-level support.
Chad Rosier
- [PATCH] Factor the Unit section parsing into the DWARFUnitSection class.
Alexey Samsonov
- [PATCH] Factor the Unit section parsing into the DWARFUnitSection class.
Alexey Samsonov
- [compiler-rt] r218675 - [UBsan] Disable summary.cpp on Darwin. The test requires ubsan-asan, which does not work yet.
Alexey Samsonov
- [PATCH] [ASan] Make stack-buffer-overflow reports more robust
Alexey Samsonov
- [PATCH] [ASan] Make stack-buffer-overflow reports more robust
Alexey Samsonov
- [PATCH] [ASan] Make stack-buffer-overflow reports more robust
Alexey Samsonov
- [compiler-rt] r218819 - [ASan] Make stack-buffer-overflow reports more robust
Alexey Samsonov
- [compiler-rt] r218827 - [ASan] Don't use large stack buffer for local variable name in stack frame description
Alexey Samsonov
- [PATCH] [ASan] Make stack-buffer-overflow reports more robust
Alexey Samsonov
- [PATCH] [RFC] Use llvm-symbolizer to symbolize LLVM/Clang crash dumps
Alexey Samsonov
- [PATCH] [RFC] Use llvm-symbolizer to symbolize LLVM/Clang crash dumps
Alexey Samsonov
- [PATCH] Move sanitizer bots's configs from an external repo to zorg
Alexey Samsonov
- [PATCH] Move sanitizer bots's configs from an external repo to zorg
Alexey Samsonov
- [PATCH] [RFC] Use llvm-symbolizer to symbolize LLVM/Clang crash dumps
Alexey Samsonov
- [PATCH] [RFC] Use llvm-symbolizer to symbolize LLVM/Clang crash dumps
Alexey Samsonov
- [PATCH] Factor the Unit section parsing into the DWARFUnitSection class.
Alexey Samsonov
- [PATCH] [RFC] Use llvm-symbolizer to symbolize LLVM/Clang crash dumps
Alexey Samsonov
- [PATCH] [RFC] Use llvm-symbolizer to symbolize LLVM/Clang crash dumps
Alexey Samsonov
- [PATCH] Factor the Unit section parsing into the DWARFUnitSection class.
Alexey Samsonov
- [PATCH] [RFC] Use llvm-symbolizer to symbolize LLVM/Clang crash dumps
Alexey Samsonov
- [PATCH] [mips] Print warning when using register names not available in N32/64
Daniel Sanders
- [llvm] r218492 - Add the first backend support for on demand subtarget creation
Daniel Sanders
- [llvm] r198019 - [Mips] Does not take in account 'use-soft-float' attribute's value when
Daniel Sanders
- [llvm] r218745 - [mips] Fix disassembly of [ls][wd]c[23], cache, and pref
Daniel Sanders
- [PATCH] [mips] Rename emit and parse functions for the .cpload assembler directive. NFC.
Daniel Sanders
- [llvm] r198019 - [Mips] Does not take in account 'use-soft-float' attribute's value when
Daniel Sanders
- [llvm] r218492 - Add the first backend support for on demand subtarget creation
Daniel Sanders
- [PATCH] [mips] Return {f128} correctly for N32/N64.
Daniel Sanders
- [compiler-rt] r218866 - [Compiler-rt][MIPS][Profile] Adding support for MIPS32/64
Daniel Sanders
- [PATCH] [Compiler-rt][MIPS][Profile] Adding support for MIPS32/64
Daniel Sanders
- [llvm] r218967 - [mips] Remove XFAIL from two XPASS'ing tests on the llvm-mips-linux builder
Daniel Sanders
- [PATCH] Implement floating point to integer conversion in mips fast-isel
Daniel Sanders
- [PATCH] implement integer compare in mips fast-isel
Daniel Sanders
- [PATCH] Implement floating point compare for mips fast-isel
Daniel Sanders
- [PATCH] Add basic conditional branches in mips fast-isel
Daniel Sanders
- [PATCH] Implement floating point to integer conversion in mips fast-isel
Daniel Sanders
- [PATCH] Make first of several changes to bring up to AArch64 fast-isel style
Daniel Sanders
- [llvm] r218989 - [mips] Print warning when using register names not available in N32/64
Daniel Sanders
- [llvm] r218874 - [NVPTX] Remove dead code.
Tilmann Scheller
- [PATCH] [PATCH] Test case and FastISel fixes with FeatureVSX enabled
Bill Schmidt
- [PATCH] [Power] Improve the expansion of atomic loads/stores
Bill Schmidt
- [PATCH] [Power] Improve the expansion of atomic loads/stores
Bill Schmidt
- [PATCH] [Power] Improve the expansion of atomic loads/stores
Bill Schmidt
- [compiler-rt] r218620 - [asan] add a test for array cookie if the operator new is defined inside the class (the cookie should not be poisoned in such case); update the related comment in asan_poisoning.cc
Kostya Serebryany
- [ASAN/AArch64] Fix kernel_old_Xid_t type
Kostya Serebryany
- [ASAN/AArch64] Fix kernel_old_Xid_t type
Kostya Serebryany
- [PATCH] Move sanitizer bots's configs from an external repo to zorg
Kostya Serebryany
- [PATCH] Custom wrappers for DFSanitizing sprintf & snprintf
Kostya Serebryany
- [compiler-rt] r218764 - [asan] Scale back mmap_limit_mb test.
Kostya Serebryany
- [PATCH] [ASan] Make stack-buffer-overflow reports more robust
Kostya Serebryany
- [PATCH] [ASan] Make stack-buffer-overflow reports more robust
Kostya Serebryany
- [compiler-rt] r218841 - [asan] make new_array_cookie_test more robust
Kostya Serebryany
- [PATCH] Move sanitizer bots's configs from an external repo to zorg
Kostya Serebryany
- [PATCH] Move sanitizer bots's configs from an external repo to zorg
Kostya Serebryany
- [PATCH] Move sanitizer bots's configs from an external repo to zorg
Kostya Serebryany
- [PATCH] Move sanitizer bots's configs from an external repo to zorg
Kostya Serebryany
- [PATCH] [PATCH] Test case and FastISel fixes with FeatureVSX enabled
Bill Seurer
- [PATCH] [PATCH] Test case and FastISel fixes with FeatureVSX enabled
Bill Seurer
- [PATCH] [compiler-rt][builtins][MIPS] Add test-cases for mips16 wrappers for float arithmetic, comparison & conversion
Faraz Shahbazker
- [PATCH] Reassociate: optimize I1 + x - I2 into x when I1 and I2 are identical
Dmitri Shtilman
- [PATCH] Reassociate: optimize I1 + x - I2 into x when I1 and I2 are identical
Dmitri Shtilman
- [llvm] r217371 - [AArch64] Improve AA to remove unneeded edges in the AA MI scheduling graph.
Sanjin Sijaric
- [llvm] r217371 - [AArch64] Improve AA to remove unneeded edges in the AA MI scheduling graph.
Sanjin Sijaric
- LLVM Documentation: MergeFunctions pass
Sean Silva
- [llvm] r218649 - [llvm-objdump] switch some uses of format() to format_hex() and left_justify()
Sean Silva
- LLVM Documentation: MergeFunctions pass
Sean Silva
- [PATCH] Update Atomics.rst
Sean Silva
- [llvm] r218682 - Extend C disassembler API to allow specifying target features
Bradley Smith
- [llvm] r218514 - Revert "Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a single DWARFUnitSection."
Duncan P. N. Exon Smith
- [LNT] r218635 - Fix name parsing in rerun code to handle test names with . in them
Duncan P. N. Exon Smith
- [llvm] r218784 - LTO: Ignore disabled diagnostic remarks
Duncan P. N. Exon Smith
- [llvm] r218786 - LTO: Add missing target triple from r218784
Duncan P. N. Exon Smith
- [llvm] r218786 - LTO: Add missing target triple from r218784
Duncan P. N. Exon Smith
- [llvm] r218786 - LTO: Add missing target triple from r218784
Duncan P. N. Exon Smith
- [llvm] r218797 - DIBuilder: Encapsulate DIExpression's element type
Duncan P. N. Exon Smith
- [llvm] r218820 - DIBuilder: Remove dead code
Duncan P. N. Exon Smith
- [llvm] r218828 - Revert "DIBuilder: Remove dead code"
Duncan P. N. Exon Smith
- [llvm] r218829 - DIBuilder: Remove duplicated comments, NFC
Duncan P. N. Exon Smith
- [llvm] r218907 - LTO: Document the Boolean argument from r218784
Duncan P. N. Exon Smith
- [llvm] r218784 - LTO: Ignore disabled diagnostic remarks
Duncan P. N. Exon Smith
- [llvm] r218914 - DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
- [llvm] r218914 - DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
- [llvm] r218914 - DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
- [llvm] r218918 - Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
- [llvm] r218918 - Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
- [llvm] r218918 - Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
- [llvm] r219010 - Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
- [llvm] r219010 - Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
- [llvm] r219010 - Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
- [polly] r219019 - DI: LLVM schema change: fold constants into string
Duncan P. N. Exon Smith
- [llvm] r219010 - Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
- [llvm] r219051 - DI: Update and prune metadata examples
Duncan P. N. Exon Smith
- [llvm] r219010 - Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
- [llvm] r219053 - DI: Prune another example
Duncan P. N. Exon Smith
- [llvm] r219054 - DI: Fixup example IR from r219051
Duncan P. N. Exon Smith
- [llvm] r219055 - DI: Line up comments in examples
Duncan P. N. Exon Smith
- [llvm] r219056 - DI: Fixup global syntax in example
Duncan P. N. Exon Smith
- [PATCH] Fold together repeated tests for divisibility by constants
Richard Smith
- [llvm] r219014 - PR21145: Teach LLVM about C++14 sized deallocation functions.
Richard Smith
- [PATCH] [lld] [ELF] Support for general dynamic TLS relocations on X86_64
Joerg Sonnenberger
- [llvm] r216160 - [INDVARS] Extend using of widening of induction variables for the cases of "sub nsw" and "mul nsw" instructions.
Joerg Sonnenberger
- [PATCH] [X86] New pass that moves immediate operands to registers.
Joerg Sonnenberger
- [llvm] r218870 - Support padding unaligned data in .text.
Joerg Sonnenberger
- [llvm] r215647 - [Reassociation] Add support for reassociation with unsafe algebra.
Joerg Sonnenberger
- [PATCH] Add [some[ template argument-extraction calls to libclang & cindex
Rob Springer
- [PATCH] Fix for Bug 5053
Swaroop Sridhar
- [llvm] r218744 - [mips] For indirect calls we don't need $gp to point to .got. Mips linker
Sasa Stankovic
- [PATCH] [mips] For indirect calls we don't need $gp to point to .got.
Sasa Stankovic
- [PATCH] [compiler-rt] Do not use ldrexd or strexd on v7M
Oliver Stannard
- [compiler-rt] r218601 - [compiler-rt] Do not use ldrexd or strexd on v7M
Oliver Stannard
- [PATCH] [compiler-rt] Do not use ldrexd or strexd on v7M
Oliver Stannard
- [llvm] r218603 - [Thumb2] ldrexd and strexd are not defined on v7M
Oliver Stannard
- [PATCH] [Thumb2] ldrexd and strexd are not defined on v7M
Oliver Stannard
- [PATCH] [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)
Oliver Stannard
- [PATCH] [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)
Oliver Stannard
- [PATCH] [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)
Oliver Stannard
- [PATCH] [ARM] Allow selecting VRINT[APMXZR] and VCVT[BT] instructions for FPv5
Oliver Stannard
- [llvm] r218747 - [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)
Oliver Stannard
- [PATCH] [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP (LLVM)
Oliver Stannard
- [llvm] r218763 - [ARM] Allow selecting VRINT[APMXZR] and VCVT[BT] instructions for FPv5
Oliver Stannard
- [PATCH] [ARM] Allow selecting VRINT[APMXZR] and VCVT[BT] instructions for FPv5
Oliver Stannard
- [PATCH] R600/SI: Use mad for
Tom Stellard
- [PATCH] R600/SI: Fix hardcoded values for modifiers.
Tom Stellard
- [PATCH] R600/SI: Update VOP3b to not include obsolete operands
Tom Stellard
- [PATCH] R600/SI: Fix printing of clamp and omod
Tom Stellard
- [PATCH] R600: Align functions to 256 bytes
Tom Stellard
- [llvm] r218765 - R600/SI: Add generic pseudo SMRD instructions
Tom Stellard
- [llvm] r218766 - R600/SI: Add generic pseudo MTBUF instructions
Tom Stellard
- [llvm] r218767 - R600/SI: Add a generic pseudo EXP instruction
Tom Stellard
- [llvm] r218775 - C API: Add LLVMCloneModule()
Tom Stellard
- [llvm] r218776 - R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol table
Tom Stellard
- [PATCH] C API: Add LLVMCloneModule()
Tom Stellard
- [PATCH] R600: Make sure to inline all internal functions
Tom Stellard
- [PATCH] R600/SI: Legalize INSERT_SUBREG instructions during PostISelFolding
Tom Stellard
- [PATCH] R600: Don't promote allocas when one of the users is a ptrtoint instruction
Tom Stellard
- Weird problems with cos (was Re: [PATCH v3 2/3] R600: Add carry and borrow instructions. Use them to implement UADDO/USUBO)
Tom Stellard
- [PATCH] R600/SI: Implement i64<->f64 conversions
Tom Stellard
- [PATCH] C API: Add LLVMSetTargetMachineShowMCEncoding()
Tom Stellard
- [llvm] r219002 - R600: Align functions to 256 bytes
Tom Stellard
- PATCH: R600/SI: More tablegen refactoring
Tom Stellard
- [compiler-rt] r218599 - [asan] Fix SELinux setup on Android-K.
Evgeniy Stepanov
- [compiler-rt] r218605 - [sanitizer] Android build cleanup.
Evgeniy Stepanov
- [PATCH] [sanitizer] Android build cleanup.
Evgeniy Stepanov
- [PATCH] [asan-asm-instrumentation] CFI directives are generated for .S files.
Evgeniy Stepanov
- [compiler-rt] r218663 - [asan] Re-enable lsan_annotations test on Android.
Evgeniy Stepanov
- [compiler-rt] r218664 - [asan] Run tests with the default compiler on Android.
Evgeniy Stepanov
- [compiler-rt] r218620 - [asan] add a test for array cookie if the operator new is defined inside the class (the cookie should not be poisoned in such case); update the related comment in asan_poisoning.cc
Evgeniy Stepanov
- [compiler-rt] r218674 - [asan] XFAIL one test on Android.
Evgeniy Stepanov
- [ASAN/AArch64] Fix kernel_old_Xid_t type
Evgeniy Stepanov
- [compiler-rt] r218620 - [asan] add a test for array cookie if the operator new is defined inside the class (the cookie should not be poisoned in such case); update the related comment in asan_poisoning.cc
Evgeniy Stepanov
- [PATCH] [asan-asm-instrumentation] Fixed asan-asm-stacktrace-test.cc
Evgeniy Stepanov
- [PATCH] [asan-asm-instrumentation] CFI directives are generated for .S files.
Evgeniy Stepanov
- [llvm] r218721 - [InstCombine] Optimize icmp-select-icmp
Evgeniy Stepanov
- [llvm] r218721 - [InstCombine] Optimize icmp-select-icmp
Evgeniy Stepanov
- [llvm] r218721 - [InstCombine] Optimize icmp-select-icmp
Evgeniy Stepanov
- [llvm] r218752 - Revert r218721, r218735.
Evgeniy Stepanov
- [llvm] r218721 - [InstCombine] Optimize icmp-select-icmp
Evgeniy Stepanov
- [PATCH] [asan-asm-instrumentation] CFI directives are generated for .S files.
Evgeniy Stepanov
- [compiler-rt] r218759 - [asan] Tune down mmap_limit_mb test.
Evgeniy Stepanov
- [compiler-rt] r218761 - [sanitizer] Add i686 arch to compiler-rt.
Evgeniy Stepanov
- [PATCH] Move sanitizer bots's configs from an external repo to zorg
Evgeniy Stepanov
- [compiler-rt] r218764 - [asan] Scale back mmap_limit_mb test.
Evgeniy Stepanov
- [compiler-rt] r218764 - [asan] Scale back mmap_limit_mb test.
Evgeniy Stepanov
- [PATCH] Move sanitizer bots's configs from an external repo to zorg
Evgeniy Stepanov
- [PATCH] Move sanitizer bots's configs from an external repo to zorg
Evgeniy Stepanov
- [PATCH] Move sanitizer bots's configs from an external repo to zorg
Evgeniy Stepanov
- [compiler-rt] r218968 - [asan] Support Android/x86 in asan_device_setup.
Evgeniy Stepanov
- [PATCH] [lsan] [mips] adding support of lsan for mips/mipsel arch
Kumar Sukhani
- [PATCH] [mips] Improve error/warning messages and testing for the .cpload assembler directive.
Toma Tabacu
- [llvm] r218768 - [mips] Rename emit and parse functions for the .cpload assembler directive. NFC.
Toma Tabacu
- [PATCH] [mips] Manually replace JAL pseudo-instructions with their JALR equivalent, instead of using InstAlias.
Toma Tabacu
- [dragonegg] r218598 - Debug.cpp: s/createStaticVariable/CreateGlobalVariable/ corresponding to r218593.
NAKAMURA Takumi
- [llvm] r218722 - llvm/test/DebugInfo/X86/gmlt.test: Get rid of %llc_dwarf. It should not be used with -mtriple.
NAKAMURA Takumi
- [llvm] r218723 - llvm-cov/CoverageReport.cpp: Quick fix for msvcrt, since width specifier "z" is unavailable.
NAKAMURA Takumi
- [llvm] r216300 - llvm-cov: add code coverage tool that's based on coverage mapping format and clang's pgo.
NAKAMURA Takumi
- [llvm] r218750 - ADTTests/OptionalTest.cpp: Use LLVM_DELETED_FUNCTION.
NAKAMURA Takumi
- [llvm] r219071 - HexagonDesc: Update LLVMBuild.txt.
NAKAMURA Takumi
- [llvm] r219072 - [CMake] HexagonTests: Update LINK_COMPONENTS.
NAKAMURA Takumi
- [llvm] r219073 - HexagonMCCodeEmitter.cpp: Prune 2nd redundant \brief. [-Wdocumentation]
NAKAMURA Takumi
- [PATCH] [IndVarSimplify] Widen loop compares for unsigned IVs that have a uniform step of one.
Andrew Trick
- [PATCH] [IndVarSimplify] Widen loop compares for unsigned IVs that have a uniform step of one.
Andrew Trick
- [PATCH] [OPENMP] llvm.loop.vectorize.enable metadata are lost after critical edge splitting
Andrew Trick
- [PATCH] [OPENMP] llvm.loop.vectorize.enable metadata are lost after critical edge splitting
Andrew Trick
- [PATCH] [OPENMP] llvm.loop.vectorize.enable metadata are lost after critical edge splitting
Andrew Trick
- [PATCH] [OPENMP] llvm.loop.vectorize.enable metadata are lost after critical edge splitting
Andrew Trick
- [PATCH] [OPENMP] llvm.loop.vectorize.enable metadata are lost after critical edge splitting
Andrew Trick
- [llvm] r217371 - [AArch64] Improve AA to remove unneeded edges in the AA MI scheduling graph.
Andrew Trick
- [PATCH] Support invoking the patchpoint intrinsic
Andrew Trick
- [PATCH] Improve big-endian support for ARM and AArch64
Charlie Turner
- [PATCH] Improve big-endian support for ARM and AArch64
Charlie Turner
- [PATCH] Improve big-endian support for ARM and AArch64
Charlie Turner
- [PATCH] Improve big-endian support for ARM and AArch64
Charlie Turner
- [PATCH] Improve big-endian support for ARM and AArch64
Charlie Turner
- [lld] r218690 - [PECOFF] Fix __imp_ prefix on x64.
Rui Ueyama
- [lld] r218695 - [PECOFF] Fix /export option.
Rui Ueyama
- [lld] r218696 - [PECOFF] Allow /export:<symbol>,PRTVATE.
Rui Ueyama
- [PATCH] demangle undefined symbol names in error message
Rui Ueyama
- [lld] r218705 - [PECOFF] Move helper function out of class
Rui Ueyama
- [lld] r218706 - [PECOFF] Fix /entry option.
Rui Ueyama
- [lld] r218728 - [PECOFF] Fix x64 export table.
Rui Ueyama
- [PATCH] llvm-readobj: print COFF import table
Rui Ueyama
- [PATCH] Fix merge-by-content to not merge atoms with different custom sections
Rui Ueyama
- [llvm] r218891 - This patch adds a new flag "-coff-imports" to llvm-readobj.
Rui Ueyama
- [PATCH] llvm-readobj: print COFF import table
Rui Ueyama
- [PATCH] llvm-readobj: print COFF imported symbols
Rui Ueyama
- [PATCH] llvm-readobj: print COFF imported symbols
Rui Ueyama
- [PATCH] llvm-readobj: print COFF imported symbols
Rui Ueyama
- [llvm] r218915 - llvm-readobj: print COFF imported symbols
Rui Ueyama
- [llvm] r218916 - Rename data -> Data
Rui Ueyama
- [lld] r218919 - [PECOFF] Use "llvm-readobj -coff-imports" to test the import table.
Rui Ueyama
- [llvm] r218924 - llvm-readobj: add a test for COFF import-by-ordinal symbols
Rui Ueyama
- [PATCH] llvm-readobj: print COFF delay-load import table
Rui Ueyama
- [llvm] r218933 - llvm-readobj: print COFF delay-load import table
Rui Ueyama
- [lld] r218943 - [PECOFF] Resolve __delayLoadHelper2 if /delayload is given
Rui Ueyama
- [llvm] r218996 - llvm-readobj: print out the fields of the COFF delay-import table
Rui Ueyama
- Weird problems with cos (was Re: [PATCH v3 2/3] R600: Add carry and borrow instructions. Use them to implement UADDO/USUBO)
Jan Vesely
- [compiler-rt] r218988 - tsan: output stats about stackdepot in memory profiler
Dmitry Vyukov
- [www-releases] r218852 - Fix broken links.
Bill Wendling
- [PATCH] WinCOFFObjectWriter: optimize the string table for common suffices
Hans Wennborg
- [PATCH] Switch to Select optimisations
Hans Wennborg
- [llvm] r218636 - WinCOFFObjectWriter: optimize the string table for common suffices
Hans Wennborg
- [PATCH] WinCOFFObjectWriter: optimize the string table for common suffices
Hans Wennborg
- [PATCH] WinCOFFObjectWriter: optimize the string table for common suffices
Hans Wennborg
- [PATCH] Switch to Select optimisations
Hans Wennborg
- [PATCH] Switch to Select optimisations
Hans Wennborg
- [llvm] r218712 - MSBuild integration: fix the loop in install.bat
Hans Wennborg
- [www] r218727 - Update Win snapshot to r218648
Hans Wennborg
- [PATCH] Switch to Select optimisations
Hans Wennborg
- [PATCH] Switch to Select optimisations
Hans Wennborg
- [llvm] r218990 - HexagonMCCodeEmitter.h: deleted member functions are not supported in VS2012
Hans Wennborg
- [llvm] r218991 - MipsAsmParser.cpp: fix VS2012 build
Hans Wennborg
- [www] r219021 - Update Win snapshot to r218712.
Hans Wennborg
- [PATCH] Switch to Select optimisations
Hans Wennborg
- [PATCH] MachObjectWriter: optimize the string table for common suffices
Hans Wennborg
- [PATCH] MachObjectWriter: optimize the string table for common suffices
Hans Wennborg
- [PATCH] Improve BasicAA Pass Using zext Information
Nick White
- [PATCH] Improve BasicAA Pass Using zext Information
Nick White
- [PATCH] Improve BasicAA Pass Using zext Information
Nick White
- [PATCH] Improve BasicAA Pass Using zext Information
Nick White
- [PATCH] Improve BasicAA Pass Using zext Information
Nick White
- [PATCH] Improve BasicAA Pass Using zext Information
Nick White
- [llvm] r218838 - PR21101: tablegen's FastISel emitter should filter out unused functions.
Bob Wilson
- [llvm] r218838 - PR21101: tablegen's FastISel emitter should filter out unused functions.
Bob Wilson
- [llvm] r215343 - In LVI(Lazy Value Info), originally value on a BB can only be caculated once,
Bob Wilson
- [PATCH] [compiler_rt] Fix the armv7 thumb buildins on darwin
Bob Wilson
- [PATCH] [compiler_rt] Fix the armv7 thumb buildins on darwin
Bob Wilson
- [compiler-rt] r219064 - Attempt to fix ARM/Linux after r219040.
Bob Wilson
- [compiler-rt] r219040 - Fix the armv7 thumb builtins on darwin
Bob Wilson
- [compiler-rt] r219066 - Try harder to fix ARM/Linux after r219040.
Bob Wilson
- [compiler-rt] r219040 - Fix the armv7 thumb builtins on darwin
Bob Wilson
- [PATCH] [SimplifyCFG] threshold for folding branches with common destination
Jingyue Wu
- [PATCH] [SimplifyCFG] threshold for folding branches with common destination
Jingyue Wu
- [PATCH] [SimplifyCFG] threshold for folding branches with common destination
Jingyue Wu
- [PATCH] [SimplifyCFG] threshold for folding branches with common destination
Jingyue Wu
- [PATCH] [SimplifyCFG] threshold for folding branches with common destination
Jingyue Wu
- [PATCH] [SimplifyCFG] threshold for folding branches with common destination
Jingyue Wu
- [llvm] r218711 - [SimplifyCFG] threshold for folding branches with common destination
Jingyue Wu
- [PATCH] Enable unrolling of multi-exit loops
Jingyue Wu
- [llvm] r218771 - Revert r216862 due to a performance regression
Jingyue Wu
- Fwd: buildbot failure in LLVM on clang-native-arm-cortex-a9
Jingyue Wu
- [PATCH] [NVPTX] aligned byte-buffers for vector return types
Jingyue Wu
- [PATCH] [NVPTX] aligned byte-buffers for vector return types
Jingyue Wu
- [llvm] r219045 - Add fake use to suppress defined-but-unused warnings
Jingyue Wu
- [PATCH] [compiler_rt] Fix the armv7 thumb buildins on darwin
Steven Wu
- [PATCH] [compiler_rt] Fix the armv7 thumb buildins on darwin
Steven Wu
- [compiler-rt] r219040 - Fix the armv7 thumb builtins on darwin
Steven Wu
- [PATCH] [compiler_rt] Fix the armv7 thumb buildins on darwin
Steven Wu
- [compiler-rt] r218545 - Effectively revert r217284 on Darwin due to issues with -gmlt there
Anna Zaks
- [PATCH] Improve BasicAA Pass Using zext Information
hfinkel at anl.gov
- [PATCH] [SimplifyCFG] threshold for folding branches with common destination
hfinkel at anl.gov
- [PATCH] Make the sqrt intrinsic return undef for a negative input.
hfinkel at anl.gov
- [PATCH] [SimplifyCFG] threshold for folding branches with common destination
hfinkel at anl.gov
- [PATCH] Select Elimination in InstCombine
hfinkel at anl.gov
- [PATCH] Improve BasicAA Pass Using zext Information
hfinkel at anl.gov
- [PATCH] [MemoryDependenceAnalysis] Fix compile time slowdown
hfinkel at anl.gov
- [PATCH] Improve BasicAA Pass Using zext Information
hfinkel at anl.gov
- [PATCH] Select Elimination in InstCombine
hfinkel at anl.gov
- [PATCH] Select Elimination in InstCombine
hfinkel at anl.gov
- [PATCH] [Reassocate] Add support for vector instructions.
hfinkel at anl.gov
- [PATCH] [BUG][INDVAR] Fix for PR21014: wrong SCEV operands commuting for non-commutative instructions
hfinkel at anl.gov
- [PATCH] Optimize square root squared (PR21126)
hfinkel at anl.gov
- [PATCH] Optimize square root squared (PR21126)
hfinkel at anl.gov
- [PATCH] [Power] Improve the expansion of atomic loads/stores
hfinkel at anl.gov
- [PATCH] Optimize square root squared (PR21126)
hfinkel at anl.gov
- [PATCH] [Power] Improve the expansion of atomic loads/stores
hfinkel at anl.gov
- [PATCH] [Power] Improve the expansion of atomic loads/stores
hfinkel at anl.gov
- [PATCH] [Power] Use lwsync for non-seq_cst fences
hfinkel at anl.gov
- [PATCH] demangle undefined symbol names in error message
kledzik at apple.com
- [PATCH] demangle undefined symbol names in error message
kledzik at apple.com
- [PATCH] Fix merge-by-content to not merge atoms with different custom sections
kledzik at apple.com
- [PATCH] Fix merge-by-content to not merge atoms with different custom sections
kledzik at apple.com
- [PATCH] Adding skeleton for unit testing Hexagon Code Emission
colinl at codeaurora.org
- [PATCH] Adding skeleton for unit testing Hexagon Code Emission
colinl at codeaurora.org
- [PATCH] Adding skeleton for unit testing Hexagon Code Emission
colinl at codeaurora.org
- [llvm] r198019 - [Mips] Does not take in account 'use-soft-float' attribute's value when
reed kotler
- [llvm] r198019 - [Mips] Does not take in account 'use-soft-float' attribute's value when
reed kotler
- [llvm] r198019 - [Mips] Does not take in account 'use-soft-float' attribute's value when
reed kotler
- [PATCH] Implement floating point to integer conversion in mips fast-isel
reed kotler
- [PATCH] Implement floating point to integer conversion in mips fast-isel
reed kotler
- [PATCH] Implement floating point to integer conversion in mips fast-isel
reed kotler
- [PATCH] implement integer compare in mips fast-isel
reed kotler
- [PATCH] implement integer compare in mips fast-isel
reed kotler
- [PATCH] Implement floating point compare for mips fast-isel
reed kotler
- [PATCH] Add basic conditional branches in mips fast-isel
reed kotler
- [PATCH] Make first of several changes to bring up toe AArch64 fast-isel style
reed kotler
- [PATCH] Make first of several changes to bring up to AArch64 fast-isel style
reed kotler
- [PATCH] Don't allow isFP64bit for mips fast-isel at this time.
reed kotler
- [PATCH] implement integer compare in mips fast-isel
reed kotler
- [PATCH] Implement floating point compare for mips fast-isel
reed kotler
- Remove possible loop creation in DAGCombiner
deadal nix
- Remove possible loop creation in DAGCombiner
deadal nix
- Remove possible loop creation in DAGCombiner
deadal nix
- Add a pass to convert aggregate loads/stores into scalar load stores
deadal nix
- Remove possible loop creation in DAGCombiner
deadal nix
- Remove possible loop creation in DAGCombiner
deadal nix
Last message date:
Sun Oct 5 23:55:55 PDT 2014
Archived on: Tue Aug 4 17:11:50 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).