The Week Of Monday 23 September 2013 Archives by thread
Starting: Mon Sep 23 00:39:42 PDT 2013
Ending: Sun Sep 29 23:23:19 PDT 2013
Messages: 639
- [compiler-rt] r191157 - tsan: allow symbolization of non-native PCs, e.g. coming from JIT/JAVA/etc
Alexey Samsonov
- [PATCH/RFC] Using the same RegisterClass names in TableGen and C++
Richard Sandiford
- [compiler-rt] r191184 - [asan] disable the detect_stack_use_after_return run-time flag by default and enable it explicitly in tests. This is done in preparation to enabling the -fsanitize=use-after-return compile-time flag by default when -fsanitize=address is present.
Kostya Serebryany
- [llvm] r191185 - llvm/test/tools/lto/lit.local.cfg: Add "MingW" for exclusion list.
NAKAMURA Takumi
- [PATCH] Enable -fsanitize=use-after-return by default under -fsanitize=address
Kostya Serebryany
- [llvm] r186499 - Tweak the cmake interaction between CMAKE_BUILD_TYPE and LLVM_ENABLE_ASSERTIONS.
Tilmann Scheller
- [PATCH] [ARM] Split A/R class into separate subtarget features
Amara Emerson
- [PATCH][AArch64] updated patches with initial implementation of Neon scalar instructions
Jiangning Liu
- [PATCH] Fixed compilation when git repository has multiple remotes.
Daniel Sanders
- [compiler-rt] r191187 - [ASan] Fix the interface test on Darwin.
Alexander Potapenko
- [PATCH][SelectionDAG] Added BuildVectorSDNode::isSplat() and used it to implement build_vector for MIPS MSA
Daniel Sanders
- [compiler-rt] r191188 - [ASan] Add DLL thunks for the new stack UAR interface
Timur Iskhodzhanov
- [compiler-rt] r191189 - [ASan] Fix a compile-time warning
Timur Iskhodzhanov
- [compiler-rt] r191190 - [ASan/Win] Slightly optimize the DLL thunk
Timur Iskhodzhanov
- [llvm] r191191 - [mips][msa] Implemented build_vector using ldi, fill, and custom SelectionDAG nodes (VSPLAT and VSPLATD)
Daniel Sanders
- [llvm] r191192 - Fix -Wunused-variable error when assertions are disabled and -Werror is in use.
Daniel Sanders
- [llvm] r191193 - Partially revert r191192: Fix -Wunused-variable error when assertions are disabled and -Werror is in use.
Daniel Sanders
- [PATCH][AArch64] implement aarch64 neon load/store instructions class AdvSIMD (lselem)
Hao Liu
- [llvm] r191194 - [mips][msa] Added support for matching and, or, and xor from normal IR (i.e. not intrinsics)
Daniel Sanders
- [llvm] r191195 - [mips][msa] Added support for matching nor from normal IR (i.e. not intrinsics)
Daniel Sanders
- [compiler-rt] r191196 - [msan] Allow nested symbolizer and loader scopes.
Evgeniy Stepanov
- [compiler-rt] r191197 - [msan] Fix a WTF in r191196.
Evgeniy Stepanov
- [llvm] r191198 - [mips][msa] Added support for matching pcnt from normal IR (i.e. not intrinsics)
Daniel Sanders
- [llvm] r191199 - [mips][msa] Added support for matching insert and copy from normal IR (i.e. not intrinsics)
Daniel Sanders
- [llvm] r191200 - InstSimplify: Fold equality comparisons between non-inbounds GEPs.
Benjamin Kramer
- [llvm] r191202 - [ARM] Split A/R class into separate subtarget features.
Amara Emerson
- [llvm] r191203 - [mips][msa] Added support for matching addvi, and subvi from normal IR (i.e. not intrinsics)
Daniel Sanders
- [compiler-rt] r191204 - [asan] remove -fsanitize=use-after-return from the tests (this flag now comes with asan by default)
Kostya Serebryany
- [llvm] r191205 - Expand test case a bit.
Benjamin Kramer
- [llvm] r191206 - Revert "LoopVectorizer: Only allow vectorization of intrinsics."
Arnold Schwaighofer
- [llvm] r191122 - LoopVectorizer: Only allow vectorization of intrinsics. We can't know for sure that the functions 'abs' or 'round' are the functions from libm.
Arnold Schwaighofer
- [PATCH] ARM: Implement __attribute__((interrupt(...)))
Tim Northover
- [PATCH] [1/2] Adding a feature flag for TBM instruction set
Yunzhong Gao
- [PATCH] Add non-blocking Wait() for launched processes
Tareq A. Siraj
- [lld] r191207 - [lld][ELF] Remove invalid comment
Shankar Easwaran
- [llvm] r191208 - Add sha intrinsic tests
Ben Langmuir
- XCore target: fix bug in XCoreLowerThreadLocal.cpp
Robert Lytton
- [PATCH] Allow for the use of StringRef command line options instead of cl::opt<std::string>
Chris Lattner
- [llvm] r190773 - Implement function prefix data as an IR feature.
Chris Lattner
- [llvm] r191209 - DebugInfo: Wrap section data and relocs together for dwarf dumping support
David Blaikie
- [llvm] r191210 - Fixed debug_aranges handling for common symbols.
Richard Mitton
- [PATCH] Fixed debug_aranges handling for common symbols.
Eric Christopher
- [llvm] r191042 - Fix LTO handling of module-level assembly (PR14152).
Peter Collingbourne
- [lld] r191212 - [lld][PECOFF] Calculate SizeOfHeaders field instead of using a hard-coded value
Ron Ofir
- [llvm] r191214 - fix typo: than -> then
Kay Tiong Khoo
- [PATCH] Teach SimplifyCFG about address spaces
Matt Arsenault
- [llvm] r191216 - Remove remaining references to -O4.
Rafael Espindola
- [lld] r191217 - Whitespace and extra parentheses.
Rui Ueyama
- [lld] r191218 - [PECOFF] Add /align command line option.
Rui Ueyama
- [PATCH] [lld][PECOFF] Fix data directory entry RVA of base relocations section
Ron Ofir
- [llvm] r191219 - Add a paragraph on prefix data layout.
Peter Collingbourne
- [lld] r191220 - [lld][PECOFF] Fix data directory entry RVA of base relocations section
Ron Ofir
- [lld] r191221 - [PECOFF] Add one more test for r191218
Rui Ueyama
- [lld] r191223 - [PECOFF] Simplify WinLinkOptions.td.
Rui Ueyama
- [lld] r191224 - [PECOFF] Add /allowbind command line option.
Rui Ueyama
- [llvm] r191225 - Handle gnu pubtypes sections:
Eric Christopher
- [llvm] r191226 - Reformat code with clang-format.
Bill Wendling
- [PATCH] A new HeapToStack allocation promotion pass
hfinkel at anl.gov
- [lld] r191227 - [PECOFF] Add /allowisolation command line option.
Rui Ueyama
- [lld] r191228 - [PECOFF] Add comments to unit tests and reorder them if necessary.
Rui Ueyama
- [lld] r191229 - [PECOFF] Add more tests for /machine, /base, /stack, /heap and /align.
Rui Ueyama
- [llvm] r191231 - Make nomips16 mask not repeat if it ends with a '.'.
Reed Kotler
- [lld] r191232 - [PECOFF] Ignore /delay and /delayload options.
Rui Ueyama
- [llvm] r191233 - Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the coming DWARFTypeUnit.
David Blaikie
- [llvm] r191234 - llvm-dwarfdump/libDebugInfo support for type units
David Blaikie
- [llvm] r191235 - Formatting.
Eric Christopher
- [llvm] r191236 - Rename IsStatic variable to Linkage in order to be a bit more descriptive.
Eric Christopher
- [llvm] r191238 - Unbreak the build (from r191233)since we're calling printf.
David Blaikie
- [llvm] r191239 - Add more external types to the pubtypes table. Expand the asm
Eric Christopher
- [llvm] r191241 - Explicitly request unsigned enum types when desired
Reid Kleckner
- [llvm] r191244 - Comments for r191234 as suggested by Eric Christopher.
David Blaikie
- [lld] r191247 - [PECOFF] Do not allow space to separate command line option and its value.
Rui Ueyama
- [llvm] r191252 - Selecting the address from a very long chain of GEPs can blow the stack.
Bill Wendling
- [llvm] r191253 - Make dwarfdump-type-units.test order-independent
David Blaikie
- [lld] r191254 - [PECOFF] Add /nodefaultlib command line option.
Rui Ueyama
- [llvm] r191255 - Format the index entry kind string to align.
Eric Christopher
- [llvm] r191256 - Regenerate testcase from source.
Eric Christopher
- [llvm] r191257 - Add namespaces to the list of items that we expose via pubnames.
Eric Christopher
- [llvm] r191258 - Misc fixes for cpp backend.
Eli Friedman
- [lld] r191259 - Try to fix test failure on buildbot.
Rui Ueyama
- [llvm] r191260 - [stackprotector] Allow for copies from vreg -> vreg to be in a terminator sequence.
Michael Gottesman
- [llvm] r191261 - [stackprotector] Forgot to add in PR number to test case.
Michael Gottesman
- [llvm] r191263 - Initial support for Neon scalar instructions.
Jiangning Liu
- [llvm] r191266 - DWARFTypeUnit::dump(): Use PRIx64 to format uint64_t.
NAKAMURA Takumi
- [lld] r191268 - [PECOFF] Ignore /debug option.
Rui Ueyama
- [lld] r191269 - [PECOFF] Ignore /pdb option.
Rui Ueyama
- [lld] r191270 - [PECOFF] Remove redundant comments.
Rui Ueyama
- [lld] r191271 - [PECOFF] Use macro for the repeating pattern of the Driver code.
Rui Ueyama
- [lld] r191272 - Expand auto to improve code readability.
Rui Ueyama
- [lld] r191273 - [PECOFF] Ignore /pdbaltpath option.
Rui Ueyama
- [llvm] r191275 - llvm/test/CodeGen/AArch64/neon-scalar-reduce-pairwise.ll: Use -mtriple here, or aach64-pecoff might be misassumed on win32 hosts.
NAKAMURA Takumi
- [lld] r191276 - [PECOFF] Add /swaprun:{cd,net} options.
Rui Ueyama
- [llvm] r191280 - Fix formatting to match coding standards.
Craig Topper
- [Mesa-dev] [PATCH] R600/SI: fix MIMG writemask adjustement
Christian König
- [llvm] r191281 - Followup to r191252.
Bill Wendling
- [llvm] r191285 - [mips][msa] Added support for matching slli, srai, and srli from normal IR (i.e. not intrinsics)
Daniel Sanders
- [llvm] r191286 - [mips][msa] Added support for matching comparisons from normal IR (i.e. not intrinsics)
Daniel Sanders
- [llvm] r191287 - [msan] Handling of atomic load/store, atomic rmw, cmpxchg.
Evgeniy Stepanov
- [compiler-rt] r191288 - [msan] Test for atomic handling in MSan.
Evgeniy Stepanov
- [llvm] r191289 - Remove error output from configure if CFLAGS is set (r174313).
Patrik Hagglund
- [llvm] r191290 - [mips][msa] Added support for matching bsel and bseli from normal IR (i.e. not intrinsics)
Daniel Sanders
- [llvm] r191291 - [mips][msa] Added support for matching max, maxi, min, mini from normal IR (i.e. not intrinsics)
Daniel Sanders
- [llvm] r191293 - [mips][msa] Added support for matching andi, ori, nori, and xori from normal IR (i.e. not intrinsics)
Daniel Sanders
- [compiler-rt] r191294 - [ASan] Fix GCD tests by spinning forever in the main thread.
Alexander Potapenko
- [llvm] r191295 - [mips][msa] Line wrapping.
Daniel Sanders
- [llvm] r191296 - [mips][msa] Added partial support for matching fmax_a from normal IR (i.e. not intrinsics)
Daniel Sanders
- [llvm] r191297 - [mips][msa] Non-constant BUILD_VECTOR's should be expanded to INSERT_VECTOR_ELT instead of memory operations.
Daniel Sanders
- [llvm] r191299 - [mips][msa] Remove the VSPLAT and VSPLATD nodes in favour of matching BUILD_VECTOR.
Daniel Sanders
- [llvm] r191301 - [mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics)
Daniel Sanders
- Automatic PGO - Initial implementation (1/N)
Diego Novillo
- [llvm] r191302 - [mips][msa] Added support for matching shf from normal IR (i.e. not intrinsics)
Daniel Sanders
- [llvm] r191303 - DAGCombiner: Unify rotate matching for extended and unextended amounts.
Benjamin Kramer
- [PATCH] Explicitly specify CMake MSVC stack size
Greg_Bedwell at sn.scee.net
- [llvm] r191304 - [mips][msa] Added support for matching ilv[lr], ilvod, and ilvev from normal IR (i.e. not intrinsics)
Daniel Sanders
- [compiler-rt] r191305 - [sanitizer] Intercept wordexp.
Evgeniy Stepanov
- [llvm] r191306 - [mips][msa] Added support for matching pckev, and pckod from normal IR (i.e. not intrinsics)
Daniel Sanders
- [llvm] r191309 - Push analysis passes to InstSimplify when they're around anyways.
Benjamin Kramer
- [llvm] r191310 - Teach MemoryBuiltins and InstructionSimplify that operator new never returns NULL.
Benjamin Kramer
- [llvm-commits] [polly] r152913 - in /polly/trunk: lib/Support/SCEVValidator.cpp test/ScopInfo/2012-03-16-Crash-because-of-unsigned-in-scev.ll
Sebastian Pop
- [llvm] r191312 - Comment typo.
Andrew Trick
- [llvm] r191313 - MemoryBuiltins: Fix operator new bits.
Benjamin Kramer
- [PATCH] Add address space arguments to MemoryBuiltins
Matt Arsenault
- [llvm] r191314 - set the cost of tiny trees to INT_MAX in SLP vectorizer to disable vectorization on them
Yi Jiang
- Fix bug:17136: RescheduleOps of ARMLoadStoreOptimizer
Weiming Zhao
- [llvm] r191315 - MemoryBuiltins: Reinstate optimizing (uninitialized) loads from operator new.
Benjamin Kramer
- [lld] r191317 - [PECOFF] Ignore /verbose and /wx (warnings as errors) options.
Rui Ueyama
- [llvm] r191318 - Make the size and expr arguments of .fill directive optional.
Roman Divacky
- [PATCH][instcombine]: Slice a big load in two loads when the element are next to each other in memory.
Quentin Colombet
- [PATCH][PR16882] Ignore noreturn definitions when setting isPhysRegUsed.
Quentin Colombet
- [llvm] r191319 - MemoryBuiltins: Remove posix_memalign from the list and replace it with a TODO.
Benjamin Kramer
- [lld] r191320 - [PECOFF] Fix /? option and add a test for the flag.
Rui Ueyama
- [llvm] r191324 - Adding a feature flag to the llvm backend for x86 TBM instruction set.
Yunzhong Gao
- [llvm] r191325 - Verify that we don't optimize null return checks to the nothrow_t version of operator new.
Benjamin Kramer
- [llvm] r191327 - Test case for r191314.
Yi Jiang
- [llvm] r191329 - llvm-dwarfdump support for gnu_pubtypes
David Blaikie
- [llvm] r191330 - llvm-dwarfdump: re-add field formatting for the entry kind lost in r191329
David Blaikie
- [llvm] r191331 - Patch that forces MergeFunctions pass for clang.
Stepan Dyatkovskiy
- [llvm] r191333 - llvm-dwarfdump: add missing opening quotation mark lost in r191330
David Blaikie
- [PATCH] Fix another constant folding address space place I missed.
Matt Arsenault
- [PATCH] Scalarize select vector arguments when extracted
Matt Arsenault
- [llvm] r191337 - Add missing check to SETCC optimization.
Eli Friedman
- [PATCH] Make Driver::link and LinkingContext::validate return true on success.
Rui Ueyama
- [lld] r191341 - Make Driver::link and LinkingContext::validate return true on success.
Rui Ueyama
- [PATCH] Allow multiple check prefixes in FileCheck
Matt Arsenault
- [llvm] r191343 - Move LTO support library to a component, allowing it to be tested
Peter Collingbourne
- [llvm] r191344 - MachO: Improve backend diagnostic for overalignment.
Jim Grosbach
- [llvm] r191348 - CriticalAntiDepBreaker is no longer needed for armv7 scheduling.
Andrew Trick
- [llvm] r191349 - [PR16882] Ignore noreturn definitions when setting isPhysRegUsed.
Quentin Colombet
- [llvm] r191350 - [mips] Define getTargetNode as a template function.
Akira Hatanaka
- [www] r191351 - Point Windows build download links to r191323
Hans Wennborg
- [llvm] r191352 - [mips] Move public functions to the beginning of the class definition.
Akira Hatanaka
- [PATCH] Emit Clang version information into .comment section (LLVM's part of implementation) [PART 2]
Katya Romanova
- [llvm] r191353 - Revert r191350.
Akira Hatanaka
- Changes to llvm tests to fix Bug 17327
Thomas O'Dell
- [llvm] r191355 - Replace EVT with MVT in CodeGenDAGAPatterns.cpp.
Craig Topper
- [llvm] r191356 - Fix doxygen comments to use correct function name.
Craig Topper
- [llvm] r191357 - Wrap the #include of <stdbool.h> in an #ifndef __cplusplus.
Peter Collingbourne
- [compiler-rt] r191358 - [Sanitizer] Don't include wordexp.h on Android
Alexey Samsonov
- [llvm] r191359 - Try again to fix the MSVC build.
Peter Collingbourne
- [llvm] r191361 - [msan] Fix -Wreturn-type warnings in non-self-hosted build.
Evgeniy Stepanov
- [PATCH][AArch64] implement aarch64 neon instruction class AdvSIMD (by element)
Jiangning Liu
- [PATCH] Implement aarch64 neon instruction class AdvSIMD (by element) - Clang
Jiangning Liu
- [PATCH] Implement aarch64 neon instruction class AdvSIMD (by element) - LLVM
Jiangning Liu
- [llvm] r191362 - MC: Remove vestigial PCSymbol field from AsmInfo
David Majnemer
- [llvm] r191363 - [SystemZ] Add instruction-shortening pass
Richard Sandiford
- [llvm] r191364 - [SystemZ] Define the return instruction as a pseudo alias of BR
Richard Sandiford
- [llvm] r191365 - [SystemZ] Use subregs for 64-bit truncating stores
Richard Sandiford
- [llvm] r191366 - [SystemZ] Define the call instructions as pseudo aliases.
Richard Sandiford
- [llvm] r191368 - MC: Add support for treating $ as a reference to the PC
David Majnemer
- [llvm] r191369 - [SystemZ] Define the GR64 low-word logic instructions as pseudo aliases.
Richard Sandiford
- [PATCH] Don't localize globals that may serve as leak checker roots.
Alexey Samsonov
- [PATCH][Mips][msa] Updates encoding of 2RF instructions
Matheus Almeida
- [PATCH][Mips][msa] Direct Object Emission for the MSA instruction set - Initial support
Matheus Almeida
- [PATCH][Mips][msa] Direct Object Emission for 2RF instructions
Matheus Almeida
- [PATCH][Mips][msa] Updates encoding of 3R instructions
Matheus Almeida
- [PATCH][Mips][msa] Direct Object Emission for 3R instructions
Matheus Almeida
- [llvm] r191371 - SLPVectorize: Put horizontal reductions feeding a store under separate flag
Arnold Schwaighofer
- [llvm] r191372 - Set the minimal stack size with msvc when using cmake >= 2.8.11.
Rafael Espindola
- [compiler-rt] r191374 - [sanitizer] A bunch of libc interceptors.
Evgeniy Stepanov
- [PATCH] Teach DAGCombier how to fold according to rule (shl (zext (shr A, X)), X) => (zext (shl (shr A, X), X))
Owen Anderson
- [llvm] r191384 - Undefine NetBSD, it may have been defined by an earlier include of
Joerg Sonnenberger
- [llvm] r191391 - Mark the x86 machine model as incomplete. PR17367.
Andrew Trick
- [llvm] r191393 - Teach DAGCombiner how to canonicalize dags according to the rule
Andrea Di Biagio
- Fix PR 17368: disable unnecessary vector multiplication distribution for square of add/sub on ARM
Weiming Zhao
- [llvm] r191400 - Fix a bad typo in the inline assembly code for mips16 pic fp stubs
Reed Kotler
- [llvm] r191401 - Slight formatting change for pubnames/pubtypes output.
Eric Christopher
- [llvm] r191402 - Test commit. Removed trailing whitespace.
Josh Magee
- [lld] r191403 - [ELF] Fix use after free.
Michael J. Spencer
- [PATCH] [Core] Add type and size to SharedLibraryAtom
Michael Spencer
- Fix PR 17372: Emitting PLD for stack prefetching on Thumb2
Weiming Zhao
- [PATCH][MC/SPARC] Add support for EH to SPARC backend
Rafael Espíndola
- [llvm] r191407 - Unify pubsection/gnu pubsection printing.
Eric Christopher
- [llvm] r191408 - Dump the normal dwarf pubtypes section as well.
Eric Christopher
- [llvm] r191409 - Add gnu pubsections as options to llvm-dwarfdump.
Eric Christopher
- [llvm] r191410 - Fix PR 17368: disable vector mul distribution for square of add/sub for ARM
Weiming Zhao
- [llvm] r191411 - [mips][msa] Updates encoding of 2RF instructions to match the latest revision of the MSA spec (1.06).
Jack Carter
- [llvm] r191412 - [mips][msa] Direct Object Emission support for the MSA instruction set.
Jack Carter
- [llvm] r191413 - [mips][msa] Direct Object Emission for 2RF instructions.
Jack Carter
- [llvm] r191414 - [mips][msa] Updates encoding of 3R instructions to match the latest revision of the MSA spec (1.06).
Jack Carter
- [PATCH] [AArch64] Add Register Operand to constrain registers to V0-V15 range
Ana Pazos
- [llvm] r191415 - [mips][msa] Direct Object Emission for 3R instructions.
Jack Carter
- [llvm] r191419 - PPC: Add support for fctid and fctiw
David Majnemer
- [llvm] r191421 - PPC: Do not introduce ISD nodes for fctid and fctiw
David Majnemer
- [llvm] r191422 - whitespace
Andrew Trick
- [llvm] r191423 - Added temp flag -misched-bench for staging in default changes.
Andrew Trick
- [llvm] r191425 - Add links to cross-compilation docs from getting started
Renato Golin
- [llvm] r191426 - PPC: Allow partial fills in writeNopData()
David Majnemer
- [PATCH][Mips][msa] Updates encoding of 3RF instructions
Matheus Almeida
- [PATCH][Mips][msa] Direct Object Emission for 3RF instructions
Matheus Almeida
- [llvm] r191428 - [ARM] Use the load-acquire/store-release instructions optimally in AArch32.
Amara Emerson
- [llvm] r191431 - Implements parsing and emitting of .cfi_window_save in MC.
Venkatraman Govindaraju
- [llvm] r191432 - [Sparc] Implements exception handling in SPARC with DwarfCFI.
Venkatraman Govindaraju
- [PATCH] Fixing Intel format of the vshufpd instruction
Yunzhong Gao
- [llvm] r191438 - Revert r191393 since it caused pr17380.
Andrea Di Biagio
- [llvm] r191440 - [PowerPC] Fix PR17354: Generate nop after local calls for PIC code.
Bill Schmidt
- [llvm] r191441 - Fix PR 17372: Emitting PLD for stack address for ARM Thumb2
Weiming Zhao
- [PATCH] Don't force the use of a base pointer with MS inline asm
Reid Kleckner
- [compiler-rt] r191445 - tsan: fix scanf interceptor
Dmitry Vyukov
- [PATCH] Fix SROA creating invalid bitcasts between address spaces
Matt Arsenault
- [PATCH] Use correct address space size GEP index in SROA
Matt Arsenault
- [zorg] r191456 - Added new MergeFunctions custom builder clang-x86_64-freeBSD9.2.
Galina Kistanova
- [llvm] r191460 - [mips][msa] Updates encoding of 3RF instructions to match the latest revision of the MSA spec (1.06).
Jack Carter
- [llvm] r191461 - [mips][msa] Direct Object Emission for 3RF instructions.
Jack Carter
- [PATCH] Use getFirstNonPHI to set the insertion point for PHIs
Justin Bogner
- [PATCH] Add missing includes for <cctype> when using isdigit/isalpha/etc
Will Dietz
- [llvm] r190717 - Adds support for Atom Silvermont (SLM) - -march=slm
Gurd, Preston
- [zorg] r191464 - Removed clang-x86_64-freeBSD9.2 builder temporally.
Galina Kistanova
- [PATCH] llvm-objdump: Dump COFF import table if -private-headers option is given.
Rui Ueyama
- [PATCH] yaml2coff/elf: Touchup for compatibility.
Will Dietz
- [lld] r191466 - [Core] Add type and size to SharedLibraryAtom.
Michael J. Spencer
- [lld] r191467 - [ELF] Add COPY relocations.
Michael J. Spencer
- PATCH: SelectionDAG: More efficient legalization of unsupported SELECT_CC/SETCC condition codes + Fix NAN handling on R600
Owen Anderson
- [lld] r191469 - [PECOFF] Enable input file logging if /debug is given.
Rui Ueyama
- [llvm] r191471 - MCParser/Debug info: Accept line number 0 as a legitimate value, since
Adrian Prantl
- [llvm] r191472 - llvm-objdump: Dump COFF import table if -private-headers option is given.
Rui Ueyama
- [llvm] r191473 - Fix -Wnon-pod-varargs error in r191472.
Rui Ueyama
- [llvm] r191474 - Fix another -Wnon-pod-varargs error in r191472.
Rui Ueyama
- [lld] r191475 - [PECOFF] Add a test for the import table.
Rui Ueyama
- [lld] r191479 - Revert "[PECOFF] Add a test for the import table."
Rui Ueyama
- [llvm] r191480 - Revert "llvm-objdump: Dump COFF import table if -private-headers option is given."
Rui Ueyama
- [llvm] r191481 - Fixing Intel format of the vshufpd instruction.
Yunzhong Gao
- [compiler-rt] r191482 - tsan: support allocator_may_return_null flag
Dmitry Vyukov
- [PATCH] [1/2] Add intrinsics for TBM instruction set
Yunzhong Gao
- [llvm] r191488 - Removal some duplicate patterns.
Craig Topper
- [PATCH] Implement aarch64 neon instruction class SIMD copy
Kevin Qin
- [llvm] r191489 - Switch HasAVX to UseAVX in one spot to ensure that AVX512 form of VINSERTPS is used in AVX512 mode.
Craig Topper
- [llvm] r191490 - Put HasAVX512 predicate on some patterns to properly disable them when AVX512 isn't enabled. Currently it works simply because the SSE and AVX version of the same patterns are checked first in the DAG isel table.
Craig Topper
- [llvm] r191491 - First check in. Modified a comment.
Puyan Lotfi
- [PATCH] Remove "localize global" optimization
Alexey Samsonov
- [PATCH] Warn on deprecated IT blocks in v8 AArch32 assembly
Artyom Skrobov
- [llvm] r191495 - [mips][msa] Added missing check in performSRACombine
Daniel Sanders
- [llvm] r191496 - [mips][msa] Expand all truncstores and loadexts for MSA as well as DSP
Daniel Sanders
- [llvm] r191498 - [mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal error when using it in FR=0 mode.
Daniel Sanders
- [llvm] r191503 - [mips][msa] Tidy up
Daniel Sanders
- [llvm] r191504 - ARM: Teach assembler to enforce constraint for Thumb2 LDRD (literal/immediate) destination register operands.
Tilmann Scheller
- [llvm] r191505 - Fix comment.
Tilmann Scheller
- [llvm] r191507 - [mips][msa] Added MSA.txt to describe instruction selection quirks.
Daniel Sanders
- [compiler-rt] r191508 - [msan] Unpoison argument shadow for C++ module destructors.
Evgeniy Stepanov
- [llvm] r191509 - Re-apply the change from r191393 with fix for pr17380.
Andrea Di Biagio
- [compiler-rt] r191510 - [asan] introduce run-time flag uar_stack_size_log to control the size of FakeStack; don't crash when the fake stack is exhausted, move some code to .cc file
Kostya Serebryany
- [llvm] r191511 - [mips][msa] Added support for matching splati from normal IR (i.e. not intrinsics)
Daniel Sanders
- [llvm] r191512 - [mips][msa] Added support for MSA registers to copyPhysReg
Daniel Sanders
- [llvm] r191513 - Remove superfluous comment accidentally checked-in.
Andrea Di Biagio
- [llvm] r191514 - [mips][msa] Implemented extract_vector_elt for v4f32 or v2f64
Daniel Sanders
- [llvm] r191515 - [mips][msa] Implemented insert_vector_elt for v4f32 and v2f64.
Daniel Sanders
- [compiler-rt] r191516 - [sanitizer] Intercept backtrace, backtrace_symbols.
Evgeniy Stepanov
- [llvm] r191517 - [mips][msa] Rename arguments to MSA_INSERT_DESC_BASE to better match their expected values.
Daniel Sanders
- [llvm] r191518 - [mips][msa] Implemented copy_[us].d intrinsic.
Daniel Sanders
- [llvm] r191519 - [mips][msa] Implemented fill.d intrinsic.
Daniel Sanders
- [llvm] r191520 - ARM: Teach assembler to enforce constraints for ARM LDRD destination register operands.
Tilmann Scheller
- [llvm] r191521 - [mips][msa] Implemented insert.d intrinsic.
Daniel Sanders
- [compiler-rt] r191522 - [LSan] Don't report leaks with single-frame stack traces
Alexey Samsonov
- [llvm] r191524 - [SystemZ] Improve handling of PC-relative addresses
Richard Sandiford
- [llvm] r191525 - [SystemZ] Rein back the use of block operations
Richard Sandiford
- [llvm] r191526 - Transforms: Use getFirstNonPHI to set the insertion point for PHIs
Justin Bogner
- [llvm] r189101 - Add function attribute 'optnone'.
Robinson, Paul
- [PATCH] Only do foldSelectICmpAndOr for integer types
Justin Bogner
- [llvm] r191538 - TBAA: handle scalar TBAA format and struct-path aware TBAA format.
Manman Ren
- [llvm] r191539 - Adding intrinsics to the llvm backend for TBM instruction set.
Yunzhong Gao
- [llvm] r191546 - [mips] Rewrite MipsTargetLowering::getAddr functions as template functions.
Akira Hatanaka
- [PATCH] Enable building LTO on WIN32
Greg_Bedwell at sn.scee.net
- [llvm] r191552 - InstCombine: Only foldSelectICmpAndOr for integer types
Justin Bogner
- [PATCH] Fix SLPVectorizer using wrong address space for load/store
Matt Arsenault
- [llvm] r191553 - Update.
Bill Wendling
- [llvm] r191557 - Re-submit r191472 with a fix for big endian.
Rui Ueyama
- [llvm] r191558 - Make SourceMgr::PrintMessage() testable and add unit tests
Dmitri Gribenko
- [llvm] r191561 - Clarifying doc about cross-compiling
Renato Golin
- [llvm] r191563 - SourceMgr diagnotics printing: fix a bug where printing a fixit for a source
Dmitri Gribenko
- [llvm] r191564 - Fix SLPVectorizer using wrong address space for load/store
Matt Arsenault
- [llvm] r191565 - Resurrect lit.local.cfg to un-break hexagon buildbot.
Rui Ueyama
- [lld] r191566 - [ELF] Mark STT_GNU_IFUNC symbols as code.
Michael J. Spencer
- [lld] r191567 - [ELF] Handle copy relocations for PC32.
Michael J. Spencer
- [llvm] r191569 - Object/COFF: Rename getXXX{Begin, End} -> xxx_{begin, end}.
Rui Ueyama
- [llvm] r191570 - [stackprotector] Refactor the StackProtector pass from a single .cpp file into StackProtector.h and StackProtector.cpp.
Josh Magee
- [PATCH] [stack protector] Improved data layout rules, WIP, part 1
Josh Magee
- [llvm] r191571 - Rework conditional for printing out pub sections.
Eric Christopher
- [llvm] r191574 - Use type helper functions
Matt Arsenault
- [llvm] r191576 - Use right pointer type in DebugIR
Matt Arsenault
- [llvm] r191578 - [mips] Define a derived class of PseudoSourceValue that represents a GOT entry
Akira Hatanaka
- [llvm] r191579 - Minor code simplification
Matt Arsenault
- [PATCH] Constant fold ptrtoint + compare with address spaces
Matt Arsenault
- [lld] r191580 - Re-submit [PECOFF] Add a test for the import table.
Rui Ueyama
- [PATCH] Use right address space size in InstCombineCompares
Matt Arsenault
- [lld] r191581 - [mach-o] switch to use llvm::MachO:: constants
Nick Kledzik
- [llvm] r191582 - Unify conditionals and reformat.
Eric Christopher
- [PATCH] Teach scalarrepl about address spaces
Matt Arsenault
- [lld] r191583 - Add a comment to ReaderCOFF::parseFile.
Rui Ueyama
- [llvm] r191585 - TBAA: try to fix the dragonegg bots.
Manman Ren
- [PATCH] Fix GVN creating bitcast between address spaces
Matt Arsenault
- [llvm] r191591 - [mips] Make sure loads from lazy-binding entries do not get CSE'd or hoisted out
Akira Hatanaka
- [llvm] r191593 - AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.
Manman Ren
- [lld] r191594 - [mach-o] Add support for -mllvm to darwin driver
Nick Kledzik
- [PATCH] Fix getOrInsertGlobal dropping the address space.
Matt Arsenault
- [llvm] r191595 - Fix typo
Matt Arsenault
- [llvm] r191597 - MipsMachineFunction.cpp: Add missing #include <raw_ostream.h>
NAKAMURA Takumi
- R600: Various fixes
Tom Stellard
- [llvm] r191600 - SelectionDAG: Clean up LegalizeSetCCCondCode() function
Tom Stellard
- [llvm] r191601 - SelectionDAG: Try to expand all condition codes using getCCSwappedOperands()
Tom Stellard
- [llvm] r191602 - SelectionDAG: Improve legalization of SELECT_CC with illegal condition codes
Tom Stellard
- [llvm] r191603 - R600: Fix handling of NAN in comparison instructions
Tom Stellard
- [PATCH] Remove unused SCEV functions
Matt Arsenault
- [llvm] r191604 - SelectionDAG: Silence unused variable warning on release builds
Tom Stellard
- [llvm] r191610 - Fix spelling intruction -> instruction.
Robert Wilhelm
- [llvm] r191611 - Even more spelling fixes for "instruction".
Robert Wilhelm
- [llvm] r191624 - Enable libcxx as part of the top level CMake build when it is checked
Chandler Carruth
- [llvm] r191628 - Add a test that large offsets on GEPs on 32 bits targets are handled correctly.
Benjamin Kramer
- [llvm] r191630 - Add comments for XOPA map introduced with TBM instructions.a
Craig Topper
- [llvm] r191632 - Change type of XOP flag in code emitters to a bool. Remove a some unneeded cases from switch.
Craig Topper
- [llvm] r191633 - Revert accidental commit.
Craig Topper
- [PATCH] __register_frame() when cross-building on Windows
Yaron Keren
- [llvm] r191636 - Allocate AtomicSDNode operands in SelectionDAG's allocator to stop leakage.
Benjamin Kramer
- [llvm] r191637 - Deallocate type units when destroying a DWARFContext.
Benjamin Kramer
- [llvm] r191638 - Plug a memory leak in a unit test. Stack allocation is sufficient here.
Benjamin Kramer
- [llvm] r191643 - Remove an old workaround for a compiler that EOL'd years ago.
Benjamin Kramer
- [llvm] r191644 - ObjectSizeOffsetEvaluator: Don't run into infinite recursion if we have a cyclic GEP.
Benjamin Kramer
- [llvm] r191649 - Various x86 disassembler fixes.
Craig Topper
- [llvm] r191650 - Add a few more FMA4 disassembler test cases to match the scalar set with regards to combinations of L and W-bits.
Craig Topper
- [llvm] r191652 - Filter out repeated sections from the X86 disassembler modRMTable. Saves about ~43K from a released build. Unfortunately the disassembler tables are still upwards of 800K.
Craig Topper
Last message date:
Sun Sep 29 23:23:19 PDT 2013
Archived on: Tue Aug 4 17:10:38 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).