platform/upstream/llvm.git
2016-02-15 Jonas Hahnfeld[compiler-rt] Fix test failures when switching default...
2016-02-15 Andrey BokhankoPR26449: Tests for builtin_classify_type fix
2016-02-15 Andrey BokhankoPR26449: Fixes for bugs in __builtin_classify_type...
2016-02-15 Scott EgertonReverted r260879 as it caused test failures in lld.
2016-02-15 Scott Egerton[mips] Removed the SHF_ALLOC flag from the .pdr section.
2016-02-15 Igor BregerAVX512: Change store size of kmask. Store size of v8i1...
2016-02-15 Alexey Bataev[OPENMP] Remove extra sync barriers for 'firstprivate...
2016-02-15 Zia AnsariFixed non-NULL terminating array bug in SanitizerCommon...
2016-02-15 Junmo ParkMinor code cleanups. NFC.
2016-02-15 NAKAMURA TakumiclangIndex requires LLVMIR as Core, since r260858 uses...
2016-02-15 Felix Berger[clang-tidy] ClangTidy check to flag uninitialized...
2016-02-15 Felix BergerAdd isAnyPointer() matchers. Register missing matchers.
2016-02-15 Saleem AbdulrasoolELF: silence -Wcast-qual warnings from GCC
2016-02-15 Felix Berger[clang-tidy] Only invoke ForRangeCopyCheck on expensive...
2016-02-15 Felix BergerImprove documentation
2016-02-15 Saleem AbdulrasoolExpressionParser: silence some GCC warnings
2016-02-15 Saleem AbdulrasoolSema: prevent assertion on stack return checking
2016-02-15 Argyrios Kyrtzidis[AST/index] Introduce an option 'SuppressTemplateArgsIn...
2016-02-15 Saleem Abdulrasoolsilence -Wreturn-type warnings
2016-02-15 Saleem AbdulrasoolSema: constify EvalAddr, EvalVal
2016-02-15 Hongbin Zheng[Refactor] Eliminate the global variable "InsnToMemAcc".
2016-02-14 Johannes Doerfert[FIX] Hoist accesses if AA stated they are invariant
2016-02-14 Argyrios Kyrtzidis[test/Index] Set a specific target for the test.
2016-02-14 Johannes DoerfertSplit ScopArrayInfo::updateSizes into two functions
2016-02-14 Johannes DoerfertSeparate more constant factors of parameters
2016-02-14 Argyrios Kyrtzidis[index] Factor libclang's functionality to determing...
2016-02-14 Tobias GrosserCodeGeneration: Add back verification of generated...
2016-02-14 Sylvestre LedruFix some typos in the clang doc
2016-02-14 Sylvestre LedruFix some typos in the llvm doc
2016-02-14 Tobias GrosserRevert "[ScopDectect] Allow memory accesses with differ...
2016-02-14 Tobias Grosser[ScopDectect] Allow memory accesses with different...
2016-02-14 Simon Pilgrim[X86][AVX] Fixed copy+paste typo in shuffle test
2016-02-14 Dimitry AndricAs reported in https://llvm.org/bugs/show_bug.cgi?id...
2016-02-14 Benjamin KramerDon't leak the ASTUnit when done with testing.
2016-02-14 Amaury SechetUse report_fatal_error more consistently in the C API...
2016-02-14 Amaury SechetGet constant cloning out of CloneValue so it can be...
2016-02-14 NAKAMURA Takumic-index-test: Fix libdeps corresponding to r260841.
2016-02-14 Amaury SechetMove clone_params around
2016-02-14 Amaury SechetFix star alignment in Core.h
2016-02-14 Argyrios Kyrtzidis[c-index-test] Fix a gcc build error.
2016-02-14 Argyrios Kyrtzidis[index] Fix gcc builds.
2016-02-14 Argyrios Kyrtzidis[index] Enhance c-index-test tool and have it link...
2016-02-14 Argyrios Kyrtzidis[index] Allow calling createIndexingAction() without...
2016-02-14 Craig Topper[TableGen] Remove constant string argument from a metho...
2016-02-14 Dimitry AndricFix lib/tsan/go/buildgo.sh for FreeBSD after r243051.
2016-02-13 Chandler Carruth[PM/AA] Wire BasicAA's new pass manager class up to...
2016-02-13 Samuel Antao[OpenMP] Rename the offload entry points.
2016-02-13 Chandler Carruth[PM/AA] Actually wire the AAManager I built for the...
2016-02-13 Duncan P. N... Support: Fix incremental build when re-configuring...
2016-02-13 Simon Pilgrim[X86][AVX] Lower shuffles as repeated lane shuffles...
2016-02-13 Argyrios Kyrtzidis[AST] Add a print() method in DeclarationName that...
2016-02-13 Craig TopperRemove Proc feature flags for X86 processors that are...
2016-02-13 Benjamin KramerFix a leak in the generated code for attributes with...
2016-02-13 Craig Topper[TableGen] Fix comment about 64-bit type I missed when...
2016-02-13 Kostya Serebryany[libFuzzer] remove std::vector operations from hot...
2016-02-13 Sanjay Patel[x86-64] allow mfence even with -mno-sse (PR23203)
2016-02-13 Benjamin Kramer[APInt] No need for a copy when taking min/max of an...
2016-02-13 Benjamin Kramer[ConstantFolding] Reduce APInt and APFloat copying.
2016-02-13 Benjamin Kramer[AggressiveAntiDepBreaker] Skip some unnecessary BitVec...
2016-02-13 Benjamin KramerUse ArrayRef to hide SmallVector details, kill a useles...
2016-02-13 Benjamin KramerRValue refs do not work that way.
2016-02-13 Benjamin KramerDon't copy a DenseMap just to do lookup in it.
2016-02-13 Hongbin ZhengUse unique_ptr to manage Scop inside ScopInfo.
2016-02-13 Hongbin ZhengMove AccFuncMap from ScopInfo into Scop
2016-02-13 Hongbin ZhengDo not carry LoopInfo along with a Scop.
2016-02-13 Hongbin ZhengDo not carry DominatorTree along with a Scop.
2016-02-13 Hongbin ZhengDo not carry ScopDetection along with a Scop.
2016-02-13 Krzysztof Parzyszek[Hexagon] Replace use of "std::map::emplace" with ...
2016-02-13 Benjamin KramerReduce the number of implicit StringRef->std::string...
2016-02-13 Benjamin KramerFix use after free.
2016-02-13 Chandler Carruth[attrs] Move the norecurse deduction to operate on...
2016-02-13 NAKAMURA TakumiHexagonFrameLowering.cpp: Appease msc18 to give an...
2016-02-13 Dmitry Polukhin[OPENMP] NFC rewrite ParseOpenMPDirectiveKind
2016-02-13 Kostya Serebryany[libFuzzer] don't require seed in fuzzer::Mutate, inste...
2016-02-13 Craig Topper[TableGen] Use range-based for loops. NFC
2016-02-13 Craig TopperNo need to make the subtarget feature bit enum a uint64...
2016-02-13 Argyrios Kyrtzidis[index] Change some default parameters to fix an MSVC...
2016-02-13 Matthias BraunLiveIntervalAnalysis: Remove LiveVariables requirement
2016-02-13 Matt ArsenaultAMDGPU: Prepare for reducing private element size.
2016-02-13 Jason MolendaAdditional fix to my change in r259983 to handle the
2016-02-13 NAKAMURA Takumilibclang/CMakeLists.txt: Prune IndexingContext.h out...
2016-02-13 Kostya Serebryany[libFuzzer] remove the C++-ish variant of FuzzerDriver...
2016-02-13 Kostya Serebryany[libFuzzer] simplify CTOR of MutationDispatcher
2016-02-13 Kostya Serebryany[libFuzzer] get rid of MutationDispatcher::Impl (simpli...
2016-02-13 Kostya Serebryany[libFuzzer] get rid of UserSuppliedFuzzer; NFC
2016-02-13 Kostya Serebryany[libFuzzer] simplify the code around Random. NFC
2016-02-13 Kostya Serebryany[libFuzzer] remove UserSuppliedFuzzer from the interfac...
2016-02-13 Steven WatanabeFix the ASTPrinter output for ascii char literals ...
2016-02-13 Kostya Serebryany[libFuzzer] provide a plain C interface for custom...
2016-02-13 Siva Chandra[TestLibCxxAtomic] Skip for GCC.
2016-02-13 Tom StellardAMDGPU/SI: Add llvm.amdgcn.mov.dpp intrinsic
2016-02-13 Keno Fischer[Cloning] Clone every Function's Debug Info
2016-02-13 Matt ArsenaultAdd AMDGPU related triple vendors/OSes
2016-02-13 Davide Italiano[llvm-size] Remove variable used only once.
2016-02-13 Sunil SrivastavaAccept "-Weverything" in clang diagnistic pragmas
2016-02-13 Bob Wilson[Sema] More changes to fix Objective-C fallout from...
2016-02-13 Davide Italiano[llvm-size] Make error handling uniform.
2016-02-13 Argyrios Kyrtzidis[RecursiveASTVisitor] Introduce dataTraverseStmtPre...
2016-02-13 Matt ArsenaultAMDGPU: Cleanup includes and random macros
2016-02-13 Matt ArsenaultAMDGPU: Add sin/cos builtins
next