platform/upstream/llvm.git
2016-08-25 Simon Pilgrim[X86][AVX] Improved AVX512F/AVX512VL SubVectorBroadcast...
2016-08-25 Simon Pilgrim[X86][AVX] Provide SubVectorBroadcast fallback if load...
2016-08-25 Michael KruseIntroduce unittests.
2016-08-25 Michael KruseUse configure_lit_site_cfg instead of configure_file.
2016-08-25 Sebastian PopGVN-hoist: fix hoistingFromAllPaths for loops (PR29034)
2016-08-25 Aditya KumarRemove trailing WS [NFC]
2016-08-25 Michael KruseAdd LLVM libdir to library search path in out-of-tree...
2016-08-25 George RimarRemoved trailing whitespace. NFC.
2016-08-25 Michael KruseAlso warn if llvm-lit is not available.
2016-08-25 Martin Probstclang-format: [JS] nested and tagged template strings.
2016-08-25 George Rimar[ELF] - Implemented --oformat binary option.
2016-08-25 Pavel Labathgdb-remote: Make the sequence mutex non-recursive
2016-08-25 Pavel LabathFix warnings preventing copy elision.
2016-08-25 Matt Arsenaultamdgcn: Fix return type of get_num_groups
2016-08-25 Vitaly BukaFix memory leaks in clang-offload-bundler
2016-08-25 Craig Topper[X86] Simplify getOperandBias as a bit. NFC
2016-08-25 Craig Topper[X86] Fix indentation per coding standards. NFC
2016-08-25 Vitaly BukaFixed comment
2016-08-25 Vitaly Buka[asan] Disable CreateSigAltStack from Unix/Signals...
2016-08-25 Jason MolendaIf the user has specified target.memory-module-load...
2016-08-25 George Burgess IVMake buildbots happy.
2016-08-25 George Burgess IVRemove a pointless LLVM_CONSTEXPR. NFC.
2016-08-25 Kyle ButtTailDuplication: Don't pass MMI separately from MF...
2016-08-25 Kyle ButtTailDuplication: Save MF and reduce number of parameter...
2016-08-25 George Burgess IVUpdate a comment.
2016-08-25 Matthias BraunMachineFunctionProperties/MIRParser: Rename AllVRegsAll...
2016-08-25 Kostya Serebryany[libFuzzer] simplify the code, NFC
2016-08-25 George Burgess IVMake some LLVM_CONSTEXPR variables const. NFC.
2016-08-25 Eugene ZelenkoFix some Clang-tidy modernize-use-using and Include...
2016-08-25 Richard SmithLazily load the ContextDecl for a lambda's DefinitionDa...
2016-08-25 Xinliang David Li[Profile] Propagate branch metadata properly in instcombine
2016-08-25 Matt ArsenaultStrip opencl.ocl.version metadata
2016-08-25 Bruno Cardoso... [Sema][Comments] Factor out function type loc logic...
2016-08-25 Kyle ButtTest: Add REQUIRES: asserts to test that now requires...
2016-08-24 Jason MolendaRewrite the GetFileInSDK methods in PlatformRemoteiOS,
2016-08-24 David BlaikieDebugInfo: Let -gsplit-dwarf and -gmlt compose if ...
2016-08-24 Kostya Serebryany[libFuzzer] make a test more deterministic
2016-08-24 Sanjay Patel[InstCombine] move foldICmpDivConstConst() contents...
2016-08-24 Evgeny StupachenkoThe patch improves ValueTracking on left shift with...
2016-08-24 Heejin Ahn[WebAssembly] Change a comment line
2016-08-24 Matthias BraunMIRYamlMapping cleanup
2016-08-24 Krzysztof Parzyszek[Hexagon] Check for block end when skipping debug instr...
2016-08-24 Matthias BraunMIRParser/MIRPrinter: Compute HasInlineAsm instead...
2016-08-24 Matthias BraunMissed a test in my last commit
2016-08-24 Krzysztof Parzyszek[Hexagon] Change insertion of expand-condsets pass...
2016-08-24 Sanjay Patel[InstCombine] use m_APInt to allow icmp eq/ne (shr...
2016-08-24 Matthias BraunMachineRegisterInfo/MIR: Initialize tracksSubRegLivenes...
2016-08-24 Chris Bieneman[CMake] Be more consistent about naming targets and...
2016-08-24 Kostya Serebryany[lsan] give a test a bit more stack -- it started faili...
2016-08-24 Chris Bieneman[Order Files] On Darwin use DTrace's oneshot probe
2016-08-24 Todd Fialafix darwin_log test errors on macOS < 10.12
2016-08-24 Kyle ButtCodeGen: If Convert blocks that would form a diamond...
2016-08-24 Kyle ButtIfConversion: Rescan diamonds.
2016-08-24 Jason Henline[StreamExecutor] Rename Executor to Device
2016-08-24 Richard SmithDisable test under asan: it uses a lot of stack, and...
2016-08-24 Richard SmithPR29097: add an update record when we instantiate the...
2016-08-24 Alexander Kornienko[clang-tidy misc-move-const-arg] more specific messages...
2016-08-24 Tim NorthoverARM: don't diagnose cbz/cbnz to Thumb functions.
2016-08-24 Kostya Serebryany[sanitizer] re-apply r279572 and r279595 reverted in...
2016-08-24 Bruno Cardoso... [Sema][Comments] Support @param with c++ 'using' keyword
2016-08-24 Kostya Serebryany[ubsan] fix the test to me more resistent against chang...
2016-08-24 Changpeng FangAMDGCN/SI: Implement readlane/readfirstlane intrinsics
2016-08-24 Eugene ZelenkoClang-tidy documentation style. Two Google checks are...
2016-08-24 Jason Henline[StreamExecutor] Fix allocateDeviceMemory
2016-08-24 Michael KruseAdd %loadPolly to test command line.
2016-08-24 Matt Arsenaultamdgcn: Also correct get_local_size type for HSA
2016-08-24 Rafael EspindolaUse isTargetMachO instead of isTargetDarwin.
2016-08-24 Jason Henline[StreamExecutor] Clean up device copy comments
2016-08-24 Samuel AntaoFix offload bundler tests so that diagnostic can start...
2016-08-24 Simon Pilgrim[X86][SSE] Add MINSD/MAXSD/MINSS/MAXSS intrinsic scalar...
2016-08-24 David BlaikieDebugInfo: Add flag to CU to disable emission of inline...
2016-08-24 David BlaikieDebugInfo: Add flag to CU to disable emission of inline...
2016-08-24 Matthew Simpson[LV] Unify vector and scalar maps
2016-08-24 Evandro Menezes[AArch64] Adjust the feature set for Exynos M1.
2016-08-24 Sanjoy Das[SCCP] Don't delete side-effecting instructions
2016-08-24 Simon Pilgrim[X86][SSE] Add support for combining VZEXT_MOVL target...
2016-08-24 Matt Arsenaultamdgcn: Fix return type for get_global_size
2016-08-24 Vitaly BukaRevert r279572 "[sanitizer] change the 64-bit..." becau...
2016-08-24 Krzysztof Parzyszek[Hexagon] Enable subregister liveness tracking
2016-08-24 NAKAMURA Takumiclang-offload-bundler: Update libdeps.
2016-08-24 Jason Henline[StreamExecutor] Executor add synchronous methods
2016-08-24 Nico Weberfix typo "varaible"
2016-08-24 Nico Weberfix typo "varaibles"
2016-08-24 Krzysztof Parzyszek[Hexagon] Remove the utilization of IMPLICIT_DEFs from...
2016-08-24 Nico Weberfix typo 'varaible' in assert
2016-08-24 Samuel AntaoAdd target REQUIRES directives to offload bundler test.
2016-08-24 Samuel Antao[Driver][OpenMP][CUDA] Add capability to bundle object...
2016-08-24 Tim NorthoverGlobalISel: fix cmp test to be in SSA form
2016-08-24 Samuel Antaoclang-offload-bundler - offload files bundling/unbundli...
2016-08-24 Teresa Johnson[ThinLTO/gold] Add caching support to gold-plugin
2016-08-24 Simon Pilgrim[X86][SSE] Regenerate scalar math load folding tests...
2016-08-24 Wei DingAMDGPU : Add V_SAD_U32 instruction pattern.
2016-08-24 Ying Yi[llvm-cov] Add the project summary to each source file...
2016-08-24 Pavel LabathFix mismatched new/free in Process:RunPrivateStateThread
2016-08-24 Sanjay Patel[InstCombine] add assert and explanatory comment for...
2016-08-24 Krzysztof ParzyszekCreate subranges for new intervals resulting from live...
2016-08-24 Simon Dardis[mips] Preparatory work for a generic scheduler
2016-08-24 Simon Pilgrim[X86][AVX2] Ensure on 32-bit targets that we broadcast...
2016-08-24 Simon Pilgrim[X86][F16C] Regenerated f16c tests
2016-08-24 Gil Rapaport[Loop Vectorizer] Support predication of div/rem
next