The Week Of Monday 8 December 2014 Archives by thread
Starting: Mon Dec 8 00:10:47 PST 2014
Ending: Sun Dec 14 23:22:30 PST 2014
Messages: 1097
- [llvm] r223360 - [X86] Improve a dag-combine that handles a vector extract -> zext sequence.
Kuperstein, Michael M
- [llvm] r223309 - Make llvm-ar a real build target and install it.
Kuperstein, Michael M
- [PATCH] Teach instcombine to canonicalize "element extraction" from a load of an integer and "element insertion" into a store of an integer into actual element extraction, element insertion, and vector loads and stores.
hfinkel at anl.gov
- [llvm] r223626 - lit: Don't use python 2.6 features
David Majnemer
- [llvm] r223464 - [msan] Avoid extra origin address realignment.
Evgeniy Stepanov
- [PATCH] Sink store based on alias analysis
Ella Bolshinsky
- [PATCH] [test/Transforms/InstCombine/shift.ll] Removed duplicate test cases
Ankur Garg
- [PATCH] Added InstCombine transformation for combining two instructions icmp ult/ule/uge/ugt (ashr/lshr (Const2) %A), (Const1)
Ankur Garg
- [llvm] r223641 - X86 intrinsics moved form X86ISelLowering.cpp to X86IntrinsicsInfo.h
Elena Demikhovsky
- Miscellaneous fixes proposed for 3.5.1
David Majnemer
- [PATCH] [lsan] [mips] adding support of lsan for mips64/mips64el arch
Kumar Sukhani
- [llvm] r223648 - Removal Of Duplicate Test Case from shift.ll file
Sonam Kumari
- [PATCH] Removal Of Duplicate Test Case from shift.ll file.
sonam kumari
- [PATCH] test-release.sh: Add ability to do a test build using the trunk or branches.
Daniel Sanders
- [compiler-rt] r223533 - Recommit of r223513 and r223514.
Alexander Potapenko
- [compiler-rt] r223650 - [msan] Intercept wcsto*.
Evgeniy Stepanov
- [llvm] r223321 - Add missing dependency on llvm-ar. Should hopefully fix the bots.
Dmitry Babokin
- [PATCH] [Tsan] Fix the signal_recursive.cc test to pass on systems with high loads
Viktor Kutuzov
- [PATCH] [mips] [test] Enable COMPILER_RT_INCLUDE_TESTS for MIPS
Kumar Sukhani
- [llvm] r223653 - Move materialize/Dematerialize calls to linkFunctionBody. NFC.
Rafael Espindola
- [llvm] r223654 - Simple style fixes.
Rafael Espindola
- [llvm] r220872 - Do not simplifyLatch for loops where hoisting increments couldresult in extra live range interferance
Patrik Hägglund H
- [llvm] r223655 - [CMake] Fix installation of llvm-ranlib on multiconfig builder.
NAKAMURA Takumi
- [llvm] r223656 - Fix linking of prologue data.
Rafael Espindola
- [PATCH] Scalarizer for masked vector intrinsics
hfinkel at anl.gov
- [llvm] r222903 - AArch64: treat [N x Ty] as a block during procedure calls.
Oliver Stannard
- [PATCH] [SelectionDAG] Allow targets to specify legality of extloads' result type (in addition to the memory type)
hfinkel at anl.gov
- [llvm] r223657 - Use range loops. NFC.
Rafael Espindola
- [llvm] r223658 - Use range loops. NFC.
Rafael Espindola
- [llvm] r223659 - Move the ValueMap lookup inside linkFunctionBody. NFC.
Rafael Espindola
- [llvm] r223660 - [X86] Improved lowering of packed v8i16 vector shifts by non-constant count.
Andrea Di Biagio
- [PATCH] Speed up creation of live ranges for physical registers by using a segment set
Vaidas Gasiunas
- [PATCH] Update Power VSX test cases to also test fast-isel
Bill Seurer
- [PATCH] Add VSX loads/stores to fastisel for PPC target
Bill Seurer
- [PATCH] [PATCH] FastISel fixes with FeatureVSX enabled
Bill Seurer
- [PATCH] [mips] Enable code generation for MIPS-III.
Daniel Sanders
- [llvm] r223662 - [mips] Add Mips-specific CCIf's for accessing the MipsCCState. NFC.
Daniel Sanders
- [llvm] r211272 - Emit DWARF3 call frame information when DWARF3+ debug info is requested
Oliver Stannard
- [PATCH] [X86] Convert esp-relative movs of function arguments to pushes, step 1
Kuperstein, Michael M
- [llvm] r223268 - [Hexagon] Converting member InstrDesc to static variable.
Colin LeMahieu
- [llvm] r223583 - InstSimplify: Optimize away useless unsigned comparisons
Kostya Serebryany
- [lld] r223330 - Rewrite InputGraph's Group
Shankar Easwaran
- [llvm] r223663 - Use CHECK-DAG to reduce the noise in an upcoming patch.
Rafael Espindola
- [PATCH] Using Masked Load / Store intrinsics in Loop Vectorizer
Nadav Rotem
- [llvm] r223500 - BFI: Saturate when combining edges to a successor
Tom Stellard
- [llvm] r223664 - [Hexagon] Adding packhl instruction.
Colin LeMahieu
- [llvm] r223665 - Simplify test. NFC.
Rafael Espindola
- [llvm] r223666 - Simplify the test. NFC.
Rafael Espindola
- [llvm] r223667 - [Hexagon] Adding combine reg, reg with predicated forms.
Colin LeMahieu
- [PATCH][X86] Improved tablegen patters for matching TZCNT/LZCNT.
Andrea Di Biagio
- [PATCH] Prevent the creation of empty location list ranges.
David Blaikie
- [llvm] r223668 - [X86] Improved tablegen patters for matching TZCNT/LZCNT.
Andrea Di Biagio
- [PATCH] AVX-512 Intrinsics for ER instructions
Adam Nemet
- [llvm] r223669 - AArch64: treat HFAs containing "half" types as blocks too.
Tim Northover
- [llvm] r223670 - Fix the JIT code for the Kaleidoscope tutorial.
Eric Christopher
- [llvm] r223671 - Add Chapter 8 to the Kaleidoscope tutorial. This chapter adds
Eric Christopher
- [llvm] r223672 - InstrProf: An intrinsic and lowering for instrumentation based profiling
Justin Bogner
- [PATCH] An intrinsic and lowering for instrumentation based profiling
Justin Bogner
- [llvm] r223673 - Don't crash when the key of a comdat is lazily linked.
Rafael Espindola
- [llvm] r223675 - Fix KS tutorial build failure.
Eric Christopher
- [PATCH] AVX-512 ERI Instrinsics for scalar instructions
Adam Nemet
- [llvm] r223676 - [CompactUnwind] Fix register encoding logic
Bruno Cardoso Lopes
- [llvm] r223677 - Attempt to fix the cmake build by requiring mcjit on the cmake
Eric Christopher
- [llvm] r223678 - Once more on the cmake build. nativecodegen->native on the dependencies.
Eric Christopher
- [llvm] r223679 - InstSimplify: Try to bring back the rest of r223583
David Majnemer
- [PATCH] [CodeGen] Add iterator ranges for the MVT::SimpleValueType enum.
Ahmed Bougacha
- [llvm] r223680 - [Hexagon] Adding add/sub with saturation. Removing unused def. Cleaning up shift patterns.
Colin LeMahieu
- [llvm] r223681 - Lazily link GlobalVariables and GlobalAliases.
Rafael Espindola
- [llvm] r223682 - Clean up the rst for the debug info tutorial
Eric Christopher
- [PATCH] [MSan][Clang][MIPS] Enabled memory, dataflow and thread options for MIPS platform
Kostya Serebryany
- [PATCH] Remove the Module pointer from GCStrategy and GCMetadataPrinter
Philip Reames
- [PATCH][CodeGenPrepare] Split branch conditions into multiple branches.
Jim Grosbach
- [PATCH] [WIP] Use dynamic alloca for stack variables in ASan.
Alexey Samsonov
- [llvm] r223684 - ConstantFold: Zero-sized globals might land on top of another global
David Majnemer
- [PATCH] Semantic tests for memory invalidation at statepoints
Sanjoy Das
- [PATCH] DW_OP_const* is invalid as a location
Katya Romanova
- LLVM Documentation: MergeFunctions pass
Stepan Dyatkovskiy
- [llvm] r223686 - R600/SI: Move continue after checking s_mov_b32.
Matt Arsenault
- [PATCH] [llgo] Optimize comparisons to empty string.
Peter Collingbourne
- IndVarSimplify fixes proposed for 3.5.1
Justin Bogner
- [llvm] r223691 - Make myself the code owner for llgo.
Peter Collingbourne
- [llvm] r223692 - [Hexagon] Adding xtype halfword add/sub ll/hl/lh/hh/sat/<<16 instructions.
Colin LeMahieu
- [PATCH] Activate FeatureVSX for the Power target
Bill Seurer
- [PATCH] LLVM codegen test cases updated to check instructions generated when VSX is activated on Power
Bill Seurer
- [PATCH] [compiler-rt] Upstreaming small changes from the Rust project.
Saleem Abdulrasool
- [llvm] r223693 - [Hexagon] Adding xtype parity, min, minu, max, maxu instructions.
Colin LeMahieu
- [PATCH] Outline functions for SEH with the MSVC environment
Reid Kleckner
- [zorg] r223696 - Simple input test for Jenkins build.py
Chris Matthews
- [zorg] r223697 - Formatting fixup
Chris Matthews
- [zorg] r223698 - Refactor `derive()` and `derive_lldb()` and add `derive_llvm+clang`
Chris Matthews
- [PATCH] zorg: jenkins: Rewrite 'derive' to be more flexible
Chris Matthews
- [llvm] r223701 - [Hexagon] Adding xtype doubleword comparisons. Removing unused multiclass.
Colin LeMahieu
- [llvm] r223702 - [Hexagon] Adding xtype doubleword add, sub, and, or, xor and patterns.
Colin LeMahieu
- [PATCH] Adding a new option to CMake to disable C++ atexit on llvm-shlib.
Chris Bieneman
- [llvm] r223704 - [Hexagon] Fixing broken test.
Colin LeMahieu
- [PATCH] [SelectionDAG] Combine extload/store/load sequence into extload.
Quentin Colombet
- Wrong value for sext i1 true in BasicAliasAnalysis
Yin Ma
- [zorg] r223706 - Fix typo causing source tree detection to fail
Chris Matthews
- [zorg] r223707 - Extra test case for Jenkins: build with lto only
Chris Matthews
- [llvm] r223708 - [PowerPC] Don't use a non-allocatable register to implement the 'cc' alias
Hal Finkel
- [PATCH] Beginning of alloca implementation for Mips fast-isel
reed kotler
- [llvm] r223709 - [PowerPC]Activate FeatureVSX for the Power target
Bill Seurer
- [llvm] r223710 - [Hexagon] Adding any8, all8, and/or/xor/andn/orn/not predicate register forms, mask, and vitpack instructions and patterns.
Colin LeMahieu
- [LNT] Add json support to machine overview page
Michael Zolotukhin
- [compiler-rt] r223715 - Update bogus file permissions.
Alexey Samsonov
- [llvm] r223717 - MISched: Fix moving stores across barriers
Tom Stellard
- [PATCH] [NVPTX] Fix bugs related to isSingleValueType
Jingyue Wu
- [PATCH] MISched: Fix moving stores across barriers
Tom Stellard
- [llvm] r223720 - [Hexagon] Removing old def versions and replacing usages with versions that have encodings.
Colin LeMahieu
- [PATCH] Remove darwin_fat.mk.
Alexey Samsonov
- [llvm] r223721 - R600/SI: Move setting of the lds bit to the base MUBUF class
Tom Stellard
- [llvm] r223722 - R600/SI: Set MayStore = 0 on MUBUF loads
Tom Stellard
- [llvm] r223725 - Add argument variable support to the debug info tutorial
Eric Christopher
- [llvm] r223521 - Remove dead code. We are only lazy about functions with bodies.
Michael Ilseman
- [PATCH] [LIT] Add NativeMetricValue type to wrap types supported by the json encoder.
Eric Fiselier
- [llvm] r223727 - Handle early-clobber registers in the aggressive anti-dep breaker
Hal Finkel
- [llvm] r223729 - Revert r223709, "[PowerPC]Activate FeatureVSX for the Power target", to unbreak bots.
NAKAMURA Takumi
- [compiler-rt] r223730 - [asan] move GetRSS from tsan to sanitizer_common
Kostya Serebryany
- [compiler-rt] r223732 - [tsan] remove TSAN_GO in favor of SANITIZER_GO
Kostya Serebryany
- [llvm] r223414 - Convert test to use an extra Input file. NFC.
Sean Silva
- [llvm] r223588 - Make the DenseMap bucket type configurable and use a smaller bucket for DenseSet.
Sean Silva
- [llvm] r223751 - Restore r223709 as it was meant to be, and enable FeatureP8Vector for P8
Bill Schmidt
- [llvm] r223278 - Split the set of identified struct types into opaque and non-opaque ones.
Sanjoy Das
- [PATCH] [RFC v2] BPF backend
Alexei Starovoitov
- [llvm] r223754 - AsmParser: Reject invalid mismatch between forward ref and def
David Majnemer
- [llvm] r223755 - Revert "AsmParser: Reject invalid mismatch between forward ref and def"
David Majnemer
- [llvm] r223756 - Reland r223754
David Majnemer
- [llvm] r223757 - [X86] Convert esp-relative movs of function arguments into pushes, step 1
Michael Kuperstein
- [llvm] r223758 - test commit (spelling correction)
Mohit K. Bhakkad
- [llvm] r223760 - Fix a few instances found in SelectionDAG where we were not handling F16 at parity with F32 and F64.
Owen Anderson
- [PATCH] [ELF] Make -init/-fini options compatible with the gnu linker
Simon Atanasyan
- [llvm] r223761 - AVX-512: Added some comments to ERI scalar intrinsics.
Elena Demikhovsky
- [llvm] r223762 - Use range-based for loops. NFC.
Craig Topper
- [llvm] r223763 - Skip declarations in the case of functions.
Michael Ilseman
- [llvm] r223764 - Teach instcombine to canonicalize "element extraction" from a load of an
Chandler Carruth
- [llvm] r223765 - Improve emacs coding style
Will Newton
- [PATCH] [X86] Make EltsFromConsecutiveLoads code path work only on vectors it expects
Michael Kuperstein
- [PATCH] [mips] Manually replace JAL pseudo-instructions with their JALR equivalent, instead of using InstAlias.
Toma Tabacu
- [PATCH] [mips] Expand JAL instructions when PIC is enabled.
Toma Tabacu
- [PATCH] [mips] Add assembler support for the .cprestore directive.
Toma Tabacu
- [PATCH] Removal Of Duplicate Test Cases and Addition of Check Statements
suyog
- [llvm] r223767 - [test/Transforms/InstCombine/shift.ll] Removed duplicate test cases. NFC.
Ankur Garg
- [llvm] r223768 - Removal Of Duplicate Test Cases and Addition Of Missing Check Statements
Sonam Kumari
- [llvm] r223769 - [x86] Bring some sanity to the x86 CPU processor definitions.
Chandler Carruth
- [llvm] r223770 - [x86] Add a test for the CPU names that should have been in r223769.
Chandler Carruth
- [llvm] r223772 - Fix modified immediate bug reported by MC Hammer.
Asiri Rathnayake
- [llvm] r222208 - Support ELF files of unknown type.
Rafael Espíndola
- [llvm] r223773 - Removing an unused variable to silence a -Wunused-but-set-variable warning. NFC.
Aaron Ballman
- [llvm] r223774 - [x86] Fix the test to actually test things for the CPU names, add the
Chandler Carruth
- clang-native-arm-cortex-a9 bot failing intermittently?
Asiri Rathnayake
- [PATCH] [mips][microMIPS] Implement CodeGen support for SW16 and LW16 instructions
Zoran Jovanovic
- [PATCH] [mips][microMIPS] Implement ADDIUPC instruction
Jozef Kolek
- [PATCH] [Mips][ABI]The ELF container needs to depend on the ABI rather than the target triple.
Daniel Sanders
- [llvm] r223780 - Don't lookup an object symbol name in the module.
Rafael Espindola
- [llvm] r223781 - Move method out of line to make buildbot happy.
Rafael Espindola
- [lld] r223782 - ELF: Add a standard method for unknown relocation errors
Will Newton
- [llvm] r223783 - [PowerPC 1/4] Little-endian adjustments for VSX loads/stores
Bill Schmidt
- [llvm] r223784 - Move function to obtain branch weights into the BranchInst class. NFC.
Juergen Ributzka
- [llvm] r223785 - Add more pattern matchers for compares, instructions, and BinaryOperators. NFC.
Juergen Ributzka
- [llvm] r223786 - [CodeGenPrepare] Split branch conditions into multiple conditional branches.
Juergen Ributzka
- [llvm] r223787 - [AVX512] Added VPBROADCAST{BWDQ} (Load with Broadcast Integer Data from General Purpose Register) encodings for AVX512-BW/VL subsets
Robert Khasanov
- [llvm] r223788 - [PowerPC 2/4] Little-endian adjustments for VSX insert/extract operations
Bill Schmidt
- [llvm] r223789 - Add test cases that were inadvertently omitted from r223783 and r223788
Bill Schmidt
- [llvm] r223790 - Remember the unmangled name in the plugin.
Rafael Espindola
- [llvm] r223791 - [PowerPC 3/4] Little-endian adjustments for VSX vector shuffle
Bill Schmidt
- [llvm] r223792 - [PowerPC 4/4] Enable little-endian support for VSX.
Bill Schmidt
- [llvm] r223793 - Initial dsymutil tool commit.
Frederic Riss
- [PATCH] Initial commit for the llvm-dsymutil tool.
Chandler Carruth
- [llvm] r223794 - Revert "Initial dsymutil tool commit."
Frederic Riss
- [llvm] r223795 - Revert "Move function to obtain branch weights into the BranchInst class. NFC."
Juergen Ributzka
- [lld] r223796 - Fix the MSVC build
Hans Wennborg
- [llvm] r223797 - [CGP] Rewrite pattern match for splitBranchCondition to work with Values instead.
Juergen Ributzka
- [llvm] r223798 - Deleting empty directories left over from r223794.
Frederic Riss
- [llvm] r223799 - Correctly handle complex locations expressions in replaceDbgDeclareForAlloca()
Frederic Riss
- [llvm] r223800 - [Hexagon] Updating predicate register transfers and adding tstbit to allow select selection. Updating ll tests with predicate transfers that previously had nop encodings.
Colin LeMahieu
- [llvm] r223801 - AsmParser: Don't crash on malformed attribute groups
David Majnemer
- [llvm] r223802 - IR: Split Metadata from Value
Duncan P. N. Exon Smith
- [llvm] r223804 - [AVX512] Added lowering for VBROADCASTSS/SD instructions.
Robert Khasanov
- [llvm] r223805 - Adding a new option to CMake to disable C++ atexit on llvm-shlib.
Chris Bieneman
- [llvm] r223806 - Fix a GCC build failure from r223802
Duncan P. N. Exon Smith
- [llvm] r223807 - Cleanup PatternMatch. NFC.
Juergen Ributzka
- [llvm] r223808 - Reorder the code to avoid inserting at the beginning of a vector.
Frederic Riss
- [llvm] r223809 - Remove unneeded curly braces.
Frederic Riss
- [llvm] r223810 - Fix another GCC build failure from r223802
Duncan P. N. Exon Smith
- [llvm] r223811 - AsmParser: Don't crash on short hex constants for fp128 types
David Majnemer
- [PATCH] [InstCombine][X86] Improved folding of calls to Intrinsic::x86_sse4a_insertqi.
Andrea Di Biagio
- [llvm] r223813 - Revert r223764 which taught instcombine about integer-based elment extraction
Chandler Carruth
- [llvm] r223815 - [Hexagon] Adding word combine dot-new form and replacing old combine opcode.
Colin LeMahieu
- [PATCH] compiler_rt: add low level versions of profile buffer functions.
larry at elder-gods.org
- [lld] r223817 - ELF: Add AArch64 test case missing from previous commit
Will Newton
- [llvm] r223818 - [FastISel][AArch64] Fix a missing nullptr check in 'computeAddress'.
Juergen Ributzka
- [PATCH] [LIT] Allow suite configs to be preloaded allowing for better support of out-of-dir builds.
Eric Fiselier
- [llvm] r223820 - Fix an MSVC failure from r223802
Duncan P. N. Exon Smith
- [PATCH] [MSan][LLVM][MIPS] Shadow and Origin offsets for MIPS
Alexey Samsonov
- [llvm] r223821 - [Hexagon] Updating rr/ri 32/64 transfer encodings and adding tests.
Colin LeMahieu
- [PATCH] Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Reid Kleckner
- [llvm] r223822 - Rename createIRObjectFile to just create.
Rafael Espindola
- [llvm] r223823 - [Hexagon] Fixing broken tests.
Colin LeMahieu
- [PATCH] Supported llvm.dbg.declare intrinsic in inline pass
Amjad Aboud
- [llvm] r223824 - Try fixing MSVC build after r223802
Hans Wennborg
- [llvm] r223827 - Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive.
Rafael Espindola
- [llvm] r223829 - IR: Metadata/Value split: RAUW in a deterministic order
Duncan P. N. Exon Smith
- [llvm] r223832 - [ARM] Also support v2f64 vld1/vst1.
Ahmed Bougacha
- [llvm] r223833 - [ARM] Move the store combiner function down. NFC.
Ahmed Bougacha
- [llvm] r223834 - [ARM] Factor out base-updating VLD/VST combiner function. NFC.
Ahmed Bougacha
- [test-suite] r223837 - [PowerPC] Fix test case for little endian
Bill Schmidt
- [PATCH] Add per-test timeouts to lit
Jonathan Roelofs
- [polly] r223838 - Unbreak after LLVM's metadata split in r223802
Tobias Grosser
- [compiler-rt] r223840 - profile: Add low level versions of profile buffer functions
Justin Bogner
- [llvm] r223841 - [ARM] Make testcase more explicit. NFC.
Ahmed Bougacha
- [PATCH] [ARM] Combine base-updating/post-incrementing vector load/stores.
Ahmed Bougacha
- [llvm] r223845 - [Hexagon] [NFC] Cleaning up unused classes.
Colin LeMahieu
- [llvm] r223847 - Remove redundant variable.
Michael Zolotukhin
- [PATCH][AVX512] Add 512b variable bit shift intrinsics
Cameron McInally
- [llvm] r223849 - IR: Metadata: Detect an RAUW recursion
Duncan P. N. Exon Smith
- [llvm] r223853 - Rename static functiom "map" to be more descriptive and to avoid
Kaelyn Takata
- [llvm] r223856 - AsmParser: Verifier that the contents of a hex integer are hex
David Majnemer
- [llvm] r223857 - Forgot to add test for r223856
David Majnemer
- [llvm] r223858 - IR: Fix memory corruption in MDNode new/delete
Duncan P. N. Exon Smith
- [llvm] r223859 - Remove the Module pointer from GCStrategy and GCMetadataPrinter
Philip Reames
- [llvm] r223862 - [ARM] Combine base-updating/post-incrementing vector load/stores.
Ahmed Bougacha
- [llvm] r223863 - Simplify the handling of aliases in the gold plugin.
Rafael Espindola
- [llvm] r223864 - cmake: Make SVNVersion.inc work on Windows if svn is called svn.bat.
Nico Weber
- [PATCH] [AArch64] MachO large code-model: Materialize FP constants in code.
Juergen Ributzka
- [lld] r223865 - Fix Darwin linker. Patch from Jean-Daniel Dupas.
Rui Ueyama
- [llvm] r223866 - Extend some comments around GCModuleInfo, GCFunctionInfo, & GCStrategy
Philip Reames
- [PATCH] Match new shuffle codegen for MOVHPD patterns (PR21791)
Sanjay Patel
- [lld] r223867 - Re-commit r223330: Rewrite InputGraph's Group
Rui Ueyama
- [llvm] r223869 - AsmParser: Don't crash if a null byte is inside a quoted string
David Majnemer
- [PATCH] [LIT] Add SuffixDispatchTest for use in libc++ and libc++abi tests.
Daniel Dunbar
- [PATCH] GCStrategy should not own GCFunctionInfo
Philip Reames
- [llvm] r223873 - Let tablegen compute maximum lanemask for regs/regclasses.
Matthias Braun
- [llvm] r223874 - Add function that translates subregister lane masks to other subregs.
Matthias Braun
- [llvm] r223875 - LiveInterval: Add const version of LiveRange::advanceTo().
Matthias Braun
- [llvm] r223876 - LiveInterval: Add a 'covers' operation to LiveRange.
Matthias Braun
- [llvm] r223877 - LiveInterval: Add support to track liveness of subregisters.
Matthias Braun
- [llvm] r223878 - LiveIntervalAnalysis: Compute subregister ranges.
Matthias Braun
- [llvm] r223879 - LiveIntervalAnalysis: Make computeDeadValues() private.
Matthias Braun
- [llvm] r223880 - LiveIntervalAnalysis: Update SubRanges in shrinkToUses().
Matthias Braun
- [llvm] r223881 - LiveIntervalAnalysis: Adapt handleMove() to subregister ranges.
Matthias Braun
- [llvm] r223882 - LiveRangeEdit: Adapt eliminateDeadDef() to subregister liveness.
Matthias Braun
- [llvm] r223883 - LiveIntervalAnalysis: Adapt repairIntervalsInRange() to subregister liveness.
Matthias Braun
- [llvm] r223884 - Add a flag to enable/disable subregister liveness.
Matthias Braun
- [llvm] r223885 - LiveInterval: Introduce LiveQuery accessor for dead or live out values.
Matthias Braun
- [llvm] r223886 - LiveIntervalAnalysis: Add subregister aware variants pruneValue().
Matthias Braun
- [llvm] r223887 - LiveInterval: Add removeEmptySubRanges().
Matthias Braun
- [llvm] r223888 - RegisterCoalescer: Preserve subregister liveranges.
Matthias Braun
- [llvm] r223889 - Tablegen'erate lanemasks for register units.
Matthias Braun
- [llvm] r223890 - LiveIntervalUnion: Allow specification of liverange when unifying/extracting.
Matthias Braun
- [llvm] r223891 - LiveRegMatrix: Respect subregister liveness when allocating registers.
Matthias Braun
- [llvm] r223892 - VirtRegMap: No implicit defs/uses for super registers with subreg liveness tracking.
Matthias Braun
- [llvm] r223893 - MCRegisterInfo: Add MCSubRegIndexIterator.
Matthias Braun
- [llvm] r223894 - VirtRegMap: Improve block live-in info if subregister liveness is available.
Matthias Braun
- [llvm] r223895 - MachineVerifier: Allow LiveInterval segments to end at a partial write.
Matthias Braun
- [llvm] r223896 - MachineVerifier: Allow physreg use if just a subreg is defined.
Matthias Braun
- [llvm] r223898 - DataLayout: Move asserts over to report_fatal_error
David Majnemer
- [llvm] r223899 - I didn't intend to commit this with r223898
David Majnemer
- New Iteration of subregister liveness patches
Matthias Braun
- [llvm] r223903 - DataLayout: Be more verbose when diagnosing problems in pointer specs
David Majnemer
- [llvm] r223904 - IR: Move call to dropAllReferences() to MDNode subclasses
Duncan P. N. Exon Smith
- [llvm] r223907 - AsmParser: Don't allow null bytes in BB labels
David Majnemer
- [compiler-rt] r223908 - [CMake] Make sure dd is built as a part of compiler-rt.
Alexey Samsonov
- [compiler-rt] r223909 - [DD] Don't store the second copy of CommonFlags inside DDFlags.
Alexey Samsonov
- [compiler-rt] r223910 - builtins: cleanup constant data section selection
Saleem Abdulrasool
- [llvm] r223911 - DataLayout: Provide nicer diagnostics for malformed strings
David Majnemer
- [PATCH] [compiler-rt] atos symbolizer for OS X
Kuba Brecka
- [PATCH] [LIT] Add support for `UNSUPPORTED` tag to `TestRunner.parseIntegratedTestScript`
Eric Fiselier
- [llvm] r223915 - [LIT] Add support for `UNSUPPORTED` tag to `TestRunner.parseIntegratedTestScript`
Eric Fiselier
- [PATCH] R600/SI: Use unordered comparison instructions
Matt Arsenault
- [lld] r223917 - [ELF] Make -init/-fini options compatible with the gnu linker
Simon Atanasyan
- [llvm] r223918 - Use unique_ptr instead of DeleteContainerSeconds.
Craig Topper
- [llvm] r223919 - InstSimplify: div %X, 0 -> undef
David Majnemer
- [lld] r223920 - Remove unreachable return statement.
Rui Ueyama
- unit tests crashing on x86_64 since r223394
Sahasrabuddhe, Sameer
- [llvm] r223922 - [X86] Make a code path in EltsFromConsecutiveLoads work only on vectors it expects
Michael Kuperstein
- [llvm] r223923 - InstSimplify: [al]shr exact undef, %X -> undef
David Majnemer
- [llvm] r223924 - ConstantFold: div undef, 0 should fold to undef, not zero
David Majnemer
- [PATCH] [lld] Two simple AArch64 ELF reloc tests
Will Newton
- [compiler-rt] r223925 - [sanitizer] Disable compile-time checks for __kernel_old_uid_t size on aarch64.
Evgeniy Stepanov
- [llvm] r223926 - Silencing a -Wsequence-point warning, and the resulting undefined behavior. NFC.
Aaron Ballman
- Enable two stage testing on the clang-native-aarch64 builder
Gabor Ballabas
- [llvm] r223929 - Match new shuffle codegen for MOVHPD patterns
Sanjay Patel
- [PATCH] [x86] @llvm.ctpop.v8i32 custom lowering
Bruno Cardoso Lopes
- [llvm] r223931 - Added documentation for MergeFunctions pass:
Stepan Dyatkovskiy
- [compiler-rt] r223932 - Update ASan/Win test expectations broken by r223508
Timur Iskhodzhanov
- [llvm] r223933 - [Hexagon] Adding JR class predicated call reg instructions.
Colin LeMahieu
- [PATCH] R600/SI: Use getTargetConstant in AdjustRegClass
Marek Olšák
- [llvm] r223940 - R600/SI: Use getTargetConstant in AdjustRegClass
Marek Olsak
- [PATCH] Add lib/profile to cc_kext so we can use PGO for the kernel.
larry at elder-gods.org
- [llvm] r221915 - Object, Mach-O: Refactor and clean code up
Rafael Espíndola
- [llvm] r223941 - [AArch64] MachO large code-model: Materialize FP constants in code.
Juergen Ributzka
- [dragonegg] r223946 - Creating release directory for release_35.
Tom Stellard
- [dragonegg] r223947 - Creating release candidate rc1 from release_35 branch
Tom Stellard
- [test-suite] r223948 - Creating release directory for release_35.
Tom Stellard
- [test-suite] r223949 - Creating release candidate rc1 from release_35 branch
Tom Stellard
- [lld] r223961 - Creating release directory for release_35.
Tom Stellard
- [lld] r223962 - Creating release candidate rc1 from release_35 branch
Tom Stellard
- [lld] r223963 - [ELF] Allow target to adjust a symbol's value for using in a dynamic tag
Simon Atanasyan
- [llvm] r223964 - Move three methods only used by MCJIT to MCJIT.
Rafael Espindola
- [PATCH] Fix PR21694 - Revert improper use of divide in SCEV HowFarToZero computation
David Majnemer
- [polly] r223965 - Do not run dead code elimination by default
Tobias Grosser
- [llvm] r223967 - [Hexagon] Adding encodings for JR class instructions. Updating complier usages.
Colin LeMahieu
- [llvm] r223968 - ConstantFold: an undef shift amount results in undef
David Majnemer
- [llvm] r223969 - ConstantFold, InstSimplify: undef >>a x can be either -1 or 0, choose 0
David Majnemer
- [llvm] r223970 - ConstantFold: Clean up X * undef code
David Majnemer
- [llvm] r223971 - [Hexagon] Adding combine ri/ir instructions.
Colin LeMahieu
- [llvm] r223974 - Fix PR21694. r219517 added a use of SCEV divide in HowFarToZero computation. This divide can produce incorrect results as we are using an unsigned divide for what should be a modular divide. This change reverts back to a more conservative computation using trailing zeros.
Mark Heffernan
- [llvm] r223978 - LiveInterval: Use more range based for loops for value numbers and segments.
Matthias Braun
- [llvm] r223981 - A fix for PR21176.
Ekaterina Romanova
- [llvm] r223986 - ARM: correctly expand LDR-lit based globals.
Tim Northover
- Fix for bug 8281 - Extremely slow assembling and disassembling of ptrtoint
Chenguang Wang
- [llvm] r223988 - Add code owners for profiling and coverage
Justin Bogner
- [llvm] r223989 - Fix some incorrectly sorted entries in CODE_OWNERS
Justin Bogner
- [llvm] r223990 - Try again at sorting entries in CODE_OWNERS
Justin Bogner
- [llvm] r223991 - LiveInterval: Use range based for loops for subregister ranges.
Matthias Braun
- [llvm] r223993 - IR: Add 'invalid-' to test names for invalid assembly
Duncan P. N. Exon Smith
- [llvm] r223994 - GCStrategy should not own GCFunctionInfo
Philip Reames
- [llvm] r223567 - [X86] Refactor PMOV[SZ]Xrm to add missing AVX2 patterns.
Quentin Colombet
- [llvm] r223995 - Fix LLVMContext to match what MDKind names that the LL parser permits. Fixes PR21799!
Nick Lewycky
- [PATCH] IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
- [llvm] r223996 - [X86] Add back AVX2 VR256 PMOVX patterns.
Ahmed Bougacha
- [llvm] r223997 - Replace std::map<K, V*> with std::map<K, std::unique_ptr<V>> to handle ownership and deletion of the values.
Craig Topper
- [llvm] r223998 - Make MultiClass::DefPrototypes own their Records to fix memory leaks.
Craig Topper
- [llvm] r224000 - Reverting commit 223981, because the test that I added (incorrect-variable-debugloc1.ll) failed for llvm-ppc64.
Ekaterina Romanova
- [lld] r224001 - [ELF] Remove duplicate constructor code.
Rui Ueyama
- [llvm] r224002 - IR: Canonicalize metadata formatting, NFC
Duncan P. N. Exon Smith
- [llvm] r224003 - Use unique_ptr to remove an explicit delete. Change return type to pass the unique_ptr to caller.
Craig Topper
- [llvm] r224004 - Just use the Module unique_ptr object directly in many places instead of separate pointer that's kept in sync with it.
Craig Topper
- [llvm] r224005 - Use range-based for loops. NFC
Craig Topper
- [llvm] r224006 - Refactor creation of overflow result tuples in InstCombineCalls.
Erik Eckstein
- [llvm] r224007 - test commit (spelling correction)
Kumar Sukhani
- [PATCH] C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
- [PATCH] [Asan] Fix the tsd_dtor_leak.cc test to pass on FreeBSD
Viktor Kutuzov
- [PATCH] [Asan] XFAIL the interception_failure_test.cc test on FreeBSD
Viktor Kutuzov
- [PATCH] Fix load-store optimizer on thumbv4t
Jonathan Roelofs
- [PATCH] CodeGen support for x86_64 SEH catch handlers in LLVM
Reid Kleckner
- [PATCH] [Sanitizer] Fix report_path functionality:
Alexey Samsonov
- [PATCH] Carry facts about nullness and undef across GC relocation
Philip Reames
- [PATCH] Fix line mapping information in LLVM JIT profiling with Vtune
Denis Pravdin
- [PATCH] Strength reduce intrinsics with overflow into regular arithmetic operations if possible.
Erik Eckstein
- [llvm] r224008 - AVX-512: Fixed a bug in lowering setcc for MVT::i1 type
Elena Demikhovsky
- [llvm] r224009 - Bugfix in InlineSpiller::traceSiblingValue().
Patrik Hagglund
- [llvm] r224010 - [X86] When converting movs to pushes, don't assume MOVmi operand is an actual immediate
Michael Kuperstein
- [llvm] r224011 - Add newline missing in r224010.
Michael Kuperstein
- [lld] r224013 - ELF/AArch64: Add a test for R_AARCH64_ABS64
Will Newton
- [lld] r224014 - ELF/AArch64: Add a test for R_AARCH64_ABS32
Will Newton
- [Patch] [SLPVectorizer] Vectorize Horizontal Reductions from Consecutive Loads
Suyog Kamal Sarda
- [llvm] r224015 - The inliner needs to fix up debug information for llvm.dbg.declare, not only for llvm.dbg.value.
Michael Kuperstein
- [llvm] r224016 - InstSimplify: Remove usesless %a parameter from tests
David Majnemer
- [PATCH] [ARM] Emit Tag_ABI_FP_16bit_format build attribute.
Charlie Turner
- [llvm] r224017 - [mips][microMIPS] Implement CodeGen support for LI16 instruction.
Jozef Kolek
- [compiler-rt] r224018 - Fix check-asan on Windows by putting lib/clang/... onto PATH (PR21880)
Timur Iskhodzhanov
- [PATCH] [mips] Fix assertion for i128 addition/subtraction on MIPS64
Daniel Sanders
- [PATCH] The ELF container needs to depend on the ABI rather than the target triple.
Daniel Sanders
- [PATCH] [mips] Support SELECT nodes for targets that don't have conditional-move instructions.
Daniel Sanders
- [PATCH] [mips][microMIPS] Implement CodeGen support for LI16 instruction
Jozef Kolek
- [PATCH] [mips][microMIPS] Implement LWSP and SWSP instructions
Jozef Kolek
- [llvm] r223589 - Turn some DenseMaps that are only used for set operations into DenseSets.
Rafael Espíndola
- [llvm] r224019 - AVX-512: Added all forms of COMPRESS instruction
Elena Demikhovsky
- [llvm] r224020 - llvm-ar: close input files early.
Rafael Espindola
- [PATCH] [X86] Break false dependencies before partial register updates when the source operand is in memory
Michael Kuperstein
- [compiler-rt] r224022 - tsan: don't subtract one from fake PCs
Dmitry Vyukov
- [compiler-rt] r224023 - tsan: fix Go build
Dmitry Vyukov
- [PATCH] [mips][microMIPS] Implement SWP and LWP instructions
Zoran Jovanovic
- [llvm] r224025 - Only seek once before writing the member offsets.
Rafael Espindola
- [llvm] r224026 - [Hexagon] Adding encoding information for sign extend word instruction.
Colin LeMahieu
- [llvm] r224027 - [Hexagon] Ading i64 <- i32, i32 sextw pattern.
Colin LeMahieu
- [llvm] r224028 - [AVX512] Add support for 512b variable bit shift intrinsics.
Cameron McInally
- [llvm] r224029 - Remove dead code. NFC.
Rafael Espindola
- [compiler-rt] r224030 - [Tsan] Fix the signal_recursive.cc test to pass on systems with high loads
Viktor Kutuzov
- [patch][lit] Make it compatible with python 3 (but drop python 2.5)
Rafael Espíndola
- [PATCH] Insert tbb/tbh optimization where previous jump table resided
Daniel Stewart
- [PATCH] Fix PR21807 - Minor code difference building with/without -g
Russell_Gallop at sn.scee.net
- [compiler-rt] r224031 - [Sanitizer] Fix report_path functionality:
Alexey Samsonov
- [llvm] r224033 - [PowerPC] Implement BuildSDIVPow2, lower i64 pow2 sdiv using sradi
Hal Finkel
- [compiler-rt] r224034 - [Sanitizer] Don't modify mmap_limit_mb flag in runtime.
Alexey Samsonov
- [llvm] r224035 - ARM: convert isTargetIOS checks to isTargetDarwin.
Tim Northover
- [llvm] r224036 - [Hexagon] Renaming classes in preparation for replacement.
Colin LeMahieu
- [PATCH] generate extract_subvector node to avoid disastrous shuffle vector codegen
Sanjay Patel
- [PATCH] [Sanitizer] Introduce Allocator::may_return_null bool flag.
Alexey Samsonov
- [llvm] r224041 - [CodeGen] Let MachineVerifierPass own its banner string
Matthias Braun
- [llvm] r224042 - [CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
- [llvm] r224043 - Enable machineverifier in debug mode for X86, ARM, AArch64, Mips
Matthias Braun
- [llvm] r224044 - Silence static analyzer warnings in LLVMSupport.
Michael Ilseman
- [PATCH] [LCSSA] Handle PHI insertion in disjoint loops
Bruno Cardoso Lopes
- [llvm] r224045 - This reverts commit r224043 and r224042.
Rafael Espindola
- [llvm] r200067 - [LPM] Make LCSSA a utility with a FunctionPass that applies it to all
Bruno Cardoso Lopes
- [llvm] r224046 - Remove a convoluted way of calling close by moving the call to the only caller.
Rafael Espindola
- [www] r224048 - Remove registration stuff.
Tanya Lattner
- [PATCH] Move lowerConstant to AsmPrinter instead of static
Matt Arsenault
- [PATCH] Add target hook for whether it is profitable to reduce load widths
Matt Arsenault
- [PATCH] Enable (sext x) == C --> x == (trunc C) combine
Matt Arsenault
- [PATCH] Try to include operand counts for mismatches in tablegen.
Matt Arsenault
- [PATCH] Convert fcmp with 0.0 from casted integers to icmp
Matt Arsenault
- [PATCH] Check isTypeDesirableForOp before replacing mulhu/mulhs
Matt Arsenault
- [llvm] r224053 - AsmParser: Don't crash on an ill-formed MDNodeVector
David Majnemer
- [llvm] r224054 - [InstCombine][X86] Improved folding of calls to Intrinsic::x86_sse4a_insertqi.
Andrea Di Biagio
- [llvm] r224056 - AsmParser: Don't crash on an ill-formed MDNodeVector
David Majnemer
- [llvm] r224058 - LeakDetector: Simplify code and fix comments, NFC
Duncan P. N. Exon Smith
- [llvm] r224059 - [CodeGen] Add print and verify pass after each MachineFunctionPass by default
Matthias Braun
- [llvm] r224060 - IR: Store MDNodes in a separate LeakDetector container
Duncan P. N. Exon Smith
- [llvm] r224061 - CodeGen: Stop using LeakDetector for MachineInstr
Duncan P. N. Exon Smith
- [llvm] r224062 - [ASan] Change fake stack and local variables handling.
Alexey Samsonov
- [compiler-rt] r224063 - [ASan] Change fake stack and local variables handling.
Alexey Samsonov
- [PATCH] Compiler-rt changes for dynamic-alloca-for-stack-variables change.
Alexey Samsonov
- [llvm] r222265 - InstCombine: Fix another infinite loop caused by visitFPTrunc
Steven Wu
- [llvm] r224065 - R600/SI: Use unordered not equal instructions
Matt Arsenault
- [llvm] r224066 - R600/SI: Make more unordered comparisons legal
Matt Arsenault
- [llvm] r224067 - R600/SI: Use unordered equal instructions
Matt Arsenault
- [llvm] r224068 - Try to include operand counts for mismatches in tablegen.
Matt Arsenault
- [llvm] r224070 - Bitcode: Add `OLD_` prefix to metadata node records
Duncan P. N. Exon Smith
- [llvm] r224071 - [PowerPC] Better lowering for add/or of a FrameIndex
Hal Finkel
- [PATCH] x86 NaCl: Emit LAHF/SAHF instead of PUSHF/POPF
JF Bastien
- [llvm] r224073 - Bitcode: Add METADATA_NODE and METADATA_VALUE
Duncan P. N. Exon Smith
- [llvm] r224074 - [X86] Add a temporary testcase for PR21876/r223996.
Ahmed Bougacha
- [PATCH] R600/SI: Fix f64 inline immediates
Tom Stellard
- [llvm] r224075 - Enable MachineVerifier in debug mode for X86, ARM, AArch64, Mips.
Matthias Braun
- R600: Fix min/max matching problems with unordered compares
Matt Arsenault
- [llvm] r224076 - return without temporary; NFC
Sanjay Patel
- [llvm] r224077 - Bitcode: Use unsigned char to record MDStrings
Duncan P. N. Exon Smith
- [llvm] r224078 - R600/SI: Don't verify constant bus usage of flag ops
Matt Arsenault
- [llvm] r224079 - R600/SI: Handle physical registers in getOpRegClass
Matt Arsenault
- [PATCH] x86: Emit LOCK prefix after DATA16
JF Bastien
- [PATCH] Make sure BitcodeWriter works with Unicode characters
Duncan P. N. Exon Smith
- [llvm] r224080 - remove function names from comments; NFC
Sanjay Patel
- [zorg] r224081 - Add new buildslave and -fno-exceptions and -fno-rtti builders
Eric Fiselier
- [llvm] r224084 - Add target hook for whether it is profitable to reduce load widths
Matt Arsenault
- [PATCH] Teach ScalarEvolution to exploit SMin expressions.
Sanjoy Das
- [llvm] r224086 - Comment and minor code cleanup for GCStrategy (NFC)
Philip Reames
- [compiler-rt] r224087 - [ASan] Group all flag parsing code together. NFC.
Alexey Samsonov
- [llvm] r224088 - Tom Stellard is now the code owner for libclc.
Peter Collingbourne
- [llvm] r224089 - Document that PassManager::add() may delete the pass right away.
Matthias Braun
- [llvm] r224090 - Bitcode: Add missing "Remove in 4.0" comments
Duncan P. N. Exon Smith
- [llvm] r224091 - Update the modules build to match r223802.
Richard Smith
- [PATCH] Separate file parsing from File's constructors.
Rui Ueyama
- [llvm] r224092 - R600/SI: Don't promote f32 select to i32
Matt Arsenault
- [llvm] r224093 - R600/SI: fmin/fmax_legacy are not associative
Matt Arsenault
- [llvm] r224094 - R600: Fix min/max matching problems with unordered compares
Matt Arsenault
- [PATCH] Fix another infinite loop in InstCombine
Steven Wu
- [PATCH] Teach ScalarEvolution to exploit min and max expressions.
Sanjoy Das
- [PATCH] [PATCH] Fix for http://llvm.org/bugs/show_bug.cgi?id=19905
Sanjoy Das
- [llvm] r224097 - Fix another infinite loop in InstCombine
Steven Wu
- [llvm] r224098 - A fix for PR21176.
Ekaterina Romanova
- [lld] r224099 - [ELF] Remove isThumb().
Shankar Easwaran
- [PATCH] [TSan][MIPS] Adding support for MIPS64
Sagar Thakur
- [compiler-rt] r224101 - [mips] [test] Enable COMPILER_RT_INCLUDE_TESTS for MIPS
Kumar Sukhani
- [lld] r224102 - Separate file parsing from File's constructors.
Rui Ueyama
- [llvm] r224103 - Use unique_ptr operator= instead of constructor to make it explicit that there's no conversion occurring.
Craig Topper
- [llvm] r224104 - Remove an unnecessary reference variable that pointed to a unique_ptr variable. Just use the unique_ptr variable directly.
Craig Topper
- [llvm] r224105 - Remove unnecessary calls to unique_ptr::get.
Craig Topper
- [llvm] r224106 - Use range-based for loop.
Craig Topper
- [llvm] r224107 - Use make_unique instead of reset() and 'new'
Craig Topper
- [llvm] r224108 - Use unique_ptr to remove an explicit delete. Change return type to pass the unique_ptr to caller.
Craig Topper
- [llvm] r224109 - Pass output stream to AsLexInput instead of the whole tool_output_file.
Craig Topper
- [lld] r224113 - Make File always take the ownership of a MemoryBuffer.
Rui Ueyama
- [llvm] r224114 - Silence gcc 4.9.1 warning 'xyz' is used uninitialized in this function.
Yaron Keren
- [llvm] r224115 - Emit Tag_ABI_FP_16bit_format build attribute.
Charlie Turner
- [compiler-rt] r224116 - [Asan] Fix the tsd_dtor_leak.cc test to pass on FreeBSD
Viktor Kutuzov
- [compiler-rt] r224117 - [Asan] XFAIL the interception_failure_test.cc test on FreeBSD
Viktor Kutuzov
- [llvm] r224118 - [MachineScheduler] Fix for PR21807: minor code difference building with/without -g.
Andrea Di Biagio
- [llvm] r224119 - This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorders them for bundling into vector of loads,
Suyog Sarda
- [llvm] r224121 - Revert: [MachineScheduler] Fix for PR21807: minor code difference building with/without -g.
Andrea Di Biagio
- [llvm] r224122 - [AVX512] Minor fix in lowering pattern for broadcast intrustions.
Robert Khasanov
- [PATCH] [mips] Set GCC-compatible MIPS asssembler options before inline asm blocks.
Toma Tabacu
- [llvm] r224123 - Disable --icf=safe to avoid a bug.
Rafael Espindola
- [llvm] r224124 - [mips] Support SELECT nodes for targets that don't have conditional-move instructions.
Vasileios Kalintiris
- [llvm] r224125 - [Reassociate] Use dbgs() instead of errs().
Chad Rosier
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for mips2 platform
Vladimir Medic
- [PATCH] [MIPS][Disassembler][Test]Add missing disassembler tests for mips3 platform
Vladimir Medic
- [llvm] r224126 - Reapply "[MachineScheduler] Fix for PR21807: minor code difference building with/without -g."
Andrea Di Biagio
- [llvm] r224127 - [AVX512] Enabling MIN/MAX lowering.
Robert Khasanov
- [llvm] r224128 - [mips] Enable code generation for MIPS-III.
Vasileios Kalintiris
- [llvm] r224129 - Require python 2.7.
Rafael Espindola
- [llvm] r224130 - Now that we require a newer python, use the new exception syntax.
Rafael Espindola
- [PATCH] Model sqrtss as a binary operation with one source operand tied to the destination (PR14221)
Sanjay Patel
- [llvm] r224132 - [AVX512] Enabling bit logic lowering
Robert Khasanov
- [PATCH] merge consecutive loads that are offset from a base address (PR21771)
Sanjay Patel
- [llvm] r224133 - Restructure code from r224097. NFC
Steven Wu
- [PATCH] [ARM] Emit Tag_conformance.
Charlie Turner
- [llvm] r224134 - Initial dsymutil tool commit.
Frederic Riss
- [llvm] r224135 - Remove unused feature. NFC.
Rafael Espindola
- [llvm] r224136 - Pass a FD to resise_file and add a testcase.
Rafael Espindola
- [llvm] r224138 - Move the resize file feature from mapped_file_region to the only user.
Rafael Espindola
- [llvm] r224139 - Remove silly left over from the Windows resize_file implementation.
Rafael Espindola
- [llvm] r224140 - More code format fix from r224133, NFC
Steven Wu
- [llvm] r224141 - Relax debug-map-parsing.test error message check for Windows
Reid Kleckner
- [PATCH] [InstCombine] Fix visitSwitchInst to use right operand types for sub cstexpr.
Bruno Cardoso Lopes
- [llvm] r224144 - MAP_FILE is the default. We don't need to add it.
Rafael Espindola
- [llvm] r224146 - IR: Don't track nullptr on metadata RAUW
Duncan P. N. Exon Smith
- [PATCH] combine consecutive subvector 16-byte loads into one 32-byte load (PR21709)
Sanjay Patel
- [compiler-rt] r224148 - [Sanitizer] Introduce Allocator::may_return_null bool flag.
Alexey Samsonov
- PATCH: Fix MemoryBufferMMapFile error reporting
Kim Gräsman
- [llvm] r224149 - Add llvm-dsymutil to test/CMakeLists.txt
Nico Weber
- [PATCH] [ASan] Allow to atomically modify malloc_context_size at runtime.
Alexey Samsonov
- [llvm] r224150 - [Hexagon] Adding J class call instructions.
Colin LeMahieu
- [llvm] r224152 - Revert r224149, llvm-dsymutil was already here.
Nico Weber
- [llvm] r224153 - [Hexagon] Adding double word add/min/minu/max/maxu instructions and tests.
Colin LeMahieu
- [PATCHES] R600/SI: VI fixes
Marek Olšák
- [llvm] r224154 - Clean up static analyzer warnings.
Michael Ilseman
- [llvm] r224155 - utils: update vim syntax highlighting for LLVM IR
Saleem Abdulrasool
- [zorg] r224156 - Fix copy and paste error in builddir.
Eric Fiselier
- [llvm] r224159 - Pass EC by reference to MemoryBufferMMapFile to return error code.
Yaron Keren
- [PATCH] IR: Make MDNode::dump() useful by adding addresses
Duncan P. N. Exon Smith
- [PATCH] [test-suite] Fix failure to capture stderr in *.out-simple's
Daniel Sanders
- [zorg] r224161 - Added ABI test-suite builder and buildfactory.
Galina Kistanova
- [zorg] r224163 - Added buildfactory for ABI test-suite builder.
Galina Kistanova
- LLVM buildmaster will be restarted today after 5 PM Pacific today
Galina Kistanova
- [PATCH] [X86][SSE] Keep 4i32 vector insertions in integer domain on pre-SSE4.1 targets
Simon Pilgrim
- [llvm] r224165 - [ARMConstantIsland] Insert tbb/tbh optimization where previous jump table resided.
Chad Rosier
- Benchmarking file output strategies
Rafael Ávila de Espíndola
- [zorg] r224166 - Replace the simple Jenkins test scripts with a real lit test
Chris Matthews
- [llvm] r224168 - ValueTracking: Don't recurse too deeply in computeKnownBitsFromAssume
David Majnemer
- [llvm] r224169 - [PowerPC] Add a DAGToDAG peephole to remove unnecessary zero-exts
Hal Finkel
- [lld] r220117 - Hardcode the list of ELF targets here rather than using a glob.
Hans Wennborg
- [llvm] r224175 - Go bindings: remove contextless metadata bindings.
Peter Collingbourne
- [llvm] r224176 - Go bindings: expose the Metadata type.
Peter Collingbourne
- [llvm] r224177 - Go bindings: introduce Metadata.ReplaceAllUsesWith.
Peter Collingbourne
- [llvm] r224178 - Go bindings: introduce llvm.TemporaryMDNode.
Peter Collingbourne
- [llvm] r224179 - Go bindings: introduce Value.ConstantAsMetadata.
Peter Collingbourne
- [compiler-rt] r224181 - Use the newer python syntax for exceptions
Justin Bogner
- [RFC v2] BPF backend
Alexei Starovoitov
- [llvm] r224186 - Rename argument strings of codegen passes to avoid collisions with command line
Akira Hatanaka
- [llvm] r224187 - Use range-based for loops.
Craig Topper
- [PATCH] [inline-asm] Fix scope of assembly macros
Anton Korobeynikov
- [lld] r224190 - Move definitions to the correct file.
Rui Ueyama
- [lld] r224191 - Make YAML files own MemoryBuffer.
Rui Ueyama
- [lld] r224192 - [ELF] Clean up OPT_INPUT handler. NFC.
Rui Ueyama
- [PATCH] [ELF] Remove {ELF,}GNULinkerScript InputElements.
Rui Ueyama
- [PATCH] [X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for SSE2
Simon Pilgrim
- [PATCH] Add segmented stack support for DragonFlyBSD
Michael Neumann
- [llvm] r224194 - Silencing a *lot* of -Wsign-compare warnings; NFC.
Aaron Ballman
- [llvm] r224195 - Silencing a -Wsign-compare warning; NFC.
Aaron Ballman
- [PATCH] [mips][microMIPS] Implement LWGP instruction
Jozef Kolek
- isSubroutineType does not test for isCompositeType
Yaron Keren
- [llvm] r224197 - Fix Doxygen command misspellings.
Benjamin Kramer
- [llvm] r224198 - Revert "[ARM] Combine base-updating/post-incrementing vector load/stores."
Renato Golin
- [llvm] r224203 - Reapply "[ARM] Combine base-updating/post-incrementing vector load/stores."
Ahmed Bougacha
- [lld] r224206 - Remove code duplication.
Rui Ueyama
- [lld] r224207 - Remove dead code.
Rui Ueyama
- [lld] r224208 - Simplify InputGraph API.
Rui Ueyama
- [lld] r224209 - [PECOFF] Resolve file name in the driver, not in InputElement.
Rui Ueyama
- [lld] r224211 - More WinLinkInputGraph cleanup.
Rui Ueyama
- [lld] r224212 - Remove PECOFFLibraryNode.
Rui Ueyama
- [llvm] r224213 - [PowerPC] Handle cmp op promotion for SELECT[_CC] nodes in PPCTL::DAGCombineExtBoolTrunc
Hal Finkel
- [lld] r224214 - Clean up #include dependency.
Rui Ueyama
- [llvm] r224216 - ScalarEvolution: Remove SCEVUDivision, it's unused
David Majnemer
- [llvm] r224217 - APInt: udivrem should use machine instructions for single-word APInts
David Majnemer
- [llvm] r224218 - Loop Vectorizer minor changes in the code -
Elena Demikhovsky
- [PATCH] [X86][SSE] Improve matching of SSE blend instructions with splatted vector inputs
Simon Pilgrim
- [compiler-rt] r224222 - Update test case with more accurate column information now that Clang produces same
David Blaikie
- [llvm] r224224 - Use unique_ptr to remove explicit delete.
Craig Topper
- [llvm] r224225 - ThreadLocal: Return a mutable pointer if templated with a non-const type
David Majnemer
- [llvm] r224226 - StringPool: Cleanup typos in unittest comments
David Majnemer
- [llvm] r224227 - ThreadLocal: Move Unix-specific code out of Support/ThreadLocal.cpp
David Majnemer
- [PATCH] llgo: Generate llvm.dbg.value calls
Peter Collingbourne
- [llvm] r224229 - Fix line mapping information in LLVM JIT profiling with Vtune
Alexey Bataev
- [PATCH] Convert CoreInputGraph.
Rui Ueyama
- [lld] r224235 - Protect doParse() because that's not a public interface.
Rui Ueyama
- [lld] r224236 - Remove dead code.
Rui Ueyama
Last message date:
Sun Dec 14 23:22:30 PST 2014
Archived on: Tue Aug 4 17:12:04 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).