platform/upstream/llvm.git
2018-03-23 Benjamin Kramer[ORC] Join materialization thread in unit test
2018-03-23 George Rimar[ELF] - Another fix for "LLD crashes with --emit-relocs...
2018-03-23 Martin Storsjo[ARM] Error out on .arm assembler directives on windows
2018-03-23 Martin StorsjoRevert "[DAGCombiner] Fold (zext (and/or/xor (shl/shr...
2018-03-23 Craig Topper[X86] Give VPCMPEQQ the same itinerary as its SSE count...
2018-03-23 Craig Topper[X86] Correct the latencies of SNB integer vector multi...
2018-03-23 Craig Topper[X86] Match vpblendvb/vblendvps/vblendvpd itineraries...
2018-03-23 Craig Topper[X86] Change VPSADBW itinerary to SSE_INTALU_ITINS_P...
2018-03-23 Craig Topper[X86] Give VLDDQUrm and LDDQUrm the same itinerary.
2018-03-23 Craig Topper[X86] Merge VMOVMSKBrr and MOVMSKBrr in the SNB shedule...
2018-03-23 Craig Topper[X86] Add VEXTRB/W/D/Q to Zen scheduler model.
2018-03-23 Craig Topper[X86] Fix the itinerary for vextractps to match extractps.
2018-03-23 Rafael EspindolaBring r328238 back with a fix.
2018-03-23 Nirav Dave[DAG] Fix node id invalidation in Instruction Selection.
2018-03-23 Jordan RoseRemove problematic PrettyStackTrace entry added in...
2018-03-23 Rafael EspindolaFix the MSVC build.
2018-03-23 Rafael EspindolaFix PR36793.
2018-03-23 Volodymyr Sapsai[Modules] Update test to mention it requires C++14.
2018-03-23 George Karpenkov[analyzer] Trust _Nonnull annotations for system framework
2018-03-23 George Karpenkov[analyzer] Extend GCDAntipatternChecker to match group_...
2018-03-23 George Karpenkov[analyzer] [NFC] Move worklist implementation to WorkLi...
2018-03-23 Vitaly Buka[sanitizer] Fix PPC bot
2018-03-23 Davide Italiano[CommandObjectFrame] Remove dead code.
2018-03-23 Abderrazek... [ARM] Add ARMv8.2-A FP16 vector intrinsic
2018-03-23 Jordan RoseSink PrettyDeclStackTrace down to the AST library
2018-03-23 Craig Topper[TableGen] Don't capture returned std::vectors by const...
2018-03-22 Kevin EnderbyFor llvm-nm and Mach-O files also use function starts...
2018-03-22 Petr Hosek[sanitizer] zx_vmo_write on Fuchsia takes only 4 argume...
2018-03-22 Michael ZolotukhinState that CFG is preserved in 'Falkor HW Prefetch...
2018-03-22 Fangrui Song[Support/Parallel] Use lock_guard which has less overhe...
2018-03-22 Julie Hockett[clang-doc] Reland "[clang-doc] Setup clang-doc fronten...
2018-03-22 Eric FiselierAdd temporary printouts to test to help debug failures.
2018-03-22 Michael ZolotukhinReapply "[test] Add tests for llc passes pipelines...
2018-03-22 Rafael EspindolaSet dso_local on __ImageBase.
2018-03-22 Eric FiselierAvoid Clang error about throwing _LIBCPP_ASSERT in...
2018-03-22 Stephan T.... [libcxx] [test] Strip trailing whitespace. NFC.
2018-03-22 Rafael EspindolaAdd a test.
2018-03-22 David BlaikieMove SampleProfile.h into IPO along with the rest of...
2018-03-22 Eric FiselierWorkaround GCC bug PR78489 - SFINAE order is not respected.
2018-03-22 Craig Topper[X86] Correct the VROUND regular expressions in Znver1...
2018-03-22 David BlaikieFinish moving the IPSCCP pass from Scalar to IPO -...
2018-03-22 Artem Dergachev[analyzer] Enable temporary object destructor inlining...
2018-03-22 Evgeny StupachenkoRevert r325687 (workaround for PR36032).
2018-03-22 Rafael EspindolaAdd test for demangling GNU ABI tags.
2018-03-22 Artem Dergachev[CFG] [analyzer] Add C++17-specific ctor-initializer...
2018-03-22 Craig Topper[X86] Rename VROUNDYPS* and VROUNDYPD* instructions...
2018-03-22 Artem Dergachev[analyzer] Remove an assertion that doesn't hold in...
2018-03-22 Guozhi Wei[DAGCombiner] Fold (zext (and/or/xor (shl/shr (load...
2018-03-22 David BlaikieFix layering between SCCP and IPO SCCP
2018-03-22 Artem Dergachev[CFG] [analyzer] NFC: Move construction context allocat...
2018-03-22 Artem Dergachev[CFG] [analyzer] Add C++17-specific variable and return...
2018-03-22 Artem Dergachev[analyzer] Make symbol_iterator iterate over SVal's...
2018-03-22 Roman Tereshin[MIR] Making MIR Printing, opt -dot-cfg, and -debug...
2018-03-22 Eric FiselierUse DoNotOptimize to prevent new/delete elision.
2018-03-22 Mircea TrofinRevert "Revert "[InstrProf] Support for external functi...
2018-03-22 Eric FiselierFix test failure on Windows caused by different underly...
2018-03-22 Rafael EspindolaRevert "Set dso_local on vtables."
2018-03-22 Craig Topper[X86][SkylakeClient] Fix a bunch of instructions that...
2018-03-22 Jessica Paquette[MachineOutliner][NFC] Refactoring + comments in runOnM...
2018-03-22 Vitaly BukaMore OpenBSD fixes
2018-03-22 Rafael EspindolaSet dso_local on vtables.
2018-03-22 Jun Bum Lim[CodeGen] Add a new pass for PostRA sink
2018-03-22 Matt MorehouseDocument optforfuzzing attribute created in r328214.
2018-03-22 Paul Robinson[DWARF] Replace assert with diagnostic. PR36868.
2018-03-22 David BlaikieMove the initialization of the Meta Renamer pass over...
2018-03-22 Nirav Dave[DAG, X86] Fix ISel-time node insertion ids
2018-03-22 Aaron Smith[SymbolFilePDB] Use section contributions as another...
2018-03-22 Craig Topper[X86] Correct the scheduling data for some of the 32...
2018-03-22 Aaron Smith[SymbolFilePDB] Ignore compiler generated functions...
2018-03-22 Eric FiselierUn-XFAIL a test under new GCC version; the GCC bug...
2018-03-22 Andrey ChurbanovFixed __kmpc_get_target_offload() to call library initi...
2018-03-22 Daniel Neilson[InstCombineCalls] Update deprecated API usage (NFC)
2018-03-22 Simon Pilgrim[X86][Btver2] Conversion, MaskedLoad/MaskedStore and...
2018-03-22 Marshall ClowFix improperly failing test - and the code it was testi...
2018-03-22 Rafael EspindolaSet dso_local on builtin functions.
2018-03-22 Rafael EspindolaFix Address Size in test.
2018-03-22 Simon Pilgrim[X86][Btver2] FCMP (inc FMAX/FMIN) instructions use...
2018-03-22 Zachary Turner[Codeview/PDB] Rename some methods for clarity.
2018-03-22 Ben Hamilton[clang-format] Fix ObjC style guesser to also iterate...
2018-03-22 Gheorghe-Teodor... [OpenMP][Clang] Add call to global data sharing stack...
2018-03-22 Aditya Nandakumar[GISel]: Fix incorrect IRTranslation while translating...
2018-03-22 Simon Pilgrim[X86][Btver2] FMUL ymm instructions are double pumped...
2018-03-22 Craig Topper[ARM] Enable the full InstRW overlap check for ARMSched...
2018-03-22 Rafael EspindolaMake the debug info in some tests more realistic.
2018-03-22 Matt Morehouse[SimplifyCFG] Create attribute for fuzzing-specific...
2018-03-22 Artem Belevich[CUDA] add REQUIRES fields for CUDA variants of LTO...
2018-03-22 Alexey Bataev[DWARF] Add EmitDwarfOffset function, NFC.
2018-03-22 Saleem Abdulrasoolvim: rename `singlethread` to `syncscope`
2018-03-22 Anna Thomas[LoopPredication] Add profitability check based on BPI
2018-03-22 David BlaikieMove MetaRenamer from Transforms/UTils to Transforms...
2018-03-22 Paul Robinson[DWARF] Fix mixing assembler -g with DWARF .file direct...
2018-03-22 Benjamin KramerRevert "[InstrProf] Support for external functions...
2018-03-22 Florian Hahn[CallSiteSplitting] Preserve DominatorTreeAnalysis.
2018-03-22 Sanjay Patel[MC] fix documentation comments; NFC
2018-03-22 Kostya Kortchinsky[sanitizer] Split coverage into separate RT in sanitize...
2018-03-22 Simon Pilgrim[X86][SSE42] Use the default PCMPEST/PCMPIST scheduler...
2018-03-22 Pavel LabathDWARFVerifier: verify debug_names abbreviation table
2018-03-22 Daniel Jasperclang-format: Narrow down raw string literal line break...
2018-03-22 Daniel Jasperclang-format: Fix SpacesInParentheses with fully qualif...
2018-03-22 Alexander Kornienkoclang-tidy, modularize: return non-zero exit code on...
next