platform/upstream/llvm.git
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...
2018-04-02 Harlan HaskinsFix Go IR test for changes in DIBuilder API
2018-04-02 Aaron Smith[lit] Use io.open to compare two files since it support...
2018-04-02 Lang Hames[ORC] Add a debugging check to catch dangling reference...
2018-04-02 Lang Hames[ORC] Fix a think-o: ExecutionSession should create...
2018-04-02 Reid KlecknerRevert r329012 "[lit] Fix problem in how Python version...
2018-04-02 Rong Xu[profile] Move newly added test to the supported platform
2018-04-02 Reid KlecknerTreat inlining a notail call as a regular, non-tail...
2018-04-02 Rafael EspindolaDefine TrapInst for ppc64.
2018-04-02 Lang Hames[ORC] Create a new SymbolStringPool by default in Execu...
2018-04-02 Aaron Smith[lit] Fix problem in how Python versions open files...
2018-04-02 Sanjay Patel[InstCombine] add folds for icmp + sub (PR36969)
2018-04-02 Sanjay Patel[InstCombine] add tests for icmp (sub x, y), x (PR36969...
2018-04-02 Reid Kleckner[MS] Emit vftable thunks for functions with incomplete...
2018-04-02 Douglas YungAnother attempt to fix papertrail-warnings.test on...
2018-04-02 Reid KlecknerFix some DenseMap use-after-rehash bugs and hoist Metho...
2018-04-02 Sean Fertile[PPC64] Minor changes for Plt relocations.
2018-04-02 Joel E. Denny[Attr] [NFC] Revert accidental change from r327405
2018-04-02 Sean Fertile[PPC64] Write plt stubs for ElfV2 abi
2018-04-02 Harlan HaskinsFix header mismatch in DIBuilder Type APIs
2018-04-02 Zachary Turner[llvm-pdbutil] Add an export subcommand.
2018-04-02 Eric ChristopherTemporarily revert r328404:
2018-04-02 Richard SmithAdd -fclang-abi-compat=6 flag for upcoming ABI changes.
2018-04-02 Richard SmithAdd helper to determine if a field is a zero-length...
2018-04-02 Nico WeberRemove unused PACKAGE_TARNAME; looks like a remnant...
2018-04-02 Mike EdwardsRevert r328932 as it caused Windows and MacOS bot failures.
2018-04-02 Nico WeberRemove some unused cmake standard library includes.
2018-04-02 Nico WeberRemove more feature test macros that became unused...
2018-04-02 Yaxun Liu[CUDA] Let device-side shared variables be initialized...
2018-04-02 Gor Nishanov[coroutines] Add __builtin_coro_noop => llvm.coro.noop
2018-04-02 Nico WeberRemove HAVE_LIBPSAPI, HAVE_SHELL32.
2018-04-02 Rong Xu[DeadArgumentElim] Clone function level metadatas
2018-04-02 Greg ClaytonAdded a BSD archive tool.
next