platform/upstream/llvm.git
2017-04-03 Matt ArsenaultDAG: Fix missing legalization for any_extend_vector_inr...
2017-04-03 Reid Kleckner[codeview] Add support for label type records
2017-04-03 Simon Pilgrim[X86][SSE]] Lower BUILD_VECTOR with repeated elts as...
2017-04-03 Gabor HorvathRevert r299355 "[ASTImporter] Fix for importing unnamed...
2017-04-03 Eric Fiseliersuppress GCC warning about noexcept functions changing...
2017-04-03 Craig Topper[InstCombine] Remove canonicalization for (X & C1)...
2017-04-03 Amjad Aboudx86 interrupt calling convention: re-align stack pointe...
2017-04-03 Craig TopperRevert r299321 '[X86] Add __extension__ to f16c macro...
2017-04-03 Jonathan RoelofsTry to trigger the new docs builder. NFC
2017-04-03 Eric Fiselier[coroutines] Fix rebuilding of implicit and dependent...
2017-04-03 Jun Bum Lim[CodeGenPrep] move aarch64-type-promotion to CGP
2017-04-03 Craig Topper[DAGCombine][InstCombine] Fix inverted if condition...
2017-04-03 Rui UeyamaMake a helper function file-local.
2017-04-03 Peter Collingbournebenchcomp: Add a mode for analyzing file sizes.
2017-04-03 Rui UeyamaRemove InputFiles::LogName.
2017-04-03 Eugene ZemtsovNew C++ function name parsing logic
2017-04-03 Joel JonesFix LLVMBuild.txt typo. NFC
2017-04-03 Matt ArsenaultAMDGPU: Remove legacy bfe intrinsics
2017-04-03 Graydon Hoare[Support] Make printAllJSONValues public, for custom...
2017-04-03 Peter CollingbourneBitcode: Remove reader support for MODULE_CODE_PURGEVALS.
2017-04-03 Craig Topper[InstCombine] Add test cases showing how we fail to...
2017-04-03 Zvi RackoverRevert "[DAGCombine] A shuffle of a splat is always...
2017-04-03 Krzysztof Parzyszek[Hexagon] Factor out some common code in HexagonEarlyIf...
2017-04-03 Craig TopperRevert r299337 "[InstCombine] Remove redundant combine...
2017-04-03 Sanjay Patel[InstCombine] fix formatting for foldLogOpOfMaskedICmps...
2017-04-03 Davide Italiano[TargetInfo] Use llvm::alignOf() instead of rewriting...
2017-04-03 Alex LorenzEnhance -Wshadow to warn when shadowing typedefs or...
2017-04-03 Craig Topper[APInt] Move isMask and isShiftedMask out of APIntOps...
2017-04-03 Simon Pilgrim[DAGCombiner] Check limits before accessing array eleme...
2017-04-03 Tobias Grosser[PerfMonitor] Use Intrinsics::getDeclaration
2017-04-03 Tobias Grosser[CodeGen] Add Performance Monitor
2017-04-03 Sjoerd MeijerARMAsmParser: clean up of isImmediate functions
2017-04-03 Michael Kruse[test] Fix two testcases. NFC.
2017-04-03 Michael Kruse[ScopInfo] Fix typos in option description.
2017-04-03 Gabor Horvath[ASTImporter] Fix for importing unnamed structs
2017-04-03 Gabor Horvath[ASTImporter] Lookup SearchName instead of Name
2017-04-03 Tobias GrosserAdd test case for r299352.
2017-04-03 Tobias Grosser[PollyIRBuilder] Bound size of alias metadata
2017-04-03 Craig Topper[InstCombine] Make foldOpWithConstantIntoOperand take...
2017-04-03 Tobias GrosserUpdate to isl-0.18-410-gc253447
2017-04-03 Craig Topper[InstCombine] Remove a And transform that should be...
2017-04-03 Shoaib Meenai[libc++] Explicitly mark specializations as dllexport
2017-04-03 Craig Topper[AVX-512] Fix a couple more intrinsic macros I missed...
2017-04-03 Craig Topper[AVX-512] Fix some intrinsic macros that use the wrong...
2017-04-03 Jason MolendaBack out temporary masking of EXC_SYSCALL mach exceptions.
2017-04-02 NAKAMURA TakumiTrailing whitespace.
2017-04-02 NAKAMURA TakumiReformat.
2017-04-02 Craig Topper[APInt] Make use of whichWord and maskBit to simplify...
2017-04-02 Craig Topper[APInt] Add a public typedef for the internal type...
2017-04-02 Krystyna GajczykFixes for modernize-use-using check:
2017-04-02 Craig Topper[InstCombine] Make InstCombiner::OptAndOp take a Binary...
2017-04-02 Simon Pilgrim[X86][MMX] Improve support for folding fptosi from...
2017-04-02 Craig Topper[InstCombine] Remove redundant combine from visitAnd
2017-04-02 Simon Pilgrim[X86][MMX] Simplify tablegen patterns by always combini...
2017-04-02 Simon Pilgrim[X86][MMX] Added support for subvector extraction to...
2017-04-02 NAKAMURA TakumiAPInt.h: Prune \param(s) in \returns. [-Wdocumentation]
2017-04-02 Simon PilgrimRegenerate test with codegen. NFCI.
2017-04-02 Simon PilgrimRegenerate test with codegen. NFCI.
2017-04-02 Simon PilgrimRegenerate test. NFCI.
2017-04-02 Daniel BerlinNewGVN: Handle coercion of constant stores, loads,...
2017-04-02 Nikolai Bozhenov[BypassSlowDivision] Do not bypass division of hash...
2017-04-02 Simon Pilgrim[X86][MMX] Add generic fptosi 4f32-4i32 test
2017-04-02 Zvi RackoverAdd another interesting shufflevector test case for...
2017-04-02 Craig Topper[X86] Use tcAdd/tcSubtract to implement the slow case...
2017-04-02 Craig Topper[APInt] Combine declaration and initialization. NFC
2017-04-02 Craig Topper[APInt] Simplify some code by using operator+=(uint64_t...
2017-04-02 Craig Topper[APInt] Fix typo in comment. NFC
2017-04-02 Daniel BerlinMemorySSA: Add support for caching clobbering access...
2017-04-02 Craig Topper[X86] Add __extension__ to f16c macro intrinsics to...
2017-04-01 Craig Topper[APInt] Use conditional operator to simplify some code...
2017-04-01 Craig Topper[APInt] Implement flipAllBitsSlowCase with tcComplement...
2017-04-01 Craig Topper[APInt] Fix indentation. NFC
2017-04-01 Craig Topper[APInt] Implement AndAssignSlowCase using tcAnd. Do...
2017-04-01 Faisal Vali[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationCo...
2017-04-01 Davide Italiano[Driver] Don't crash on invalid values of -mrelocation...
2017-04-01 Craig Topper[APInt] Allow GreatestCommonDivisor to take rvalue...
2017-04-01 Davide Italiano[WASM] Remove other comparison of unsigned expression...
2017-04-01 Davide Italiano[WASM] Remove a set but never used variable.
2017-04-01 Davide Italiano[WASM] Remove an assertion that can never fire.
2017-04-01 Davide Italiano[AMDGPU] Garbage collect now unused dead code. NFCI.
2017-04-01 Sanjay Patel[InstSimplify] add constant folding for fdiv/frem
2017-04-01 Sanjay Patel[InstSimplify] add tests for missed constant folding...
2017-04-01 Sanjay Patelfix formatting; NFC
2017-04-01 Benjamin Kramer[ObjC++] Use the correct EH personality in GNU mode
2017-04-01 Sanjay Patelfix formatting; NFC
2017-04-01 Sanjay Patel[DAGCombiner] enable vector transforms for any/all...
2017-04-01 Sanjay Patel[PowerPC, x86] add vector tests for any/all {sign}...
2017-04-01 Daniel BerlinMemorySSA: Update expensive checking version of def_cha...
2017-04-01 Daniel BerlinNewGVN: Don't try to kill off the stored value of store...
2017-04-01 Daniel BerlinNewGVN: Clean up GVNExpression memory hierarchy, restru...
2017-04-01 Daniel BerlinNewGVN: Use def_chain iterator in singleReachablePhiPat...
2017-04-01 Daniel BerlinMove def_chain iterator to MemorySSA.h so it can be...
2017-04-01 Daniel BerlinMemorySSA.h - make clang-format happy
2017-04-01 Daniel BerlinMemorySSA: Push const correctness further.
2017-04-01 Daniel BerlinMemorySSA: Kill the WalkTargetCache now that we have...
2017-04-01 Craig Topper[APInt] Implement operator! using operator==(uint64_t...
2017-04-01 Craig Topper[APInt] Remove the mul/urem/srem/udiv/sdiv functions...
2017-04-01 Craig Topper[DAGCombiner] Fix fold (or (shuf A, V_0, MA), (shuf...
2017-04-01 Duncan P. N... string: Remove always_inline from basic_string::__init
2017-04-01 Rui UeyamaChange the error format to report corrupted .eh_frame.
next