platform/upstream/llvm.git
2018-08-01 Hans WennborgUpdate docs version and clear release notes after 8...
2018-08-01 Hans WennborgUpdate docs version and clear release notes after 8...
2018-08-01 Hans WennborgClear release notes and update version
2018-08-01 Hans WennborgUpdate version to 8.0.0svn: cmake, includes files and...
2018-08-01 Bryan Chan[AArch64] Fix FCCMP with FP16 operands
2018-08-01 Filipe CabecinhasUse a dummy target so the test passes when default...
2018-08-01 Filipe CabecinhasAdd REQUIRES: native to a test that assumes it
2018-08-01 Andrei Elovikov[NFC] Silence warning about ptr-to-func to ptr-to-obj...
2018-08-01 Simon Pilgrim[llvm-mca][x86] Add CLFLUSHOPT instruction resource...
2018-08-01 Hans WennborgBump the trunk version to 8.0.0svn
2018-08-01 Jonas Devlieghere[dsymutil] Convert recursion in lookForDIEsToKeep into...
2018-08-01 Filipe CabecinhasTest: Enable exceptions for test that needs it
2018-08-01 Hans WennborgMake test/Frontend/clang-abi-compat.cpp pass when the...
2018-08-01 Owen ReynoldsTest Commit
2018-08-01 Simon Pilgrim[llvm-mca][x86] Add CMPS/LODS/MOVS/STOS string instruct...
2018-08-01 Louis Dionne[libc++] Fix GCC 7.2.0 macro redefinition warning
2018-08-01 Simon Pilgrim[X86] Use isNullConstant helper. NFCI.
2018-08-01 Simon PilgrimFix "not all control paths return a value" MSVC warning.
2018-08-01 Hans WennborgUserManual: Update with the latest clang-cl flags
2018-08-01 Jonas Devlieghere[MC] Report fatal error for DWARF types for non-ELF...
2018-08-01 Haojian Wu[clangd] Correct the namespace of ParsedAST forward...
2018-08-01 Sjoerd Meijer[AArch64][ARM] Add Armv8.4-A tests
2018-08-01 Krasimir Georgiev[clang-format] Add some text proto functions to Google...
2018-08-01 Ryan Taylor[AMDGPU] Optimize _L image intrinsic to _LZ when lod...
2018-08-01 Ulrich WeigandFix build bot after r338521
2018-08-01 Ulrich Weigand[SystemZ, TableGen] Fix shift count handling
2018-08-01 Nico Weberwrap to 80 cols, no behavior change
2018-08-01 Krasimir Georgiev[clang-format] Add @private to the list of jsdoc annota...
2018-08-01 Simon Marchi[clangd] Receive compilationDatabasePath in 'initialize...
2018-08-01 Haojian Wu[clangd] Make SymbolLocation => bool conversion explicitly.
2018-08-01 Simon Pilgrim[X86] Use isNullConstant helper. NFCI.
2018-08-01 Simon Pilgrim[llvm-mca][x86] Add STC + STD instruction resource...
2018-08-01 Andrea Di Biagio[llvm-mca] Improve code comments. NFC.
2018-08-01 Tobias GrosserPPCG codegen
2018-08-01 Jonas Devlieghere[DebugInfo] Remove ambiguity to fix Windows bots
2018-08-01 Simon PilgrimAdd missing semicolon.
2018-08-01 Jonas Devlieghere[DebugInfo] Improve consistency in DWARFDie.h (NFC)
2018-08-01 Simon PilgrimReplace 'FALL-THROUGH' comment with LLVM_FALLTHROUGH...
2018-08-01 Andrew V. Tischenko[X86] Improved sched models for X86 BT*rr instructions.
2018-08-01 Jonas Devlieghere[DebugInfo] Have custom std::reverse_iterator<DWARFDie>
2018-08-01 Tobias Grosser[isl++] drop the isl namespace qualifiers [NFC]
2018-08-01 Tobias GrosserRebase C++ bindings on top of latest isl bindings
2018-08-01 Yuka Takahashi[Modules] Do not emit relocation error when -fno-valida...
2018-08-01 Simon PilgrimFix "not all control paths return a value" MSVC warning.
2018-08-01 Tobias GrosserUpdate to isl-0.20-35-ge0a98b62
2018-08-01 Marco Castelluccio[gcov] Add test which uses fork
2018-08-01 Petar Jovanovic[MIPS GlobalISel] Select global address
2018-08-01 George Rimar[LLD][ELF] - Apply clang-format to InputSections.cpp...
2018-08-01 George Rimar[LLD][ELF] - Removed excessive llvm:: prefix. NFC.
2018-08-01 David BolvanskyRevert "Enrich inline messages", tests fail
2018-08-01 Hans WennborgAdd llvm-rc to LLVM_TOOLCHAIN_TOOLS (PR38386)
2018-08-01 David BolvanskyEnrich inline messages
2018-08-01 Martin Storsjo[AArch64] Disallow the MachO specific .loh directive...
2018-08-01 Craig Topper[X86] When looking for (CMOV C-1, (ADD (CTTZ X), C...
2018-08-01 Raphael IsemannRemoved failing StreamTest case
2018-08-01 Jonas Hahnfeld[test] Convert test for PR36720 to c89
2018-08-01 Roman Lebedev[AST] CastExpr: BasePathSize is not large enough.
2018-08-01 Raphael IsemannAdded initial unit test for LLDB's Stream class.
2018-08-01 Victor Leschuk[DWARF] Basic support for producing DWARFv5 .debug_addr...
2018-08-01 Zhihao Yuan[libc++] Fix build failures after merging <charconv>
2018-08-01 Hiroshi Inoue[InstSimplify] fold extracting from std::pair (1/2)
2018-08-01 Hsiangkai Wang[DebugInfo] Fix build failed in clang-x86_64-linux...
2018-08-01 Jatin Bhateja[X86] Adding more test patterns for lea-opt (PR37939)
2018-08-01 Petr Hosek[OpenEmbedded] Explicitly specify -rtlib in tests
2018-08-01 Chandler Carruth[x86] Fix a really subtle miscompile due to a somewhat...
2018-08-01 Chandler Carruth[x86/slh] Add unwind info to several tests to make...
2018-08-01 Zhihao Yuan[libc++][C++17] Elementary string conversions for integ...
2018-08-01 Richard SmithWork around GCC miscompile exposed by r338464.
2018-08-01 Hsiangkai Wang[DebugInfo] Generate fixups as emitting DWARF .debug_line.
2018-08-01 Amara Emerson[GlobalISel][IRTranslator] Use RPO traversal when visit...
2018-08-01 Louis Dionne[libc++] Remove _LIBCPP_BUILDING_XXX macros, which...
2018-08-01 Artem Dergachev[analyzer] CallEvent: Add helper methods for obtaining...
2018-08-01 Richard SmithSpeculative fix for buildbot failures after r338464.
2018-08-01 Erik PilkingtonFirst half of C++17's splicing maps and sets
2018-08-01 Konstantin... AMDGPU: Add clamp bit to dot builtins
2018-08-01 Konstantin... AMDGPU: Add clamp bit to dot intrinsics
2018-08-01 Eric ChristopherSimplify selectELFSectionForGlobal by pulling out the...
2018-08-01 Eric ChristopherTidy up logic around unique section name creation and...
2018-08-01 Richard SmithAvoid exposing name for range-based for '__range' varia...
2018-08-01 Michael Kruse[JSONExporter] Try to appease buildbot. NFC.
2018-08-01 Eli Friedman[MachineOutliner] Clean up subtarget handling.
2018-08-01 Richard Smith[P0936R0] add [[clang::lifetimebound]] attribute
2018-08-01 Evandro Menezes[PATCH] [SLC] Test simplification of pow() for vector...
2018-08-01 Michael Kruse[Polly-ACC] Fix compilation after r338450. NFC.
2018-08-01 Michael Kruse[JSONExporter] Replace bundled Jsoncpp with llvm/Suppor...
2018-07-31 Eric ChristopherAndroid is an environment and we were comparing the...
2018-07-31 Eric ChristopherTidy up comment.
2018-07-31 Eric ChristopherUse UnknownVendor rather than UnknownArch since they...
2018-07-31 Marshall ClowFinal bit of P0063 - make sure that aligned_alloc is...
2018-07-31 Matt Davis[compiler-rt] Add a routine to specify the mode used...
2018-07-31 Richard Smith[constexpr] Support for constant evaluation of __builti...
2018-07-31 Marshall ClowTest for the presence of a bunch of new macros for...
2018-07-31 Marco Castelluccio[gcov] Add tests using switch, one with break clauses...
2018-07-31 Reid KlecknerRevert r338354 "[ARM] Revert r337821"
2018-07-31 Michael Kruse[CodeGen] Convert IslNodeBuilder::getNumberOfIterations...
2018-07-31 Michael Kruse[CodeGen] Convert IslNodeBuilder::createForSequential...
2018-07-31 Michael Kruse[CodeGen] Convert IslNodeBuilder::getUpperBound to...
2018-07-31 David L. Jones[WebAssembly] Fix debug info tests after r338437.
2018-07-31 Victor Leschuk[DWARF] Support for .debug_addr (consumer)
2018-07-31 Evandro Menezes[SLC] Refactor the simplication of pow() (NFC)
next