The Week Of Monday 23 June 2014 Archives by thread
Starting: Mon Jun 23 00:22:08 PDT 2014
Ending: Sun Jun 29 21:58:30 PDT 2014
Messages: 1025
- [PATCH] [tablegen] Resolve complex def identifiers when instanciating multiclass
deadal nix
- [PATCH] Review for hoisting and sinking of equivalent memory instruction (Instruction Merge Pass)
Chandler Carruth
- [PATCH] Fix aliasing issue caused by MemCpyOptimizer (PR18304)
Nick Lewycky
- [PATCH] Generate SEH unwinding info on Win64
Vadim Chugunov
- [PATCH] Added instruction combine to transform few more negative values addition to subtraction (Part 2)
Dinesh Dwivedi
- [PATCH] [compiler-rt][builtins] CTest to execute builtins testsuite
Faraz Shahbazker
- [PATCH] [InstCombine/InstSimplify] Move ashr optimization from Instcombine to Instsimplify
Rahul Jain
- [llvm] r211490 - ARM: mark UBFX as not allowing PC.
Tim Northover
- [PATCH] A workaround for getting process memory map taking too long for sanitizers on FreeBSD
David Chisnall
- [PATCH] Support building floating-point facilities on FreeBSD 9.2 in 32-bit mode
David Chisnall
- [PATCH] In LICM, don't create more than one copy of an instruction per loop exit block when sinking.
Evgeniy Stepanov
- [PATCH] Removed pattern checks in instruction simplify/ combine which are now handled in SimplifyUsingDistributiveLaws()
Dinesh Dwivedi
- [compiler-rt] Drop CRT_HAS_128BIT routines on Android
Daniel Sanders
- [PATCH] Fix for PR20104. Enable GAS compliant coprocessor register name.
Andrey Kuharev
- mips64: Use __clear_cache builtin instead of cacheflush
Daniel Sanders
- [PATCH] [lld] Enable writing of compact unwind sections
Tim Northover
- [lld] r211491 - [Mips] Make rel-dynamic-03.test test case independent from external input files.
Simon Atanasyan
- [llvm] r211492 - [PowerPC] Fix on-stack AltiVec arguments with 64-bit SVR4
Ulrich Weigand
- Invalid base register with fast-isel
Ulrich Weigand
- [PATCH] X86: rework expansion of atomic instructions
Tim Northover
- [PATCH] Add DefinedAtom::sectionSize().
Simon Atanasyan
- [PATCH] [ELF] Add two new virtual functions to the `OutputELFWriter` class to control dynamic symbol table populating and DT_NEEDED tag creation
Simon Atanasyan
- [llvm] r211493 - [PowerPC] Refactor setMinReservedArea and CalculateParameterAndLinkageAreaSize
Ulrich Weigand
- [PATCH] [lld] MachO: calculating file offsets in final objects
Tim Northover
- [llvm] r211494 - [PowerPC] Fix IsDarwin arg in PPCFrameLowering:: calls
Ulrich Weigand
- [PATCH] Expand SimplifyCFG to convert certain simple switches to selects
Marcello Maggioni
- [PATCH] ARMEB: Vector extend operations
Christian Pirker
- [llvm] r211495 - [PowerPC] Allow stack frames without parameter save area
Ulrich Weigand
- [LLVMdev] [cfe-dev] [PATCH] triples for baremetal
Renato Golin
- [llvm] r211497 - [PowerPC] Refactor getMinCallFrameSize / getMinCallArgumentsSize
Ulrich Weigand
- [llvm] r211498 - Remove a temporary hack.
Rafael Espindola
- [llvm] r211309 - Add StringMap::insert(pair) consistent with the standard associative container concept.
Rafael Espíndola
- [llvm] r211184 - Fix a memory leak in the error path.
Rafael Espíndola
- [PATCH] Fix getting environment variables for sanitizers needs on FreeBSD
Ed Maste
- [PATCH] Some code improvements (no functional change)
Artyom Skrobov
- [test-suite] r211499 - Do not pin the process on a specific core
Yi Kong
- [PATCH] [AArch64] Fix a build_vector pattern fail caused by defect in isBuildVectorAllZeros().
Tim Northover
- [llvm] r211500 - Stop producing func.eh symbols on Darwin.
Rafael Espindola
- [llvm] r211501 - clang-format initializer to reduce noise in another patch.
Rafael Espindola
- [llvm] r211502 - Allow using .cfi_startproc without a leading symbol.
Rafael Espindola
- [PATCH] Add new debug kind LocTrackingOnly.
Diego Novillo
- [PATCH] R600: Remove AMDILISelLowering
Tom Stellard
- [patch] Delete utils/FileUpdate
Rafael Espíndola
- [PATCH] R600: Parse OpenCL metadata
Tom Stellard
- [PATCH] R600: Add intrinsics for math helper instructions
Tom Stellard
- [PATCH] R600/SI: Fix div_scale intrinsic
Tom Stellard
- [llvm] r210221 - DebugInfo: Reapply r209984 (reverted in r210143), asserting that abstract DbgVariables have DIEs.
Kuba Břečka
- [llvm] r211507 - Support: Extract ScaledNumbers::compare()
Duncan P. N. Exon Smith
- [PATCH] [x86] Begin a significant overhaul of how vector lowering is done in the x86 backend.
Jim Grosbach
- [llvm] r211508 - Delete utils/FileUpdate.
Rafael Espindola
- [PATCH] Add back the message for printing null pointers that was removed in r210497
Philip Reames
- [llvm] r211509 - Alphabetize forward declarations
Matt Arsenault
- [llvm] r211510 - Use helper function
Matt Arsenault
- [llvm] r211511 - Fix missing words in sentence
Matt Arsenault
- [llvm] r211512 - R600: Rename AMDIL file
Matt Arsenault
- [llvm] r211513 - R600/SI: Move selection of i64 add to separate function.
Matt Arsenault
- [llvm] r211514 - R600/SI: Handle i64 sub.
Matt Arsenault
- [llvm] r211515 - R600: Don't set fp_round_inreg action.
Matt Arsenault
- [llvm] r211516 - R600: Move more out of AMDILISelLowering
Matt Arsenault
- [llvm] r211517 - R600: Move add/sub with overflow out of AMDILISelLowering
Matt Arsenault
- [llvm] r211518 - R600: Select is not expensive.
Matt Arsenault
- [llvm] r211519 - R600: Remove AMDILISelLowering
Matt Arsenault
- [PATCH] Remove dead zero store to calloc initialized memory
Philip Reames
- [llvm] r211520 - ARMEB: Vector extend operations
Christian Pirker
- [llvm] r211521 - Cleanup r211507
Duncan P. N. Exon Smith
- [PATCH] [ValueTracking] Extend range metadata to call/invoke
Philip Reames
- [PATCH] R600: Correctly set the src value offset for scalarized kernel args
Matt Arsenault
- [PATCH] [x86] Teach the X86 backend to DAG-combine SSE2 shuffles that are trivially redundant.
Jim Grosbach
- [llvm] r211522 - R600: Fix formatting of intrinsic definitions.
Matt Arsenault
- [llvm] r211523 - R600/SI: Fix div_scale intrinsic.
Matt Arsenault
- [llvm] r211524 - R600/SI: Verify restrictions on div_scale operands.
Matt Arsenault
- [llvm] r211525 - Recommit 211309 (StringMap::insert), reverted in 211328 due to issues with private, but non-deleted, move members.
David Blaikie
- [PATCH] R600/SI: Implement less wrong f32 fdiv
Matt Arsenault
- [PATCH][X86] Add support for builtin 'rdpmc' to read performance monitoring counters.
Andrea Di Biagio
- [PATCH] Add an option to allow JumpInstrTables to set unnamed_addr and jumptable on all address-taken functions
Nick Lewycky
- [PATCH] GlobalOpt: Don't optimize dllimport for initializers
Reid Kleckner
- [llvm] r211527 - [Mips] Add a target streamer when creating a null streamer.
Rafael Espindola
- [llvm] r211529 - Change the default input for llvm-nm to be a.out instead of standard input
Kevin Enderby
- [PATCH] [AArch64] Implement pseudo LDR <reg>, =<literal/label>
David Peixotto
- [llvm] r211531 - Support: Extract ScaledNumbers::matchScale()
Duncan P. N. Exon Smith
- [llvm] r211532 - Convert a few methods to use ErrorOr.
Rafael Espindola
- [llvm] r211533 - Fix PR20056: Implement pseudo LDR <reg>, =<literal/label> for AArch64
Weiming Zhao
- [Review]: Sink multiple instructions per iteration in InstCombine
Aditya Nandakumar
- [llvm] r211537 - nm-trivial-object.test requires shell since Lit internal runner isn't capable of chdir.
NAKAMURA Takumi
- [llvm] r211538 - Simplify memory management with std::unique_ptr.
Rafael Espindola
- [llvm] r211539 - Fix cmake build.
Juergen Ributzka
- [llvm] r211540 - This reverts commit r211533 and r211539.
Rafael Espindola
- [PATCH] Change loop unroll and vectorizer metadata prefix to 'llvm.loop.'
Mark Heffernan
- [PATCH] Improve debugging output when there is a null function pointer in the IR dump.
Richard Trieu
- [llvm] r210895 - [Win32] Let utils/not aware of abort(), aka llvm_unreachable(), in msvcrt.
Reid Kleckner
- [PATCH] Add CreatePointerBitCastOrAddrSpaceCast to IRBuilder and co.
Matt Arsenault
- [llvm] r211542 - Make ObjectFile and BitcodeReader always own the MemoryBuffer.
Rafael Espindola
- [llvm] r211543 - [FastISel][X86] Optimize selects when the condition comes from a compare.
Juergen Ributzka
- [llvm] r211544 - [FastISel][X86] Add support for floating-point select.
Juergen Ributzka
- [llvm] r211545 - [FastISel][X86] Lower unsupported selects to control-flow.
Juergen Ributzka
- [llvm] r211546 - Pass a std::unique_ptr& to the create??? methods is lib/Object.
Rafael Espindola
- [lld] r211548 - Update for llvm api change.
Rafael Espindola
- [PATCH] Substantial RuntimeDyldMachO cleanup.
Lang Hames
- [llvm] r211550 - not: Only consider exit code 3 to be a crash with --crash
Reid Kleckner
- [PATCH, RuntimeDyld] Fix/improve handling of TOC relocations
Hal Finkel
- [llvm] r211552 - Support: Return scale from ScaledNumbers::matchScales()
Duncan P. N. Exon Smith
- [llvm] r211553 - Support: Extract ScaledNumbers::getSum() and getDifference()
Duncan P. N. Exon Smith
- [llvm] r211554 - Fix comments from r211553
Duncan P. N. Exon Smith
- [llvm] r211555 - BFI: Rename UnsignedFloat => ScaledNumber
Duncan P. N. Exon Smith
- [llvm] r211556 - BFI: Update ScaledNumber header docs
Duncan P. N. Exon Smith
- [llvm] r211557 - BFI: Change language from "exponent" to "scale"
Duncan P. N. Exon Smith
- [PATCH] Have cmake and configure look for round() functions.
Zachary Turner
- [llvm] r211558 - Support: Extract ScaledNumbers::MinScale and MaxScale
Duncan P. N. Exon Smith
- [llvm] r211559 - Support: Return ScaledNumbers::MaxScale from getQuotient()
Duncan P. N. Exon Smith
- [llvm] r211560 - BFI: Remove more float-like language from ScaledNumber
Duncan P. N. Exon Smith
- [llvm] r211561 - BFI: Un-floatify more language
Duncan P. N. Exon Smith
- [llvm] r211562 - Support: Move class ScaledNumber
Duncan P. N. Exon Smith
- [Patch][LNT] fix python error in compile.py when runN failed
Steven Wu
- [llvm] r211564 - [Emacs] Use spaces rather than tabs for indentation in tablegen-mode
Adam Nemet
- [llvm] r211565 - [Disasm][AVX512] Implement decoding of top bit for non-destructive reg fields
Adam Nemet
- [PATCH] MergeFunc: Don't merge functions with different range metadata on call/invoke
Stepan Dyatkovskiy
- [PATCH] Include ADT/APFloat.h from ScaledNumber.h
Michel Dänzer
- [llvm] r211567 - [AArch64] Fix a build_vector pattern match fail
Kevin Qin
- [PATCH] aarch64: support target-specific .req assembler directive
Saleem Abdulrasool
- [llvm] r211569 - Include <tuple> for std::tie
Alexey Samsonov
- [PATCH] [RFC] Print exact source locations of global variables in ASan error reports.
Alexey Samsonov
- [llvm][polly][patch]Remove use of llvm.codegen intrinsic
Yabin Hu
- [llvm] r211571 - GlobalOpt: Don't optimize dllimport for initializers
David Majnemer
- [PATCH] compiler-rt: add support for building for Windows
Alexey Samsonov
- [llvm] r211478 - R600: Use LowerSDIVREM for i64 node replace
Matt Arsenault
- [Patch] Patch to handle exact division and exact log2 for "ugt and ult" icmp instruction PR19958
Sonam Kumari
- [polly] [refactor] Ease creation of nicer test cases
Tobias Grosser
- [polly] r211573 - Remove use of llvm.codegen intrinsic for GPGPU codegen
Yabin Hu
- [polly] Memory access based dependency analysis
Tobias Grosser
- [PATCH] Expose MCInst in C Disassembler API
Anders Waldenborg
- [compiler-rt] r211574 - [msan] Print stats even on successful run with atexit=1.
Evgeniy Stepanov
- [PATCH] Add ability to emit internal instruction representation to CodeGen assembly output.This patch re-uses the implementation of 'llvm-mc -show-inst' and makes itavailable to llc as 'llc -asm-show-inst'.This is necessary to test parts of...
Daniel Sanders
- [PATCH] [mips][mips64r6] Use JALR for returns instead of JR (which is not available on MIPS32r6/MIPS64r6)
Daniel Sanders
- [LNT] r211580 - Fix server crash when there is no entry
Yi Kong
- [PATCH] [mips][mips64r6] Use JALR for indirect branches instead of JR (which is not available on MIPS32r6/MIPS64r6)
Daniel Sanders
- [llvm] r211581 - InstCombine: Don't try to reorder shuffles where the mask is a ConstantExpr.
Benjamin Kramer
- [LNT] r211582 - Fix geomean calculation for previous run
Yi Kong
- [llvm] r211583 - InstCombine: Disable umul.with.overflow recognition for vectors.
Benjamin Kramer
- [LNT] r211584 - Don't report failure if sample is empty
Yi Kong
- [PATCH] Fix big-endian NEON intrinsics
Tim Northover
- [PATCH] ARM: Fix TPsoft for Thumb mode
Renato Golin
- [compiler-rt] r211585 - [msan] Fix origin copying.
Evgeniy Stepanov
- [compiler-rt] r211587 - [asan] adding support of 32-bit address sanitizer for MIPS
Daniel Sanders
- [PATCH] [asan] adding support of 32-bit address sanitizer for MIPS
Daniel Sanders
- [llvm] r211588 - [mips] Use __clear_cache builtin instead of cacheflush() in Unix Memory::InvalidateInstructionCache()
Daniel Sanders
- [llvm] r211590 - [mips] Added support for assembling sdbbp.
Daniel Sanders
- [polly] r211591 - cmake: Fix reference to Pluto file
Tobias Grosser
- [PATCH] ARMEB: Fix trunc DAG combining for vector types
Christian Pirker
- [llvm] r211592 - Revert r211287, "Remove support for LLVM runtime multi-threading."
NAKAMURA Takumi
- [llvm] r211594 - Revert: r211588 - [mips] Use __clear_cache builtin instead of cacheflush() in Unix Memory::InvalidateInstructionCache()
Daniel Sanders
- [llvm] r211595 - Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.
Rafael Espindola
- [lld] r211596 - Update for llvm api change.
Rafael Espindola
- [llvm] r211597 - Replace two release calls with std::move. I missed this on the previous commit.
Rafael Espindola
- [PATCH] Fix the --enable-shared build
Rafael Espíndola
- [PATCH] Fix unresolved symbols when loading gold plugin
Alexey Volkov
- [llvm] r211600 - Remove an empty directory left after r211508.
Alexander Kornienko
- [llvm] r211601 - ARM: Fix TPsoft for Thumb mode
Christian Pirker
- [llvm] r211602 - CodeGen: Avoid multiple strlen calls
David Majnemer
- [LNT] r211603 - [lnttool] Add --version command line option.
Daniel Dunbar
- [llvm] r211605 - Resubmit commit r211533
Weiming Zhao
- [PATCH] PR19958 wrong code at -O1 and above on x86_64-linux-gnu (InstCombine)
suyog
- [compiler-rt] r211608 - Remove ARM XFAIL from passing test
Greg Fitzgerald
- [llvm] r211609 - Add new debug kind LocTrackingOnly.
Diego Novillo
- [polly] r211612 - [Refactor] Create nicer test cases from C/C++
Johannes Doerfert
- [llvm] r211613 - Fix test case in r211605/r211533
Weiming Zhao
- [llvm] r211614 - R600/SI: Move pattern to instruction definition
Matt Arsenault
- [PATCH] Alternative way of representing comdats
David Majnemer
- [PATCH] Ensure proper alignment when reading variadic arguments for x86-32 and x86-64
Thomas Jablin
- [llvm] r211616 - R600: Remove DIV_INF
Matt Arsenault
- [PATCH] vpblend intrinsics combines as shifts intrinsics due to absence return stmt between them
Robert Khasanov
- [llvm] r211617 - vpblend intrinsics combines as shifts intrinsics due to absence return stmt between them
Robert Khasanov
- [PATCH] Add Forward-Edge Control-Flow Integrity support
Tom Roeder
- [PATCH] MCJIT MachO debugging support
Keno Fischer
- [llvm] r211627 - [PPC64] Fix PR20071 (fctiduz generated for targets lacking that instruction)
Bill Schmidt
- [llvm] r211628 - Fix up scoping in a few tests (and delete one that validates unnecessary behavior).
David Blaikie
- [PATCH 1/1] R600: Implement float to long/ulong
Jan Vesely
- [PATCH] Move Post RA Scheduling flag bit into SchedMachineModel
hfinkel at anl.gov
- [PATCH][X86] AVX512: Add vbroadcasti*
Adam Nemet
- [llvm] r211634 - fixed a few typos in comments
Sanjay Patel
- [PATCH] AArch64: use 32bit registers in ldr-pseudo.s tests
Janne Grunau
- [PATCH] MC: support different sized constants in constant pools
Janne Grunau
- [llvm] r211637 - R600: Fix inconsistency in rsq instructions.
Matt Arsenault
- [PATCH] R600: Fix inconsistency in rsq instructions.
Matt Arsenault
- [PATCH] MC: rename EmitWin64EH routines
Reid Kleckner
- [llvm] r211639 - Print a=b as an assignment.
Rafael Espindola
- [1/5 PATCH/RFC PPC64] add power8 keyword target to llvm
Hal Finkel
- [2/5 PATCH/RFC PPC64] add power8 keyword to host
Hal Finkel
- Optimize load from aggregate stores
deadal nix
- [PATCH] Add return value attribute to C interface
deadal nix
- [llvm] r211640 - llvm/test/MC/AArch64/ldr-pseudo-obj-errors.s: Add -triple=aarch64-linux. AArch64 is unaware of PECOFF for now.
NAKAMURA Takumi
- [llvm] r211642 - ldr-pseudo-obj-errors.s: Fix silly copypasto.
NAKAMURA Takumi
- [llvm] r211643 - R600: Promote i64 stores to v2i32
Tom Stellard
- [llvm] r211644 - R600/SI: Use a ComplexPattern for MUBUF stores
Tom Stellard
- [llvm] r211645 - [FastISel][X86] Fold XALU condition into branch and compare.
Juergen Ributzka
- [llvm] r211646 - Simplify EmitLabel.
Rafael Espindola
- [llvm] r211651 - Simplify the handling of .cfi_endproc.
Rafael Espindola
- [llvm] r211652 - [RuntimeDyld] Adds the necessary hooks to MCJIT to be able to debug generated
Lang Hames
- [llvm] r211653 - Move some trivial methods up to MCStreamer.
Rafael Espindola
- [llvm] r211656 - Use SourceMgr::getMemoryBuffer() in a couple of places
Alp Toker
- [llvm] r211659 - CodeGen/X86/pr20088.ll: Add -march=x86-64, or llc fails due to non-x86 default target.
NAKAMURA Takumi
- [llvm] r211664 - MCNullStreamer.cpp: Roll back a few empty methods that have been marked as unreachable in MCStreamer.cpp.
NAKAMURA Takumi
- [PATCH] Add reference counting support to SourceMgr
Alp Toker
- [llvm] r211666 - Fix a regression from r211653.
Rafael Espindola
- [llvm] r211668 - Fix another asserting method in the null streamer.
Rafael Espindola
- [polly] r211670 - Clean up XFAILed test cases
Tobias Grosser
- [PATCH] fix: GVN does not maintain invariant.load metadata
Erik Eckstein
- [polly] r211671 - test/ScopInfo: Remove %defaultOpts and list passes explicitly
Tobias Grosser
- [PATCH] Partially fix PR20058: reduce compile time for loop unrolling with very high count
Mark Heffernan
- [PATCH] Added instruction combine to transform few more negative values addition to subtraction (Part 3)
Dinesh Dwivedi
- [llvm] r211673 - [LICM] Don't create more than one copy of an instruction per loop exit block when sinking.
Evgeniy Stepanov
- [lld] r211674 - [ELF] Add two new virtual functions to the `OutputELFWriter` class to control
Simon Atanasyan
- [llvm] r211675 - Fix unresolved symbols when loading gold plugin
Alexey Volkov
- [llvm] r211678 - Factor out part of LICM::sink into a helper function.
Evgeniy Stepanov
- [polly][PATCH] Derive run-time conditions for delinearization
Tobias Grosser
- [llvm] r211679 - [X86] Add target combine rule to select ADDSUB instructions from a build_vector
Andrea Di Biagio
- [PATCH] Fix crash in LICM due to unreachable uses after LCSSA
Amara Emerson
- [lld] r211681 - [mach-o] don't assume all sections have symbols
Tim Northover
- [lld] r211682 - [mach-o]: atomize zero-terminated literals correctly.
Tim Northover
- [compiler-rt] r211683 - [msan] Fix false positive on dynamic tls.
Evgeniy Stepanov
- [compiler-rt] r211684 - [sanitizer] Fix build on platforms where dtls support is disabled.
Evgeniy Stepanov
- [llvm] r211689 - Reformat.
NAKAMURA Takumi
- [llvm] r211691 - Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore SEH pseudo ops in X86 JIT emitter.
NAKAMURA Takumi
- [PATCH] Added llvm.is.constant intrinsic
Renato Golin
- [NoPatch!] [lld]:What output formats should we support?
Tim Northover
- [llvm] r211694 - [x86] Add intrinsics for the pshufd, pshuflw, and pshufhw instructions.
Chandler Carruth
- [llvm] r211695 - Add Polly to the ignored trees.
Chandler Carruth
- [llvm] r211697 - Code cleanup.
Logan Chien
- [PATCH] [x86] Teach the target-specific combining how to aggressively foldhalf-shuffles, even looking through intervening instructions in a chain.
Chandler Carruth
- [PATCH] [x86] Teach the target combine step to aggressively fold pshufd insturcions.
Chandler Carruth
- [llvm] r211699 - Don't leak a file descriptor.
Rafael Espindola
- [compiler-rt] r211700 - [msan] Fix bad interaction between with-calls mode and chained origin tracking.
Evgeniy Stepanov
- [llvm] r211700 - [msan] Fix bad interaction between with-calls mode and chained origin tracking.
Evgeniy Stepanov
- [llvm] r211701 - Simplify AddValueSymbols. No functionality change.
Rafael Espindola
- [sanitizer] only lower the soft coresize limit in DisableCoreDumper
Stephan Bergmann
- [lld] r211704 - [mach-o]: make sure custom sort method is irreflexive.
Tim Northover
- [llvm] r211705 - Random Number Generator (llvm)
JF Bastien
- [LNT] r211706 - Correct r211148 - we should be resetting cc_src_branch to "", not None.
James Molloy
- [llvm] r211707 - Simplify the visitation of target expressions. No functionality change.
Rafael Espindola
- [llvm] r211709 - Fix = delete in MSVC build from r211705
JF Bastien
- [llvm] r211710 - Rename loop unrolling and loop vectorizer metadata to have a common prefix.
Eli Bendersky
- [llvm] r211711 - Add some test files for r211710.
Eli Bendersky
- [compiler-rt] r211713 - [ASan] When iterating over segments on OSX, treat the segments' initial
Alexander Potapenko
- [llvm] r211714 - Move expression visitation logic up to MCStreamer.
Rafael Espindola
- [llvm] r211715 - Fix the build.
Rafael Espindola
- [PATCH] R600/SI: Add support for global atomic add
Tom Stellard
- [PATCH 1/2] R600: Promote i64 loads to v2i32
Tom Stellard
- [llvm] r211717 - Fix indentation.
Juergen Ributzka
- [PATCH] cmake: NDEBUG needlessly defined in non-Release builds
Reid Kleckner
- [LNT] r211719 - [runtest compile] Improve handling of command failures/unexpected stderr.
Daniel Dunbar
- [PATCH][x86] If possible, always prefer to lower a VECTOR_SHUFFLE into a BLENDI instead of SHUFP (or VPERM2F128).
Andrea Di Biagio
- [PATCH] [x32] Add X32 backend
JF Bastien
- [llvm] r211720 - [X86] Always prefer to lower a VECTOR_SHUFFLE into a BLENDI instead of SHUFP (or VPERM2X128).
Andrea Di Biagio
- fix for Ruby build fails due to inlining functions with block label address taken
Gerolf Hoflehner
- [llvm] r211721 - Add Rpass-missed and Rpass-analysis reports to the loop vectorizer. The remarks give the vector width of vectorized loops and a brief analysis of loops that fail to be vectorized. For example, an analysis will be generated for loops containing control flow that cannot be simplified to a select. The optimization remarks also give the debug location of expressions that cannot be vectorized, for example the location of an unvectorizable call.
Tyler Nowicki
- [llvm] r211723 - PR20038: DebugInfo: Inlined call sites where the caller has debug info but the call itself has no debug location.
David Blaikie
- [llvm] r211724 - Revert "PR20038: DebugInfo: Inlined call sites where the caller has debug info but the call itself has no debug location."
David Blaikie
- Add Rpass-missed and Rpass-analysis reports to the loop vectorizer
Tyler Nowicki
- [Patch/RFC PPC64] Add Power8 host keyword
Will Schmidt
- [Patch/RFC PPC64] Add Power8 as Target
Will Schmidt
- [llvm] r211727 - Merge the used symbol scanning of MCObjectStreamer and RecordStreamer.
Rafael Espindola
- [llvm] r210578 - Reorder includes to be sorted.
Justin Bogner
- [test-suite] r211729 - Try to be compatible with POSIX shell
Justin Bogner
- [llvm] r211730 - [FastISel][X86] Only fold the cmp into the select when both instructions are in the same basic block.
Juergen Ributzka
- [PATCH] R600/SI: implement range reduction for sin/cos
Grigori Goronzy
- Introduce StringBuilder utility around raw_string_ostream
Alp Toker
- [llvm] r211731 - Mention that Phabricator users should subscribe to *-commits
Reid Kleckner
- [PATCH] R600/SI: Add FP mode bits to binary.
Matt Arsenault
- [llvm] r211735 - [FastISel][X86] Refactor XALU folding. NFC.
Juergen Ributzka
- [llvm] r211737 - The includes were sorted. Revert r210578.
Eric Christopher
- [llvm] r211740 - [FastISel][X86] More refactoring of select lowering and XALU folding. NFC.
Juergen Ributzka
- [PATCH] Fixup PHI nodes in LowerSwitch
Marcello Maggioni
- [PATCH] Initial code coverage mapping data structures, and reader and writers + C interface for ProfileData library
Alex L
- [PATCH] Initial code coverage mapping data structures, and reader and writers + C interface for ProfileData library
Justin Bogner
- [PATCH] Initial code coverage mapping data structures, and reader and writers + C interface for ProfileData library
Eric Christopher
- [PATCH] Initial code coverage mapping data structures, and reader and writers + C interface for ProfileData library
Alex L
- [PATCH] Initial code coverage mapping data structures, and reader and writers + C interface for ProfileData library
Philip Reames
- [PATCH] Initial code coverage mapping data structures, and reader and writers + C interface for ProfileData library
Alex L
- [PATCH] Initial code coverage mapping data structures, and reader and writers + C interface for ProfileData library
Hal Finkel
- [PATCH] Initial code coverage mapping data structures, and reader and writers + C interface for ProfileData library
Eric Christopher
- [PATCH] Initial code coverage mapping data structures, and reader and writers + C interface for ProfileData library
Philip Reames
- [PATCH] Initial code coverage mapping data structures, and reader and writers + C interface for ProfileData library
Alex L
- [PATCH] Initial code coverage mapping data structures, and reader and writers + C interface for ProfileData library
Eric Christopher
- [PATCH] Initial code coverage mapping data structures, and reader and writers + C interface for ProfileData library
Bob Wilson
- [PATCH] Initial code coverage mapping data structures, and reader and writers + C interface for ProfileData library
Hal Finkel
- [PATCH] Initial code coverage mapping data structures, and reader and writers + C interface for ProfileData library
Nick Lewycky
- [PATCH] Initial code coverage mapping data structures, and reader and writers + C interface for ProfileData library
Bob Wilson
- [PATCH] Initial code coverage mapping data structures, and reader and writers + C interface for ProfileData library
Bob Wilson
- [llvm] r211744 - Fix typo
Michael Liao
- [PATCH] Add support for building LLVM on FreeBSD 9.2
Todd Fiala
- [llvm] r211747 - For CrashRecoveryContext::RunSafelyOnThread, propagate Darwin's PRIO_DARWIN_BG to the new thread if it is
Argyrios Kyrtzidis
- [llvm] r211749 - Introduce a string_ostream string builder facilty
Alp Toker
- [llvm] r211750 - [X86] AVX512: Fix asm syntax for packed vcmp
Adam Nemet
- [llvm] r211752 - MSVC build fix following r211749
Alp Toker
- [llvm] r211753 - Don't build switch tables for dllimport and TLS variables in GEPs
Hans Wennborg
- [llvm] r211754 - Remove forward decl of SmallVectorImpl now that we have the header
Reid Kleckner
- [PATCH] Remove -fomit-frame-pointer from sanitizers CFLAGS
Kuba Brecka
- [llvm] r211757 - R600: Fix vector FMA
Matt Arsenault
- [PATCH] R600: Add FMA instruction
Matt Arsenault
- [PATCH] Don't fail on EINTR, unless we have set a timeout.
Julien Lerouge
- [llvm] r211762 - GlobalOpt: Don't optimize thread_local for initializers
David Majnemer
- Fix LowerSDIV24
Matt Arsenault
- [llvm] r211765 - Added instruction combine to transform few more negative values addition to subtraction (Part 2)
Dinesh Dwivedi
- [AArch64] A question about rematerialization of simple add
Jiangning Liu
- [llvm] r211768 - This patch removed duplicate code for matching patterns
Dinesh Dwivedi
- [Polly] Reduction dependences [V3]
Andreas Simbuerger
- [polly] r211769 - Support the new DiagnosticRemarks
Andreas Simbuerger
- [PATCH] [polly] Support the new DiagnosticRemarks
Andreas Simbuerger
- [polly] r211770 - Support for LLVM-style RTTI isa<...>, dyn_cast<...> et al.
Andreas Simbuerger
- [llvm] r211771 - [X86] Improve the selection of SSE3/AVX addsub instructions.
Andrea Di Biagio
- [lld] r211772 - [Driver] Improve the `isPathUnderSysroot()` function. Now it returns a
Simon Atanasyan
- [polly] r211773 - Fix dangling reference
Andreas Simbuerger
- [polly] Add diagnostic remark for ReportVariantBasePtr
Andreas Simbuerger
- [llvm] r211776 - Added parsing co-processor names starting with "cr"
Renato Golin
- [polly] r211777 - Add diagnostic remark for ReportVariantBasePtr
Andreas Simbuerger
- [llvm] r211779 - add ppc64/pwr8 as target
Will Schmidt
- [polly] r211780 - Use own class for storing the RejectLogs
Andreas Simbuerger
- [llvm] r211781 - Add support for ppc64/power8 as a host
Will Schmidt
- [llvm] r211782 - Silence a warning due to a comparison between signed and unsigned.
Andrea Di Biagio
- [llvm] r211783 - Silencing a warning about isZExtFree hiding an inherited virtual function. No functional change intended.
Aaron Ballman
- [Polly] Last (real) redution preperation patch
Tobias Grosser
- [Polly] Fix parallelism check for reductions
Tobias Grosser
- [PATCH] [lld] [mach-o]: Initial support for reading dylibs during link.
Tim Northover
- [llvm] r211791 - R600/SI: Add FP mode bits to binary.
Matt Arsenault
- [PATCH] R600/SI: Add subtarget feature for denormal handling
Matt Arsenault
- [llvm] r211793 - Changed Phab 'CC' to 'subscriber'; fixed typo
Sanjay Patel
- [polly] r211794 - Hybrid dependency analysis
Johannes Doerfert
- [PATCH] Add some natvis visualizers for llvm::Value and llvm::Type
Zachary Turner
- [polly] r211795 - Use wrapped reduction dependences
Johannes Doerfert
- [polly] r211796 - [Refactor] Change memory access dump to preserve space
Johannes Doerfert
- [polly] r211797 - [Fix] Broken tests after r211796.
Johannes Doerfert
- [llvm] r211798 - Move the frame lowering constructors out of line to avoid circular
Eric Christopher
- [llvm] r211799 - Move all of the ARM subtarget features down onto the subtarget
Eric Christopher
- [llvm] r211800 - Remove extraneous includes from the target machines.
Eric Christopher
- buildbot failure in LLVM on polly-amd64-linux
Johannes Doerfert
- [llvm] r211801 - GVN: Preserve invariant.load metadata
Arnold Schwaighofer
- [Polly] Allow multiple reductions in one statement
Johannes Doerfert
- [polly] r211803 - [Refactor] Make the used dependence types explicit
Johannes Doerfert
- [PATCH] Fix dumping codeview line tables when there are multiple debug sections
Jeff Muizelaar
- [llvm] r211804 - Fix the new LTOCodeGenerator setup in gold to parse options before using MAttrs.
Tom Roeder
- [llvm] r211808 - fixed typo
Sanjay Patel
- [llvm] r211809 - Remove the storage and use of the subtarget out of the sparc frame
Eric Christopher
- [llvm] r211810 - Have SparcSelectionDAGInfo take a DataLayout to initialize since
Eric Christopher
- [llvm] r211811 - Move the various Subtarget dependent members down to the subtarget
Eric Christopher
- [llvm] r211814 - Revert "Introduce a string_ostream string builder facilty"
Alp Toker
- [llvm] r211815 - [RuntimeDyld] Teach MachOObjectImage to deregister itself with the debugger upon
Lang Hames
- [llvm] r211816 - [Stackmaps] Remove the liveness calculation for stackmap intrinsics.
Juergen Ributzka
- [llvm] r211817 - [StackMaps] Enable patchpoint liveness analysis per default.
Juergen Ributzka
- [llvm] r211818 - InstrItineraryData is already on the subtarget, no reason to
Eric Christopher
- [llvm] r211819 - Remove unnecessary caching of the subtarget for HexagonFrameLowering and remove the unused constructor argument.
Eric Christopher
- [llvm] r211820 - Reduce indentation.
Eric Christopher
- [llvm] r211821 - Make HexagonISelLowering not dependent upon a HexagonTargetMachine,
Eric Christopher
- [llvm] r211822 - Have HexagonSelectionDAGInfo take a DataLayout rather than a
Eric Christopher
- [llvm] r211824 - Move all of the hexagon subtarget dependent variables from the target
Eric Christopher
- [lld] r211825 - Add utility to SimpleDefinedAtom to sort references
Nick Kledzik
- [llvm] r211826 - Have MSP430SelectionDAGInfo constructor take a DataLayout rather
Eric Christopher
- [llvm] r211827 - Remove unnecessary caching of variables by MSP430TargetLowering and
Eric Christopher
- [llvm] r211828 - [X86] AVX512: Add vbroadcasti*
Adam Nemet
- [compiler-rt] r211829 - tsan: add __tsan_java_finalize interface function
Dmitry Vyukov
- [llvm] r211830 - Remove caching of an unused subtarget from MSP430FrameLowering.
Eric Christopher
- [lld] r211833 - Add const to sort() comparator function. Caught by gcc but not clang
Nick Kledzik
- [llvm] r211835 - Remove uses and caches of the target machine and subtarget from
Eric Christopher
- [llvm] r211836 - Move the subtarget dependent features from the target machine to
Eric Christopher
- [llvm] r211837 - Remove extraneous parens and extraneous const cast (and fix the
Eric Christopher
- [llvm] r211838 - Remove commented out code.
Eric Christopher
- [llvm] r211839 - Remove comment that duplicated information in the constructor
Eric Christopher
- [llvm] r211840 - Remove caching of the target machine in NVPTXInstrInfo and
Eric Christopher
- [patch] Don't force the build of toos/lto as a static lib
Rafael Espíndola
- [llvm] r211845 - Rework the logic for setting the TargetName. This appears to
Eric Christopher
- [llvm] r211846 - Remove unnecessary caching of the TargetMachine on NVPTXFrameLowering.
Eric Christopher
- [llvm] r211847 - Move the constructor for NVPTXFrameLowering into the implementation
Eric Christopher
- [llvm] r211848 - R600: Move load/store ReplaceNodeResults to common code.
Matt Arsenault
- [llvm] r211850 - Fix missing newline and simplify debug printing.
Matt Arsenault
- [llvm] r211852 - Don't force the build of toos/lto as a static lib.
Rafael Espindola
- [llvm] r211854 - Support: tweak comment layout
Saleem Abdulrasool
- [llvm] r211855 - Support: update DLLCharacteristics enumeration
Saleem Abdulrasool
- [patch] Drop a bit of dead code from our cmake files
Rafael Espíndola
- [llvm] r211858 - Use the target lowering we can get off of the DAG rather than off
Eric Christopher
- [llvm] r211859 - R600: Add some testcases for promote alloca pass.
Matt Arsenault
- [llvm] r211860 - Move NVPTX subtarget dependent variables from the target machine
Eric Christopher
- [PATCH] R600: Don't crash on unhandled instruction in promote alloca
Matt Arsenault
- [llvm] r211861 - ParseIR: don't take ownership of the MemoryBuffer
Alp Toker
- [llvm] r211863 - Have MipsSelectionDAGInfo constructor take a DataLayout rather
Eric Christopher
- [llvm] r211864 - Propagate const-correctness into parseBitcodeFile()
Alp Toker
- [llvm] r211865 - MachineScheduler: add some book-keeping to fix an assert.
Andrew Trick
- [llvm] r211867 - Left out the NDEBUG in the previous checkin.
Andrew Trick
- [llvm] r211869 - Rename getX86ConditonCode -> getX86ConditionCode
Craig Topper
- [llvm] r211870 - Have SystemZSelectionDAGInfo constructor take a DataLayout rather
Eric Christopher
- [llvm] r211871 - Revert "Revert "PR20038: DebugInfo: Inlined call sites where the caller has debug info but the call itself has no debug location.""
David Blaikie
- [llvm] r211872 - ArgumentPromotion: Propagate debug locations on calls for which arguments are promoted.
David Blaikie
- [llvm] r211873 - Revert "Revert "Revert "PR20038: DebugInfo: Inlined call sites where the caller has debug info but the call itself has no debug location."""
David Blaikie
- [PATCH] R600: Add option to disable promote alloca
Matt Arsenault
- [polly] r211875 - Don't expand to invalid Scops with -polly-detect-keep-going
Andreas Simbuerger
- [PATCH] Don't expand bswap with shuffle of illegal vector type.
Matt Arsenault
- [llvm] r211877 - Remove target machine caching from SystemZInstrInfo and
Eric Christopher
- [compiler-rt] r211878 - [msan] Fix truncated stack trace in chained origin reports.
Evgeniy Stepanov
- [ubsan] nonnull and returns_nonnull sanitization
Jakub Jelinek
- [llvm] r211879 - GlobalOpt: Fix constantfold-initializers.ll test
David Majnemer
- [llvm] r211880 - Remove the caching of the target machine from SystemZTargetLowering.
Eric Christopher
- [PATCH] R600: Run private-memory test with and without alloca promote
Matt Arsenault
- [llvm] r211881 - Added instruction combine to transform few more negative values addition to subtraction (Part 3)
Dinesh Dwivedi
- [compiler-rt] r211882 - [tsan] Disable a failing test.
Evgeniy Stepanov
- [llvm] r211883 - IRReader: don't mark MemoryBuffers const
Alp Toker
- [PATCH] [AArch64] Change default legalization behavior of v1i32 to be widen to v2i32 instead of scalarization
Hao Liu
- [llvm] r211885 - [RuntimeDyld, PowerPC] Fix/improve handling of TOC relocations
Ulrich Weigand
- [llvm] r211888 - [x86] Begin a significant overhaul of how vector lowering is done in the
Chandler Carruth
- [llvm] r211889 - [x86] Teach the X86 backend to DAG-combine SSE2 shuffles that are
Chandler Carruth
- [llvm] r211890 - [x86] Teach the target-specific combining how to aggressively fold
Chandler Carruth
- [llvm] r211891 - [ELF][Mips] Fix recognition of MIPS 64-bit arch in the ELFObjectFile:getArch() method.
Simon Atanasyan
- [llvm] r211892 - [x86] Teach the target combine step to aggressively fold pshufd insturcions.
Chandler Carruth
- [llvm] r211894 - [x86] Clean up some unused variables, especially in release builds.
Chandler Carruth
- [compiler-rt] r211896 - [msan] Add store_context_size= flag.
Evgeniy Stepanov
- [llvm] r211897 - [PowerPC] Constrain base register in PPCRegisterInfo::resolveFrameIndex
Ulrich Weigand
- [PATCH] llvm-objdump: don't assert if ELF file has no sections
Ed Maste
- [PATCH] ARM: take care not to set the ThumbFunc bit on TLS data symbols
Saleem Abdulrasool
- [PATCH] Add range for-loop iterator adapter for cases in SwitchInst
Marcello Maggioni
- [llvm] r211900 - Re-apply r211287: Remove support for LLVM runtime multi-threading.
Chandler Carruth
- [llvm] r211902 - Clean up unused variable warning in release build.
Alexander Kornienko
- [llvm] r211904 - llvm-objdump: don't assert if ELF file has no sections
Ed Maste
- [llvm] r211906 - R600: Don't crash on unhandled instruction in promote alloca
Matt Arsenault
- [llvm] r211911 - [FastISel][X86] Fix typos.
Juergen Ributzka
- [llvm] r211913 - MC: Fix associative sections on COFF
David Majnemer
- [llvm] r211914 - Avoid non-ascii character in the source code.
Logan Chien
- [llvm] r211916 - Fix test so it doesn't try to write out temporary files into the test tree.
David Blaikie
- [llvm] r211917 - R600: Move trivial getters into header, use initializer list
Matt Arsenault
- [llvm] r211918 - lldb can interrupt waitpid, so EINTR shouldn't be an error. This fixes the case
Julien Lerouge
- [llvm] r211919 - cmake: Don't do anything for LLVM_ENABLE_ASSERTIONS=OFF
Reid Kleckner
- [llvm] r211920 - IR: Add COMDATs to the IR
David Majnemer
- [PATCH] Updates to vectorization documentation
Tyler Nowicki
- [lld] r211921 - [mach-o] refactor x86_64 relocation handling.
Nick Kledzik
- [llvm] r211922 - [x86] Fix a miscompile in the new shuffle lowering uncovered by
Chandler Carruth
- [llvm] r211923 - Silencing some -Wcast-qual warnings. No functional changes intended.
Aaron Ballman
- [llvm] r211924 - Vectorization documentation for loop hint pragmas and Rpass diagnostics.
Tyler Nowicki
- [llvm] r211925 - [NVPTX] Just use getTypeAllocSize() when computing return value size for structures and vectors
Justin Holewinski
- [llvm] r211926 - [NVPTX] Emit .weak when linkage is not external, internal, or private
Justin Holewinski
- [llvm] r211927 - [NVPTX] Directly control the Machine SSA passes that are invoked for NVPTX.
Justin Holewinski
- [llvm] r211928 - [NVPTX] Update sub-target feature detection
Justin Holewinski
- [llvm] r211929 - [NVPTX] Add target options for PTX 3.2/4.0 and SM 5.0 (Maxwell)
Justin Holewinski
- [llvm] r211930 - [NVPTX] Add support for envreg reads
Justin Holewinski
- [llvm] r211931 - [NVPTX] Add support for isspacep instruction
Justin Holewinski
- [llvm] r211932 - [NVPTX] Add isel patterns for bit-field extract (bfe)
Justin Holewinski
- [llvm] r211933 - [NVPTX] Add missing isel patterns for 64-bit atomics
Justin Holewinski
- [llvm] r211934 - [NVPTX] Add support for efficient rotate instructions on SM 3.2+
Justin Holewinski
- [llvm] r211935 - [NVPTX] Implement fma and imad contraction as target DAGCombiner patterns
Justin Holewinski
- [llvm] r211936 - [NVPTX] Add support for [SHL,SRA,SRL]_PARTS
Justin Holewinski
- [llvm] r211937 - [NVPTX] Add missing boolean vector contents flag
Justin Holewinski
- [llvm] r211938 - [NVPTX] Clean up argument lowering code and properly handle alignment for structs and vectors
Justin Holewinski
- [llvm] r211939 - [NVPTX] Fix handling of ldg/ldu intrinsics.
Justin Holewinski
- [llvm] r211940 - [NVPTX] Variables that start with llvm. or nvvm. are reserved and should not be emitted
Justin Holewinski
- [llvm] r211941 - [NVPTX] Emit .weak linkage for link_once, weak, available_externally, and common linkage
Justin Holewinski
- [llvm] r211942 - [NVPTX] Add support for .managed variables for UVM
Justin Holewinski
- [llvm] r211943 - [NVPTX] Error out if initializer is given for variable in an address space that does not support initialization
Justin Holewinski
- [llvm] r211944 - [NVPTX] Do not process samplers in GenericToNVVM
Justin Holewinski
- [llvm] r211945 - [NVPTX] Simplify some argument lowering logic
Justin Holewinski
- [llvm] r211946 - [NVPTX] Add 'b' asm constraint
Justin Holewinski
- [llvm] r211947 - [NVPTX] Handle all possible vector types in getSetCCResultType, not just the ones representable as MVTs
Justin Holewinski
- [llvm] r211948 - [NVPTX] Add reflect intrinsic (better than matching by function name)
Justin Holewinski
- [llvm] r211949 - Include <tuple> to make buildbots happy
David Majnemer
- [llvm] r211950 - Adding some trailing whitespace after a comment previously ending with \ to ensure that it isn't lexed as a multiline comment. This silences some -Wcomment warnings.
Aaron Ballman
- [lld] r211951 - [mach-o] fix struct initialization to work with Windows compiler
Nick Kledzik
- Please avoid git-push style drops of 50+ commits....
Chandler Carruth
- [llvm] r211952 - [NVPTX] Use GreatestCommonDivisor64 from MathExtras instead of using our own. Thanks Hal!
Justin Holewinski
- [llvm] r211953 - Reverting r211950 -- it did not help resolve the -Wcomment warnings triggered in GCC.
Aaron Ballman
- [llvm] r211955 - [x86] Fix another bug hit when bootstrapping with the new shuffle
Chandler Carruth
- [llvm] r211956 - [RuntimeDyld] Add a framework for testing relocation logic in RuntimeDyld.
Lang Hames
- [polly] r211957 - Allow multiple reductions per statement
Johannes Doerfert
- [llvm] r211958 - [RuntimeDyld] #include <cctype> header in RuntimeDyldChecker.cpp.
Lang Hames
- [llvm] r211959 - llvm-cov: Support specifying multiple source files
Justin Bogner
- [llvm] r211960 - [AArch64] Fix memset ICE when memset value is f128.
Chad Rosier
- [llvm] r211961 - [RuntimeDyld] Use a raw_ostream and llvm::format for int-to-string conversions.
Lang Hames
- [llvm] r211963 - Temporary hack to try cleaning extra .s file from bots.
Matt Arsenault
- [polly] r211964 - [Fix] Deleted renamed test after r211957
Johannes Doerfert
- [PATCH][X86] Add ISel patterns to select 'fp32_to_fp16' and 'fp16_to_fp32' dag nodes.
Andrea Di Biagio
- [compiler-rt] r211966 - tsan: fix and re-enable a test
Dmitry Vyukov
- [PATCH] msan: Handle musttail calls
Reid Kleckner
- [llvm] r211967 - Revert "Temporary hack to try cleaning extra .s file from bots."
Matt Arsenault
- [llvm] r211969 - [RuntimeDyld] Make sure that RuntimeDyld regression tests only run for targets
Lang Hames
- [zorg] r211970 - Change the :8013 builders to only build x86, x86_64, arm, arm64, and aarch64 instead of every target.
Michael Gottesman
- [zorg] r211971 - Make the change from r211970 for the phasedClang, not the normal clang builders = /.
Michael Gottesman
- [llvm] r211973 - This file wasn't supposed to be checked in
David Majnemer
- [PATCH] Fix .seh_stackalloc 0
Vadim Chugunov
- [PATCH] R600: Fix mishandling of load / store chains.
Matt Arsenault
- [llvm] r211974 - [x86] Add handling for splat-like widenings of v16i8 shuffles.
Chandler Carruth
- [llvm] r211975 - Fix this test to not write to the source tree, and instead to write to
Chandler Carruth
- [llvm] r211976 - [x86] Fix a bug in the v8i16 shuffling exposed by the new splat-like
Chandler Carruth
- [llvm] r211977 - Verifier: Update assert message to reflect LangRef
David Majnemer
- [llvm] r211978 - Fix build following r211956
Alp Toker
- [polly] r211980 - Remove redundant code and use C++ range fors
Tobias Grosser
- [polly] r211981 - [C++11] Use more range based fors
Tobias Grosser
- [PATCH] Improve BasicAA CS-CS queries
hfinkel at anl.gov
- [llvm] r211985 - Simplify code a bit, no functionality change.
Rafael Espindola
- [llvm] r211986 - Use a range loop. No functionality change.
Rafael Espindola
- [llvm] r211993 - Add ops() method to SDNode that returns an ArrayRef<SDUse>. Use it to simplify some code.
Craig Topper
- [llvm] r211994 - MC: rename EmitWin64EH routines
Saleem Abdulrasool
- [patch][rfc] Handling inline assembly in IRObjectFile
Rafael Espíndola
- [PATCH] R600: Add dag combine for copy of an illegal type.
Matt Arsenault
- [llvm] r212000 - CodeGen: rename Win64 ExceptionHandling to WinEH
Saleem Abdulrasool
- [llvm] r212011 - ARM: use symbolic name for constant
Saleem Abdulrasool
- [llvm] r212012 - X86: fix comment
Saleem Abdulrasool
- [PATCH] s/errc::not_supported/errc::function_not_supported/ in Support/Unix/Path.inc
Luqman Aden
- [LLVMugs][Bug 20122] Patch ready
wuhui1973
Last message date:
Sun Jun 29 21:58:30 PDT 2014
Archived on: Tue Aug 4 17:11:25 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).