platform/upstream/llvm.git
2018-08-06 Chandler Carruth[docs] Remove an example that isn't well formed LLVM...
2018-08-06 Chandler Carruth[docs] Fix an LLVM-syntax code block to actually be...
2018-08-06 Chandler Carruth[docs] Don't use the `asm` syntax highlighting (which...
2018-08-06 Chandler Carruth[docs] Turn of `nasm` highlighting for a code block.
2018-08-06 Chandler Carruth[docs] Reinstate r337730 - Add support for Markdown...
2018-08-06 Raphael IsemannRemove duplicated code in CommandObjectQuit
2018-08-05 Lang Hames[ORC] Remove an incorrect use of 'cantFail'.
2018-08-05 Lang Hames[ORC] Change JITSymbolFlags debug output, add a functio...
2018-08-05 David Bolvansky[NFC] Fixed inliner tests - 2
2018-08-05 David Bolvansky[NFC] Fixed inliner tests
2018-08-05 David BolvanskyFix tests for changed opt remarks format
2018-08-05 David BolvanskyFix one test for changed opt remarks format
2018-08-05 David BolvanskyEnrich inline messages
2018-08-05 Eric ChristopherRevert "Add a warning if someone attempts to add extra...
2018-08-05 Roman Lebedev[NFC][InstCombine] Add tests for sinking 'not' into...
2018-08-05 Bruno Ricci[AST][NFC] Remove unneeded forward declarations in...
2018-08-05 Roman Lebedev[NFC][InstCombine] Regenerate set.ll test
2018-08-05 Craig Topper[X86] Remove stale comments from a test. NFC
2018-08-05 David Bolvansky[InstCombine] [NFC] Tests for strcmp to memcmp transfor...
2018-08-05 George Burgess IVUse Optional instead of unique_ptr; NFC
2018-08-04 Raphael IsemannAdded unit test for StringList
2018-08-04 George Rimar[LLD][ELD] - Revert r338959 "[LLD][ELF] - Added file...
2018-08-04 George Rimar[LLD][ELF] - Added file name and a test for case when...
2018-08-04 George Rimar[LLD][ELF] - Remove excessive requirement from the...
2018-08-04 George Rimar[LLD][ELF] - Removed dead code from rangeToString(...
2018-08-04 George Rimar[LLD][ELF] - Fix bug when reporting memory intersections.
2018-08-04 Chandler Carruth[ADT] Add an early-increment iterator-like type and...
2018-08-04 Chijun Sima[TailCallElim] Preserve DT and PDT
2018-08-04 George Rimar[ELF] - Refactor readCallGraph().
2018-08-04 Raphael IsemannFixed header of StringLexer.h
2018-08-04 Fangrui Song[llvm-objdump] Remove continue after report_error which...
2018-08-04 Chijun Sima[ADCE] Remove the need of DomTree
2018-08-04 Leonard MosescuFix a bug in VMRange
2018-08-04 Galina KistanovaReverted r338825 and all the following tries to fix...
2018-08-04 Matt Morehouse[clangd] Fix fuzzer build.
2018-08-04 Matt Morehouse[clang-fuzzer] Remove unused typedef.
2018-08-04 Richard SmithAvoid creating conditional cleanup blocks that contain...
2018-08-04 Aditya Nandakumar[GISel]: Add Opcodes for CTLZ/CTTZ/CTPOP
2018-08-04 Emmett NeymanLLVM Proto Fuzzer - Run Functions on Suite of Inputs
2018-08-04 Richard Smith[www] Update cxx_status and cxx_dr_status now that...
2018-08-04 Richard Smith[constexpr] Support for constant evaluation of __builti...
2018-08-04 Rui UeyamaFix buildbot breakage.
2018-08-04 Rui UeyamaUse the same constants as zlib to represent compression...
2018-08-04 Sam Clegg[WebAssembly] Don't error when --undefined symbols...
2018-08-04 Vedant KumarDisable the asan-deque.cpp integration test for AppleLL...
2018-08-03 Marshall ClowMark LWG#2260 as complete. We already did the right...
2018-08-03 George Karpenkov[analyzer] Do not crash in NoStoreFuncVisitor notes...
2018-08-03 Volodymyr Sapsai[Preprocessor] Allow libc++ to detect when aligned...
2018-08-03 Louis Dionne[NFC][libc++] Consistently use spaces to indent
2018-08-03 Martin Bohme[clang-tidy] Sequence init statements, declarations...
2018-08-03 Eli FriedmanDiagnose invalid cv-qualifiers for friend decls.
2018-08-03 Craig Topper[X86] Add isel patterns for atomic_load+sub+atomic_sub.
2018-08-03 Craig Topper[X86] Add test cases to show missed opportunity to...
2018-08-03 Reid Kleckner[X86] Re-generate abi-isel.ll checks with update_llc_te...
2018-08-03 Reid Kleckner[X86] Make abi-isel.ll like update_llc_test_checks...
2018-08-03 Reid Kleckner[X86] Layout tests exactly as update_llc_test_checks...
2018-08-03 Craig Topper[X86] Remove RELEASE_ and ACQUIRE_ pseudo instructions...
2018-08-03 Alex LangfordModify lldb_suite.py to enable python debugging
2018-08-03 Craig Topper[X86] Autogenerate complete checks. NFC
2018-08-03 Raphael IsemannReplace LLDB's LEB128 implementation with the one from...
2018-08-03 Alex Lorenz[clangd] capitalize diagnostic messages
2018-08-03 Reka Kovacs[analyzer] Add test for a crash fixed in r338775.
2018-08-03 Anastasis Grammenos[TRE][DebugInfo] Preserve Debug Location in new branch...
2018-08-03 Sergey Dmitriev[OpenMP] Encode offload target triples into comdat...
2018-08-03 Craig Topper[SelectionDAG] Teach LegalizeVectorTypes to widen the...
2018-08-03 Simon Marchi[clangd] Add test for changing build configuration
2018-08-03 Fangrui Song[Support] Don't initialize compressed buffer allocated...
2018-08-03 Aaron BallmanProperly add shared locks to the initial list of locks...
2018-08-03 Nico Weberlld-link: Simplify LinkerDriver::findDefaultEntry()
2018-08-03 Matt ArsenaultDAG: Enhance isKnownNeverNaN
2018-08-03 Erich Keane[NFC] Initialize a variable to prevent future invalid...
2018-08-03 Artem Belevich[NVPTX] Handle __nvvm_reflect("__CUDA_ARCH").
2018-08-03 Craig Topper[X86] Add a DAG combine for the __builtin_parity idiom...
2018-08-03 Craig Topper[X86] Add test cases for the current codegen of __built...
2018-08-03 Evandro Menezes[SLC] Refactor shrinking of functions (NFC)
2018-08-03 Vlad TsyrklevichRevert "[OpenCL] Always emit alloca in entry block...
2018-08-03 Shuai WangUse ExprMutationAnalyzer in performance-unnecessary...
2018-08-03 Joel GalensonFix crash in bounds checking.
2018-08-03 Raphael IsemannAdd raw_ostream wrapper to the Stream class
2018-08-03 Matt Davis[llvm-mca][docs] Move the code marker text into its...
2018-08-03 Scott Linder[OpenCL] Always emit alloca in entry block for enqueue_...
2018-08-03 Jan Veselyamdgcn: Use __constant AS for amdgcn builtins.
2018-08-03 Simon Pilgrim[X86] Fix line endings.
2018-08-03 Graham Yiu[Partial Inlining] Fix small bug in detecting if we...
2018-08-03 Graham YiuFix asm label testcase flaw
2018-08-03 Nicholas Wilson[WebAssembly] Cleanup of the way globals and global...
2018-08-03 Erich Keanerevert r338831 - Fix unused variable warning in tablege...
2018-08-03 Martin Probstclang-format: [JS] don't break comments before any '{'
2018-08-03 Erich Keane[NFCI] My attempt to fix a warning in r338886 broke...
2018-08-03 Bruno Ricci[AST][NFC] Add missing doc for ObjCMethodDecl and ObjCC...
2018-08-03 Bruno Ricci[AST][NFC] Small doc update for DeclContext
2018-08-03 Erich Keane[NFC] Fix unused expression warning introduced in r338884
2018-08-03 Bruno RicciTest commit
2018-08-03 Erich Keane[NFC] Silence unused variable warning in Attr.td/AttrPa...
2018-08-03 Andrea Di Biagio[llvm-mca] Speed up the computation of the wait/ready...
2018-08-03 Chijun Sima[Dominators] Make RemoveUnreachableBlocks return false...
2018-08-03 Andrea Di Biagio[llvm-mca][docs] Improve the CommandLine documentation.
2018-08-03 Nico Weberconvert some tabs to spaces
2018-08-03 Tim NorthoverRevert "clang-format: [JS] don't break comments before...
2018-08-03 Jonas Devlieghere[DebugInfo/Verifier] Don't emit error for missing modul...
next