platform/upstream/llvm.git
2018-10-23 Sanjay Patel[InstCombine] use 'match' to handle vectors and simplif...
2018-10-23 Samuel BenzaquenAdd benchmark for std::set.
2018-10-23 Sanjay Patel[InstCombine] swap select profile metadata when swappin...
2018-10-23 Sanjay Patel[InstCombine] add/move tests for select with inverted...
2018-10-23 Aleksandr UrakovRevert "[MachinePipeliner] Split MachinePipeliner code...
2018-10-23 Sam McCall[clangd] Lazily create CDB, remove setCompileCommandsDir.
2018-10-23 Sanjay Patel[SLSR] use 'match' to simplify code; NFC
2018-10-23 Kadir Cetinkaya[clang] Fix a null pointer dereference.
2018-10-23 Sanjay Patel[SLSR] auto-generate full test assertions; NFC
2018-10-23 Roman LebedevExperimental re-land of [X86][BMI1] X86DAGToDAGISel...
2018-10-23 Hans WennborgRevert r345009 "[DebugInfo] Generate debug information...
2018-10-23 Simon PilgrimAdd BROADCAST shuffle cost tests.
2018-10-23 Sam McCall[clangd] Remove caching of compilation database commands.
2018-10-23 Simon PilgrimAdd BROADCAST shuffle cost tests.
2018-10-23 Sam McCall[clangd] Support passing a relative path to -compile...
2018-10-23 Dorit NuzmanLeftover bits from https://reviews.llvm.org/D53420...
2018-10-23 Sam McCallFix range length comparison in DraftStore::UpdateDraft...
2018-10-23 Greg Bedwell[lit] Only return a found bash executable on Windows...
2018-10-23 Simon Pilgrim[X86][SSE] Update raw mask shuffle decoders to handle...
2018-10-23 Roman LebedevRevert "[X86][BMI1] X86DAGToDAGISel: select BEXTR from...
2018-10-23 George Rimar[LLDB] - Implement the support for the .debug_loclists...
2018-10-23 Simon Pilgrim[TTI] Add generic cost handling of SK_Reverse shuffles
2018-10-23 Roman Lebedev[X86][BMI1] X86DAGToDAGISel: select BEXTR from x <...
2018-10-23 Aleksandr Urakov[PDB] Improve performance of the PDB DIA plugin
2018-10-23 Aleksandr Urakov[AST] Do not align virtual bases in `MicrosoftRecordLay...
2018-10-23 Aleksandr UrakovFix non-Windows build for D53324
2018-10-23 Aleksandr UrakovRevert "Revert "[PDB] Extend IPDBSession's interface...
2018-10-23 Hsiangkai Wang[DebugInfo] Generate debug information for labels....
2018-10-23 Lama Saba[MachinePipeliner] Split MachinePipeliner code into...
2018-10-23 Sylvestre LedruAdd support for GNU Hurd in Path.inc and other places
2018-10-23 Martin StorsjoRevert "[Driver] Use forward slashes in most linker...
2018-10-23 Martin Storsjo[Driver] Use forward slashes in most linker arguments
2018-10-23 Martin Storsjo[MinGW] Link to correct openmp library
2018-10-23 Dimitry AndricDon't mess up RelIplt symbols during relocatable processing
2018-10-23 Marshall ClowMark the move construct/move assign tests as unsupporte...
2018-10-23 Craig Topper[X86] Regenerate test checks to show fma comments. NFC
2018-10-23 Marshall ClowAdd tests for match_results copy/move assignment operat...
2018-10-23 Marshall ClowRemove a 'const' from the synopsis. NFC
2018-10-23 Yaxun LiuAdd gfx904 and gfx906 to GPU Arch
2018-10-23 Lang Hames[RuntimeDyld][COFF] Skip non-loaded sections when calcu...
2018-10-23 Lang Hames[ORC] Show JITDylib search order in JITDylib::dump.
2018-10-23 Lang Hames[ORC] Dump flags for JITDylib symbol table entries.
2018-10-23 George Karpenkov[analyzer] [NFC] Correct comment on RetainSummaryManager
2018-10-23 George Karpenkov[analyzer] [www] Drop references to GC mode, which...
2018-10-23 George Karpenkov[analyzer] [testing] Compute data on path length, compu...
2018-10-23 Marshall ClowUpdated the issue notes.
2018-10-23 Marshall ClowAdd tests for match_results copy/move construction...
2018-10-23 Richard Trieu[CodeGen] Attach InlineHint to more functions
2018-10-23 Shoaib Meenai[ELF] Split up emulation.s per backend
2018-10-23 Kostya Serebryany[hwasan] add stack frame descriptions.
2018-10-23 Shoaib Meenai[ELF] Actually fix test from r344976
2018-10-23 Jonas Devlieghere[dsymutil] Improve error reporting when we cannot creat...
2018-10-23 Davide Italiano[ValueObject] Stop assuming types are non-zero sized.
2018-10-23 Heejin Ahn[WebAssembly] Fix assembly printing of br_table
2018-10-23 Shoaib Meenai[ELF] Fix test from r344976
2018-10-23 Jonas DevlieghereFix typo in ASSERT_MODULE_LOCK macro definition
2018-10-23 Craig Topper[X86] Remove 'rtm' feature from KNL.
2018-10-23 Wouter van... [WebAssembly] Added test for inline assembly roundtrip.
2018-10-22 Shoaib Meenai[ELF] Handle elf32-littlearm in OUTPUT_FORMAT
2018-10-22 Marshall ClowAdded more notes to the issues.
2018-10-22 Fangrui Song[ELF] Don't warn on two legitimate cases when reading...
2018-10-22 Saleem AbdulrasoolX86: fix a comment copy-paste issue (NFC)
2018-10-22 Craig Topper[X86] Remove unused entries from the X86ProcFamily...
2018-10-22 Leonard Chan[Intrinsic] Unigned Saturation Addition Intrinsic
2018-10-22 Matthias BraunX86: Do not optimize branches with undef eflags inputs
2018-10-22 Sanjay Patel[Reassociate] remove bogus tests; NFC
2018-10-22 Benjamin Kramer[clang-tidy] Fix typo abls->absl.
2018-10-22 Reid Kleckner[MC] Shrink MCAsmParser by grouping bools, add const...
2018-10-22 Simon Pilgrim[ARM] Regenerate reverse shuffle costs
2018-10-22 Craig TopperRecommit r344877 "[X86] Stop promoting integer loads...
2018-10-22 Sanjay Patel[Reassociate] add vector tests with undef elements...
2018-10-22 Dan AlbertRevert "[Driver] Reland again: Default Android toolchai...
2018-10-22 Thomas Lively[WebAssembly][NFC] Remove WebAssemblyStackifier TableGe...
2018-10-22 Vlad TsyrklevichRevert "Ensure sanitizer check function calls have...
2018-10-22 Vedant Kumar[DWARF] Use a function-local offset for AT_call_return_pc
2018-10-22 Sanjay Patel[Reassociate] add 'using namespace' to reduce bloat...
2018-10-22 Nick Desaulniers[Driver] fix broken test
2018-10-22 Erich KeaneGive Multiversion-inline functions linkonce linkage
2018-10-22 Lang Hames[ORC] Guard access to the MemMgrs vector in RTDyldObjec...
2018-10-22 Sanjay Patel[x86] add test for PR25498 and complete checks; NFC
2018-10-22 Kuba Mracek[interception] Switch to _type suffix instead of _f...
2018-10-22 Marshall ClowUpdate commnents to reflect the changes for LWG#3127...
2018-10-22 Rui UeyamaAdd OUTPUT_FORMAT linker script directive support.
2018-10-22 Marshall ClowUpdate commnents to reflect the changes for LWG#3127...
2018-10-22 Marshall ClowUpdate commnents to reflect the changes for LWG#3122...
2018-10-22 Tim NorthoverX86: add alias for pushfw/popfw in Intel mode
2018-10-22 Fangrui Song[ELF][PPC64] Fix a split-stack comment in rLLD344622
2018-10-22 Jonas Toth[clang-tidy] tryfix windows build
2018-10-22 Dan Albert[Driver] Reland again: Default Android toolchains to...
2018-10-22 Jonas Devlieghere[SymbolFile] Add the module lock where necessary and...
2018-10-22 Artem Dergachev[analyzer] Fix dumping for SymbolConjured conjured...
2018-10-22 Eugene Zelenko[Documentation] Fix grammar related to Clang-tidy cppco...
2018-10-22 Justin BognerReapply "[MachineCopyPropagation] Reimplement CopyTrack...
2018-10-22 Nick Desaulniers[Driver] allow Android triples to alias for non Android...
2018-10-22 Jonas Toth[clang-tidy] implement cppcoreguidelines macro rules
2018-10-22 Sylvestre LedruHopefully fix the documentation generation issue
2018-10-22 Teresa Johnson[hot-cold-split] Add opt remark on success
2018-10-22 Simon PilgrimRevert rL344931 from llvm/trunk: [X86][SSE] getTargetSh...
2018-10-22 Simon PilgrimRevert rL344933 from llvm/trunk: [X86][SSE] Tidyup...
2018-10-22 Aaron BallmanRevert r344930 as it broke some of the bots on Windows.
next