platform/upstream/llvm.git
2018-04-03 Reid Kleckner'cat' command for internal shell - Support Python 3
2018-04-03 Vlad TsyrklevichAdd the -fsanitize=shadow-call-stack flag
2018-04-03 Sanjay Patel[InstCombine] allow more fmul folds with 'reassoc'
2018-04-03 Jessica Paquette[MachineOutliner] Keep track of fns that use a redzone...
2018-04-03 Farhana AleenRevert "MSG"
2018-04-03 Vlad TsyrklevichFix bad copy-and-paste in r329108
2018-04-03 Rafael EspindolaInline initOffsetMap.
2018-04-03 Jessica Paquette[MachineOutliner][NFC] Make outlined functions have...
2018-04-03 Eugene Zelenko[StaticAnalyzer] Fix some Clang-tidy modernize and...
2018-04-03 Farhana AleenMSG
2018-04-03 Alex LorenzAdd REQUIRES: darwin-system to test/Driver/darwin-sdkroot.c
2018-04-03 Gor Nishanov[coroutines] Respect alloca alignment requirements...
2018-04-03 Florian Hahn[LoopInterchange] Add remark for calls preventing inter...
2018-04-03 Alex Lorenz[driver][darwin] Do not infer -simulator environment...
2018-04-03 Vlad TsyrklevichAdd the ShadowCallStack attribute
2018-04-03 Rui UeyamaInstead of using std::copy, clear the vector first...
2018-04-03 Peter CollingbourneELF: Use a vector of pairs to sort sections ordered...
2018-04-03 Aaron Smith[DebugInfoPDB] Add methods used to read function flags
2018-04-03 Aaron Smith[DebugInfoPDB] Add a few missing definitions to PDBTypes.h
2018-04-03 Rui UeyamaFix buildbots.
2018-04-03 Artem Dergachev[analyzer] Fix diagnostics in callees of interesting...
2018-04-03 Rafael EspindolaAdd a test for an issue fixed in r329092.
2018-04-03 Sanjay Patel[x86] add tests for convert-FP-to-integer with constant...
2018-04-03 Artem BelevichRevert "Set calling convention for CUDA kernel"
2018-04-03 Richard SmithUse Clang when referring to the project and clang when...
2018-04-03 David BlaikieRestrict a test using named file descriptors to using...
2018-04-03 David BlaikieDisable a test using environment variables that require...
2018-04-03 Jun Bum Lim[CodeGen]Add NoVRegs property on PostRASink and ShrinkWrap
2018-04-03 Kostya Kortchinsky[sanitizer] Remove empty Symbolizer PrepareForSandboxing
2018-04-03 Jonas Devlieghere[dsymutil] Apply recursion workaround for threading
2018-04-03 Rui UeyamaMake fetchIfLazy only fetch an object file. NFC.
2018-04-03 Alexey Bataev[SLP] Fixed formatting, NFC.
2018-04-03 Sam McCall[clangd] synthesize fix message when the diagnostic...
2018-04-03 Alexey Bataev[DEBUGINFO] Add option that allows to disable emission...
2018-04-03 Bob Haarman[lld] fix data race in ELF/ICF.cpp
2018-04-03 Daniel Neilson[InstCombine] Fold compare of int constant against...
2018-04-03 George Rimar[ELF] - Eliminate Lazy class.
2018-04-03 Alexey Bataev[SLP] Fix PR36481: vectorize reassociated instructions.
2018-04-03 Eric ChristopherRemove a stale comment cut and pasted from another...
2018-04-03 Andrea Di Biagio[llvm-mca] Move the logic that prints register file...
2018-04-03 Alexey BataevRecommit "[SLP] Fix issues with debug output in the...
2018-04-03 Florian Hahn[LoopInterchange] Update tests so DA can handle access...
2018-04-03 Alexey Bataev[SLP] Added tests for checks of reordering of the repea...
2018-04-03 Krzysztof Parzyszek[Hexagon] Remove -mhvx-double and the corresponding...
2018-04-03 Krzysztof Parzyszek[Hexagon] Remove unneeded attributes from lit test
2018-04-03 Krzysztof Parzyszek[Hexagon] Remove -mhvx-double and the corresponding...
2018-04-03 Puyan LotfiAdding optional Name parameter to createVirtualRegister...
2018-04-03 Marshall ClowImplement P0754R2: The <version> header.
2018-04-03 Andrea Di Biagio[llvm-mca] Remove redundant include from BackendStatist...
2018-04-03 Haojian Wu[clang-tidy] Check for sizeof that call functions
2018-04-03 Guansong Zhang[OpenMP] enable bc file compilation using the latest...
2018-04-03 Benjamin KramerRevert "[SLP] Fix PR36481: vectorize reassociated instr...
2018-04-03 Ben Hamilton[clang-format/ObjC] Do not detect "[]" as ObjC method...
2018-04-03 Ben Hamilton[clang-format/ObjC] Do not insert space after opening...
2018-04-03 Andrea Di Biagio[MC] Fix -Wmissing-field-initializer warning after...
2018-04-03 Andrea Di Biagio[MC][Tablegen] Allow the definition of processor regist...
2018-04-03 Sanjay Patel[LangRef] fix description and examples of fptrunc
2018-04-03 Hiroshi Inoue[PowerPC] reorder entries in P9InstrResources.td in...
2018-04-03 George Rimar[ELF] - Check that output sections fit in address space.
2018-04-03 George Rimar[ELF] - Fix the comment. NFC.
2018-04-03 George Rimar[ELF] - Relax checks for R_386_8/R_386_16 relocations.
2018-04-03 George Rimar[ELF] - Simplify createFiles. NFCI.
2018-04-03 George Rimar[ELF] - X86_64: don't allow 8/16 bit dynamic relocations.
2018-04-03 George Rimar[ELF] - Remove dead declaration. NFC.
2018-04-03 Chandler Carruth[x86] Fix a pretty obvious think-o with my asm scrubbin...
2018-04-03 Chandler Carruth[x86] Clean up and enhance a test around eflags copying.
2018-04-03 Chandler Carruth[x86] Extend my goofy SP offset scrubbing for llc test...
2018-04-03 Alexander PotapenkoMSan: introduce the conservative assembly handling...
2018-04-03 Simon Dardis[clangd][cmake] Provide libatomic when there is no...
2018-04-03 Hans WennborgUsersManual.rst: update text for /GX- to match r328708
2018-04-03 Serguei Katkov[SCEV] Fix PR36974.
2018-04-03 Eric ChristopherAdd a wrapper around llvm-objdump to look for indirect...
2018-04-03 Craig Topper[X86] Reduce number of OpPrefix bits in TSFlags to...
2018-04-03 Craig Topper[X86][TableGen] Add a missing error check to make sure...
2018-04-03 Max Kazantsev[SCEV] Make computeExitLimit more simple and more powerful
2018-04-03 Chandler Carruth[SLP] Fix issues with debug output in the SLP vectorizer.
2018-04-03 Craig Topper[TableGen] Use llvm::cast instead of static_cast so...
2018-04-03 Rafael EspindolaUse OffsetMap in getSectionPiece.
2018-04-03 Yonghong Songbpf: fix incorrect SELECT_CC lowering
2018-04-03 Ikhlas Ajbarpeel loops with runtime small trip counts
2018-04-03 Nico WeberRemove utils/makellvm; it doesn't look like it works...
2018-04-03 Chandler Carruth[x86] Tidy up test case, generate check lines with...
2018-04-03 Rui UeyamaMerge LazyArchive::fetch() and ArchiveFile::getMember...
2018-04-03 Eric FiselierFix fs::proximate tests on platforms where /net exists.
2018-04-03 Aaron Smith[lit] Prefer opening files with open (Python 2) rather...
2018-04-03 Eugene Zelenko[AST] Fix some Clang-tidy modernize-use-auto warnings...
2018-04-03 Haicheng Wu[SLP] Distinguish "demanded and shrinkable" from "deman...
2018-04-02 Rui UeyamaInline two trivial functions that are called only once...
2018-04-02 Brian Gesiak[Coroutines] Avoid assert splitting hidden coros
2018-04-02 Petr Hosek[Driver] Wire up the -f[no-]rtlib-add-rpath flag and...
2018-04-02 Eric FiselierImplement P0430R2 - File system library on non-POSIX...
2018-04-02 Rafael EspindolaAlign stubs for external and common global variables...
2018-04-02 Eric ChristopherRemove llvm-mcmarkup.
2018-04-02 Eric FiselierImplement filesystem NB comments, relative paths, and...
2018-04-02 Reid Kleckner[InstCombine] Don't strip function type casts from...
2018-04-02 Aaron Smith[lit] One more try at fixing TestRunner.py for D43165
2018-04-02 Saleem AbdulrasoolCodeGenCXX: support PreserveMostCC in MS ABI
2018-04-02 Reid Kleckner[lit] Attempt to fix builtin diff code for Python 2
2018-04-02 Volodymyr Sapsai[libcxx] Disable testing with system lib for 2 tests...
2018-04-02 Aaron Smith[lit] Fix problem in how Python versions open files...
next