The Week Of Monday 10 March 2014 Archives by subject
Starting: Mon Mar 10 01:08:49 PDT 2014
Ending: Sun Mar 16 23:47:12 PDT 2014
Messages: 956
- [compiler-rt] r201400 - [sanitizer] Use mmap to zero-fill large shadow regions.
Timur Iskhodzhanov
- [compiler-rt] r201400 - [sanitizer] Use mmap to zero-fill large shadow regions.
Evgeniy Stepanov
- [compiler-rt] r201400 - [sanitizer] Use mmap to zero-fill large shadow regions.
Timur Iskhodzhanov
- [compiler-rt] r201400 - [sanitizer] Use mmap to zero-fill large shadow regions.
Timur Iskhodzhanov
- [compiler-rt] r202843 - tsan: add dynamic library target for standalone deadlock detector
Kostya Serebryany
- [compiler-rt] r203111 - tsan: add -ftls-model=initial-exec to deadlock detector flags
Kostya Serebryany
- [compiler-rt] r203111 - tsan: add -ftls-model=initial-exec to deadlock detector flags
Alexey Samsonov
- [compiler-rt] r203113 - [CMake] Build compiler-rt libraries with -Wall
Timur Iskhodzhanov
- [compiler-rt] r203113 - [CMake] Build compiler-rt libraries with -Wall
Alexey Samsonov
- [compiler-rt] r203113 - [CMake] Build compiler-rt libraries with -Wall
Timur Iskhodzhanov
- [compiler-rt] r203470 - A fix for platform-dependent types in sanitizers' profiling support lib on x64 FreeBSD in 32-bit mode
Viktor Kutuzov
- [compiler-rt] r203568 - [sanitizer] Fix a typo.
Evgeniy Stepanov
- [compiler-rt] r203572 - [ASan] Don't build the ASan runtime with -undefined dynamic_lookup, which isn't necessary anymore.
Alexander Potapenko
- [compiler-rt] r203572 - [ASan] Don't build the ASan runtime with -undefined dynamic_lookup, which isn't necessary anymore.
Alexey Samsonov
- [compiler-rt] r203601 - Revert "[asan] Make __cxa_demangle non-weak symbol on Android."
Hans Wennborg
- [compiler-rt] r203646 - tsan: add disabled test for http://llvm.org/bugs/show_bug.cgi?id=19113
Dmitry Vyukov
- [compiler-rt] r203647 - tsan: add interceptors for fopen64, freopen64, tmpfile, tmpfile64
Dmitry Vyukov
- [compiler-rt] r203648 - tsan: fix handling of pthread_cond_wait in presence of pthread_cancel
Dmitry Vyukov
- [compiler-rt] r203658 - Add FreeBSD 9.2 support to asan_linux.cc
Viktor Kutuzov
- [compiler-rt] r203661 - Fix MSVS warnings in the sanitizers RTL
Timur Iskhodzhanov
- [compiler-rt] r203663 - tsan: fix deadlock in deadlock detector
Dmitry Vyukov
- [compiler-rt] r203674 - Implement Android versions of __clear_cache for arm32 & mips.
Daniel Sanders
- [compiler-rt] r203710 - profile: Use a simple binary format for profiling
Justin Bogner
- [compiler-rt] r203713 - Revert "profile: Use a simple binary format for profiling"
Justin Bogner
- [compiler-rt] r203743 - Preserve constness for intermediate pointers.
Joerg Sonnenberger
- [compiler-rt] r203773 - [CMake] Make append_if semantics similar to those used in LLVM
Alexey Samsonov
- [compiler-rt] r203776 - FastPoisonShadow: check for MmapFixedNoReserve failures
Timur Iskhodzhanov
- [compiler-rt] r203778 - Disable fast shadow zero'ing on Windows
Timur Iskhodzhanov
- [compiler-rt] r203779 - [sanitizer] support recursive rwlocks in bitset-based deadlock detector
Kostya Serebryany
- [compiler-rt] r203782 - Work around PR19125: -Wconstant-logical-operand false positive
Timur Iskhodzhanov
- [compiler-rt] r203784 - tsan: update the test since the bug is fixed
Dmitry Vyukov
- [compiler-rt] r203786 - [CMake] Use /W3 instead of -Wall on Windows. Remove add_definitions abuse.
Alexey Samsonov
- [compiler-rt] r203789 - [CMake] Attempt to fix standalone compiler-rt build on Windows
Alexey Samsonov
- [compiler-rt] r203793 - [TSan] Hide message about re-execing under verbosity flag
Alexey Samsonov
- [compiler-rt] r203795 - [msan] Test for aggregates passing through ellipsis.
Evgeniy Stepanov
- [compiler-rt] r203796 - [sanitizer] in bitvector-based deadlock detector split onLock into onLockBefore and onLockAfter hooks
Kostya Serebryany
- [compiler-rt] r203798 - [CMake] More fixes for Windows build
Alexey Samsonov
- [compiler-rt] r203902 - [sanitizer] in bitset-based deadlock detector collect edge's stack trace when an edge is added to the graph (in following CLs these stack traces will be added to the report)
Kostya Serebryany
- [compiler-rt] r203904 - [sanitizer] partially implement racy fast path in bitset-based deadlock detector
Kostya Serebryany
- [compiler-rt] r203910 - [sanitizer] fully implement racy fast path in bitset-based deadlock detector
Kostya Serebryany
- [compiler-rt] r203911 - [CMake] Add trailing newline to test source file to make sure -Wnewline-eof doesn't fire
Alexey Samsonov
- [compiler-rt] r203913 - [ASan] Remove the unneeded ASAN_RUNTIME_LDFLAGS.
Alexander Potapenko
- [compiler-rt] r203916 - [ASan] Fix https://code.google.com/p/address-sanitizer/issues/detail?id=274
Alexander Potapenko
- [compiler-rt] r204029 - [sanitizer] make real_pthread_attr_getstack extern "C"
Kostya Serebryany
- [debuginfo-tests] r203504 - xfail a test on darwin because some of the public buildbots are stuck on
Adrian Prantl
- [debuginfo-tests] r203627 - Revert "xfail a test on darwin because some of the public buildbots are stuck on"
Adrian Prantl
- [dragonegg] r203571 - Update Convert.cpp corresponding to llvm r203559.
NAKAMURA Takumi
- [dragonegg] r203878 - Fix for LLVM API change.
Rafael Espindola
- [lld] r203491 - [docs] Add list of missing GNU ld command line options.
Michael J. Spencer
- [lld] r203613 - [docs] Add a note on how to build LLD on Windows.
Rui Ueyama
- [lld] r203666 - [Cleanup] Sort includes.
Ahmed Charles
- [lld] r203731 - [ELF] Fix MSVC warning on conversion from enum to bool.
Rui Ueyama
- [lld] r203731 - [ELF] Fix MSVC warning on conversion from enum to bool.
Shankar Easwaran
- [lld] r203736 - [docs] Document how to build LLD as a win64 app.
Rui Ueyama
- [lld] r203744 - [docs] Add some more information on missing relocations.
Michael J. Spencer
- [lld] r203751 - [Driver] Create "link[.exe]" symlink for the Windows driver.
Rui Ueyama
- [lld] r203752 - [PECOFF] Handle objects with unknown machine type header value.
Rui Ueyama
- [lld] r203753 - Fix Windows build.
Rui Ueyama
- [lld] r203756 - [docs][Windows] Document how to build using Ninja.
Rui Ueyama
- [lld] r203809 - Replace OwningPtr with std::unique_ptr.
Ahmed Charles
- [lld] r203875 - [PECOFF] Support response files.
Rui Ueyama
- [lld] r203876 - Use short identifier, s/diagnostics/diag/.
Rui Ueyama
- [lld] r203877 - [PECOFF] Add one more test for r203875.
Rui Ueyama
- [lld] r203884 - [PECOFF] Implement /lib option.
Rui Ueyama
- [lld] r203889 - [PECOFF] Make WinLinkDriver::parse() and allocate*() functions thread-safe.
Rui Ueyama
- [lld] r203891 - [PECOFF] Fix arguments passed to lib.exe.
Rui Ueyama
- [lld] r203892 - [PECOFF] Fix link order.
Rui Ueyama
- [lld] r203901 - [PECOFF] Handle large objects having more than 32768 sections.
Rui Ueyama
- [lld] r203903 - Remove redundant "virtual" keyword.
Rui Ueyama
- [lld] r203992 - [PECOFF] Data type of SectionNumber is now unsigned (r203986).
Rui Ueyama
- [llvm] r201464 - Cleanup docs about lit substitutions
Daniel Liew
- [llvm] r203125 - [AArch64] This is a work in progress to provide a machine description
Evgeniy Stepanov
- [llvm] r203125 - [AArch64] This is a work in progress to provide a machine description
Chad Rosier
- [llvm] r203138 - [Support/LockFileManager] Make the LockFileManager more robust against races.
Kostya Serebryany
- [llvm] r203138 - [Support/LockFileManager] Make the LockFileManager more robust against races.
Argyrios Kyrtzidis
- [llvm] r203138 - [Support/LockFileManager] Make the LockFileManager more robust against races.
Kostya Serebryany
- [llvm] r203138 - [Support/LockFileManager] Make the LockFileManager more robust against races.
Argyrios Kyrtzidis
- [llvm] r203138 - [Support/LockFileManager] Make the LockFileManager more robust against races.
Chandler Carruth
- [llvm] r203138 - [Support/LockFileManager] Make the LockFileManager more robust against races.
Argyrios Kyrtzidis
- [llvm] r203343 - [bugpoint] Don't ignore arg in -compile-commad="tool arg"
Adam Nemet
- [llvm] r203354 - Adding range-based STL-like helper APIs. llvm::distance() is the range version of std::distance. llvm::copy is the range version of std::copy.
Aaron Ballman
- [llvm] r203354 - Adding range-based STL-like helper APIs. llvm::distance() is the range version of std::distance. llvm::copy is the range version of std::copy.
Aaron Ballman
- [llvm] r203354 - Adding range-based STL-like helper APIs. llvm::distance() is the range version of std::distance. llvm::copy is the range version of std::copy.
Alexey Samsonov
- [llvm] r203354 - Adding range-based STL-like helper APIs. llvm::distance() is the range version of std::distance. llvm::copy is the range version of std::copy.
Aaron Ballman
- [llvm] r203414 - MachineModuleInfo: Turn nested std::pairs into a proper struct.
Eric Christopher
- [llvm] r203426 - [PM] I have been educated by several folks that MSVC will never
Yaron Keren
- [llvm] r203426 - [PM] I have been educated by several folks that MSVC will never
Benjamin Kramer
- [llvm] r203447 - [LCG] Make the iterator move constructable (and thus movable in general)
Chandler Carruth
- [llvm] r203448 - [LCG] Make this call graph a fully regular type by giving it assignment
Chandler Carruth
- [llvm] r203450 - AArch64: fix LowerCONCAT_VECTORS for new CodeGen.
Tim Northover
- [llvm] r203459 - [mips] Assembly parser must invoke the target streamer to handle .set reorder macro.
Matheus Almeida
- [llvm] r203460 - Removing llvm::distance and llvm::copy for iterator_range based on post-commit review feedback. Adding an explicit range-based constructor to SmallVector, which supersedes the llvm::copy functionality.
Aaron Ballman
- [llvm] r203464 - [mips][fp64] Add an implicit def to MFHC1 claiming that it reads the lower 32-bits of 64-bit FPR
Daniel Sanders
- [llvm] r203465 - [C++11] Modernize the IR library a bit.
Benjamin Kramer
- [llvm] r203468 - Add test for LinkModules warning on triple, modified by r203009. Datalayout is already tested.
JF Bastien
- [llvm] r203468 - Add test for LinkModules warning on triple, modified by r203009. Datalayout is already tested.
Pete Cooper
- [llvm] r203468 - Add test for LinkModules warning on triple, modified by r203009. Datalayout is already tested.
JF Bastien
- [llvm] r203469 - Fix regression with -O0 for mips .
Reed Kotler
- [llvm] r203469 - Fix regression with -O0 for mips .
Eric Christopher
- [llvm] r203469 - Fix regression with -O0 for mips .
Reed Kotler
- [llvm] r203469 - Fix regression with -O0 for mips .
Eric Christopher
- [llvm] r203471 - Add a --enable-clang-plugin-support option to configure.
Rafael Espindola
- [llvm] r203472 - [bugpoint] Add testcase for r203343.
Adam Nemet
- [llvm] r203481 - Docs: remove paragraph about manual account creation.
Tim Northover
- [llvm] r203482 - llvm-c: expose unnamedaddr field of globals
Tim Northover
- [llvm] r203483 - Make sure NVPTX doesn't emit symbol names that aren't valid in PTX.
Eli Bendersky
- [llvm] r203484 - [mips] Implement NaCl sandboxing of loads, stores and SP changes:
Sasa Stankovic
- [llvm] r203485 - Followup to r203483 - add test.
Eli Bendersky
- [llvm] r203486 - fix PR13550: add a cmake WITH_POLLY option
Sebastian Pop
- [llvm] r203488 - For functions with ARM target specific calling convention, when simplify-libcall
Evan Cheng
- [llvm] r203488 - For functions with ARM target specific calling convention, when simplify-libcall
Chandler Carruth
- [llvm] r203488 - For functions with ARM target specific calling convention, when simplify-libcall
Evan Cheng
- [llvm] r203488 - For functions with ARM target specific calling convention, when simplify-libcall
Eric Christopher
- [llvm] r203488 - For functions with ARM target specific calling convention, when simplify-libcall
Evan Cheng
- [llvm] r203488 - For functions with ARM target specific calling convention, when simplify-libcall
Eric Christopher
- [llvm] r203488 - For functions with ARM target specific calling convention, when simplify-libcall
Tim Northover
- [llvm] r203488 - For functions with ARM target specific calling convention, when simplify-libcall
Anton Korobeynikov
- [llvm] r203488 - For functions with ARM target specific calling convention, when simplify-libcall
Tim Northover
- [llvm] r203488 - For functions with ARM target specific calling convention, when simplify-libcall
Evan Cheng
- [llvm] r203489 - MemCpyOpt: When merging memsets also merge the trivial case of two memsets with the same destination.
Benjamin Kramer
- [llvm] r203490 - IR: Slightly more verbose error in Verifier
Justin Bogner
- [llvm] r203492 - fix polly buildbot
Sebastian Pop
- [llvm] r203492 - fix polly buildbot
NAKAMURA Takumi
- [llvm] r203492 - fix polly buildbot
Sebastian Pop
- [llvm] r203496 - [lit] Add --version option.
Daniel Dunbar
- [llvm] r203497 - [lit] Add a README.txt.
Daniel Dunbar
- [llvm] r203498 - [lit] Bump dev version number.
Daniel Dunbar
- [llvm] r203499 - Fix a couple typos.
Mark Lacey
- [llvm] r203502 - Test commit: Remove trailing whitespace.
Manuel Jacob
- [llvm] r203508 - Use discriminator information in sample profiles.
Diego Novillo
- [llvm] r203509 - When analyzing vectors of element type that require legalization,
Raul E. Silvera
- [llvm] r203513 - Module: Don't rename in getOrInsertFunction()
Duncan P. N. Exon Smith
- [llvm] r203514 - Fix non 2-space indentation.
Matt Arsenault
- [llvm] r203515 - Fix indentation
Matt Arsenault
- [llvm] r203516 - Use .data() instead of &x[0]
Matt Arsenault
- [llvm] r203517 - Move trivial getter into header.
Matt Arsenault
- [llvm] r203518 - Remove incomplete comment
Matt Arsenault
- [llvm] r203519 - Fix undefined behavior in vector shift tests.
Matt Arsenault
- [llvm] r203520 - Follow up to r203488. Code clean up to eliminate a lot of copy+paste.
Evan Cheng
- [llvm] r203523 - MultiJITTest.cpp: Tweak getPointerToNamedFunction() to be aware of also Windows x64.
NAKAMURA Takumi
- [llvm] r203524 - X86: Enable ISel of 16-bit MOVBE instructions.
Jim Grosbach
- [llvm] r203526 - Add helpers for getting scalar sizes of vector value types.
Matt Arsenault
- [llvm] r203527 - R600: Calculate store mask instead of using switch.
Matt Arsenault
- [llvm] r203529 - Cleanup whitespace
Duncan P. N. Exon Smith
- [llvm] r203530 - Object: rename ARMV7 to ARMNT
Saleem Abdulrasool
- [llvm] r203552 - Fix fixme: remove unused method.
Erik Verbruggen
- [llvm] r203553 - GVN: merge overflow intrinsics with non-overflow instructions.
Erik Verbruggen
- [llvm] r203558 - GVN: fix hashing of extractvalue.
Erik Verbruggen
- [llvm] r203558 - GVN: fix hashing of extractvalue.
Owen Anderson
- [llvm] r203559 - IR: add a second ordering operand to cmpxhg for failure
Tim Northover
- [llvm] r203563 - Remove copy ctors that did the same thing as the default one.
Benjamin Kramer
- [llvm] r203563 - Remove copy ctors that did the same thing as the default one.
Rafael Espíndola
- [llvm] r203563 - Remove copy ctors that did the same thing as the default one.
David Blaikie
- [llvm] r203563 - Remove copy ctors that did the same thing as the default one.
Benjamin Kramer
- [llvm] r203567 - ARM: simplify EmitAtomicBinary64
Tim Northover
- [llvm] r203573 - [lit] Fix non-function style print statement.
Daniel Dunbar
- [llvm] r203574 - Fix crash in PRE.
Erik Verbruggen
- [llvm] r203575 - ARM: enable tail call optimisation on Thumb 2
Saleem Abdulrasool
- [llvm] r203575 - ARM: enable tail call optimisation on Thumb 2
JF Bastien
- [llvm] r203575 - ARM: enable tail call optimisation on Thumb 2
Saleem Abdulrasool
- [llvm] r203576 - ARM: remove ancient -arm-tail-calls option
Saleem Abdulrasool
- [llvm] r203577 - ARM: honour -f{no-,}optimize-sibling-calls
Saleem Abdulrasool
- [llvm] r203580 - [ppc64] Patch in TOC restore code after all external function calls
Ulrich Weigand
- [llvm] r203581 - X86: Don't generate 64-bit movd after cmpneqsd in 32-bit mode (PR19059)
Hans Wennborg
- [llvm] r203590 - Range-ify a loop.
Owen Anderson
- [llvm] r203595 - Don't assume an empty stderr.
Rafael Espindola
- [llvm] r203596 - Cleanup the interface for creating soft or hard links.
Rafael Espindola
- [llvm] r203604 - Remove dead code.
Rafael Espindola
- [llvm] r203605 - Simplify a really complicated check for Arch == X86_64.
Rafael Espindola
- [llvm] r203606 - [mips] Implement NaCl sandboxing of function calls:
Sasa Stankovic
- [llvm] r203611 - support: add a utility function to normalise path separators
Saleem Abdulrasool
- [llvm] r203612 - DebugInfo: Remove unused labels now that we just emit DW_AT_gnu_pubnames as a flag (as of r203082)
David Blaikie
- [llvm] r203612 - DebugInfo: Remove unused labels now that we just emit DW_AT_gnu_pubnames as a flag (as of r203082)
Eric Christopher
- [llvm] r203615 - move WITH_POLLY option before add_subdirectory(tools)
Sebastian Pop
- [llvm] r203616 - Clean up test/DebugInfo/empty.ll now that we have an alias for "llc with dwarf output"
David Blaikie
- [llvm] r203617 - Accept Twine's to AsmPrinter::getTempSymbol (refactoring for an incoming change)
David Blaikie
- [llvm] r203619 - DebugInfo: Refactor emitDebugPubNames/Types into a common implementation
David Blaikie
- [llvm] r203620 - DebugInfo: Avoid re-looking up the DwarfUnit when emitting pubnames/pubtypes
David Blaikie
- [llvm] r203621 - Test for empty pubnames/pubtypes
David Blaikie
- [llvm] r203621 - Test for empty pubnames/pubtypes
David Blaikie
- [llvm] r203622 - DebugInfo: Do not emit pubnames/pubtypes sections if they are empty
David Blaikie
- [llvm] r203634 - DebugInfo: Omit pubnames/pubtypes when compiling with -gmlt
David Blaikie
- [llvm] r203635 - [ARM] Use DWARF register numbers for CFI directives in ELF assembly
Hans Wennborg
- [llvm] r203635 - [ARM] Use DWARF register numbers for CFI directives in ELF assembly
Hans Wennborg
- [llvm] r203635 - [ARM] Use DWARF register numbers for CFI directives in ELF assembly
Rafael Espíndola
- [llvm] r203635 - [ARM] Use DWARF register numbers for CFI directives in ELF assembly
Hans Wennborg
- [llvm] r203644 - Replace '#include ValueTypes.h' with forward declarations.
Patrik Hagglund
- [llvm] r203655 - ARM: correct Dwarf output for non-contiguous VFP saves.
Tim Northover
- [llvm] r203657 - [mips] BSEL's and BINS[RL] operands are reversed compared to the vselect node used in the pattern.
Daniel Sanders
- [llvm] r203659 - [mips][fp64] Add an implicit def to MTHC1 claiming that it reads the lower 32-bits of 64-bit FPR
Daniel Sanders
- [llvm] r203662 - Cloning a function now also clones its debug metadata if 'ModuleLevelChanges' is true.
Alon Mishne
- [llvm] r203662 - Cloning a function now also clones its debug metadata if 'ModuleLevelChanges' is true.
Justin Bogner
- [llvm] r203662 - Cloning a function now also clones its debug metadata if 'ModuleLevelChanges' is true.
Mishne, Alon
- [llvm] r203664 - Update the datalayout string for ppc64LE.
Will Schmidt
- [llvm] r203664 - Update the datalayout string for ppc64LE.
Rafael Espíndola
- [llvm] r203669 - Move duplicated code into a helper function (exposed through overload).
Eli Bendersky
- [llvm] r203669 - Move duplicated code into a helper function (exposed through overload).
Eric Christopher
- [llvm] r203669 - Move duplicated code into a helper function (exposed through overload).
Eli Bendersky
- [llvm] r203670 - Add comment pointing to the binutils bugzilla entry
Hans Wennborg
- [llvm] r203671 - Add parens around && clauses in a || to appease the compiler.
Eli Bendersky
- [llvm] r203675 - Revive SizeOptLevel-explaining comments that were dropped in r203669
Eli Bendersky
- [llvm] r203676 - DebugInfo: Use common line/file attribute construction code
David Blaikie
- [llvm] r203677 - Try harder to evaluate expressions when printing assembly.
Rafael Espindola
- [llvm] r203678 - Correct typo ("a entry" -> "an entry")
David Blaikie
- [llvm] r203679 - unittests: Fix -Werror build
Justin Bogner
- [llvm] r203680 - Turn on hashing by default for split dwarf compile units.
Eric Christopher
- [llvm] r203681 - Use values we've already computed, update comment.
Eric Christopher
- [llvm] r203682 - [X86] Set the scheduling resources of some of the FPStack instructions.
Quentin Colombet
- [llvm] r203682 - [X86] Set the scheduling resources of some of the FPStack instructions.
Eric Christopher
- [llvm] r203682 - [X86] Set the scheduling resources of some of the FPStack instructions.
Quentin Colombet
- [llvm] r203682 - [X86] Set the scheduling resources of some of the FPStack instructions.
Eric Christopher
- [llvm] r203685 - [X86] Refactor peepholes for masked shift amount into a multiclass
Adam Nemet
- [llvm] r203686 - Avoid repeated calls to CE->getOperand(0). No functionality change.
Rafael Espindola
- [llvm] r203687 - Revert r203488 and r203520.
Evan Cheng
- [llvm] r203690 - When computing the size of a base type be conservative if the type
Eric Christopher
- [llvm] r203690 - When computing the size of a base type be conservative if the type
Eric Christopher
- [llvm] r203690 - When computing the size of a base type be conservative if the type
David Blaikie
- [llvm] r203690 - When computing the size of a base type be conservative if the type
Eric Christopher
- [llvm] r203694 - Allow switch-to-lookup table for tables with holes by adding bitmask check
Hans Wennborg
- [llvm] r203694 - Allow switch-to-lookup table for tables with holes by adding bitmask check
Jasper Neumann
- [llvm] r203695 - R600: Fix trunc store from i64 to i1
Matt Arsenault
- [llvm] r203697 - Move test to X86 only for now.
Eric Christopher
- [llvm] r203698 - XFAIL this temporarily.
Eric Christopher
- [llvm] r203699 - Allow exclamation and tilde to be parsed as a part of the ppc asm operand.
Roman Divacky
- [llvm] r203701 - Use -std=gnu++11 on cygwin and mingw.
Rafael Espindola
- [llvm] r203702 - Fix two thinkos in testcase and remove XFAIL.
Eric Christopher
- [llvm] r203703 - Profile: Add a library for the instrumentation based profiling format
Justin Bogner
- [llvm] r203703 - Profile: Add a library for the instrumentation based profiling format
Hans Wennborg
- [llvm] r203703 - Profile: Add a library for the instrumentation based profiling format
Justin Bogner
- [llvm] r203703 - Profile: Add a library for the instrumentation based profiling format
Duncan P. N. Exon Smith
- [llvm] r203704 - llvm-profdata: Use the Profile library, implement show and generate
Justin Bogner
- [llvm] r203705 - Reject alias to undefined symbols in the verifier.
Rafael Espindola
- [llvm] r203706 - Add a triple to fix the test on OS X.
Rafael Espindola
- [llvm] r203706 - Add a triple to fix the test on OS X.
Eric Christopher
- [llvm] r203707 - Resubmit "[SLPV] Recognize vectorizable intrinsics during SLP vectorization ..."
Raul E. Silvera
- [llvm] r203708 - Profile: Remove an inefficient and unnecessary API function
Justin Bogner
- [llvm] r203709 - Profile: Avoid an unnecessary __attribute__((packed))
Justin Bogner
- [llvm] r203716 - Test commit
Michael Zolotukhin
- [llvm] r203717 - Fix the ocaml test to not create a alias to a declaration.
Rafael Espindola
- [llvm] r203718 - [X86] Add peephole for masked rotate amount
Adam Nemet
- [llvm] r203719 - PR17473:
Michael Zolotukhin
- [llvm] r203723 - Back out Profile library and dependent commits
Justin Bogner
- [llvm] r203725 - This test need the X86 backend, move it to the X86 sub directory.
Rafael Espindola
- [llvm] r203726 - MCDwarf: Invert the Section+CU->LineEntries mapping so the CU is the primary dimension
David Blaikie
- [llvm] r203727 - MCDwarf: Remove unused parameter
David Blaikie
- [llvm] r203728 - Remove projects/sample.
Rafael Espindola
- [llvm] r203729 - Remove empty directories.
Rafael Espindola
- [llvm] r203730 - Remove more empty directories.
Rafael Espindola
- [llvm] r203732 - decl-derived-member.ll: Try to unbreak. Don't add -mtriple to %llc_dwarf.
NAKAMURA Takumi
- [llvm] r203732 - decl-derived-member.ll: Try to unbreak. Don't add -mtriple to %llc_dwarf.
Rafael Espíndola
- [llvm] r203732 - decl-derived-member.ll: Try to unbreak. Don't add -mtriple to %llc_dwarf.
NAKAMURA Takumi
- [llvm] r203732 - decl-derived-member.ll: Try to unbreak. Don't add -mtriple to %llc_dwarf.
Rafael Espíndola
- [llvm] r203734 - Fix vectorizer docs.
Arnold Schwaighofer
- [llvm] r203734 - Fix vectorizer docs.
Chandler Carruth
- [llvm] r203734 - Fix vectorizer docs.
Arnold Schwaighofer
- [llvm] r203734 - Fix vectorizer docs.
Zinovy Nis
- [llvm] r203734 - Fix vectorizer docs.
Zinovy Nis
- [llvm] r203738 - Fix whitespace in vectorizer example
Arnold Schwaighofer
- [llvm] r203739 - Fix typo in comment: "inwoke" -> "invoke"
Mark Seaborn
- [llvm] r203740 - llvm/test/BugPoint/compile-custom.ll.py: Make it py3-compatible. [PR19112]
NAKAMURA Takumi
- [llvm] r203740 - llvm/test/BugPoint/compile-custom.ll.py: Make it py3-compatible. [PR19112]
Adam Nemet
- [llvm] r203745 - MC: fix possible NULL pointer dereference
Saleem Abdulrasool
- [llvm] r203745 - MC: fix possible NULL pointer dereference
David Blaikie
- [llvm] r203745 - MC: fix possible NULL pointer dereference
Duncan P. N. Exon Smith
- [llvm] r203745 - MC: fix possible NULL pointer dereference
Duncan P. N. Exon Smith
- [llvm] r203745 - MC: fix possible NULL pointer dereference
Saleem Abdulrasool
- [llvm] r203745 - MC: fix possible NULL pointer dereference
David Blaikie
- [llvm] r203749 - Fix a false error reported by the tblgen backend for machine model
Andrew Trick
- [llvm] r203750 - Fix PR18800. llvm intrinsic memcpy takes 5 arguments void @llvm.memcpy.p0i8.p0i8.i32(i8* <dest>, i8* <src>, i32 <len>, i32 <align>, i1 <isvolatile>).The test case incorrectly uses the old format resulting in isVolatile function in MemIntrinsic to crash during SROA transformation.Modified the test case to use correct signature of memcpy and memset.
Karthik Bhat
- [llvm] r203757 - Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitable
Owen Anderson
- [llvm] r203757 - Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitable
Hans Wennborg
- [llvm] r203757 - Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitable
Hans Wennborg
- [llvm] r203757 - Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitable
Owen Anderson
- [llvm] r203757 - Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitable
Hans Wennborg
- [llvm] r203760 - [CMake] Enable a bunch of Xcode build settings that correspond to warnings that are for the most part enabled by default either by Clang or -Wall.
Ted Kremenek
- [llvm] r203761 - Support: add support to identify WinCOFF/ARM objects
Saleem Abdulrasool
- [llvm] r203762 - ARM: support emission of complex SO expressions
Saleem Abdulrasool
- [llvm] r203763 - MC: fix silly typo
Saleem Abdulrasool
- [llvm] r203765 - ARM: ignore unused variable to fix -Wunused-variable builds
Saleem Abdulrasool
- [llvm] r203766 - [C++11] Convert DWARF parser to range-based for loops
Alexey Samsonov
- [llvm] r203766 - [C++11] Convert DWARF parser to range-based for loops
David Blaikie
- [llvm] r203766 - [C++11] Convert DWARF parser to range-based for loops
Alexey Samsonov
- [llvm] r203767 - [TableGen] Optionally forbid overlap between named and positional operands
Hal Finkel
- [llvm] r203767 - [TableGen] Optionally forbid overlap between named and positional operands
Jim Grosbach
- [llvm] r203768 - [PowerPC] Initial support for the VSX instruction set
Hal Finkel
- [llvm] r203770 - [C++11] DWARF parser: use SmallVector<std::unique_ptr> for parsed units in DWARFContext, and delete custom destructors
Alexey Samsonov
- [llvm] r203770 - [C++11] DWARF parser: use SmallVector<std::unique_ptr> for parsed units in DWARFContext, and delete custom destructors
David Blaikie
- [llvm] r203770 - [C++11] DWARF parser: use SmallVector<std::unique_ptr> for parsed units in DWARFContext, and delete custom destructors
Alexey Samsonov
- [llvm] r203770 - [C++11] DWARF parser: use SmallVector<std::unique_ptr> for parsed units in DWARFContext, and delete custom destructors
David Blaikie
- [llvm] r203772 - AArch64: error when both positional & named operands are used.
Tim Northover
- [llvm] r203775 - [PM] Stop playing fast and loose with rebinding of references. However
Chandler Carruth
- [llvm] r203780 - [PM] As was pointed out in review, I need to define a custom swap in
Chandler Carruth
- [llvm] r203788 - First patch of patch series that improves MergeFunctions performance time from O(N*N) to
Stepan Dyatkovskiy
- [llvm] r203790 - AVX-512: masked load/store + intrinsics for them.
Elena Demikhovsky
- [llvm] r203791 - Remove utils/llvm-native-gcc.
Rafael Espindola
- [llvm] r203792 - [CMake] Put -Werror to CMAKE_CXX_FLAGS instead of using add_llvm_definitions()
Alexey Samsonov
- [llvm] r203794 - [msan] Fix handling of byval arguments in VarArg calls.
Evgeniy Stepanov
- [llvm] r203797 - CodeGenPrep: sink extends of illegal types into use block.
Manuel Jacob
- [llvm] r203799 - [C++11] Introduce ObjectFile::sections().
Alexey Samsonov
- [llvm] r203802 - [C++11] Use ObjectFile::sections() in commandline llvm tools
Alexey Samsonov
- [llvm] r203806 - [ARM] Use symbolic register names in .cfi directives only with IAS (PR19110)
Hans Wennborg
- [llvm] r203810 - Cleanup: Remove use of old "-enable-correct-eh-support" option from a test
Mark Seaborn
- [llvm] r203818 - R600: LDS instructions shouldn't implicitly define OQAP
Tom Stellard
- [llvm] r203821 - MCDwarf: Refactor line table handling into a single data structure
David Blaikie
- [llvm] r203821 - MCDwarf: Refactor line table handling into a single data structure
Rafael Espíndola
- [llvm] r203821 - MCDwarf: Refactor line table handling into a single data structure
David Blaikie
- [llvm] r203821 - MCDwarf: Refactor line table handling into a single data structure
Rafael Espíndola
- [llvm] r203821 - MCDwarf: Refactor line table handling into a single data structure
Eric Christopher
- [llvm] r203821 - MCDwarf: Refactor line table handling into a single data structure
David Blaikie
- [llvm] r203821 - MCDwarf: Refactor line table handling into a single data structure
Rafael Espíndola
- [llvm] r203821 - MCDwarf: Refactor line table handling into a single data structure
David Blaikie
- [llvm] r203821 - MCDwarf: Refactor line table handling into a single data structure
Eric Christopher
- [llvm] r203821 - MCDwarf: Refactor line table handling into a single data structure
David Blaikie
- [llvm] r203821 - MCDwarf: Refactor line table handling into a single data structure
Eric Christopher
- [llvm] r203821 - MCDwarf: Refactor line table handling into a single data structure
Rafael Espíndola
- [llvm] r203821 - MCDwarf: Refactor line table handling into a single data structure
Eric Christopher
- [llvm] r203821 - MCDwarf: Refactor line table handling into a single data structure
Rafael Espíndola
- [llvm] r203821 - MCDwarf: Refactor line table handling into a single data structure
Greg Clayton
- [llvm] r203821 - MCDwarf: Refactor line table handling into a single data structure
David Blaikie
- [llvm] r203821 - MCDwarf: Refactor line table handling into a single data structure
Greg Clayton
- [llvm] r203821 - MCDwarf: Refactor line table handling into a single data structure
David Blaikie
- [llvm] r203821 - MCDwarf: Refactor line table handling into a single data structure
Greg Clayton
- [llvm] r203823 - Remove stale comment
David Blaikie
- [llvm] r203824 - Update my e-mail address in CODE_OWNERS.TXT
Tim Northover
- [llvm] r203826 - Use printable names to implement directional labels.
Rafael Espindola
- [llvm] r203827 - MCDwarf: Simply MCDwarfFile since it really is just a StringRef and unsigned.
David Blaikie
- [llvm] r203829 - Fix for http://llvm.org/bugs/show_bug.cgi?id=18590
Ekaterina Romanova
- [llvm] r203829 - Fix for http://llvm.org/bugs/show_bug.cgi?id=18590
Kevin Enderby
- [llvm] r203829 - Fix for http://llvm.org/bugs/show_bug.cgi?id=18590
Romanova, Katya
- [llvm] r203829 - Fix for http://llvm.org/bugs/show_bug.cgi?id=18590
Kevin Enderby
- [llvm] r203831 - MCDwarf: Simplify MCDwarfFile to just use std::string instead of cunning use of MCContext's allocator.
David Blaikie
- [llvm] r203833 - MCDwarf: Oh, and move the directory string over to std::string as well
David Blaikie
- [llvm] r203834 - Test commit - remove trailing whitespace
Stephan Tolksdorf
- [llvm] r203836 - MCDwarf: Sink file/directory creation down into MCDwarfFileTable form MCContext
David Blaikie
- [llvm] r203844 - Add -mtriple=x86_64-linux to this test case to fix the build bots.5
Kevin Enderby
- [llvm] r203852 - Fix a subtle issue introduced my my recent changes to MachineRegisterInfo iterators.
Owen Anderson
- [llvm] r203852 - Fix a subtle issue introduced my my recent changes to MachineRegisterInfo iterators.
Hans Wennborg
- [llvm] r203853 - Make GDBJITRegistrar thread safe. Patch by Jim Kearyn, with cleanup by
Lang Hames
- [llvm] r203856 - MCDwarf: Extract the DWARF line table header handling into its own type
David Blaikie
- [llvm] r203858 - MCDwarf: Rename MCDwarfFileTable to MCDwarfLineTable
David Blaikie
- [llvm] r203862 - Fix a bug in InstCombine where we would incorrectly attempt to construct a
Owen Anderson
- [llvm] r203865 - Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
- [llvm] r203866 - Remove the linker_private and linker_private_weak linkages.
Rafael Espindola
- [llvm] r203867 - Use DW_AT_linkage_name when we're emitting DWARF4 or above.
Eric Christopher
- [llvm] r203879 - Fixed misuse of isascii. Also fixes mingw32 build, see http://msdn.microsoft.com/en-us/library/ms235417.aspx
Galina Kistanova
- [llvm] r203880 - Reverted r203879.
Galina Kistanova
- [llvm] r203883 - Fix issue with r203865. The old behaviour would get a MachineOperand then find the MI for the bundle the MI was in. The new behaviour was failing to get the parent bundle and instead just used the MI from the MachineOperand
Pete Cooper
- [llvm] r203886 - static link polly into tools
Sebastian Pop
- [llvm] r203890 - Revert r203883 (which was more of a bandaid) and fix the real underlying
Owen Anderson
- [llvm] r203896 - [Mips] Add one more MIPS relocation type constant.
Simon Atanasyan
- [llvm] r203897 - [yaml2obj][ELF] Assign name (.shstrtab) to the section holds sections names.
Simon Atanasyan
- [llvm] r203898 - [yaml2obj][ELF] Remove unused ELFState class field.
Simon Atanasyan
- [llvm] r203899 - [yaml2obj][ELF] Refer to a section in the error message by its name not
Simon Atanasyan
- [llvm] r203900 - [yaml2obj][ELF] Use range-based for loops.
Simon Atanasyan
- [llvm] r203905 - MergeFunctions, cmpType: Fixed comments wrapping.
Stepan Dyatkovskiy
- [llvm] r203907 - MergeFunctions, cmpType: fixed variable names from XXTy1 and XXTy2 to XXTyL and XXTyR.
Stepan Dyatkovskiy
- [llvm] r203908 - AddressSanitizer instrumentation for MOV and MOVAPS.
Evgeniy Stepanov
- [llvm] r203909 - Generalise assembly tests to not rely on anonymous symbol names
Oliver Stannard
- [llvm] r203914 - Use temporary instead of a local variable here
Alexey Samsonov
- [llvm] r203915 - Use ctor instead of initializer list to appease Windows buildbots
Alexey Samsonov
- [llvm] r203916 - [ASan] Fix https://code.google.com/p/address-sanitizer/issues/detail?id=274
Alexander Potapenko
- [llvm] r203921 - [ppc64] Avoid copy relocs in named rodata sections
Ulrich Weigand
- [llvm] r203926 - Separate out MVT in a separate header file: MachineValueType.h
Patrik Hagglund
- [llvm] r203927 - [C++11] Introduce SectionRef::relocations() to use range-based loops
Alexey Samsonov
- [llvm] r203928 - Delete unused ObjectFile::{begin,end}_symbols()
Alexey Samsonov
- [llvm] r203931 - Fix a bug introduced during the transition to PathV2.
Rafael Espindola
- [llvm] r203934 - x86: getCalleeSavedRegs() would crash on 0 (so don't default to it)
Duncan P. N. Exon Smith
- [llvm] r203936 - [docs] Add links to XMOS XCore documentation.
Richard Osborne
- [llvm] r203939 - x86: NFC: Make getCallPreservedMask() more similar to getCalleeSavedRegs()
Duncan P. N. Exon Smith
- [llvm] r203939 - x86: NFC: Make getCallPreservedMask() more similar to getCalleeSavedRegs()
Duncan P. N. Exon Smith
- [llvm] r203939 - x86: NFC: Make getCallPreservedMask() more similar to getCalleeSavedRegs()
Eric Christopher
- [llvm] r203939 - x86: NFC: Make getCallPreservedMask() more similar to getCalleeSavedRegs()
Chris Lattner
- [llvm] r203939 - x86: NFC: Make getCallPreservedMask() more similar to getCalleeSavedRegs()
Eric Christopher
- [llvm] r203943 - x86: Add missing break to getCallPreservedMask()
Duncan P. N. Exon Smith
- [llvm] r203946 - DwarfDebug: Remove some needless recursion.
David Blaikie
- [llvm] r203960 - Remove unnecessary StringRef::str() call where an implicit conversion works just fine.
David Blaikie
- [llvm] r203962 - Correctly handle an ELF symbol defined with "a = b + expr".
Rafael Espindola
- [llvm] r203963 - MCContext: Remove redundant assignment
David Blaikie
- [llvm] r203967 - MCDwarf: Initialize MCLineTableHeader::Label
David Blaikie
- [llvm] r203968 - Remove the -generate-dwarf-cu-ranges flag.
Eric Christopher
- [llvm] r203969 - If we see that we're emitting code for a function that doesn't have
Eric Christopher
- [llvm] r203972 - Make the arbitrary section name be something mach-o compatible.
Eric Christopher
- [llvm] r203973 - Remove command line option for CU hashing. This is on by default now.
Eric Christopher
- [llvm] r203976 - Use DiagnosticInfo facility.
Diego Novillo
- [llvm] r203976 - Use DiagnosticInfo facility.
NAKAMURA Takumi
- [llvm] r203977 - Re-format SampleProfile.cpp with clang-format. No functional changes.
Diego Novillo
- [llvm] r203979 - MC: don't create a backtrace for diagnostics.
Jim Grosbach
- [llvm] r203980 - typo
Adrian Prantl
- [llvm] r203981 - Re-add checks that were in this testcase before it was converted to dwarfdump.
Adrian Prantl
- [llvm] r203982 - Debug Info: Fix LTO type uniquing for C++ member declarations
Adrian Prantl
- [llvm] r203982 - Debug Info: Fix LTO type uniquing for C++ member declarations
David Blaikie
- [llvm] r203982 - Debug Info: Fix LTO type uniquing for C++ member declarations
Adrian Prantl
- [llvm] r203982 - Debug Info: Fix LTO type uniquing for C++ member declarations
David Blaikie
- [llvm] r203983 - Debug info: Unique types before emitting them to DWARF, where applicable.
Adrian Prantl
- [llvm] r203983 - Debug info: Unique types before emitting them to DWARF, where applicable.
David Blaikie
- [llvm] r203983 - Debug info: Unique types before emitting them to DWARF, where applicable.
Adrian Prantl
- [llvm] r203983 - Debug info: Unique types before emitting them to DWARF, where applicable.
David Blaikie
- [llvm] r203983 - Debug info: Unique types before emitting them to DWARF, where applicable.
Adrian Prantl
- [llvm] r203983 - Debug info: Unique types before emitting them to DWARF, where applicable.
David Blaikie
- [llvm] r203983 - Debug info: Unique types before emitting them to DWARF, where applicable.
Manman Ren
- [llvm] r203983 - Debug info: Unique types before emitting them to DWARF, where applicable.
Adrian Prantl
- [llvm] r203983 - Debug info: Unique types before emitting them to DWARF, where applicable.
Manman Ren
- [llvm] r203986 - Object/COFF: change data type of SymbolNumber from int16 to uint16.
Rui Ueyama
- [llvm] r203986 - Object/COFF: change data type of SymbolNumber from int16 to uint16.
Nico Rieck
- [llvm] r203988 - R600: Code cleanup.
Matt Arsenault
- [llvm] r203989 - R600: Remove unnecessary attempt to zext a pointer.
Matt Arsenault
- [llvm] r203990 - SampleProfile.cpp: Quick fix to r203976 about abuse of Twine. The life of Twine was too short.
NAKAMURA Takumi
- [llvm] r203990 - SampleProfile.cpp: Quick fix to r203976 about abuse of Twine. The life of Twine was too short.
David Blaikie
- [llvm] r203990 - SampleProfile.cpp: Quick fix to r203976 about abuse of Twine. The life of Twine was too short.
NAKAMURA Takumi
- [llvm] r203996 - SampleProfile.cpp: Fix take #2. The issue was abuse of StringRef here.
NAKAMURA Takumi
- [llvm] r203997 - llvm/test/Transforms/SampleProfile/syntax.ll: Suppress checking the message catalog in ENOENT. It is locale-dependent on Windows.
NAKAMURA Takumi
- [llvm] r203998 - Support: Make error_category's constructor public
Justin Bogner
- [llvm] r204003 - Replace ValueTypes.h with MachineValueType.h if possible.
Patrik Hagglund
- [llvm] r204008 - LSR: Compress a pair (and get rid of the DenseMapInfo for it).
Benjamin Kramer
- [llvm] r204010 - PointerIntPair: Avoid an (academic) case of undefined behavior in the DenseMapInfo specialization.
Benjamin Kramer
- [llvm] r204011 - Make some assertions on constant expressions static.
Benjamin Kramer
- [llvm] r204013 - Remove some dead assignements found by scan-build
Arnaud A. de Grandmaison
- [llvm] r204014 - Use a fixed subtarget for test so atom scheduling can't change the addresses this test relies on.
Benjamin Kramer
- [llvm] r204016 - Remove named Twine.
David Blaikie
- [llvm] r204017 - [CMake][cygming] Disable --out-implib from executables.
NAKAMURA Takumi
- [llvm] r204019 - Add FIXMEs to use DIScopeRef instead of DIScope for LTO type uniqueing.
Manman Ren
- [llvm] r204020 - Untabify.
NAKAMURA Takumi
- [llvm] r204021 - [X86] New and improved VZeroUpperInserter optimization.
Lang Hames
- [llvm] r204022 - Rename PBQP RegAllocSolver local variables to conform to LLVM coding style.
Lang Hames
- [llvm] r204023 - llvm-readobj: Add test for COFF auxiliary symbols as used by C++/CLI
Nico Rieck
- [llvm] r204024 - llvm-readobj: Print referred symbol name for CLR token definition
Nico Rieck
- [llvm] r204025 - Deleted copy-constructor/copy-assignment broke a buildbot. Removing while I
Lang Hames
- [llvm] r204026 - Test case
David Blaikie
- [llvm] r204026 - Test case
David Blaikie
- [llvm] r204027 - DebugInfo: Improve reuse of file table entries in asm debug info
David Blaikie
- [llvm] r204027 - DebugInfo: Improve reuse of file table entries in asm debug info
David Blaikie
- [llvm] r204028 - Consider the base pointer for setting the symbol type.
Rafael Espindola
- [llvm] r204030 - llvm/test/MC/MachO/gen-dwarf-cpp.s: Relax an expression to match DOS pat.
NAKAMURA Takumi
- [Mesa-dev] PATCH: R600/SI: Instruction verifier improvements
Michel Dänzer
- [PATCH/RFC] Support for the (llvm) PPC64LE target.
Will Schmidt
- [PATCH 1/3] [PPC64LE] ELFv2 ABI updates for the .opd section
Will Schmidt
- [PATCH 1/3] [PPC64LE] ELFv2 ABI updates for the .opd section
Ulrich Weigand
- [PATCH 2/3] [PPC64LE] Update the Datalayout string for PPC64LE
Will Schmidt
- [PATCH 3/3] [PPC64LE/Generic] fpcmp change to handle backing up past beginning of string.
Will Schmidt
- [PATCH]: Bug 18941 : clang fails to emit S file textually
lin zuojian
- [PATCH]: Bug 18941 : clang fails to emit S file textually
Saleem Abdulrasool
- [PATCH]: Bug 18941 : clang fails to emit S file textually
lin zuojian
- [PATCH]: Bug 18941 : clang fails to emit S file textually
Saleem Abdulrasool
- [PATCH]: Bug 18941 : clang fails to emit S file textually
lin zuojian
- [PATCH]: Bug 18941 : clang fails to emit S file textually
Rafael Espíndola
- [PATCH] [AArch64] Lower SHL_PARTS, SRA_PARTS and SRL_PARTS
GuanHong Liu
- [PATCH] [AArch64] Remove data_region directive from AArch64 .
Kevin Qin
- [PATCH] [ARM] Fix an assertion failure in A15SDOptimizer about DPair reg class
Hao Liu
- [PATCH] [ARM] Fix an assertion failure in A15SDOptimizer about DPair reg class
Tim Northover
- [Patch] [ARM] Fix bug in tryFoldSPUpdateIntoPushPop
Weiming Zhao
- [Patch] [ARM] Fix bug in tryFoldSPUpdateIntoPushPop
Duncan P. N. Exon Smith
- [Patch] [ARM] Fix bug in tryFoldSPUpdateIntoPushPop
Weiming Zhao
- [Patch] [ARM] Fix bug in tryFoldSPUpdateIntoPushPop
Evan Cheng
- [Patch] [ARM] Fix bug in tryFoldSPUpdateIntoPushPop
Weiming Zhao
- [Patch] [ARM] Fix bug in tryFoldSPUpdateIntoPushPop
Saleem Abdulrasool
- [Patch] [ARM] Fix bug in tryFoldSPUpdateIntoPushPop
weimingz at codeaurora.org
- [PATCH][ARM] Label offset crashes llvm integrated assembler
Jiangning Liu
- [PATCH][ARM] Label offset crashes llvm integrated assembler
Saleem Abdulrasool
- [PATCH][ARM] Label offset crashes llvm integrated assembler
Saleem Abdulrasool
- [PATCH][ARM] Label offset crashes llvm integrated assembler
Jiangning Liu
- [PATCH][ARM] Label offset crashes llvm integrated assembler
Jiangning Liu
- [PATCH] [ARM] Use DWARF register numbers for CFI directives in ELF assembly
Hans Wennborg
- [PATCH] [ARM] Use DWARF register numbers for CFI directives in ELF assembly
Hans Wennborg
- [PATCH] [ARM] Use DWARF register numbers for CFI directives in ELF assembly
Saleem Abdulrasool
- [PATCH] [ARM] Use DWARF register numbers for CFI directives in ELF assembly
Hans Wennborg
- [PATCH] [ARM] Use DWARF register numbers for CFI directives in ELF assembly
Rafael Ávila de Espíndola
- [PATCH] [ARM] Use DWARF register numbers for CFI directives in ELF assembly
Hans Wennborg
- [PATCH] [ARM] Use symbolic register names in .cfi directives only with IAS (PR19110)
Hans Wennborg
- [PATCH] [ARM] Use symbolic register names in .cfi directives only with IAS (PR19110)
Saleem Abdulrasool
- [PATCH] [ARM] Use symbolic register names in .cfi directives only with IAS (PR19110)
Hans Wennborg
- [PATCH][AVX2] Fix GATHER execution domains
Cameron McInally
- [PATCH] [AVX512] Implemented masking for integer arithmetic & logic instructions.
Robert Khasanov
- [PATCH] [AVX512] Implemented masking for integer arithmetic & logic instructions.
Demikhovsky, Elena
- [PATCH] [C++11] Change DebugInfoFinder to use range-based loops
Alon Mishne
- [PATCH] [C++11] Change DebugInfoFinder to use range-based loops
David Blaikie
- [PATCH] [C++11] Introduce ObjectFile::sections().
Alexey Samsonov
- [PATCH] [C++11] Introduce ObjectFile::sections().
Rafael Ávila de Espíndola
- [PATCH] [C++11] Introduce ObjectFile::sections().
Alexey Samsonov
- [PATCH] [C++11] Introduce ObjectFile::sections().
Alexey Samsonov
- [PATCH] [C++11] Introduce ObjectFile::sections().
Rafael Ávila de Espíndola
- [PATCH] [C++11] Introduce ObjectFile::symbols() to use range-based loops.
Alexey Samsonov
- [PATCH] [C++11] Introduce ObjectFile::symbols() to use range-based loops.
Rafael Ávila de Espíndola
- [PATCH] [C++11] Introduce SectionRef::relocations() to use range-based loops
Alexey Samsonov
- [PATCH] [C++11] Introduce SectionRef::relocations() to use range-based loops
Rafael Ávila de Espíndola
- [PATCH] [C++11] Introduce SectionRef::relocations() to use range-based loops
Alexey Samsonov
- [PATCH] [C++11] Introduce SectionRef::relocations() to use range-based loops
Alexey Samsonov
- [PATCH] [C++11] Introduce SectionRef::relocations() to use range-based loops
Alexey Samsonov
- [patch][cmake] get host OS X version "10.X"
Rafael Espíndola
- [patch][cmake] get host OS X version "10.X"
David Fang
- [PATCH] [COMPILER-RT] Implement __addtf3 and __subtf3
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __divtf3
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __fixtfsi, __fixunstfsi
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __floatsitf, __floatunstfsi
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __multf3
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement __trunctfdf2, __trunctfsf2
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement long double comparison functions
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement long double comparison functions
Dmitri Gribenko
- [PATCH] [COMPILER-RT] Implement long double comparison functions
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement long double comparison functions
Dmitri Gribenko
- [PATCH] [COMPILER-RT] Implement long double comparison functions
GuanHong Liu
- [PATCH] [COMPILER-RT] Implement long double comparison functions
Dmitri Gribenko
- [PATCH] [COMPILER_RT] Implement __extendsftf2, __extenddftf2
GuanHong Liu
- [PATCH] [docs] Add links to XMOS XCore documentation.
Richard Osborne
- [PATCH] [docs] Add links to XMOS XCore documentation.
Rafael Espíndola
- [PATCH] [docs] Add links to XMOS XCore documentation.
Richard Osborne
- [PATCH] [Driver] Create "link[.exe]" symlink for the Windows driver.
Rui Ueyama
- [PATCH] [Driver] Create "link[.exe]" symlink for the Windows driver.
Shankar Kalpathi Easwaran
- [PATCH] [Driver] Create "link[.exe]" symlink for the Windows driver.
Rui Ueyama
- [PATCH] [Instcombine] Recognize test for overflow in integer multiplication.
Serge Pavlov
- [PATCH] [IPO] enable EP_EnabledOnOptLevel0 passes for OptLevel > 0
Saleem Abdulrasool
- [PATCH][Mips] Add cpu octeon and some instructions
Kai Nacke
- [PATCH] [PECOFF] Support yet another new type of weak symbol.
Rui Ueyama
- [PATCH] [PECOFF] Support yet another new type of weak symbol.
David Majnemer
- [PATCH] [PECOFF] Support yet another new type of weak symbol.
kledzik at apple.com
- [PATCH] [PECOFF] Support yet another new type of weak symbol.
Rui Ueyama
- [PATCH] [PECOFF] Support yet another new type of weak symbol.
Rui Ueyama
- [PATCH] [PECOFF] Support yet another new type of weak symbol.
Rui Ueyama
- [PATCH] [PECOFF] Support yet another new type of weak symbol.
David Majnemer
- [PATCH] [PECOFF] Support yet another new type of weak symbol.
David Majnemer
- [PATCH] [PECOFF] Support yet another new type of weak symbol.
Rui Ueyama
- [PATCH] [PECOFF] Support yet another new type of weak symbol.
Rui Ueyama
- [PATCH] [PECOFF] Support yet another new type of weak symbol.
kledzik at apple.com
- [PATCH] [PECOFF] Support yet another new type of weak symbol.
Rui Ueyama
- [PATCH] [PECOFF] Use richer ways of describing auxiliary symbols
David Majnemer
- [PATCH][polly] Support for generating vectors for loads with -1 stride
chrisj at codeaurora.org
- [PATCH][polly] Support for generating vectors for loads with -1 stride
Tobias Grosser
- [patch][pr17530] Prevent alias from pointing to weak aliases
Rafael Espíndola
- [PATCH] [PR18800] Fix incorrect test case resulting in crash when running vector_memcpy.ll with -sroa
Karthik Bhat
- [PATCH] [PR18800] Fix incorrect test case resulting in crash when running vector_memcpy.ll with -sroa
Karthik Bhat
- [PATCH] [PR18800] Fix incorrect test case resulting in crash when running vector_memcpy.ll with -sroa
Rafael Espíndola
- [PATCH] [PR18800] Fix incorrect test case resulting in crash when running vector_memcpy.ll with -sroa
Karthik Bhat
- [patch][pr18928] Use printable names to implement directional labels
Rafael Espíndola
- [patch][pr18928] Use printable names to implement directional labels
Kevin Enderby
- [PATCH] [RFC] __builtin___clear_cache support in LLVM
Renato Golin
- [PATCH] [RFC] __builtin___clear_cache support in LLVM
JF Bastien
- [PATCH] [RFC] __builtin___clear_cache support in LLVM
Tim Northover
- [PATCH] [RFC] __builtin___clear_cache support in LLVM
Renato Golin
- [PATCH] [RFC] __builtin___clear_cache support in LLVM
JF Bastien
- [PATCH] [RFC] __builtin___clear_cache support in LLVM
JF Bastien
- [PATCH] [RFC] __builtin___clear_cache support in LLVM
Renato Golin
- [PATCH] [RFC] __builtin___clear_cache support in LLVM
Renato Golin
- [PATCH] [RFC] __builtin___clear_cache support in LLVM
Renato Golin
- [PATCH] [RFC] __builtin___clear_cache support in LLVM
JF Bastien
- [PATCH] [RFC] __builtin___clear_cache support in LLVM
Renato Golin
- [PATCH] [test-suite] Add reference output to Obsequi for the small
Daniel Sanders
- [PATCH][VectorLegalizer/X86] Don't unvectorize fp_to_uint for v8f32->v8i16
Adam Nemet
- [PATCH][X86] Add peephole for masked rotate amount
Quentin Colombet
- [PATCH][X86] Add peephole for masked rotate amount
Adam Nemet
- [PATCH] [x86] Do not convert to cmp32 for Atom arch.
Sergey Okunev
- [PATCH] [x86] Do not convert to cmp32 for Atom arch.
Jim Grosbach
- [PATCH] [x86] Do not convert to cmp32 for Atom arch.
Sergey Okunev
- [PATCH] [x86] Do not convert to cmp32 for Atom arch.
Jim Grosbach
- [PATCH][X86] Refactor peepholes for masked shift amount into a multiclass
Quentin Colombet
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Jiangning Liu
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Tim Northover
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Jiangning Liu
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Tim Northover
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Jiangning Liu
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Tim Northover
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Tim Northover
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Jiangning Liu
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Tim Northover
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
James Molloy
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Tim Northover
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Jiangning Liu
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Tim Northover
- [PATCH] AARCH64_BE load/store rules fix for ARM ABI
Jiangning Liu
- [PATCH] A couple minor changes to support sanitizers on FreeBSD 9.2
Viktor Kutuzov
- [PATCH] A couple minor changes to support sanitizers on FreeBSD 9.2
Ed Maste
- [PATCH] A couple minor changes to support sanitizers on FreeBSD 9.2
Alexey Samsonov
- [PATCH] A couple minor changes to support sanitizers on FreeBSD 9.2
Viktor Kutuzov
- [PATCH] A couple minor changes to support sanitizers on FreeBSD 9.2
Viktor Kutuzov
- [PATCH] A couple minor changes to support sanitizers on FreeBSD 9.2
Alexey Samsonov
- [PATCH] A couple minor changes to support sanitizers on FreeBSD 9.2
Viktor Kutuzov
- [PATCH] A couple minor changes to support sanitizers on FreeBSD 9.2
Alexey Samsonov
- [PATCH] Adapt MipsLongBranch pass to work in NaCl.
Sasa Stankovic
- [PATCH] Adapt MipsLongBranch pass to work in NaCl.
Mark Seaborn
- [PATCH] Add compiler support for dynamic Asan runtime
Yury Gribov
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Yuri Gorshenin
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Yuri Gorshenin
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Evgeniy Stepanov
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Yuri Gorshenin
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Yuri Gorshenin
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Rafael Ávila de Espíndola
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Yuri Gorshenin
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Yuri Gorshenin
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Evgeniy Stepanov
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Evgeniy Stepanov
- [PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Evgeniy Stepanov
- [PATCH] added option to detect malloc(0) as error with ASAN
Dominique Pellé
- [PATCH] Add FreeBSD 9.2 support to asan_linux.cc
Viktor Kutuzov
- [PATCH] Add FreeBSD 9.2 support to asan_linux.cc
Alexey Samsonov
- [PATCH] Add FreeBSD 9.2 support to asan_linux.cc
Viktor Kutuzov
- [PATCH] Add support for a directory argument to llvm-link
Rafael Espíndola
- [PATCH] Add support for a directory argument to llvm-link
Sean Silva
- [PATCH] Add support for a directory argument to llvm-link
Sean Silva
- [PATCH] Add support for a directory argument to llvm-link
Rafael Espíndola
- [PATCH] Add test for LinkModules warning on triple, modified by r203009. Datalayout is already tested.
Rafael Ávila de Espíndola
- [PATCH] Add test for LinkModules warning on triple, modified by r203009. Datalayout is already tested.
Rafael Espíndola
- [PATCH] Add test for LinkModules warning on triple, modified by r203009. Datalayout is already tested.
JF Bastien
- [PATCH] Add test for LinkModules warning on triple, modified by r203009. Datalayout is already tested.
Manman Ren
- [PATCH] Add test for LinkModules warning on triple, modified by r203009. Datalayout is already tested.
JF Bastien
- [PATCH] Add test for LinkModules warning on triple, modified by r203009. Datalayout is already tested.
Manman Ren
- [PATCH] Add test for LinkModules warning on triple, modified by r203009. Datalayout is already tested.
JF Bastien
- [PATCH] Add test for LinkModules warning on triple, modified by r203009. Datalayout is already tested.
Pete Cooper
- [PATCH] Add test for LinkModules warning on triple, modified by r203009. Datalayout is already tested.
JF Bastien
- [PATCH] Add test for LinkModules warning on triple, modified by r203009. Datalayout is already tested.
Rafael Espíndola
- [PATCH] Add test for LinkModules warning on triple, modified by r203009. Datalayout is already tested.
Juergen Ributzka
- [PATCH] Add test for LinkModules warning on triple, modified by r203009. Datalayout is already tested.
Rafael Espíndola
- [PATCH] A fix for platform-dependent types in sanitizers' profiling support lib on x64 FreeBSD in 32-bit mode
Viktor Kutuzov
- [PATCH] A fix for platform-dependent types in sanitizers' profiling support lib on x64 FreeBSD in 32-bit mode
Justin Bogner
- [PATCH] A fix for platform-dependent types in sanitizers' profiling support lib on x64 FreeBSD in 32-bit mode
Nick Lewycky
- [PATCH] A fix for platform-dependent types in sanitizers' profiling support lib on x64 FreeBSD in 32-bit mode
Viktor Kutuzov
- [PATCH] Allow Const fold of llvm intrinsic ceil function
Karthik Bhat
- [PATCH] Allow Const fold of llvm intrinsic ceil function
Karthik Bhat
- [PATCH] An analysis to find external function pointers and trace their data flow
JF Bastien
- [PATCH] An analysis to find external function pointers and trace their data flow
JF Bastien
- [PATCH] An analysis to find external function pointers and trace their data flow
Tom Roeder
- [PATCH] An analysis to find external function pointers and trace their data flow
Tom Roeder
- [PATCH] An analysis to find external function pointers and trace their data flow
JF Bastien
- [PATCH] An analysis to find external function pointers and trace their data flow
Tom Roeder
- [PATCH] An analysis to find external function pointers and trace their data flow
Tom Roeder
- [PATCH] An analysis to find external function pointers and trace their data flow
JF Bastien
- [PATCH] ARM: Homogeneous aggregates must be allocated to contiguous registers
Oliver Stannard
- [PATCH] ARM: Homogeneous aggregates must be allocated to contiguous registers
Anton Korobeynikov
- [PATCH] ARM: Homogeneous aggregates must be allocated to contiguous registers
Renato Golin
- [PATCH] ARM: Homogeneous aggregates must be allocated to contiguous registers
Oliver Stannard
- [PATCH] ARM: Homogeneous aggregates must be allocated to contiguous registers
Renato Golin
- [PATCH] ARM and Thumb Segmented Stacks
Alex Crichton
- [PATCH] blockfreq: Rewrite block frequency analysis
Duncan P. N. Exon Smith
- [PATCH] Branch folding causes different code generation at "-O2 -g" and "-O2"
Katya Romanova
- [PATCH] Branch folding causes different code generation at "-O2 -g" and "-O2"
Chandler Carruth
- [PATCH] Branch folding causes different code generation at "-O2 -g" and "-O2"
Romanova, Katya
- [PATCH] C API: Expose GlobalValue's UnnamedAddr.
Rafael Espíndola
- [PATCH] C API: Expose GlobalValue's UnnamedAddr.
Chandler Carruth
- [PATCH] C API: Expose GlobalValue's UnnamedAddr.
Manuel Jacob
- [PATCH] Change shouldSplitVectorElementType to better match the description.
Matt Arsenault
- [PATCH] Cleanup: Remove use of old "-enable-correct-eh-support" option from a test
Mark Seaborn
- [PATCH] Cleanup: Remove use of old "-enable-correct-eh-support" option from a test
Rafael Espíndola
- [PATCH] Cleanup: Remove use of old "-enable-correct-eh-support" option from a test
Rafael Ávila de Espíndola
- [PATCH] Cleanup: Remove use of old "-enable-correct-eh-support" option from a test
Mark Seaborn
- [PATCH] CodeGenPrep: sink extends of illegal types into use block.
Tim Northover
- [patch] Delete projects/sample
Rafael Espíndola
- [patch] Delete projects/sample
Eric Christopher
- [patch] Delete projects/sample
NAKAMURA Takumi
- [PATCH] Don't generate 64-bit movd after cmpneqsd in 32-bit mode (PR19059)
Hans Wennborg
- [PATCH] Don't generate 64-bit movd after cmpneqsd in 32-bit mode (PR19059)
Craig Topper
- [PATCH] Don't generate 64-bit movd after cmpneqsd in 32-bit mode (PR19059)
Jim Grosbach
- [PATCH] Don't generate 64-bit movd after cmpneqsd in 32-bit mode (PR19059)
Hans Wennborg
- [PATCH] Don't generate 64-bit movd after cmpneqsd in 32-bit mode (PR19059)
Craig Topper
- [PATCH] Don't generate 64-bit movd after cmpneqsd in 32-bit mode (PR19059)
Jim Grosbach
- [PATCH] Don't generate 64-bit movd after cmpneqsd in 32-bit mode (PR19059)
Hans Wennborg
- [PATCH] Don't generate 64-bit movd after cmpneqsd in 32-bit mode (PR19059)
Hans Wennborg
- [PATCH] Don't generate 64-bit movd after cmpneqsd in 32-bit mode (PR19059)
Craig Topper
- [PATCH] Don't generate 64-bit movd after cmpneqsd in 32-bit mode (PR19059)
Jim Grosbach
- [PATCH] Don't generate 64-bit movd after cmpneqsd in 32-bit mode (PR19059)
Hans Wennborg
- [PATCH] Don't generate 64-bit movd after cmpneqsd in 32-bit mode (PR19059)
Hans Wennborg
- [PATCH] Don't generate 64-bit movd after cmpneqsd in 32-bit mode (PR19059)
Craig Topper
- [PATCH] Don't generate 64-bit movd after cmpneqsd in 32-bit mode (PR19059)
Hans Wennborg
- [PATCH] Don't generate 64-bit movd after cmpneqsd in 32-bit mode (PR19059)
Craig Topper
- [PATCH] Don't generate 64-bit movd after cmpneqsd in 32-bit mode (PR19059)
Hans Wennborg
- [patch] Don't rename in Module::getOrInsertFunction.
Rafael Espíndola
- [patch] Don't rename in Module::getOrInsertFunction.
Duncan P. N. Exon Smith
- [patch] Don't rename in Module::getOrInsertFunction.
Pete Cooper
- [patch] Don't rename in Module::getOrInsertFunction.
Duncan P. N. Exon Smith
- [patch] Don't rename in Module::getOrInsertFunction.
Rafael Espíndola
- [patch] Don't rename in Module::getOrInsertFunction.
Rafael Espíndola
- [patch] Don't rename in Module::getOrInsertFunction.
Rafael Espíndola
- [patch] Don't rename in Module::getOrInsertFunction.
Duncan P. N. Exon Smith
- [PATCH] Emit DWARF info for all code section in an assembly file
Oliver Stannard
- [PATCH] Emit DWARF info for all code section in an assembly file
Eric Christopher
- [PATCH] Emit DWARF info for all code section in an assembly file
Eric Christopher
- [PATCH] Emit DWARF info for all code section in an assembly file
Oliver Stannard
- [PATCH] Emit DWARF info for all code section in an assembly file
Oliver Stannard
- [PATCH] Emit DWARF info for all code section in an assembly file
Renato Golin
- [PATCH] Fix a crash (assertion failure) in EvaluateAsRValue.
James Dennett
- [PATCH] Fix a crash (assertion failure) in EvaluateAsRValue.
Chandler Carruth
- [PATCH] Fix a crash (assertion failure) in EvaluateAsRValue.
James Dennett
- [PATCH] Fix an assertion caused by using inline asm with indirect register inputs.
Kevin Qin
- [PATCH] Fix bug 14526 - Make malloc() static analysis M_ZERO-aware
Meyer, Conrad
- [PATCH] Fix bug 14526 - Make malloc() static analysis M_ZERO-aware
Jordan Rose
- [PATCH] Fix creating illegal setcc cond codes.
Matt Arsenault
- [PATCH] Fix for bitcode reader crash on invalid input [PR18704]
Dinesh Dwivedi
- [PATCH] Fix GlobalOpt to use range metadata instead of creating SelectInsts.
Rafael Espíndola
- [PATCH] Fix GlobalOpt to use range metadata instead of creating SelectInsts.
Dan Gohman
- [PATCH] Fix GlobalOpt to use range metadata instead of creating SelectInsts.
Rafael Espíndola
- [PATCH] Fix GlobalOpt to use range metadata instead of creating SelectInsts.
Dan Gohman
- [PATCH] Fix SROA creating invalid bitcasts between address spaces
Tom Stellard
- [PATCH] Fix testing for undefined behavior in vector shift tests.
Matt Arsenault
- [PATCH] Generalise assembly tests to not rely on anonymous symbol names
Oliver Stannard
- [PATCH] Generalise assembly tests to not rely on anonymous symbol names
Rafael Ávila de Espíndola
- [PATCH] Generalise assembly tests to not rely on anonymous symbol names
Eric Christopher
- [PATCH] Generalise assembly tests to not rely on anonymous symbol names
Oliver Stannard
- [PATCH] GVN: merge overflow intrinsics with non-overflow instructions.
Erik Verbruggen
- [PATCH] GVN: merge overflow intrinsics with non-overflow instructions.
Owen Anderson
- [patch] implement __clear_cache for arm32 & mips
Narayan Kamath
- [patch] implement __clear_cache for arm32 & mips
Daniel Sanders
- [patch] implement __clear_cache for arm32 & mips
Narayan Kamath
- [patch] implement __clear_cache for arm32 & mips
Daniel Sanders
- [patch] implement __clear_cache for arm32 & mips
JF Bastien
- [patch] implement __clear_cache for arm32 & mips
Daniel Sanders
- [PATCH] Implement NaCl sandboxing of function calls
Sasa Stankovic
- [PATCH] Implement NaCl sandboxing of function calls
Mark Seaborn
- [PATCH] Implement NaCl sandboxing of function calls
Sasa Stankovic
- [PATCH] Implement NaCl sandboxing of function calls
Sasa Stankovic
- [PATCH] Implement NaCl sandboxing of function calls
Mark Seaborn
- [PATCH] Implement NaCl sandboxing of function calls
Sasa Stankovic
- [PATCH] Implement NaCl sandboxing of function calls
Sasa Stankovic
- [PATCH] Include legalization cost when computing scalarization cost. When analyzing vectors of element type that require legalization, the legalization cost must be included to get an accurate estimation of the total cost of the scalarized vector. The...
Raul Silvera
- [PATCH] InstCombine: form shuffles from wider range of insert/extractelements
Kevin Qin
- [PATCH] InstCombine: form shuffles from wider range of insert/extractelements
Tim Northover
- [PATCH] InstCombine: form shuffles from wider range of insert/extractelements
Kevin Qin
- [PATCH] IR: add failure ordering to the cmpxchg instruction
Tim Northover
- [PATCH] IR: add failure ordering to the cmpxchg instruction
JF Bastien
- [PATCH] IR: add failure ordering to the cmpxchg instruction
Tim Northover
- [PATCH] IR: add failure ordering to the cmpxchg instruction
JF Bastien
- [PATCH] IR: add failure ordering to the cmpxchg instruction
Chandler Carruth
- [PATCH] llvm-objdump should produce hex addresses for relocations
Ted Woodward
- [PATCH] llvm-objdump should produce hex addresses for relocations
Tim Northover
- [PATCH] llvm-objdump should produce hex addresses for relocations
Ted Woodward
- [PATCH] llvm-objdump should produce hex addresses for relocations
Ted Woodward
- [PATCH] llvm-objdump should produce hex addresses for relocations
Greg Fitzgerald
- [PATCH] llvm-objdump should produce hex addresses for relocations
Greg Fitzgerald
- [PATCH] Loop Vectorizer doesn't use %zmm registers on targets supporting AVX512.
Zinovy Nis
- [PATCH] Loop Vectorizer doesn't use %zmm registers on targets supporting AVX512.
Zinovy Nis
- [PATCH] Loop Vectorizer doesn't use %zmm registers on targets supporting AVX512.
Andrea Di Biagio
- [PATCH] Loop Vectorizer doesn't use %zmm registers on targets supporting AVX512.
Zinovy Nis
- [PATCH] Loop Vectorizer doesn't use %zmm registers on targets supporting AVX512.
Zinovy Nis
- [PATCH] Loop Vectorizer doesn't use %zmm registers on targets supporting AVX512.
Arnold Schwaighofer
- [PATCH] Loop Vectorizer doesn't use %zmm registers on targets supporting AVX512.
zinovy.nis at gmail.com
- [PATCH] Loop Vectorizer doesn't use %zmm registers on targets supporting AVX512.
Nadav Rotem
- [PATCH] Make CloneFunction also clone debug info metadata
Eric Christopher
- [PATCH] Make DAGCombiner work on vector bitshifts with constant splat vectors.
Matt Arsenault
- [PATCH] Make DAGCombiner work on vector bitshifts with constant splat vectors.
Tim Northover
- [PATCH] Make DAGCombiner work on vector bitshifts with constant splat vectors.
Matt Arsenault
- [PATCH] Make DAGCombiner work on vector bitshifts with constant splat vectors.
Tim Northover
- [PATCH] Make DAGCombiner work on vector bitshifts with constant splat vectors.
Matt Arsenault
- [PATCH] Make GDBJITRegistrar thread-safe
Ivan Puzyrevskiy
- [PATCH] Make GDBJITRegistrar thread-safe
Kaylor, Andrew
- [PATCH] Make GDBJITRegistrar thread-safe
Ivan Puzyrevskiy
- [PATCH] Make GDBJITRegistrar thread-safe
Kaylor, Andrew
- [PATCH] Make GDBJITRegistrar thread-safe
Jim Kearney
- [PATCH] Make GDBJITRegistrar thread-safe
Eric Christopher
- [PATCH] Make GDBJITRegistrar thread-safe
Ivan Puzyrevskiy
- [PATCH] Make GDBJITRegistrar thread-safe
Lang Hames
- [PATCH] Make isSetCCEquivalent respect the TargetBooleanContents
Matt Arsenault
- [PATCH] Mark alias symbols as microMIPS if necessary.
Zoran Jovanovic
- [PATCH] Mark alias symbols as microMIPS if necessary.
Jack Carter
- [PATCH] memcpy lowering: use "rep movs" even when esi is used as base pointer
Hans Wennborg
- [PATCH] memcpy lowering: use "rep movs" even when esi is used as base pointer
Rafael Espíndola
- [PATCH] Object/COFF: change data type of SymbolNumber from int16 to uint16.
Rui Ueyama
- [PATCH] Object/COFF: change data type of SymbolNumber from int16 to uint16.
Rui Ueyama
- [PATCH] Object/COFF: change data type of SymbolNumber from int16 to uint16.
Michael Spencer
- [PATCH] Object/COFF: change data type of SymbolNumber from int16 to uint16.
Rui Ueyama
- [PATCH] Object: Provide a richer means of describing auxiliary symbols
David Majnemer
- [PATCH] Omit memcpys from memory that has just started its lifetime
Björn Steinbrink
- [PATCH] Optional support for dynamic Asan runtime
Yury Gribov
- [PATCH] Optional support for dynamic Asan runtime
Yury Gribov
- [PATCH] Optional support for dynamic Asan runtime
Yury Gribov
- [PATCH] Optional support for dynamic Asan runtime
Yury Gribov
- [PATCH] Optional support for dynamic Asan runtime
Yury Gribov
- [PATCH] Optional support for dynamic Asan runtime
Yury Gribov
- [PATCH] Optional support for dynamic Asan runtime
Yury Gribov
- [PATCH] Optional support for dynamic Asan runtime
Yury Gribov
- [PATCH] Optional support for dynamic Asan runtime
Yury Gribov
- [PATCH] Patch that adds address-masking instructions before loads and stores, and after the instructions that change stack-pointer.
Sasa Stankovic
- [PATCH] Patch that adds address-masking instructions before loads and stores, and after the instructions that change stack-pointer.
Sasa Stankovic
- [PATCH] PowerPC: Resolve constant at l/h/ha without fixups
Ulrich Weigand
- [PATCH] PowerPC: Resolve constant at l/h/ha without fixups
Rafael Espíndola
- [PATCH] PowerPC: Resolve constant at l/h/ha without fixups
Rafael Espíndola
- [PATCH] PowerPC: Resolve constant at l/h/ha without fixups
Ulrich Weigand
- [PATCH] PowerPC: Resolve constant at l/h/ha without fixups
Rafael Espíndola
- [PATCH] PowerPC: Resolve constant at l/h/ha without fixups
Ulrich Weigand
- [PATCH] ppc64: Avoid copy relocs also in named rodata sections
Ulrich Weigand
- [PATCH] ppc64: Avoid copy relocs also in named rodata sections
Bill Schmidt
- [PATCH] ppc64: Avoid copy relocs also in named rodata sections
Ulrich Weigand
- [PATCH] PR17473: Disallow LSR to perform non-invertible normalization
Michael Zolotukhin
- [PATCH] PR17473: Disallow LSR to perform non-invertible normalization
Arnold Schwaighofer
- [PATCH] PR17473: Disallow LSR to perform non-invertible normalization
Michael Zolotukhin
- [PATCH] PR17473: Disallow LSR to perform non-invertible normalization
Andrew Trick
- [PATCH] PR17473: Disallow LSR to perform non-invertible normalization
Eric Christopher
- [PATCH] PR17473: Disallow LSR to perform non-invertible normalization
Andrew Trick
- [PATCH] PR17473: Disallow LSR to perform non-invertible normalization
Eric Christopher
- [PATCH] PR17473: Disallow LSR to perform non-invertible normalization
Michael Zolotukhin
- [PATCH] PR17473: Disallow LSR to perform non-invertible normalization
Andrew Trick
- [PATCH] PR17473: Disallow LSR to perform non-invertible normalization
Michael Zolotukhin
- [PATCH] PR17473: Disallow LSR to perform non-invertible normalization
Andrew Trick
- [PATCH] PR17473: Disallow LSR to perform non-invertible normalization
Eric Christopher
- [PATCH] ProfileData: A library for reading and writing profiling data
Justin Bogner
- [PATCH] ProfileData: A library for reading and writing profiling data
Duncan P. N. Exon Smith
- [PATCH] ProfileData: A library for reading and writing profiling data
Diego Novillo
- [PATCH] ProfileData: A library for reading and writing profiling data
Justin Bogner
- [PATCH] ProfileData: A library for reading and writing profiling data
Justin Bogner
- [PATCH] ProfileData: A library for reading and writing profiling data
Justin Bogner
- [PATCH] Propagate -fno-unwind-tables to EHABI
Renato Golin
- [PATCH] Propagate -fno-unwind-tables to EHABI
Anton Korobeynikov
- [PATCH] Propagate -fno-unwind-tables to EHABI
Renato Golin
- [PATCH] R600/SI: Add support for 64-bit LDS loads and stores
Matt Arsenault
- [PATCH] R600/SI: Add support for 64-bit LDS loads and stores
Tom Stellard
- [PATCH] R600/SI: Add support for 64-bit LDS loads and stores
Matt Arsenault
- [PATCH] R600: Fix truncstore from i64 to i1
Matt Arsenault
- [PATCH] R600: Fix truncstore from i64 to i1
Tom Stellard
- [PATCH] R600: Fix truncstore from i64 to i1
Matt Arsenault
- [PATCH] R600: Match sign_extend_inreg to BFE instructions
Matt Arsenault
- [PATCH] R600: Match sign_extend_inreg to BFE instructions
Matt Arsenault
- [PATCH] R600: Match sign_extend_inreg to BFE instructions
Tom Stellard
- [PATCH] R600: Match sign_extend_inreg to BFE instructions
Matt Arsenault
- [PATCH] R600: Match sign_extend_inreg to BFE instructions
Tom Stellard
- [PATCH] R600: Reorganize tablegen instruction definitions
Tom Stellard
- [PATCH] Refactor lit.cfg to use lit.util.which
Robinson, Paul
- [PATCH] Remove paragraph about manual account creation.
Manuel Klimek
- [PATCH] Remove paragraph about manual account creation.
Manuel Jacob
- [patch] Remove the linker_private and linker_private_weak linkages
Rafael Espíndola
- [patch] Remove the linker_private and linker_private_weak linkages
Nick Kledzik
- [patch] Remove the linker_private and linker_private_weak linkages
Rafael Espíndola
- [PATCH] remove unused method
Erik Verbruggen
- [PATCH] remove unused method
Benjamin Kramer
- [PATCH] Replace OwningPtr with std::unique_ptr.
Ahmed Charles
- [PATCH] Replace OwningPtr with std::unique_ptr.
David Blaikie
- [PATCH] Replace OwningPtr with std::unique_ptr.
Eric Christopher
- [PATCH] Replace OwningPtr with std::unique_ptr.
Michael Spencer
- [PATCH] Replace OwningPtr with std::unique_ptr.
Rui Ueyama
- [PATCH] sectiongroup support
Shankar Kalpathi Easwaran
- [PATCH] sectiongroup support
kledzik at apple.com
- [PATCH] sectiongroup support
Shankar Kalpathi Easwaran
- [PATCH] sectiongroup support
kledzik at apple.com
- [PATCH] sectiongroup support
Shankar Kalpathi Easwaran
- [PATCH] sectiongroup support
Shankar Kalpathi Easwaran
- [PATCH] sectiongroup support
Nick Kledzik
- [PATCH] sectiongroup support
Shankar Easwaran
- [PATCH] sectiongroup support
Nick Kledzik
- [PATCH] sectiongroup support
Shankar Easwaran
- [PATCH] Separate out MVT in a separate header file: MachineValueType.h
Patrik Hägglund H
- [PATCH] Separate out MVT in a separate header file: MachineValueType.h
Tim Northover
- [PATCH] Separate out MVT in a separate header file: MachineValueType.h
Patrik Hägglund H
- [PATCH] Separate out MVT in a separate header file: MachineValueType.h
Tim Northover
- [PATCH] Slightly more verbose error in Verifier
Philip Reames
- [PATCH] Slightly more verbose error in Verifier
Rafael Espíndola
- [PATCH] Slightly more verbose error in Verifier
Justin Bogner
- [PATCH] SROA fix to avoid invalid bitcast generation when converting a load from a double pointer bitcasted with an address space change of the pointee pointee
Michele Scandale
- [PATCH] support: add a utility function to normalize path separators
Saleem Abdulrasool
- [PATCH] support: add a utility function to normalize path separators
David Majnemer
- [PATCH] Tolerate unmangled names in sample profiles.
Diego Novillo
- [PATCH] Use DiagnosticInfo facility.
Diego Novillo
- [PATCH] Use DiagnosticInfo facility.
Quentin Colombet
- [PATCH] Use DiagnosticInfo facility.
Diego Novillo
- [PATCH] Use DiagnosticInfo facility.
Diego Novillo
- [PATCH] Use DiagnosticInfo facility.
Diego Novillo
- [PATCH] Use discriminator information in sample profiles.
Diego Novillo
- [PATCH] Use discriminator information in sample profiles.
Chandler Carruth
- [PATCH] Use discriminator information in sample profiles.
Diego Novillo
- [PATCH] Use discriminator information in sample profiles.
Diego Novillo
- [PATCH] X86SchedModel: Add Sched information on some FPStack instruction
Quentin Colombet
- [PATCH] X86SchedModel: Add Sched information on some FPStack instruction
Craig Topper
- [PATCH] X86SchedModel: Add Sched information on some FPStack instruction
Quentin Colombet
- [PATCH] XCore fix for SingleSource/Benchmarks/Misc-C++/Large/sphereflake
robert lytton
- [PATCH] XCore fix for SingleSource/Benchmarks/Misc-C++/Large/sphereflake
Daniel Dunbar
- [PATCH] XCore fix for SingleSource/Benchmarks/Misc-C++/Large/sphereflake
robert lytton
- [PATCH] XCore fix for SingleSource/Benchmarks/Misc-C++/Large/sphereflake
robert lytton
- [PATCH] XCore fix for SingleSource/Benchmarks/Misc-C++/Large/sphereflake
Daniel Dunbar
- [PATCH] XCore fix for SingleSource/Benchmarks/Misc-C++/Large/sphereflake
robert lytton
- [PATCH] XCore fix for SingleSource/Benchmarks/Misc-C++/Large/sphereflake
robert lytton
- [PATCH] XCore fix for SingleSource/Benchmarks/Misc-C++/Large/sphereflake
Renato Golin
- [PATCH] XCore fix for SingleSource/Benchmarks/Misc-C++/Large/sphereflake
Tim Northover
- [PATCH] XCore fix for SingleSource/Benchmarks/Misc-C++/Large/sphereflake
Renato Golin
- [PATCH] XCore fix for SingleSource/Benchmarks/Misc-C++/Large/sphereflake
robert lytton
- [PATCH] XCore target: add support to build MultiSource/Benchmarks/SciMark2-C
robert lytton
- [PATCH] XCore target: add support to build MultiSource/Benchmarks/SciMark2-C
Daniel Dunbar
- [PATCH] XCore target: add support to build MultiSource/Benchmarks/SciMark2-C
robert lytton
- [PATCH] XCore target: add support to build MultiSource/Benchmarks/SciMark2-C
Daniel Dunbar
- [PATCH] XCore target: Add TypeString meta data to IR output.
robert lytton
- [PATCH] XCore target: Add TypeString meta data to IR output.
robert lytton
- [PATCH] XCore target: Add TypeString meta data to IR output.
robert lytton
- [PATCH] XCore target: skip tests xcore can't run
robert lytton
- [PATCH] XCore target: use TEST_TARGET_FLAGS to override target's memory size.
robert lytton
- [PATCH] XCore target: use TEST_TARGET_FLAGS to override target's memory size.
Daniel Dunbar
- [PATCH] XCore target: use TEST_TARGET_FLAGS to override target's memory size.
robert lytton
- [PATCH] XCore target: use TEST_TARGET_FLAGS to override target's memory size.
Daniel Dunbar
- [PATCH] XCore target add __LITTLE_ENDIAN__ defined macro
robert lytton
- [polly] dependence on Intrinsics.gen
Sebastian Pop
- [polly] dependence on Intrinsics.gen
Tobias Grosser
- [polly] move detection of polly libs to LLVM
Sebastian Pop
- [polly] move detection of polly libs to LLVM
Chandler Carruth
- [polly] move detection of polly libs to LLVM
Sebastian Pop
- [polly] move detection of polly libs to LLVM
Chandler Carruth
- [polly] move detection of polly libs to LLVM
Sebastian Pop
- [polly] move detection of polly libs to LLVM
Sebastian Pop
- [polly] move detection of polly libs to LLVM
Tobias Grosser
- [polly] r203456 - www: Fix link to Pluto
Tobias Grosser
- [polly] r203462 - Update isl to ensure 'extern "C" {' is available
Tobias Grosser
- [polly] r203476 - Update CLooG and some test cases
Tobias Grosser
- [polly] r203495 - add intrinsics_gen dependence on LLVMPollyLib
Sebastian Pop
- [polly] r203500 - Ported scoplib to use isl_val * instead of isl_int
Tobias Grosser
- [polly] r203544 - ScheduleOptimizer: Fix prevectorization.
Tobias Grosser
- [polly] r203607 - Move transformations into own directory
Andreas Simbuerger
- [polly] r203608 - (cmake) rename polly's shared lib.
Andreas Simbuerger
- [polly] r203609 - Refactor Polly's Pass creation and initialization.
Andreas Simbuerger
- [polly] r203696 - add dependence of check-polly on llc
Sebastian Pop
- [polly] r203721 - Fix polly tests to not include aliases to declarations.
Rafael Espindola
- [polly] r203811 - avoid warning
Sebastian Pop
- [polly] r203841 - record in POLLY_LINK_LIBS all the libs needed for polly
Sebastian Pop
- [polly] r203843 - add intrinsics_gen dependence on Polly
Sebastian Pop
- [polly] r203859 - update comment
Sebastian Pop
- [polly] r203861 - [cmake] There is only one PoCC file, and this is in /Transforms
Tobias Grosser
- [polly] r203868 - [autoconf] Add Transform/ directory
Tobias Grosser
- [polly] r203869 - Allow several polly command line options to be provided multiple times
Tobias Grosser
- [polly] r203871 - [libpluto] Make more pluto options accessible
Tobias Grosser
- [polly] r203888 - add -load polly.so only when not LINK_POLLY_INTO_TOOLS
Sebastian Pop
- [polly] r203925 - autoconf: Fix module loading in tests
Tobias Grosser
- [polly] r203952 - (Make) Build a single monolithic LLVMPolly.so
Andreas Simbuerger
- [polly] r203957 - (Make) Remove unused Makefiles
Andreas Simbuerger
- [polly] static builds
Sebastian Pop
- [polly] static builds
Tobias Grosser
- [polly] static builds
Sebastian Pop
- [polly] static builds
Sebastian Pop
- [polly] static builds
Sebastian Pop
- [polly] static builds
Sebastian Pop
- [polly] static builds
Tobias Grosser
- [polly] static builds
Tobias Grosser
- [polly] static builds
Tobias Grosser
- [test-suite] r203453 - XCore target: remove tests that require fork()
Robert Lytton
- [test-suite] r203454 - Replace stderr with stdout to make output deterministic
Robert Lytton
- [test-suite] r203597 - Disable timing for MultiSource/Benchmarks/SciMark2-C
Robert Lytton
- [test-suite] r203860 - Adding a few more EH tests to Regression/C++
Renato Golin
- [www] r203578 - Add conference programme and lightning talks/posters.
Tobias von Koch
- [www] r203582 - Fix typo
Tobias von Koch
- [www] r203583 - Add more posters.
Tobias von Koch
- [zorg] r203569 - pollyperf builder: Use a local package cache
Tobias Grosser
- [zorg] r203570 - Remove pollyperf xfails
Tobias Grosser
- [zorg] r203629 - Filter out static member tests, so we dont have to xfail them on old machines.
Chris Matthews
- buildbot change for Mips slave - please review
reed kotler
- buildbot change for Mips slave - please review
Reed Kotler
- Improved MOVBE support
Louis Gebrarg
- Improved MOVBE support
Chris Lattner
- Improved MOVBE support
Jim Grosbach
- InAlloca documentation out of sync?
Rafael Espíndola
- LLVM buildmaster will be restarted today after 6 PM Pacific
Galina Kistanova
- PATCH: Consistent use of the noduplicate attribute
Eli Bendersky
- PATCH: Consistent use of the noduplicate attribute
Duncan P. N. Exon Smith
- PATCH: Make sure NVPTX doesn't emit symbols that aren't valid for ptxas
Eli Bendersky
- PATCH: Make sure NVPTX doesn't emit symbols that aren't valid for ptxas
Justin Holewinski
- PATCH: Make sure NVPTX doesn't emit symbols that aren't valid for ptxas
Eli Bendersky
- PATCH: Make sure NVPTX doesn't emit symbols that aren't valid for ptxas
Justin Holewinski
- PATCH: Make sure NVPTX doesn't emit symbols that aren't valid for ptxas
Eli Bendersky
- PATCH: Make sure NVPTX doesn't emit symbols that aren't valid for ptxas
Justin Holewinski
- PATCH: R600/SI: Instruction verifier improvements
Tom Stellard
- PATCH: Refactor the inliner threshold settings into a function
Eli Bendersky
- PATCH: Refactor the inliner threshold settings into a function
Rafael Espíndola
- PATCH: Refactor the inliner threshold settings into a function
Eli Bendersky
- patch: remove PseudoSourceValue from Value.
Nick Lewycky
- patch: remove PseudoSourceValue from Value.
Chris Lattner
- patch to fix -O0 for Mips
David Chisnall
- patch to fix -O0 for Mips
Daniel Sanders
- Switch containing holes via table lookup, version 4
Hans Wennborg
- Switch containing holes via table lookup, version 5
Jasper Neumann
- Switch containing holes via table lookup, version 5
Hans Wennborg
Last message date:
Sun Mar 16 23:47:12 PDT 2014
Archived on: Tue Aug 4 17:11:04 PDT 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).