platform/upstream/llvm.git
2019-02-25 Alexander KornienkoMake static counters in ASTContext non-static.
2019-02-25 Simon Pilgrim[DAGCombine] Add undef shuffle elt support to partition...
2019-02-25 Haojian Wu[clangd] Drop documentation in static index if symbols...
2019-02-25 David Green[ARM] Add some more missing T1 opcodes for the peephole...
2019-02-25 Simon Pilgrim[Vectorizer] Add vectorization support for fixed smul...
2019-02-25 Luke Cheeseman[AArch64] Add support for Cortex-A76 and Cortex-A76AE
2019-02-25 Luke Cheeseman[AArch64] Add support for Cortex-A76 and Cortex-A76AE
2019-02-25 Eugene Leviant[llvm-objcopy] Add --add-symbol
2019-02-25 Dmitri GribenkoMoved clangd docs to a separate directory in preparatio...
2019-02-25 Dmitri GribenkoFixed typos in tests: s/CHEKC/CHECK/
2019-02-25 Simon Pilgrim[TTI] Add generic cost model for smul/umul overflow...
2019-02-25 Simon Pilgrim[SLPVectorizer][X86] Add fixed smul/umul tests
2019-02-25 Xing GUO[llvm-objdump] Add `Version References` dumper
2019-02-25 Dmitri GribenkoFixed typos in tests: s/CEHCK/CHECK/
2019-02-25 Clement Courbet[clang-tidy] misc-string-integer-assignment: ignore...
2019-02-25 Dmitri GribenkoUpdated the documentation build instructions for the...
2019-02-25 Dmitri GribenkoFixed grammar in index.rst
2019-02-25 Dmitri GribenkoRemoved an unhelpful comment in index.rst
2019-02-25 Ganesh GopalasubramanianTest commit (remove a blank space)
2019-02-25 Simon Pilgrim[TTI] Add generic cost model for fixed point smul/umul
2019-02-25 Alexey Bader[SYCL] Add clang front-end option to enable SYCL device...
2019-02-25 Simon Atanasyan[mips] Reduce number of tools invocations in the test...
2019-02-25 Simon Pilgrim[X86] Merge ISD::ADD/SUB nodes into X86ISD::ADD/SUB...
2019-02-25 James Henderson[yaml2obj]Re-allow dynamic sections to have raw content
2019-02-25 Peter Smith[ELF][ARM] Accept and ignore -p and -no-pipleline-knowledge
2019-02-25 Simon Tatham[ARM] Make fullfp16 instructions not conditionalisable.
2019-02-25 Roman Lebedev[llvm-exegesis] Split Epsilon param into two (PR40787)
2019-02-25 Pavel LabathFinish revert of r354706
2019-02-25 Kadir Cetinkaya[clangd] Add thread priority lowering for MacOS as...
2019-02-25 Roman Lebedev[XRay][tools] Revert "Use Support/JSON.h in llvm-xray...
2019-02-25 Craig Topper[SelectionDAG] Add a OPC_CheckChild2CondCode to Selecti...
2019-02-25 Kang Zhang[PowerPC] [PowerPC] Enhance the fast selection of fptoi...
2019-02-24 Marc-Andre... [clangd] Enhance macro hover to see full definition
2019-02-24 Nikita Popov[InstCombine] Add tests for PR40846; NFC
2019-02-24 Nikita Popov[InstCombine] Move with.overflow tests to separate...
2019-02-24 Simon Pilgrim[X86] Add PR40483 test cases
2019-02-24 Simon Pilgrim[X86] Combine zext(packus(x),packus(y)) -> concat(x...
2019-02-24 Craig Topper[X86] Fix tls variable lowering issue with large code...
2019-02-24 Craig Topper[X86][SSE] Use pblendw for v4i32/v2i64 during isel.
2019-02-24 Craig Topper[X86] Correct some ADC/SBB with immediate scheduler...
2019-02-24 Craig Topper[LegalizeTypes][AArch64][X86] Make type legalization...
2019-02-24 Kristina BrooksFix accidentally used hard tabs. NFC
2019-02-24 Kristina BrooksWrap code for builtin_assume_aligned at 80 col.NFC
2019-02-24 Sanjay Patel[InstCombine] add test for icmp+add fold; NFC
2019-02-24 Simon Pilgrim[X86][AVX] Rename lowerShuffleByMerging128BitLanes...
2019-02-24 Sanjay Patel[InstCombine] canonicalize add/sub with bool
2019-02-24 Sanjay Patel[InstCombine] regenerate checks; NFC
2019-02-24 Sanjay Patel[CGP] add special-cases to form unsigned add with overf...
2019-02-24 Simon PilgrimFix "enumeral and non-enumeral type in conditional...
2019-02-24 Heejin Ahn[WebAssembly] Rename a variable in CFGStackify (NFC)
2019-02-24 Heejin Ahn[WebAssembly] Merge two identical switch case routines...
2019-02-24 Michael LiaoTypo: s/CHCCK/CHECK
2019-02-24 Michael Liao[NFC] Minor coding style (indent) fix.
2019-02-24 Philip Reames[Hexagon, SystemZ] Be super conservative about atomics
2019-02-23 Duncan P. N... VFS: Avoid some unnecessary std::string copies
2019-02-23 Craig Topper[TwoAddressInstructionPass] After commuting an instruct...
2019-02-23 Craig TopperRecommit r354363 "[X86][SSE] Generalize X86ISD::BLENDI...
2019-02-23 Richard SmithEnable coroutines under -std=c++2a.
2019-02-23 Richard Smith[cxx_status] Update to match Kona motions.
2019-02-23 Craig TopperRecommit r354647 and r354648 "[LegalizeTypes] When...
2019-02-23 Nikita Popov[WebAssembly] Fix select of and (PR40805)
2019-02-23 Simon Pilgrim[X86][AVX] combineInsertSubvector - remove concat_vecto...
2019-02-23 Simon PilgrimFix MSVC constant truncation warnings. NFCI.
2019-02-23 Simon Pilgrim[X86][AVX] concat_vectors(scalar_to_vector(x),scalar_to...
2019-02-23 Simon Pilgrim[X86][AVX] Shuffle->Permute+Blend if we have one v4f64...
2019-02-23 Bruno Ricci[NFC] Fix Wdocumentation warning in OMPToClause
2019-02-23 Bruno Ricci[Sema][NFC] SequenceChecker: More tests in preparation...
2019-02-23 Simon Dardis[MIPS] Fix a incorrect test. (NFC)
2019-02-23 Louis Dionne[libcxx] Make sure all experimental tests are disabled...
2019-02-23 Craig Topper[X86] Sign extend the 8-bit immediate when commuting...
2019-02-23 Brad SmithRemove OpenBSD case for old system libstdc++ header...
2019-02-23 Michael Trentobjdump fails to parse Mach-O binaries with n_desc...
2019-02-23 Brad SmithRemove sanitizer context workaround no longer necessary
2019-02-23 Richard TrieuRemove overly broad assert from r354717.
2019-02-23 Daniel SandersTry again to fix memory leak in r354692
2019-02-23 Julian Lettner[NFC][Sanitizer] Comment out argument checks
2019-02-23 Julian Lettner[NFC][Sanitizer] Add argument checks to BufferedStackTr...
2019-02-23 Alexandre Ganea[LLD][COFF] Add support for /FUNCTIONPADMIN command...
2019-02-23 Jordan Rupprecht[NFC] Fix typos: preceeding -> preceding
2019-02-23 Reid KlecknerRevert r354363 & co "[X86][SSE] Generalize X86ISD:...
2019-02-23 Daniel SandersFix memory leak in r354692
2019-02-23 Jim InghamRevert r354706 - lit touched my thigh
2019-02-23 Craig Topper[LegalizeTypes] Use PromoteTargetBoolean in PromoteIntO...
2019-02-23 Craig Topper[X86] Enable custom splitting of v8i64/v16i32 sext...
2019-02-23 Craig Topper[X86] Add a few test cases for a v8i64 sext/zext from...
2019-02-23 Rui UeyamaSplit a long line to avoid annoying horizontal scrollin...
2019-02-23 Jim InghamMake sure that stop-hooks run asynchronously.
2019-02-23 Sam Clegg[WebAssembly] Update CodeGen test expectations after...
2019-02-22 Rui Ueyamas/method/function/g since function is the correct name...
2019-02-22 Rui UeyamaRemove a function from header and move the implementati...
2019-02-22 Jim InghamWhen deserializing breakpoints some options may not...
2019-02-22 Julian Lettner[NFC][Sanitizer] Re-enable test on Darwin
2019-02-22 Konstantin... Revert "AMDGPU/NFC: Cleanup subtarget predicates"
2019-02-22 Sanjay Patel[CGP] add tests for uaddo increment/decrement; NFC
2019-02-22 Michael Kruse[OpenMP 5.0] Parsing/sema support for to clause with...
2019-02-22 Sam Clegg[WebAssembly] Remove unneeded MCSymbolRefExpr variants
2019-02-22 Julian Lettner[NFC][Sanitizer] Rename BufferedStackTrace::FastUnwindStack
2019-02-22 Julian Lettner[Sanitizer] Fix uses of stack->Unwind(..., fast)
2019-02-22 Sam Clegg[WebAssembly] MC: Handle aliases of aliases
2019-02-22 David Greene[CMake] Honor LLVM_EXTERNAL_<proj>_SOURCE_DIR
next