platform/upstream/llvm.git
2017-05-23 Alex Lorenz[index] The references to enum constants from member...
2017-05-23 Alex Lorenz[index] The references to member enums from template...
2017-05-23 Galina KistanovaAdded LLVM_FALLTHROUGH to address gcc warning: this...
2017-05-23 Alex Lorenz[index] The references to type aliases and typedefs...
2017-05-23 Alex Lorenz[index] The references to fields from nested records...
2017-05-23 Alex Lorenz[index] The references to records from template instant...
2017-05-23 Chih-Hung Hsieh[clang-tidy] Do not dereference a null BaseType
2017-05-23 Yaxun Liu[AMDGPU] Do not require opencl triple environment for...
2017-05-23 Jim InghamWe shouldn't put actual tests in directories that contain
2017-05-23 Reid KlecknerAdd test coverage for recent behavior change in GNU...
2017-05-23 Stanislav Mekhanoshin[AMDGPU] Convert shl (add) into add (shl)
2017-05-23 Zachary TurnerRevert "Make TypeSerializer's StringMap use the same...
2017-05-23 Simon Atanasyan[mips] Remove unused class field. NFC
2017-05-23 Simon Atanasyan[mips] Change type of MipsSubtarget ctor arguments...
2017-05-23 Ulrich Weigand[RuntimeDyld, PowerPC] Fix check for external symbols...
2017-05-23 Ilya Biryukov[clangd] Added a missing dependency on clangdAST to...
2017-05-23 Krasimir Georgiev[Tooling][libclang] Remove unused CompilationDatabase...
2017-05-23 Ilya Biryukov[clangd] Replaced WorkerRequest with std::function...
2017-05-23 Anna Thomas[JumpThreading] Safely replace uses of condition
2017-05-23 Ulrich Weigand[RuntimeDyld, PowerPC] Fix relocation detection overflow
2017-05-23 Siddharth Bhat[NFC] [PolyhedralInfo] fix typo
2017-05-23 Ilya BiryukovAllow to use vfs::FileSystem for file accesses inside...
2017-05-23 Philip Pfaffe[Polly][NewPM] Reenable ScopPassManager unittest
2017-05-23 Philip PfaffePost-commit fix of a comment
2017-05-23 Pavel LabathAdd support for new (3.0.11+) swigs
2017-05-23 Sven van Haastregt[libclang] [OpenCL] Expose more OpenCL CIndex types
2017-05-23 Benjamin Kramer[clangd] Explicitly link against pthread.
2017-05-23 Philip Pfaffe[Polly][NewPM] Port CodeGen to the new PM
2017-05-23 Benjamin Kramer[clangd] Pick up deps via LLVM components, which will...
2017-05-23 Philip Pfaffe[Polly][NewPM] Port IslAst to the new ScopPassManager
2017-05-23 Philip Pfaffe[Polly][NewPM] Port DependenceInfo to the new ScopPassM...
2017-05-23 Sam Kolton[AMDGPU] SDWA: Add assembler support for GFX9
2017-05-23 Simon Dardis[mips] Make checks in CodeGen/mips-varargs.c less fragile
2017-05-23 Florian Hahn[AArch64] Make instruction fusion more aggressive.
2017-05-23 Igor Breger[GlobalISel][X86] G_LOAD/G_STORE vec256/512 support
2017-05-23 Ilya Biryukov[clangd] Split clangd into library+executable (mainly...
2017-05-23 Tobias Grosser[ScopInfo] Translate foldAccessRelation to isl C++...
2017-05-23 Craig Topper[KnownBits] Use !hasConflict() in asserts in place...
2017-05-23 Ayal Zaks[LV] Report multiple reasons for not vectorizing under...
2017-05-23 Tobias Grosser[ScopInfo] Translate buildMemIntrinsicAccessRelation...
2017-05-23 Tobias Grosser[ScopInfo] Translate assumeNoOutOfBound to isl C++...
2017-05-23 Tobias Grosser[ScopInfo] Translate applyAndSetFAD to isl C++
2017-05-23 David BlaikielibDebugInfo: Support symbolizing using DWP files
2017-05-23 Tobias Grosser[ScopInfo] Translate isReadOnly to isl C++
2017-05-23 Akira Hatanaka[AArch64] Fix PRR33100.
2017-05-23 Amaury SechetUpdate expected result for or-branch.ll . NFC
2017-05-23 Gor Nishanov[coroutines] Skip over passthrough operator co_await
2017-05-23 Galina KistanovaAdded LLVM_FALLTHROUGH to address gcc warning: this...
2017-05-23 Gor Nishanov[coroutines] Add emission of initial and final suspends
2017-05-23 Galina KistanovaCosmetic. Added braces to address gcc warning: suggest...
2017-05-23 NAKAMURA TakumiTypeStreamMerger.h: Fix a \param in r303577. [-Wdocumen...
2017-05-23 Tobias Grosser[ScopInfo] Simplify domains early
2017-05-23 Gor Nishanov[coroutines] Add support for deallocation elision
2017-05-23 Gor Nishanov[coroutines] Replace all coro.frame builtins with an...
2017-05-23 Galina KistanovaAdded LLVM_FALLTHROUGH to address gcc warning: this...
2017-05-23 Gor Nishanov[coroutines] Add support for allocation elision
2017-05-23 Galina KistanovaAdded LLVM_FALLTHROUGH to address gcc warning: this...
2017-05-23 Faisal Vali[NFC, Refactor] Modernize TemplateIdAnnotation using...
2017-05-23 Teresa JohnsonAdjust clang test for r303590
2017-05-23 David BlaikieFIX: Remove debugging assert left in previous commit
2017-05-23 David BlaikielibDebugInfo: Avoid independently parsing the same...
2017-05-23 Teresa JohnsonSupport for taking the max of module flags when linking...
2017-05-22 Richard SmithAdd option to include multiple lines in snippets.
2017-05-22 Craig Topper[InstSimplify] Fix the indentation throughout the inter...
2017-05-22 Davide Italiano[NewPM] Fix an innocent but silly typo. Reported by...
2017-05-22 Davide Italiano[NewPM] Add a temporary cl::opt() to test NewGVN.
2017-05-22 Galina KistanovaAdded LLVM_FALLTHROUGH to address gcc warning: this...
2017-05-22 Gor Nishanov[coroutines] Fix coro-eh-cleanup.cpp test
2017-05-22 Gor Nishanov[coroutines] Wrap the body of the coroutine in try...
2017-05-22 Reid KlecknerGive files from #line the characteristics of the curren...
2017-05-22 Vitaly Buka[CodeGen] Fix uninitialized variables exposed by r303084
2017-05-22 Tim NorthoverInstructionSimplify: don't speculate about Constants...
2017-05-22 Evgeniy Stepanov[lld] Infer relocation model from module flags in reloc...
2017-05-22 Evgeniy StepanovInfer relocation model from module flags in relocatable...
2017-05-22 Zachary TurnerImplement various flavors of type merging.
2017-05-22 Zachary TurnerMake TypeSerializer's StringMap use the same allocator.
2017-05-22 Adrian PrantlDon't generate line&scope debug info for meta-instructions.
2017-05-22 Teresa JohnsonFix update VP metadata after inlining for instrumentati...
2017-05-22 Gor Nishanov[coroutines] Build GRO declaration and return GRO statement
2017-05-22 Krzysztof Parzyszek[Hexagon] Fix definitions of vector predicate loads...
2017-05-22 Craig Topper[DataLayout] Add llvm_unreachable to the default of...
2017-05-22 Adrian PrantlRevert "Don't generate line&scope debug info for meta...
2017-05-22 Stanislav Mekhanoshin[AMDGPU] Narrow lshl from 64 to 32 bit if possible
2017-05-22 Alex Lorenz[index] Index the default template parameter values
2017-05-22 Xinliang David Li[PartialInlining] Add internal options to enable partia...
2017-05-22 Adrian PrantlDon't generate line&scope debug info for meta-instructions.
2017-05-22 Simon Atanasyan[mips] Add one more check to the micromips attribute...
2017-05-22 Simon Atanasyan[mips] Quote command line options with `` in the microm...
2017-05-22 Alex Lorenz[index] Index the deleted functions
2017-05-22 Erik Pilkington[Sema][ObjC] Fix a bug where -Wunguarded-availability...
2017-05-22 Michael Kruse[CodeGen] Add invalidation of the loop SCEVs after...
2017-05-22 Nirav Dave[DAG] Rework store merge to loop on load candidates...
2017-05-22 Alex Lorenz[index] Visit the default argument values in function...
2017-05-22 Nirav Dave[X86] Remove target feature info from mul-i256.ll test...
2017-05-22 Martin Probstclang-format: [JS] avoid line breaks before unindented...
2017-05-22 Francois Ferrandclang-format: do not reflow bullet lists
2017-05-22 Alex Lorenz[index] 'using namespace' declarations in functions...
2017-05-22 Alexander Kornienko[clang-tidy] misc-move-const-arg shouldn't complain...
2017-05-22 Pavel LabathFix incorrect Status -> Error rename in IOHandler
2017-05-22 Alexander Kornienko[clang-tidy] readability-redundant-declaration false...
next