platform/upstream/llvm.git
2016-07-11 Etienne Bergeron[compiler-rt] Refactor the interception code on windows.
2016-07-11 Erik Pilkington[NFC] Reorder fields of VersionTuple to reduce size
2016-07-11 Eric FiselierAllow is_swappable to SFINAE on deleted/ambiguous swap...
2016-07-11 Eric FiselierHide some internal symbols for memory resource.
2016-07-11 Chad Rosier[IPRA] Properly compute register usage at call sites.
2016-07-11 Zhan Jun Liau[SystemZ] Recognize Load On Condition Immediate (LOCHI...
2016-07-11 Weiming ZhaoFix a build warning of unhandled enum in switch
2016-07-11 Davide Italiano[SCCP] Try to follow the DRY principle, use `OpSt`.
2016-07-11 Jingyue Wu[SLSR] Call getPointerSizeInBits with the correct addre...
2016-07-11 Davide Italiano[PM/IPO] Port LowerTypeTests to the new PassManager.
2016-07-11 Jacques Pienaar[lanai] Add more tests for assembly of conditional...
2016-07-11 Enrico GranataFix an issue where one could not define a Python comman...
2016-07-11 Dehao ChenFix the assertion failure caused by reviews.llvm.org...
2016-07-11 David Majnemer[Sema] Don't artificially forbid BuiltinTemplateDecls...
2016-07-11 David Majnemer[IR] Stop a -Wsign-compare warning from firing
2016-07-11 Adrian Prantl[man page] Document -gline-tables-only in the clang...
2016-07-11 Adrian Prantl[man page] Fix two sphinx build errors.
2016-07-11 Davide Italiano[LowerTypeTests] Don't rely on doInitialization().
2016-07-11 Dehao ChenImplement callsite-hotness based inline cost for Sample...
2016-07-11 Dehao ChenTune the weight propagation algorithm for sample profile.
2016-07-11 Kuba Brecka[tsan] Add support for GCD IO channels on Darwin
2016-07-11 Sanjay Patel[x86] make some of the tests 256-bit for testing diversity
2016-07-11 Nirav DaveAdd missing include from previous commit
2016-07-11 Nirav DaveFix branch relaxation in 16-bit mode.
2016-07-11 Sanjay Patel[x86] specify triple to avoid bot failures
2016-07-11 Nicolai Haehnle[Sink] Don't move calls to readonly functions across...
2016-07-11 Nicolai HaehnleAliasAnalysis: unify getModRefInfo(I, CS) semantics...
2016-07-11 Sanjay Patel[x86] update checks
2016-07-11 Eric LiuChanges related to tooling::applyAllReplacements interf...
2016-07-11 Eric LiuMake tooling::applyAllReplacements return llvm::Expecte...
2016-07-11 Anastasia Stulova[OpenCL] Improved diagnostics of OpenCL types.
2016-07-11 Tamas BerghammerChange the /proc/<pid>/maps to not assert on incorrect...
2016-07-11 Simon Pilgrim[X86][SSE] Generalise target shuffle combine of shuffle...
2016-07-11 Nirav DaveProvide support for preserving assembly comments
2016-07-11 Tobias GrosserFix gcc compile failure
2016-07-11 Tobias GrosserInvariantEquivClassTy: Use struct instead of 4-tuple...
2016-07-11 Tobias GrosserAdd test case forgotten in r275053
2016-07-11 Artem Tamazov[AMDGPU][llvm-mc] Quickfix for r272748 to enable labels...
2016-07-11 Tobias Grosserload hoisting: compute memory access invalid context...
2016-07-11 Andrey Churbanovreviews.llvm.org/D22134: Implementation of OpenMP 4...
2016-07-11 Haojian Wu[clang-tidy] Pass absolute path to OptionsProvider...
2016-07-11 Zlatko Buljan[mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2...
2016-07-11 Craig Topper[AVX512] Replace masked AND/OR/XOR intrinsics with...
2016-07-11 Elena DemikhovskyAVX-512: DAG lowering for scalar MIN/MAX commutable ops
2016-07-11 David Majnemer[Sema] Disallow __make_integer_seq from showing up...
2016-07-11 Craig Topper[AVX512] Add support for 512-bit ANDN now that all...
2016-07-11 Craig Topper[AVX512] Use vpternlog with an immediate of 0xff to...
2016-07-11 Craig Topper[X86] Add the AVX512 SET0 pseudos to foldMemoryOperandI...
2016-07-11 Hal FinkelRevert r275029 - Update Clang tests after adding infere...
2016-07-11 Hal FinkelRevert r275027 - Let FuncAttrs infer the 'returned...
2016-07-11 Daniel BerlinAllow BasicBlockEdge to be used in DenseMap
2016-07-11 David Majnemer[CodeGen] Treat imported static local variables as...
2016-07-11 Hal FinkelPointer-comparison folding should look through returned...
2016-07-11 Hal FinkelTeach isDereferenceablePointer to look through returned...
2016-07-11 Hal FinkelTeach SCEV to look through returned-argument functions
2016-07-11 Hal FinkelTeach computeKnownBits to look through returned-argumen...
2016-07-11 Hal FinkelBasicAA should look through functions with returned...
2016-07-11 Hal FinkelAdd a 'Returned' intrinsic property corresponding to...
2016-07-11 Hal FinkelDon't use a SmallSet for returned attribute inference
2016-07-10 Saleem AbdulrasoolReapply SVN r274797.
2016-07-10 Hal FinkelAdd getReturnedArgOperand to Call/InvokeInst, CallSite
2016-07-10 Jan VeselyAMDGPU: Export workitem builtins
2016-07-10 Hal FinkelUpdate Clang tests after adding inference for the retur...
2016-07-10 Simon Pilgrim[X86][SSE] Relax type assertions for matchVectorShuffle...
2016-07-10 Hal FinkelLet FuncAttrs infer the 'returned' argument attribute
2016-07-10 Hal FinkelUpdate the LangRef description of the 'returned' attribute
2016-07-10 Sanjay Patel[DAG] make isConstantSplatVector() available to the...
2016-07-10 Jan VeselyAMDGPU/R600: Add implicitarg.ptr intrinsic
2016-07-10 Etienne Bergeronwhitespaces + re-indent
2016-07-10 Simon Pilgrim[X86][SSE] Add support for target shuffle combining...
2016-07-10 Sanjay Patelfix documentation comments; NFC
2016-07-10 Sanjay Patel[x86, SSE, AVX] add tests for icmp+zext (PR28484)
2016-07-10 Simon Pilgrim[X86][SSE] Added tests for combining shuffles to PSHUFL...
2016-07-10 Craig Topper[AVX512] Remove masked shufps/shudpd builtins. These...
2016-07-10 Benjamin Kramer[Support] Make helper function static. NFC.
2016-07-10 Marcin Koscielnicki[SystemZ] Utilize Test Data Class instructions.
2016-07-10 Sanjay Patelreformat, fix comments/names; NFCI
2016-07-10 Benjamin KramerGive helper classes/functions internal linkage. NFC.
2016-07-10 Benjamin Kramer[codeview] Drop unused private inheritance.
2016-07-10 Craig Topper[X86] Use __butilin_shufflevector for 512-bit shufps...
2016-07-10 Craig Topper[AVX512] Add support for lowering to 512-bit SHUFPS.
2016-07-10 David Majnemer[pdb] Sanity check the stream map
2016-07-10 David Majnemer[llvm-pdbdump] Propagate errors a little more consistently
2016-07-10 Michael Gottesman[cmake] Change lli-child-target to use add_llvm_utility...
2016-07-10 Michael Gottesman[cmake] Create the LLVM_BUILD_UTILS option.
2016-07-10 Michael GottesmanAdd CLANG_BUILD_TOOLS as a clang counterpart for LLVM_B...
2016-07-10 Sean SilvaDelete dead code.
2016-07-10 Davide Italiano[SCCP] Rename undefined -> unknown.
2016-07-09 Rui UeyamaUpdate comments.
2016-07-09 Sean Silva[docs] Fix up a broken link.
2016-07-09 Rui UeyamaAttempt to fix buildbots.
2016-07-09 Sean Silva[PM] Port LoopVectorize to the new PM.
2016-07-09 Sean SilvaFix up an include guard.
2016-07-09 Rui UeyamaRemove unused forward declarations.
2016-07-09 Rui UeyamaRemove Target::writeThunk.
2016-07-09 Rui UeyamaMake ARM thunks consistent with MIPS in coding style.
2016-07-09 Davide Italiano[SCCP] Remove wrong and misleading vector handling...
2016-07-09 Rui UeyamaInstantiate Thunk classes instead of the class member...
2016-07-09 Rui UeyamaSplit addThunkARM. NFC.
2016-07-09 Michael GottesmanMove add_clang_* entry points from the main clang CMake...
next