platform/upstream/llvm.git
2016-02-02 Rui UeyamaRe-submit ELF: Report multiple errors from the driver.
2016-02-02 Rui UeyamaELF: Rewrite "echo" command arguments in hope that...
2016-02-02 Matt ArsenaultAMDGPU: Handle promoting memmove
2016-02-02 Rui UeyamaELF: Do not use fatal in LinkerScript.cpp.
2016-02-02 Todd FialaRevert "[NFC] Cleanup RangeMap.h"
2016-02-02 Rui UeyamaDo not use filename in a lit test.
2016-02-02 Rui UeyamaELF: Use StringRef instead of std::string.
2016-02-02 Quentin Colombet[X86] Fix the merging of SP updates in prologue/epilogu...
2016-02-02 Matthias BraunMachineVerifier: Check that defs/uses are live in subre...
2016-02-02 Matt ArsenaultAMDGPU: Skip promote alloca with no optimizations
2016-02-02 Matt ArsenaultAMDGPU: Minor cleanups for AMDGPUPromoteAlloca
2016-02-02 Lang Hames[Orc] Turn OrcX86_64::IndirectStubsInfo into a template...
2016-02-02 David Majnemer[codeview] Correctly handle inlining functions post...
2016-02-02 Matt ArsenaultAMDGPU: Report AMDGPUPromoteAlloca changed the function
2016-02-02 Matt ArsenaultAMDGPU: Whitelist handled intrinsics
2016-02-02 Matt ArsenaultAMDGPU: Use inbounds when calculating workitem offset
2016-02-02 Kuba BreckaReverting r259529 (Marking the mmap_stress.cc TSan...
2016-02-02 Zachary TurnerRe-write many skip decorators to use shared code.
2016-02-02 Daniel SandersRe-commit r259512: [tsan] Add a libc++ and lit testsuit...
2016-02-02 Alexey SamsonovCast the fifth arg to mremap to void *
2016-02-02 Eugene ZelenkoFix Clang-tidy readability-redundant-control-flow warni...
2016-02-02 Tamas Berghammer[NFC] Cleanup RangeMap.h
2016-02-02 Tim NorthoverARM: allow both vfma and vfms intrinsics on v7.
2016-02-02 Reid Kleckner[codeview] Wire up the .cv_inline_linetable directive
2016-02-02 Denis ZobninPR23057: Fix assertion `Val && "isa<> used on a null...
2016-02-02 Alexander Kornienko[clang-tidy] Removed unnecessary parameters in the...
2016-02-02 Alexander Kornienko[clang-tidy] Add non-constant references in function...
2016-02-02 Kuba BreckaMarking the mmap_stress.cc TSan test as unsupported...
2016-02-02 Derek Schuff[MC] Enable eip-relative addressing on x86-64 for X32 ABI
2016-02-02 Pavel LabathXFAIL TestConsecutiveBreakpoints.test_single_step_threa...
2016-02-02 Todd Fialaskip TestWatchLocation on OS X
2016-02-02 Tobias GrosserScopInfo: Split memory access construction into differe...
2016-02-02 Tobias GrosserScopInfo: Do not track element-size as additional array...
2016-02-02 Daniel SandersRevert r259512 - [tsan] Add a libc++ and lit testsuite...
2016-02-02 Benjamin KramerMake CodeGen headers self-contained.
2016-02-02 Pavel LabathRemove redundant test in TestExitDuringStep
2016-02-02 Rafael EspindolaExpand comment a bit.
2016-02-02 Chad Rosier[AArch64] Add a FIXME comment.
2016-02-02 Pavel LabathLog error message in SBTarget::Launch
2016-02-02 Pavel LabathMark TestProcessIO.test_stdin_redirection as flaky...
2016-02-02 Daniel Sanders[tsan] Add a libc++ and lit testsuite for each ${TSAN_S...
2016-02-02 Johannes Doerfert[WWW] Add our Polly/OpenCL paper
2016-02-02 Chad Rosier[AArch64] Allocate the modified and used regs only...
2016-02-02 Tamas BerghammerFix single stepping over the IT instruction
2016-02-02 JF BastienWebAssembly: update expected GCC torture test failures
2016-02-02 Benjamin KramerMake the remaining headers self-contained.
2016-02-02 Benjamin Kramer[StaticAnalyzer] Pull SymExpr and SymbolData into its...
2016-02-02 Johannes DoerfertRemove unneeded definition [NFC]
2016-02-02 Johannes DoerfertAdd const keyword to MemoryAccess argument [NFC]
2016-02-02 Johannes DoerfertSort analysis members and unifiy documentation [NFC]
2016-02-02 Johannes DoerfertRename the DataLayout member [NFC]
2016-02-02 Johannes DoerfertRemove helper function [NFC]
2016-02-02 Johannes DoerfertRemove unnecessary getAnalysis call [NFC]
2016-02-02 Oliver StannardAdd backend dignostic printer for unsupported features
2016-02-02 Oliver StannardRefactor backend diagnostics for unsupported features
2016-02-02 Denis ZobninFix for PR8901: attribute "mode" rejected for enums...
2016-02-02 Simon Pilgrim[X86][AVX512] Add support for AVX512 VMOVQ (load) shuff...
2016-02-02 Tobias GrosserScopInfo: Rename AccessType -> ElementType to unify...
2016-02-02 Pavel LabathFix build after clang interface change in r259489
2016-02-02 Daniel Sanders[compiler-rt] add_custom_libcxx should pass LLVM_PATH...
2016-02-02 Denis ZobninTest commit (NFC).
2016-02-02 Anastasia Stulova[OpenCL] Eliminate warning when declaring OpenCL builti...
2016-02-02 Benjamin KramerMake headers self-contained.
2016-02-02 Benjamin KramerMove DebugInfoKind into its own header to cut the cycli...
2016-02-02 Pavel LabathFix single-stepping onto a breakpoint
2016-02-02 Daniel Jasperclang-format: Make AlignAfterOpenBracket also affect...
2016-02-02 Tobias Grosserwww: Mark full/partial tile separation for vectorizatio...
2016-02-02 Tobias Grosserwww: Update statistic code
2016-02-02 Pavel LabathFix compiler lookup when specified without path
2016-02-02 Tobias Grosserwww: update formatting of polyhedral.info news
2016-02-02 JF BastienWebAssembly: add option to disable register coloring
2016-02-02 George Rimar[ELF] Implemented -Bsymbolic-functions command line...
2016-02-02 Sjoerd MeijerRemoved FeatureVFPOnlySP from the Cortex-R7 processor...
2016-02-02 Simon Atanasyan[ELF] Remove redundant empty line. NFC
2016-02-02 Simon Atanasyan[ELF] Finalize .dynamic section at the end
2016-02-02 Tobias Grosserwww: Fix overlapping lines II
2016-02-02 Tobias GrosserAvoid overlapping lines
2016-02-02 Rui UeyamaELF: Include archive names in error messages.
2016-02-02 Rui UeyamaELF: Simplify and add comments.
2016-02-02 Maxim Ostapenko[asan] Fix internal CHECK failure on double free in...
2016-02-02 Rui UeyamaDo not use "No" prefix for boolean variables to make...
2016-02-02 Rui UeyamaELF: Move GOT relocation handler code to one place...
2016-02-02 Rui UeyamaELF: Move PLT relocation handler to one place. NFC.
2016-02-02 David Majnemer[RegisterCoalescer] Better DebugLoc for reMaterializeTr...
2016-02-02 Rui UeyamaELF: Move GNU_IFUNC relocation handler to one place...
2016-02-02 Rui UeyamaELF: Move copy relocation handler to one place. NFC.
2016-02-02 Rui UeyamaELF: Move code for MIPS local GOT entries to one place...
2016-02-02 Alexey Bataev[OPENMP 4.0] Allow to use 'omp simd' directive inside...
2016-02-02 Arpith Chacko... [OpenMP] Prevent nesting of target constructs within...
2016-02-02 Chandler Carruth[LCG] Build an edge abstraction for the LazyCallGraph...
2016-02-02 Kamil RytarowskiNetBSD: Define initial RegisterContextNetBSD_x86_64
2016-02-02 Philip Reames[LVI] Introduce an intersect operation on lattice values
2016-02-02 Rui UeyamaAdd comments.
2016-02-02 Kostya Serebryany[libFuzzer] allow passing 1 or more files as individual...
2016-02-02 Rui UeyamaUpdate a comment.
2016-02-02 Matthias BraunMachineVerifier: Use report_context() instead of ad...
2016-02-02 Sanjoy Das[X86] Fix a bug in getMemOpBaseRegImmOfs
2016-02-02 Rui UeyamaReplace auto with the real type.
2016-02-02 Kostya Serebryany[libFuzzer] fail if the corpus dir does not exist
2016-02-02 Anna Zaks[asan] Add iOS support for Address Sanitizer
next