platform/upstream/llvm.git
2018-03-29 Matt ArsenaultFix typo
2018-03-29 Andrea Di Biagio[llvm-mca] Correctly set the ReadAdvance information...
2018-03-29 Andrew Ng[ELF] Fix X86 & X86_64 PLT retpoline padding
2018-03-29 Krzysztof Parzyszek[Hexagon] Aid bit-reverse load intrinsics lowering...
2018-03-29 Dan Liew[asan] Split the `throw_invoke_test.cc` into a Linux...
2018-03-29 Krzysztof Parzyszek[Hexagon] Add support to handle bit-reverse load intrinsics
2018-03-29 Pavel Labath.debug_names: Parse DW_IDX_die_offset as a reference
2018-03-29 Sjoerd Meijer[Kaleidoscope] Tiny typo fixes
2018-03-29 Simon Pilgrim[X86][SSE] Don't bother re-adding combined target shuff...
2018-03-29 Pavel LabathNativeThreadProtocol: delete dead code
2018-03-29 Sylvestre LedruRename clang link from clang-X.Y to clang-X
2018-03-29 Sylvestre LedruRename llvm library from libLLVM-X.Y to libLLVM-X
2018-03-29 Simon Dardis[Mips] Remove dead code
2018-03-29 David Green[LoopRotate] Restructuring LoopRotation.cpp to create...
2018-03-29 Benjamin Kramer[Transforms] Make sure to include the c binding header...
2018-03-29 Max Kazantsev[NFC] Fix meaningless assert in SCEV
2018-03-29 Richard TrieuRefactor some code for a warning. NFC.
2018-03-29 Craig Topper[X86] Don't pass getRegisterName from the InstPrinters...
2018-03-29 Frederic RissPrevent double release of mach ports
2018-03-29 Eric Fiselierfix typo in align_const_pair_U_V.pass.cpp
2018-03-29 Robert Widmann[LLVM-C] Finish exception instruction bindings
2018-03-29 Eric FiselierMove libc++ pair/tuple assign test to libcxx/ test...
2018-03-29 Craig Topper[X86] Rename RIi64_NOREX tblgen class to just Ii64...
2018-03-29 Craig Topper[X86] Cleanup inheritance of the X86InstrFormats.td...
2018-03-29 George Burgess IV[MemorySSA] Turn an assert into a condition
2018-03-29 George Karpenkov[astmatchers] Fix linking issue
2018-03-29 Alex Shlyapnikov[ASan] Disable aligned_alloc-alignment.cc on PPC64.
2018-03-29 George Karpenkov[analyzer] [testing] Be less verbose by default in...
2018-03-29 Eric FiselierFix PR36914 - num_get::get(unsigned) incorrectly handle...
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
next