platform/upstream/llvm.git
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
2016-08-24 Simon Pilgrim[X86][SSE] Add support for 32-bit element vectors to...
2016-08-24 Chandler Carruth[PM] Introduce basic update capabilities to the new...
2016-08-24 Peter SmithCanonicalize output section name for .ARM.exidx sections
2016-08-24 Akira Hatanaka[asan] Mark asan-symbolize-sanity-test.cc as UNSUPPORTE...
2016-08-24 Vedant Kumar[AST] Make InitListExpr::isExplicit const (NFC)
2016-08-24 Mehdi AminiTentatively fix gold-plugin test: ThinLTO objects start...
2016-08-24 Jason MolendaAdd api logging for SBDebugger::SetCurrentPlatformSDKRoot.
2016-08-24 Gor Nishanov[Coroutines] Fix unused var warning in release build
2016-08-24 Gor Nishanov[Coroutines] Part 8: Coroutine Frame Building algorithm
2016-08-24 Adam Nemet[Pragma] Clear loop distribution attribute between...
2016-08-24 Mehdi AminiRemove excessive padding from PTHStatData (NFC)
2016-08-24 Saleem Abdulrasoollibc++: add an option to build against compiler-rt
2016-08-24 Chandler CarruthPreserve a pointer to the newly allocated signal stack...
2016-08-24 Matthias BraunTargetSchedule: Do not consider subregister definitions...
2016-08-24 Douglas YungAdding an additional test to ensure the frame pointer...
2016-08-24 Matthias BraunCodeGen: Remove MachineFunctionAnalysis => Enable ...
2016-08-24 Kostya Serebryany[libFuzzer] use __attribute__((target("popcnt"))) only...
2016-08-24 Matthias BraunMIRParser/MIRPrinter: Compute isSSA instead of printing...
2016-08-24 Richard SmithIncrease the size of the sigaltstack used by LLVM signa...
2016-08-24 Matthias BraunMachineModuleInfo: Avoid dummy constructor, use INITIAL...
2016-08-24 Saleem AbdulrasoolRevert "libc++: Perform configuration checks with ...
next