platform/upstream/llvm.git
2018-03-29 Craig Topper[X86] Remove ReadAfterLd from BMI and TBM instructions...
2018-03-29 George Karpenkov[analyzer] Path-insensitive checker for writes into...
2018-03-29 Eugene Zelenko[AST] Fix some Clang-tidy modernize-use-auto warnings...
2018-03-29 Rafael EspindolaMark __cfi_check as dso_local.
2018-03-29 Kevin EnderbyTry to fix sanitizer-x86_64-linux-fast bot due to chang...
2018-03-29 Craig Topper[X86] Correct the placement of ReadAfterLd in BEXTR...
2018-03-29 Philip Reames[NFC][LICM] Rearrange checks to have the cheap bail...
2018-03-29 Matt ArsenaultAMDGPU: Increase default stack alignment
2018-03-29 Kevin EnderbyFor llvm-nm and Mach-O files that are fully stripped...
2018-03-29 Fangrui Song[clangd] Fix repeated word typo. NFC
2018-03-29 Matt ArsenaultAMDGPU: Fix selection error on constant loads with...
2018-03-29 Rui UeyamaSimplify. NFC.
2018-03-29 Philip ReamesFix an accidental circular dependence
2018-03-29 Mandeep Singh... [Mips] Change std::sort to llvm::sort in response to...
2018-03-29 Paul RobinsonTry to fix a couple tests for Windows.
2018-03-29 Dinar Temirbulatov[SLPVectorizer] Add tests related to PR30787, NFCI.
2018-03-29 Zachary Turner[MSF] Default to FPM2, and always mark FPM pages allocated.
2018-03-29 Rui UeyamaExit early from a loop. NFC.
2018-03-29 Rui UeyamaRefactor Writer::checkNoOverlappingSections. NFC.
2018-03-29 Akira HatanakaGeneralize NRVO to cover C structs.
2018-03-29 Zachary Turner[PDB] Print some more details when explaining MSF fields.
2018-03-29 Volodymyr Sapsai[Sema] Make deprecation fix-it replace all multi-parame...
2018-03-29 Craig Topper[IR][CodeGen] Remove dependency on EVT from IR/Function...
2018-03-29 Paul RobinsonReapply "[DWARFv5] Emit file 0 to the line table."
2018-03-29 Zachary Turner[PDB] Fix a bug in the explain subcommand.
2018-03-29 David Zarzycki[ADT] NFC: Fix bogus StringSwitch rule-of-five boilerplate
2018-03-29 Zachary TurnerRemove unused function.
2018-03-29 Rafael EspindolaSet dso_local when clearing dllimport.
2018-03-29 Rafael EspindolaAdd a dllimport test.
2018-03-29 Zachary Turner[PDB] Add an explain subcommand.
2018-03-29 Haicheng Wu[JumpThreading] Don't select an edge that we know we...
2018-03-29 Zhihao Yuan[test] Fix an XRay test on FreeBSD
2018-03-29 Pavel Labath.debug_names: Correctly align the AugmentationStringSiz...
2018-03-29 Yaxun LiuSet calling convention for CUDA kernel
2018-03-29 George Rimar[ELF] - Add missing check calls to the tests.
2018-03-29 Yaxun LiuDisable emitting static extern C aliases for amdgcn...
2018-03-29 Marc-Andre... [clangd] Mark "Source Hover" as implemented in the...
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
next