The Week Of Monday 23 December 2013 Archives by author
Starting: Mon Dec 23 01:24:36 PST 2013
Ending: Sun Dec 29 23:27:57 PST 2013
Messages: 387
- [llvm] r197913 - ARM: bkpt has an implicit immediate constant 0
Saleem Abdulrasool
- [PATCH] ARM IAS: support .even directive
Saleem Abdulrasool
- [PATCH] MCParser: introduce Note and use it for ARM AsmParser
Saleem Abdulrasool
- [llvm] r198031 - ARM IAS: support .even directive
Saleem Abdulrasool
- [lld] r197970 - [PECOFF] Fix /export option in the .drectve section.
Saleem Abdulrasool
- [PATCH] IAS: support .rep as an alias for .rept
Saleem Abdulrasool
- [lld] r198072 - [PECOFF] Change the DLL entry symbol.
Saleem Abdulrasool
- [llvm] r198095 - ARMAsmParser: fix typo in comment
Saleem Abdulrasool
- [PATCH] MCParser: introduce Note and use it for ARM AsmParser
Saleem Abdulrasool
- [PATCH] ARM IAS: handle errors more appropriately
Saleem Abdulrasool
- [PATCH] ARM IAS: improve .eabi_attribute handling
Saleem Abdulrasool
- [PATCH] ARM Streamer: print out tag names
Saleem Abdulrasool
- [PATCH] MCParser: introduce Note and use it for ARM AsmParser
Saleem Abdulrasool
- [PATCH] ARM IAS: improve .eabi_attribute handling
Saleem Abdulrasool
- [llvm] r198097 - IAS: support .rep as an alias for .rept
Saleem Abdulrasool
- [llvm] r198099 - AsmParser: cleanup diagnostics for .rep/.rept
Saleem Abdulrasool
- [PATCH] ARM IAS: refactor unwind context
Saleem Abdulrasool
- [PATCH] ARM IAS: allow more depth in contextual diagnostics
Saleem Abdulrasool
- [llvm] r198132 - ARM IAS: handle errors more appropriately
Saleem Abdulrasool
- [llvm] r198133 - CodeGen: silence a C++11 feature warning
Saleem Abdulrasool
- [PATCH] ARM IAS: improve .eabi_attribute handling
Saleem Abdulrasool
- [PATCH] ARM IAS: allow more depth in contextual diagnostics
Saleem Abdulrasool
- [PATCH] ARM IAS: refactor unwind context
Saleem Abdulrasool
- [PATCH] ARM IAS: allow more depth in contextual diagnostics
Saleem Abdulrasool
- [PATCH] ARM IAS: properly handle expression operands
Saleem Abdulrasool
- [PATCH] ARM: provide VFP aliases for pre-V6 mnemonics
Saleem Abdulrasool
- [PATCH] ARM IAS: refactor unwind context
Saleem Abdulrasool
- [PATCH] ARM IAS: improve .eabi_attribute handling
Saleem Abdulrasool
- [PATCH] ARM IAS: refactor unwind context
Saleem Abdulrasool
- [PATCH] ARM IAS: improve .eabi_attribute handling
Saleem Abdulrasool
- [PATCH] ARM IAS: improve .eabi_attribute handling
Saleem Abdulrasool
- [llvm] r198170 - ARM: fix typo in VFP instruction definition
Saleem Abdulrasool
- [llvm] r198171 - ARM: fix a few typos in comments
Saleem Abdulrasool
- [llvm] r198172 - ARM: provide VFP aliases for pre-V6 mnemonics
Saleem Abdulrasool
- [llvm] r198174 - ARM IAS: fix after r198172
Saleem Abdulrasool
- [PATCH] Fix a bug in DAGcombiner about zero-extend after setcc.
Owen Anderson
- [llvm] r195496 - X86: Perform integer comparisons at i32 or larger.
Owen Anderson
- RFC: Enable vectorization of call instructions in the loop vectorizer
Arnold
- [llvm] r198019 - [Mips] Does not take in account 'use-soft-float' attribute's value when
Simon Atanasyan
- [PATCH][AVX-512] Added AVX-512 support to disassembler.
Bader, Aleksey A
- [PATCH][AVX512] Add intrinsics for Packed Absolute Value
Bader, Aleksey A
- Multiclass diagnostics
Aaron Ballman
- Multiclass diagnostics
Aaron Ballman
- Multiclass diagnostics
Aaron Ballman
- PATCH: update RecursiveASTVisitor to visit attributes.
Aaron Ballman
- [PATCH][x86] Teach how to fold target specific dags for packed shifts by immedate count into build_vector.
Andrea Di Biagio
- [PATCH][x86] Teach how to fold target specific dags for packed shifts by immedate count into build_vector.
Andrea Di Biagio
- [llvm] r198084 - Teach DAGCombiner how to fold a SIGN_EXTEND_INREG of a BUILD_VECTOR of
Andrea Di Biagio
- [PATCH][x86] Teach how to fold target specific dags for packed shifts by immedate count into build_vector.
Andrea Di Biagio
- [PATCH][x86][part 2/2] Teach how to fold target specific dags for packed shifts by immedate count into build_vector.
Andrea Di Biagio
- [llvm] r198113 - [X86] Teach the backend how to fold target specific dag node for packed
Andrea Di Biagio
- [PATCH][x86][part 2/2] Teach how to fold target specific dags for packed shifts by immedate count into build_vector.
Andrea Di Biagio
- [llvm] r198079 - DebugInfo: Remove dead code, DICompositeType::addMember(DIDescriptor D)
David Blaikie
- [PATCH] Move X86DisassemblerDecoderCommon.h to public includes
Chandler Carruth
- [PATCH] Add parsing support for discriminators and indirect call samples.
Chandler Carruth
- [PATCH] Move X86DisassemblerDecoderCommon.h to public includes
Chandler Carruth
- PATCH: Fix the checking of noduplicate in the inline cost analysis
Chandler Carruth
- [llvm] r198068 - Introduce a simple line-by-line iterator type into the Support library.
Chandler Carruth
- [llvm] r198069 - Use two variables here rather than reusing (and abusing) one. This is
Chandler Carruth
- [PATCH] Add small text file reader facility.
Chandler Carruth
- [patch] Dead-strip binaries by default on OS X and posix (was: Reduce size of clang-format by 87% on OS X)
Chandler Carruth
- Re: [PATCH] apply transformation on Darwin platform: pow(10, x) ―> __exp10(x)
Chandler Carruth
- [llvm] r198093 - Disable transforms that introduce calls to exp10*() on Linux due to
Chandler Carruth
- [lld] r198102 - [PECOFF] Use std::set to store export symbol descriptors.
Chandler Carruth
- [llvm] r195496 - X86: Perform integer comparisons at i32 or larger.
Chandler Carruth
- [llvm] r198136 - EXPORTED_SYMBOL_FILE support for cmake
Chandler Carruth
- [patch] EXPORTED_SYMBOL_FILE support for cmake
Chandler Carruth
- [PATCH] [arm] Add softvfp to supported FPU names.
Logan Chien
- [PATCH] [arm] Parse tag names for eabi_attribute directive.
Logan Chien
- [PATCH] ARM IAS: handle errors more appropriately
Logan Chien
- [PATCH] ARM IAS: allow more depth in contextual diagnostics
Logan Chien
- [PATCH] [arm] Parse tag names for eabi_attribute directive.
Logan Chien
- [PATCH] ARM Streamer: print out tag names
Logan Chien
- [PATCH] ARM IAS: refactor unwind context
Logan Chien
- [PATCH] MCParser: introduce Note and use it for ARM AsmParser
Logan Chien
- [PATCH] ARM IAS: improve .eabi_attribute handling
Logan Chien
- [PATCH] ARM IAS: improve .eabi_attribute handling
Logan Chien
- [PATCH] ARM IAS: refactor unwind context
Logan Chien
- [PATCH] ARM IAS: allow more depth in contextual diagnostics
Logan Chien
- [PATCH] ARM IAS: refactor unwind context
Logan Chien
- [PATCH] ARM IAS: improve .eabi_attribute handling
Logan Chien
- [patch] Dead-strip binaries by default on OS X and posix (was: Reduce size of clang-format by 87% on OS X)
Eric Christopher
- [patch] Dead-strip binaries by default on OS X and posix (was: Reduce size of clang-format by 87% on OS X)
Eric Christopher
- [llvm] r197927 - Debug info: Add enumerators to the __apple_names accelerator table.
Eric Christopher
- [llvm] r197922 - Debug info: On ARM ensure that the data sections come before the
Eric Christopher
- [llvm] r198092 - Remove AsmPrinter::needsRelocationsForDwarfStringPool() since it's
Eric Christopher
- [llvm] r198196 - Use a pointer to keep track of the skeleton unit for each normal unit
Eric Christopher
- [llvm] r198197 - Temporarily revert "Use a pointer to keep track of the skeleton unit for
Eric Christopher
- [llvm] r198199 - Reapply r198196 with a fix to zero initialize the skeleton pointer.
Eric Christopher
- [llvm] r198202 - Fix aranges and split dwarf by ensuring that the symbol and relocation
Eric Christopher
- [PATCH][RegAlloc] Make tryInstructionSplit less aggressive.
Quentin Colombet
- [PATCH][RegAlloc] Make tryInstructionSplit less aggressive.
Quentin Colombet
- [llvm] r197981 - AVX-512: fixed some patterns for MVT::i1
Elena Demikhovsky
- [PATCH][AVX512] Add intrinsics for Packed Absolute Value
Demikhovsky, Elena
- [PATCH][AVX512] Add intrinsics for Packed Absolute Value
Demikhovsky, Elena
- [llvm] r198008 - AVX-512: Result type of scalar SETCC is MVT::i1 for AVX-512.
Elena Demikhovsky
- [llvm] r198013 - AVX-512: decoder for AVX-512, made by Alexey Bader.
Elena Demikhovsky
- [PATCH] There is no exp10 on Android
Synergy Dev
- [llvm] r198045 - Fix a typo.
Roman Divacky
- PATCH + test for PR18032 (InstCombine issue)
Stepan Dyatkovskiy
- PATCH + test for PR18032 (InstCombine issue)
Stepan Dyatkovskiy
- [PATCH] fix for bug 18319
Ilia Filippov
- [PATCH] fix for bug 18319
Ilia Filippov
- [PATCH] ARM: bkpt has an implicit immediate constant 0
Renato Golin
- [PATCH] IAS: support .rep as an alias for .rept
Renato Golin
- [PATCH] IAS: support .rep as an alias for .rept
Renato Golin
- [PATCH] ARM IAS: support .even directive
Renato Golin
- [PATCH] MCParser: introduce Note and use it for ARM AsmParser
Renato Golin
- [PATCH] ARM IAS: handle errors more appropriately
Renato Golin
- [PATCH] ARM Streamer: print out tag names
Renato Golin
- [PATCH] ARM: provide VFP aliases for pre-V6 mnemonics
Renato Golin
- [llvm] r197272 - [block-freq] Add the method APInt::nearestLogBase2().
Michael Gottesman
- [lld] r197925 - Fix indentation in the MachO writer.
Joey Gouly
- [PATCH] [lld] [MachO] Begin to flesh out normalizedToAtoms
Joey Gouly
- [PATCH] [lld] [MachO] Begin to flesh out normalizedToAtoms
Joey Gouly
- [PATCH] [lld] [MachO] Begin to flesh out normalizedToAtoms
Joey Gouly
- [lld] r197990 - Fix copy/paste error.
Joey Gouly
- [lld] r198024 - Fix some indentation issues, I saw while reading this file.
Joey Gouly
- [lld] r198091 - Fix a gcc-4.8 warning, about extraneous semicolons.
Joey Gouly
- [PATCH] [lld] createInternalFiles return value is unused.
Joey Gouly
- [llvm] r198028 - [Sparc] Add MCInstPrinter implementation for SPARC.
Venkatraman Govindaraju
- [llvm] r198029 - [Sparc] Add target specific MCExpr class to handle sparc specific modifiers like %hi, %lo, etc.,
Venkatraman Govindaraju
- [llvm] r198030 - [Sparc] Lower and MachineInstr to MC and print assembly using MCInstPrinter.
Venkatraman Govindaraju
- [llvm] r198145 - [SparcV9]: Implement lowering of long double (fp128) arguments in Sparc64 ABI.
Venkatraman Govindaraju
- [llvm] r198149 - [SparcV9] For codegen generated library calls that return float, set inreg flag manually in LowerCall().
Venkatraman Govindaraju
- [llvm] r198157 - [SparcV9] Use separate instruction patterns for 64 bit arithmetic instructions instead of reusing 32 bit instruction patterns.
Venkatraman Govindaraju
- [llvm] r198160 - Store the global variable that's created so that it's reclaimed afterwards.
Dmitri Gribenko
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Sanitize printf functions
Yury Gribov
- [PATCH] Prevent CMake from installing libgtest*
Michał Górny
- PATCH: update RecursiveASTVisitor to visit attributes.
Delesley Hutchins
- [PATCH] Store reference to corresponding PassInfo in Pass
Carl-Anton Ingmarsson
- [llvm] r198009 - Support for microMIPS FPU instructions 2.
Zoran Jovanovic
- [llvm] r198010 - Support for microMIPS load effective address.
Zoran Jovanovic
- [llvm] r198203 - Visual C++ does not support -ffunction-sections -fdata-sections.
Yaron Keren
- [llvm] r198198 - Port r198087 and r198089 (strip dead code by default) from make to cmake.
Yaron Keren
- [zorg] r197918 - Replaced builder for clang-native-mingw32-win7 build.
Galina Kistanova
- [PATCH] Move X86DisassemblerDecoderCommon.h to public includes
Reid Kleckner
- [llvm] r198056 - TLI: Make exp10* avaiable on Linux/Mac/iOS and unavailable elsewhere
Reid Kleckner
- [PATCH] Fix TargetLibraryInfo for which OS's have exp10 and family
Reid Kleckner
- [lld] r197970 - [PECOFF] Fix /export option in the .drectve section.
Reid Kleckner
- [PATCH] Add an LTO interface to parse metadata and extract linker options
Reid Kleckner
- [lld] r198072 - [PECOFF] Change the DLL entry symbol.
Reid Kleckner
- PATCH: update RecursiveASTVisitor to visit attributes.
Reid Kleckner
- PATCH + test for PR18032 (InstCombine issue)
Benjamin Kramer
- [PATCH] llvm-config: Fix typo.
Vinson Lee
- [PATCH] fix for bug 18319
Nick Lewycky
- [llvm] r197997 - gold-plugin.cpp: Use form of <plugin-api.h>, since it is external header.
Nick Lewycky
- [llvm] r197997 - gold-plugin.cpp: Use form of <plugin-api.h>, since it is external header.
Nick Lewycky
- [lld] r197970 - [PECOFF] Fix /export option in the .drectve section.
Nick Lewycky
- [PATCH] fix for bug 18319
Nick Lewycky
- [llvm] r197969 - [AArch64]Add patterns to match normal shift nodes: shl, sra and srl.
Hao Liu
- [llvm] r198001 - [AArch64]Fix a problem that the register order of fmls/fmla by element is incorrect.
Hao Liu
- [PATCH] [AArch64]Add support to copy vector list registers such as DPair, DTriple... in copyPhyReg
Hao Liu
- [PATCH] [AArch64] Add register spill code for large super registers such as DPair, DTriple ...
Hao Liu
- [PATCH] [AArch64]Add support to copy Q register tuples QPair, QTriple, QQuad in copyPhyReg
Hao Liu
- [llvm] r198188 - [AArch64]Fix the problem that can't select mul of v1i64/v2i64 types.
Hao Liu
- [llvm] r198192 - [AArch64]Can't select shift left 0 of type v1i64
Hao Liu
- [llvm] r198193 - [AArch64]Add code to spill/fill Q register tuples such as QPair/QTriple/QQuad.
Hao Liu
- [PATCH] [AArch64 NEON] Fix a pattern match failure with NEON_VDUP
Jiangning Liu
- [PATCH] [AArch64] Add patterns to match normal shift nodes: shl, sra, srl
Jiangning Liu
- [PATCH] [AArch64 NEON] Fix a bug when lowering BUILD_VECTOR.
Jiangning Liu
- [PATCH] [AArch64 NEON] Fix a bug when lowering BUILD_VECTOR.
Jiangning Liu
- [llvm] r197993 - Add missing pattern matches to support ACLE intrinsics of AArch64 NEON.
Jiangning Liu
- [PATCH] [AArch64] Add more regress test cases for ACLE intrinsics
Jiangning Liu
- [PATCH] [AArch64] Add register spill code for large super registers such as DPair, DTriple ...
Jiangning Liu
- [PATCH] [AArch64] Add register spill code for large super registers such as DPair, DTriple ...
Jiangning Liu
- [PATCH] [AArch64] Simplify scalar dup by lane0 for fp
Jiangning Liu
- [llvm] r198194 - For AArch64 Neon, simplify scalar dup by lane0 for fp.
Jiangning Liu
- [PATCH] [AArch64] Simplify scalar dup by lane0 for fp
Jiangning Liu
- [PATCH] [DOC] [NEW] Mapping High-Level Constructs to LLVM IR
Mikael Lyngvig
- [PATCH] [DOC] [NEW] Mapping High-Level Constructs to LLVM IR
Mikael Lyngvig
- [PATCH] [DOC] [NEW] Mapping High-Level Constructs to LLVM IR
Mikael Lyngvig
- [PATCH] [lsan] Make the report_objects flag more useful.
Sergey Matveev
- [compiler-rt] r197977 - [lsan] Make the report_objects flag more useful.
Sergey Matveev
- [PATCH] [lsan] Make the report_objects flag more useful.
Sergey Matveev
- [compiler-rt] r197978 - [lsan] Refactor the LeakReport class.
Sergey Matveev
- [compiler-rt] r198021 - [lsan] Minor code health stuff.
Sergey Matveev
- [PATCH][AVX512] Add intrinsics for Packed Absolute Value
Cameron McInally
- [PATCH][AVX512] Add intrinsics for Packed Absolute Value
Cameron McInally
- RFC: Enable vectorization of call instructions in the loop vectorizer
James Molloy
- Multiclass diagnostics
Arthur O'Dwyer
- [PATCH][RegAlloc] Make tryInstructionSplit less aggressive.
Jakob Stoklund Olesen
- [llvm] r197928 - [AArch64 NEON] Fixed fused multiply negate add/sub patterns
Ana Pazos
- [llvm] r197929 - [AArch64] Check fmul node single use in fused multiply patterns
Ana Pazos
- [PATCH][AARCH64] Fixed fused multiply add/sub patterns
Ana Pazos
- [PATCH] tsan: remove in_rtl counter
Alexander Potapenko
- [compiler-rt] r198017 - [ASan] Make sure none of the __asan_gen_ global strings end up in the symbol table, add a test.
Alexander Potapenko
- [llvm] r198017 - [ASan] Make sure none of the __asan_gen_ global strings end up in the symbol table, add a test.
Alexander Potapenko
- [compiler-rt] r198018 - [ASan] Fix the test for __asan_gen_ globals and actually fix http://llvm.org/bugs/show_bug.cgi?id=17976
Alexander Potapenko
- [llvm] r198018 - [ASan] Fix the test for __asan_gen_ globals and actually fix http://llvm.org/bugs/show_bug.cgi?id=17976
Alexander Potapenko
- [llvm] r198020 - [ASan] Fix the tests broken by r198018 to check for private linkage of ASan-generated globals.
Alexander Potapenko
- [compiler-rt] r198022 - [ASan] Add a test for __asan_gen_ globals labels on Darwin.
Alexander Potapenko
- [compiler-rt] r198048 - [ASan] Delete asan_intercepted_functions.h, move the code into asan_interceptors.h
Alexander Potapenko
- [llvm] r198018 - [ASan] Fix the test for __asan_gen_ globals and actually fix http://llvm.org/bugs/show_bug.cgi?id=17976
Alexander Potapenko
- [llvm] r197922 - Debug info: On ARM ensure that the data sections come before the
Adrian Prantl
- [llvm] r197927 - Debug info: Add enumerators to the __apple_names accelerator table.
Adrian Prantl
- [llvm] r197966 - [AArch64 NEON] Fix a pattern match failure with NEON_VDUP.
Kevin Qin
- [llvm] r197967 - [AArch64 NEON] Fix a bug when lowering BUILD_VECTOR.
Kevin Qin
- [PATCH] Fix a bug in DAGcombiner about zero-extend after setcc.
Kevin Qin
- [llvm] r198190 - Fix a bug in DAGcombiner about zero-extend after setcc.
Kevin Qin
- [PATCH][x86] Teach how to fold target specific dags for packed shifts by immedate count into build_vector.
Nadav Rotem
- [PATCH][x86] Teach how to fold target specific dags for packed shifts by immedate count into build_vector.
Nadav Rotem
- [PATCH][x86][part 2/2] Teach how to fold target specific dags for packed shifts by immedate count into build_vector.
Nadav Rotem
- [llvm] r197988 - llvm-symbolizer: add --obj flag to specify a single object file that should be symbolized.
Alexey Samsonov
- [llvm] r197989 - Remove link to unexisting llvm-prof docs
Alexey Samsonov
- [compiler-rt] r198000 - [Sanitizer] Replace Symbolizer::IsAvailable and Symbolizer::IsExternalAvailable with Symbolizer::CanReturnFileLineInfo.
Alexey Samsonov
- [compiler-rt] r198003 - [Sanitizer] Move OS-specific code for MemoryMappingLayout into separate source files.
Alexey Samsonov
- [compiler-rt] r198004 - [Sanitizer] Teach MemoryMappingLayout to dump all loaded modules.
Alexey Samsonov
- [compiler-rt] r198005 - [TSan] fix Go build
Alexey Samsonov
- [compiler-rt] r198006 - [Sanitizer] Don't use MemoryMappingLayout in StackTrace::PrintStack - it is now a responsibility of Symbolizer class.
Alexey Samsonov
- [compiler-rt] r198007 - [Sanitizer] Properly specify linux-only unit test.
Alexey Samsonov
- [compiler-rt] r198012 - [Sanitizer] Use different MemoryMappingLayout::DumpListOfModules on Linux and Mac.
Alexey Samsonov
- [compiler-rt] r198014 - [Sanitizer] Remove now unused symbolization functionality from MemoryMappingLayout
Alexey Samsonov
- [compiler-rt] r198025 - [Sanitizer] Add Symbolizer::GetModuleNameAndOffsetForPC() and use it in LSan suppression matching.
Alexey Samsonov
- [llvm] r197908 - Fix Scalarizer handling of vector GEPs with multiple index operands
Richard Sandiford
- [llvm] r197909 - Fix Scalarizer insertion point when replacing PHIs with insertelements
Richard Sandiford
- Ping 2: [PATCH] DAGCombiner: Recognise rotates by X+C
Richard Sandiford
- [llvm] r197984 - [SystemZ] Add MC support for interlocked-access 1 instructions
Richard Sandiford
- [llvm] r197985 - [SystemZ] Use interlocked-access 1 instructions for CodeGen
Richard Sandiford
- [llvm] r197986 - Fix typo.
Richard Sandiford
- [llvm] r198162 - Fix indentation alignment of a declaration in MipsMCCodeEmitter.cpp
Mark Seaborn
- [llvm] r197904 - [asan] produce fewer stores when poisoning stack shadow
Kostya Serebryany
- [PATCH] [asan] don't unpoison redzones on function exit in use-after-return mode.
Kostya Serebryany
- [llvm] r197907 - [asan] don't unpoison redzones on function exit in use-after-return mode.
Kostya Serebryany
- [PATCH] [lsan] Make the report_objects flag more useful.
Kostya Serebryany
- [PATCH] tsan: do not deadlock after fork
Kostya Serebryany
- [compiler-rt] r198044 - [asan] allow asan to use SizeClassAllocator32 on a 64-bit platform (if SANITIZER_CAN_USE_ALLOCATOR64=0). No functionality change by default is intended
Kostya Serebryany
- [PATCH] Sanitize printf functions
Kostya Serebryany
- [PATCH] Sanitize printf functions
Kostya Serebryany
- [PATCH] Sanitize printf functions
Kostya Serebryany
- [PATCH v3 12/11] Fix incorrect encoding of relaxed instructions (PR18303)
Sean Silva
- [llvm] r195496 - X86: Perform integer comparisons at i32 or larger.
Sean Silva
- [PATCH] [DOC] [NEW] Mapping High-Level Constructs to LLVM IR
Sean Silva
- [PATCH] [DOC] [NEW] Mapping High-Level Constructs to LLVM IR
Sean Silva
- [PATCH] Fix TargetLibraryInfo for which OS's have exp10 and family
Brad Smith
- [PATCH] There is no exp10 on Android
Brad Smith
- [llvm] r198043 - Recognize armv7a and friends as aliases for armv7-a etc. for the purpose
Joerg Sonnenberger
- [patch] Dead-strip binaries by default on OS X and posix (was: Reduce size of clang-format by 87% on OS X)
Joerg Sonnenberger
- %hi($tmp) and %lo($tmp) relocations for Mips backend, where $tmp = sym1 - sym2
Sasa Stankovic
- [PATCH] [asan] don't unpoison redzones on function exit in use-after-return mode.
Evgeniy Stepanov
- [PATCH] Sanitize printf functions
Evgeniy Stepanov
- [PATCH] Sanitize printf functions
Evgeniy Stepanov
- [PATCH] Move X86DisassemblerDecoderCommon.h to public includes
NAKAMURA Takumi
- [llvm] r197996 - llvm-config: Fix typo in help message introduced with r197664.
NAKAMURA Takumi
- [llvm] r197997 - gold-plugin.cpp: Use form of <plugin-api.h>, since it is external header.
NAKAMURA Takumi
- [PATCH] llvm-config: Fix typo.
NAKAMURA Takumi
- [llvm] r198011 - unittests/Support/ProcessTest.cpp: Don't use "windows.h". Use <windows.h> instead.
NAKAMURA Takumi
- [llvm] r197997 - gold-plugin.cpp: Use form of <plugin-api.h>, since it is external header.
NAKAMURA Takumi
- [llvm] r198114 - llvm/test/CodeGen/X86/vselect.ll: Unbreak Windows x64 targets to add -mtriple=x86_64-unknown-unknown.
NAKAMURA Takumi
- [llvm] r198163 - [CMake] add_llvm_symbol_exports: Use ${native_export_file} instead of equivalent constant "symbol.*', since it is defined.
NAKAMURA Takumi
- [llvm] r198164 - [CMake] add_llvm_symbol_exports: Use unique name for each target.
NAKAMURA Takumi
- [llvm] r198165 - [CMake] Fix add_llvm_loadble_module.
NAKAMURA Takumi
- [llvm] r198166 - Fix mis-merging in AddLLVM.cmake. Sorry.
NAKAMURA Takumi
- [llvm] r198169 - Fix mis-merging in AddLLVM.cmake, take #2. LINK.EXE's options had been broken. Sorry again.
NAKAMURA Takumi
- [llvm] r198198 - Port r198087 and r198089 (strip dead code by default) from make to cmake.
NAKAMURA Takumi
- [llvm] r198205 - [CMake][VS][XCode] Restruct the output directory layout more comfortable, ${BINARY_DIR}/${BUILD_MODE}/(bin|lib)
NAKAMURA Takumi
- [llvm] r198206 - [CMake] Generate ${BUILD_MODE}/llvm-lit for each ${CMAKE_CONFIGURATION_TYPES}.
NAKAMURA Takumi
- REQUIRES_FRAME_POINTER
Gaël Thomas
- [llvm] r197992 - Fix the MSVC 2010 build
Alp Toker
- [llvm] r198141 - Define LLVM_MSC_PREREQ() macro to simplify _MSC_VER checks
Alp Toker
- [llvm] r198142 - Enable deleted functions and explicit conversions in MSVC 2013
Alp Toker
- [llvm] r198150 - lit: Incremental test scheduling
Alp Toker
- [PATCH] lit: Incremental test scheduling
Alp Toker
- [llvm] r198152 - Prospective Python 3 fix for r198150
Alp Toker
- [llvm] r198154 - Fix parens fail in r198142
Alp Toker
- [llvm] r198155 - Python compatibility fix for r198150
Alp Toker
- [llvm] r198158 - Make LLVM_MSC_PREREQ() compatible with all MSVC versions
Alp Toker
- [PATCH] Verify clang TargetInfo DataLayouts against LLVM
Alp Toker
- [PATCH] Move X86DisassemblerDecoderCommon.h to public includes
Craig Topper
- [PATCH] Move X86DisassemblerDecoderCommon.h to public includes
Craig Topper
- [llvm] r198115 - Mark some Type and EVT methods as LLVM_READONLY.
Craig Topper
- [llvm] r198116 - Minor indentation fix to match other switch statements. Change llvm_unreachable text to match similar places.
Craig Topper
- [llvm] r198117 - Use getSimpleValueType in a few spots where the type should be simple.
Craig Topper
- [llvm] r198118 - Revert part of r198115 to see if it fixes a buildbot failure.
Craig Topper
- [llvm] r198144 - Switch from EVT to MVT in more of the x86 instruction lowering code.
Craig Topper
- [llvm] r198146 - Make more of the x86 lowering helper functions static.
Craig Topper
- [llvm] r197926 - Add support to indvars for optimizing sadd.with.overflow.
Andrew Trick
- [llvm] r197930 - LangRef documentation for the stackmap and patchpoint intrinsics.
Andrew Trick
- [llvm] r198119 - Factor MI-Sched in preparation for post-ra scheduling support.
Andrew Trick
- [llvm] r198120 - Stub out a PostMachineScheduler pass.
Andrew Trick
- [llvm] r198121 - Move the PostRA scheduler's fixupKills function for reuse.
Andrew Trick
- [llvm] r198122 - Add a PostMachineScheduler pass with generic implementation.
Andrew Trick
- [llvm] r198123 - The Cortex-A9 machine model is incomplete. Mark it as such.
Andrew Trick
- [llvm] r198124 - Added debugging options: -misched-only-func/block
Andrew Trick
- [llvm] r198125 - New machine model for cortex-a9. Schedule for resources and latency.
Andrew Trick
- [llvm] r198131 - Uninitialized variable (in never taken path) after factoring.
Andrew Trick
- [llvm] r195496 - X86: Perform integer comparisons at i32 or larger.
Andrew Trick
- [lld] r197970 - [PECOFF] Fix /export option in the .drectve section.
Rui Ueyama
- [lld] r197998 - [PECOFF] Use the first definition of an export if specified multiple times.
Rui Ueyama
- [lld] r197999 - Use EXPECT_EQ in unit tests.
Rui Ueyama
- [lld] r198002 - Unbreak buildbot.
Rui Ueyama
- [lld] r198015 - [PECOFF] Set default subsystem to the DLL header.
Rui Ueyama
- [lld] r198016 - Add a newline to an error message.
Rui Ueyama
- [lld] r198032 - [PECOFF] Do not accept "/include <string>" option.
Rui Ueyama
- [lld] r198033 - [PECOFF] Fix wrong message.
Rui Ueyama
- [lld] r198034 - Remove duplicate methods.
Rui Ueyama
- [lld] r198035 - Do not make an unnecessary copy of DenseMap.
Rui Ueyama
- [lld] r198036 - Simplify. No functionality change.
Rui Ueyama
- [lld] r198037 - Micro-optimize Resolver::markLive().
Rui Ueyama
- [lld] r198040 - Remove unnecessary call of DenseMap::clear.
Rui Ueyama
- [lld] r198041 - Fix a bug that undefined symbols are not reported if dead-stripping is enabled.
Rui Ueyama
- [lld] r198066 - Fix comment.
Rui Ueyama
- [lld] r198067 - [PECOFF] Skip empty .drectve sections.
Rui Ueyama
- [lld] r198071 - [PECOFF] Parse .drectve section before reading other file contents.
Rui Ueyama
- [lld] r198072 - [PECOFF] Change the DLL entry symbol.
Rui Ueyama
- [lld] r198074 - [PECOFF] Add a test for /noentry.
Rui Ueyama
- [lld] r198075 - [PECOFF] Add file extensions to temporary files.
Rui Ueyama
- [lld] r197970 - [PECOFF] Fix /export option in the .drectve section.
Rui Ueyama
- [lld] r198102 - [PECOFF] Use std::set to store export symbol descriptors.
Rui Ueyama
- [lld] r198103 - temporary commit
Rui Ueyama
- [lld] r198104 - [PECOFF] Warn only when /export options are not compatible.
Rui Ueyama
- [lld] r198103 - temporary commit
Rui Ueyama
- [lld] r198102 - [PECOFF] Use std::set to store export symbol descriptors.
Rui Ueyama
- [lld] r198108 - Simplify if ... return repetition.
Rui Ueyama
- [compiler-rt] r197965 - tsan: deflake another test
Dmitry Vyukov
- [PATCH] tsan: remove in_rtl counter
Dmitry Vyukov
- [PATCH] tsan: remove in_rtl counter
Dmitry Vyukov
- [compiler-rt] r197979 - tsan: remove in_rtl counter
Dmitry Vyukov
- [PATCH] tsan: remove in_rtl counter
Dmitry Vyukov
- [PATCH] tsan: remove in_rtl counter
Dmitry Vyukov
- [compiler-rt] r197982 - tsan: fix false positive in pthread stack manupulation
Dmitry Vyukov
- [PATCH] tsan: do not deadlock after fork
Dmitry Vyukov
- [PATCH] Fix wrong assert check
Marius Wachtler
- [patch] Dead-strip binaries by default on OS X and posix (was: Reduce size of clang-format by 87% on OS X)
Nico Weber
- [llvm] r198087 - Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os x).
Nico Weber
- [patch] Dead-strip binaries by default on OS X and posix (was: Reduce size of clang-format by 87% on OS X)
Nico Weber
- [llvm] r198089 - Attempt to fix JIT unit tests after r198087.
Nico Weber
- [patch] EXPORTED_SYMBOL_FILE support for cmake
Nico Weber
- [patch] EXPORTED_SYMBOL_FILE support for cmake
Nico Weber
- [llvm] r198135 - Remove windows newlines.
Nico Weber
- [patch] EXPORTED_SYMBOL_FILE support for cmake
Nico Weber
- [llvm] r198136 - EXPORTED_SYMBOL_FILE support for cmake
Nico Weber
- [llvm] r198137 - Try to fix linux build after r198136.
Nico Weber
- [llvm] r198138 - Try to fix windows build after r198136.
Nico Weber
- [llvm] r198139 - Use `${CMAKE_COMMAND}` instead of `cmake`.
Nico Weber
- [llvm] r198140 - Try to fix windows build more after r198136.
Nico Weber
- [llvm] r198143 - Another windows build fix attempt after r198136.
Nico Weber
- [patch] EXPORTED_SYMBOL_FILE support for cmake
Nico Weber
- [llvm] r198148 - The same we do every commit, Pinky: Try to fix the windows build (after r198136).
Nico Weber
- [llvm] r198151 - More windows build fix attempts.
Nico Weber
- [llvm] r198153 - Another windows build fix attempt.
Nico Weber
- [llvm] r198156 - Windows build fixes, hopefully last part.
Nico Weber
- [llvm] r198159 - Yet another attempt at getting cmake-clang-i686-mingw32 green.
Nico Weber
- [llvm] r198182 - [cmake] In add_llvm_loadable_module, don't clobber existing LINK_FLAGS on OS X.
Nico Weber
- [llvm] r198183 - Set LLVM_EXPORTED_SYMBOL_FILE in CMakeLists whose corresponding Makefiles do so.
Nico Weber
- [llvm] r198198 - Port r198087 and r198089 (strip dead code by default) from make to cmake.
Nico Weber
- [dragonegg] r197936 - Creating release candidate final from release_34 branch
Bill Wendling
- [test-suite] r197937 - Creating release candidate final from release_34 branch
Bill Wendling
- [lld] r197943 - Creating release candidate final from release_34 branch
Bill Wendling
- [dragonegg] r197947 - Remove dragonegg final tag for retagging
Bill Wendling
- [test-suite] r197948 - Remove test-suite final tag for retagging
Bill Wendling
- [lld] r197954 - Remove lld final tag for retagging
Bill Wendling
- [dragonegg] r197957 - Creating release candidate final from release_34 branch
Bill Wendling
- [test-suite] r197958 - Creating release candidate final from release_34 branch
Bill Wendling
- [lld] r197964 - Creating release candidate final from release_34 branch
Bill Wendling
- [www-releases] r198098 - Add binaries and sources and docs for 3.4 release.
Bill Wendling
- [www-releases] r198098 - Add binaries and sources and docs for 3.4 release.
Bill Wendling
- [www-releases] r198098 - Add binaries and sources and docs for 3.4 release.
Bill Wendling
- [www-releases] r198098 - Add binaries and sources and docs for 3.4 release.
Bill Wendling
- [www-releases] r198098 - Add binaries and sources and docs for 3.4 release.
Bill Wendling
- [www-releases] r198098 - Add binaries and sources and docs for 3.4 release.
Bill Wendling
- [www-releases] r198098 - Add binaries and sources and docs for 3.4 release.
Bill Wendling
- [www-releases] r198098 - Add binaries and sources and docs for 3.4 release.
Bill Wendling
- [www-releases] r198098 - Add binaries and sources and docs for 3.4 release.
Bill Wendling
- [www-releases] r198098 - Add binaries and sources and docs for 3.4 release.
Bill Wendling
- [www-releases] r198098 - Add binaries and sources and docs for 3.4 release.
Bill Wendling
- [www-releases] r198101 - Add source tar balls to the release.
Bill Wendling
- [www-releases] r198147 - Add armv7 Linux binaries.
Bill Wendling
- [llvm] r198018 - [ASan] Fix the test for __asan_gen_ globals and actually fix http://llvm.org/bugs/show_bug.cgi?id=17976
Bill Wendling
- [llvm] r198160 - Store the global variable that's created so that it's reclaimed afterwards.
Bill Wendling
- [www-releases] r198180 - Add Mac OS X binaries.
Bill Wendling
- [www] r198181 - The 3.4 testing phase is finished.
Bill Wendling
- [llvm] r198184 - Un-XFAILify some tests which are now passing.
Bill Wendling
- [llvm] r198201 - Keep comment with 'Subtarget' ivar.
Bill Wendling
- [patch] EXPORTED_SYMBOL_FILE support for cmake
David Wiberg
- [PATCH v3 02/11] [x86] Add basic support for .code16
David Woodhouse
- [PATCH v3 12/11] Fix incorrect encoding of relaxed instructions (PR18303)
David Woodhouse
- [PATCH v3 12/11] Fix incorrect encoding of relaxed instructions (PR18303)
David Woodhouse
- [PATCHES v4] [x86] Fix 16-bit addressing modes (PR18220), incorrect encoding of relaxed instructions (PR18303) and implement .code16 (PR8684)
David Woodhouse
- [patch] fix comment on findGCD
Mingjie Xing
- [PATCH] [lld] [MachO] Begin to flesh out normalizedToAtoms
kledzik at apple.com
Last message date:
Sun Dec 29 23:27:57 PST 2013
Archived on: Tue Aug 4 17:10:52 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).