platform/upstream/llvm.git
2018-03-29 George Karpenkov[astmatchers] Move a matcher out of internal namespace...
2018-03-29 George Karpenkov[ast] Do not auto-initialize Objective-C for-loop varia...
2018-03-29 George Burgess IV[MemorySSA] Consider callsite args for hashing and...
2018-03-29 George Karpenkov[ASTMatchers] Introduce a matcher for matching any...
2018-03-29 George Karpenkov[ASTMatchers] Extend hasParameter and hasAnyParameter...
2018-03-29 David BlaikieRemove some unused includes to fix layering.
2018-03-29 David BlaikieSplit Disassembler.h in two to fix dependencies
2018-03-29 David BlaikieAdd missing dependency (headers are included from MC...
2018-03-29 Alex Shlyapnikov[ASan] Disable aligned_alloc-alignment.cc on ppc64be
2018-03-28 Alex Shlyapnikov[ASan] Disable aligned_alloc-alignment.cc test on gcc.
2018-03-28 Rui UeyamaRename NonLocal -> Global.
2018-03-28 Rui UeyamaMove code so that the code matches with a comment....
2018-03-28 Rafael EspindolaStrip @VER suffices from the LTO output.
2018-03-28 David BlaikiePlumb useAA through TargetTransformInfo to remove Trans...
2018-03-28 Rui UeyamaUnloop a for-loop so that we can comment on each symbol...
2018-03-28 Eugene Zelenko[Basic] Fix some Clang-tidy modernize and Include What...
2018-03-28 Alex Shlyapnikov[ASan] Disable aligned_alloc-alignment.cc on Android.
2018-03-28 Rui UeyamaMerge nested "if"s. NFC.
2018-03-28 Peter CollingbourneELF: Make required Thunk methods pure virtual and remov...
2018-03-28 Akira Hatanaka[ObjC++] Make parameter passing and function return...
2018-03-28 Craig Topper[X86][SkylakeServer] Remove checks for 'k', 'z', '_Int...
2018-03-28 Reid KlecknerFix polly build after r328717
2018-03-28 Jun Bum Lim[PostRAMachineSink] preserve CFG
2018-03-28 Alex Shlyapnikov[ASan] Add aligned_alloc declaration to aligned_alloc...
2018-03-28 Krzysztof Parzyszek[Hexagon] Add support for "new" circular buffer intrinsics
2018-03-28 Krzysztof Parzyszek[Hexagon] Add support for "new" circular buffer intrinsics
2018-03-28 Reid Kleckner[MS] Fix bug in method vfptr location code
2018-03-28 Alex Shlyapnikov[ASan] Report proper ASan error on allocator failures...
2018-03-28 Jim InghamRevert r328715. Wasn't wrong, just not the issue.
2018-03-28 David BlaikieOops - moved slightly too many things from Scalar to...
2018-03-28 Jessica Paquette[MachineOutliner] Simplify call outlining + require...
2018-03-28 David BlaikieFix for LLVM header changes
2018-03-28 David BlaikieTransforms: Introduce Transforms/Utils.h rather than...
2018-03-28 Peter Collingbourne[llvm-ar] Support multiple dashed options
2018-03-28 Jim InghamExplicitly import subprocess
2018-03-28 Simon Pilgrim[X86][AVX2] Add shuffle test case from PR36933
2018-03-28 Dmitry Preobrazhensky[AMDGPU][MC] Added ds_add_src2_f32
2018-03-28 Matt Davis[Diag] Avoid emitting a redefinition note if no locatio...
2018-03-28 Lang Hames[ORC] Restore the narrower check from before r328687.
2018-03-28 Dmitry Preobrazhensky[AMDGPU][MC] Added PCK variants of image load/store...
2018-03-28 Daniel Neilson[PatternMatch] Add matchers for vector operations
2018-03-28 Hans Wennborgclang-cl: s/Enable/Disable/ in help text for /GX-
2018-03-28 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Added buffer_*_format_d16_hi_x
2018-03-28 Lang Hames[ORC] Re-add the Windows check that was dropped in...
2018-03-28 Alexey Bataev[OPENMP] Codegen for ctor|dtor of declare target variables.
2018-03-28 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Added s_scratch* instructions
2018-03-28 Dan LiewRevert "[lit] Temporarily disable shtest-timeout.py...
2018-03-28 Dan Liew[lit] Remove a timing senstive part of `shtest-timeout.py`
2018-03-28 Simon Pilgrim[X86][Btver2] Moved JWriteFCmp/JWriteFCmpY classes...
2018-03-28 Nicholas Wilson[WebAssembly] Name Config members after commandline...
2018-03-28 Alexander PotapenkoRevert "Reapply "[DWARFv5] Emit file 0 to the line...
2018-03-28 Andrea Di Biagio[X86][BtVer2] Fix the number of micro opcodes for AES...
2018-03-28 Alexander Potapenko[MSan] Introduce ActualFnStart. NFC
2018-03-28 George Rimar[ELF] - Linkerscript: support MIN and MAX.
2018-03-28 Tim RenoufRevert "[AMDGPU] For OS type AMDPAL, fixed scratch...
2018-03-28 Andrea Di Biagio[X86][BtVer2] Fix the number of micro opcodes for a...
2018-03-28 Pavel Labathgdb-remote: Fix checksum verification for messages...
2018-03-28 Alexander Potapenko[MSan] Add an isStore argument to getShadowOriginPtr...
2018-03-28 Christof Douma[ARM] Support float literals under XO
2018-03-28 Shiva Chen[PATCH] [RISCV] Verify the input value of -march=
2018-03-28 Mikael Holmen[RegisterCoalescing] Don't move COPY if it would interf...
2018-03-28 Richard TrieuFix some handling of AST nodes with diagnostics.
2018-03-28 Lang Hames[ORC] Fix ORC on platforms without indirection support.
2018-03-28 Rafael EspindolaInitialize OffsetMap in a known location.
2018-03-28 Rafael EspindolaDefine a trivial method inline.
2018-03-28 Rafael EspindolaStore live offsets as uint32_t.
2018-03-28 Sanjay Patel[AArch64] add ftrunc tests; NFC
2018-03-28 Sanjay Patel[PowerPC] add ftrunc vector tests; NFC
2018-03-28 Evgeniy Stepanov[asan] Add vfork to the list of reasons for stack errors.
2018-03-28 Akira Hatanaka[ObjC] Make C++ triviality type traits available to...
2018-03-28 Fangrui Song[ELF] Fix offsets in comment of tls-got.s
2018-03-27 Heejin Ahn[WebAssembly] Add exception and selector intrinsics
2018-03-27 Matt ArsenaultAMDGPU: Really implement getFrameRegister
2018-03-27 Paul RobinsonReapply "[DWARFv5] Emit file 0 to the line table."
2018-03-27 Jessica Paquette[MachineOutliner] AArch64: Don't outline ADRPs with...
2018-03-27 Tim Renouf[AMDGPU] For OS type AMDPAL, fixed scratch on compute...
2018-03-27 Petr Hosek[Driver] Add fuzzer-no-link into the list of supported...
2018-03-27 Volodymyr Sapsai[Sema] Emit -Winteger-overflow for arguments in functio...
2018-03-27 Paul Robinson[DWARF] Suppress split line tables more carefully.
2018-03-27 Tony Tye[AMDGPU] Define code object identification string used...
2018-03-27 Tim Renouf[CodeGen] Fixed unreachable with -print-machineinstrs...
2018-03-27 Sterling AugustineInitialize variable added in r328617.
2018-03-27 Eli Friedman[polly] [ScopInfo] Don't pre-compute the name of the...
2018-03-27 Graydon Hoare[YAML] Remove unit test of multibyte non-printable...
2018-03-27 Simon Pilgrim[X86] Add WriteFMOVMSK/WriteVecMOVMSK/WriteMMXMOVMSK...
2018-03-27 Gor Nishanov[coroutines] Do not attempt to typo-correct when corout...
2018-03-27 Wolfgang Pieb[DWARF][DWARF v5]: Adding support for dumping DW_RLE_of...
2018-03-27 Graydon Hoare[YAML] Escape non-printable multibyte UTF8 in Output...
2018-03-27 Xin Tong80-line wrap. NFC
2018-03-27 Matt ArsenaultAMDGPU: Fix not preserving CSR VGPR if used for SGPR...
2018-03-27 Davide ItalianoUse the DWARF linkage name when importing C++ methods.
2018-03-27 Matt ArsenaultAMDGPU: Update datalayout for stack alignment
2018-03-27 Matt ArsenaultAMDGPU: Set natural stack alignment in DataLayout
2018-03-27 Fangrui Song[DWARF] Simplify DWARFAddressRange::contains
2018-03-27 Shoaib Meenai[Sema] Avoid crash for category implementation without...
2018-03-27 Rong Xu[PGO] Fix branch probability remarks assert
2018-03-27 Matt ArsenaultAMDGPU: Fix crash when MachinePointerInfo invalid
2018-03-27 Matt ArsenaultAMDGPU: Fix register name format in tests
2018-03-27 Matt ArsenaultAMDGPU: Fix FP restore from being reordered with stack ops
2018-03-27 Davide Italiano[Core] Correctly handle float division in Scalar.
next