The Week Of Monday 18 November 2013 Archives by date
Starting: Mon Nov 18 00:03:45 PST 2013
Ending: Sun Nov 24 23:56:06 PST 2013
Messages: 931
- [llvm] r187827 - Change the linkage of these global values to 'internal'.
Kostya Serebryany
- Re: [PATCH] Implement ‘optnone’ attribute semantics
Bill Wendling
- Re: [PATCH] Implement ‘optnone’ attribute semantics
Chandler Carruth
- Re: [PATCH] Implement ‘optnone’ attribute semantics
Bill Wendling
- [compiler-rt] r194995 - [asan] support __hppa__ (by John David Anglin)
Kostya Serebryany
- [llvm] r194601 - Use StringRef instead of std::string
Jakub Staszak
- [PATCH] Implement aarch64 neon instruction class SIMD lsone and lsone-post - LLVM
Hao Liu
- [llvm] r194996 - [AArch64 NEON]Add mov alias for simd copy instructions.
Kevin Qin
- [PATCH] Added aliases for SIMD copy instrucitons
Kevin Qin
- [llvm] r194997 - Revert r194865 and r194874.
Alexey Samsonov
- [llvm] r194865 - [weak vtables] Remove a bunch of weak vtables
Alexey Samsonov
- [llvm] r187827 - Change the linkage of these global values to 'internal'.
Bill Wendling
- [llvm] r194998 - Unbreak the build after r194997
Alexey Samsonov
- [PATCH] Tweaks for the ABI list
Lorenzo Martignoni
- [PATCH] Canonicalize addrspacecast between different pointer types.
Michele Scandale
- [llvm] r187827 - Change the linkage of these global values to 'internal'.
Alexander Potapenko
- [PATCH] Add predicate for AArch64 crypto instructions
Jiangning Liu
- [PATCH] llvm-cov: Updated file checksum to be timestamp.
Nick Lewycky
- Ping: Add a LOAD_SEQUENCE_POINT ISDOpcode
Richard Sandiford
- [PATCH] Introduce two command-line flags for the instrumentation pass to control whether the labels of pointers should be ignored in load and store instructions
Lorenzo Martignoni
- [llvm] r194999 - test-release.sh: tweak RPATH for the binary packages.
Arnaud A. de Grandmaison
- [llvm] r195001 - [mips][msa] Add MSA to the release notes.
Daniel Sanders
- [PATCH] Implement AArch64 SISD intrinsics for vget_high and vget_low
Jiangning Liu
- [compiler-rt] r195002 - CMake: make sure compiler-rt headers are copied to build tree if 'compilrer-rt' target is built
Alexey Samsonov
- [llvm] r195003 - Fix forgotten member initialization detected by MSan bootstrap bot
Alexey Samsonov
- [llvm] r194973 - Debug Info Verifier: enable public functions of Finder to update the type map.
Alexey Samsonov
- [PATCH] Fix assert with copy from global through addrspacecast
Michele Scandale
- [PATCH] implement MC layer of AArch64 neon instruction pmull and pmull2 with 128 bit integer
Kevin Qin
- [PATCH] [YAML] Recover gracefully when deserializing invalid YAML input.
Alexander Kornienko
- [llvm] r195004 - [mips][msa] Fix immediate value of LSA instruction as it was being wrongly encoded.
Matheus Almeida
- [llvm] r195006 - [mips][msa] Update encoding of bnz.v (typo).
Matheus Almeida
- [llvm] r195007 - [mips] Fix 'ran out of registers' in MIPS32 with FP64 when generating code for (ConstantFP 0.0)
Daniel Sanders
- [llvm] r195008 - LoopVectorizer: Extend the induction variable to a larger type
Arnold Schwaighofer
- [PATCH] Introduce llvm::sys::path::home_directory.
Aaron Ballman
- [PATCH] Consider error-reporting calls cold in BPI
Meador Inge
- [llvm] r195010 - [PR17978] Mark two ARM/fast-isel tests as XFAIL:vg_leak due to GV.
NAKAMURA Takumi
- vg_leak issues
NAKAMURA Takumi
- [compiler-rt] r195011 - [asan] introduce __sanitizer_annotate_contiguous_container
Kostya Serebryany
- [PATCH] Use the DWARF form DW_FORM_sec_offset or DW_FORM_data4 depending on the Dwarf version being generated
Keith Walker
- [patch] Make it explicit that nulls are not allowed in names
Rafael Espíndola
- [llvm] r194760 - Add addrspacecast instruction.
Jeroen Ketema
- [compiler-rt] r195012 - [asan] fix Windows build
Kostya Serebryany
- [compiler-rt] r195011 - [asan] introduce __sanitizer_annotate_contiguous_container
Alexey Samsonov
- [llvm] r195014 - [ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-after-return are combined.
Alexey Samsonov
- [compiler-rt] r195015 - [ASan] Run one of UAS tests in UAR mode as well
Alexey Samsonov
- [PATCH] StructurizeCFG: Fix inverting a branch on an argument
Tom Stellard
- [PATCH] StructurizeCFG: Fix verification failure with some loops.
Tom Stellard
- [PATCH] Disable branch folding with MemorySanitizer
Evgeniy Stepanov
- [PATCH] [YAML] Recover gracefully when deserializing invalid YAML input.
Andrew Tulloch
- [PATCH] Disable tail merge of call sites when building with any sanitizer
Evgeniy Stepanov
- [llvm] r195016 - Recover gracefully when deserializing invalid YAML input.
Alexander Kornienko
- [PATCH] [YAML] Recover gracefully when deserializing invalid YAML input.
Alexander Kornienko
- [PATCH] Avoid generating SHLD/SHRD for architectures that are known to have poor latency for these instructions.
Nadav Rotem
- [llvm] r195016 - Recover gracefully when deserializing invalid YAML input.
Alexander Kornienko
- [llvm] r194990 - Implement the newly added ACLE functions for ld1/st1 with 2/3/4 vectors.
Chad Rosier
- [llvm] r194888 - Implemented aarch64 Neon scalar vmulx_lane intrinsics
Chad Rosier
- [PATCH] Add predicate for AArch64 crypto instructions
Tim Northover
- [PATCH] Add predicate for AArch64 crypto instructions
Chad Rosier
- [PATCH] Avoid generating SHLD/SHRD for architectures that are known to have poor latency for these instructions.
Eric Christopher
- PR17925, PATCH
Stepan Dyatkovskiy
- [llvm] r194760 - Add addrspacecast instruction.
Michele Scandale
- [llvm] r195018 - Fixing a possible memory leak from a failing realloc() call.
Aaron Ballman
- [PATCH] Reload undefined atoms to use possibly new undefines.
Rui Ueyama
- [llvm] r195019 - Checking for a return value with FormatMessage; if the call fails, there's no guarantee that the buffer will be non-null.
Aaron Ballman
- [PATCH] Write references to Native format in NativeReferenceIvarsV2.
Rui Ueyama
- [PATCH][DAG] Fix non-deterministic code generation
Juergen Ributzka
- [llvm] r195016 - Recover gracefully when deserializing invalid YAML input.
Alexander Kornienko
- [PATCH] Reload undefined atoms to use possibly new undefines.
Shankar Kalpathi Easwaran
- [llvm] r194888 - Implemented aarch64 Neon scalar vmulx_lane intrinsics
Chad Rosier
- [PATCH] Add warning capabilities in LLVM (backend part)
Quentin Colombet
- [llvm] r194973 - Debug Info Verifier: enable public functions of Finder to update the type map.
Manman Ren
- [llvm] r194760 - Add addrspacecast instruction.
Jeroen Ketema
- [PATCH] Write references to Native format in NativeReferenceIvarsV2.
Shankar Kalpathi Easwaran
- [PATCH][Mips] ELF header flag support for assemblers
Jack Carter
- [PATCH] R600/SI: Add comments for number of used registers.
Tom Stellard
- [PATCH] Avoid generating SHLD/SHRD for architectures that are known to have poor latency for these instructions.
Katya Romanova
- [PATCH][DAG] Fix non-deterministic code generation
Hal Finkel
- [PATCH] Write references to Native format in NativeReferenceIvarsV2.
Rui Ueyama
- [PATCH] Add warning capabilities in LLVM (backend part)
Quentin Colombet
- [llvm] r195025 - R600/SI: Fix another case of illegal VGPR->SGPR copy
Tom Stellard
- [llvm] r195026 - R600/SI: Fix illegal VGPR->SGPR copy inside of loop
Tom Stellard
- [PATCH][DAG] Fix non-deterministic code generation
Juergen Ributzka
- [PATCH][DAG] Fix non-deterministic code generation
Hal Finkel
- [PATCH] R600/SI: Implement add i64 support
Tom Stellard
- [PATCH] llvm-cov: Updated file checksum to be timestamp.
Yuchen Wu
- [PATCH] llvm-cov: Updated file checksum to be timestamp.
Robinson, Paul
- [PATCH] Add warning capabilities in LLVM (backend part)
Hal Finkel
- [llvm] r195028 - R600: Use lower-case for EnableIRStructurizer feature
Tom Stellard
- [llvm] r195029 - R600: Add a SubtargetFeatture for disabling the ifcvt pass.
Tom Stellard
- [llvm] r195030 - R600: Fix a crash in the AMDILCFGStrucurizer
Tom Stellard
- [llvm] r195031 - R600: Enable the IR structurizer by default
Tom Stellard
- RE: [PATCH] Implement ‘optnone’ attribute semantics
Robinson, Paul
- [PATCH] Write references to Native format in NativeReferenceIvarsV2.
Shankar Kalpathi Easwaran
- [PATCH] Canonicalize addrspacecast between different pointer types.
Matt Arsenault
- [PATCH] R600: Clean if/then/else handling code in AMDILCFGStructurizer
Tom Stellard
- [llvm] r195033 - R600/SI: Fix extra defs of VCC / SCC.
Matt Arsenault
- [llvm] r195034 - R600/SI: Move patterns to match add / sub to scalar instructions
Matt Arsenault
- [llvm] r195035 - R600/SI: Specify S_ADD/S_SUB set SCC and add is commutable
Matt Arsenault
- [llvm] r195036 - R600/SI: Match adde/sube to S_ADDC_U32/S_SUBB_U32
Matt Arsenault
- [llvm] r195037 - R600/SI: Match addc to S_ADD_U32.
Matt Arsenault
- [llvm] r195038 - R600/SI: addc / adde i32 are legal
Matt Arsenault
- [llvm] r195039 - R600/SI: Specify SSrc operands
Matt Arsenault
- [llvm] r195040 - R600/SI: Implement add i64, but do not yet enable.
Matt Arsenault
- [llvm] r195041 - R600/SI: Fix multiple SGPR reads when using VCC.
Matt Arsenault
- [llvm] r195042 - R600/SI: Fix moveToVALU when the first operand is VSrc.
Matt Arsenault
- [PATCH] Write references to Native format in NativeReferenceIvarsV2.
Rui Ueyama
- RE: [PATCH] Implement ‘optnone’ attribute semantics
Robinson, Paul
- [PATCH] R600/SI: Implement add i64 support
Matt Arsenault
- [PATCH] Canonicalize addrspacecast between different pointer types.
Michele Scandale
- [PATCH] Write references to Native format in NativeReferenceIvarsV2.
Shankar Kalpathi Easwaran
- [llvm] r195035 - R600/SI: Specify S_ADD/S_SUB set SCC and add is commutable
Rafael Espíndola
- [PATCH] Scoped NoAlias Metadata
hfinkel at anl.gov
- [llvm] r195035 - R600/SI: Specify S_ADD/S_SUB set SCC and add is commutable
Matt Arsenault
- [PATCH] Write references to Native format in NativeReferenceIvarsV2.
Rui Ueyama
- [PATCH] [mips] Resolve relocation for the stubs in MCJIT when load address is known
Petar Jovanovic
- [PATCH] [mips] Resolve relocation for the stubs in MCJIT when load address is known
Rafael Espíndola
- [PATCH] Reload undefined atoms to use possibly new undefines.
Rui Ueyama
- [PATCH] [mips] Resolve relocation for the stubs in MCJIT when load address is known
Hal Finkel
- [PATCH] Write references to Native format in NativeReferenceIvarsV2.
kledzik at apple.com
- [PATCH] [mips] Resolve relocation for the stubs in MCJIT when load address is known
Rafael Espíndola
- [PATCH] Write references to Native format in NativeReferenceIvarsV2.
Rui Ueyama
- [llvm] r194760 - Add addrspacecast instruction.
Michele Scandale
- [PATCH] Write references to Native format in NativeReferenceIvarsV2.
Nick Kledzik
- [PATCH] Disable branch folding with MemorySanitizer
David Blaikie
- [PATCH] Disable tail merge of call sites when building with any sanitizer
David Blaikie
- [PATCH] Reload undefined atoms to use possibly new undefines.
Shankar Kalpathi Easwaran
- [PATCH] Write references to Native format in NativeReferenceIvarsV2.
Shankar Easwaran
- [PATCH] Reload undefined atoms to use possibly new undefines.
Rui Ueyama
- [llvm] r195046 - The 'optnone' attribute means don't inline anything into this function
Paul Robinson
- [PATCH] Write references to Native format in NativeReferenceIvarsV2.
Rui Ueyama
- [PATCH] Implement the ldr-pseudo opcode for ARM assembly
David Peixotto
- RE: [PATCH] Implement ‘optnone’ attribute semantics
Robinson, Paul
- [PATCH] [mips] Resolve relocation for the stubs in MCJIT when load address is known
Kaylor, Andrew
- [PATCH] Write references to Native format in NativeReferenceIvarsV2.
Shankar Easwaran
- [PATCH] Write references to Native format in NativeReferenceIvarsV2.
Rui Ueyama
- [llvm] r193811 - Add support for stack map generation in the X86 backend.
Aaron Ballman
- [PATCH] Support SW expansion of 64-bit integer division instructions
Dmitri Shtilman
- [PATCH] Allow multiple coff sections with the name but different comdat symbols
Reid Kleckner
- [PATCH] [DFSan] Don't include public headers in dfsan runtime code
Reid Kleckner
- [llvm] r195049 - Docs: tweak code-block spacing.
Ahmed Bougacha
- [PATCH][Mips] ELF header flag support for assemblers
Rafael Espíndola
- [lld] r195051 - Simplify. No functionality change.
Rui Ueyama
- [PATCH] Disable branch folding with MemorySanitizer
Robinson, Paul
- [PATCH] Support SW expansion of 64-bit integer division instructions
Dmitri Shtilman
- [llvm] r195052 - Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.value
Adrian Prantl
- [llvm] r195053 - Revert "COFF: Emit all MCSymbols rather than filtering out some of them"
Reid Kleckner
- [PATCH] Fix SROA creating invalid bitcasts between address spaces
Matt Arsenault
- RE: [PATCH] Implement ‘optnone’ attribute semantics
Robinson, Paul
- [llvm] r195055 - DebugInfo: Simplify a few more explicit constructions, underconstrained types, and make DIType(MDNode*) explicit like all the other DI* node ctors.
David Blaikie
- [PATCH] [mips] Resolve relocation for the stubs in MCJIT when load address is known
Petar Jovanovic
- [llvm] r195057 - [Mips] MipsTargetStreamer refactoring.
Jack Carter
- [zorg] r195058 - Based on the patch proposed by Rick Foos!
Galina Kistanova
- [llvm] r195059 - DwarfDebug: Remove some more redundant explicit constructions.
David Blaikie
- [llvm] r195060 - DwarfDebug: Move trailing else to the same line as prior closing brace
David Blaikie
- [lld] r195062 - Write temporary file names if debugging is enabled.
Rui Ueyama
- [PATCH] TableGen: Generate an enum for all named Operand types
Quentin Colombet
- [llvm] r195063 - llvm-dwarfdump: support for emitting only the debug_types section using -debug-dump
David Blaikie
- [PATCH] [mips] Resolve relocation for the stubs in MCJIT when load address is known
Kaylor, Andrew
- [zorg] r195058 - Based on the patch proposed by Rick Foos!
Rick Foos
- [llvm] r194542 - SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.
Tom Stellard
- [llvm] r195064 - [weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
- [zorg] r195065 - Now with check-all for the test step.
Galina Kistanova
- [llvm] r194865 - [weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
- [zorg] r195058 - Based on the patch proposed by Rick Foos!
Galina Kistanova
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- [LLVMdev] The system library is gone for a long time.
Reid Kleckner
- [llvm] r194990 - Implement the newly added ACLE functions for ld1/st1 with 2/3/4 vectors.
Hao Liu
- [PATCH] Disable branch folding with MemorySanitizer
Daniel Berlin
- [llvm] r195067 - [Mips] Support for MicroMips STO refactoring.
Jack Carter
- [PATCH] Add warning capabilities in LLVM (backend part)
Quentin Colombet
- [PATCH] implement MC layer of AArch64 neon instruction pmull and pmull2 with 128 bit integer
Jiangning Liu
- [llvm] r195071 - Add predicate for AArch64 crypto instructions.
Jiangning Liu
- [DOCS] Review requested: How to Setup an Arch Linux Buildbot
Mikael Lyngvig
- [llvm] r195072 - implement MC layer of AArch64 neon instruction PMULL and PMULL2 with 128 bit integer.
Kevin Qin
- [PATCH] implement MC layer of AArch64 neon instruction pmull and pmull2 with 128 bit integer
Kevin Qin
- [llvm] r195074 - Implement AArch64 SISD intrinsics for vget_high and vget_low.
Jiangning Liu
- [llvm] r194888 - Implemented aarch64 Neon scalar vmulx_lane intrinsics
Ana Pazos
- [llvm] r195075 - Remove unused variable.
Eric Christopher
- [llvm] r194542 - SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.
Juergen Ributzka
- [llvm] r195076 - Fix previous commit and fully remove variable.
Eric Christopher
- [llvm] r195064 - [weak vtables] Remove a bunch of weak vtables
Chandler Carruth
- [llvm] r195057 - [Mips] MipsTargetStreamer refactoring.
Eric Christopher
- [llvm] r195077 - Remove unused special member functions and reformat.
Eric Christopher
- [PATCH] Reload undefined atoms to use possibly new undefines.
Rui Ueyama
- [llvm] r195064 - [weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
- [llvm] r195057 - [Mips] MipsTargetStreamer refactoring.
Eric Christopher
- [llvm] r195057 - [Mips] MipsTargetStreamer refactoring.
Jack Carter
- [PATCH] Use the DWARF form DW_FORM_sec_offset or DW_FORM_data4 depending on the Dwarf version being generated
Eric Christopher
- [PATCH] Implement aarch64 neon instruction class SIMD lsone and lsone-post
Jiangning Liu
- [llvm] r195078 - Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.
Hao Liu
- [PATCH][DAG] Refactor vector splitting code in SelectionDAG
Tom Stellard
- [PATCH] Implement aarch64 neon instruction class SIMD lsone and lsone-post
Hao Liu
- [PATCH] Implement the ldr-pseudo opcode for ARM assembly
Bill Wendling
- [www] r195081 - Update Win snapshot build to r194806
Hans Wennborg
- [dragonegg] r195084 - Creating release_34 branch
Bill Wendling
- [test-suite] r195085 - Creating release_34 branch
Bill Wendling
- [lld] r195091 - Creating release_34 branch
Bill Wendling
- [PATCH] Make bitcast, extractelement, and insertelement considered cheap for speculation in SimplifyCFG.
Matt Arsenault
- [llvm] r195092 - [weak vtables] Place class definitions into anonymous namespaces to prevent weak vtables.
Juergen Ributzka
- [PATCH][Mips] Default ELF header support for AsmParser
Jack Carter
- [llvm] r195064 - [weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
- [llvm] r195093 - Add an abstraction to handle patchpoint operands.
Andrew Trick
- [llvm] r195094 - Use symbolic operands in the patchpoint folding routine and fix a spilling bug.
Andrew Trick
- [lld] r195096 - Use UINT16_MAX instead of 0xFFFF.
Rui Ueyama
- [PATCH] Disable branch folding with MemorySanitizer
Kostya Serebryany
- [PATCH] llvm-cov: Updated file checksum to be timestamp.
Yuchen Wu
- [PATCH][Mips} Assembler directive handling through TargetStreamer
Jack Carter
- [llvm] r195100 - Add .clang-format without column limit to subdirectory tests/.
Daniel Jasper
- [LLVMdev] The system library is gone for a long time.
Sean Silva
- [PATCH] Disable branch folding with MemorySanitizer
Kostya Serebryany
- [PATCH] llvm-cov: Updated file checksum to be timestamp.
Nick Lewycky
- [www] r195101 - Add tentative schedule for release 3.4.
Bill Wendling
- [DOCS] Review requested: How to Setup an Arch Linux Buildbot
Sean Silva
- [llvm] r195102 - Add lld to projects to tag.
Bill Wendling
- [llvm] r195103 - Fix patchpoint comments.
Andrew Trick
- [DOCS] Review requested: How to Setup an Arch Linux Buildbot
Mikael Lyngvig
- [PATCH] Write references to Native format in NativeReferenceIvarsV2.
Rui Ueyama
- [PATCH] Write references to Native format in NativeReferenceIvarsV2.
Rui Ueyama
- [lld] r195105 - [PECOFF] Ignore /tlbid, /tlbout, /idlout and /ignoreigl for now.
Rui Ueyama
- [llvm] r195067 - [Mips] Support for MicroMips STO refactoring.
Rafael Espíndola
- [lld] r195106 - Use early continue. Style fix. No functionality change.
Rui Ueyama
- [PATCH][Mips] Default ELF header support for AsmParser
Rafael Espíndola
- [PATCH][Mips} Assembler directive handling through TargetStreamer
Rafael Espíndola
- [lld] r195107 - Remove extraneous curly braces and blank lines.
Rui Ueyama
- [lld] r195108 - Remove meaningless "explicit" keywords.
Rui Ueyama
- [lld] r195109 - [PECOFF] Now that identify_magic() recognizes COFF import library.
Rui Ueyama
- [compiler-rt] r195110 - [dfsan] Tweaks for the ABI list
Peter Collingbourne
- [PATCH] Tweaks for the ABI list
Peter Collingbourne
- [PATCH] Tweaks for the ABI list
Peter Collingbourne
- [PATCH] Introduce two command-line flags for the instrumentation pass to control whether the labels of pointers should be ignored in load and store instructions
Peter Collingbourne
- [PATCH] llvm-cov: Updated file checksum to be timestamp.
Yuchen Wu
- [llvm] r195116 - Add support for software expansion of 64-bit integer division instructions.
Michael Ilseman
- [PATCH] Support SW expansion of 64-bit integer division instructions
Michael Ilseman
- [llvm] r190916 - Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF128. Fixes PR17268.
Nick Lewycky
- XCore target: fix large code model 'select' indirect address handling.
Robert Lytton
- [compiler-rt] r195117 - [asan] new shadow poison magic for contiguous-container-buffer-overflow, addressed Alexey Samsonov's comments for r195011
Kostya Serebryany
- [compiler-rt] r195011 - [asan] introduce __sanitizer_annotate_contiguous_container
Kostya Serebryany
- [llvm] r195118 - Fix an issue where SROA computed different results based on the relative
Chandler Carruth
- [llvm] r195119 - Reformat file.
Eric Christopher
- [llvm] r195120 - Refactor the section emission code to remove duplicates now that
Eric Christopher
- [llvm] r195121 - Fix comment.
Eric Christopher
- [llvm] r195122 - Formatting and 80-col.
Eric Christopher
- [PATCH] Disable branch folding with MemorySanitizer
Evgeniy Stepanov
- [PATCH] [UBSan] Add summary reporting
Alexey Samsonov
- XCore target: fix large code model 'select' indirect address handling.
Richard Osborne
- [llvm] r195123 - [Mips] Adjust float ABI settings in case of MIPS16 mode.
Simon Atanasyan
- [compiler-rt] r195125 - [ASan] Don't put asan_iossim_dynamic in the list of configurations to build
Alexander Potapenko
- [PATCH] R600: Clean if/then/else handling code in AMDILCFGStructurizer
Vincent Lejeune
- PR17326, PATCH
Stepan Dyatkovskiy
- [llvm] r195129 - Fix assembly operands for the SSE2 cvtsd2ss instruction.
Cameron McInally
- [compiler-rt] r195130 - [msan] Fix origin tracking in unaligned load/store.
Evgeniy Stepanov
- [compiler-rt] r195131 - [asan] remove a fixed FIXME; extend the comment around __sanitizer_annotate_contiguous_container
Kostya Serebryany
- [compiler-rt] r195132 - [ASan] Use -isysroot instead of -Wl, -syslibroot to link the ASan iossim runtime
Alexander Potapenko
- [compiler-rt] r195133 - tsan: fix WTFAnnotateBenignRaceSized annotation
Dmitry Vyukov
- [PATCH] [mips] Resolve relocation for the stubs in MCJIT when load address is known
Petar Jovanovic
- [PATCH v2] [mips] Resolve relocation for the stubs in MCJIT when load address is known
Petar Jovanovic
- [PATCH] [sanitizer] Expose __sanitizer_print_stack_trace().
Sergey Matveev
- [PATCH] Avoid generating SHLD/SHRD for architectures that are known to have poor latency for these instructions.
Nadav Rotem
- [PATCH] Fix Weak External symbol handling.
Shankar Kalpathi Easwaran
- [PATCH] Make bitcast, extractelement, and insertelement considered cheap for speculation in SimplifyCFG.
Nadav Rotem
- [PATCH] Implement the ldr-pseudo opcode for ARM assembly
Renato Golin
- [PATCH] Use NativeReferenceIvarsV2 if necessary.
Shankar Kalpathi Easwaran
- [PATCH] Consider error-reporting calls cold in BPI
Hal Finkel
- [PATCH] Implement the ldr-pseudo opcode for ARM assembly
David Peixotto
- [llvm] r195134 - YAML I/O - Added default trait support for std:string. Making another attempt at this, this time doing a clean build on Linux, and running the LLVM, clang, and extra tests, to try to make sure there's no problems.
John Thompson
- [PATCH][DAG] Fix non-deterministic code generation
Andrew Trick
- [llvm] r192361 - Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem).
NAKAMURA Takumi
- [PATCH][DAG] Fix non-deterministic code generation
Hal Finkel
- [llvm] r194957 - DebugLoc defines LineCol as 32 bit in comment but unsigned in code.
Chris Lattner
- [PATCH][DAG] Fix non-deterministic code generation
Andrew Trick
- [llvm] r195138 - Obvious pasto survived a couple rounds of cleanup.
Andrew Trick
- [PATCH] Generalize debug info / EH emission in AsmPrinter
Timur Iskhodzhanov
- [llvm] r193811 - Add support for stack map generation in the X86 backend.
Andrew Trick
- [PATCH] Generalize debug info / EH emission in AsmPrinter
Eric Christopher
- [PATCH][DAG] Refactor vector splitting code in SelectionDAG
Juergen Ributzka
- [PATCH v2] [mips] Resolve relocation for the stubs in MCJIT when load address is known
Kaylor, Andrew
- PR17326, PATCH
Peter Zotov
- [PATCH] Fix Weak External symbol handling.
Rui Ueyama
- [PATCH] Make bitcast, extractelement, and insertelement considered cheap for speculation in SimplifyCFG.
Matt Arsenault
- [PATCH] Refactor classes in sample profiler for new functionality
Diego Novillo
- [PATCH] Use NativeReferenceIvarsV2 if necessary.
Rui Ueyama
- [llvm] r195067 - [Mips] Support for MicroMips STO refactoring.
Jack Carter
- [PATCH][llvm-c] expose fence instruction to the C API
Filip Pizlo
- [PATCH] Make bitcast, extractelement, and insertelement considered cheap for speculation in SimplifyCFG.
Hal Finkel
- [PATCH][llvm-c] expose fence instruction to the C API
Filip Pizlo
- [llvm] r194957 - DebugLoc defines LineCol as 32 bit in comment but unsigned in code.
Yaron Keren
- [llvm] r195148 - Support multiple COFF sections with the same name but different COMDAT.
Rafael Espindola
- [PATCH][AArch64] Implemented remaining Neon scalar by element intrinsics
Ana Pazos
- [PATCH] R600/SI: Add comments for number of used registers.
Matt Arsenault
- [llvm] r194990 - Implement the newly added ACLE functions for ld1/st1 with 2/3/4 vectors.
Chad Rosier
- [PATCH] Fix for PR15086
Dimitry Andric
- [llvm] r195150 - DataLayout: value initialize globals to avoid static construction.
Benjamin Kramer
- [llvm] r195151 - llvm-cov: Added constness property to methods.
Yuchen Wu
- [lld] r194860 - [PECOFF] Use INT3 instead of NOP.
Reid Kleckner
- [PATCH] R600/SI: Add comments for number of used registers.
Tom Stellard
- [lld] r194860 - [PECOFF] Use INT3 instead of NOP.
Sean Silva
- [llvm] r195152 - reverts 195057 per request
Jack Carter
- [lld] r194860 - [PECOFF] Use INT3 instead of NOP.
Reid Kleckner
- [llvm] r195153 - llvm-cov: Moved printing after error checks.
Yuchen Wu
- [PATCH] Linking of shared libraries for MIPS little-endian 32-bit target
Simon Atanasyan
- [patch] Make it explicit that nulls are not allowed in names
Chris Lattner
- [PATCH][Mips] Refactoring mips STO code
Jack Carter
- [llvm] r195155 - Make it explicit that nulls are not allowed in names.
Rafael Espindola
- [llvm] r195156 - [DAG] Refactor vector splitting code in SelectionDAG. No functional change intended.
Juergen Ributzka
- [PATCH][DAG] Refactor vector splitting code in SelectionDAG
Juergen Ributzka
- [PATCH] Generalize debug info / EH emission in AsmPrinter
Reid Kleckner
- [PATCH] Linking of shared libraries for MIPS little-endian 32-bit target
Michael Spencer
- [lld][buildbot] Add more buildbots with sanitize/thread
Rick Foos
- [llvm] r195157 - [mips] Resolve relocation for the stubs in MCJIT when load address is known
Petar Jovanovic
- [lld][buildbot] Add more buildbots with sanitize/thread
Dmitri Gribenko
- [lld] r195159 - Do not inline large member functions.
Rui Ueyama
- RE: [PATCH] Implement ‘optnone’ attribute semantics
Robinson, Paul
- [PATCH] Fix for PR15086
Nick Lewycky
- [lld][buildbot] Add more buildbots with sanitize/thread
Dmitri Gribenko
- [llvm] r195161 - SLPVectorizer: Fix whitespace errors
Arnold Schwaighofer
- [llvm] r195162 - SLPVectorizer: Fix stale for Value pointer array
Arnold Schwaighofer
- [PATCH] Fix for PR15086
Dimitry Andric
- [llvm] r193524 - [arm] Implement eabi_attribute, cpu, and fpu directives.
David Peixotto
- [PATCH] llvm-cov: Added -a option for block data.
Yuchen Wu
- [PATCH] llvm-cov: Added -b option for branch probabilities.
Yuchen Wu
- [PATCH] llvm-cov: Removed output to STDOUT/specified file.
Yuchen Wu
- [PATCH] llvm-cov: Added -a option for block data.
Yuchen Wu
- [llvm] r195164 - DebugInfo: Constify accelerator table handling, and separate type accelarator insertion in preparation for a second use of this code from type units.
David Blaikie
- [llvm] r195166 - DebugInfo: Partial implementation of DWARF type units.
David Blaikie
- [PATCH] Fix for PR15086
Nadav Rotem
- [llvm] r194542 - SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.
Juergen Ributzka
- [PATCH][DAG] Fix non-deterministic code generation
Juergen Ributzka
- [llvm] r194542 - SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.
Tom Stellard
- [lld] r195169 - Do not inline large member functions. No functionality change.
Rui Ueyama
- [llvm] r195170 - long lines and white space correction
Jack Carter
- [PATCH] R600/SI: Fixing handling of condition codes
Tom Stellard
- [llvm] r195171 - Fixed an extra for(typo) in the comments
Aditya Nandakumar
- [llvm] r194957 - DebugLoc defines LineCol as 32 bit in comment but unsigned in code.
Chris Lattner
- [llvm] r195173 - Expose the fence instruction via the C API.
Filip Pizlo
- [PATCH][llvm-c] expose fence instruction to the C API
Andrew Trick
- [llvm] r195175 - long line correction
Jack Carter
- [PATCH][llvm-c] expose fence instruction to the C API
Filip Pizlo
- [llvm] r195179 - long line correction
Jack Carter
- [llvm] r195180 - Formatting, 80-col, trailing whitespace.
Eric Christopher
- [llvm] r195181 - Grammar.
Eric Christopher
- [llvm] r195182 - Remove capability for polymorphic destruction from LexicalScope
Eric Christopher
- [llvm] r195183 - Remove polymorphic destruction for DIE. DIEBlocks are owned elsewhere
Eric Christopher
- [PATCH] Implement the ldr-pseudo opcode for ARM assembly
Jim Grosbach
- [llvm] r195185 - PPC: Optimize rldicl generation for masked shifts
Hal Finkel
- [zorg] r195065 - Now with check-all for the test step.
Dmitri Gribenko
- [PATCH] support validation for YAML I/O mappings
Nick Kledzik
- [PATCH] Implement the ldr-pseudo opcode for ARM assembly
David Peixotto
- [PATCH] support validation for YAML I/O mappings
Michael Spencer
- [llvm] r194542 - SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.
Juergen Ributzka
- [PATCH][AArch64] Implemented Neon scalar vdup_lane intrinsics
Ana Pazos
- [PATCH] Implement the ldr-pseudo opcode for ARM assembly
David Peixotto
- [llvm] r195189 - [PM] Split the analysis manager into a function-specific interface and
Chandler Carruth
- [llvm] r195064 - [weak vtables] Remove a bunch of weak vtables
Andrew Trick
- [PATCH] R600: Clean if/then/else handling code in AMDILCFGStructurizer
Tom Stellard
- [compiler-rt] r195190 - compiler-rt: Support for file checksum in GCDAProfiling.cpp.
Yuchen Wu
- [llvm] r195191 - llvm-cov: Added file checksum to gcno and gcda files.
Yuchen Wu
- [PATCH] [InputGraph][Gnu] Add Linkerscript support.
Shankar Kalpathi Easwaran
- [llvm] r195192 - [PM] Make the function pass manager more regular.
Chandler Carruth
- [llvm] r195193 - Add -triple option.
Bill Wendling
- [dragonegg] r195200 - Creating release directory for release_34.
Bill Wendling
- [dragonegg] r195201 - Creating release candidate rc1 from release_34 branch
Bill Wendling
- [test-suite] r195202 - Creating release directory for release_34.
Bill Wendling
- [test-suite] r195203 - Creating release candidate rc1 from release_34 branch
Bill Wendling
- [lld] r195214 - Creating release directory for release_34.
Bill Wendling
- [lld] r195215 - Creating release candidate rc1 from release_34 branch
Bill Wendling
- [compiler-rt] r195216 - Fixing ordering of definition of IOSSIM_SDK_PATH
Duncan P. N. Exon Smith
- [PATCH] llvm-cov: Added -u option for unconditional branch info.
Yuchen Wu
- Re: [PATCH] Implement ‘optnone’ attribute semantics
Bill Wendling
- [PATCH] Fix for PR15086
Bill Wendling
- [PATCH][AArch64] Implemented Neon scalar vdup_lane intrinsics
Jiangning Liu
- [llvm] r195191 - llvm-cov: Added file checksum to gcno and gcda files.
Evgeniy Stepanov
- [lld][buildbot] Add more buildbots with sanitize/thread
Evgeniy Stepanov
- [compiler-rt] r195216 - Fixing ordering of definition of IOSSIM_SDK_PATH
Alexander Potapenko
- [PATCH] [sanitizer] Expose __sanitizer_print_stack_trace().
Alexey Samsonov
- [llvm] r195229 - AVX-512: Concat 4 128-bit vectors in one 512-bit vector.
Elena Demikhovsky
- [llvm] r195230 - Fixed compilation error.
Elena Demikhovsky
- [PATCH] Don't speculate loads under ThreadSanitizer
Kostya Serebryany
- [PATCH] Don't speculate loads under ThreadSanitizer
Dmitry Vyukov
- [llvm] r195235 - Update to reflect the next release.
Bill Wendling
- [llvm] r195237 - Whitespace.
NAKAMURA Takumi
- [llvm] r195238 - X86ISelLowering.cpp: Mark a variable VT as LLVM_ATTRIBUTE_UNUSED. [-Wunused-variable]
NAKAMURA Takumi
- Ping: Add a Scalarizer pass
Richard Sandiford
- [PATCH] Linaro Buildbots
Renato Golin
- [PATCH] FileCheck: fix a bug with multiple --check-prefix options. Similar to r194565
Daniel Sanders
- [llvm] r195239 - Give SmallPtrSet move semantics when we have R-value references.
Chandler Carruth
- [llvm] r195235 - Update to reflect the next release.
İsmail Dönmez
- Ping: Add a Scalarizer pass
Pekka Jääskeläinen
- [llvm] r195241 - [PM] Add the preservation system to the new pass manager.
Chandler Carruth
- [PATCH] Generalize debug info / EH emission in AsmPrinter
Timur Iskhodzhanov
- [PATCH] Add support for legalizing SETNE/SETEQ by inverting the condition code and the result of the comparison.
Daniel Sanders
- [PATCH] Generalize debug info / EH emission in AsmPrinter
Timur Iskhodzhanov
- [PATCH] Add support for legalizing SETNE/SETEQ by inverting the condition code and the result of the comparison.
Daniel Sanders
- [compiler-rt] r195243 - [asan] Test that LargeAllocator unpoisons memory before releasing it to the OS.
Evgeniy Stepanov
- [compiler-rt] r195244 - [msan] Unpoison memory that is returned to the OS and flush its shadow.
Evgeniy Stepanov
- [PATCH] Linking of shared libraries for MIPS little-endian 32-bit target
Simon Atanasyan
- [PATCH] FileCheck: fix a bug with multiple --check-prefix options. Similar to r194565
Alexey Samsonov
- [llvm] r195245 - [mips][msa] Remove unused instruction class MSA_I8_X_DESC_BASE
Daniel Sanders
- [compiler-rt] r195246 - [msan] Tweak io_submit syscall hook.
Evgeniy Stepanov
- [llvm] r194957 - DebugLoc defines LineCol as 32 bit in comment but unsigned in code.
Yaron Keren
- [llvm] r195247 - llvm/CMakeLists.txt: Update LLVM_VERSION_MINOR to 5.
NAKAMURA Takumi
- [llvm] r195248 - FileCheck: fix a bug with multiple --check-prefix options. Similar to r194565
Daniel Sanders
- [PATCH] FileCheck: fix a bug with multiple --check-prefix options. Similar to r194565
Daniel Sanders
- [lld][buildbot] Add more buildbots with sanitize/thread
Alexey Samsonov
- [compiler-rt] r195250 - [asan] Fix OSX tests.
Evgeniy Stepanov
- [llvm] r195252 - [mips][msa] Pseudo instructions require HasMSA too. Inherit from MSAPseudo instead of MipsPseudo
Daniel Sanders
- [PATCH] ClamAV output
Renato Golin
- [llvm] r195239 - Give SmallPtrSet move semantics when we have R-value references.
David Blaikie
- [PATCH] Linking of shared libraries for MIPS little-endian 32-bit target
Shankar Kalpathi Easwaran
- [PATCH] Linking of shared libraries for MIPS little-endian 32-bit target
Shankar Kalpathi Easwaran
- [PATCH] Fix Weak External symbol handling.
Shankar Kalpathi Easwaran
- [PATCH] Avoid generating SHLD/SHRD for architectures that are known to have poor latency for these instructions.
Katya Romanova
- [PATCH] Fix Weak External symbol handling.
Shankar Kalpathi Easwaran
- [PATCH] Use NativeReferenceIvarsV2 if necessary.
Shankar Kalpathi Easwaran
- [PATCH] Use NativeReferenceIvarsV2 if necessary.
Shankar Kalpathi Easwaran
- [PATCH] Fix Weak External symbol handling.
Rui Ueyama
- [PATCH] Fix Weak External symbol handling.
Shankar Easwaran
- XCore target: Make handling of large frames not dependent upon an FP.
Robert Lytton
- [llvm] r195260 - Add a test for assignment operator behavior which was changed in
Chandler Carruth
- [llvm] r195166 - DebugInfo: Partial implementation of DWARF type units.
Manman Ren
- [llvm] r195261 - Make the moved-from SmallPtrSet be a valid, empty, small-state object.
Chandler Carruth
- [llvm] r195239 - Give SmallPtrSet move semantics when we have R-value references.
Chandler Carruth
- [llvm] r195150 - DataLayout: value initialize globals to avoid static construction.
Chris Lattner
- [llvm] r195262 - CR feedback for r195166: Add comments regarding type unit mapping and type units disabling cross-CU sharing.
David Blaikie
- [PATCH][AArch64] Implemented remaining Neon scalar by element intrinsics
Ana Pazos
- [PATCH] Fix SROA creating invalid bitcasts between address spaces
Matt Arsenault
- [llvm] r195263 - DwarfCompileUnit: Initialize DebugInfoOffset.
David Blaikie
- [PATCH] MachineBlockPlacement: Strengthen the source order bias when picking an exit block.
Chandler Carruth
- [llvm] r195166 - DebugInfo: Partial implementation of DWARF type units.
David Blaikie
- [llvm] r195265 - MachineBlockPlacement: Strengthen the source order bias when picking an exit block.
Benjamin Kramer
- [PATCH] MachineBlockPlacement: Strengthen the source order bias when picking an exit block.
Benjamin Kramer
- [zorg] r195266 - Patch by Renato Golin!
Galina Kistanova
- [llvm] r195191 - llvm-cov: Added file checksum to gcno and gcda files.
Yuchen Wu
- [PATCH][ARM]Fix urem/srem of i64 for aeabi target (PR 17881)
Weiming Zhao
- [PATCH] Implement the ldr-pseudo opcode for ARM assembly
David Peixotto
- [PATCH] Avoid generating SHLD/SHRD for architectures that are known to have poor latency for these instructions.
Eric Christopher
- [PATCH][ARM]Fix urem/srem of i64 for aeabi target (PR 17881)
Renato Golin
- [zorg] r195266 - Patch by Renato Golin!
Renato Golin
- [PATCH] Use NativeReferenceIvarsV2 if necessary.
Michael Spencer
- [PATCH] Use NativeReferenceIvarsV2 if necessary.
Rui Ueyama
- [PATCH] Use NativeReferenceIvarsV2 if necessary.
Michael Spencer
- [PATCH] Use NativeReferenceIvarsV2 if necessary.
Rui Ueyama
- [PATCH] Use NativeReferenceIvarsV2 if necessary.
Michael Spencer
- [PATCH] Fix Weak External symbol handling.
Shankar Kalpathi Easwaran
- [lld] r195269 - Fix Weak External symbol handling.
Rui Ueyama
- [lld] r195270 - Use NativeReferenceIvarsV2 if necessary.
Rui Ueyama
- [llvm] r195271 - Add loop rerolling code owner
Hal Finkel
- [llvm] r195272 - PPC popcnt[dw] do not have record forms
Hal Finkel
- [PATCH] Fix Weak External symbol handling.
Rui Ueyama
- [PATCH] Use NativeReferenceIvarsV2 if necessary.
Rui Ueyama
- [PATCH] Fix for PR15086
Dimitry Andric
- [llvm] r195272 - PPC popcnt[dw] do not have record forms
Hal Finkel
- [llvm] r195150 - DataLayout: value initialize globals to avoid static construction.
Sean Silva
- [PATCH] Linking of shared libraries for MIPS little-endian 32-bit target
Michael Spencer
- [PATCH] Use NativeReferenceIvarsV2 if necessary.
Nick Kledzik
- [PATCH][ARM]Fix urem/srem of i64 for aeabi target (PR 17881)
Weiming Zhao
- [lld] r195276 - [PECOFF] Recognize but ignore /implib and /safeseh for now.
Rui Ueyama
- [llvm] r195191 - llvm-cov: Added file checksum to gcno and gcda files.
Yuchen Wu
- [PATCH] Implement a bunch of custom glibc wrappers & corresponding tests.
Lorenzo Martignoni
- [PATCH] [InputGraph][Gnu] Add Linkerscript support.
Michael Spencer
- [lld] r195279 - Remove blank return at the end of a function returning void.
Rui Ueyama
- [PATCH] [InputGraph][Gnu] Add Linkerscript support.
Shankar Kalpathi Easwaran
- [PATCH] [InputGraph][Gnu] Add Linkerscript support.
Michael Spencer
- [PATCH] [InputGraph][Gnu] Add Linkerscript support.
Rui Ueyama
- [lld] r195281 - Move member functions to its own cpp file.
Rui Ueyama
- [lld] r195282 - Reverse the condition for readability.
Rui Ueyama
- [lld] r195284 - Rename allocateString -> allocate.
Rui Ueyama
- [llvm] r195285 - revert r194655
Nick Kledzik
- [llvm] r195286 - YAML I/O add support for validate()
Nick Kledzik
- [PATCH] [InputGraph][Gnu] Add Linkerscript support.
Shankar Kalpathi Easwaran
- [PATCH] [InputGraph][Gnu] Add Linkerscript support.
Rui Ueyama
- [lld] r195289 - [PECOFF] Do not check if library is already added.
Rui Ueyama
- [llvm] r195290 - Constify the DIEs used for pubname and pubtype tables. Propagate
Eric Christopher
- [llvm] r195293 - Update comment.
Eric Christopher
- [lld] r195289 - [PECOFF] Do not check if library is already added.
Rui Ueyama
- [lld] r195295 - [PECOFF] Move files with ".lib" extension to the end of the input file list.
Rui Ueyama
- [llvm] r195296 - Reorder language in the CompileUnit description and add a comment.
Eric Christopher
- [llvm] r195297 - Add more documenation for the lookup tables data members.
Eric Christopher
- [llvm] r195298 - Reflow some documentation and remove whitespace comments. Move
Eric Christopher
- [llvm] r195299 - Move DebugInfoOffset member near the other data member it helps describe.
Eric Christopher
- [lld] r195289 - [PECOFF] Do not check if library is already added.
Mikael Lyngvig
- [lld] r195091 - Creating release_34 branch
Michael Spencer
- [PATCH] Use the DWARF form DW_FORM_sec_offset or DW_FORM_data4 depending on the Dwarf version being generated
Keith Walker
- [llvm] r195304 - [PM] Add a module analysis pass proxy for the function analysis manager.
Chandler Carruth
- [lld] r195295 - [PECOFF] Move files with ".lib" extension to the end of the input file list.
Shankar Easwaran
- [PATCH] [InputGraph][Gnu] Add Linkerscript support.
Shankar Kalpathi Easwaran
- [PATCH][AArch64] Implemented remaining Neon scalar by element intrinsics
Jiangning Liu
- [PATCH][AArch64] Implemented Neon scalar vdup_lane intrinsics
Ana Pazos
- [PATCH][AArch64] Implemented remaining Neon scalar by element intrinsics
Ana Pazos
- [llvm] r194542 - SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.
Tom Stellard
- [PATCH] Call real pthread_attr_getstack instead of the interceptor
Kostya Serebryany
- [lld] r195307 - [LinkingContext] Limit shared library undefined atoms to be added.
Shankar Easwaran
- [lld] r195295 - [PECOFF] Move files with ".lib" extension to the end of the input file list.
Saleem Abdulrasool
- [llvm] r195309 - llvm-cov: Fixed some bugs related to file checksum.
Yuchen Wu
- [llvm] r195310 - llvm-cov: Formatting change.
Yuchen Wu
- [llvm] r195309 - llvm-cov: Fixed some bugs related to file checksum.
Chandler Carruth
- [llvm] r195311 - llvm-cov: Don't assume FileChecksum was generated.
Yuchen Wu
- [llvm] r195309 - llvm-cov: Fixed some bugs related to file checksum.
Yuchen Wu
- [PATCH] Implement a bunch of custom glibc wrappers & corresponding tests.
Peter Collingbourne
- [PATCH][AArch64] Implemented remaining Neon scalar by element intrinsics
Jiangning Liu
- [PATCH] llvm-cov: Added -c option for branch counts.
Yuchen Wu
- [llvm] r195312 - Add, to constant islands, long jumps similar to ARM far branch.
Reed Kotler
- [PATCH][AArch64]Fix the Cygwin build failure caused by questionable enum values in AArch64BaseInfo.h
Hao Liu
- Ping: Add a Scalarizer pass
Bill Wendling
- [llvm] r195316 - Dereference the node iterator when dumping the PBQP graph structure in DOT
Lang Hames
- [llvm] r195317 - Teach ISel not to optimize 'optnone' functions.
Paul Robinson
- RE: [PATCH] Implement ‘optnone’ attribute semantics
Robinson, Paul
- Re: [PATCH] Implement ‘optnone’ attribute semantics
Chandler Carruth
- [PATCH] Don't speculate loads under ThreadSanitizer
Chandler Carruth
- [llvm] r195318 - The basic problem is that some mainstream programs cannot deal with the way
Bill Wendling
- [PATCH] Fix for PR15086
Bill Wendling
- [llvm] r195272 - PPC popcnt[dw] do not have record forms
Bill Wendling
- [PATCH] Add support for legalizing SETNE/SETEQ by inverting the condition code and the result of the comparison.
Owen Anderson
- [llvm] r195324 - Don't speculate loads under ThreadSanitizer
Kostya Serebryany
- [llvm] r194542 - SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.
Owen Anderson
- [llvm] r195317 - Teach ISel not to optimize 'optnone' functions.
Renato Golin
- [compiler-rt] r195325 - [tsan] add a run-time-side regression test for https://code.google.com/p/thread-sanitizer/issues/detail?id=40 (tsan-hostile load speculation)
Kostya Serebryany
- [llvm] r195327 - Implemented Neon scalar by element intrinsics.
Ana Pazos
- [llvm] r194542 - SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.
Bill Wendling
- [llvm] r195330 - Implemented Neon scalar vdup_lane intrinsics.
Ana Pazos
- [compiler-rt] r195331 - [tsan] use FileCheck in race_on_speculative_load.cc
Kostya Serebryany
- [llvm] r195332 - [PM] Add support for using SFINAE to reflect on an analysis's result
Chandler Carruth
- [llvm] r195317 - Teach ISel not to optimize 'optnone' functions.
Kostya Serebryany
- [llvm] r195317 - Teach ISel not to optimize 'optnone' functions.
Kostya Serebryany
- [llvm] r195333 - add 'REQUIRES: asserts' to a test that uses 'llc -debug'; this fixes the no-asserts build
Kostya Serebryany
- [llvm] r195317 - Teach ISel not to optimize 'optnone' functions.
Kostya Serebryany
- [zorg] r195334 - Check formatting of Polly
Tobias Grosser
- [zorg] r195335 - Add 16 new polly performance testers
Tobias Grosser
- [llvm] r195336 - [OCaml] Unbreak make install by providing ocamldoc target
Peter Zotov
- [PATCH][AArch64]Fix the Cygwin build failure caused by questionable enum values in AArch64BaseInfo.h
Tim Northover
- [llvm] r190916 - Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF128. Fixes PR17268. [PATCH]
Pekka Jääskeläinen
- [PATCH] [PATCH][AArch64] Fix the bug about Load/Store a vector type and bitcast between i64 and a vector type
Hao Liu
- [PATCH] [PATCH][AArch64] Fix the bug about Load/Store a vector type and bitcast between i64 and a vector type
Tim Northover
- [PATCH] Call real pthread_attr_getstack instead of the interceptor
Alexey Samsonov
- [PATCH] Implement a bunch of custom glibc wrappers & corresponding tests.
Lorenzo Martignoni
- [llvm] r195338 - [PM] Widen the interface for invalidate on an analysis result now that
Chandler Carruth
- [PATCH] Implement a bunch of custom glibc wrappers & corresponding tests.
Lorenzo Martignoni
- [llvm] r195339 - Revert r195317 (and r195333), "Teach ISel not to optimize 'optnone' functions."
NAKAMURA Takumi
- [PATCH] Implement a bunch of custom glibc wrappers & corresponding tests.
Lorenzo Martignoni
- [PATCH] Call real pthread_attr_getstack instead of the interceptor
Kostya Serebryany
- [llvm] r195340 - [PM] Fix typo and trailing space.
Chandler Carruth
- [llvm] r195341 - Whitespace.
NAKAMURA Takumi
- [PATCH] Call real pthread_attr_getstack instead of the interceptor
Alexey Samsonov
- [PATCH] add basic support for Cortex-A7 and VFPv4 to LLVM and Clang
Artyom Skrobov
- [llvm] r195342 - Use multiple filecheck prefixes in msan instrumentation tests.
Evgeniy Stepanov
- [PATCH] add basic support for Cortex-A7 and VFPv4 to LLVM and Clang
Anton Korobeynikov
- [llvm] r195343 - [mips][msa/dsp] Only do DSP combines if DSP is enabled.
Daniel Sanders
- Re: [PATCH] Implement ‘optnone’ attribute semantics
NAKAMURA Takumi
- [polly] r195344 - cmake: Add option POLLY_USE_CLOOG
Tobias Grosser
- [compiler-rt] r195345 - tsan: fix handling of setjmp
Dmitry Vyukov
- [compiler-rt] r195346 - tsan: add -lm to output test build script
Dmitry Vyukov
- [llvm] r195317 - Teach ISel not to optimize 'optnone' functions.
NAKAMURA Takumi
- [compiler-rt] r195347 - tsan: remove debug output from test
Dmitry Vyukov
- [llvm] r195349 - [msan] Propagate condition origin in select instruction.
Evgeniy Stepanov
- [compiler-rt] r195350 - [msan] Test for r195349.
Evgeniy Stepanov
- XCore target: fix handling of unsized global arrays in large code model
Robert Lytton
- [PATCH] Fix SROA creating invalid bitcasts between address spaces
David Tweed
- [PATCH][MC/X86_64] Implement Win64 exception handling
Kai Nacke
- [polly] static builds
Tobias Grosser
- [compiler-rt] r195351 - tsan: deflake tests
Dmitry Vyukov
- [compiler-rt] r195352 - [asan] rename contiguous-container-buffer-overflow (too long) to container-overflow
Kostya Serebryany
- [PATCH] Implement aarch64 neon instruction class SIMD lsone and lsone-post - LLVM
Tim Northover
- [llvm] r195355 - Add support for legalizing SETNE/SETEQ by inverting the condition code and the result of the comparison.
Daniel Sanders
- [llvm] r190916 - Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF128. Fixes PR17268. [PATCH]
Hal Finkel
- [PATCH] Add support for legalizing SETNE/SETEQ by inverting the condition code and the result of the comparison.
Daniel Sanders
- [PATCH] Add support for legalizing SETNE/SETEQ by inverting the condition code and the result of the comparison.
Daniel Sanders
- [dragonegg] r195356 - Debug.cpp: Try to unbreak build corresponding to llvm's r195055.
NAKAMURA Takumi
- [PATCH] Call real pthread_attr_getstack instead of the interceptor
Alexey Samsonov
- [PATCH] Implement AArch64 SISD intrinsics for vget_high and vget_low
Tim Northover
- [llvm] r195358 - [ARM] add basic Cortex-A7 support to LLVM backend
Artyom Skrobov
- [PATCH] Generalize debug info / EH emission in AsmPrinter
Timur Iskhodzhanov
- [zorg] r195360 - Add '-O3' and '-O3 -polly' performance testers
Tobias Grosser
- [llvm] r194760 - Add addrspacecast instruction.
Michele Scandale
- [llvm] r190916 - Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF128. Fixes PR17268. [PATCH]
Arnold Schwaighofer
- [llvm] r195129 - Fix assembly operands for the SSE2 cvtsd2ss instruction.
Chad Rosier
- [llvm] r190309 - [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.
Hal Finkel
- [PATCH][MC/X86_64] Implement Win64 exception handling
Nico Rieck
- [llvm] r195358 - [ARM] add basic Cortex-A7 support to LLVM backend
Kristof Beyls
- [llvm] r195364 - [mips][msa] Fix a corner case in performORCombine() when combining nodes into VSELECT.
Daniel Sanders
- [llvm] r195365 - [ARM] add the overlooked tests for Cortex-A7 build attributes
Artyom Skrobov
- [llvm] r195309 - llvm-cov: Fixed some bugs related to file checksum.
Sean Silva
- [llvm] r195358 - [ARM] add basic Cortex-A7 support to LLVM backend
Artyom Skrobov
- [llvm] r195129 - Fix assembly operands for the SSE2 cvtsd2ss instruction.
Cameron McInally
- [PATCH] Add basic Cortex-A12 support to llvm and clang
Oliver Stannard
- [llvm] r190916 - Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF128. Fixes PR17268. [PATCH]
Nadav Rotem
- [PATCH] Introduce two command-line flags for the instrumentation pass to control whether the labels of pointers should be ignored in load and store instructions
Lorenzo Martignoni
- [PATCH] Introduce two command-line flags for the instrumentation pass to control whether the labels of pointers should be ignored in load and store instructions
Lorenzo Martignoni
- [llvm] r190309 - [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.
Artyom Skrobov
- [llvm] r190916 - Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF128. Fixes PR17268. [PATCH]
Hal Finkel
- [lld] r195307 - [LinkingContext] Limit shared library undefined atoms to be added.
Nick Kledzik
- [llvm] r190309 - [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.
Hal Finkel
- [PATCH] Making Type::getScalarSizeInBits() const
Marcello Maggioni
- [llvm] r194760 - Add addrspacecast instruction.
Jeroen Ketema
- [llvm] r190916 - Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF128. Fixes PR17268. [PATCH]
Arnold Schwaighofer
- [llvm] r190916 - Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF128. Fixes PR17268. [PATCH]
Hal Finkel
- [llvm] r190309 - [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.
Hal Finkel
- [llvm] r190916 - Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF128. Fixes PR17268. [PATCH]
Arnold Schwaighofer
- [dragonegg] r195356 - Debug.cpp: Try to unbreak build corresponding to llvm's r195055.
David Blaikie
- [lld] r195307 - [LinkingContext] Limit shared library undefined atoms to be added.
Shankar Easwaran
- [lld] r195307 - [LinkingContext] Limit shared library undefined atoms to be added.
Nick Kledzik
- [lld] r195307 - [LinkingContext] Limit shared library undefined atoms to be added.
Shankar Easwaran
- [PATCH] make lower-expect understand llvm.expect.i1 for branches
Daniel Micay
- [llvm] r195372 - Remove dangling documentation. llvm-prof was deleted a while ago.
Benjamin Kramer
- [PATCH] unittests/Support/BlockFrequencyTest.cpp +UINT64_C
David Fang
- [PATCH] fix incorrect codegen from instcombine (PR17827)
Kay Tiong Khoo
- [PATCH][AArch64]Fix the Cygwin build failure caused by questionable enum values in AArch64BaseInfo.h
Bill Wendling
- [PATCH][AArch64]Fix the Cygwin build failure caused by questionable enum values in AArch64BaseInfo.h
Tim Northover
- [dragonegg] r195356 - Debug.cpp: Try to unbreak build corresponding to llvm's r195055.
Bill Wendling
- [lld] r195307 - [LinkingContext] Limit shared library undefined atoms to be added.
Nick Kledzik
- [dragonegg] r195356 - Debug.cpp: Try to unbreak build corresponding to llvm's r195055.
Eric Christopher
- [PATCH] SLP Vectorizer: Extract cost will only be added once even if the scalar has multiple external uses
Yi Jiang
- [lld] r195307 - [LinkingContext] Limit shared library undefined atoms to be added.
Shankar Easwaran
- [PATCH] CMake: optionaly enable LLVM to be compile with -std=c++11 (default: OFF)
Arnaud Allard de Grandmaison
- [llvm] r195333 - add 'REQUIRES: asserts' to a test that uses 'llc -debug'; this fixes the no-asserts build
Robinson, Paul
- RE: [PATCH] Implement ‘optnone’ attribute semantics
Robinson, Paul
- [lld] r195091 - Creating release_34 branch
Rui Ueyama
- [llvm] r195317 - Teach ISel not to optimize 'optnone' functions.
Robinson, Paul
- [PATCH] CMake: optionaly enable LLVM to be compile with -std=c++11 (default: OFF)
Meador Inge
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- [lld] r195091 - Creating release_34 branch
Shankar Easwaran
- [llvm] r195379 - CMake: Some changes to package version names:
Hans Wennborg
- [PATCH] SLP Vectorizer: Extract cost will only be added once even if the scalar has multiple external uses
Nadav Rotem
- [lld] r195091 - Creating release_34 branch
Rui Ueyama
- [llvm] r195380 - Move member variable up to where the rest of non-DWARF5 variables reside.
Eric Christopher
- [compiler-rt] r195381 - Implement a bunch of custom glibc wrappers & corresponding tests.
Peter Collingbourne
- [PATCH] Introduce two command-line flags for the instrumentation pass to control whether the labels of pointers should be ignored in load and store instructions
Peter Collingbourne
- [PATCH] Implement a bunch of custom glibc wrappers & corresponding tests.
Peter Collingbourne
- [llvm] r195382 - Introduce two command-line flags for the instrumentation pass to control whether the labels of pointers should be ignored in load and store instructions
Peter Collingbourne
- [llvm] r195383 - SHLD/SHRD are VectorPath (microcode) instructions known to have poor latency on certain architectures. While generating SHLD/SHRD instructions is acceptable when optimizing for size, optimizing for speed on these platforms should be implemented using alternative sequences of instructions composed of add, adc, shr, shl, or and lea which are directPath instructions. These alternative instructions not only have a lower latency but they also increase the decode bandwidth by allowing simultan...
Ekaterina Romanova
- [PATCH] CMake: optionaly enable LLVM to be compile with -std=c++11 (default: OFF)
Arnaud Allard de Grandmaison
- [PATCH] Implement a bunch of custom glibc wrappers & corresponding tests.
Peter Collingbourne
- [PATCH] Introduce two command-line flags for the instrumentation pass to control whether the labels of pointers should be ignored in load and store instructions
Peter Collingbourne
- [PATCH] CMake: optionaly enable LLVM to be compile with -std=c++11 (default: OFF)
Eric Christopher
- [dragonegg] r195387 - Merging r195356:
Bill Wendling
- [lld] r195388 - [test] Add InputGraph tests
Shankar Easwaran
- [dragonegg] r195356 - Debug.cpp: Try to unbreak build corresponding to llvm's r195055.
Bill Wendling
- [lld] r195389 - Fix indentation and whitespace.
Rui Ueyama
- [lld] r195091 - Creating release_34 branch
Bill Wendling
- [zorg] r195390 - Attempt to fix an issue - nulls are passed to ninja.
Galina Kistanova
- [dragonegg] r195356 - Debug.cpp: Try to unbreak build corresponding to llvm's r195055.
Eric Christopher
- [llvm] r195391 - In Dwarf 3 (and Dwarf 2) attributes whose value are offsets into a
Eric Christopher
- [PATCH] StructurizeCFG: Fix inverting a branch on an argument
Matt Arsenault
- [PATCH] StructurizeCFG: Fix verification failure with some loops.
Matt Arsenault
- [compiler-rt] r195392 - Revert r195381, "Implement a bunch of custom glibc wrappers & corresponding tests."
Peter Collingbourne
- [PATCH] Use the DWARF form DW_FORM_sec_offset or DW_FORM_data4 depending on the Dwarf version being generated
Eric Christopher
- [lld] r195393 - Fix file header comment.
Rui Ueyama
- [PATCH] CMake: optionaly enable LLVM to be compile with -std=c++11 (default: OFF)
Arnaud Allard de Grandmaison
- [PATCH] StructurizeCFG: Fix verification failure with some loops.
Tom Stellard
- [PATCH] StructurizeCFG: Fix inverting a branch on an argument
Tom Stellard
- [lld] r195289 - [PECOFF] Do not check if library is already added.
Rui Ueyama
- [lld] r195091 - Creating release_34 branch
Michael Spencer
- [lld] r195295 - [PECOFF] Move files with ".lib" extension to the end of the input file list.
Rui Ueyama
- [lld] r195295 - [PECOFF] Move files with ".lib" extension to the end of the input file list.
Rui Ueyama
- [llvm] r195397 - Split SETCC if VSELECT requires splitting too.
Tom Stellard
- [llvm] r195398 - SelectionDAG: Optimize expansion of vec_type = BITCAST scalar_type
Tom Stellard
- [llvm] r195399 - R600: Implement TargetInstrInfo::isLegalToSplitMBBAt()
Tom Stellard
- [llvm] r195400 - [PM] Switch analysis managers to be threaded through the run methods
Chandler Carruth
- [llvm] r195401 - Fix a typo where we were creating <def, kill> operands instead of
Lang Hames
- [PATCH] CMake: optionaly enable LLVM to be compile with -std=c++11 (default: OFF)
NAKAMURA Takumi
- [llvm] r195402 - [PM] Simplify how the SFINAE for AnalysisResultModel is applied by
Chandler Carruth
- [PATCH] fix incorrect codegen from instcombine (PR17827)
Evan Cheng
- [PATCH] SLP Vectorizer: Extract cost will only be added once even if the scalar has multiple external uses
Yi Jiang
- [dragonegg] r195404 - The cmpxchg16 feature has been renamed cx16.
Peter Collingbourne
- [PATCH] SLP Vectorizer: Extract cost will only be added once even if the scalar has multiple external uses
Nadav Rotem
- [dragonegg] r195404 - The cmpxchg16 feature has been renamed cx16.
Peter Collingbourne
- [llvm] r195406 - SLP Vectorizer: Extract cost will only be added once even if the scalar has multiple external uses.
Yi Jiang
- [PATCH] SLP Vectorizer: Extract cost will only be added once even if the scalar has multiple external uses
Yi Jiang
- [llvm] r195407 - Tweak 3 tests in llvm/test/CodeGen/X86 to add -mcpu=generic since r195383.
NAKAMURA Takumi
- [PATCH] Implement aarch64 neon instruction class SIMD lsone and lsone-post - LLVM
Jiangning Liu
- [llvm] r195408 - For AArch64 back-end instruction selection, lower Neon_Lowxxx with EXTRCT_SUBREG.
Jiangning Liu
- [PATCH] Implement AArch64 SISD intrinsics for vget_high and vget_low
Jiangning Liu
- [lld] r195289 - [PECOFF] Do not check if library is already added.
Shankar Easwaran
- [lld] r195295 - [PECOFF] Move files with ".lib" extension to the end of the input file list.
Shankar Easwaran
- [zorg] r195058 - Based on the patch proposed by Rick Foos!
Dmitri Gribenko
- [llvm] r190309 - [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.
Hal Finkel
- [PATCH] unittests/Support/BlockFrequencyTest.cpp +UINT64_C
Michael Gottesman
- [llvm] r195397 - Split SETCC if VSELECT requires splitting too.
Tom Stellard
- [llvm] r195398 - SelectionDAG: Optimize expansion of vec_type = BITCAST scalar_type
Tom Stellard
- [llvm] r195399 - R600: Implement TargetInstrInfo::isLegalToSplitMBBAt()
Tom Stellard
- [llvm] r195410 - [block-freq] Add a method to loop info for returning all loop latches for a specific loop.
Michael Gottesman
- [llvm] r195411 - [block-freq] Update data in test case to be unsigned long long to fix mingw build.
Michael Gottesman
- [PATCH] unittests/Support/BlockFrequencyTest.cpp +UINT64_C
Michael Gottesman
- [dragonegg] r195416 - Merging r195404:
Bill Wendling
- [dragonegg] r195404 - The cmpxchg16 feature has been renamed cx16.
Bill Wendling
- [PATCH] unittests/Support/BlockFrequencyTest.cpp +UINT64_C
David Fang
- [llvm] r195421 - Fix a Cygwin build failure caused by enum values starting with '_', which is conflicted with some platform macros.
Hao Liu
- [llvm] r195423 - Revert last change by haoliu because of buildbot failure.
Hao Liu
- [llvm] r195424 - Fix the bugs about AArch64 Load/Store vector types and bitcast between i64 and vector types.
Hao Liu
- [compiler-rt] r195425 - [sanitizer] Add missing header dependencies.
Evgeniy Stepanov
- [compiler-rt] r195427 - [sanitizer] Change the way we use certain linux kernel headers.
Evgeniy Stepanov
- [llvm] r195432 - Fix a Cygwin build failure caused by enum values starting with '_', which is conflicted with some platform macros.
Hao Liu
- [compiler-rt] r195433 - [sanitizer] Fix build.
Evgeniy Stepanov
- [compiler-rt] r195434 - [sanitizer] Restore perf_event_attr handling.
Evgeniy Stepanov
- [PATCH] Implement aarch64 neon instruction class SIMD lsone and lsone-post - LLVM
Tim Northover
- [compiler-rt] r195436 - [sanitizer] Add kernel_stat definitions for arm.
Evgeniy Stepanov
- [PATCH] [PATCH][AArch64] Fix the bug about disassembling incorrect lanes for post-indx of load/store single element instructions.
Hao Liu
- [PATCH] Implement a bunch of custom glibc wrappers & corresponding tests.
Lorenzo Martignoni
- [llvm] r195318 - The basic problem is that some mainstream programs cannot deal with the way
Kostya Serebryany
- [llvm] r195439 - Revert r195318 as it causes miscompilation (PR18029)
Kostya Serebryany
- [PATCH][AArch64]Fix the Cygwin build failure caused by questionable enum values in AArch64BaseInfo.h
Hao Liu
- [PATCH] [PATCH][AArch64] Fix the bug about disassembling incorrect lanes for post-indx of load/store single element instructions.
Tim Northover
- [PATCH] Call real pthread_attr_getstack instead of the interceptor
Alexey Samsonov
- [PATCH][AArch64]Fix the Cygwin build failure caused by questionable enum values in AArch64BaseInfo.h
Tim Northover
- [PATCH] Add basic Cortex-A12 support to llvm and clang
Richard Barton
- [compiler-rt] r195441 - Call real pthread_attr_getstack instead of the interceptor
Kostya Serebryany
- [compiler-rt] r195442 - [sanitizer] Fix kernel headers compatibility on powerpc64.
Evgeniy Stepanov
- [compiler-rt] r195443 - [ASan] Fix large_allocator_unpoisons_on_free.cc to pass correct parameters to mmap() on OSX.
Alexander Potapenko
- [llvm] r195444 - [mips][msa] Float vector constants cannot use ldi.[wd] directly. Bitcast from the appropriate integer vector type.
Daniel Sanders
- [llvm] r195445 - [PM] Fix the analysis templates' usage of IRUnitT.
Chandler Carruth
- [polly] r195446 - Disable formatting checks to silent buildbots
Tobias Grosser
- [PATCH] Fixed tryFoldToZero() for vector types that need expansion.
Daniel Sanders
- [llvm] r195447 - [PM] Remove the IRUnitT typedef requirement for analysis passes.
Chandler Carruth
- [PATCH] Fixed tryFoldToZero() for vector types that need expansion.
Daniel Sanders
- [llvm] r195448 - Add support for Cortex-A12.
Richard Barton
- [compiler-rt] r195442 - [sanitizer] Fix kernel headers compatibility on powerpc64.
İsmail Dönmez
- [llvm] r195450 - [PM] Reverse the template arguments 'PassT' and 'AnalysisManagerT' in
Chandler Carruth
- [llvm] r195451 - [PM] Teach the analysis managers to pass themselves as arguments to the
Chandler Carruth
- PR17925, PATCH
Stepan Dyatkovskiy
- [llvm] r195453 - [PM] Remove extraneous space that I left in there.
Chandler Carruth
- [llvm] r195455 - [mips][msa] Fix corner case for integer constant splats with undef values.
Daniel Sanders
- [llvm] r195456 - Fix typo in a comment added in r195455.
Daniel Sanders
- [llvm] r195457 - ARM: use CHECK-LABEL on a test.
Tim Northover
- [llvm] r195423 - Revert last change by haoliu because of buildbot failure.
NAKAMURA Takumi
- [PATCH] Re-enable movw/movt on iOS static platforms
Tim Northover
- [llvm] r195166 - DebugInfo: Partial implementation of DWARF type units.
NAKAMURA Takumi
- [llvm] r190916 - Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF128. Fixes PR17268. [PATCH]
Pekka Jääskeläinen
- [compiler-rt] r195442 - [sanitizer] Fix kernel headers compatibility on powerpc64.
Evgeniy Stepanov
- [PATCH] Enable FeatureMP for Cortex-A5 by default
Oliver Stannard
- [PATCH] Enable FeatureMP for Cortex-A5 by default
James Molloy
- Ping: Add a Scalarizer pass
Richard Sandiford
- [llvm] r190309 - [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.
Artyom Skrobov
- [zorg] r195058 - Based on the patch proposed by Rick Foos!
Rick Foos
- [llvm] r195467 - Don't produce tail calls when the caller is x86_thiscallcc.
Rafael Espindola
- [PATCH] CMake: optionaly enable LLVM to be compile with -std=c++11 (default: OFF)
Arnaud Allard de Grandmaison
- [llvm] r195468 - SLPVectorizer: Fix whitespace errors.
Arnold Schwaighofer
- [llvm] r195469 - [mips][msa] Add test case that should have been added in r195456.
Daniel Sanders
- [llvm] r195455 - [mips][msa] Fix corner case for integer constant splats with undef values.
Daniel Sanders
- [llvm] r195470 - Convert linkonce* to weak* instead of strong.
Rafael Espindola
- r195363 - Add support for legalizing SETNE/SETEQ by inverting the condition code and the result of the comparison.
Daniel Sanders
- Ping: Add a Scalarizer pass
Nadav Rotem
- [llvm] r195471 - Add a Scalarizer pass.
Richard Sandiford
- [PATCH] Add a Scalarize pass
Richard Sandiford
- [PATCH] Change the way labels are propagated when comparing memory through libc functions
Lorenzo Martignoni
- [PATCH][MC/X86_64] Implement Win64 exception handling
Kai Nacke
- [llvm] r195472 - Revert "Convert linkonce* to weak* instead of strong."
Rafael Espindola
- [llvm] r195473 - [SystemZ] Fix TMHH and TMHL usage for z10 with -O0
Richard Sandiford
- Current LLVM svn failing to build under Ubuntu precise (gcc 4.6)
Sylvestre Ledru
- [PATCH] Fix PR18014
Michael Liao
- [PATCH] Fix PR18014
Nadav Rotem
- [llvm] r195476 - Fix PR18014
Michael Liao
- [llvm] r195477 - Add a fixed version of r195470 back.
Rafael Espindola
- [PATCH] Fix PR18014
Michael Liao
- [zorg] r195058 - Based on the patch proposed by Rick Foos!
Dmitri Gribenko
- [llvm] r195401 - Fix a typo where we were creating <def, kill> operands instead of
David Blaikie
- [PATCH] Implement the ldr-pseudo opcode for ARM assembly
David Peixotto
- [llvm] r195479 - VS integration: use the correct registry key after r195379
Hans Wennborg
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Ana Pazos
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Tim Northover
- [PATCH] Re-enable movw/movt on iOS static platforms
Renato Golin
- [PATCH] Re-enable movw/movt on iOS static platforms
Tim Northover
- [PATCH][MC/X86_64] Implement Win64 exception handling
Nico Rieck
- [llvm] r195487 - patchpoint: eliminate hard coded operand indices.
Andrew Trick
- [llvm] r195488 - patchpoint: factor SD builder code for live vars. Plain stackmap also optimizes Constant values now.
Andrew Trick
- [llvm] r195489 - Minor cleanup. EvictionCost ctor was confusing relative to the other costs floating around in the code.
Andrew Trick
- [llvm] r195490 - DEBUG shouldEvict decisions
Andrew Trick
- [llvm] r195491 - Teach ISel not to optimize 'optnone' functions (revised).
Paul Robinson
- [llvm] r195317 - Teach ISel not to optimize 'optnone' functions.
Robinson, Paul
- [PATCH] Include popular std functions/classes into lld namespace.
Rui Ueyama
- [llvm] r195492 - StructurizeCFG: Fix inverting a branch on an argument
Matt Arsenault
- [llvm] r195493 - StructurizeCFG: Fix verification failure with some loops.
Matt Arsenault
- [PATCH] Include popular std functions/classes into lld namespace.
Shankar Kalpathi Easwaran
- [PATCH] StructurizeCFG: Fix inverting a branch on an argument
Matt Arsenault
- [PATCH] StructurizeCFG: Fix verification failure with some loops.
Matt Arsenault
- [DOCS] Review requested: How to Setup an Arch Linux Buildbot
Renato Golin
- [PATCH] Re-enable movw/movt on iOS static platforms
Renato Golin
- [llvm] r195494 - Debug Info: add a constant for debug info version number.
Manman Ren
- [llvm] r195479 - VS integration: use the correct registry key after r195379
Hans Wennborg
- [llvm] r195494 - Debug Info: add a constant for debug info version number.
Eric Christopher
- [llvm] r195496 - X86: Perform integer comparisons at i32 or larger.
Jim Grosbach
- [zorg] r195497 - Make the test name short, otherwise we run out of the allowed name length on some platforms (the qualified test name is in the log anyway).
Galina Kistanova
- [llvm] r195494 - Debug Info: add a constant for debug info version number.
Manman Ren
- [PATCH] Fix assert with copy from global through addrspacecast
Matt Arsenault
- [PATCH] Include popular std functions/classes into lld namespace.
Michael Spencer
- [PATCH] switch ARM modes in inline asm
Greg Fitzgerald
- [PATCH] switch ARM modes in inline assembly
Greg Fitzgerald
- [LNT] r195498 - Fix an error caused by a partial commit of r194516.
Chris Matthews
- [PATCH] Re-enable movw/movt on iOS static platforms
Anton Korobeynikov
- [DOCS] Review requested: How to Setup an Arch Linux Buildbot
Mikael Lyngvig
- [PATCH] Include popular std functions/classes into lld namespace.
kledzik at apple.com
- [llvm] r195494 - Debug Info: add a constant for debug info version number.
Eric Christopher
- [DOCS] Review requested: How to Setup an Arch Linux Buildbot
Renato Golin
- [PATCH] Implement a bunch of custom glibc wrappers & corresponding tests.
Peter Collingbourne
- [DOCS] Review requested: How to Setup an Arch Linux Buildbot
Mikael Lyngvig
- [PATCH] Include popular std functions/classes into lld namespace.
Rui Ueyama
- [llvm] r194760 - Add addrspacecast instruction.
Michele Scandale
- [PATCH] R600/SI: Fixing handling of condition codes
Matt Arsenault
- [PATCH] switch ARM modes in inline asm
Renato Golin
- [PATCH] Change the way labels are propagated when comparing memory through libc functions
Peter Collingbourne
- [llvm] r195504 - Debug Info: update testing cases to specify the debug info version number.
Manman Ren
- [PATCH] R600/SI: Fixing handling of condition codes
Tom Stellard
- [PATCH] Fix assert with copy from global through addrspacecast
Michele Scandale
- [PATCH] R600/SI: Add i64 cmp instructions
Matt Arsenault
- [llvm] r195505 - Debug Info: move StripDebugInfo from StripSymbols.cpp to DebugInfo.cpp.
Manman Ren
- [lld] r195289 - [PECOFF] Do not check if library is already added.
Shankar Easwaran
- [DOCS] Review requested: How to Setup an Arch Linux Buildbot
Mikael Lyngvig
- [LNT] r195506 - By popular demand, when LNT nt fails while running a subprocess command, make sure the error message which is printed has the name of the log file which contains the output of the failing command.
Chris Matthews
- [lld] r195289 - [PECOFF] Do not check if library is already added.
Rui Ueyama
- [lld] r195289 - [PECOFF] Do not check if library is already added.
Shankar Easwaran
- [llvm] r190309 - [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.
Hal Finkel
- [polly] r195507 - cmake: Provide path to installed clang-format
Tobias Grosser
- [LNT] r195509 - By request, add a --verbose option to LNT nt, which prints out what all the sub-commands are doing while also logging their output to a file.
Chris Matthews
- [lld] r195510 - [PECOFF] Do not set the entry address if /noentry option is given.
Rui Ueyama
- [PATCH] switch ARM modes in inline asm
David Peixotto
- [zorg] r195511 - polly: Checkout clang into the right directory
Tobias Grosser
- [llvm] r195513 - llvm-cov: Split entry blocks in GCNOProfiling.cpp.
Yuchen Wu
- [llvm] r195514 - R600/SI: Fixing handling of condition codes
Tom Stellard
- [lld] r195515 - [InputGraph] Expand InputGraph nodes.
Shankar Easwaran
- [PATCH] switch ARM modes in inline asm
Greg Fitzgerald
- [PATCH] R600/SI: Add i64 cmp instructions
Tom Stellard
- [llvm] r195494 - Debug Info: add a constant for debug info version number.
Manman Ren
- [llvm] r195514 - R600/SI: Fixing handling of condition codes
Tom Stellard
- [lld] r195516 - [InputGraph] Add capability to process Hidden nodes.
Shankar Easwaran
- [llvm] r195494 - Debug Info: add a constant for debug info version number.
Eric Christopher
- [PATCH] Propagate instruction metadata during SLP vectorization.
Nadav Rotem
- [PATCH] Propagate instruction metadata during SLP vectorization.
Nadav Rotem
- [PATCH] R600: Expand vector FABS
Tom Stellard
- [llvm] r195518 - [PM] Remove a FIXME comment that was fixed by my recent refactorings:
Chandler Carruth
- [llvm] r195519 - [PM] Switch the downward invalidation to be incremental where only the
Chandler Carruth
- [lld] r195289 - [PECOFF] Do not check if library is already added.
Rui Ueyama
- [polly] r195520 - Disable format checking
Tobias Grosser
- Fwd: [DOCS] Review requested: How to Setup an Arch Linux Buildbot
Mikael Lyngvig
- [lld] r195289 - [PECOFF] Do not check if library is already added.
Rui Ueyama
- [lld] r195289 - [PECOFF] Do not check if library is already added.
Mikael Lyngvig
- [PATCH] Propagate instruction metadata during SLP vectorization.
Raul Silvera
- [PATCH] Propagate instruction metadata during SLP vectorization.
Nadav Rotem
- [lld] r195289 - [PECOFF] Do not check if library is already added.
Nick Kledzik
- [polly] r195521 - Really stop the buildbot noise
Tobias Grosser
- [PATCH] Begin adding docs and IR-level support for the inalloca attribute
Reid Kleckner
- [PATCH] Begin adding docs and IR-level support for the inalloca attribute
Reid Kleckner
- [llvm] r195522 - Reformat const for readability.
Eric Christopher
- [llvm] r195523 - Refactor DW_AT_ranges handling to use labels for ranges rather than
Eric Christopher
- [PATCH] Use AC_PROG_PATHS for Python
Ray Donnelly
- [llvm] r195525 - [PM] Add support to the analysis managers to query explicitly for cached
Chandler Carruth
- [LNT] r195506 - By popular demand, when LNT nt fails while running a subprocess command, make sure the error message which is printed has the name of the log file which contains the output of the failing command.
Tobias Grosser
- [lld] r195289 - [PECOFF] Do not check if library is already added.
Shankar Easwaran
- [PATCH] ARM integrated assembler generates incorrect nop opcode
David Peixotto
- [LNT] r195527 - Fix typo in logging error statement.
Chris Matthews
- [llvm] r195528 - Migrate metadata information from scalar to vector instructions during
Chandler Carruth
- [LNT] r195506 - By popular demand, when LNT nt fails while running a subprocess command, make sure the error message which is printed has the name of the log file which contains the output of the failing command.
Chris Matthews
- [LNT] r195530 - Fix a second typo!
Chris Matthews
- [lld] r195289 - [PECOFF] Do not check if library is already added.
Rui Ueyama
- [PATCH] Propagate instruction metadata during SLP vectorization.
Chandler Carruth
- [LNT] r195531 - Fix sys.std -> sys.stderr
Tobias Grosser
- [LNT] r195506 - By popular demand, when LNT nt fails while running a subprocess command, make sure the error message which is printed has the name of the log file which contains the output of the failing command.
Chris Matthews
- [LNT] r195506 - By popular demand, when LNT nt fails while running a subprocess command, make sure the error message which is printed has the name of the log file which contains the output of the failing command.
Tobias Grosser
- [llvm] r195535 - Debug Info: update testing cases to specify the debug info version number.
Manman Ren
- [llvm] r195536 - DwarfDebug: Move ownership of CompileUnits into DwarfUnits
David Blaikie
- [llvm] r195537 - [PM] Rename TestAnalysisPass to TestFunctionAnalysis to clear the way
Chandler Carruth
- [llvm] r195538 - [PM] Complete the cross-layer interfaces with a Module-to-Function
Chandler Carruth
- [PATCH] llvm-cov: Print coverage summary to STDOUT.
Yuchen Wu
- [PATCH] Begin adding docs and IR-level support for the inalloca attribute
Sean Silva
- [PATCH] R600: Add support for ISD::FROUND
Tom Stellard
- [llvm] r195496 - X86: Perform integer comparisons at i32 or larger.
Sean Silva
- [llvm] r195260 - Add a test for assignment operator behavior which was changed in
NAKAMURA Takumi
- PR17326, PATCH
Stepan Dyatkovskiy
- [DOCS] [PATCH] Fix broken link in tutorial page 8
Mikael Lyngvig
- [PATCH] [sanitizer] Implement TwoLevelByteMap and use it for the internal allocator on 64-bit.
Kostya Serebryany
- [DOCS] [PATCH] Fix broken link in tutorial page 8
Renato Golin
- [llvm] r190309 - [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.
Artyom Skrobov
- [DOCS] [PATCH] Fix broken link in tutorial page 8
Mikael Lyngvig
- [DOCS] [PATCH] Fix broken link in tutorial page 8
Renato Golin
- [DOCS] Review requested: How to Setup an Arch Linux Buildbot
Renato Golin
- [compiler-rt] r195549 - [sanitizer] use 16-byte aligned bzero in performance critical place (mostly for lsan)
Kostya Serebryany
- [PATCH] Scoped NoAlias Metadata
Renato Golin
- [PATCH] Scoped NoAlias Metadata
Renato Golin
- [PATCH] Scoped NoAlias Metadata
hfinkel at anl.gov
- [PATCH] Scoped NoAlias Metadata
hfinkel at anl.gov
- [DOCS] [PATCH] Fix broken link in tutorial page 8
Sean Silva
- [llvm] r195401 - Fix a typo where we were creating <def, kill> operands instead of
Lang Hames
- [llvm] r195562 - Put an unused result attribute on SmallSet::empty()
Alp Toker
- [llvm] r195565 - Fix a funny bug I introduced during conversion of ARM constant islands to Mips.
Reed Kotler
- [llvm] r195565 - Fix a funny bug I introduced during conversion of ARM constant islands to Mips.
Reed Kotler
- [llvm] r195566 - Update older test cases for latest patch.
Reed Kotler
- [llvm] r195567 - Default to a better compression algorithm.
Bill Wendling
- [llvm] r195569 - Make sure that for C++ emitting LwConstant32 pseudos, that it corresponds
Reed Kotler
- [compiler-rt] r195570 - [lsan] Use real memset to clear memory in standalone LSan.
Sergey Matveev
- [compiler-rt] r195571 - [sanitizer] Do not clear memory which comes from secondary allocator.
Sergey Matveev
- [llvm] r195573 - [SparcV9] Enable custom lowering of DYNAMIC_STACKALLOC in sparc64.
Venkatraman Govindaraju
- [llvm] r195574 - [SparcV9]: Do not emit .register directives for global registers that are clobbered by calls but not used in the function itself.
Venkatraman Govindaraju
- [llvm] r195575 - [Sparc]: Implement LEA pattern for sparcv9.
Venkatraman Govindaraju
- [llvm] r195576 - [Sparc] Emit large negative adjustments to SP/FP with sethi+xor instead of sethi+or. This generates correct code for both sparc32 and sparc64.
Venkatraman Govindaraju
- [PATCH] Fix inlining to not produce duplicate landingpad clauses
Mark Seaborn
- [lld] r195582 - [Gnu] Move code from .h to .cpp.
Shankar Easwaran
- [lld] r195583 - [InputGraph][Gnu] Add LinkerScript support.
Shankar Easwaran
- [lld] r195584 - [InputGraph] Fix comment.
Shankar Easwaran
- [PATCH] Fixed tryFoldToZero() for vector types that need expansion.
Owen Anderson
- [PATCH] Add a RequireStructuredCFG Field to TargetMachine.
Vincent Lejeune
- [PATCH] Add a RequireStructuredCFG Field to TargetMachine.
Matt Arsenault
- [llvm] r195588 - Output a bit more information in the debug printing for MBP. This was
Chandler Carruth
- [llvm] r195590 - SparcFrameLowering.cpp: Prune 'DL' [-Wunused-variable]
NAKAMURA Takumi
- [llvm] r195423 - Revert last change by haoliu because of buildbot failure.
Hao Liu
- [llvm] r195591 - Fixed a bug about disassembling AArch64 post-index load/store single element instructions.
Hao Liu
- [lld] r195592 - [PECOFF] Infer subsystem from the entry point function.
Rui Ueyama
- [lld] r195593 - Fix MSVC buildbot.
Rui Ueyama
- [lld] r195592 - [PECOFF] Infer subsystem from the entry point function.
Shankar Easwaran
- [lld] r195592 - [PECOFF] Infer subsystem from the entry point function.
Rui Ueyama
- [lld] r195594 - [Gnu] -L paths is not positional.
Shankar Easwaran
- [PATHC] [DOCS] LangRef: Insert numerous .. code-block:: llvm to colorize examples
Mikael Lyngvig
- [PATCH] Making Type::getScalarSizeInBits() const
Rafael Espíndola
- [lld] r195595 - [PECOFF] Change sectionChoice attribute.
Rui Ueyama
- [lld] r195596 - [Gnu] Set the type of binary that lld would generate.
Shankar Easwaran
- [lld] r195597 - [Gnu] Ignore unknown arguments, and print message.
Shankar Easwaran
- [lld] r195596 - [Gnu] Set the type of binary that lld would generate.
Rui Ueyama
- [lld] r195598 - [Gnu] Set the defaults in the ELFLinkingContext.
Shankar Easwaran
- [lld] r195596 - [Gnu] Set the type of binary that lld would generate.
Shankar Easwaran
- [llvm] r195599 - Don't look past volatile loads.
Bill Wendling
- Fwd: [PATHC] [DOCS] LangRef: Insert numerous .. code-block:: llvm to colorize examples
Mikael Lyngvig
- [PATCH][AArch64]Fix the Cygwin build failure caused by questionable enum values in AArch64BaseInfo.h
Bill Wendling
- r195363 - Add support for legalizing SETNE/SETEQ by inverting the condition code and the result of the comparison.
Bill Wendling
- [PATCH] R600: Add support for ISD::FROUND
Bill Wendling
- [PATCH] Fixed tryFoldToZero() for vector types that need expansion.
Bill Wendling
- [lld] r195610 - [PECOFF] Set ordinals to linker internal atoms.
Rui Ueyama
- [llvm] r195514 - R600/SI: Fixing handling of condition codes
Bill Wendling
- [PATCH][AArch64] request to push AArch64 patches to release 3.4 branch
Bill Wendling
- [lld] r195618 - [PECOFF] Move definitions to IdataPass.cpp.
Rui Ueyama
- [PATCH] [sanitizer] Implement TwoLevelByteMap and use it for the internal allocator on 64-bit.
Dmitry Vyukov
- [PATCH] Implement aarch64 neon instruction class SIMD lsone and lsone-post - LLVM
Jiangning Liu
- [PATCH] Fix for PR17975 - wrong code for bit shifting integer promotion at -O1 and above on x86_64-linux-gnu
Kai Nacke
- PR17925, PATCH
Nick Lewycky
- [llvm] r195599 - Don't look past volatile loads.
Lang Hames
- [compiler-rt] r195624 - [ASan] Un-break the Windows build
Timur Iskhodzhanov
- [compiler-rt] r195625 - [ASan] Follow-up fix: use #if SANITIZER_WINDOWS, not #ifdef
Timur Iskhodzhanov
Last message date:
Sun Nov 24 23:56:06 PST 2013
Archived on: Tue Aug 4 17:10:47 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).