platform/upstream/llvm.git
2016-09-22 Dmitry Vyukovtsan: support pie binaries on newer kernels
2016-09-22 Teresa JohnsonSecond attempt to fix Sphinx bot
2016-09-22 Anna Thomas[RS4GC] Remat in presence of phi and use live value
2016-09-22 Rafael EspindolaFix VA computation for tbss.
2016-09-22 Aaron BallmanFixing sphinx build due to diagnostic:
2016-09-22 Rafael EspindolaHandle multiple .tbss sections.
2016-09-22 Eric Liu[change-namespace] fix qualifier of function references.
2016-09-22 Artem Tamazov[AMDGPU][mc] Add support for absolute expressions in...
2016-09-22 Nemanja Ivanovic[PowerPC] Remove LE patterns matching generic stores...
2016-09-22 Nemanja Ivanovic[Power9] Add exploitation of non-permuting memory ops
2016-09-22 Sagar Thakur[ESan][MIPS] Fix tests struct-simple.cpp on MIPS
2016-09-22 Sagar Thakur[EfficiencySanitizer] Using '$' instead of '#' for...
2016-09-22 Dorit NuzmanFix revision 281960
2016-09-22 Martin Probstclang-format: [JS] reserved words in method names.
2016-09-22 Craig Topper[X86] Fix some illegal rounding modes in some builtin...
2016-09-22 Stephen Hinesclang-format: Add an option to git-clang-format to...
2016-09-22 Ilia KFix parsing expressions to evaluate with spaces and...
2016-09-22 Marshall ClowFix failure on 03 bot
2016-09-22 Craig Topper[AVX-512] Add support for commuting VPTERNLOG instructions.
2016-09-22 Quentin Colombet[RegisterBankInfo] Move to statically allocated Registe...
2016-09-22 Quentin Colombet[RegisterBankInfo] Take advantage of the extra argument...
2016-09-22 Kostya Serebryany[libFuzzer] add 'features' to the corpus elements,...
2016-09-22 Todd Fialafix Args function broken in r281942
2016-09-22 Kostya Serebryany[libFuzzer] one more test
2016-09-22 Marshall ClowAdd missing _v traits. is_bind_expression_v, is_placeho...
2016-09-22 Chris Bieneman[CMake] More robust handling for bootstrap variables
2016-09-22 George Burgess IV[Sema] Fix PR30481: crash on checking printf args.
2016-09-21 Ed MasteFix typo in lldb --help
2016-09-21 Chris Bieneman[CMake] Check if passthrough variables are defined
2016-09-21 Kostya Serebryany[libFuzzer] add stats to the corpus; more refactoring
2016-09-21 Ed MasteFix for loop sign fix in r282112 for column = 0
2016-09-21 Rafael EspindolaOnce more unto the strict weak ordering, once more.
2016-09-21 Zachary TurnerFix an incorrect nullptr conversion.
2016-09-21 Zachary Turner=delete the StringRef(nullptr_t) constructor.
2016-09-21 Kostya Serebryany[libFuzzer] more refactoring; don't compute sha1sum...
2016-09-21 Kostya Serebryany[libFuzzer] more refactoring
2016-09-21 Ed MasteFix integer sign warning from r282105
2016-09-21 Ed MasteFix -Wcovered-switch-default warning in StackFrame.cpp
2016-09-21 Chris Bieneman[CMake] Initial support for LLDB.framework
2016-09-21 Chris Bieneman[CMake] Pass CLANG_VERSION_* variables into later stages
2016-09-21 Albert GutowskiAdd -Wignored-pragma-intrinsic flag
2016-09-21 Filipe Cabecinhas[asan] Reify ErrorGeneric
2016-09-21 Jan VeselyProvide vstore_half helper to workaround clc restrictions
2016-09-21 Todd Fialaadd stop column highlighting support
2016-09-21 Kevin EnderbyNext set of additional error checks for invalid Mach...
2016-09-21 Jim InghamProbably should add the breakpoint names test directory...
2016-09-21 Filipe Cabecinhas[asan] Store full AddressDescription objects in ErrorIn...
2016-09-21 Chad Rosier[LoopInterchange] Track all dependencies, not just...
2016-09-21 Teresa Johnson[ThinLTO] Emit files for distributed builds for all...
2016-09-21 Rafael EspindolaImplement ONLY_IF_RO/ONLY_IF_RW like bfd.
2016-09-21 Davide Italiano[MIRParser] Delete dead code. NFCI.
2016-09-21 Nico Weberrevert 281908 because 281909 got reverted
2016-09-21 Nico Weberrevert 282085, 281909, they broke 32-bit dynamic ASan...
2016-09-21 Nico WeberRemove obsolete XFAIL.
2016-09-21 Etienne BergeronFix typo in comment [NFC]
2016-09-21 Etienne Bergeronfix typo in comment [NFC]
2016-09-21 Zachary TurnerFix failing regex tests.
2016-09-21 Teresa Johnson[docs] Add ThinLTO user documentation
2016-09-21 Arnold SchwaighoferDisable tail calls if there is an swifterror argument
2016-09-21 Matthew Simpson[LV] Don't emit unused scalars for uniform instructions
2016-09-21 Artem Tamazov[AMDGPU][mc] Add support for ds_add_[rtn_]f32.
2016-09-21 Etienne Bergeron[compiler-rt] Fix Asan build on Android
2016-09-21 Dehao ChenChange the basic block weight calculation algorithm...
2016-09-21 Matthew Simpson[LV] Rename "Width" to "Lane" (NFC)
2016-09-21 Cameron McInally[AVX512] Fix return types on __builtin_ia32_gather3XivX...
2016-09-21 Cameron McInally[AVX512] Fix return types on int_x86_avx512_gatherXXX_d...
2016-09-21 Zachary TurnerFix an inefficient StringRef conversion.
2016-09-21 Zachary TurnerMake lldb::Regex use StringRef.
2016-09-21 George Rimar[ELF] - Linkerscript: support complex section pattern...
2016-09-21 Hans WennborgRevert r281895 "Add @llvm.dbg.value entries for the...
2016-09-21 Nico WeberRevert r281715, it caused PR30475
2016-09-21 Arnold SchwaighoferDeadArgElim: Don't mark swifterror arguments as unused
2016-09-21 Haojian WuFix compiler warnings.
2016-09-21 Eric Liu[change-namespace] fix name qualifiers in UsingShadowDe...
2016-09-21 Valentina GiustiRefactor NativeRegisterContextLinux_x86_64 code.
2016-09-21 Chad Rosier[LoopInterchange] Various cleanup. NFC.
2016-09-21 Haojian Wu[clang-move] A prototype tool for moving class definiti...
2016-09-21 Tim NorthoverGlobalISel: produce correct code for signext/zeroext...
2016-09-21 Tim NorthoverGlobalISel: pass Function to lowerFormalArguments direc...
2016-09-21 Eugene LeviantLinker script: Fix bug with several .bss
2016-09-21 Luke DrummondRemove an invalid doxygen `@return` docstring on a...
2016-09-21 Sam Kolton[AMDGPU] Assembler: remove unused AMDGPUMCObjectWriter.
2016-09-21 Diana PicusRevert "[sanitizers] Update sanitizers test to better...
2016-09-21 Simon Dardis[mips] LLVM PR/30197 - Tail call incorrectly clobbers...
2016-09-21 Asiri Rathnayake[libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS...
2016-09-21 Diana Picus[sanitizers] Update sanitizers test to better match...
2016-09-21 George Rimar[ELF] - Linkerscript: reimplement readSectionExcludes()
2016-09-21 Dmitry PolukhinPR30401: Fix substitutions for functions with abi_tag
2016-09-21 Diana PicusRevert "AArch64: Set shift bit of TLSLE HI12 add instru...
2016-09-21 Lei LiuAArch64: Set shift bit of TLSLE HI12 add instruction
2016-09-21 Martin Probstclang-format: [JS] do not wrapp @returns tags.
2016-09-21 Craig Topper[AVX-512] Split the 3 different usages of the X86ISD...
2016-09-21 Jonas Hahnfeld[CMake] Rename back SIMPLE_SOURCE to compile as C++
2016-09-21 NAKAMURA Takumillvm/test/CodeGen/NVPTX/zero-cs.ll: Relax an expression...
2016-09-21 Craig Topper[AVX-512] Don't add an additional rounding mode operand...
2016-09-21 Craig Topper[AVX-512] Simplify handling of INTR_TYPE_1OP_MASK_RM...
2016-09-21 Kostya Serebryany[libFuzzer] fix libc++ build
2016-09-21 Rui UeyamaAccept sh_entsize = 0.
2016-09-21 Adam Nemet[LV] When reporting about a specific instruction withou...
2016-09-21 Kostya Serebryany[libFuzzer] more refactoring; NFC
next