The Week Of Monday 17 March 2014 Archives by date
Starting: Mon Mar 17 00:01:15 PDT 2014
Ending: Sun Mar 23 22:31:31 PDT 2014
Messages: 982
- [PATCH] added option to detect malloc(0) as error with ASAN
Kostya Serebryany
- [llvm] r203986 - Object/COFF: change data type of SymbolNumber from int16 to uint16.
David Majnemer
- [PATCH] added option to detect malloc(0) as error with ASAN
Kostya Serebryany
- [llvm] r203983 - Debug info: Unique types before emitting them to DWARF, where applicable.
Eric Christopher
- [PATCH] [C++11] Introduce ObjectFile::symbols() to use range-based loops.
Alexey Samsonov
- [llvm] r204031 - [C++11] Introduce ObjectFile::symbols() to use range-based loops.
Alexey Samsonov
- [compiler-rt] r204029 - [sanitizer] make real_pthread_attr_getstack extern "C"
Alexey Samsonov
- [PATCH] [AArch64] Remove data_region directive from AArch64 .
Kevin Qin
- [PATCH] Fix an assertion caused by using inline asm with indirect register inputs.
Kevin Qin
- [compiler-rt] r204032 - tsan: yet another attempt to fix pthread_cond interceptors
Dmitry Vyukov
- [PATCH] Separate out MVT in a separate header file: MachineValueType.h
Patrik Hägglund H
- [PATCH] Loop Vectorizer doesn't use %zmm registers on targets supporting AVX512.
Zinovy Nis
- [compiler-rt] r204029 - [sanitizer] make real_pthread_attr_getstack extern "C"
Kostya Serebryany
- [compiler-rt] r204034 - [sanitizer] print more stack traces when reporting a deadlock (even more to come)
Kostya Serebryany
- [compiler-rt] r204035 - [sanitizer] fix build warnings; add an output test for the deadlock detecor
Kostya Serebryany
- [PATCH] PR19137: Correct PRE handling of llvm.sadd.with.overflow followed by add.
Erik Verbruggen
- [compiler-rt] r204036 - [sanitizer] one more output test for the deadlock detector
Kostya Serebryany
- [PATCH] Add IAS/EHABI changes to release notes
Renato Golin
- PATCH: Consistent use of the noduplicate attribute
James Molloy
- [compiler-rt] r204037 - [tsan] fox the GO build
Kostya Serebryany
- [PATCH] ARM: Homogeneous aggregates must be allocated to contiguous registers
Oliver Stannard
- [PATCH] Loop Vectorizer doesn't use %zmm registers on targets supporting AVX512.
Andrea Di Biagio
- [PATCH] A couple minor changes to support sanitizers on FreeBSD 9.2
Viktor Kutuzov
- [PATCH] Loop Vectorizer doesn't use %zmm registers on targets supporting AVX512.
Zinovy Nis
- [PATCH] ARM: Homogeneous aggregates must be allocated to contiguous registers
James Molloy
- [PATCH] Emit DWARF info for all code section in an assembly file
Oliver Stannard
- [PATCH] Mark alias symbols as microMIPS if necessary.
Matheus Almeida
- [PATCH] A couple minor changes to support sanitizers on FreeBSD 9.2
Alexey Samsonov
- [compiler-rt] r204039 - [sanitizer] allow to store the lock context (stack trace id) with all currently held locks in a thread. This will allow the deadlock detector to provide better warnings (more changes to go)
Kostya Serebryany
- [PATCH] Mark alias symbols as microMIPS if necessary.
Rafael Espíndola
- [PATCH] A couple minor changes to support sanitizers on FreeBSD 9.2
Viktor Kutuzov
- [PATCH] Loop Vectorizer doesn't use %zmm registers on targets supporting AVX512.
Zinovy Nis
- [llvm] r203976 - Use DiagnosticInfo facility.
Diego Novillo
- [PATCH] Add ARM big endian Target (armeb, thumeb)
Christian Pirker
- [PATCH] ARM: Homogeneous aggregates must be allocated to contiguous registers
Renato Golin
- RFC: Enable vectorization of call instructions in the loop vectorizer
James Molloy
- [PATCH] [C++11] Change the interface of getCOFF{Section, Relocation, Symbol} to make it work with range-based for loops.
Alexey Samsonov
- [compiler-rt] r204042 - [sanitizer] make the deadlock detector print 2*N stack traces on lock-order-inversion with N locks (i.e. print stack traces for both lock acquisitions in every edge in the graph). More improvements to follow
Kostya Serebryany
- [PATCH] A couple minor changes to support sanitizers on FreeBSD 9.2
Alexey Samsonov
- [compiler-rt] r204043 - [sanitizer] reverse the order of the stack traces printed for every pair of locks in the deadlock report (first print the 'from' node, then print the 'to' node of the deadlock graph)
Kostya Serebryany
- [compiler-rt] r204044 - [sanitizer] fix the deadlock detector build
Kostya Serebryany
- [PATCH] ARM: Homogeneous aggregates must be allocated to contiguous registers
Oliver Stannard
- [PATCH] Fix GlobalOpt to use range metadata instead of creating SelectInsts.
Rafael Espíndola
- [PATCH] ARM: Homogeneous aggregates must be allocated to contiguous registers
James Molloy
- [PATCH] Object: Provide a richer means of describing auxiliary symbols
Rafael Ávila de Espíndola
- [PATCH] ARM: Homogeneous aggregates must be allocated to contiguous registers
Renato Golin
- [PATCH] Add IAS/EHABI changes to release notes
Rafael Ávila de Espíndola
- [PATCH] Loop Vectorizer doesn't use %zmm registers on targets supporting AVX512.
Arnold Schwaighofer
- [PATCH] Add IAS/EHABI changes to release notes
Renato Golin
- [llvm] r203962 - Correctly handle an ELF symbol defined with "a = b + expr".
Alexander Kornienko
- [llvm] r204049 - Consistent use of the noduplicate attribute.
Eli Bendersky
- PATCH: Consistent use of the noduplicate attribute
Eli Bendersky
- [PATCH] Implement sin/cos for sphereflake test-suite
Renato Golin
- [PATCH] Object: Provide a richer means of describing auxiliary symbols
David Majnemer
- [PATCH] A fix for sanitizers' TLS support on FreeBSD
Viktor Kutuzov
- [PATCH] Add IAS/EHABI changes to release notes
Logan Chien
- RFC: Enable vectorization of call instructions in the loop vectorizer
Arnold Schwaighofer
- [llvm] r203983 - Debug info: Unique types before emitting them to DWARF, where applicable.
Adrian Prantl
- RFC: Enable vectorization of call instructions in the loop vectorizer
James Molloy
- [llvm] r204054 - R600/SI: Add generic checks to SIInstrInfo::verifyInstruction()
Tom Stellard
- [llvm] r204055 - R600/SI: Use correct dest register class for V_READFIRSTLANE_B32
Tom Stellard
- [llvm] r204056 - R600/SI: Fix implementation of isInlineConstant() used by the verifier
Tom Stellard
- [llvm] r204058 - [VectorLegalizer/X86] Don't unvectorize fp_to_uint for v8f32->v8i16
Adam Nemet
- [llvm] r203745 - MC: fix possible NULL pointer dereference
Saleem Abdulrasool
- [PATCH] Add FreeBSD support to sanitizers' procmaps facilities
Viktor Kutuzov
- [llvm] r204059 - ARM IAS: support .thumb_set
Saleem Abdulrasool
- [llvm] r204060 - MC: change runtime check to an assertion
Saleem Abdulrasool
- [PATCH][VectorLegalizer/X86] Don't unvectorize fp_to_uint for v8f32->v8i16
Adam Nemet
- [PATCH] Propagate -fno-unwind-tables to EHABI
Logan Chien
- [PATCH] ARM: Homogeneous aggregates must be allocated to contiguous registers
Renato Golin
- [PATCH] R600/SI: Implement shouldConvertConstantLoadToIntImm
Matt Arsenault
- [PATCH] Add IAS/EHABI changes to release notes
Renato Golin
- [llvm] r204063 - [X86] Fix unused variable warning with NDEBUG from r204058
Adam Nemet
- [llvm] r203983 - Debug info: Unique types before emitting them to DWARF, where applicable.
Manman Ren
- [PATCH] Disable passes on optnone functions
Robinson, Paul
- [PATCH] Propagate -fno-unwind-tables to EHABI
Renato Golin
- [PATCH] Tolerate unmangled names in sample profiles.
Chandler Carruth
- Enable CFI on Hexagon.
Krzysztof Parzyszek
- [PATCH] Propagate -fno-unwind-tables to EHABI
Logan Chien
- [llvm] r204019 - Add FIXMEs to use DIScopeRef instead of DIScope for LTO type uniqueing.
Adrian Prantl
- [llvm] r204066 - Add iterator range definitions for the MachineRegisterInfo iterators.
Owen Anderson
- [llvm] r204067 - Mark MachineRegisterInfo's iterator range methods as const.
Owen Anderson
- [llvm] r204019 - Add FIXMEs to use DIScopeRef instead of DIScope for LTO type uniqueing.
Manman Ren
- [llvm] r204069 - DebugInfo: Use MC line table file entry uniquing for non-asm input as well.
David Blaikie
- [llvm] r204070 - Add one more const marker that I missed.
Owen Anderson
- [PATCH] Propagate -fno-unwind-tables to EHABI
Renato Golin
- [PATCH] Fix creating illegal setcc cond codes.
Matt Arsenault
- [llvm] r204056 - R600/SI: Fix implementation of isInlineConstant() used by the verifier
Kevin Enderby
- [PATCH] llvm-objdump should produce hex addresses for relocations
Ted Woodward
- [PATCH] memcpy lowering: use "rep movs" even when esi is used as base pointer
Hans Wennborg
- [PATCH] Object: Provide a richer means of describing auxiliary symbols
Nico Rieck
- [PATCH] memcpy lowering: use "rep movs" even when esi is used as base pointer
Jim Grosbach
- [PATCH] R600/SI: Use isProfitableToDupForIfCvt
Matt Arsenault
- [PATCH] memcpy lowering: use "rep movs" even when esi is used as base pointer
Jim Grosbach
- [PATCH] Make StringMap aware of POD types
Pete Cooper
- [llvm] r204059 - ARM IAS: support .thumb_set
Jim Grosbach
- [PATCH] Make StringMap aware of POD types
Benjamin Kramer
- [llvm] r204071 - Make DAGCombiner work on vector bitshifts with constant splat vectors.
Matt Arsenault
- [llvm] r204072 - R600: Match sign_extend_inreg to BFE instructions
Matt Arsenault
- [llvm] r204073 - Making a guess to fix the test case with r204056 to get the build bot working.
Kevin Enderby
- [PATCH] Make StringMap aware of POD types
Benjamin Kramer
- [llvm] r203962 - Correctly handle an ELF symbol defined with "a = b + expr".
Alexander Kornienko
- [PATCH] Make DAGCombiner work on vector bitshifts with constant splat vectors.
Matt Arsenault
- [PATCH] R600: Match sign_extend_inreg to BFE instructions
Matt Arsenault
- [PATCH] Make StringMap aware of POD types
Pete Cooper
- [llvm] r204056 - R600/SI: Fix implementation of isInlineConstant() used by the verifier
Stellard, Thomas
- [PATCH] Make StringMap aware of POD types
Benjamin Kramer
- [PATCH] Make StringMap aware of POD types
Pete Cooper
- [llvm] r204056 - R600/SI: Fix implementation of isInlineConstant() used by the verifier
Kevin Enderby
- [llvm] r204074 - Really REALLY finish adding const to the MachineRegisterInfo iterator range methods.
Owen Anderson
- [llvm] r204075 - Switch a number of loops in lib/CodeGen over to range-based for-loops, now that
Owen Anderson
- [PATCH] Make StringMap aware of POD types
Chandler Carruth
- [PATCH] Make StringMap aware of POD types
Chandler Carruth
- [PATCH] Make StringMap aware of POD types
Pete Cooper
- [PATCH] Object: Provide a richer means of describing auxiliary symbols
Rui Ueyama
- [PATCH] Make StringMap aware of POD types
Chandler Carruth
- [PATCH] Make StringMap aware of POD types
Pete Cooper
- [PATCH] PR17473: Disallow LSR to perform non-invertible normalization
Michael Zolotukhin
- [llvm] r204056 - R600/SI: Fix implementation of isInlineConstant() used by the verifier
Matt Arsenault
- [PATCH] Tolerate unmangled names in sample profiles.
Diego Novillo
- [llvm] r204076 - Use range metadata instead of introducing selects.
Dan Gohman
- [PATCH] Tolerate unmangled names in sample profiles.
Diego Novillo
- [PATCH] [C++11] Change the interface of getCOFF{Section, Relocation, Symbol} to make it work with range-based for loops.
Rui Ueyama
- [llvm] r203986 - Object/COFF: change data type of SymbolNumber from int16 to uint16.
Rui Ueyama
- [PATCH] [PECOFF] Use richer ways of describing auxiliary symbols
Rui Ueyama
- [PATCH] Make StringMap aware of POD types
Benjamin Kramer
- [PATCH] Tolerate unmangled names in sample profiles.
Chandler Carruth
- [PATCH] Fix shift by constants for vector.
Matt Arsenault
- [llvm] r203986 - Object/COFF: change data type of SymbolNumber from int16 to uint16.
Rui Ueyama
- PATCH: Add "noduplicate" property for intrinsics and use it NVPTX synchronization intrinsics
Eli Bendersky
- [compiler-rt] r204079 - PGO: Statically generate data structures
Duncan P. N. Exon Smith
- [PATCH] Make StringMap aware of POD types
Pete Cooper
- [PATCH] Make StringMap aware of POD types
Benjamin Kramer
- [PATCH] Make StringMap aware of POD types
Michael Ilseman
- [PATCH] blockfreq: Rewrite block frequency analysis
Bob Wilson
- [compiler-rt] r204083 - Rename __ProfileData to __llvm_pgo_data
Duncan P. N. Exon Smith
- [compiler-rt] r204084 - Switch from fputc to putc to fix r204079?
Duncan P. N. Exon Smith
- [compiler-rt] r204079 - PGO: Statically generate data structures
Kevin Enderby
- [PATCH] sectiongroup support
Nick Kledzik
- [llvm] r204085 - Make methods static
Matt Arsenault
- [compiler-rt] r204079 - PGO: Statically generate data structures
Duncan P. N. Exon Smith
- [PATCH] PR17473: Disallow LSR to perform non-invertible normalization
Michael Zolotukhin
- [PATCH] PR17473: Disallow LSR to perform non-invertible normalization
Andrew Trick
- [PATCH] sectiongroup support
Shankar Easwaran
- [PATCH] An analysis to find external function pointers and trace their data flow
Tom Roeder
- [compiler-rt] r204079 - PGO: Statically generate data structures
Chandler Carruth
- [PATCH] blockfreq: Rewrite block frequency analysis
Duncan P. N. Exon Smith
- [PATCH] Object/COFF: add function to check if section number is reserved one
Rui Ueyama
- [PATCH] sectiongroup support
Nick Kledzik
- [PATCH] Add support for a directory argument to llvm-link
Sean Silva
- [compiler-rt] r204088 - Revert r204079, r204083 and r204084 "PGO: Statically generate data structures"
Duncan P. N. Exon Smith
- [llvm] r204089 - DebugInfo: Move line table zero-directory-index (compilation dir) handling into MCDwarf
David Blaikie
- [PATCH] sectiongroup support
Shankar Easwaran
- [compiler-rt] r204079 - PGO: Statically generate data structures
Duncan P. N. Exon Smith
- [PATCH] blockfreq: Rewrite block frequency analysis
Chandler Carruth
- [compiler-rt] r204079 - PGO: Statically generate data structures
Chandler Carruth
- [PATCH] sectiongroup support
Nick Kledzik
- [llvm] r203962 - Correctly handle an ELF symbol defined with "a = b + expr".
Alexander Kornienko
- [compiler-rt] r204091 - Reapply "PGO: Statically generate data structures"
Duncan P. N. Exon Smith
- [PATCH] sectiongroup support
Shankar Easwaran
- [llvm] r204092 - DebugInfo: Move getOrCreateSourceID from DwarfDebug to DwarfCompileUnit
David Blaikie
- [compiler-rt] r204079 - PGO: Statically generate data structures
Duncan P. N. Exon Smith
- [llvm] r204094 - DebugInfo: Do not rely on the compilation dir (index 0) for files in line tables shared between compilation units
David Blaikie
- [llvm] r204095 - DebugInfo: Flag test as requiring object emission support
David Blaikie
- [PATCH] blockfreq: Rewrite block frequency analysis
Duncan P. N. Exon Smith
- [PATCH] PR17473: Disallow LSR to perform non-invertible normalization
Michael Zolotukhin
- [PATCH] PR17473: Disallow LSR to perform non-invertible normalization
Andrew Trick
- [PATCH] PR17473: Disallow LSR to perform non-invertible normalization
Eric Christopher
- [llvm] r204099 - DebugInfo: Implement debug_line.dwo for file names used in type units during -gsplit-dwarf
David Blaikie
- [PATCH] blockfreq: Rewrite block frequency analysis
Chandler Carruth
- [PATCH] Add option to operate on symbolic links for sys::fs::remove() and sys::fs::status()
Argyrios Kyrtzidis
- [llvm] r204101 - DebugInfo: Avoid emitting standard opcode lengths in debug_line.dwo headers where opcodes are never used anyway
David Blaikie
- [llvm] r204102 - Shorten DotDebugLocEntry to just DebugLocEntry and reformat.
Eric Christopher
- [llvm] r204103 - Add explanatory comment.
Eric Christopher
- [llvm] r204104 - Replace unnecessary #include directive with forward declarations.
Adrian Prantl
- [llvm] r204106 - Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.
Adrian Prantl
- [llvm] r204107 - DwarfDebug: Only unique retained types instead of all types.
Adrian Prantl
- [llvm] r204107 - DwarfDebug: Only unique retained types instead of all types.
David Blaikie
- [PATCH] R600/SI: Implement shouldConvertConstantLoadToIntImm
Daenzer, Michel
- [PATCH] blockfreq: Rewrite block frequency analysis
Duncan P. N. Exon Smith
- [llvm] r204059 - ARM IAS: support .thumb_set
Saleem Abdulrasool
- [llvm] r204114 - ARM: add an assertion
Saleem Abdulrasool
- [PATCH] Object: Provide a richer means of describing auxiliary symbols
David Majnemer
- [PATCH] Object: Move auxiliary symbol definitions from llvm-readobj
David Majnemer
- [compiler-rt] r204115 - [sanitizer] a bit more informative deadlock detector report (still lots to improve)
Kostya Serebryany
- [llvm] r204117 - DebugInfo/lto-comp-dir.ll: Tweak for dos path.
NAKAMURA Takumi
- [llvm] r204118 - CodeGen/R600/v_cndmask.ll: Relax an expression to unbreak msvcrt.
NAKAMURA Takumi
- [compiler-rt] r204119 - tsan: fix flaky test
Dmitry Vyukov
- [PATCH] Object: Provide a richer means of describing auxiliary symbols
David Majnemer
- [llvm] r204120 - [C++11] Change the interface of getCOFF{Section, Relocation, Symbol} to make it work with range-based for loops.
Alexey Samsonov
- [PATCH] Add ARM big endian Target (armeb, thumbeb)
Tim Northover
- [PATCH] [C++11] Change the interface of getCOFF{Section, Relocation, Symbol} to make it work with range-based for loops.
Alexey Samsonov
- [PATCH] Object/COFF: add function to check if section number is reserved one
Michael Spencer
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Tim Northover
- [lld] r204122 - Fix lld build
Alexey Samsonov
- [llvm] r204123 - [C++11] Mark the target fast isel classes as 'final' so that the compiler can de-virtualize some of the internal calls.
Craig Topper
- [PATCH] Implement sin/cos for sphereflake test-suite
robert lytton
- [PATCH] XCore fix for SingleSource/Benchmarks/Misc-C++/Large/sphereflake
robert lytton
- [compiler-rt] r204124 - tsan: add missing interceptor for embed symbolizer
Dmitry Vyukov
- [llvm] r204125 - [msan] Remove unused code.
Evgeniy Stepanov
- [compiler-rt] r204126 - tsan: better addr->object hashmap
Dmitry Vyukov
- [PATCH] Implement sin/cos for sphereflake test-suite
robert lytton
- [compiler-rt] r204127 - tsan: support up to 1<<20 mutexes in standalone deadlock detector
Dmitry Vyukov
- [compiler-rt] r204128 - Move Android ucontext.h out of third_party.
Evgeniy Stepanov
- [PATCH] A fix for sanitizers' TLS support on FreeBSD
Alexey Samsonov
- [PATCH] MachineFunction is exposed to X86AsmParser.
Evgeniy Stepanov
- [llvm] r204071 - Make DAGCombiner work on vector bitshifts with constant splat vectors.
Patrik Hägglund H
- [PATCH] Implement sin/cos for sphereflake test-suite
Renato Golin
- [PATCH] Implement sin/cos for sphereflake test-suite
Renato Golin
- [PATCH] Add FreeBSD support to sanitizers' procmaps facilities
Alexey Samsonov
- [PATCH] MachineFunction is exposed to X86AsmParser.
Evgeniy Stepanov
- [llvm] r204130 - [C++11] Change DebugInfoFinder to use range-based loops
Alon Mishne
- [llvm] r204131 - [msan] Kill -msan-store-clean-origin flag.
Evgeniy Stepanov
- [PATCH] Add ARM big endian Target (armeb, thumbeb)
Bernard Ogden
- [llvm] r204132 - DebugIRTests: Fixup for r204130.
NAKAMURA Takumi
- [PATCH] Implement sin/cos for sphereflake test-suite
robert lytton
- [PATCH] [ASan] Print mmap errno/GetLastError in a readable and consistent way
Timur Iskhodzhanov
- [test-suite] r204133 - Adding C-based sin/cos functions to sphereflake
Renato Golin
- [PATCH] Implement sin/cos for sphereflake test-suite
Renato Golin
- [PATCH] R600/SI: Fixes for 64-bit operations only on SALU
Matt Arsenault
- [llvm] r204132 - DebugIRTests: Fixup for r204130.
Mishne, Alon
- [PATCH] [ASan] Print mmap errno/GetLastError in a readable and consistent way
Timur Iskhodzhanov
- [PATCH] [ASan] Print mmap errno/GetLastError in a readable and consistent way
Alexey Samsonov
- [llvm] r204134 - Add IAS/EHABI changes to release notes
Renato Golin
- [PATCH] A couple minor changes to support sanitizers on FreeBSD 9.2
Viktor Kutuzov
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Jiangning Liu
- [PATCH] Add IAS/EHABI changes to release notes
Renato Golin
- [PATCH] Implement sin/cos for sphereflake test-suite
robert lytton
- [test-suite] r204136 - Removing stderr output from sphereflake
Renato Golin
- [llvm] r203962 - Correctly handle an ELF symbol defined with "a = b + expr".
Alexander Kornienko
- [llvm] r204137 - Revert r203962 and two revisions depending on it: r204028 and r204059.
Alexander Kornienko
- [PATCH] Implement sin/cos for sphereflake test-suite
Renato Golin
- [PATCH] Add FreeBSD support to sanitizers' procmaps facilities
Viktor Kutuzov
- [llvm] r203962 - Correctly handle an ELF symbol defined with "a = b + expr".
Alexander Kornienko
- [llvm] r204059 - ARM IAS: support .thumb_set
Alexander Kornienko
- [PATCH] Add FreeBSD support to sanitizers' procmaps facilities
Alexey Samsonov
- [PATCH] A couple minor changes to support sanitizers on FreeBSD 9.2
Alexey Samsonov
- [compiler-rt] r204139 - Fix -Werror build
Alexey Samsonov
- [compiler-rt] r204141 - tsan: lazily initialize deadlock detector runtime
Dmitry Vyukov
- [PATCH] Add FreeBSD support to sanitizers' procmaps facilities
Viktor Kutuzov
- [PATCH] [ASan] Print mmap errno/GetLastError in a readable and consistent way
Timur Iskhodzhanov
- [PATCH] [RFC] __builtin___clear_cache support in LLVM
Daniel Sanders
- [PATCH] Teaching loop simplify to preserve LCSSA
Dinesh Dwivedi
- [PATCH] [RFC] __builtin___clear_cache support in LLVM
Renato Golin
- [llvm] r204142 - Tolerate unmangled names in sample profiles.
Diego Novillo
- [PATCH] Tolerate unmangled names in sample profiles.
Diego Novillo
- [PATCH] Tolerate unmangled names in sample profiles.
Diego Novillo
- [PATCH] Tolerate unmangled names in sample profiles.
Diego Novillo
- [PATCH] X86: Use enums for memory operand decoding instead of integer literals.
Manuel Jacob
- [PATCH] A fix for sanitizers' TLS support on FreeBSD
Viktor Kutuzov
- [compiler-rt] r204126 - tsan: better addr->object hashmap
Kostya Serebryany
- [compiler-rt] r204145 - [CMake] Build compiler-rt libraries with -std=c++11
Alexey Samsonov
- [compiler-rt] r204146 - tsan: deadlock detector: add ability to ignore destruction of global mutexes
Dmitry Vyukov
- [test-suite] r204147 - Enable sphereflake for XCore target
Robert Lytton
- [compiler-rt] r204148 - tsan: addrhashmap: fix bug with initialization of addresses in add array
Dmitry Vyukov
- [compiler-rt] r204149 - tsan: deadlock detector: print 2 stacks per deadlock edge
Dmitry Vyukov
- [PATCH] Implement sin/cos for sphereflake test-suite
robert lytton
- [compiler-rt] r204150 - tsan: deadlock detector: add deadlock detector flags
Dmitry Vyukov
- [llvm] r204151 - [msan] Origin tracking with history.
Evgeniy Stepanov
- [compiler-rt] r204152 - [msan] Origin tracking with history, compiler-rt part.
Evgeniy Stepanov
- [PATCH] [RFC] __builtin___clear_cache support in LLVM
Daniel Sanders
- [PATCH] [test-suite] Add reference output to Obsequi for the small
Daniel Sanders
- [PATCH] Mark alias symbols as microMIPS if necessary.
Zoran Jovanovic
- [PATCH] Adapt MipsLongBranch pass to work in NaCl.
Daniel Sanders
- [PATCH] PR15967 basicaa claims no alias when there is
Karl-Johan Karlsson
- [compiler-rt] r204154 - tsan: fix malloc/munmap mismatch
Dmitry Vyukov
- [llvm] r204155 - Fix PR19144: Incorrect offset generated for int-to-fp conversion at -O0.
Bill Schmidt
- [PATCH] Exception handling docs: Clarify how the llvm.eh.* intrinsics are used
Mark Seaborn
- [llvm] r204117 - DebugInfo/lto-comp-dir.ll: Tweak for dos path.
David Blaikie
- [PATCH] X86: Use enums for memory operand decoding instead of integer literals.
Tim Northover
- [llvm] r204157 - Enable CFI on Hexagon.
Krzysztof Parzyszek
- Enable CFI on Hexagon.
Anshuman Dasgupta
- Enable CFI on Hexagon.
Krzysztof Parzyszek
- [PATCH] Mark alias symbols as microMIPS if necessary.
Rafael Ávila de Espíndola
- [PATCH][Mips] Add cpu octeon and some instructions
Daniel Sanders
- [llvm] r204158 - X86: Use enums for memory operand decoding instead of integer literals.
Manuel Jacob
- [PATCH] X86: Use enums for memory operand decoding instead of integer literals.
Nadav Rotem
- [PATCH] X86: Use enums for memory operand decoding instead of integer literals.
Nadav Rotem
- [PATCH] X86: Use enums for memory operand decoding instead of integer literals.
Manuel Jacob
- [PATCH] R600/SI: Use isProfitableToDupForIfCvt
Tom Stellard
- [PATCH][DAGCombiner] Teach how to simply a xor/and/or of two shuffles with same mask.
Andrea Di Biagio
- [PATCH] PR15967 basicaa claims no alias when there is
Hal Finkel
- [PATCH] memcpy lowering: use "rep movs" even when esi is used as base pointer
Rafael Espíndola
- [PATCH][DAGCombiner] Teach how to simply a xor/and/or of two shuffles with same mask.
Nadav Rotem
- [PATCH] R600/SI: Implement shouldConvertConstantLoadToIntImm
Matt Arsenault
- PATCH: Add "noduplicate" property for intrinsics and use it NVPTX synchronization intrinsics
Justin Holewinski
- [PATCH] R600/SI: Use isProfitableToDupForIfCvt
Matt Arsenault
- PATCH: Add "noduplicate" property for intrinsics and use it NVPTX synchronization intrinsics
Eli Bendersky
- [PATCH] R600/SI: Use isProfitableToDupForIfCvt
Tom Stellard
- [llvm] r204160 - [DAGCombiner] teach how to simplify xor/and/or nodes according to the following rules:
Andrea Di Biagio
- [PATCH][DAGCombiner] Teach how to simply a xor/and/or of two shuffles with same mask.
Andrea Di Biagio
- [PATCH] R600/SI: Use isProfitableToDupForIfCvt
Matt Arsenault
- [PATCH] memcpy lowering: use "rep movs" even when esi is used as base pointer
Rafael Ávila de Espíndola
- [llvm] r204161 - Add stride normalization to SCEV Normalize/Denormalize transformation.
Michael Zolotukhin
- [PATCH] Add support for scalarizing/splitting vector bswap.
Raul Silvera
- [PATCH] Add support for a directory argument to llvm-link
Rafael Espíndola
- [llvm] r204162 - Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary.
Adrian Prantl
- [llvm] r204163 - Add support for scalarizing/splitting vector bswap.
Raul E. Silvera
- [llvm] r204160 - [DAGCombiner] teach how to simplify xor/and/or nodes according to the following rules:
Jim Grosbach
- [llvm] r203982 - Debug Info: Fix LTO type uniquing for C++ member declarations
Adrian Prantl
- [PATCH] Exception handling docs: Clarify how the llvm.eh.* intrinsics are used
Jim Grosbach
- [PATCH] Add support for scalarizing/splitting vector bswap.
Raul Silvera
- [PATCH] Make StringMap aware of POD types
Pete Cooper
- [PATCH] Implementation of microMIPS 16-bit instructions MOVE and JALR
Jozef Kolek
- [llvm] r203982 - Debug Info: Fix LTO type uniquing for C++ member declarations
David Blaikie
- [PATCH] Exception handling docs: Clarify how the llvm.eh.* intrinsics are used
Mark Seaborn
- [polly] r204165 - Print function and region name in scop description
Tobias Grosser
- [PATCH] Object: Provide a richer means of describing auxiliary symbols
Rui Ueyama
- [PATCH] R600/SI: Use isProfitableToDupForIfCvt
Tom Stellard
- [PATCH] Add support for a directory argument to llvm-link
Robinson, Paul
- [PATCH][ppc64le] Generate little-endian object files
Ulrich Weigand
- [llvm] r204166 - Fix test lsr-normalization.ll broken in r204161.
Michael Zolotukhin
- [PATCH] [PECOFF] Support yet another new type of weak symbol.
Rui Ueyama
- [PATCH] R600/SI: Use isProfitableToDupForIfCvt
Matt Arsenault
- [PATCH] R600/SI: Use isProfitableToDupForIfCvt
Christian König
- [PATCH] R600/SI: Use isProfitableToDupForIfCvt
Christian König
- [PATCH] Make StringMap aware of POD types
Benjamin Kramer
- [polly] r204167 - autoconf: Add PLUTO_FOUND flag
Tobias Grosser
- [polly] r204168 - Dependences: Further reduce the allowed compile time
Tobias Grosser
- [polly] r204169 - Fix source code formatting
Tobias Grosser
- [PATCH] Propagate -fno-unwind-tables to EHABI
Logan Chien
- [PATCH] Mark alias symbols as microMIPS if necessary.
Matheus Almeida
- [PATCH] memcpy lowering: use "rep movs" even when esi is used as base pointer
Hans Wennborg
- [llvm] r204171 - Use early returns to reduce nesting.
Rui Ueyama
- [PATCH] Propagate -fno-unwind-tables to EHABI
Logan Chien
- [llvm] r203962 - Correctly handle an ELF symbol defined with "a = b + expr".
Rafael Espíndola
- [PATCH] [PECOFF] Support yet another new type of weak symbol.
kledzik at apple.com
- [lld] r204172 - [PECOFF] Support yet another new type of weak symbol.
Rui Ueyama
- [PATCH] Object/COFF: add function to check if section number is reserved one
Rui Ueyama
- [PATCH] Object/COFF: add function to check if section number is reserved one
Rui Ueyama
- [PATCH] [PECOFF] Support yet another new type of weak symbol.
Rui Ueyama
- [compiler-rt] r204173 - [sanitizer] Fix a bug in AdjustStackSize().
Sergey Matveev
- [PATCH] Propagate -fno-unwind-tables to EHABI
Renato Golin
- [PATCH] R600: Implement isNarrowingProfitable.
Matt Arsenault
- [llvm] r204174 - X86 memcpy lowering: use "rep movs" even when esi is used as base pointer
Hans Wennborg
- [PATCH] Propagate -fno-unwind-tables to EHABI
Renato Golin
- [PATCH] memcpy lowering: use "rep movs" even when esi is used as base pointer
Hans Wennborg
- [PATCH] memcpy lowering: use "rep movs" even when esi is used as base pointer
Hans Wennborg
- [llvm] r204176 - Remove a bunch of unnecessary includes and forward declarations.
Eric Christopher
- [llvm] r204177 - Fix for coding style.
Eric Christopher
- [llvm] r204178 - Add back r203962, r204028 and r204059.
Rafael Espindola
- [compiler-rt] r204179 - Spacing
Joerg Sonnenberger
- [llvm] r204180 - Add back the headers we're getting via (likely) transitive includes.
Eric Christopher
- [llvm] r204176 - Remove a bunch of unnecessary includes and forward declarations.
David Blaikie
- [llvm] r204176 - Remove a bunch of unnecessary includes and forward declarations.
Eric Christopher
- [PATCH] ARM and Thumb Segmented Stacks
Alex Crichton
- [PATCH] Object/COFF: add function to check if section number is reserved one
Michael Spencer
- revised buildbot change for Mips slave - please review for commit
Reed Kotler
- [PATCH] ProfileData: A library for reading and writing profiling data
Justin Bogner
- [PATCH] ProfileData: A library for reading and writing profiling data
Chandler Carruth
- [compiler-rt] r204182 - Use CRT_HAS_128BIT.
Joerg Sonnenberger
- [PATCH] R600/SI: Handle MUBUF instructions in moveToVALU
Tom Stellard
- [llvm] r204183 - More header and forward declaration cleanup.
Eric Christopher
- [llvm] r204158 - X86: Use enums for memory operand decoding instead of integer literals.
Eric Christopher
- [PATCH] R600/SI: Handle MUBUF instructions in moveToVALU
Matt Arsenault
- [llvm] r204184 - [LV] Replace some dead code with an assert. When I first ported this
Chandler Carruth
- [compiler-rt] r204185 - profile: Include the function hash in PGO profiles
Justin Bogner
- [llvm] r204187 - [LV] The actual change I intended to commit in r204148. Sorry for the
Chandler Carruth
- [llvm] r204188 - [LV] While I'm here, use range based for loops which are so much cleaner
Chandler Carruth
- [llvm] r204184 - [LV] Replace some dead code with an assert. When I first ported this
Chandler Carruth
- [llvm] r204189 - MachO: Comment fields in the version_min load command.
Jim Grosbach
- [llvm] r204190 - Darwin: Add assembler directives to create version-min load commands.
Jim Grosbach
- [llvm] r204191 - MachO: Emit a version-min load command when possible.
Jim Grosbach
- [llvm] r204192 - Tidy up. Update per naming conventions.
Jim Grosbach
- [compiler-rt] r204193 - Don't take short cuts trying to avoid conditionals. This leads to
Joerg Sonnenberger
- [llvm] r204194 - C++ style comments
Jim Grosbach
- [PATCH][ppc64le] Generate little-endian object files
Will Schmidt
- [llvm] r204195 - Fix use_iterator crash in ObjCArc from r203364
Duncan P. N. Exon Smith
- [llvm] r204157 - Enable CFI on Hexagon.
Rafael Espíndola
- [llvm] r204197 - Move tests that require ARM to an ARM test directory.
Jim Grosbach
- [PATCH] Add option to operate on symbolic links for sys::fs::remove() and sys::fs::status()
Rafael Espíndola
- [llvm] r204178 - Add back r203962, r204028 and r204059.
Alexander Kornienko
- [PATCH] Object: Move auxiliary symbol definitions from llvm-readobj
Rafael Ávila de Espíndola
- [llvm] r204178 - Add back r203962, r204028 and r204059.
Rafael Espíndola
- [llvm] r204178 - Add back r203962, r204028 and r204059.
Alexander Kornienko
- [llvm] r204198 - Move yet another test that requires ARM to an ARM test directory.
NAKAMURA Takumi
- PATCH: Add "noduplicate" property for intrinsics and use it NVPTX synchronization intrinsics
Bill Wendling
- [llvm] r203364 - [C++11] Add range based accessors for the Use-Def chain of a Value.
Duncan P. N. Exon Smith
- [llvm] r204198 - Move yet another test that requires ARM to an ARM test directory.
Jim Grosbach
- [llvm] r204178 - Add back r203962, r204028 and r204059.
Alexander Kornienko
- [llvm] r204199 - Object/COFF: Add function to check if section number is reserved one.
Rui Ueyama
- [PATCH] Add option to operate on symbolic links for sys::fs::remove() and sys::fs::status()
Argyrios Kyrtzidis
- [llvm] r204178 - Add back r203962, r204028 and r204059.
Alexander Kornienko
- [PATCH] Object/COFF: add function to check if section number is reserved one
Rui Ueyama
- [llvm] r204200 - Expose "noduplicate" attribute as a property for intrinsics.
Eli Bendersky
- [PATCH] blockfreq: Rewrite block frequency analysis
Andrew Trick
- PATCH: Add "noduplicate" property for intrinsics and use it NVPTX synchronization intrinsics
Eli Bendersky
- [llvm] r204178 - Add back r203962, r204028 and r204059.
Rafael Espíndola
- [PATCH] ProfileData: A library for reading and writing profiling data
Justin Bogner
- [llvm] r204178 - Add back r203962, r204028 and r204059.
David Blaikie
- [www] r204201 - Update Win snapshot build to r203967
Hans Wennborg
- [PATCH] ProfileData: A library for reading and writing profiling data
Justin Bogner
- [llvm] r204178 - Add back r203962, r204028 and r204059.
Rafael Espíndola
- [llvm] r204202 - DebugInfo: Use the comp_dir of the referencing type units when building debug_line.dwo
David Blaikie
- [llvm] r204203 - Revert "Add back r203962, r204028 and r204059."
Rafael Espindola
- [llvm] r204178 - Add back r203962, r204028 and r204059.
David Blaikie
- [llvm] r204204 - When destroying a StringMap, just iterate over the map and destroy the contained elements. Don't reset them back to 0 as their values aren't needed any more. This results in ~StringMap() being mostly empty for POD types in BumpPtrAllocators
Pete Cooper
- [llvm] r204178 - Add back r203962, r204028 and r204059.
Rafael Espíndola
- [llvm] r204205 - Make the test harder by using a non-zero offset.
Rafael Espindola
- [PATCH] Make StringMap aware of POD types
Pete Cooper
- [PATCH] blockfreq: Rewrite block frequency analysis
Chandler Carruth
- [PATCH][polly] Support for generating vectors for loads with -1 stride
Chris Jenneisch
- [PATCH] Debug info: Support fragmented variables.
Adrian Prantl
- [PATCH] Add function to get the number of DFSan labels allocated.
Peter Collingbourne
- [PATCH] R600/SI: Implement shouldConvertConstantLoadToIntImm
Daenzer, Michel
- [PATCH] Object: Move auxiliary symbol definitions from llvm-readobj
David Majnemer
- [llvm] r204210 - llvm-profdata: Update to use the naive text format with function hash
Justin Bogner
- [llvm] r204211 - llvm-profdata: Make "merge" into a subcommand.
Justin Bogner
- [PATCH] Object: Move auxiliary symbol definitions from llvm-readobj
Rafael Avila de Espindola
- [llvm] r204212 - Object: Clean up COFF.h
David Majnemer
- [llvm] r204213 - Object: Move auxiliary symbol definitions from llvm-readobj
David Majnemer
- [PATCH] Object: Move auxiliary symbol definitions from llvm-readobj
David Majnemer
- [llvm] r204214 - Object: Provide a richer means of describing auxiliary symbols
David Majnemer
- [PATCH] Object: Provide a richer means of describing auxiliary symbols
David Majnemer
- [lld] r204215 - [PECOFF] Use richer ways of describing auxiliary symbols
David Majnemer
- [PATCH] [PECOFF] Use richer ways of describing auxiliary symbols
David Majnemer
- [llvm] r204200 - Expose "noduplicate" attribute as a property for intrinsics.
Chris Lattner
- [PATCH][polly] Support for generating vectors for loads with -1 stride
Tobias Grosser
- [llvm] r204200 - Expose "noduplicate" attribute as a property for intrinsics.
Owen Anderson
- [llvm] r204200 - Expose "noduplicate" attribute as a property for intrinsics.
Chandler Carruth
- [llvm] r204216 - Prune includes in X86 target.
Craig Topper
- [PATCH] blockfreq: Rewrite block frequency analysis
Duncan P. N. Exon Smith
- [PATCH] blockfreq: Rewrite block frequency analysis
Andrew Trick
- [PATCH] blockfreq: Rewrite block frequency analysis
Andrew Trick
- [PATCH] Add compiler support for dynamic Asan runtime
Yury Gribov
- [PATCH] Optional support for dynamic Asan runtime
Yury Gribov
- [PATCH] blockfreq: Rewrite block frequency analysis
Andrew Trick
- [PATCH] [ASan] Print mmap errno/GetLastError in a readable and consistent way
Timur Iskhodzhanov
- [PATCH] [ASan] Print mmap errno/GetLastError in a readable and consistent way
Kostya Serebryany
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Jiangning Liu
- [compiler-rt] r204150 - tsan: deadlock detector: add deadlock detector flags
Kostya Serebryany
- [compiler-rt] r204218 - [ASan] Print mmap errno/GetLastError in a readable and consistent way
Timur Iskhodzhanov
- [PATCH] [ASan] Print mmap errno/GetLastError in a readable and consistent way
Timur Iskhodzhanov
- [lld] r204219 - Remove extra semicolon for -Wpedantic
Alexey Samsonov
- [PATCH] [Instcombine] Recognize test for overflow in integer multiplication.
Serge Pavlov
- [PATCH] Propagate -fno-unwind-tables to EHABI
Renato Golin
- [lld] r204221 - Fix warning 'enumeral and non-enumeral type in conditional expression'.
Simon Atanasyan
- [lld] r204222 - [ELF] Remove unused fields (linking context references).
Simon Atanasyan
- [lld] r204223 - [PECOFF] Fix -Wsign-compare warning.
Simon Atanasyan
- [lld] r204224 - Remove extra semicolon for -Wpedantic.
Simon Atanasyan
- [PATCH] Mark alias symbols as microMIPS if necessary.
Zoran Jovanovic
- [compiler-rt] r204225 - [sanitizer] deadlock detector: a) initial support for suppressions, b) be more robust in case we failed to extract a stack trace for one of the locks
Kostya Serebryany
- [llvm] r204200 - Expose "noduplicate" attribute as a property for intrinsics.
Eli Bendersky
- [compiler-rt] r204227 - tsan: fix large stack frame in deadlock detector
Dmitry Vyukov
- [compiler-rt] r204228 - tsan: preliminary support for Go deadlock detector
Dmitry Vyukov
- [PATCH] Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
- [compiler-rt] r204229 - [msan] Fix line numbers in test.
Evgeniy Stepanov
- [llvm] r204230 - Set debug info for instructions inserted in SplitBlockAndInsertIfThen.
Evgeniy Stepanov
- [PATCH] A couple minor changes to support sanitizers on FreeBSD 9.2
Viktor Kutuzov
- [PATCH] [InstCombine] Don't fold bitcast into store if it would need addrspacecast
Richard Osborne
- [PATCH] PR15967 basicaa claims no alias when there is
Karl-Johan Karlsson
- [compiler-rt] r204231 - tsan: fix copy-pasted comment
Dmitry Vyukov
- [compiler-rt] r204232 - tsan: use attribute instead of compiler flag for tls-model=initial-exec as asked in comments for r203111
Dmitry Vyukov
- [compiler-rt] r202843 - tsan: add dynamic library target for standalone deadlock detector
Dmitry Vyukov
- [compiler-rt] r203111 - tsan: add -ftls-model=initial-exec to deadlock detector flags
Dmitry Vyukov
- [compiler-rt] r204126 - tsan: better addr->object hashmap
Dmitry Vyukov
- [PATCH] Implementation of microMIPS 16-bit instructions MOVE and JALR
Daniel Sanders
- [compiler-rt] r204233 - [sanitizer] when recycling deadlock graph nodes, properly recycle edges
Kostya Serebryany
- [compiler-rt] r204234 - [CMake] Build sanitizer unit tests with -std=c++11
Alexey Samsonov
- [PATCH] Provide an operand for microMIPS wait instruction
Daniel Sanders
- [compiler-rt] r204237 - [sanitizer] use some c++11 to simplify the code (we can now). Fix one place where a mutex acquisition stack trace was not properly remembered
Kostya Serebryany
- [compiler-rt] r204238 - [CMake] Fix build of ASan tests on Mac
Alexey Samsonov
- [PATCH] Optional support for dynamic Asan runtime
Alexey Samsonov
- [compiler-rt] r204239 - [Make] Build sanitizer runtimes with -std=c++11
Alexey Samsonov
- [compiler-rt] r204240 - tsan: add test for second_deadlock_stack flag
Dmitry Vyukov
- [PATCH] Optional support for dynamic Asan runtime
Alexey Samsonov
- [compiler-rt] r204150 - tsan: deadlock detector: add deadlock detector flags
Dmitry Vyukov
- [lld] r204219 - Remove extra semicolon for -Wpedantic
David Blaikie
- [PATCH][DAG] Fix assertion failure caused by an invalid cast in method 'BuildVectorSDNode::isConstantSplat'.
Andrea Di Biagio
- [PATCH] Add compiler support for dynamic Asan runtime
Alexey Samsonov
- [PATCH] Add compiler support for dynamic Asan runtime
Alexey Samsonov
- [lld] r204219 - Remove extra semicolon for -Wpedantic
Alexey Samsonov
- [compiler-rt] r204241 - One more attempt to fix Makefile build
Alexey Samsonov
- [PATCH] Add FreeBSD support to sanitizers' procmaps facilities
Alexey Samsonov
- [lld] r204242 - [Mips] Move RelocationPass class member function definitions out of the
Simon Atanasyan
- [lld] r204243 - [Mips] Move AHL addends calculation to the RelocationPass class.
Simon Atanasyan
- [lld] r204244 - [Mips] Add 'const' qualifier to the function.
Simon Atanasyan
- [lld] r204245 - [Mips] Factor out the code creates GOT entry atoms into the two
Simon Atanasyan
- [lld] r204246 - [Mips] Handle R_MIPS_GOT16 relocation for external and local symbols in
Simon Atanasyan
- [lld] r204247 - [Mips] Fix handling of R_MIPS_GOT16 relocation and building local part
Simon Atanasyan
- [PATCH] Do not sanitize kernel area on 32-bit targets
Yury Gribov
- [lld] r204248 - [Mips] Remove unused function.
Simon Atanasyan
- [compiler-rt] r204249 - Sort. Fix missing NetBSD.
Joerg Sonnenberger
- [PATCH] Add compiler support for dynamic Asan runtime
Yury Gribov
- [PATCH] Add compiler support for dynamic Asan runtime
Yury Gribov
- [llvm] r204250 - [mips] Making sure that a '.set noreorder' directive is correctly parsed
Matheus Almeida
- [PATCH] Re-factor TableGen docs
Renato Golin
- [PATCH] Re-factor TableGen docs
Renato Golin
- [llvm] r204252 - [mips] 80-column.
Matheus Almeida
- [PATCH] InstCombine: Recognize an unsigned mul with overflow idiom into umul.
Erik Verbruggen
- [llvm] r204204 - When destroying a StringMap, just iterate over the map and destroy the contained elements. Don't reset them back to 0 as their values aren't needed any more. This results in ~StringMap() being mostly empty for POD types in BumpPtrAllocators
Philip Reames
- [llvm] r204204 - When destroying a StringMap, just iterate over the map and destroy the contained elements. Don't reset them back to 0 as their values aren't needed any more. This results in ~StringMap() being mostly empty for POD types in BumpPtrAllocators
David Blaikie
- [PATCH] Re-factor TableGen docs
Aaron Ballman
- [PATCH] Emit DWARF info for all code section in an assembly file
Renato Golin
- [Patch] [ARM] Fix bug in tryFoldSPUpdateIntoPushPop
Weiming Zhao
- [PATCH][Mips] Add cpu octeon and some instructions
Kai Nacke
- [PATCH] Re-factor TableGen docs
Renato Golin
- [PATCH] [InstCombine] Don't fold bitcast into store if it would need addrspacecast
Matt Arsenault
- [PATCH] [InstCombine] Don't fold bitcast into store if it would need addrspacecast
Matt Arsenault
- [polly] r204255 - Move Pass registration into polly library
Tobias Grosser
- [PATCH] Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
- [PATCH] [InstCombine] Don't fold bitcast into store if it would need addrspacecast
Richard Osborne
- [LNT] add json export to graph page
Chris Matthews
- [llvm] r204256 - Fix comment (PR19188)
Hans Wennborg
- [llvm] r204200 - Expose "noduplicate" attribute as a property for intrinsics.
Chris Lattner
- [PATCH] [PATCH] Remove AssemblyAnnotationWriter from Value::print
Robert Matusewicz
- [PATCH][polly] Support for generating vectors for loads with -1 stride
Chris Jenneisch
- [PATCH] Add a test for LowerInvoke that doesn't use "-enable-correct-eh-support"
Mark Seaborn
- [polly] r204257 - Support for generating vectors for loads with -1 stride
Tobias Grosser
- [PATCH][polly] Support for generating vectors for loads with -1 stride
Tobias Grosser
- [lld] r204259 - [Mips] Make the test temporary file names self-explanatory.
Simon Atanasyan
- [llvm] r204260 - COFF: Fix a typo
David Majnemer
- [LNT] add extra logging to LNT
Chris Matthews
- [PATCH] blockfreq: Rewrite block frequency analysis
Duncan P. N. Exon Smith
- [LNT] add extra logging to LNT
Tobias Grosser
- [PATCH] blockfreq: Rewrite block frequency analysis
Chandler Carruth
- [PATCH] blockfreq: Rewrite block frequency analysis
Duncan P. N. Exon Smith
- [PATCH] blockfreq: Rewrite block frequency analysis
Chandler Carruth
- [PATCH] Phabricator review: blockfreq: Rewrite block frequency analysis
Chandler Carruth
- [PATCH] blockfreq: Rewrite block frequency analysis
Duncan P. N. Exon Smith
- [PATCH] R600/SI: Add support for 64-bit LDS loads and stores
Tom Stellard
- ZORG: Default to no submit URL
Renato Golin
- ZORG: Default to no submit URL
Tobias Grosser
- [PATCH] blockfreq: Rewrite block frequency analysis
Andrew Trick
- [polly] r204265 - [www] announce static links of polly in tools
Sebastian Pop
- [compiler-rt] r204267 - PGO: Fix obviously wrong typedefs for MS
Duncan P. N. Exon Smith
- [compiler-rt] r204268 - PGO: Splitting implementation files; no functionality change
Duncan P. N. Exon Smith
- [llvm] r204269 - R600/SI: Merge offset0 and offset1 fields for single address DS instructions v2
Matt Arsenault
- [llvm] r204270 - R600/SI: Don't display the GDS bit.
Matt Arsenault
- [llvm] r204271 - R600/SI: Fix test checking wrong instruction operand.
Matt Arsenault
- [llvm] r204272 - R600/SI: Match i16 immediate offset of LDS instructions.
Matt Arsenault
- [llvm] r204273 - R600/SI: Add support for 64-bit LDS loads.
Matt Arsenault
- [llvm] r204274 - R600/SI: Add support for 64-bit LDS writes
Matt Arsenault
- [llvm] r204275 - R600/SI: Add unused LDS 2 form instructions.
Matt Arsenault
- [compiler-rt] r204267 - PGO: Fix obviously wrong typedefs for MS
Aaron Ballman
- [PATCH] R600/SI: Add support for 64-bit LDS loads and stores
Matt Arsenault
- [compiler-rt] r204276 - PGO: Appease buildbots after r204268
Duncan P. N. Exon Smith
- [PATCH] Refactor lit.cfg to use lit.util.which
Robinson, Paul
- [patch] compress debug sections
David Blaikie
- LLD: Move RoundTrip tests behind a flag
Rui Ueyama
- [compiler-rt] r204267 - PGO: Fix obviously wrong typedefs for MS
Duncan P. N. Exon Smith
- [llvm] r204277 - Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc.
Eric Christopher
- [PATCH] ProfileData: A library for reading and writing profiling data
Justin Bogner
- LLD: Move RoundTrip tests behind a flag
Nick Kledzik
- [compiler-rt] r204278 - PGO: Use past-the-end semantics for pointer range
Duncan P. N. Exon Smith
- [PATCH] Change shouldSplitVectorElementType to better match the description.
Matt Arsenault
- [PATCH] Introduce the InstrProfReader interface and a text reader
Justin Bogner
- LLD: Move RoundTrip tests behind a flag
Shankar Easwaran
- [llvm] r204279 - Support: Add postincrement and include guards to LineIterator
Justin Bogner
- LLD: Move RoundTrip tests behind a flag
Michael Spencer
- LLD: Move RoundTrip tests behind a flag
Rui Ueyama
- [debuginfo-tests] r204280 - relax testcase for LLDB output format compatibility.
Adrian Prantl
- [llvm] r204094 - DebugInfo: Do not rely on the compilation dir (index 0) for files in line tables shared between compilation units
Eric Christopher
- [PATCH] Introduce the InstrProfReader interface and a text reader
Duncan P. N. Exon Smith
- [PATCH] Fix for bitcode reader crash on invalid input [PR18704]
Nick Lewycky
- [PATCH] Add function to get the number of DFSan labels allocated.
Sam Kerner
- [PATCH] Add function to get the number of DFSan labels allocated.
Sam Kerner
- [PATCH] Add function to get the number of DFSan labels allocated.
Sam Kerner
- LLD: Move RoundTrip tests behind a flag
Shankar Easwaran
- LLD: Move RoundTrip tests behind a flag
Shankar Easwaran
- [compiler-rt] r204267 - PGO: Fix obviously wrong typedefs for MS
Aaron Ballman
- LLD: Move RoundTrip tests behind a flag
Rui Ueyama
- [PATCH] Introduce the InstrProfReader interface and a text reader
Justin Bogner
- LLD: Move RoundTrip tests behind a flag
Shankar Easwaran
- [lld] r204285 - [PECOFF] Fix parallel read bug.
Rui Ueyama
- [llvm] r204286 - Revert "Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc."
Eric Christopher
- [PATCH] Move RoundTrip tests behind LLVM_RUN_ROUNDTRIP_TEST env flag.
Rui Ueyama
- [lld] r204291 - [ELF] Order DT_NEEDED entries by command line order.
Michael J. Spencer
- [lld] r204293 - [gnu-ld] Support -m on non-NetBSD targets.
Michael J. Spencer
- [PATCH] Move RoundTrip tests behind LLVM_RUN_ROUNDTRIP_TEST env flag.
Shankar Kalpathi Easwaran
- [llvm] r204294 - Look through variables when computing relocations.
Rafael Espindola
- [lld] r204296 - Move RoundTrip tests behind LLVM_RUN_ROUNDTRIP_TEST env flag.
Rui Ueyama
- [PATCH] [InstCombine] Don't fold bitcast into store if it would need addrspacecast
Matt Arsenault
- [PATCH] Move RoundTrip tests behind LLVM_RUN_ROUNDTRIP_TEST env flag.
Rui Ueyama
- [compiler-rt] r204298 - PGO: Constify references to instrumentation data
Duncan P. N. Exon Smith
- [compiler-rt] r204299 - PGO: Split out initialization of section bounds
Duncan P. N. Exon Smith
- [compiler-rt] r204302 - PGO: Implement Darwin linker magic for instrumentation
Duncan P. N. Exon Smith
- [compiler-rt] r204299 - PGO: Split out initialization of section bounds
Justin Bogner
- [compiler-rt] r204299 - PGO: Split out initialization of section bounds
Duncan P. N. Exon Smith
- [llvm] r204304 - [ARM]Fix an assertion failure in A15SDOptimizer about DPair reg class by treating DPair as QPR.
Hao Liu
- [llvm] r204305 - [X86] Check return value of readSIB in disassembler so errors propagate. In particular this makes a too short instruction with a missing SIB byte fail.
Craig Topper
- [llvm] r204306 - Reapply 'ARM IAS: support .thumb_set'
Saleem Abdulrasool
- [llvm] r204305 - [X86] Check return value of readSIB in disassembler so errors propagate. In particular this makes a too short instruction with a missing SIB byte fail.
Justin Bogner
- [llvm] r204312 - Object: Don't double-escape empty hexdata
David Majnemer
- [llvm] r204313 - Object: Abstract out the determination of function line symbols
David Majnemer
- [llvm] r204314 - Object: Output .file symbols properly
David Majnemer
- [llvm] r204316 - Test case for r204305.
Craig Topper
- [lld] r204317 - Revert "[ELF] Order DT_NEEDED entries by command line order."
Rui Ueyama
- [lld] r204291 - [ELF] Order DT_NEEDED entries by command line order.
Rui Ueyama
- [lld] r204291 - [ELF] Order DT_NEEDED entries by command line order.
Rui Ueyama
- [PATCH] Fix for bitcode reader crash on invalid input [PR18704]
Dinesh Dwivedi
- [llvm] r204318 - Add llvm_unreachable after fully-covered switches to appease GCC
Alexey Samsonov
- [compiler-rt] r204319 - Mark this test as 64-bit specific
Alexey Samsonov
- [PATCH] Fix for bitcode reader crash on invalid input [PR18704]
Dinesh Dwivedi
- [PATCH] A fix for sanitizers' TLS support on FreeBSD
Alexey Samsonov
- [llvm] r204320 - [mips] Splitting up class definition from implementation.
Matheus Almeida
- [llvm] r204323 - Mark alias symbols as microMIPS if necessary. Differential Revision: http://llvm-reviews.chandlerc.com/D3080
Zoran Jovanovic
- [compiler-rt] r204324 - tsan: remove unused declaration
Dmitry Vyukov
- [llvm] r204325 - Implementation of microMIPS 16-bit instructions MOVE and JALR.
Zoran Jovanovic
- [compiler-rt] r204326 - tsan: use stack depot for goroutine creation stacks (as C++ threads do)
Dmitry Vyukov
- [PATCH] Implementation of microMIPS 16-bit instructions MOVE and JALR
Jozef Kolek
- [PATCH][Mips] Add cpu octeon and some instructions
Daniel Sanders
- [PATCH] Add ARM big endian Target (armeb, thumbeb)
Tim Northover
- [compiler-rt] r204327 - tsan: deobfuscate global ctx variable
Dmitry Vyukov
- [PATCH] [AArch64] Remove data_region directive from AArch64 .
Tim Northover
- [compiler-rt] r204328 - tsan: remove unused function declarations
Dmitry Vyukov
- [llvm] r204329 - Provide an operand for microMIPS wait instruction.
Zoran Jovanovic
- [llvm] r204331 - [ASan] Do not instrument globals from the llvm.metadata section.
Alexander Potapenko
- [PATCH] Add compiler support for dynamic Asan runtime
Alexey Samsonov
- [PATCH] A couple minor changes to support sanitizers on FreeBSD 9.2
Alexey Samsonov
- [llvm] r204335 - [ASan] Add -asan-module to the ASan .ll tests.
Alexander Potapenko
- [LLVMdev] Idea for optimization (test for remainder)
Benjamin Kramer
- [llvm] r204337 - [MIPS] Add cpu octeon and some instructions
Kai Nacke
- [PATCH][Mips] Add cpu octeon and some instructions
Kai Nacke
- [llvm] r204294 - Look through variables when computing relocations.
Alexander Kornienko
- [PATCH] [ScalarEvolution]Fix PR18607 resulting in long compilation time and memory usage
Karthik Bhat
- [PATCH] Introduce the InstrProfReader interface and a text reader
Diego Novillo
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Tim Northover
- [compiler-rt] r204339 - [libsanitizer] Introduce flag descriptions.
Alexander Potapenko
- [compiler-rt] r204339 - [libsanitizer] Introduce flag descriptions.
Alexey Samsonov
- [compiler-rt] r204340 - tsan: deflake test
Dmitry Vyukov
- [llvm] r203770 - [C++11] DWARF parser: use SmallVector<std::unique_ptr> for parsed units in DWARFContext, and delete custom destructors
Alexey Samsonov
- [compiler-rt] r204342 - [libsanitizer] Implement IntrusiveList<T>::Iterator, use IntrusiveList in sanitizer_flags.cc
Alexander Potapenko
- [PATCH] Add a test for LowerInvoke that doesn't use "-enable-correct-eh-support"
Anton Korobeynikov
- [llvm] r204344 - Add a test for LowerInvoke that doesn't use "-enable-correct-eh-support"
Mark Seaborn
- [PATCH] R600/SI: Handle MUBUF instructions in moveToVALU
Tom Stellard
- [PATCH] Add a test for LowerInvoke that doesn't use "-enable-correct-eh-support"
Mark Seaborn
- [compiler-rt] r204347 - [msan] Use new -fsanitize-memory-track-origins= flag in MSan tests.
Evgeniy Stepanov
- [PATCH] Refactor lit.cfg to use lit.util.which
Daniel Dunbar
- [LNT] add extra logging to LNT
Daniel Dunbar
- [PATCH] Propagate -fno-unwind-tables to EHABI
Logan Chien
- [PATCH] Mark alias symbols as microMIPS if necessary.
Zoran Jovanovic
- [LNT] add json export to graph page
Daniel Dunbar
- [PATCH] Propagate -fno-unwind-tables to EHABI
Renato Golin
- ZORG: Default to no submit URL
Renato Golin
- ZORG: Default to no submit URL
Tobias Grosser
- [llvm] r204351 - Re-factor TableGen docs
Renato Golin
- [PATCH] Propagate -fno-unwind-tables to EHABI
Renato Golin
- [llvm] r204294 - Look through variables when computing relocations.
Rafael Espíndola
- [PATCH] Optional support for dynamic Asan runtime
Yury Gribov
- [lld] r204352 - [Mips] Remove unused member function argument.
Simon Atanasyan
- [lld] r204353 - [Mips] Remove the dead code.
Simon Atanasyan
- [lld] r204354 - [Mips] Join two for loops over defined atoms into the single one.
Simon Atanasyan
- [lld] r204355 - [Mips] Reduce the number of 'const' casts.
Simon Atanasyan
- [PATCH] Add a test for LowerInvoke that doesn't use "-enable-correct-eh-support"
Rafael Espíndola
- [PATCH] R600: Match sign_extend_inreg to BFE instructions
Jan Vesely
- [llvm] r204294 - Look through variables when computing relocations.
Alexander Kornienko
- [llvm] r204357 - R600: Remove unused method declaration.
Matt Arsenault
- [PATCH] Add compiler support for dynamic Asan runtime
Yury Gribov
- [PATCH] R600: Match sign_extend_inreg to BFE instructions
Matt Arsenault
- [PATCH] [MSan] Add __msan_unpoison_string() to the public interface.
Sergey Matveev
- [PATCH] Add a test for LowerInvoke that doesn't use "-enable-correct-eh-support"
Mark Seaborn
- [PATCH] Add option to operate on symbolic links for sys::fs::remove() and sys::fs::status()
Rafael Espíndola
- [PATCH] Fix MipsLongBranch pass to work when the code has inline assembly.
Sasa Stankovic
- [llvm] r204358 - Add comments from Eric's review of r204094.
David Blaikie
- [PATCH] Add compiler support for dynamic Asan runtime
Yury Gribov
- [llvm] r204094 - DebugInfo: Do not rely on the compilation dir (index 0) for files in line tables shared between compilation units
David Blaikie
- PATCH: add NVPTX test for a function call with a populated local buffer
Eli Bendersky
- [PATCH] Add NSW/NUW flags in InstCombine
Joey Gouly
- [PATCH] Add option to operate on symbolic links for sys::fs::remove() and sys::fs::status()
Argyrios Kyrtzidis
- [PATCH] Fix MipsLongBranch pass to work when the code has inline assembly.
Sasa Stankovic
- [PATCH] Add a test for LowerInvoke that doesn't use "-enable-correct-eh-support"
Rafael Espíndola
- PATCH: add NVPTX test for a function call with a populated local buffer
Justin Holewinski
- [PATCH] Remove LowerInvoke's obsolete "-enable-correct-eh-support" option
Mark Seaborn
- [PATCH] Add option to operate on symbolic links for sys::fs::remove() and sys::fs::status()
Rafael Espíndola
- PATCH: add NVPTX test for a function call with a populated local buffer
Eli Bendersky
- [PATCH] Remove LowerInvoke's obsolete "-enable-correct-eh-support" option
Rafael Ávila de Espíndola
- [llvm] r204361 - Remove dead and incorrect code.
Rafael Espindola
- [llvm] r204363 - Fix a couple of typos and an inaccurate description in the new TableGen doc
Eli Bendersky
- [llvm] r204364 - Fix a few more grammatic errors in docs/TableGen/index.rst
Eli Bendersky
- [zorg] r204365 - Added new builders libiomp5-gcc-x86_64-linux-debian, libiomp5-clang-x86_64-linux-debian, slave and buildfactory for them.
Galina Kistanova
- [LNT] r204366 - Enable json export of graph data
Chris Matthews
- [LNT] r204367 - Add some simple logging to files
Chris Matthews
- ZORG: Default to no submit URL
Galina Kistanova
- [llvm] r204320 - [mips] Splitting up class definition from implementation.
Rafael Espíndola
- [llvm] r204370 - llvm-profdata: Remove an empty comment
Justin Bogner
- [compiler-rt] r204373 - PGO: Moving files for clarity
Duncan P. N. Exon Smith
- [compiler-rt] r204299 - PGO: Split out initialization of section bounds
Duncan P. N. Exon Smith
- [PATCH] R600/SI: Handle MUBUF instructions in moveToVALU
Matt Arsenault
- [llvm] r203821 - MCDwarf: Refactor line table handling into a single data structure
David Blaikie
- [llvm] r204377 - Reapply DW_AT_low/high_pc patch:
Eric Christopher
- [llvm] r204378 - Typo.
Eric Christopher
- [compiler-rt] r204380 - PGO: Add explicit static initialization
Duncan P. N. Exon Smith
- [compiler-rt] r204381 - PGO: Update interface for writing instrumentation data to file
Duncan P. N. Exon Smith
- [zorg] r204382 - Disable submitURL by default
Renato Golin
- [zorg] r204383 - Replace += with extend
Renato Golin
- ZORG: Default to no submit URL
Chris Matthews
- [PATCH] Branch folding causes different code generation at "-O2 -g" and "-O2"
Katya Romanova
- ZORG: Default to no submit URL
Renato Golin
- [compiler-rt] r204384 - PGO: Add missing file...
Duncan P. N. Exon Smith
- [compiler-rt] r204386 - PGO: Add function to reset counters at runtime
Duncan P. N. Exon Smith
- [compiler-rt] r204387 - Add vim swap files to .gitignore
Duncan P. N. Exon Smith
- [PATCH] Add ARM big endian Target (armeb, thumbeb)
Christian Pirker
- [llvm] r204388 - Remove LowerInvoke's obsolete "-enable-correct-eh-support" option
Mark Seaborn
- [llvm] r204389 - [Constant Hoisting] Extend coverage of the constant hoisting pass.
Juergen Ributzka
- [llvm] r203821 - MCDwarf: Refactor line table handling into a single data structure
Greg Clayton
- [llvm] r204320 - [mips] Splitting up class definition from implementation.
Matheus Almeida
- [compiler-rt] r204391 - PGO: Change runtime prefix from pgo to profile
Duncan P. N. Exon Smith
- [PATCH] Remove LowerInvoke's obsolete "-enable-correct-eh-support" option
Mark Seaborn
- [llvm] r204389 - [Constant Hoisting] Extend coverage of the constant hoisting pass.
Eric Christopher
- [llvm] r204389 - [Constant Hoisting] Extend coverage of the constant hoisting pass.
Eric Christopher
- [llvm] r199990 - Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for a
Eric Christopher
- [llvm] r204393 - Revert "[Constant Hoisting] Extend coverage of the constant hoisting pass."
Juergen Ributzka
- [llvm] r204389 - [Constant Hoisting] Extend coverage of the constant hoisting pass.
Juergen Ributzka
- [llvm] r204389 - [Constant Hoisting] Extend coverage of the constant hoisting pass.
Eric Christopher
- [PATCH] Add ARM big endian Target (armeb, thumbeb)
Tim Northover
- [llvm] r204389 - [Constant Hoisting] Extend coverage of the constant hoisting pass.
Eric Christopher
- [compiler-rt] r204396 - PGO: Declare zero-argument C functions as foo(void)
Duncan P. N. Exon Smith
- [llvm] r204398 - Add an option to MCJIT to have it forward all sections to the
Lang Hames
- [PATCH] Debug info: Support fragmented variables.
Adrian Prantl
- [PATCH] Debug info: Support fragmented variables.
Adrian Prantl
- [PATCH] Debug info: Support fragmented variables.
David Blaikie
- [llvm] r204399 - Don't use EmitAbsValue with symbol references.
Rafael Espindola
- [PATCH] [AArch64] Adds SchedRW lists to NEON instructions.
Dave Estes
- [PATCH] Add an intrinsic for creating jump-instruction table entries
Tom Roeder
- [llvm] r204401 - Remove unused options from test.
Rafael Espindola
- [PATCH] [AArch64] Adds SchedRW lists to NEON instructions.
Dave Estes
- [llvm] r204404 - Remove llvm-mc's disable-cfi option.
Rafael Espindola
- [zorg] r204405 - Created slave for gribozavr4 builder.
Galina Kistanova
- [PATCH] llvm-objdump should produce hex addresses for relocations
Ted Woodward
- [PATCH] [AArch64] Adds SchedRW lists to NEON instructions.
Andrew Trick
- [PATCH] Use the new Windows environment for target detection
Saleem Abdulrasool
- PATCH: Remove the NVPTXSplitBBatBar pass
Eli Bendersky
- [llvm] r204406 - Convert CodeGen test into a more specific MC test.
Rafael Espindola
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- [llvm] r204409 - llvm-objdump output hex to match binutils' objdump
Greg Fitzgerald
- [PATCH] llvm-objdump should produce hex addresses for relocations
Greg Fitzgerald
- [www] r204410 - Update list of sponsors.
Tobias von Koch
- [PATCH] Add an intrinsic for creating jump-instruction table entries
Tom Roeder
- [llvm] r204411 - Fix PR19136: [ARM] Fix Folding SP Update into vpush/vpop
Weiming Zhao
- [llvm] r204412 - Convert another CodeGen test into a MC test.
Rafael Espindola
- [llvm] r204398 - Add an option to MCJIT to have it forward all sections to the
Philip Reames
- [PATCH] Object/COFF: Support large relocation table.
Rui Ueyama
- [llvm] r204398 - Add an option to MCJIT to have it forward all sections to the
Kaylor, Andrew
- [PATCH] Object/COFF: Support large relocation table.
David Majnemer
- [PATCH] Object/COFF: Support large relocation table.
Rui Ueyama
- [compiler-rt] r204414 - PGO: Substitute pid for %p in filename
Duncan P. N. Exon Smith
- [compiler-rt] r204415 - PGO: Indicate errors in profile runtime API
Duncan P. N. Exon Smith
- [lld] r204291 - [ELF] Order DT_NEEDED entries by command line order.
Michael Spencer
- [llvm] r204416 - Port test to cfi.
Rafael Espindola
- [llvm] r204398 - Add an option to MCJIT to have it forward all sections to the
Philip Reames
- [llvm] r204204 - When destroying a StringMap, just iterate over the map and destroy the contained elements. Don't reset them back to 0 as their values aren't needed any more. This results in ~StringMap() being mostly empty for POD types in BumpPtrAllocators
Philip Reames
- [llvm] r204418 - Object/COFF: Support large relocation table.
Rui Ueyama
- [compiler-rt] r204419 - fixed check_lint.sh in standalone build
Greg Fitzgerald
- [lld] r204420 - [PECOFF] Fix possible response file buffer overrun.
Rui Ueyama
- [PATCH] Object/COFF: Support large relocation table.
Rui Ueyama
- [llvm] r204421 - Convert a CodeGen test into a MC test.
Rafael Espindola
- [lld] r204291 - [ELF] Order DT_NEEDED entries by command line order.
Shankar Easwaram
- [llvm] r204422 - [Support] Make sure sys::fs::remove can remove symbolic links and make sure LockFileManager can handle a symbolic link that points nowhere.
Argyrios Kyrtzidis
- [PATCH] Add option to operate on symbolic links for sys::fs::remove() and sys::fs::status()
Argyrios Kyrtzidis
- [PATCH] Fix an assertion caused by using inline asm with indirect register inputs.
Jiangning Liu
- [llvm] r204424 - [AArch64] Remove .data_region directive from AArch64.
Kevin Qin
- [llvm] r204425 - Fix an assertion caused by using inline asm with indirect register inputs.
Kevin Qin
- [PATCH] Fix an assertion caused by using inline asm with indirect register inputs.
Kevin Qin
- [llvm] r204426 - [Support] Make sure LockFileManager works correctly with relative paths.
Argyrios Kyrtzidis
- [llvm] r204427 - This reverts commit r203762, "ARM: support emission of complex SO expressions".
Jiangning Liu
- [PATCH][ARM] Label offset crashes llvm integrated assembler
Jiangning Liu
- [PATCH] Allow Const fold of llvm intrinsic ceil function
Karthik Bhat
- [PATCH][ARM] Label offset crashes llvm integrated assembler
Jiangning Liu
- [llvm] r204429 - MCParser: add an assertion
Saleem Abdulrasool
- [PATCH] Allow Const fold of llvm intrinsic ceil function
Matt Arsenault
- [PATCH] [AArch64] Lower SHL_PARTS, SRA_PARTS and SRL_PARTS
GuanHong Liu
- [llvm] r204431 - [Constant Hoisting] Replace the MapVector with a separate Map and Vector to keep track of constant candidates.
Juergen Ributzka
- [llvm] r204432 - [Constant Hoisting] Fix capitalization of function names.
Juergen Ributzka
- [llvm] r204433 - [Constant Hoisting] Change the algorithm to only track constants for instructions.
Juergen Ributzka
- [llvm] r204434 - [Constant Hoisting] Lazily compute the idom and cache the result.
Juergen Ributzka
- [llvm] r204435 - [Constant Hoisting] Make the constant materialization cost operand dependent
Juergen Ributzka
- [llvm] r204389 - [Constant Hoisting] Extend coverage of the constant hoisting pass.
Juergen Ributzka
- [PATCH] Allow Const fold of llvm intrinsic ceil function
Karthik Bhat
- [PATCH] [MSan] Add __msan_unpoison_string() to the public interface.
Evgeniy Stepanov
- [llvm] r204389 - [Constant Hoisting] Extend coverage of the constant hoisting pass.
Eric Christopher
- [llvm] r204437 - Fix test command line to avoid generating output file.
Kevin Qin
- [llvm] r204439 - [RuntimeDyld] Allow processRelocationRef to process more than one relocation entry at a time.
Juergen Ributzka
- [PATCH] Add compiler support for dynamic Asan runtime
Yury Gribov
- [compiler-rt] r204440 - [ASan] Move the flag descriptions from comments to ParseFlag arguments.
Alexander Potapenko
- [PATCH] Add compiler support for dynamic Asan runtime
Alexey Samsonov
- [PATCH] Optional support for dynamic Asan runtime
Alexey Samsonov
- [llvm] r204431 - [Constant Hoisting] Replace the MapVector with a separate Map and Vector to keep track of constant candidates.
David Blaikie
- [polly] r204442 - www: Separate out the Polly paper
Tobias Grosser
- [polly] r204444 - www: Add a script that allows us to obtain statistics about polly
Tobias Grosser
- [polly] r204445 - www: Mark a couple of projects done
Tobias Grosser
- [polly] r204447 - www: Remove warning about the implementation status
Tobias Grosser
- [compiler-rt] r204448 - [MSan] Add __msan_unpoison_string() to the public interface.
Sergey Matveev
- [PATCH][ARM] Label offset crashes llvm integrated assembler
Renato Golin
- [PATCH] [MSan] Add __msan_unpoison_string() to the public interface.
Sergey Matveev
- [PATCH] [MSan] Add __msan_unpoison_string() to the public interface.
Sergey Matveev
- [llvm] r204450 - [mips] Update namespace.
Matheus Almeida
- [llvm] r204451 - [SystemZ] Add support for z196 float<->unsigned conversions
Richard Sandiford
- [PATCH] Add ARM big endian Target (armeb, thumbeb)
Bernard Ogden
- [llvm] r204452 - [SystemZ] Use "let Predicates =" for blocks of new instructions
Richard Sandiford
- [PATCH] Optional support for dynamic Asan runtime
Yury Gribov
- [compiler-rt] r204454 - [sanitizer] more human-readable deadlock reports
Kostya Serebryany
- PATCH: Remove the NVPTXSplitBBatBar pass
Justin Holewinski
- [compiler-rt] r204454 - [sanitizer] more human-readable deadlock reports
Alexey Samsonov
- [compiler-rt] r204461 - [sanitizer] print threads in deadlock report
Kostya Serebryany
- [compiler-rt] r204454 - [sanitizer] more human-readable deadlock reports
Kostya Serebryany
- [PATCH] Emit DWARF info for all code section in an assembly file
Oliver Stannard
- [polly] r204466 - www: More formatting improvements
Tobias Grosser
- [polly] r204468 - clang-format: Remove empty lines
Tobias Grosser
- [PATCH] MachineFunction is exposed to X86AsmParser.
Yuri Gorshenin
- [PATCH] MachineFunction is exposed to X86AsmParser.
Yuri Gorshenin
- [PATCH] MachineFunction is exposed to X86AsmParser.
Yuri Gorshenin
- [PATCH] MachineFunction is exposed to X86AsmParser.
Yuri Gorshenin
- [PATCH] MachineFunction is exposed to X86AsmParser.
Evgeniy Stepanov
- [polly] r204468 - clang-format: Remove empty lines
Daniel Jasper
- [polly] r204470 - Return conservative result in case the dependence check timed out
Tobias Grosser
- [lld] r204472 - [Mips] Fix source code formatting. No functional changes.
Simon Atanasyan
- [llvm] r204473 - Sink: Don't sink static allocas from the entry block
Tom Stellard
- [llvm] r204474 - R600/SI: Use SGPR_(32|64) reg clases when lowering SI_ADDR64_RSRC
Tom Stellard
- [llvm] r204475 - R600/SI: Handle S_MOV_B64 in SIInstrInfo::moveToVALU()
Tom Stellard
- [llvm] r204476 - R600/SI: Handle MUBUF instructions in SIInstrInfo::moveToVALU()
Tom Stellard
- [llvm] r204479 - Add overall description, file comments, some structure
Renato Golin
- [llvm] r204480 - [mips] Correct lowering of VECTOR_SHUFFLE to VSHF.
Daniel Sanders
- [PATCH] Introduce the InstrProfReader interface and a text reader
Bob Wilson
- [llvm] r204481 - Split out the MC part of this test.
Rafael Espindola
- [llvm] r204482 - ProfileData: Introduce the InstrProfReader interface and a text reader
Justin Bogner
- [llvm] r204483 - Remove redundant test.
Rafael Espindola
- [compiler-rt] r204484 - [libsanitizer] Add descriptions for the common flags.
Alexander Potapenko
- [llvm] r204485 - llvm-profdata: Implement show command
Justin Bogner
- [PATCH] Introduce the InstrProfReader interface and a text reader
Justin Bogner
- [llvm] r204486 - Refactor llvm/test/lit.cfg to use lit.util.which.
Paul Robinson
- [llvm] r204162 - Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary.
Manman Ren
- [llvm] r204398 - Add an option to MCJIT to have it forward all sections to the
Lang Hames
- [llvm] r204488 - Convert test to using cfi.
Rafael Espindola
- [PATCH] Refactor lit.cfg to use lit.util.which
Robinson, Paul
- [llvm] How to run a simple Machine Function Pass
Danna bib
- [llvm] r204162 - Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary.
David Blaikie
- [llvm] r204489 - ProfileData: Introduce InstrProfWriter using the naive text format
Justin Bogner
- [PATCH] Introduce the InstrProfReader interface and a text reader
Eric Christopher
- [llvm] r204162 - Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary.
Adrian Prantl
- [llvm] r204162 - Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary.
David Blaikie
- [llvm] r204490 - Move codegen test over to MC.
Rafael Espindola
- [llvm] r204431 - [Constant Hoisting] Replace the MapVector with a separate Map and Vector to keep track of constant candidates.
Juergen Ributzka
- [llvm] r204162 - Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary.
Manman Ren
- [llvm] r204491 - Remove redundant test.
Rafael Espindola
- [llvm] r204492 - R600/SI: Move instruction patterns to scalar versions.
Matt Arsenault
- [PATCH] Allow Const fold of llvm intrinsic ceil function
Matt Arsenault
- [llvm] r204162 - Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary.
Eric Christopher
- [llvm] r204494 - ProfileData: Avoid brace initialization, windows doesn't like it
Justin Bogner
- [compiler-rt] r204495 - InstrProf: Write raw binary profile from runtime
Duncan P. N. Exon Smith
- [llvm] r204496 - InstrProf: Read raw binary profile in llvm-profdata
Duncan P. N. Exon Smith
- [compiler-rt] r204497 - InstrProf: Reorganize files; no functionality change
Duncan P. N. Exon Smith
- [compiler-rt] r204498 - InstrProf: If libc is available, use it; no functionality change
Duncan P. N. Exon Smith
- [compiler-rt] r204499 - InstrProf: Write the __llvm_profile_write_buffer()
Duncan P. N. Exon Smith
- [compiler-rt] r204500 - InstrProf: Unify logic in two profile writers
Duncan P. N. Exon Smith
- [PATCH] R600: Match sign_extend_inreg to BFE instructions
Jan Vesely
- [PATCH] [AArch64] Adds SchedRW lists to NEON instructions.
Ana Pazos
- [patch] Drop support for non-cfi capable assemblers
Rafael Espíndola
- [llvm] r204501 - ProfileData: Avoid double underscores in header guards
Justin Bogner
- [compiler-rt] r204502 - InstrProf: __ => _ in header guards
Duncan P. N. Exon Smith
- [llvm] r204496 - InstrProf: Read raw binary profile in llvm-profdata
Justin Bogner
- [lld] r204503 - [Mips] Emit LA25 MIPS stubs to call pic code from non-pic routines.
Simon Atanasyan
- [llvm] r204505 - [AArch64] Add SchedRW lists to NEON instructions.
Chad Rosier
- [PATCH] Optional support for dynamic Asan runtime
Yury Gribov
- [PATCH][X86] Fix for cannot select broadcast
Quentin Colombet
- [PATCH]: Enable promotion of ISD::SELECT from fp64 to i64
Tom Stellard
- [llvm] r204496 - InstrProf: Read raw binary profile in llvm-profdata
Justin Bogner
- [PATCH]: Enable promotion of ISD::SELECT from fp64 to i64
Owen Anderson
- [PATCH][X86] Fix for cannot select broadcast
Quentin Colombet
- [llvm] r204506 - DebugInfo: Omit DW_AT_addr_base from skeletal type units.
David Blaikie
- [llvm] r204507 - [RuntimeDyld] clang-format files.
Juergen Ributzka
- [llvm] r204426 - [Support] Make sure LockFileManager works correctly with relative paths.
Aaron Ballman
- [llvm] r204508 - [RuntimeDyld] Fix comment for previous commit (r204439)
Juergen Ributzka
- [lld] r204509 - [PECOFF] Rename link.exe -> lld-link.exe.
Rui Ueyama
- [llvm] r204510 - InstrProf: Actually detect bad headers
Duncan P. N. Exon Smith
- [llvm] r204511 - InstrProf: Detect magic numbers in a more scalable way
Duncan P. N. Exon Smith
- [llvm] r204512 - InstrProf: Use move semantics with unique_ptr
Duncan P. N. Exon Smith
- [llvm] r204513 - InstrProf: Change magic number to have non-text characters
Duncan P. N. Exon Smith
- [compiler-rt] r204514 - InstrProf: Change magic number to have non-text characters
Duncan P. N. Exon Smith
- [llvm] r204496 - InstrProf: Read raw binary profile in llvm-profdata
Duncan P. N. Exon Smith
- [llvm] r204431 - [Constant Hoisting] Replace the MapVector with a separate Map and Vector to keep track of constant candidates.
David Blaikie
- [compiler-rt] r204515 - InstrProf: Remove MSVC-specific logic
Duncan P. N. Exon Smith
- [llvm] r204516 - InstrProf: Move constructor to the header
Duncan P. N. Exon Smith
- [patch] Drop support for non-cfi capable assemblers
David Blaikie
- [PATCH] R600/SI: Eliminate a few patterns that use INSERT_SUBREG and EXTRACT_SUBREG
Tom Stellard
- [PATCH] Extend SLPVectorizer for cases where insertelement instructions must be rescheduled
Arch D. Robison
- [llvm] r204496 - InstrProf: Read raw binary profile in llvm-profdata
Duncan P. N. Exon Smith
- [compiler-rt] r204267 - PGO: Fix obviously wrong typedefs for MS
Duncan P. N. Exon Smith
- [compiler-rt] r204267 - PGO: Fix obviously wrong typedefs for MS
Aaron Ballman
- [llvm] r204426 - [Support] Make sure LockFileManager works correctly with relative paths.
Argyrios Kyrtzidis
- [PATCH] Extend SLPVectorizer for cases where insertelement instructions must be rescheduled
Nadav Rotem
- [llvm] r204518 - InstrProf: Cleanup binary profdata testcase
Duncan P. N. Exon Smith
- [PATCH] Extend SLPVectorizer for cases where insertelement instructions must be rescheduled
Nadav Rotem
- [llvm] r204496 - InstrProf: Read raw binary profile in llvm-profdata
Duncan P. N. Exon Smith
- [patch] Drop support for non-cfi capable assemblers
Rafael Espíndola
- [PATCH] Extend SLPVectorizer for cases where insertelement instructions must be rescheduled
Arch D. Robison
- [PATCH] Extend SLPVectorizer for cases where insertelement instructions must be rescheduled
Arch D. Robison
- [lld] r204247 - [Mips] Fix handling of R_MIPS_GOT16 relocation and building local part
Galina Kistanova
- [llvm] r204520 - [Support] Follow up to r204426, for LockFileManager, make the given path absolute so relative paths are properly handled in both Windows and Unix.
Argyrios Kyrtzidis
- [compiler-rt] r204521 - Avoid GCC's "cast from pointer to integer of different size" warning.
David Blaikie
- [llvm] r204522 - Register allocator: add condition to hoist a spill to outer loop.
Manman Ren
- [lld] r204523 - Use early continues to reduce nesting.
Rui Ueyama
- [PATCH] Extend SLPVectorizer for cases where insertelement instructions must be rescheduled
Matt Arsenault
- [llvm] r204426 - [Support] Make sure LockFileManager works correctly with relative paths.
Argyrios Kyrtzidis
- [llvm] r204526 - Remove some dead assignements found by scan-build
Arnaud A. de Grandmaison
- [llvm] r204527 - Fix the value computation in
Rafael Espindola
- [PATCH] Extend SLPVectorizer for cases where insertelement instructions must be rescheduled
Arch D. Robison
- [llvm] r204528 - Dwarf Debug: Remove some cargo-cult type uniquing. Scopes do not have
Adrian Prantl
- [llvm] r204162 - Debug info: Remove OdrMemberMap from DwarfDebug, it's not necessary.
Adrian Prantl
- [PATCH] Debug info: Support fragmented variables.
Adrian Prantl
- [PATCH][X86] Fix for cannot select broadcast
Quentin Colombet
- [llvm] r204530 - Delete stale comment. Thanks, Eric!
Adrian Prantl
- [llvm] r204528 - Dwarf Debug: Remove some cargo-cult type uniquing. Scopes do not have
Eric Christopher
- [llvm] r204071 - Make DAGCombiner work on vector bitshifts with constant splat vectors.
Rafael Espíndola
- [llvm] r204426 - [Support] Make sure LockFileManager works correctly with relative paths.
Aaron Ballman
- [PATCH] Fix for incorrect address sinking in the presence of potential overflows
Louis Gerbarg
- [LNT] add simple baseline graphing
Chris Matthews
- Fwd: [llvm] How to run a simple Machine Function Pass
Danna bib
- [LNT] add simple baseline graphing
Chris Matthews
- [zorg] r204532 - libiomp5 builder script: use a named source directory so that svn checkout
Dmitri Gribenko
- [zorg] r204365 - Added new builders libiomp5-gcc-x86_64-linux-debian, libiomp5-clang-x86_64-linux-debian, slave and buildfactory for them.
Dmitri Gribenko
- [PATCH] Update TailCallElim to avoid making redundant changes
Kevin Modzelewski
- [llvm] r204071 - Make DAGCombiner work on vector bitshifts with constant splat vectors.
Andrea Di Biagio
- [llvm] r204533 - Suppress SupportTests.LockFileManagerTest on win32 for investigating.
NAKAMURA Takumi
- [llvm] r204071 - Make DAGCombiner work on vector bitshifts with constant splat vectors.
Matt Arsenault
- [PATCH] R600/SI: Fix 64-bit private loads.
Matt Arsenault
- [llvm] r204071 - Make DAGCombiner work on vector bitshifts with constant splat vectors.
Andrea Di Biagio
- [llvm] r204536 - [DAG] Fix an assertion failure caused by an invalid cast in method 'BuildVectorSDNode::isConstantSplat'
Andrea Di Biagio
- [llvm] r204537 - [Constant Hoisting] Fix multiple entries for the same basic block in PHI nodes.
Juergen Ributzka
- [llvm] r204538 - [Constant Hoisting] Erase dead cast instructions.
Juergen Ributzka
- [llvm] r204071 - Make DAGCombiner work on vector bitshifts with constant splat vectors.
Andrea Di Biagio
- [PATCH] R600: Implement isNarrowingProfitable.
Matt Arsenault
- [PATCH] R600/SI: Fixes for 64-bit operations only on SALU
Matt Arsenault
- [llvm] r204540 - llvm-profdata: Avoid F_Text in "merge" for now, since "llvm-profdata show" is confused with CRLF.
NAKAMURA Takumi
- [lld] r204541 - [Mips] Make the test to be a bit more relaxed to lld YAML output.
Simon Atanasyan
- [llvm] r204076 - Use range metadata instead of introducing selects.
Lang Hames
- [lld] r204247 - [Mips] Fix handling of R_MIPS_GOT16 relocation and building local part
Simon Atanasyan
- [LLVMdev] Idea for optimization (test for remainder)
Jasper Neumann
- [llvm] r204542 - [TableGen] Don't assert, produce an error, when an instruction has too few operands
Hal Finkel
- [llvm] r204543 - [PowerPC] Fix the VSX v2f64 return register
Hal Finkel
- [llvm] r204544 - ARM IAS: properly handle function entries in .thumb
Saleem Abdulrasool
- [PATCH][X86] Fix non-determinism in LowerVectorAllZeroTest
Adam Nemet
- [www] r204546 - Fix spelling of my name.
Nick Lewycky
- [llvm] r204548 - Prune includes in ARM target.
Craig Topper
- [llvm] r204549 - llvm-profdata: Don't pipe stderr into show for the tests
Justin Bogner
- [llvm] r204542 - [TableGen] Don't assert, produce an error, when an instruction has too few operands
Duncan P. N. Exon Smith
- [PATCH] Update TailCallElim to avoid making redundant changes
Duncan P. N. Exon Smith
- [llvm] r204552 - llvm-profdata doesn't require LLVMCore.
NAKAMURA Takumi
- [llvm] r204553 - [CMake] LLVMProfileData: No need to add LINK_LIBS here. LLVMBuild should do.
NAKAMURA Takumi
- [llvm] r204542 - [TableGen] Don't assert, produce an error, when an instruction has too few operands
Hal Finkel
- [compiler-rt] r204521 - Avoid GCC's "cast from pointer to integer of different size" warning.
Duncan P. N. Exon Smith
- [llvm] r204542 - [TableGen] Don't assert, produce an error, when an instruction has too few operands
Duncan P. N. Exon Smith
- [llvm] r204555 - Propagate types from symbol to aliases.
Rafael Espindola
- [compiler-rt] r204556 - InstrProf: Indicate pointer size in raw profile
Duncan P. N. Exon Smith
- [llvm] r204557 - InstrProf: Check pointer size in raw profile
Duncan P. N. Exon Smith
- [llvm] r204558 - Revert r204076 for now - it caused significant regressions in a number of
Lang Hames
- [llvm] r204076 - Use range metadata instead of introducing selects.
Lang Hames
- [llvm] r204559 - [PowerPC] Make use of VSX f64 <-> i64 conversion instructions
Hal Finkel
- Optimize load from aggregate stores
deadal nix
- [llvm] r204496 - InstrProf: Read raw binary profile in llvm-profdata
Hal Finkel
- [llvm] r204496 - InstrProf: Read raw binary profile in llvm-profdata
Duncan Exon Smith
- [PATCH] Propagate -fno-unwind-tables to EHABI
Renato Golin
- [llvm] r204560 - remove a bunch of unused private methods
Nuno Lopes
- [llvm] r204565 - WinCOFF: Add support for -ffunction-sections
David Majnemer
- [llvm] r204560 - remove a bunch of unused private methods
Eric Christopher
- [patch] Drop support for non-cfi capable assemblers
Brad Smith
- [patch] Drop support for non-cfi capable assemblers
Hal Finkel
- [patch] Drop support for non-cfi capable assemblers
Brad Smith
- [llvm] r204571 - llvm-profdata: Use Format.h instead of handrolling a formatter
Justin Bogner
- [llvm] r204573 - llvm-profdata: Check for bad data in the show command
Justin Bogner
- [PATCH] Extend SLPVectorizer for cases where insertelement instructions must be rescheduled
Nadav Rotem
- [PATCH] Extend SLPVectorizer for cases where insertelement instructions must be rescheduled
Nadav Rotem
- [llvm] r204575 - ARM: no need to update SplatBits as it is not used
Arnaud A. de Grandmaison
- [patch] Drop support for non-cfi capable assemblers
Hal Finkel
- [PATCH][X86] Fix for cannot select broadcast
Nadav Rotem
- [llvm] r204579 - SupportTests.LockFileManagerTest: Add assertions for Win32.
NAKAMURA Takumi
- [llvm] r204580 - InstrProf: Silence spurious warnings in GCC 4.8
Duncan P. N. Exon Smith
- [llvm] r204496 - InstrProf: Read raw binary profile in llvm-profdata
Duncan P. N. Exon Smith
- [llvm] r204560 - remove a bunch of unused private methods
David Blaikie
- [llvm] r204560 - remove a bunch of unused private methods
Eric Christopher
- [patch] Drop support for non-cfi capable assemblers
Rafael Espíndola
- [patch] Drop support for non-cfi capable assemblers
Eric Christopher
- [PATCH] An analysis to find external function pointers and trace their data flow
Eric Christopher
- [llvm] r204581 - Propagate section from base to derived symbol.
Rafael Espindola
- [llvm] r204582 - Add back tests that were reverted in r204203.
Rafael Espindola
- [llvm] r204579 - SupportTests.LockFileManagerTest: Add assertions for Win32.
Rafael Espíndola
- [patch] Drop support for mangling unnamed globals
Rafael Espíndola
- [llvm] r204583 - Allow constant folding of ceil function whenever feasible
Karthik Bhat
- [PATCH] Allow Const fold of llvm intrinsic ceil function
Karthik Bhat
- [llvm] r204584 - Teach llvm-readobj to print human friendly description of reserved sections.
Rafael Espindola
- [lld] r204585 - Update for llvm change.
Rafael Espindola
- [llvm] r204190 - Darwin: Add assembler directives to create version-min load commands.
Rafael Espíndola
Last message date:
Sun Mar 23 22:31:31 PDT 2014
Archived on: Tue Aug 4 17:11:05 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).