The Week Of Monday 9 June 2014 Archives by subject
Starting: Mon Jun 9 00:35:10 PDT 2014
Ending: Sun Jun 15 23:52:16 PDT 2014
Messages: 1181
- [compiler-rt] r209862 - Mark currently failing ARM tests with XFAIL.
Evgeniy Stepanov
- [compiler-rt] r210452 - [asan] Add malloc_usable_size to android malloc dispatch.
Evgeniy Stepanov
- [compiler-rt] r210457 - [msan] Simplify tests.
Evgeniy Stepanov
- [compiler-rt] r210458 - [msan] Add a test for mmx.packuswb.
Evgeniy Stepanov
- [compiler-rt] r210459 - Fix line numbers for code inlined from __nodebug__ functions.
Evgeniy Stepanov
- [compiler-rt] r210463 - [msan] Intercept __strto*_internal.
Evgeniy Stepanov
- [compiler-rt] r210465 - [asan] Remove dependency of tests on runtime library in standalone build.
Evgeniy Stepanov
- [compiler-rt] r210465 - [asan] Remove dependency of tests on runtime library in standalone build.
Alexey Samsonov
- [compiler-rt] r210465 - [asan] Remove dependency of tests on runtime library in standalone build.
Evgeniy Stepanov
- [compiler-rt] r210494 - [TSan] Exclude blacklist tests from manual test runner
Alexey Samsonov
- [compiler-rt] r210517 - [asan] Disable a flaky test.
Evgeniy Stepanov
- [compiler-rt] r210533 - [sanitizer] Relax sanity checks in ioctl decoding.
Evgeniy Stepanov
- [compiler-rt] r210534 - Add detection of OS X relocatable SDK to compiler-rt as a lit.util function
Alexander Potapenko
- [compiler-rt] r210646 - [asan] Fix coverage-android test to avoid name conflict.
Evgeniy Stepanov
- [compiler-rt] r210647 - [asan] One more coverage test.
Evgeniy Stepanov
- [compiler-rt] r210649 - [asan] Exclude non-executable mappings from coverage.
Evgeniy Stepanov
- [compiler-rt] r210650 - [asan] Run Android test with asanwrapper.
Evgeniy Stepanov
- [compiler-rt] r210655 - [asan] Fix mmap-ed coverage with coverage=0.
Evgeniy Stepanov
- [compiler-rt] r210924 - Remove top-level Clang -fsanitize= flags for optional ASan features.
Alexey Samsonov
- [compiler-rt] r210950 - [UBSan] Respect runtime flag for colorizing reports
Alexey Samsonov
- [compiler-rt] r210959 - [Sanitizer] Merge AnsiColorDecorator and SanitizerCommonDecorator, use the latter in UBSan
Alexey Samsonov
- [compiler-rt] r210962 - Exclude Android from the tests for valloc/pvalloc.
Dan Albert
- [compiler-rt] r210988 - Fix getting IP, BP and SP for address sanitizer's needs on FreeBSD in 32-bit mode
Viktor Kutuzov
- [compiler-rt] r210989 - Fix building InstrProfilingFile.c on FreeBSD
Viktor Kutuzov
- [dragonegg] r210956 - Quick fix for dragonegg about CreateAtomicCmpXchg, corresponding llvm r210903.
NAKAMURA Takumi
- [lld] r210425 - [Mips] Make got16.test test case independent from external input files.
Rui Ueyama
- [lld] r210425 - [Mips] Make got16.test test case independent from external input files.
Simon Atanasyan
- [lld] r210425 - [Mips] Make got16.test test case independent from external input files.
Rui Ueyama
- [lld] r210451 - Revert "[Mips] Make got16.test test case independent from external input files."
Rui Ueyama
- [lld] r210455 - Add missing dependency for check-lld.
Rui Ueyama
- [lld] r210456 - Re-commit r210425.
Rui Ueyama
- [lld] r210461 - Remove dead parameter.
Rui Ueyama
- [lld] r210469 - [Mips] Make dt-textrel.test test case independent from external input files.
Simon Atanasyan
- [lld] r210502 - [mach-o] parse multiple symbols on same address into aliases
Nick Kledzik
- [lld] r210506 - [mach-o] refactor mach-o output section selection to be table driven.
Nick Kledzik
- [lld] r210530 - [ELF] Fix the bug -- LLD crashes if the --whole-archive option
Simon Atanasyan
- [lld] r210531 - [ELF] Fix typo in the type name of the range-based loop item.
Simon Atanasyan
- [lld] r210532 - [ReaderWriter] Simplify initialization of class fields.
Simon Atanasyan
- [lld] r210590 - Mark a few functions noexcept.
Rafael Espindola
- [lld] r210612 - [mach-o] add support for parsing resolver functions
Nick Kledzik
- [lld] r210621 - Fix pecoff/export.test on Windows.
Rui Ueyama
- [lld] r210624 - [mach-o] fix use of resolver functions to not cause duplicate sections.
Nick Kledzik
- [lld] r210626 - Inherit from error_category instead of _do_message.
Rafael Espindola
- [lld] r210629 - Missed these from the previous commit.
Rafael Espindola
- [lld] r210648 - [Mips] Fix the bug -- symbol referred by the R_MIPS_TLS_GD relocation
Simon Atanasyan
- [lld] r210689 - Use std::error_code instead of llvm::error_code.
Rafael Espindola
- [lld] r210697 - group-cmd-search test is not supposed to pass on Windows.
Rui Ueyama
- [lld] r210704 - Quick fix for the windows build.
Rafael Espindola
- [lld] r210710 - Move Simple.h and Alias.h to include/Core.
Rui Ueyama
- [lld] r210714 - Fix test build on windows.
Rafael Espindola
- [lld] r210730 - Use error_condition from the std namespace.
Rafael Espindola
- [lld] r210732 - Use error_category from the std namespace.
Rafael Espindola
- [lld] r210741 - Don't use make_error_code from the llvm namespace.
Rafael Espindola
- [lld] r210781 - replace llvm::error_code with std::error_code.
Rafael Espindola
- [lld] r210785 - Don't import error_code into the lld namespace.
Rafael Espindola
- [lld] r210796 - [Mips] Make exe-dynamic.test test case independent from external input files.
Simon Atanasyan
- [lld] r210799 - Uses #include "..." instead of #include <...> for llvm headers.
Rafael Espindola
- [lld] r210800 - Run llvm/utils/sort_includes.py in a few files.
Rafael Espindola
- [lld] r210801 - include system_error directly.
Rafael Espindola
- [lld] r210820 - Refer to error_code with an std prefix.
Rafael Espindola
- [lld] r210831 - More prefixing of error_code.
Rafael Espindola
- [lld] r210878 - Remove a 'using std::error_code' I missed in the previous pass.
Rafael Espindola
- [lld] r210893 - [Mips] Make exe-fileheader.test test case independent from external input files.
Simon Atanasyan
- [lld] r210913 - Remove unused and odd code.
Rafael Espindola
- [lld] r210913 - Remove unused and odd code.
Rui Ueyama
- [lld] r210919 - Update for llvm api change.
Rafael Espindola
- [lld] r210974 - llvm::sys::SwapByteOrder() renamed to llvm::sys::getSwappedBytes()
Artyom Skrobov
- [lld] r210975 - Left two files out of the previous commit
Artyom Skrobov
- [lld] r210977 - [Mips] Make exe-got.test test case independent from external input files.
Simon Atanasyan
- [lld] r210979 - Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value in place
Artyom Skrobov
- [lld] r210981 - [Mips] Make gp-sym-1.test test case independent from external input files.
Simon Atanasyan
- [lld] r210987 - [Mips] Make gp-sym-2.test test case independent from external input files.
Simon Atanasyan
- [llvm-commits] [llvm] r134554 - in /llvm/trunk: include/llvm/ADT/SmallVector.h unittests/ADT/SmallVectorTest.cpp
David Blaikie
- [llvm] r195241 - [PM] Add the preservation system to the new pass manager.
Duncan P. N. Exon Smith
- [llvm] r203309 - Remove unnecessary test for Darwin and update testcase to be a little less
David Blaikie
- [llvm] r203309 - Remove unnecessary test for Darwin and update testcase to be a little less
Adrian Prantl
- [llvm] r203309 - Remove unnecessary test for Darwin and update testcase to be a little less
David Blaikie
- [llvm] r205409 - Remove duplicated DMB instructions
Tim Northover
- [llvm] r205409 - Remove duplicated DMB instructions
Tim Northover
- [llvm] r205409 - Remove duplicated DMB instructions
Renato Golin
- [llvm] r205409 - Remove duplicated DMB instructions
Yi Kong
- [llvm] r206683 - Patch by Ray Donnelly to print register names instead of numbers.
Reid Kleckner
- [llvm] r208640 - [DAGCombiner] Split up an indexed load if only the base pointer value is live
Adam Nemet
- [llvm] r208640 - [DAGCombiner] Split up an indexed load if only the base pointer value is live
Hal Finkel
- [llvm] r208640 - [DAGCombiner] Split up an indexed load if only the base pointer value is live
Adam Nemet
- [llvm] r208934 - Implement global merge optimization for global variables.
Rafael Espíndola
- [llvm] r208934 - Implement global merge optimization for global variables.
Jiangning Liu
- [llvm] r209843 - Add support for combining GEPs across PHI nodes
Louis Gerbarg
- [llvm] r209907 - Fix MIPS exception personality encoding.
Daniel Sanders
- [llvm] r210299 - Fix null dereference with -debug-only=dwarfdebug
Justin Bogner
- [llvm] r210299 - Fix null dereference with -debug-only=dwarfdebug
Alexey Samsonov
- [llvm] r210299 - Fix null dereference with -debug-only=dwarfdebug
Justin Bogner
- [llvm] r210299 - Fix null dereference with -debug-only=dwarfdebug
Alexey Samsonov
- [llvm] r210299 - Fix null dereference with -debug-only=dwarfdebug
Justin Bogner
- [llvm] r210390 - Fix the MachineScheduler's logic for updating ready times for in-order.
WenHan Gu (谷汶翰)
- [llvm] r210390 - Fix the MachineScheduler's logic for updating ready times for in-order.
Andrew Trick
- [llvm] r210400 - Build fix: remove initializeJumpInstrTablesPass() call from LTO
Tom Roeder
- [llvm] r210413 - start to clean up buildMI calls in mips fast-isel
Eric Christopher
- [llvm] r210413 - start to clean up buildMI calls in mips fast-isel
reed kotler
- [llvm] r210413 - start to clean up buildMI calls in mips fast-isel
Eric Christopher
- [llvm] r210414 - Do materialize for floating point
Duncan P. N. Exon Smith
- [llvm] r210450 - Fix gcc warning (enumeral and non-enumeral type in conditional expression)
Patrik Hagglund
- [llvm] r210453 - R600: Add more and testcases
Matt Arsenault
- [llvm] r210454 - [msan] Fix vector pack intrinsic handling.
Evgeniy Stepanov
- [llvm] r210459 - Fix line numbers for code inlined from __nodebug__ functions.
Evgeniy Stepanov
- [llvm] r210459 - Fix line numbers for code inlined from __nodebug__ functions.
David Blaikie
- [llvm] r210459 - Fix line numbers for code inlined from __nodebug__ functions.
Evgeniy Stepanov
- [llvm] r210460 - [mips][mips64r6] Add LDPC instruction
Zoran Jovanovic
- [llvm] r210462 - [docs] Fix typo, align comments, fix syntax highlighting
Jeroen Ketema
- [llvm] r210464 - [AArch64] Missing aliases for CMP/CMN [W]SP with no shift
Artyom Skrobov
- [llvm] r210466 - [X86] Use ADD/SUB instead of INC/DEC for Silvermont
Alexey Volkov
- [llvm] r210467 - [DAG] Expose NoSignedWrap, NoUnsignedWrap and Exact flags to SelectionDAG.
Andrea Di Biagio
- [llvm] r210468 - [X86] Avoid emitting unnecessary test instructions.
Andrea Di Biagio
- [llvm] r210470 - [mips] Fix a bug for NaCl target - Don't report the error when non-dangerous
Sasa Stankovic
- [llvm] r210471 - llvm/test/CodeGen/X86/2014-05-29-factorial.ll: Relax an expression to match Win32 x64.
NAKAMURA Takumi
- [llvm] r210472 - [msan] Workaround for invalid origins in shufflevector.
Evgeniy Stepanov
- [llvm] r210473 - Fix test in r210472.
Evgeniy Stepanov
- [llvm] r210474 - [PPC64LE] Generate correct little-endian code for v16i8 multiply
Bill Schmidt
- [llvm] r210475 - R600: Fix selection failure for vector bswap
Matt Arsenault
- [llvm] r210476 - R600/SI: Keep 64-bit not on SALU
Matt Arsenault
- [llvm] r210477 - [X86] Add target combine rules for horizontal add/sub.
Andrea Di Biagio
- [llvm] r210478 - R600/SI: Rename VOP3 helper class to be more general
Matt Arsenault
- [llvm] r210479 - Move all of the x86 subtarget initialized variables down into the x86 subtarget
Eric Christopher
- [llvm] r210479 - Move all of the x86 subtarget initialized variables down into the x86 subtarget
Alexander Potapenko
- [llvm] r210479 - Move all of the x86 subtarget initialized variables down into the x86 subtarget
Kostya Serebryany
- [llvm] r210479 - Move all of the x86 subtarget initialized variables down into the x86 subtarget
Eric Christopher
- [llvm] r210479 - Move all of the x86 subtarget initialized variables down into the x86 subtarget
Alexander Potapenko
- [llvm] r210480 - [OCaml] Unbreak Llvm_target.TargetMachine.set_verbose_asm
Peter Zotov
- [llvm] r210482 - [OCaml] Add more Llvm_target tests
Peter Zotov
- [llvm] r210483 - Fold FEnv.h into the implementation
Alp Toker
- [llvm] r210485 - Remove old fenv.h workaround for a historic clang driver bug
Alp Toker
- [llvm] r210486 - Added functions cross-reference test.
Stepan Dyatkovskiy
- [llvm] r210488 - Look through addrspacecasts when turning ptr comparisons into
Matt Arsenault
- [llvm] r210489 - ARM: add VLA extension for WoA Itanium ABI
Saleem Abdulrasool
- [llvm] r210490 - Update langref for unnamed_addr being allowed in aliases.
Rafael Espindola
- [llvm] r210492 - Generate better location ranges for some register-described variables.
Alexey Samsonov
- [llvm] r210493 - [PPC64LE] Generate correct code for unaligned little-endian vector loads
Bill Schmidt
- [llvm] r210495 - SmallVector: support resize(N) with move-only types
David Blaikie
- [llvm] r210496 - Reduce verbiage of lit.local.cfg files
Alp Toker
- [llvm] r210497 - Removing an "if (!this)" check from two print methods. The condition will
Richard Trieu
- [llvm] r210497 - Removing an "if (!this)" check from two print methods. The condition will
Philip Reames
- [llvm] r210497 - Removing an "if (!this)" check from two print methods. The condition will
Richard Trieu
- [llvm] r210497 - Removing an "if (!this)" check from two print methods. The condition will
Philip Reames
- [llvm] r210501 - Reorder Value and User fields to save 8 bytes of padding on 64-bit
Reid Kleckner
- [llvm] r210504 - [ConstantHoisting][X86] Improve the cost model for small constants with large types (i64 and above).
Juergen Ributzka
- [llvm] r210507 - SmallVectorTest.cpp: Use LLVM_DELETED_FUNCTION.
NAKAMURA Takumi
- [llvm] r210507 - SmallVectorTest.cpp: Use LLVM_DELETED_FUNCTION.
David Blaikie
- [llvm] r210509 - [llvm-readobj][ELF] Factor out the code retrieve ELF symbol information
Simon Atanasyan
- [llvm] r210516 - Delete X86JITInfo in the subtarget destructor.
Eric Christopher
- [llvm] r210516 - Delete X86JITInfo in the subtarget destructor.
David Blaikie
- [llvm] r210516 - Delete X86JITInfo in the subtarget destructor.
Eric Christopher
- [llvm] r210516 - Delete X86JITInfo in the subtarget destructor.
Eric Christopher
- [llvm] r210516 - Delete X86JITInfo in the subtarget destructor.
David Blaikie
- [llvm] r210519 - AArch64: make FastISel memcpy emission more robust.
Tim Northover
- [llvm] r210520 - AArch64: teach FastISel how to handle offset FrameIndices
Tim Northover
- [llvm] r210523 - X86: elide comparisons after cmpxchg instructions.
Tim Northover
- [llvm] r210524 - Revert "X86: elide comparisons after cmpxchg instructions."
Tim Northover
- [llvm] r210525 - AArch64: disallow x30 & x29 as the destination for indirect tail calls
Tim Northover
- [llvm] r210526 - Anonymous definitions in foreach blocks triggered a 'def already exists'
Artyom Skrobov
- [llvm] r210527 - Refactoring in AsmWriterEmitter::EmitPrintAliasInstruction()
Artyom Skrobov
- [llvm] r210528 - Condition codes AL and NV are invalid in the aliases that use
Artyom Skrobov
- [llvm] r210534 - Add detection of OS X relocatable SDK to compiler-rt as a lit.util function
Alexander Potapenko
- [llvm] r210535 - [AArch64] Emit .ident compiler version attribute.
Chad Rosier
- [llvm] r210536 - [PPC64LE] Recognize shufflevector patterns for little endian
Bill Schmidt
- [llvm] r210539 - SelectionDAG: Expand SELECT_CC to SELECT + SETCC
Tom Stellard
- [llvm] r210539 - SelectionDAG: Expand SELECT_CC to SELECT + SETCC
Arnold Schwaighofer
- [llvm] r210539 - SelectionDAG: Expand SELECT_CC to SELECT + SETCC
Tom Stellard
- [llvm] r210539 - SelectionDAG: Expand SELECT_CC to SELECT + SETCC
Arnold Schwaighofer
- [llvm] r210539 - SelectionDAG: Expand SELECT_CC to SELECT + SETCC
Tom Stellard
- [llvm] r210539 - SelectionDAG: Expand SELECT_CC to SELECT + SETCC
Arnold Schwaighofer
- [llvm] r210539 - SelectionDAG: Expand SELECT_CC to SELECT + SETCC
Tom Stellard
- [llvm] r210539 - SelectionDAG: Expand SELECT_CC to SELECT + SETCC
Arnold Schwaighofer
- [llvm] r210539 - SelectionDAG: Expand SELECT_CC to SELECT + SETCC
Tom Stellard
- [llvm] r210539 - SelectionDAG: Expand SELECT_CC to SELECT + SETCC
Arnold Schwaighofer
- [llvm] r210539 - SelectionDAG: Expand SELECT_CC to SELECT + SETCC
Tom Stellard
- [llvm] r210540 - SelectionDAG: Enable (and (setcc x), (setcc y)) -> (setcc (and x, y)) for vectors
Tom Stellard
- [llvm] r210541 - SelectionDAG: Don't use MVT::Other to determine legality of ISD::SELECT_CC
Tom Stellard
- [llvm] r210542 - Fix a bug in the Thumb1 ARM Load/Store optimizer
Renato Golin
- [llvm] r210543 - [X86] AVX512: Add vmovntdqa
Adam Nemet
- [llvm] r210544 - Hexagon: Expand i1 SELECT_CC
Tom Stellard
- [llvm] r210545 - [X86] Improved target combine rules for selecting horizontal add/sub.
Andrea Di Biagio
- [llvm] r210546 - Do Materialize Floating Point in Mips Fast-Isel
Reed Kotler
- [llvm] r210548 - Remove the uses of AArch64TargetMachine and AArch64Subtarget from
Eric Christopher
- [llvm] r210549 - Move AArch64FrameLowering into the subtarget.
Eric Christopher
- [llvm] r210551 - Test commit, wraps some lines to fit in 80 columns.
Zachary Turner
- [llvm] r210552 - Move DataLayout onto the AArch64 subtarget.
Eric Christopher
- [llvm] r210553 - Remove caching of the subtarget for AArch64SelectionDAGInfo.
Eric Christopher
- [llvm] r210554 - Have AArch64SelectionDAGInfo take a DataLayout parameter rather
Eric Christopher
- [llvm] r210555 - Remove the cached little endian variable. We can get it easily off
Eric Christopher
- [llvm] r210556 - [FastISel] Collect statistics about failing intrinsic calls.
Juergen Ributzka
- [llvm] r210557 - Move AArch64SelectionDAGInfo down to the subtarget.
Eric Christopher
- [llvm] r210559 - Add a FIXME.
Eric Christopher
- [llvm] r210563 - R600/SI: Handle sign_extend and zero_extend to i64 with patterns.
Matt Arsenault
- [llvm] r210564 - R600: Handle fcopysign
Matt Arsenault
- [llvm] r210566 - Use an enum class now that they are available.
Rafael Espindola
- [llvm] r210567 - R600/SI: Use bcnt instruction for ctpop
Matt Arsenault
- [llvm] r210568 - R600/SI: Implement i64 ctpop
Matt Arsenault
- [llvm] r210569 - R600: Use BCNT_INT for evergreen
Matt Arsenault
- [llvm] r210569 - R600: Use BCNT_INT for evergreen
Jan Vesely
- [llvm] r210569 - R600: Use BCNT_INT for evergreen
Tom Stellard
- [llvm] r210571 - Fix typos.
Eric Christopher
- [llvm] r210572 - Fix error in tablegen when either operand of !if is an empty list.
Matt Arsenault
- [llvm] r210574 - Revert "Patch by Ray Donnelly to print register names instead of numbers."
Reid Kleckner
- [llvm] r210575 - Rearrange the CHECK lines in this test to make failure more obvious.
Reid Kleckner
- [llvm] r210578 - Reorder includes to be sorted.
Eric Christopher
- [llvm] r210579 - Have isInTailCallPosition take the DAG so that we can use the
Eric Christopher
- [llvm] r210580 - We already have a reference to the TargetMachine, use that.
Eric Christopher
- [llvm] r210581 - Add a LLVM_NOEXCEPT to Compiler.h.
Rafael Espindola
- [llvm] r210587 - R600/SI: Fix a crash when spilling SGPRs
Tom Stellard
- [llvm] r210588 - R600/SI: Emit an error when attempting to spill VGPRs v4
Tom Stellard
- [llvm] r210589 - Use the TargetMachine on the DAG or the MachineFunction instead
Eric Christopher
- [llvm] r210591 - Mark a few functions noexcept.
Rafael Espindola
- [llvm] r210591 - Mark a few functions noexcept.
Nick Kledzik
- [llvm] r210591 - Mark a few functions noexcept.
Rafael Espíndola
- [llvm] r210595 - Move X86RegisterInfo away from using the TargetMachine and only
Eric Christopher
- [llvm] r210596 - Remove the use of TargetMachine from X86InstrInfo.
Eric Christopher
- [llvm] r210597 - lit: warn when passed invalid pathname
Hans Wennborg
- [llvm] r210598 - Remove a method that was just replacing direct access to a member.
Eric Christopher
- [llvm] r210599 - Move AArch64InstrInfo to AArch64Subtarget.
Eric Christopher
- [llvm] r210599 - Move AArch64InstrInfo to AArch64Subtarget.
Tom Stellard
- [llvm] r210599 - Move AArch64InstrInfo to AArch64Subtarget.
Eric Christopher
- [llvm] r210600 - Remove support for runtime multi-threading.
Zachary Turner
- [llvm] r210603 - Revert "Remove support for runtime multi-threading."
Zachary Turner
- [llvm] r210605 - Move AArch64TargetLowering to AArch64Subtarget.
Eric Christopher
- [llvm] r210606 - Use unique_ptr for X86Subtarget pointer members.
Eric Christopher
- [llvm] r210610 - [FastISel][X86] Extend support for {s|u}{add|sub|mul}.with.overflow intrinsics.
Juergen Ributzka
- [llvm] r210610 - [FastISel][X86] Extend support for {s|u}{add|sub|mul}.with.overflow intrinsics.
Eric Christopher
- [llvm] r210613 - Sort includes.
Eric Christopher
- [llvm] r210613 - Sort includes.
Duncan P. N. Exon Smith
- [llvm] r210613 - Sort includes.
Eric Christopher
- [llvm] r210613 - Sort includes.
Duncan P. N. Exon Smith
- [llvm] r210613 - Sort includes.
David Blaikie
- [llvm] r210613 - Sort includes.
Joerg Sonnenberger
- [llvm] r210613 - Sort includes.
David Blaikie
- [llvm] r210613 - Sort includes.
Eric Christopher
- [llvm] r210613 - Sort includes.
Joerg Sonnenberger
- [llvm] r210613 - Sort includes.
Duncan P. N. Exon Smith
- [llvm] r210614 - Move to a private function to initialize the subtarget dependencies
Eric Christopher
- [llvm] r210616 - Move to a private function to initialize the subtarget dependencies
Eric Christopher
- [llvm] r210619 - Remove duplicate copy of InstrItineraryData from the TargetMachine,
Eric Christopher
- [llvm] r210620 - Use an enum class.
Rafael Espindola
- [llvm] r210622 - CodeGen: refactor DwarfException
Saleem Abdulrasool
- [llvm] r210623 - Use an enum class.
Rafael Espindola
- [llvm] r210627 - R600: Add helper functions.
Matt Arsenault
- [llvm] r210628 - Use cast instead of assert + dyn_cast
Matt Arsenault
- [llvm] r210630 - There is no posix_category in std, use generic_category.
Rafael Espindola
- [llvm] r210631 - Remove windows_error.
Rafael Espindola
- [llvm] r210633 - MC: clang-format MCAsmInfo
Saleem Abdulrasool
- [llvm] r210633 - MC: clang-format MCAsmInfo
David Majnemer
- [llvm] r210634 - MC: add enumeration of WinEH data encoding
Saleem Abdulrasool
- [llvm] r210635 - Uses generic_category instead of system_category.
Rafael Espindola
- [llvm] r210636 - Try to fix the msvc build.
Rafael Espindola
- [llvm] r210638 - Convert StringMapEntry::Create to use StringRef instead of start/end pointers. Simpliies all in tree call sites. No functional change.
Craig Topper
- [llvm] r210639 - Rename global-merge to enable-global-merge.
Jiangning Liu
- [llvm] r210640 - Global merge for global symbols.
Jiangning Liu
- [llvm] r210641 - Create macro INITIALIZE_TM_PASS.
Jiangning Liu
- [llvm] r210641 - Create macro INITIALIZE_TM_PASS.
Rafael Espíndola
- [llvm] r210641 - Create macro INITIALIZE_TM_PASS.
Quentin Colombet
- [llvm] r210641 - Create macro INITIALIZE_TM_PASS.
Rafael Espíndola
- [llvm] r210641 - Create macro INITIALIZE_TM_PASS.
Andrew Trick
- [llvm] r210641 - Create macro INITIALIZE_TM_PASS.
Chandler Carruth
- [llvm] r210641 - Create macro INITIALIZE_TM_PASS.
Rafael Espíndola
- [llvm] r210641 - Create macro INITIALIZE_TM_PASS.
Jiangning Liu
- [llvm] r210641 - Create macro INITIALIZE_TM_PASS.
Chandler Carruth
- [llvm] r210641 - Create macro INITIALIZE_TM_PASS.
Jiangning Liu
- [llvm] r210641 - Create macro INITIALIZE_TM_PASS.
Chandler Carruth
- [llvm] r210641 - Create macro INITIALIZE_TM_PASS.
Eric Christopher
- [llvm] r210641 - Create macro INITIALIZE_TM_PASS.
Eric Christopher
- [llvm] r210641 - Create macro INITIALIZE_TM_PASS.
Rafael Avila de Espindola
- [llvm] r210641 - Create macro INITIALIZE_TM_PASS.
Eric Christopher
- [llvm] r210641 - Create macro INITIALIZE_TM_PASS.
Chandler Carruth
- [llvm] r210641 - Create macro INITIALIZE_TM_PASS.
Eric Christopher
- [llvm] r210641 - Create macro INITIALIZE_TM_PASS.
Rafael Avila de Espindola
- [llvm] r210641 - Create macro INITIALIZE_TM_PASS.
Eric Christopher
- [llvm] r210641 - Create macro INITIALIZE_TM_PASS.
Jiangning Liu
- [llvm] r210641 - Create macro INITIALIZE_TM_PASS.
Eric Christopher
- [llvm] r210641 - Create macro INITIALIZE_TM_PASS.
Jiangning Liu
- [llvm] r210644 - [X86] Refactor the logic to select horizontal adds/subs to a helper function.
Andrea Di Biagio
- [llvm] r210645 - Improve the test for inlining of __no_debug__ functions.
Evgeniy Stepanov
- [llvm] r210652 - Add AVX512 masked leadz instrinsic support.
Cameron McInally
- [llvm] r210654 - [mips] Implement jr.hb and jalr.hb (Jump Register and Jump and Link Register with Hazard Barrier).
Matheus Almeida
- [llvm] r210656 - [mips][mips64r6] Improve tests affected by the changes to multiplies and divides
Daniel Sanders
- [llvm] r210662 - Revert r210613 to conform to coding standards.
Eric Christopher
- [llvm] r210663 - X86: add stringy name for X86ISD::LCMPXCHG16_DAG
Tim Northover
- [llvm] r210664 - R600/SI: Fix selection failure on scalar_to_vector
Matt Arsenault
- [llvm] r210665 - SmallVectorTest: Make the deleted member functions private to help MSVC users.
David Blaikie
- [llvm] r210666 - R600/SI: Use v_cvt_f32_ubyte* instructions
Matt Arsenault
- [llvm] r210673 - R600/SI: Refactor local atomics.
Matt Arsenault
- [llvm] r210674 - R600/SI: Fix backwards names for local atomic instructions.
Matt Arsenault
- [llvm] r210675 - R600/SI: Add instruction definitions for more LDS ops
Matt Arsenault
- [llvm] r210676 - R600/SI: Add other LDS atomic operations
Matt Arsenault
- [llvm] r210677 - R600/SI: Use LDS atomic inc / dec
Matt Arsenault
- [llvm] r210678 - R600/SI: Add 32-bit LDS atomic cmpxchg
Matt Arsenault
- [llvm] r210679 - R600/SI: Add instruction definitions for 64-bit LDS atomics
Matt Arsenault
- [llvm] r210680 - R600/SI: Add common 64-bit LDS atomics
Matt Arsenault
- [llvm] r210683 - R600/SI: Update place using old subtarget predicate
Matt Arsenault
- [llvm] r210684 - Fix assert comments in Instruction.cpp.
Chad Rosier
- [llvm] r210685 - [Reassociate] FileCheckize and cleanup a few testcases. No functional change
Chad Rosier
- [llvm] r210687 - Use std::error_code instead of llvm::error_code.
Rafael Espindola
- [llvm] r210692 - R600/SI: Fix bitcast between v2i32 and f64
Matt Arsenault
- [llvm] r210700 - llvm-mc: Add option for prefering hex format disassembly.
Jim Grosbach
- [llvm] r210701 - ARM: honor hex immediate formatting for ldr/str i12 offsets.
Jim Grosbach
- [llvm] r210701 - ARM: honor hex immediate formatting for ldr/str i12offsets.
James Molloy
- [llvm] r210701 - ARM: honor hex immediate formatting for ldr/str i12offsets.
Jim Grosbach
- [llvm] r210702 - R600: BCNT_INT is a vector only instruction
Tom Stellard
- [llvm] r210703 - R600: Set correct InstrItinClass for instructions using *Helper classes
Tom Stellard
- [llvm] r210705 - [AArch64] Basic Sched Model for Cortex-A57.
Chad Rosier
- [llvm] r210709 - [FastISel][X86] Add support for the frameaddress intrinsic.
Juergen Ributzka
- [llvm] r210709 - [FastISel][X86] Add support for the frameaddress intrinsic.
Eric Christopher
- [llvm] r210709 - [FastISel][X86] Add support for the frameaddress intrinsic.
Juergen Ributzka
- [llvm] r210709 - [FastISel][X86] Add support for the frameaddress intrinsic.
Eric Christopher
- [llvm] r210712 - Remove unused has_magic.
Rafael Espindola
- [llvm] r210716 - Implement get_magic with generic tools and inline it.
Rafael Espindola
- [llvm] r210717 - Don't acquire the mutex during the destructor of PassRegistry.
Zachary Turner
- [llvm] r210717 - Don't acquire the mutex during the destructor of PassRegistry.
David Blaikie
- [llvm] r210719 - [FastIsel][X86] Add support for lowering the first 8 floating-point arguments.
Juergen Ributzka
- [llvm] r210719 - [FastIsel][X86] Add support for lowering the first 8 floating-point arguments.
Eric Christopher
- [llvm] r210719 - [FastIsel][X86] Add support for lowering the first 8 floating-point arguments.
Juergen Ributzka
- [llvm] r210719 - [FastIsel][X86] Add support for lowering the first 8 floating-point arguments.
Eric Christopher
- [llvm] r210719 - [FastIsel][X86] Add support for lowering the first 8 floating-point arguments.
Marshall Clow
- [llvm] r210719 - [FastIsel][X86] Add support for lowering the first 8 floating-point arguments.
Juergen Ributzka
- [llvm] r210720 - [FastISel][X86] Add support for the sqrt intrinsic.
Juergen Ributzka
- [llvm] r210720 - [FastISel][X86] Add support for the sqrt intrinsic.
Eric Christopher
- [llvm] r210720 - [FastISel][X86] Add support for the sqrt intrinsic.
Juergen Ributzka
- [llvm] r210720 - [FastISel][X86] Add support for the sqrt intrinsic.
Eric Christopher
- [llvm] r210721 - Teach LoopUnrollPass to respect loop unrolling hints in metadata.
Eli Bendersky
- [llvm] r210721 - Teach LoopUnrollPass to respect loop unrolling hints in metadata.
David Blaikie
- [llvm] r210721 - Teach LoopUnrollPass to respect loop unrolling hints in metadata.
Hal Finkel
- [llvm] r210721 - Teach LoopUnrollPass to respect loop unrolling hints in metadata.
Eli Bendersky
- [llvm] r210721 - Teach LoopUnrollPass to respect loop unrolling hints in metadata.
Eli Bendersky
- [llvm] r210721 - Teach LoopUnrollPass to respect loop unrolling hints in metadata.
Eli Bendersky
- [llvm] r210721 - Teach LoopUnrollPass to respect loop unrolling hints in metadata.
David Blaikie
- [llvm] r210721 - Teach LoopUnrollPass to respect loop unrolling hints in metadata.
Eric Christopher
- [llvm] r210721 - Teach LoopUnrollPass to respect loop unrolling hints in metadata.
Eli Bendersky
- [llvm] r210724 - Do not register and de-register PassRegistrationListeners during
Zachary Turner
- [llvm] r210725 - Try to fix the mingw build.
Rafael Espindola
- [llvm] r210728 - Remove some low hanging fruit from system_error.h
Rafael Espindola
- [llvm] r210729 - Used mapWindowsError. I missed these in the initial transition.
Rafael Espindola
- [llvm] r210731 - Don't import error_condition into the llvm namespace.
Rafael Espindola
- [llvm] r210733 - Don't import error_category into the llvm namespace.
Rafael Espindola
- [llvm] r210734 - Fix verifier for GlobalAliases to avoid recursing into global initializers.
Bob Wilson
- [llvm] r210734 - Fix verifier for GlobalAliases to avoid recursing into global initializers.
Rafael Espíndola
- [llvm] r210734 - Fix verifier for GlobalAliases to avoid recursing into global initializers.
Bob Wilson
- [llvm] r210737 - Don't put generic_category in the llvm namespace.
Rafael Espindola
- [llvm] r210740 - Prefix generic_category with std::.
Rafael Espindola
- [llvm] r210742 - [FastISel] Add support for the stackmap intrinsic.
Juergen Ributzka
- [llvm] r210743 - [x86] Improve frameaddress test from r210709.
Juergen Ributzka
- [llvm] r210746 - [FastISel][x86] Add testcase for r210719.
Juergen Ributzka
- [llvm] r210747 - Avoid redundant allocations in the linker optimisation hint
Alp Toker
- [llvm] r210748 - Avoid anonymous namespace in header from r210747
Alp Toker
- [llvm] r210749 - Avoid in-class initializer from r210747
Alp Toker
- [llvm] r210756 - R600/SI: Use a register set to -1 for data0 on ds_inc*/ds_dec*
Matt Arsenault
- [llvm] r210757 - [mips] Move CHECK lines to the same line as the instruction it's testing
Matheus Almeida
- [llvm] r210760 - [mips][mips64r6] Replace m[tf]hi, m[tf]lo, mult, multu, dmult, dmultu, div, ddiv, divu, ddivu for MIPS32r6/MIPS64.
Daniel Sanders
- [llvm] r210761 - [X86] Teach how to combine AVX and AVX2 horizontal binop on packed 256-bit vectors.
Andrea Di Biagio
- [llvm] r210762 - [mips][mips64r6] madd/maddu/msub/msubu are not available on MIPS32r6/MIPS64r6
Daniel Sanders
- [llvm] r210763 - [mips][mips64r6] madd.[ds], msub.[ds], nmadd.[ds], and nmsub.[ds] are not available on MIPS32r6/MIPS64r6
Daniel Sanders
- [llvm] r210766 - CMake: don't install the internal config.h header
Alp Toker
- [llvm] r210766 - CMake: don't install the internal config.h header
Reid Kleckner
- [llvm] r210766 - CMake: don't install the internal config.h header
Alp Toker
- [llvm] r210766 - CMake: don't install the internal config.h header
Jordan Rose
- [llvm] r210769 - [X86] Teach how to dump the name of target node RDTSCP_DAG.
Andrea Di Biagio
- [llvm] r210770 - [mips][mips64r6] Add bgec and bgeuc instructions
Zoran Jovanovic
- [llvm] r210771 - [mips] Use MTHC1 when it is available (MIPS32r2 and later) for both FP32 and FP64
Daniel Sanders
- [llvm] r210772 - Don't import make_error_code into the llvm namespace.
Rafael Espindola
- [llvm] r210773 - [mips][mips64r6] Add R_MIPS_PC19_S2
Zoran Jovanovic
- [llvm] r210775 - [mips][mips64r6] jalx is not available on MIPS32r6/MIPS64r6
Daniel Sanders
- [llvm] r210777 - [mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available on MIPS32r6/MIPS64r6
Daniel Sanders
- [llvm] r210778 - [mips][mips64r6] 80 col corrections that should have been in r210777.
Daniel Sanders
- [llvm] r210779 - [mips][mips64r6] prefx is not available on MIPS32r6/MIPS64r6
Daniel Sanders
- [llvm] r210782 - This removes TODO added in http://reviews.llvm.org/D3658
Dinesh Dwivedi
- [llvm] r210782 - This removes TODO added in http://reviews.llvm.org/D3658
Tobias Grosser
- [llvm] r210783 - Replace llvm::error_code with std::error_code.
Rafael Espindola
- [llvm] r210784 - [mips][mips64r6] [sl][duw]xc1 are not available on MIPS32r6/MIPS64r6
Daniel Sanders
- [llvm] r210786 - [mips][mips64r6] bc2[ft] are not available on MIPS32r6/MIPS64r6
Daniel Sanders
- [llvm] r210787 - [mips][mips64r6] bc1[tf] are not available on MIPS32r6/MIPS64r6
Daniel Sanders
- [llvm] r210789 - Disable the load/store optimization pass for Thumb-1.
James Molloy
- [llvm] r210789 - Disable the load/store optimization pass for Thumb-1.
Eric Christopher
- [llvm] r210789 - Disable the load/store optimization pass for Thumb-1.
David Blaikie
- [llvm] r210789 - Disable the load/store optimization pass for Thumb-1.
Eric Christopher
- [llvm] r210789 - Disable the load/store optimization pass for Thumb-1.
James Molloy
- [llvm] r210789 - Disable the load/store optimization pass for Thumb-1.
Eric Christopher
- [llvm] r210792 - Revert "SelectionDAG: Enable (and (setcc x), (setcc y)) -> (setcc (and x, y)) for vectors"
Tom Stellard
- [llvm] r210792 - Revert "SelectionDAG: Enable (and (setcc x), (setcc y)) -> (setcc (and x, y)) for vectors"
Owen Anderson
- [llvm] r210792 - Revert "SelectionDAG: Enable (and (setcc x), (setcc y)) -> (setcc (and x, y)) for vectors"
Tom Stellard
- [llvm] r210793 - Remove pimpl class from PassRegistry.
Zachary Turner
- [llvm] r210794 - adding re-include guards into lib/Support/reg*.h
Artyom Skrobov
- [llvm] r210803 - Remove system_error.h.
Rafael Espindola
- [llvm] r210805 - Trying to fix the windows build.
Rafael Espindola
- [llvm] r210806 - X86: stifle GCC warning
Saleem Abdulrasool
- [llvm] r210807 - Revert r210721 as it causes breakage in internal builds (and possibly GDB).
Eli Bendersky
- [llvm] r210808 - Add missing "InitializerConstant" to global variable syntax in LangRef.
Bob Wilson
- [llvm] r210808 - Add missing "InitializerConstant" to global variable syntax in LangRef.
Duncan P. N. Exon Smith
- [llvm] r210808 - Add missing "InitializerConstant" to global variable syntax in LangRef.
Reid Kleckner
- [llvm] r210808 - Add missing "InitializerConstant" to global variable syntax in LangRef.
Bob Wilson
- [llvm] r210809 - [llvm-symbolizer] Fix parsing DW_AT_ranges in Fission skeleton compile unit DIEs.
Alexey Samsonov
- [llvm] r210809 - [llvm-symbolizer] Fix parsing DW_AT_ranges in Fission skeleton compile unit DIEs.
David Blaikie
- [llvm] r210809 - [llvm-symbolizer] Fix parsing DW_AT_ranges in Fission skeleton compile unit DIEs.
Alexey Samsonov
- [llvm] r210810 - Revert "[FastIsel][X86] Add support for lowering the first 8 floating-point arguments."
Juergen Ributzka
- [llvm] r210814 - CodeGen: enable mov.w/mov.t pairs with minsize for WoA
Saleem Abdulrasool
- [llvm] r210814 - CodeGen: enable mov.w/mov.t pairs with minsize for WoA
Tim Northover
- [llvm] r210814 - CodeGen: enable mov.w/mov.t pairs with minsize for WoA
Tim Northover
- [llvm] r210814 - CodeGen: enable mov.w/mov.t pairs with minsize for WoA
Saleem Abdulrasool
- [llvm] r210814 - CodeGen: enable mov.w/mov.t pairs with minsize for WoA
Tim Northover
- [llvm] r210815 - [FastIsel][X86] Add support for lowering the first 8 floating-point arguments.
Juergen Ributzka
- [llvm] r210815 - [FastIsel][X86] Add support for lowering the first 8 floating-point arguments.
David Blaikie
- [llvm] r210816 - [FastISel][X86] Argument lowering test case
Juergen Ributzka
- [llvm] r210816 - [FastISel][X86] Argument lowering test case
David Blaikie
- [llvm] r210816 - [FastISel][X86] Argument lowering test case
Juergen Ributzka
- [llvm] r210819 - LangRef: clarify that global declarations can have section and alignment info.
Bob Wilson
- [llvm] r210822 - Move PPCFrameLowering into PPCSubtarget from PPCTargetMachine. Use
Eric Christopher
- [llvm] r210824 - Move DataLayout from the PPCTargetMachine to the subtarget.
Eric Christopher
- [llvm] r210827 - R600: Mostly remove remaining AMDIL intrinsics.
Matt Arsenault
- [llvm] r210828 - GVN: Enable value forwarding for calloc
Duncan P. N. Exon Smith
- [llvm] r210829 - Update test case to use "not" instead of "XFAIL".
Juergen Ributzka
- [llvm] r210830 - Delete trailing whitespace.
Matt Arsenault
- [llvm] r210833 - Move test for r210734 to Feature/aliases.ll.
Bob Wilson
- [llvm] r210835 - Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
- [llvm] r210836 - Remove TargetMachine from PPCInstrInfo and all dependencies and
Eric Christopher
- [llvm] r210837 - Try to fix the windows build.
Rafael Espindola
- [llvm] r210839 - Move PPCInstrInfo off of the target machine and onto the subtarget.
Eric Christopher
- [llvm] r210842 - [modules] The LLVM C API does not require C++!
Richard Smith
- [llvm] r210843 - Fix the build of KillTheDoctor.
Rafael Espindola
- [llvm] r210844 - Remove the use of TargetMachine from PPCJITInfo and replace with
Eric Christopher
- [llvm] r210845 - Move PPCJITInfo off of the TargetMachine and onto the subtarget.
Eric Christopher
- [llvm] r210846 - Fix the scheduler's MaxObservedStall computation.
Andrew Trick
- [llvm] r210848 - Rename PPCSubTarget to Subtarget in PPCTargetLowering for consistency.
Eric Christopher
- [llvm] r210849 - Remove an extraneous this-> to access the subtarget.
Eric Christopher
- [llvm] r210852 - Move PPCTargetLowering off of the TargetMachine and onto the subtarget.
Eric Christopher
- [llvm] r210853 - Make PPCSelectionDAGInfo take a DataLayout instead of a TargetMachine
Eric Christopher
- [llvm] r210854 - Move the PPCSelectionDAGInfo off the TargetMachine and onto the
Eric Christopher
- [llvm] r210858 - [FastISel][X86] Add MachineMemOperand to load/store instructions.
Juergen Ributzka
- [llvm] r210859 - Have ARMSelectionDAGInfo take a DataLayout as it's argument as the
Eric Christopher
- [llvm] r210860 - [DWARF parser] Fix broken address ranges construction.
Alexey Samsonov
- [llvm] r210861 - Move to a private function to initialize subtarget dependencies
Eric Christopher
- [llvm] r210862 - Move ARMSelectionDAGInfo from the TargetMachine to the subtarget.
Eric Christopher
- [llvm] r210863 - [FastISel][X86] - Add branch weights
Juergen Ributzka
- [llvm] r210865 - R600: Drop use of cached TargetMachine in AMDGPUInstrInfo.cpp
Tom Stellard
- [llvm] r210866 - Remove all uses of 'using std::error_code' from headers.
Rafael Espindola
- [llvm] r210868 - R600: Drop use of cached TargetMachine in R600InstrInfo.cpp
Tom Stellard
- [llvm] r210869 - R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtarget
Tom Stellard
- [llvm] r210870 - [FastISel][X86] Add support for cvttss2si/cvttsd2si intrinsics.
Juergen Ributzka
- [llvm] r210871 - Remove 'using std::errro_code' from lib.
Rafael Espindola
- [llvm] r210873 - Fix build on windows.
Rafael Espindola
- [llvm] r210876 - Remove 'using std::error_code' from tools.
Rafael Espindola
- [llvm] r210877 - Remove the last uses of 'using std::error_code'
Rafael Espindola
- [llvm] r210885 - R600/SI: Fix selection error on i64 rotl / rotr.
Matt Arsenault
- [llvm] r210888 - R600: Don't call setOperationAction with things that aren't opcodes.
Matt Arsenault
- [llvm] r210889 - ARM: Fix fastcc calling convention for Thumb1
Oliver Stannard
- [llvm] r210890 - CPP backend: set volatile property on atomic instructions.
Tim Northover
- [llvm] r210892 - Add HasCDI predicate to AVX512 VPBROADCASTM*.
Cameron McInally
- [llvm] r210894 - llvm/test/CodeGen/X86/fast-isel-args-fail2.ll: Don't expect to fail with -Asserts. It might or might not crash.
NAKAMURA Takumi
- [llvm] r210895 - [Win32] Let utils/not aware of abort(), aka llvm_unreachable(), in msvcrt.
NAKAMURA Takumi
- [llvm] r210897 - [mips][mips64r6] daddi is not available on MIPS64r6
Daniel Sanders
- [llvm] r210898 - [mips][mips64r6] b(ge|lt)zal are not available on MIPS32r6/MIPS64r6 and bal is a normal instruction
Daniel Sanders
- [llvm] r210899 - [mips][mips64r6] bc1any[24] are not available on MIPS32r6/MIPS64r6
Daniel Sanders
- [llvm] r210900 - [mips] Add cache and pref instructions
Daniel Sanders
- [llvm] r210901 - Fix bad copy-and-paste from r210652. AVX512 masked leading zero intrinsics.
Cameron McInally
- [llvm] r210903 - IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
- [llvm] r210904 - Docs: fix grammar error in description
Tim Northover
- [llvm] r210905 - Docs: remove extra {} around result types.
Tim Northover
- [llvm] r210908 - [mips][mips64r6] Relocation R_MIPS_PC18_S3
Zoran Jovanovic
- [llvm] r210909 - SCCP: update for cmpxchg returning { iN, i1 } now.
Tim Northover
- [llvm] r210910 - Fix KillTheDoctor after r210725.
Rafael Espindola
- [llvm] r210911 - Remove broken include.
Rafael Espindola
- [llvm] r210912 - Remove unused and odd code.
Rafael Espindola
- [llvm] r210914 - opt: Initialize asm printers
Tobias Grosser
- [llvm] r210915 - R600: Remove AMDIL instruction and register definitions
Tom Stellard
- [llvm] r210916 - Atomics: switch direction of cmpxchg comparison
Tim Northover
- [llvm] r210917 - Atomics: make use of the "cmpxchg weak" instruction.
Tim Northover
- [llvm] r210920 - Finishing touch for the std::error_code transition.
Rafael Espindola
- [llvm] r210920 - Finishing touch for the std::error_code transition.
Hal Finkel
- [llvm] r210920 - Finishing touch for the std::error_code transition.
Chandler Carruth
- [llvm] r210920 - Finishing touch for the std::error_code transition.
Chandler Carruth
- [llvm] r210920 - Finishing touch for the std::error_code transition.
Hal Finkel
- [llvm] r210920 - Finishing touch for the std::error_code transition.
Chandler Carruth
- [llvm] r210920 - Finishing touch for the std::error_code transition.
Rafael Espíndola
- [llvm] r210920 - Finishing touch for the std::error_code transition.
Jeffrey Yasskin
- [llvm] r210920 - Finishing touch for the std::error_code transition.
Hal Finkel
- [llvm] r210920 - Finishing touch for the std::error_code transition.
Rafael Espíndola
- [llvm] r210920 - Finishing touch for the std::error_code transition.
Jeffrey Yasskin
- [llvm] r210922 - R600: Cleanup some old AMDIL stuff.
Matt Arsenault
- [llvm] r210923 - X86: lower ATOMIC_CMP_SWAP_WITH_SUCCESS directly
Tim Northover
- [llvm] r210924 - Remove top-level Clang -fsanitize= flags for optional ASan features.
Alexey Samsonov
- [llvm] r210937 - Make the error-handling functions thread-safe.
Zachary Turner
- [llvm] r210939 - test/DebugInfo/X86/dbg-value-isel.s: correct lexical block descriptor to match schema
David Blaikie
- [llvm] r210940 - DebugInfo: Refactor some tests to allow DW_AT_name to not be the first attribute in a local variable.
David Blaikie
- [llvm] r210943 - DebugInfo: Following up to r209677, refactor local variable emission to delay the choice between emitting the definition attributes or using DW_AT_abstract_definition
David Blaikie
- [llvm] r210944 - DwarfDebug::getExistingAbstractVariable: constify an existing reference parameter that didn't need to be mutated.
David Blaikie
- [llvm] r210945 - [DWARF parser] Use distinction between DW_AT_ranges_base and DW_AT_GNU_ranges_base instead of DWARF version
Alexey Samsonov
- [llvm] r210946 - DebugInfo: Reference abstract definitions from variables in concrete definitions that preceed their first inline definition.
David Blaikie
- [llvm] r210947 - Fix typo.
Eric Christopher
- [llvm] r210948 - The hazard recognizer only needs a subtarget, not a target machine
Eric Christopher
- [llvm] r210951 - Move GlobalMerge from Transform to CodeGen.
Jiangning Liu
- [llvm] r210952 - Complete remove test/Transforms/GlobalMerge.
Jiangning Liu
- [llvm] r210953 - Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
Eric Christopher
- [llvm] r210953 - Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
Renato Golin
- [llvm] r210953 - Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
Eric Christopher
- [llvm] r210953 - Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
Renato Golin
- [llvm] r210953 - Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
Eric Christopher
- [llvm] r210953 - Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
Renato Golin
- [llvm] r210953 - Move ARMJITInfo off of the TargetMachine and down onto the subtarget.
Eric Christopher
- [llvm] r210955 - Remove InstrItineraryData off of the TargetMachine - it's already
Eric Christopher
- [llvm] r210961 - DebugInfo: Remove some extra handling of abstract variables and instead rely solely on the delayed handling introduced in r210946
David Blaikie
- [llvm] r210965 - Remove extra whitespace in function declaration. No functionality change.
Nick Lewycky
- [llvm] r210966 - R600: Use address space enum instead of value
Matt Arsenault
- [llvm] r210967 - R600: Fix asserts related to constant initializers
Matt Arsenault
- [llvm] r210968 - Fix typo
Matt Arsenault
- [llvm] r210969 - R600: Add failing testcases.
Matt Arsenault
- [llvm] r210973 - Renaming SwapByteOrder() to getSwappedBytes()
Artyom Skrobov
- [llvm] r210976 - Adding llvm::sys::swapByteOrder() for the common use-case of byte-swapping a value in place
Artyom Skrobov
- [llvm] r210978 - Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value in place
Artyom Skrobov
- [llvm] r210980 - Replacing the private implementations of SwapValue with calls to sys::swapByteOrder()
Artyom Skrobov
- [llvm] r210983 - Don't expect tests always crashing. Add "REQUIRES:asserts".
NAKAMURA Takumi
- [llvm] r210984 - AArch64: improve vector [su]itofp handling.
Tim Northover
- [llvm] r210985 - AArch64: improve handling & modelling of FP_TO_XINT nodes.
Tim Northover
- [llvm] r210986 - LegalizeDAG: make sure cast is unsigned before using FP_TO_UINT.
Tim Northover
- [llvm] r210990 - Add specialization of FoldingSetTrait for std::pair.
Manuel Klimek
- [llvm] r210993 - PR20038: DebugInfo missing DIEs for some concrete variables.
David Blaikie
- [llvm] r210994 - R600: Remove dead code
Matt Arsenault
- [llvm] r210995 - R600: Report that integer division is expensive.
Matt Arsenault
- [llvm] r210996 - Temporarily revert r210953 in an attempt to bring the ARM buildbots
Eric Christopher
- [llvm] r210997 - R600: Move division custom lowering out of AMDILISelLowering
Matt Arsenault
- [llvm] r210998 - R600: Move / cleanup more leftover AMDIL stuff.
Matt Arsenault
- [llvm] r210998 - R600: Move / cleanup more leftover AMDIL stuff.
Jan Vesely
- [llvm] r210998 - R600: Move / cleanup more leftover AMDIL stuff.
Matt Arsenault
- [llvm] r211000 - R600: Fix assert on vector sdiv
Matt Arsenault
- [llvm] r211001 - R600: Remove a few more things from AMDILISelLowering
Matt Arsenault
- [llvm] r211002 - R600: Add a rotr testcase I forgot to add
Matt Arsenault
- [llvm] r211003 - Fix copy paste error
Matt Arsenault
- [llvm] r211003 - Fix copy paste error
David Blaikie
- [llvm] r211003 - Fix copy paste error
Matt Arsenault
- [llvm] r211003 - Fix copy paste error
David Blaikie
- [llvm] r211003 - Fix copy paste error
Matt Arsenault
- [llvm] r211004 - Canonicalize addrspacecast ConstExpr between different pointer types
Jingyue Wu
- [LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Stepan Dyatkovskiy
- [PATCH 01/11] Move getDebugLocation to ScopDetectionDiagnostic
Tobias Grosser
- [PATCH 02/11] Support the new DiagnosticRemarks
Tobias Grosser
- [PATCH 02/11] Support the new DiagnosticRemarks
Andreas Simbuerger
- [PATCH 02/11] Support the new DiagnosticRemarks
Andreas Simbuerger
- [PATCH 02/11] Support the new DiagnosticRemarks
Tobias Grosser
- [PATCH 02/11] Support the new DiagnosticRemarks
Andreas Simbuerger
- [PATCH 02/11] Support the new DiagnosticRemarks
Tobias Grosser
- [PATCH 03/11] Record a pointer to the AliasSet
Tobias Grosser
- [PATCH 03/11] Record a pointer to the AliasSet
Andreas Simbuerger
- [PATCH 03/11] Record a pointer to the AliasSet
Tobias Grosser
- [PATCH 04/11] Support for LLVM-RTTI
Tobias Grosser
- [PATCH 05/11] Use own class for storing the RejectLogs
Tobias Grosser
- [PATCH 06/11] Implement hasErrors() for a single RejectLog
Tobias Grosser
- [PATCH 07/11] Fix keep-going mode in ScopDetection
Tobias Grosser
- [PATCH 08/11] Do not use namespace polly inside a header.
Tobias Grosser
- [PATCH 09/11] Fix typo
Tobias Grosser
- [PATCH 1/1] MC: do not add comment string to the AsmToken in AsmLexer::LexLineComment
Janne Grunau
- [PATCH 1/1] MC: do not add comment string to the AsmToken in AsmLexer::LexLineComment
Saleem Abdulrasool
- [PATCH 1/2] MCAsmParser: full support for gas' '.if{cond} expression' directives
Saleem Abdulrasool
- [PATCH 1/2] R600/SI: add Gather4 intrinsics (v2)
Marek Olšák
- [PATCH 1/6] DAG: Scalarize ctlz/cttz -zero-undef variants
Jan Vesely
- [PATCH 10/11] Check for an empty error log.
Tobias Grosser
- [PATCH 10/11] Check for an empty error log.
Andreas Simbuerger
- [PATCH 2/2] MC: do not add comment string to the AsmToken in AsmLexer::LexLineComment
Saleem Abdulrasool
- [PATCH 2/4] SelectionDAG: Expand SELECT_CC to SELECT + SETCC
Tom Stellard
- [PATCH 2/4] SelectionDAG: Expand SELECT_CC to SELECT + SETCC
Pete Cooper
- [PATCH 2/4] SelectionDAG: Expand SELECT_CC to SELECT + SETCC
Tom Stellard
- [PATCH 2/6] R600: Expand zero undef variants of ctlz/cttz
Jan Vesely
- [PATCH 3/6] R600: Add ctlz/cttz tests.
Jan Vesely
- [PATCH 4/6] R600: Add zero undef variants of ctlz/cttz tests.
Jan Vesely
- [PATCH 4/6] R600: Add zero undef variants of ctlz/cttz tests.
Matt Arsenault
- [PATCH 4/6] R600: Add zero undef variants of ctlz/cttz tests.
Jan Vesely
- [PATCH 4/6] R600: Add zero undef variants of ctlz/cttz tests.
Jan Vesely
- [PATCH 4/6] R600: Add zero undef variants of ctlz/cttz tests.
Matt Arsenault
- [PATCH 4/6] R600: Add zero undef variants of ctlz/cttz tests.
Jan Vesely
- [PATCH 4/6] R600: Add zero undef variants of ctlz/cttz tests.
Matt Arsenault
- [PATCH 5/6] R600: Add 64 bit ctlz/cttz tests.
Jan Vesely
- [PATCH 6/6] R600: Add 64 bit ctlz/cttz zero undef tests.
Jan Vesely
- [PATCH] [AArch64] Add default feature for CPUs on AArch64 target in Clang.
Kevin Qin
- [PATCH] [AArch64] Add default feature for CPUs on AArch64 target in Clang.
Tim Northover
- [PATCH] [AArch64] Basic Sched Model for Cortex-A57
Chad Rosier
- [PATCH] [AArch64] Condition codes AL and NV are invalid in the aliases that use inverted condition codes
Tim Northover
- [PATCH] [AArch64] Condition codes AL and NV are invalid in the aliases that use inverted condition codes
Artyom Skrobov
- [PATCH] [AArch64] Condition codes AL and NV are invalid in the aliases that use inverted condition codes
Tim Northover
- [PATCH] [AArch64] Condition codes AL and NV are invalid in the aliases that use inverted condition codes
Artyom Skrobov
- [PATCH] [AArch64] Fix a pattern match failure caused by creating improper CONCAT_VECTOR.
Kevin Qin
- [PATCH] [AArch64] Fix a pattern match failure caused by creating improper CONCAT_VECTOR.
Kevin Qin
- [PATCH] [AArch64] Missing aliases for CMP/CMN [W]SP with no shift
Tim Northover
- [PATCH] [AArch64] Missing aliases for CMP/CMN [W]SP with no shift
Artyom Skrobov
- [PATCH] [AArch64] Missing aliases for CMP/CMN [W]SP with no shift
Tim Northover
- [PATCH][AVX512] Add CDI predicate to VPBROADCASTM* patterns
Cameron McInally
- [PATCH][AVX512] Add CDI predicate to VPBROADCASTM* patterns
Demikhovsky, Elena
- [PATCH][AVX512] Add masked leadz intrinsics
Cameron McInally
- [PATCH][AVX512] Add masked leadz intrinsics
Demikhovsky, Elena
- [PATCH][AVX512] Hook up vector int_ctlz for AVX512
Cameron McInally
- [PATCH][AVX512] Hook up vector int_ctlz for AVX512
Demikhovsky, Elena
- [PATCH] [InstCombine/InstSimplify] Move ashr optimization from Instcombine to Instsimplify
suyog
- [PATCH] [Instcombine/InstSimplify] Move optimization from instcombine to instsimplify
Rahul Jain
- [PATCH] [InstCombine] mark ADD with nuw if no unsigned overflow
Jingyue Wu
- [PATCH] [InstCombine] mark ADD with nuw if no unsigned overflow
Chandler Carruth
- [PATCH] [InstCombine] mark ADD with nuw if no unsigned overflow
Jingyue Wu
- [PATCH] [InstCombine] mark ADD with nuw if no unsigned overflow
Chandler Carruth
- [PATCH] [InstCombine] mark ADD with nuw if no unsigned overflow
Chandler Carruth
- [PATCH] [InstCombine] Remove Duplicate Code in InstCombineShift
suyog
- [PATCH] [InstructionMerge - GVN] hoisting and sinking of equivalent memory instructions in diamonds
Gerolf Hoflehner
- [PATCH] [InstructionMerge - GVN] hoisting and sinking of equivalent memory instructions in diamonds
Philip Reames
- [PATCH] [InstructionMerge - GVN] hoisting and sinking of equivalent memory instructions in diamonds
Gerolf Hoflehner
- [PATCH] [Jump-Threading] Fixed jump threading hang issues (PR15386, PR15851)
Dinesh Dwivedi
- [PATCH] [Jump-Threading] Fixed jump threading hang issues (PR15386, PR15851)
Rafael Ávila de Espíndola
- [PATCH] [Jump-Threading] Fixed jump threading hang issues (PR15386, PR15851)
Dinesh Dwivedi
- [PATCH] [Jump-Threading] Fixed jump threading hang issues (PR15386, PR15851)
Dinesh Dwivedi
- [PATCH] [Jump-Threading] Fixed jump threading hang issues (PR15386, PR15851)
Rafael Espíndola
- [PATCH] [Jump-Threading] Fixed jump threading hang issues (PR15386, PR15851)
Dinesh Dwivedi
- [PATCH] [Jump-Threading] Fixed jump threading hang issues (PR15386, PR15851)
Dinesh Dwivedi
- [PATCH] [Jump-Threading] Fixed jump threading hang issues (PR15386, PR15851)
Rafael Ávila de Espíndola
- [PATCH] [Jump-Threading] Fixed jump threading hang issues (PR15386, PR15851)
Dinesh Dwivedi
- [PATCH] [llvm-readobj][ELF] New `llvm-readobj` command line option `-mips-plt-got` to print a MIPS .got section
Rafael Ávila de Espíndola
- [PATCH] [llvm-readobj][ELF] New `llvm-readobj` command line option `-mips-plt-got` to print a MIPS .got section
Simon Atanasyan
- [PATCH] [PATCH] Fix for http://llvm.org/bugs/show_bug.cgi?id=19905
Sanjoy Das
- [PATCH] [PATCH] Fix for http://llvm.org/bugs/show_bug.cgi?id=19905
Vadim Chugunov
- [PATCH] [PECOFF] Support COMDAT associative sections.
Rui Ueyama
- [PATCH] [Peephole] Advanced rewriting of copies to avoid cross register banks copies.
Quentin Colombet
- [PATCH] [Peephole] Advanced rewriting of copies to avoid cross register banks copies.
Tom Stellard
- [PATCH] [Peephole] Advanced rewriting of copies to avoid cross register banks copies.
Quentin Colombet
- [PATCH] [Peephole] Advanced rewriting of copies to avoid cross register banks copies.
Quentin Colombet
- [PATCH] [Reassociation] Add support for reassociation with unsafe algebra.
Chad Rosier
- [PATCH] [Reassociation] Add support for reassociation with unsafe algebra.
Chandler Carruth
- [PATCH] [Reassociation] Add support for reassociation with unsafe algebra.
Chad Rosier
- [PATCH] [Reassociation] Add support for reassociation with unsafe algebra.
Chad Rosier
- [PATCH] [Reassociation] Add support for reassociation with unsafe algebra.
Michael Ilseman
- [PATCH] [UBSan] Add summary reporting
Alexey Samsonov
- [PATCH] [ValueTracking] Consider the bounds of PTX special registers
Jingyue Wu
- [PATCH][X86] Add target combine rules for horizontal add/sub.
Nadav Rotem
- [PATCH][X86] Add target combine rules for horizontal add/sub.
Andrea Di Biagio
- [PATCH][X86] Add target combine rules for horizontal add/sub.
Andrea Di Biagio
- [PATCH][X86] Add target combine rules for horizontal add/sub.
Nadav Rotem
- [PATCH][X86] Add target combine rules for horizontal add/sub.
Andrea Di Biagio
- [PATCH][X86] AVX512: Add vmovntdqa
Adam Nemet
- [PATCH][X86] AVX512: Add vmovntdqa
Nadav Rotem
- [PATCH][X86] AVX512: Add vmovntdqa
Adam Nemet
- [PATCH][X86] AVX512: Add vmovntdqa
Demikhovsky, Elena
- [PATCH][X86] AVX512: Add vmovntdqa
Adam Nemet
- [PATCH] [x86] Make the x86 PACKSSWB, PACKSSDW, PACKUSWB, and PACKUSDW instructions available as synthetic SDNodes PACKSS and PACKUS that will select to the correct instruction variants based on the return type.
Jim Grosbach
- [PATCH] [X86] Use ADD/SUB instead of INC/DEC for Silvermont
Alexey Volkov
- [PATCH] [X86] Use ADD/SUB instead of INC/DEC for Silvermont
Alexey Volkov
- [PATCH] Add an option to allow JumpInstrTables to set unnamed_addr and jumptable on all address-taken functions
Tom Roeder
- [PATCH] Add back the message for printing null pointers that was removed in r210497
Richard Trieu
- [PATCH] Add clang headers that fix machine-dependent definitions on FreeBSD 9.2
Ed Maste
- [PATCH] Add clang headers that fix machine-dependent definitions on FreeBSD 9.2
Ed Maste
- [PATCH] Add clang headers that fix machine-dependent definitions on FreeBSD 9.2
Viktor Kutuzov
- [PATCH] Add DefinedAtom::sectionSize().
Rui Ueyama
- [PATCH] Add DefinedAtom::sectionSize().
Simon Atanasyan
- [PATCH] Add DefinedAtom::sectionSize().
Shankar Kalpathi Easwaran
- [PATCH] Add DefinedAtom::sectionSize().
Simon Atanasyan
- [PATCH] Add DefinedAtom::sectionSize().
Rui Ueyama
- [PATCH] Add detection of OS X relocatable SDK to compiler-rt as a lit.util function
Kuba Brecka
- [PATCH] Add detection of OS X relocatable SDK to compiler-rt as a lit.util function
Alexey Samsonov
- [PATCH] Add detection of OS X relocatable SDK to compiler-rt as a lit.util function
Daniel Dunbar
- [PATCH] Add detection of OS X relocatable SDK to compiler-rt as a lit.util function
Daniel Dunbar
- [PATCH] Add detection of OS X relocatable SDK to compiler-rt as a lit.util function
Alexey Samsonov
- [PATCH] Add detection of OS X relocatable SDK to compiler-rt as a lit.util function
Kuba Brecka
- [PATCH] Add detection of OS X relocatable SDK to compiler-rt as a lit.util function
Alexander Potapenko
- [PATCH] Added instruction combine to transform few more negative values addition to subtraction
Dinesh Dwivedi
- [PATCH] Added transform for ABS(NABS(X)) and NABS(ABS(X))
Dinesh Dwivedi
- [PATCH] Added transform for ABS(NABS(X)) and NABS(ABS(X))
Chandler Carruth
- [PATCH] Added transform for ABS(NABS(X)) and NABS(ABS(X))
Dinesh Dwivedi
- [PATCH] Added transform for ABS(NABS(X)) and NABS(ABS(X))
Dinesh Dwivedi
- [PATCH] Add return value attribute to C interface
deadal nix
- [PATCH] Add specialization of FoldingSetTrait for std::pair.
Jordan Rose
- [PATCH] Add specialization of FoldingSetTrait for std::pair.
Manuel Klimek
- [PATCH] Add standard insert overloads to StringMap
Agustín Bergé
- [PATCH] Add support to recognize non SIMD kind of parallelism in SLPVectorizer
Karthik Bhat
- [patch] Allow aliases to be unnamed_addr
Rafael Espíndola
- [PATCH] Allow creating truncstores if custom
Matt Arsenault
- [PATCH] Allow creating truncstores if custom
Tom Stellard
- [PATCH] ARM: add VLA extension for WoA Itanium ABI
Tim Northover
- [PATCH] ARM: add VLA extension for WoA Itanium ABI
Tim Northover
- [PATCH] ARM: add VLA extension for WoA Itanium ABI
Saleem Abdulrasool
- [PATCH] ARM: add VLA extension for WoA Itanium ABI
Saleem Abdulrasool
- [PATCH] ARM: add VLA extension for WoA Itanium ABI
Tim Northover
- [PATCH] ARM: add VLA extension for WoA Itanium ABI
Tim Northover
- [PATCH] ARM: enable long calls for WoA
Tim Northover
- [PATCH] ARMEB: Fix trunc store for vector types
Christian Pirker
- [PATCH] ARMEB: Fix trunc store for vector types
James Molloy
- [PATCH] ARMEB: Vector extend operations
James Molloy
- [PATCH] ARMEB: Vector extend operations
James Molloy
- [PATCH] ARMEB: Vector extend operations
Konrad Anheim
- [PATCH] ARMEB: Vector extend operations
Konrad Anheim
- [PATCH] ARMEB: Vector extend operations
Konrad Anheim
- [PATCH] ARMEB: Vector extend operations
James Molloy
- [PATCH] ARMEB: Vector extend operations
James Molloy
- [PATCH] ARMEB: Vector extend operations
Konrad Anheim
- [PATCH] ARMEB: Vector extend operations
Konrad Anheim
- [PATCH] ARMEB: Vector extend operations
James Molloy
- [PATCH] ARMEB: Vector extend operations
James Molloy
- [PATCH] ARMEB: Vector narrow operations
Christian Pirker
- [PATCH] Canonicalize addrspacecast ConstExpr between different pointer types
Jingyue Wu
- [PATCH] Canonicalize addrspacecast ConstExpr between different pointer types
Matt Arsenault
- [PATCH] Canonicalize addrspacecast ConstExpr between different pointer types
Jingyue Wu
- [PATCH] Canonicalize addrspacecast ConstExpr between different pointer types
Mark Heffernan
- [PATCH] Canonicalize addrspacecast ConstExpr between different pointer types
Jingyue Wu
- [PATCH] Canonicalize addrspacecast ConstExpr between different pointer types
Jingyue Wu
- [PATCH] Canonicalize addrspacecast ConstExpr between different pointer types
Eli Bendersky
- [PATCH] Canonicalize addrspacecast ConstExpr between different pointer types
Jingyue Wu
- [PATCH] Canonicalize addrspacecast ConstExpr between different pointer types
Jingyue Wu
- [PATCH] Canonicalize addrspacecast ConstExpr between different pointer types
Jingyue Wu
- [PATCH] Change base mutex implementations to use STL-provided mutexes
Joerg Sonnenberger
- [PATCH] Change the LLVM global lock to use RAII semantics
Zachary Turner
- [PATCH] Change the LLVM global lock to use RAII semantics
David Majnemer
- [PATCH] Change the LLVM global lock to use RAII semantics
Zachary Turner
- [PATCH] Change the LLVM global lock to use RAII semantics
Zachary Turner
- [PATCH] Change the LLVM global lock to use RAII semantics
Zachary Turner
- [PATCH] Change the LLVM global lock to use RAII semantics
Chandler Carruth
- [PATCH] Change the LLVM global lock to use RAII semantics
Zachary Turner
- [PATCH] Change the LLVM global lock to use RAII semantics
Chandler Carruth
- [PATCH] CodeGen: refactor DwarfException
Saleem Abdulrasool
- [PATCH] CodeGen: refactor DwarfException
Tim Northover
- [PATCH] CodeGen: refactor DwarfException
Saleem Abdulrasool
- [PATCH] CodeGen: refactor DwarfException
Saleem Abdulrasool
- [PATCH] CodeGen: refactor DwarfException
Tim Northover
- [PATCH] CodeGen: refactor DwarfException
Eric Christopher
- [PATCH] COFF: Minor fix to Section size calculation
Keno Fischer
- [PATCH] Correctly Load Mixed FP-GP Variadic Arguments for x86-64
Thomas Jablin
- [PATCH] Don't access items in .sdata section using gp-relative addressing when target is NaCl.
Sasa Stankovic
- [PATCH] Don't access items in .sdata section using gp-relative addressing when target is NaCl.
Mark Seaborn
- [PATCH] Don't access items in .sdata section using gp-relative addressing when target is NaCl.
Sasa Stankovic
- [PATCH] Don't access items in .sdata section using gp-relative addressing when target is NaCl.
Mark Seaborn
- [PATCH] Don't access items in .sdata section using gp-relative addressing when target is NaCl.
Sasa Stankovic
- [PATCH] Don't access items in .sdata section using gp-relative addressing when target is NaCl.
Mark Seaborn
- [PATCH] Don't register and de-register all PassRegistrationListeners automatically
Zachary Turner
- [PATCH] Don't register and de-register all PassRegistrationListeners automatically
Reid Kleckner
- [PATCH] Don't register and de-register all PassRegistrationListeners automatically
David Blaikie
- [PATCH] Don't register and de-register all PassRegistrationListeners automatically
Zachary Turner
- [PATCH] Don't register and de-register all PassRegistrationListeners automatically
Zachary Turner
- [PATCH] Don't register and de-register all PassRegistrationListeners automatically
David Blaikie
- [PATCH] Don't report the error when non-dangerous load/store is in branch delay slot
Sasa Stankovic
- [PATCH] Emit DWARF3 call frame information when DWARF3+ debug info is requested
Oliver Stannard
- [PATCH] Emit DWARF info for all code section in an assembly file
Oliver Stannard
- [Patch] Enable value forwarding for loads from calloc without intervening store
Philip Reames
- [Patch] Enable value forwarding for loads from calloc without intervening store
Duncan P. N. Exon Smith
- [Patch] Enable value forwarding for loads from calloc without intervening store
Philip Reames
- [Patch] Enable value forwarding for loads from calloc without intervening store
Duncan P. N. Exon Smith
- [Patch] Enable value forwarding for loads from calloc without intervening store
Philip Reames
- [Patch] Enable value forwarding for loads from calloc without intervening store
Duncan P. N. Exon Smith
- [patch] Finishing touch for the std::error_code transition
Rafael Espíndola
- [patch] Finishing touch for the std::error_code transition
Chandler Carruth
- [patch] Finishing touch for the std::error_code transition
Rafael Espíndola
- [patch] Finishing touch for the std::error_code transition
Chandler Carruth
- [patch] Finishing touch for the std::error_code transition
Rafael Espíndola
- [patch] Finishing touch for the std::error_code transition
Chandler Carruth
- [PATCH] Fix a bug in the Thumb1 ARM Load/Store optimizer which resulted in the base register reset instruction being incorrectly placed.
Moritz Roth
- [PATCH] Fix a bug in the Thumb1 ARM Load/Store optimizer which resulted in the base register reset instruction being incorrectly placed.
Renato Golin
- [PATCH] Fix a bug in the Thumb1 ARM Load/Store optimizer which resulted in the base register reset instruction being incorrectly placed.
Moritz Roth
- [PATCH] Fix a bug in the Thumb1 ARM Load/Store optimizer which resulted in the base register reset instruction being incorrectly placed.
Renato Golin
- [PATCH] Fix a mergefunc crash caused by bitcasting intrinsics
Stepan Dyatkovskiy
- [PATCH] Fix building InstrProfilingFile.c on FreeBSD
Viktor Kutuzov
- [PATCH] Fix building InstrProfilingFile.c on FreeBSD
Viktor Kutuzov
- [PATCH] Fix building InstrProfilingFile.c on FreeBSD
Joerg Sonnenberger
- [PATCH] Fix building InstrProfilingFile.c on FreeBSD
Viktor Kutuzov
- [PATCH] Fix error in tablegen when second operand of an !if is an empty list.
Tom Stellard
- [PATCH] Fix error in tablegen when second operand of an !if is an empty list.
Matt Arsenault
- [PATCH] Fix for assertion when compiling for Thumb1, with a processor with a VFP unit
Tim Northover
- [PATCH] Fix for assertion when compiling for Thumb1, with a processor with a VFP unit
Renato Golin
- [PATCH] Fix for assertion when compiling for Thumb1, with a processor with a VFP unit
Oliver Stannard
- [PATCH] Fix for assertion when compiling for Thumb1, with a processor with a VFP unit
Sumanth Gundapaneni
- [PATCH] Fix for assertion when compiling for Thumb1, with a processor with a VFP unit
Tim Northover
- [PATCH] Fix for assertion when compiling for Thumb1, with a processor with a VFP unit
Oliver Stannard
- [PATCH] Fix getting IP, BP and SP for address sanitizer's needs on FreeBSD in 32-bit mode
Kostya Serebryany
- [PATCH] Fix getting IP, BP and SP for address sanitizer's needs on FreeBSD in 32-bit mode
Viktor Kutuzov
- [PATCH] Fix getting IP, BP and SP for address sanitizer's needs on FreeBSD in 32-bit mode
Kostya Serebryany
- [PATCH] Fix getting IP, BP and SP for address sanitizer's needs on FreeBSD in 32-bit mode
Ed Maste
- [PATCH] Fix getting IP, BP and SP for address sanitizer's needs on FreeBSD in 32-bit mode
Viktor Kutuzov
- [PATCH] Fix getting IP, BP and SP for address sanitizer's needs on FreeBSD in 32-bit mode
Alexey Samsonov
- [PATCH] Fix getting IP, BP and SP for address sanitizer's needs on FreeBSD in 32-bit mode
Viktor Kutuzov
- [PATCH] Fix getting IP, BP and SP for address sanitizer's needs on FreeBSD in 32-bit mode
Alexey Samsonov
- [PATCH] Fix getting IP, BP and SP for address sanitizer's needs on FreeBSD in 32-bit mode
Viktor Kutuzov
- [PATCH] Fix illegal relocations in X86FastISel
Louis Gerbarg
- [PATCH] Fix illegal relocations in X86FastISel
Louis Gerbarg
- [PATCH] Fix illegal relocations in X86FastISel
Kostya Serebryany
- [PATCH] Fixing inst-combine not to drops nsw when combining adds into mul (PR19263)
Dinesh Dwivedi
- [PATCH] Fix initialization problems with PassRegistry
Zachary Turner
- [PATCH] Fix initialization problems with PassRegistry
David Blaikie
- [PATCH] Fix initialization problems with PassRegistry
Zachary Turner
- [PATCH] Fix initialization problems with PassRegistry
David Blaikie
- [PATCH] Fix initialization problems with PassRegistry
Zachary Turner
- [PATCH] Fix initialization problems with PassRegistry
David Blaikie
- [PATCH] Fix initialization problems with PassRegistry
Zachary Turner
- [PATCH] Fix initialization problems with PassRegistry
Reid Kleckner
- [PATCH] Fix initialization problems with PassRegistry
David Blaikie
- [PATCH] Fix initialization problems with PassRegistry
David Blaikie
- [PATCH] Fix line numbers for code inlined from __nodebug__ functions.
Evgeniy Stepanov
- [PATCH] Fix line numbers for code inlined from __nodebug__ functions.
Edoardo Prezioso
- [PATCH] Fix SROA regression causing data corruption, fixes PR19250
Duncan P. N. Exon Smith
- [PATCH] Fix SROA regression causing data corruption, fixes PR19250
Björn Steinbrink
- [PATCH] Fix SROA regression causing data corruption, fixes PR19250
Duncan P. N. Exon Smith
- [PATCH] Fix SROA regression causing data corruption, fixes PR19250
Björn Steinbrink
- [PATCH] Fix SROA regression causing data corruption, fixes PR19250
Björn Steinbrink
- [PATCH] Generate better location ranges for some register-described variables.
Alexey Samsonov
- [PATCH] Generate SEH unwinding info on Win64
Yaron Keren
- [PATCH] Generate SEH unwinding info on Win64
Vadim Chugunov
- [PATCH] Generate SEH unwinding info on Win64
Vadim Chugunov
- [PATCH] Generate SEH unwinding info on Win64
Reid Kleckner
- [PATCH] Generate SEH unwinding info on Win64
Vadim Chugunov
- [PATCH] Generate SEH unwinding info on Win64
Reid Kleckner
- [PATCH] Generate SEH unwinding info on Win64
Saleem Abdulrasool
- [PATCH] Generate SEH unwinding info on Win64
Keno Fischer
- [PATCH] Generate SEH unwinding info on Win64
Vadim Chugunov
- [PATCH] Generate SEH unwinding info on Win64
Keno Fischer
- [PATCH] Generate SEH unwinding info on Win64
Keno Fischer
- [PATCH] Generate SEH unwinding info on Win64
Sanjoy Das
- [PATCH] Generate SEH unwinding info on Win64
Vadim Chugunov
- [PATCH] Generate SEH unwinding info on Win64
Vadim Chugunov
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Marcello Maggioni
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
David Blaikie
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Marcello Maggioni
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Marcello Maggioni
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Pete Cooper
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Philip Reames
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Eric Christopher
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Joerg Sonnenberger
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Marcello Maggioni
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Eric Christopher
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Hal Finkel
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Eric Christopher
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Owen Anderson
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Eric Christopher
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Owen Anderson
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Eric Christopher
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Marcello Maggioni
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Joerg Sonnenberger
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Marcello Maggioni
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Joerg Sonnenberger
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Marcello Maggioni
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Joerg Sonnenberger
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Marcello Maggioni
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Marcello Maggioni
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Marcello Maggioni
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Jim Grosbach
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Eric Christopher
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Marcello Maggioni
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Marcello Maggioni
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Jim Grosbach
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Eric Christopher
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Marcello Maggioni
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Eric Christopher
- [PATCH] Improving LowerSwitch behavior for contiguous ranges
Eric Christopher
- [PATCH] Initial DWARF64 support for .debug_line
Ed Maste
- [PATCH] Initial DWARF64 support for .debug_line
Ed Maste
- [PATCH] Initial DWARF64 support for .debug_line
Alexey Samsonov
- [PATCH] Initial DWARF64 support for .debug_line
Ed Maste
- [PATCH] Initial DWARF64 support for .debug_line
Ed Maste
- [PATCH] Initial DWARF64 support for .debug_line
Alexey Samsonov
- [PATCH] Initial DWARF64 support for .debug_line
Ed Maste
- [PATCH] InstCombineCompare with constant return false if we know it is never going to be equal
suyog
- [PATCH] InstCombineCompare with constant return false if we know it is never going to be equal
suyog
- [PATCH] IR: Add COMDATs to the IR
David Majnemer
- [PATCH] IR: Add COMDATs to the IR
Rafael Ávila de Espíndola
- [PATCH] IR: Add COMDATs to the IR
David Majnemer
- [PATCH] IR: Add COMDATs to the IR
Rafael Espíndola
- [PATCH] IR: Add COMDATs to the IR
Rafael Ávila de Espíndola
- [PATCH] IR: Add COMDATs to the IR
Rafael Espíndola
- [PATCH] IR: Add COMDATs to the IR
Rafael Ávila de Espíndola
- [PATCH] IR support for "cmpxchg weak"
Tim Northover
- [PATCH] IR support for "cmpxchg weak"
Chandler Carruth
- [PATCH] IR support for "cmpxchg weak"
Hal Finkel
- [PATCH] IR support for "cmpxchg weak"
hfinkel at anl.gov
- [PATCH] IR support for "cmpxchg weak"
Tim Northover
- [PATCH] IR support for "cmpxchg weak"
Chandler Carruth
- [PATCH] IR support for "cmpxchg weak"
Chandler Carruth
- [PATCH] IR support for "cmpxchg weak"
Hal Finkel
- [PATCH] IR support for "cmpxchg weak"
Tim Northover
- [PATCH] IR support for "cmpxchg weak"
Chandler Carruth
- [PATCH] IR support for "cmpxchg weak"
Tim Northover
- [PATCH] LangRef syntax for Global Variables is missing the initializer
Bob Wilson
- [PATCH] LangRef syntax for Global Variables is missing the initializer
Reid Kleckner
- [PATCH] LangRef syntax for Global Variables is missing the initializer
Bob Wilson
- [PATCH] lit: warn when passed invalid pathname
Hans Wennborg
- [PATCH] lit: warn when passed invalid pathname
Daniel Dunbar
- [PATCH] lit: warn when passed invalid pathname
Hans Wennborg
- [PATCH] Look through addrspacecasts when turning ptr comparisons into index comparisons.
Matt Arsenault
- [PATCH] Make compiler-rt tests work with relocatable SDKs on OS X
Alexander Potapenko
- [PATCH] Make compiler-rt tests work with relocatable SDKs on OS X
Alexander Potapenko
- [PATCH] Make compiler-rt tests work with relocatable SDKs on OS X
Kuba Brecka
- [PATCH] Make compiler-rt tests work with relocatable SDKs on OS X
Kuba Brecka
- [PATCH] Make compiler-rt tests work with relocatable SDKs on OS X
Alexander Potapenko
- [PATCH] Make error handling functions thread-safe.
Zachary Turner
- [PATCH] Make error handling functions thread-safe.
Chandler Carruth
- [PATCH] Make error handling functions thread-safe.
Zachary Turner
- [PATCH] MC: rename EmitWin64EH routines
Saleem Abdulrasool
- [PATCH] MC: rename EmitWin64EH routines
Saleem Abdulrasool
- [PATCH] MergeFunc: Avoid invalid merge of functions using different range metadata
Stepan Dyatkovskiy
- [PATCH] MergeFunc: Avoid invalid merge of functions using different range metadata
Björn Steinbrink
- [PATCH] MergeFunc: Avoid invalid merge of functions using different range metadata
Björn Steinbrink
- [PATCH] MergeFunc: Avoid invalid merge of functions using different range metadata
Stepan Dyatkovskiy
- [PATCH] MergeFunc: Avoid invalid merge of functions using different range metadata
Björn Steinbrink
- [PATCH] MergeFunc: Avoid invalid merge of functions using different range metadata
Stepan Dyatkovskiy
- [PATCH] MergeFunc: Avoid invalid merge of functions using different range metadata
Björn Steinbrink
- [PATCH] MergeFunc: Avoid invalid merge of functions using different range metadata
Stepan Dyatkovskiy
- [PATCH] MergeFunc: Avoid invalid merge of functions using different range metadata
Stepan Dyatkovskiy
- [PATCH] MergeFunc: Avoid invalid merge of functions using different range metadata
Björn Steinbrink
- [PATCH] MergeFunc: Avoid invalid merge of functions using different range metadata
Stepan Dyatkovskiy
- [PATCH] MergeFunc: Avoid invalid merge of functions using different range metadata
Stepan Dyatkovskiy
- [PATCH] MergeFunc: Avoid invalid merge of functions using different range metadata
Nick Lewycky
- [PATCH] Move Simple.h and Alias.h to include/Core.
Rui Ueyama
- [PATCH] Move Simple.h and Alias.h to include/Core.
Rui Ueyama
- [PATCH] Move Simple.h and Alias.h to include/Core.
Michael Spencer
- [PATCH] Move Simple.h and Alias.h to include/Core.
Rui Ueyama
- [patch] opt: Initialize asm printers to avoid DCE
Tobias Grosser
- [patch] opt: Initialize asm printers to avoid DCE
Rafael Espíndola
- [patch] opt: Initialize asm printers to avoid DCE
Tobias Grosser
- [PATCH] Partial RelocVisitor support for Darwin
Keno Fischer
- [PATCH] Passing down BinaryOperator flags to BinarySDNode + X86 optimization
Andrea Di Biagio
- [PATCH] PR19958 wrong code at -O1 and above on x86_64-linux-gnu (InstCombine)
suyog
- [PATCH] PR19958 wrong code at -O1 and above on x86_64-linux-gnu (InstCombine)
Sanjay Patel
- [PATCH] PR19958 wrong code at -O1 and above on x86_64-linux-gnu (InstCombine)
Sanjay Patel
- [PATCH] PR19958 wrong code at -O1 and above on x86_64-linux-gnu (InstCombine)
Rafael Espíndola
- [PATCH] PR19958 wrong code at -O1 and above on x86_64-linux-gnu (InstCombine)
suyog
- [PATCH] PR19958 wrong code at -O1 and above on x86_64-linux-gnu (InstCombine)
Sanjay Patel
- [PATCH] PR19958 wrong code at -O1 and above on x86_64-linux-gnu (InstCombine)
Sanjay Patel
- [PATCH] PR19958 wrong code at -O1 and above on x86_64-linux-gnu (InstCombine)
suyog
- [PATCH] Provide target callback to check if vector to scalar load/store widening is beneficial
Matt Arsenault
- [PATCH] R600/SI: Add a pattern for llvm.AMDGPU.barrier.global
Tom Stellard
- [PATCH] R600/SI: Add a VALU pattern for i64 xor
Tom Stellard
- [PATCH] R600/SI: Add a VALU pattern for i64 xor
Matt Arsenault
- [PATCH] R600/SI: Add a VALU pattern for i64 xor
Tom Stellard
- [PATCH] R600/SI: Add target node for rcp.
Matt Arsenault
- [PATCH] R600/SI: Fix not setting flags on instructions.
Matt Arsenault
- [PATCH] R600/SI: Fix not setting flags on instructions.
Tom Stellard
- [PATCH] R600/SI: Fix selection failure on scalar_to_vector
Matt Arsenault
- [PATCH] R600/SI: Fix selection failure on scalar_to_vector
Tom Stellard
- [PATCH] R600/SI: Fix selection failure on scalar_to_vector
Matt Arsenault
- [PATCH] R600/SI: Handle i64 sext / zest with patterns
Tom Stellard
- [PATCH] R600/SI: Handle i64 sext / zest with patterns
Matt Arsenault
- [PATCH] R600/SI: Implement common local atomics
Matt Arsenault
- [PATCH] R600/SI: Implement common local atomics
Tom Stellard
- [PATCH] R600/SI: Implement common local atomics
Matt Arsenault
- [PATCH] R600/SI: Keep 64-bit not on SALU
Matt Arsenault
- [PATCH] R600/SI: Re-initialize the m0 register after using it for indirect addressing
Tom Stellard
- [PATCH] R600/SI: Re-initialize the m0 register after using it for indirect addressing
Matt Arsenault
- [PATCH] R600/SI: Remove the M0Reg register class
Tom Stellard
- [PATCH] R600/SI: Remove the M0Reg register class
Christian König
- [PATCH] R600/SI: Remove the M0Reg register class
Tom Stellard
- [PATCH] R600/SI: Remove the M0Reg register class
Christian König
- [PATCH] R600/SI: Remove the M0Reg register class
Tom Stellard
- [PATCH] R600/SI: Remove the M0Reg register class
Christian König
- [PATCH] R600/SI: Use v_cvt_f32_ubyte* instructions
Matt Arsenault
- [PATCH] R600/SI: Use v_cvt_f32_ubyte* instructions
Tom Stellard
- [PATCH] R600/SI: Use v_cvt_f32_ubyte* instructions
Matt Arsenault
- [PATCH] R600: Custom lower f64 frint for pre-CI
Matt Arsenault
- [PATCH] R600: Custom lower f64 frint for pre-CI
Tom Stellard
- [PATCH] R600: Handle ctpop
Tom Stellard
- [PATCH] R600: Handle ctpop
Matt Arsenault
- [PATCH] R600: Handle fcopysign
Tom Stellard
- [PATCH] R600: Handle fcopysign
Matt Arsenault
- [PATCH] R600: Implement ftrunc, ffloor and fceil.
Matt Arsenault
- [PATCH] R600: Implement ftrunc, ffloor and fceil.
Tom Stellard
- [PATCH] R600: Mostly remove remaining AMDIL intrinsics.
Matt Arsenault
- [PATCH] R600: Mostly remove remaining AMDIL intrinsics.
Tom Stellard
- [PATCH] R600: Mostly remove remaining AMDIL intrinsics.
Matt Arsenault
- [PATCH] Remove dead zero store to calloc initialized memory
Philip Reames
- [PATCH] Remove dead zero store to calloc initialized memory
Philip Reames
- [PATCH] Remove dead zero store to calloc initialized memory
Duncan P. N. Exon Smith
- [PATCH] Remove dead zero store to calloc initialized memory
Philip Reames
- [PATCH] Remove extraneous carriage-return control characters.
Edoardo Prezioso
- [PATCH] Remove pimpl class from PassRegistry.
Zachary Turner
- [PATCH] Remove pimpl class from PassRegistry.
David Blaikie
- [PATCH] Remove pimpl class from PassRegistry.
Zachary Turner
- [PATCH] Remove pimpl class from PassRegistry.
David Blaikie
- [PATCH] Remove pimpl class from PassRegistry.
Zachary Turner
- [PATCH] Remove support for enabling / disabling multi-threading at runtime.
Zachary Turner
- [PATCH] Remove support for enabling / disabling multi-threading at runtime.
Reid Kleckner
- [PATCH] Remove support for enabling / disabling multi-threading at runtime.
David Blaikie
- [PATCH] Remove support for enabling / disabling multi-threading at runtime.
Alp Toker
- [PATCH] Remove support for enabling / disabling multi-threading at runtime.
Zachary Turner
- [PATCH] Remove support for enabling / disabling multi-threading at runtime.
Zachary Turner
- [PATCH] Remove support for enabling / disabling multi-threading at runtime.
Alp Toker
- [PATCH] Remove support for enabling / disabling multi-threading at runtime.
Zachary Turner
- [PATCH] Remove support for runtime multithreading
Zachary Turner
- [PATCH] Remove support for runtime multithreading
Chandler Carruth
- [PATCH] Remove support for runtime multithreading
Ed Maste
- [PATCH] Remove support for runtime multithreading
Zachary Turner
- [PATCH] Remove support for runtime multithreading
Chandler Carruth
- [PATCH] Remove support for runtime multithreading
Zachary Turner
- [PATCH] Remove support for runtime multithreading
Chandler Carruth
- [PATCH] Remove support for runtime multithreading
Zachary Turner
- [PATCH] Remove support for runtime multithreading
Zachary Turner
- [PATCH] Remove support for runtime multithreading
Chandler Carruth
- [PATCH] Remove support for runtime multithreading
Zachary Turner
- [patch] Remove the reg2mem pass
Rafael Espíndola
- [patch] Remove the reg2mem pass
Alp Toker
- [patch] Remove the reg2mem pass
Rafael Espíndola
- [PATCH] Remove top-level Clang -fsanitize= flags for optional ASan features.
Alexey Samsonov
- [PATCH] Remove top-level Clang -fsanitize= flags for optional ASan features.
Kostya Serebryany
- [PATCH] Remove top-level Clang -fsanitize= flags for optional ASan features.
Sergey Matveev
- [PATCH] Remove top-level Clang -fsanitize= flags for optional ASan features.
Kostya Serebryany
- [PATCH] Remove top-level Clang -fsanitize= flags for optional ASan features.
Alexey Samsonov
- [PATCH] Reorder Value and User fields to save 8 bytes of padding on 64-bit
Reid Kleckner
- [PATCH] Reorder Value and User fields to save 8 bytes of padding on 64-bit
Rafael Ávila de Espíndola
- [PATCH] Reorder Value and User fields to save 8 bytes of padding on 64-bit
Chandler Carruth
- [PATCH] Reorder Value and User fields to save 8 bytes of padding on 64-bit
Reid Kleckner
- [PATCH] Reorder Value and User fields to save 8 bytes of padding on 64-bit
Rafael Espíndola
- [PATCH] request for approval to commit: llvm-c: Fix name of LLVMAddDemoteRegisterToMemoryPass function.
Rafael Ávila de Espíndola
- [PATCH] Returns NaN for sqrt with negative fp argument
Jiangning Liu
- [PATCH] Returns NaN for sqrt with negative fp argument
Tim Northover
- [PATCH] Returns NaN for sqrt with negative fp argument
Jiangning Liu
- [PATCH] Returns NaN for sqrt with negative fp argument
Tim Northover
- [PATCH] Returns NaN for sqrt with negative fp argument
Jiangning Liu
- [PATCH] Returns NaN for sqrt with negative fp argument
Tim Northover
- [PATCH] Returns NaN for sqrt with negative fp argument
Jiangning Liu
- [PATCH] Returns NaN for sqrt with negative fp argument
James Molloy
- [PATCH] Returns NaN for sqrt with negative fp argument
Tim Northover
- [PATCH] Returns NaN for sqrt with negative fp argument
James Molloy
- [PATCH] Returns NaN for sqrt with negative fp argument
Joerg Sonnenberger
- [PATCH] Returns NaN for sqrt with negative fp argument
Tim Northover
- [PATCH] Returns NaN for sqrt with negative fp argument
Owen Anderson
- [PATCH] Returns NaN for sqrt with negative fp argument
Matt Arsenault
- [PATCH] Returns NaN for sqrt with negative fp argument
Jiangning Liu
- [PATCH] Review for hoisting and sinking of equivalent memory instruction (Instruction Merge Pass)
Gerolf Hoflehner
- [PATCH] Review for hoisting and sinking of equivalent memory instruction (Instruction Merge Pass)
Tobias Grosser
- [PATCH] Review for hoisting and sinking of equivalent memory instruction (Instruction Merge Pass)
Philip Reames
- [PATCH] Review for hoisting and sinking of equivalent memory instruction (Instruction Merge Pass)
Daniel Berlin
- [PATCH] Review for hoisting and sinking of equivalent memory instruction (Instruction Merge Pass)
Gerolf Hoflehner
- [PATCH] Review for hoisting and sinking of equivalent memory instruction (Instruction Merge Pass)
Gerolf Hoflehner
- [PATCH] Review for hoisting and sinking of equivalent memory instruction (Instruction Merge Pass)
Gerolf Hoflehner
- [PATCH] SEH exceptions on Win64 (LLVM)
Vadim Chugunov
- [PATCH] SEH exceptions on Win64 (LLVM)
Yaron Keren
- [PATCH] SelectionDAG: Enable (and (setcc x), (setcc y)) -> (setcc (and x, y)) for vectors
Tom Stellard
- [PATCH] SelectionDAG: Expand i64 = FP_TO_SINT i32
Tom Stellard
- [PATCH] SelectionDAG: Expand i64 = FP_TO_SINT i32
Pete Cooper
- [PATCH] Some code improvements (no functional change)
Duncan P. N. Exon Smith
- [PATCH] Some code improvements (no functional change)
Duncan P. N. Exon Smith
- [PATCH] Some code improvements (no functional change)
Chandler Carruth
- [PATCH] Some code improvements (no functional change)
Artyom Skrobov
- [PATCH] Some code improvements (no functional change)
Duncan P. N. Exon Smith
- [PATCH] Some code improvements (no functional change)
Chandler Carruth
- [PATCH] Some code improvements (no functional change)
Chandler Carruth
- [PATCH] Some code improvements (no functional change)
Chandler Carruth
- [PATCH] Some code improvements (no functional change)
Eric Christopher
- [PATCH] Some code improvements (no functional change)
Artyom Skrobov
- [PATCH] Some code improvements (no functional change)
Chandler Carruth
- [PATCH] Some code improvements (no functional change)
Artyom Skrobov
- [PATCH] Some code improvements (no functional change)
Chandler Carruth
- [PATCH] Some code improvements (no functional change)
Artyom Skrobov
- [PATCH] Some code improvements (no functional change)
Duncan P. N. Exon Smith
- [PATCH] Substantial RuntimeDyldMachO cleanup.
Lang Hames
- [PATCH] Substantial RuntimeDyldMachO cleanup.
Kaylor, Andrew
- [PATCH] Support building floating-point facilities on FreeBSD 9.2 in 32-bit mode
Steve Canon
- [PATCH] unsigned count() for ADT
Yaron Keren
- [PATCH] unsigned count() for ADT
Yaron Keren
- [PATCH] unsigned count() for ADT
Yaron Keren
- [PATCH] unsigned count() for ADT
David Blaikie
- [PATCH] unsigned count() for ADT
Duncan P. N. Exon Smith
- [PATCH] unsigned count() for ADT
Yaron Keren
- [PATCH] Use dwarf-2 by default on OpenBSD and FreeBSD
Brad Smith
- [PATCH] Use dwarf-2 by default on OpenBSD and FreeBSD
Brad Smith
- [PATCH] Use loop unrolling pragma metadata in the loop unroller
Mark Heffernan
- [PATCH] Use loop unrolling pragma metadata in the loop unroller
Mark Heffernan
- [PATCH] Use loop unrolling pragma metadata in the loop unroller
Pekka Jääskeläinen
- [PATCH] Use loop unrolling pragma metadata in the loop unroller
Eli Bendersky
- [PATCH] Use loop unrolling pragma metadata in the loop unroller
Mark Heffernan
- [patch] Uses std::error_code instead of llvm::error_code
Rafael Espíndola
- [patch] Uses std::error_code instead of llvm::error_code
Chandler Carruth
- [patch] Uses std::error_code instead of llvm::error_code
Michael Spencer
- [PATCH] Use sys/param.h as an endianness fallback in compiler-rt
Taral
- [PATCH] X86: elide comparisons after cmpxchg instructions.
Tim Northover
- [PATCH] X86: elide comparisons after cmpxchg instructions.
Tim Northover
- [PATCH] X86: elide comparisons after cmpxchg instructions.
Tim Northover
- [PATCH] X86: elide comparisons after cmpxchg instructions.
Tim Northover
- [PATCH] X86: lower MO_GOT_ABSOLUTE_ADDRESS in LowerSymbolOperand like all the other MO_ types.
Lang Hames
- [PATCH] X86: lower MO_GOT_ABSOLUTE_ADDRESS in LowerSymbolOperand like all the other MO_ types.
Larry D'Anna
- [PATCH v2 1/2] MCAsmParser: full support for gas' '.if{cond} expression' directives
Janne Grunau
- [PATCH v2 1/2] MCAsmParser: full support for gas' '.if{cond} expression' directives
Saleem Abdulrasool
- [PATCH v2 2/6] R600: Implement zero undef variants of ctlz/cttz
Jan Vesely
- [PATCH v2] shlib: Create a default symbol version on Linux-like ELF
Adam Jackson
- [PATCH v3 1/1] MCAsmParser: full support for gas' '.if{cond} expression' directives
Janne Grunau
- [polly][PATCH] Support the new DiagnosticRemarks (v2)
Andreas Simbuerger
- [polly][PATCH] Support the new DiagnosticRemarks (v2)
David Peixotto
- [polly] Little refactoring
Johannes Doerfert
- [polly] Little refactoring
Andreas Simbuerger
- [polly] Little refactoring
Johannes Doerfert
- [polly] Little refactoring
Tobias Grosser
- [polly] Little refactoring
Johannes Doerfert
- [polly] r210538 - Test delinearization of 2D diagonal matrix
Tobias Grosser
- [polly] r210576 - www: Fix grammar.
Tobias Grosser
- [polly] r210752 - Move getDebugLocation to ScopDetectionDiagnostic
Andreas Simbuerger
- [polly] r210753 - Check for an empty error log.
Andreas Simbuerger
- [polly] r210753 - Check for an empty error log.
David Peixotto
- [polly] r210753 - Check for an empty error log.
Andreas Simbuerger
- [polly] r210753 - Check for an empty error log.
David Peixotto
- [polly] r210754 - Fix typo
Andreas Simbuerger
- [polly] r210755 - Do not use namespace polly inside a header.
Andreas Simbuerger
- [polly] r210811 - Try to fix the polly build.
Rafael Espindola
- [polly] r210847 - Fix the polly build.
Rafael Espindola
- [polly] r210926 - [Refactor] Simplify dependency map dump
Johannes Doerfert
- [polly] r210927 - [Refactor] C++11 Memory access iterators in SCoP stmts
Johannes Doerfert
- [poolalloc] r210999 - Remove lib/rDSA, code has been dead for years.
Will Dietz
- [test-suite] r210251 - Add a benchmarking-only mode to the test suite
Andrew Trick
- [test-suite] r210251 - Add a benchmarking-only mode to the test suite
Hal Finkel
- [test-suite] r210251 - Add a benchmarking-only mode to the test suite
Andrew Trick
- [test-suite] r210658 - [PPC64LE] Fix Altivec 'test1.c' test to be endian-tolerant
Bill Schmidt
- [test-suite] r210788 - disable the -lsupc++ specification for powerpc.
Will Schmidt
- [test-suite] r210788 - disable the -lsupc++ specification for powerpc.
Chandler Carruth
- [test-suite] r210788 - disable the -lsupc++ specification for powerpc.
Will Schmidt
- [test-suite] r210856 - Remove BENCHMARK_ONLY now that we have a better BENCHMARKING_ONLY flag.
Andrew Trick
- [ubsan] Honor color option (was: Let lsan honor color option)
Alexey Samsonov
- [www] r210247 - Add a link to LLVM-HPC to the devmtg 'Other Events' list
Tanya Lattner
- [www] r210247 - Add a link to LLVM-HPC to the devmtg 'Other Events' list
Hal Finkel
- [www] r210247 - Add a link to LLVM-HPC to the devmtg 'Other Events' list
Tanya Lattner
- [www] r210790 - Update Win snapshot to r210650
Hans Wennborg
- [www] r210790 - Update Win snapshot to r210650
Hans Wennborg
- [www] r210790 - Update Win snapshot to r210650
Tanya Lattner
- [zorg] r210653 - Do not run dead-code-elimination on polly-detect bot
Tobias Grosser
- [zorg] r210694 - Make builder lld-x86_64-win7 non incremental.
Galina Kistanova
- [zorg] r210698 - Moved two builders to new host machine:
Galina Kistanova
- [zorg] r210708 - Corrected builders names and build directories.
Galina Kistanova
- [zorg] r210711 - Decrease jobs number for slave as-bldslv9.
Galina Kistanova
- Add Rpass-missed and Rpass-analysis reports to the loop vectorizer
Richard Smith
- Add Rpass-missed and Rpass-analysis reports to the loop vectorizer
Tyler Nowicki
- Add Rpass-missed and Rpass-analysis reports to the loop vectorizer
Tyler Nowicki
- Add Rpass-missed and Rpass-analysis reports to the loop vectorizer
Arnold Schwaighofer
- FW: [PATCH] Some code improvements (no functional change)
Artyom Skrobov
- Introduce StringBuilder utility around raw_string_ostream
Alp Toker
- Introduce StringBuilder utility around raw_string_ostream
David Blaikie
- Introduce StringBuilder utility around raw_string_ostream
Alp Toker
- Introduce StringBuilder utility around raw_string_ostream
Yaron Keren
- Introduce StringBuilder utility around raw_string_ostream
Chandler Carruth
- Introduce StringBuilder utility around raw_string_ostream
Alp Toker
- Introduce StringBuilder utility around raw_string_ostream
Chandler Carruth
- Introduce StringBuilder utility around raw_string_ostream
Chandler Carruth
- Introduce StringBuilder utility around raw_string_ostream
Alp Toker
- Introduce StringBuilder utility around raw_string_ostream
Chandler Carruth
- Introduce StringBuilder utility around raw_string_ostream
Rafael Espíndola
- Introduce StringBuilder utility around raw_string_ostream
Alp Toker
- Introduce StringBuilder utility around raw_string_ostream
Alp Toker
- Introduce StringBuilder utility around raw_string_ostream
Rafael Espíndola
- Introduce StringBuilder utility around raw_string_ostream
Chandler Carruth
- Introduce StringBuilder utility around raw_string_ostream
Alp Toker
- Introduce StringBuilder utility around raw_string_ostream
Chandler Carruth
- Introduce StringBuilder utility around raw_string_ostream
Rafael Espíndola
- Introduce StringBuilder utility around raw_string_ostream
Alp Toker
- Introduce StringBuilder utility around raw_string_ostream
Chandler Carruth
- Introduce StringBuilder utility around raw_string_ostream
Alp Toker
- Introduce StringBuilder utility around raw_string_ostream
Chandler Carruth
- Introduce StringBuilder utility around raw_string_ostream
James Molloy
- Introduce StringBuilder utility around raw_string_ostream
Philip Reames
- Introduce StringBuilder utility around raw_string_ostream
David Blaikie
- Introduce StringBuilder utility around raw_string_ostream
Chandler Carruth
- Introduce StringBuilder utility around raw_string_ostream
Yaron Keren
- Introduce StringBuilder utility around raw_string_ostream
David Blaikie
- Introduce StringBuilder utility around raw_string_ostream
Alp Toker
- Introduce StringBuilder utility around raw_string_ostream
Chandler Carruth
- Introduce StringBuilder utility around raw_string_ostream
Alp Toker
- Introduce StringBuilder utility around raw_string_ostream
David Blaikie
- Introduce StringBuilder utility around raw_string_ostream
Philip Reames
- Introduce StringBuilder utility around raw_string_ostream
Alp Toker
- Optimize load from aggregate stores
deadal nix
- Optimize load from aggregate stores
deadal nix
- Optimize load from aggregate stores
Owen Anderson
- Optimize load from aggregate stores
Philip Reames
- Optimize load from aggregate stores
Owen Anderson
- Optimize load from aggregate stores
Philip Reames
- Optimize load from aggregate stores
deadal nix
- Ran out of registers error in llc
Quentin Colombet
- Ran out of registers error in llc
Danna bib
- Ran out of registers error in llc
Quentin Colombet
- Ran out of registers error in llc
Danna bib
- Ran out of registers error in llc
Quentin Colombet
- Reductions
Johannes Doerfert
- Reductions
Johannes Doerfert
- Reductions
Tobias Grosser
- Reductions
jdoerfert at codeaurora.org
- Reductions
Tobias Grosser
- Reductions [patch 2 & 3]
Johannes Doerfert
- Reductions [patch 2 & 3]
Tobias Grosser
- Reductions [patch 2 & 3]
jdoerfert at codeaurora.org
- Reductions [patch 2 & 3]
Tobias Grosser
- RFC: add "cmpxchg weak" to LLVM IR
Tim Northover
- RFC: add "cmpxchg weak" to LLVM IR
Chandler Carruth
- RFC: add "cmpxchg weak" to LLVM IR
Tim Northover
- RFC: add "cmpxchg weak" to LLVM IR
Chandler Carruth
- RFC: add "cmpxchg weak" to LLVM IR
Chandler Carruth
- RFC: add "cmpxchg weak" to LLVM IR
Chandler Carruth
- RFC: add "cmpxchg weak" to LLVM IR
Tim Northover
- RFC: add "cmpxchg weak" to LLVM IR
Chandler Carruth
- RFC: add "cmpxchg weak" to LLVM IR
Tim Northover
Last message date:
Sun Jun 15 23:52:16 PDT 2014
Archived on: Tue Aug 4 17:11:22 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).