platform/upstream/llvm.git
2016-09-08 Rui UeyamaRename test file. NFC.
2016-09-08 Jason MolendaI had a problem with one SDK where dispatch_release...
2016-09-08 Jason MolendaForce the initialization of the m_type ivar in
2016-09-08 Michael Zolotukhin[LoopUnroll] Properly update loop-info when cloning...
2016-09-08 Nico WeberCorrectly escape %.
2016-09-08 Peter CollingbourneAdd explicit casts to size_t to try to appease MSVC.
2016-09-08 Vedant Kumar[llvm-cov] Disable zlib compression in a test input...
2016-09-08 Peter CollingbourneCodeGen: Clean up implementation of vtable initializer...
2016-09-08 Vedant Kumar[llvm-cov] Use less space to describe source names
2016-09-08 Vedant Kumar[llvm-cov] Drop the longest common filename prefix...
2016-09-08 Michael Kuperstein[CGP] Be less conservative about tail-duplicating a...
2016-09-08 Justin Lebar[AA] Fix typo in comment (s/hase/has).
2016-09-08 Jim InghamRemove lldb coding conventions as they are no longer...
2016-09-08 Dean Michael... [XRay] Remove unused variable
2016-09-08 Dean Michael... [XRay] ARM 32-bit no-Thumb support in compiler-rt
2016-09-08 Dean Michael... [XRay] ARM 32-bit no-Thumb support in Clang
2016-09-08 Dean Michael... [XRay] ARM 32-bit no-Thumb support in LLVM
2016-09-07 Piotr PadlewskiDeleted right file
2016-09-07 Piotr PadlewskiRevert "[thinlto] Deleted unused test file"
2016-09-07 Evgeniy Stepanov[sanitizer] Fix a conflict between abort_on_error and...
2016-09-07 Peter CollingbourneIR: Remove Value::intersectOptionalDataWith, replace...
2016-09-07 Vitaly BukaRevert "[asan] Avoid lifetime analysis for allocas...
2016-09-07 Piotr Padlewski[thinlto] Deleted unused test file
2016-09-07 Evgeniy Stepanov[asan] Fix build on Linux.
2016-09-07 Vitaly Buka[asan] Avoid lifetime analysis for allocas with can...
2016-09-07 Jason MolendaRemove CxaDemangle.cpp / .h from xcode project file.
2016-09-07 Daniel Jasperclang-format: [JavaScript] Change default AllowShortFun...
2016-09-07 Saleem Abdulrasoolbuiltins: make sure that flags is setup properly for...
2016-09-07 Evgeniy Stepanov[asan] Fix a crash in GetCurrentThread() before init.
2016-09-07 Evgeniy Stepanov[asan] Add openlog() on Android.
2016-09-07 Daniel Jasperclang-format: [JavaScript] Do requoting in a separate...
2016-09-07 Sanjay Patel[InstCombine] use m_APInt to allow icmp (and (sh X...
2016-09-07 Jason Henline[SE] Add getName method to Device class
2016-09-07 Jan VeselyAvoid ambiguity in calling atom_add functions.
2016-09-07 Eugene ZelenkoFix some Clang-tidy modernize-use-using and Include...
2016-09-07 Justin Lebar[CUDA] Rework "optimizations" and "publication" section...
2016-09-07 Justin Lebar[CUDA] Clarify that -l and -L only need to be passed...
2016-09-07 Justin Lebar[CUDA] Further reformat "invoking clang" section of...
2016-09-07 Hal Finkel[SimplifyCFG] Don't try to create metadata-valued PHIs
2016-09-07 Haicheng Wu[LoopUnroll] Correct a debug message. NFC.
2016-09-07 Ed MasteELF: Add -Qy as ignored option
2016-09-07 Francis Ricci[compiler-rt] Allow sanitizers to be compiled for windo...
2016-09-07 Elena DemikhovskyShift-left (ISD::SHL) operation crashes on "DAG Legaliz...
2016-09-07 Sanjay Patel[InstCombine] allow icmp (and X, C2), C1 folds for...
2016-09-07 Rui UeyamaFix inconsistent indentation.
2016-09-07 Justin Lebar[CUDA] Fix typo in link in CompileCudaWithLLVM.
2016-09-07 Rafael EspindolaMove field to the base class. NFC.
2016-09-07 Justin Lebar[CUDA] Move AXPY example into gist.
2016-09-07 Rafael EspindolaDelete dead field. NFC.
2016-09-07 Krzysztof Parzyszek[RDF] Fix liveness analysis for phi nodes with shadow...
2016-09-07 Francis Ricci[compiler-rt] Fix library suffixes on windows
2016-09-07 Michael KupersteinDon't reuse a variable name in a nested scope. NFC.
2016-09-07 George Burgess IVMove CHECK right before the function it describes.
2016-09-07 Krzysztof Parzyszek[RDF] Introduce "undef" flag for ref nodes
2016-09-07 Justin Lebar[CUDA] Simplify build/install instructions in CompileCu...
2016-09-07 Justin Lebar[CUDA] Call it "CUDA", not "CUDA C/C++" in our docs.
2016-09-07 Justin Lebar[CUDA] Expand upon --cuda-gpu-arch flag in CompileCudaW...
2016-09-07 George Burgess IV[Sema] Compare bad conversions in overload resolution.
2016-09-07 Bill Seurer[powerpc] Move #if to appease warnings-as-errors tests
2016-09-07 Nico WeberAdd a few more test for []-style uuid attributes.
2016-09-07 Zachary TurnerFix a few oversights in the clang-tidy VS plugin.
2016-09-07 Wei MiRename test pr30298.ll to shrink_vmul_sse.ll, to make...
2016-09-07 Yaxun LiuDo not validate pch when -fno-validate-pch is set
2016-09-07 Yaxun LiuAMDGPU: Remove a useless variable which caused build...
2016-09-07 Zachary TurnerAdd a clang-tidy visual studio extension.
2016-09-07 Zachary TurnerResubmit "Add a test for clang-tidy using the clang...
2016-09-07 Ismail PazarbasiTry contextually converting condition of constexpr...
2016-09-07 Wei MiDon't reduce the width of vector mul if the target...
2016-09-07 Reid Kleckner[MS] Fix prologue this adjustment when 'this' is passed...
2016-09-07 Hans WennborgAdd more triple to conditional-tailcall.ll test
2016-09-07 Chad RosierTypo. NFC.
2016-09-07 Saleem AbdulrasoolCodeGen: ensure that libcalls are always AAPCS CC
2016-09-07 Hans WennborgX86: Fold tail calls into conditional branches where...
2016-09-07 Ed MasteELF: add version script void function test case
2016-09-07 Davide Italiano[lib/LTO] Add a way to run a custom pipeline
2016-09-07 Yaxun LiuAMDGPU: Add hidden kernel arguments to runtime metadata
2016-09-07 Eugene Zelenko[clang-offload-bundler] Fix some Clang-tidy modernize...
2016-09-07 Vassil VassilevAdd missing include. White space.
2016-09-07 Reid KlecknerAdd MS __nop intrinsic to intrin.h
2016-09-07 Reid KlecknerParsing MS pragma intrinsic
2016-09-07 Haojian Wu[include-fixer] Support finding headers for the symbol...
2016-09-07 Bill Seurer[powerpc] Disable ManyThreadsWithStatsStressTest test...
2016-09-07 Reid Kleckner[codeview] Add new directives to record inlined call...
2016-09-07 Rafael EspindolaUse llvm's demangler.
2016-09-07 Chad Rosier[LoopInterchange] Improve debug output. NFC.
2016-09-07 Chad Rosier[LoopInterchange] Improve debug output. NFC.
2016-09-07 Justin Lebar[LSV] Use the original loads' names for the extractelem...
2016-09-07 Sanjay Patel[x86] move combines of 'select of 2 constants' to its...
2016-09-07 Simon PilgrimFix typo in test - it should be masking bits0-15 not...
2016-09-07 Reid Kleckner[MS] Fix 'this' type when calling virtual methods with...
2016-09-07 Andrea Di BiagioRegenerate vector bitcast folding tests using update_te...
2016-09-07 Simon Pilgrim[X86][SSE] Added or combine tests for known bits of...
2016-09-07 Filipe Cabecinhas[asan] Reify ErrorNewDeleteSizeMismatch
2016-09-07 Michael KruseDisable MSVC warnings on ISL.
2016-09-07 Simon Pilgrim[X86][SSE] Added and+or+zext combine tests for known...
2016-09-07 Simon Pilgrim[X86][SSE] Added and+or combine tests currently failing...
2016-09-07 Pablo Barrio[ARM] Lower UDIV+UREM to UDIV+MLS (and the same for...
2016-09-07 Andrea Di Biagio[InstCombine][SSE4a] Fix assertion failure in the inser...
2016-09-07 Sagar Thakur[EfficiencySanitizer] [MIPS64] Enables esan clang drive...
2016-09-07 Rafael EspindolaEnable test on windows.
next