platform/upstream/llvm.git
2016-09-20 Rafael EspindolaDon't produce an error for undefined entry symbol.
2016-09-20 Vedant Kumar[docs] Extend the code coverage docs some more
2016-09-20 Tobias Grosser[ScopDetection] Remove redundant checks for endless...
2016-09-20 Saleem AbdulrasoolX86: loosen an overly aggressive MachO assertion
2016-09-20 Rafael EspindolaRedirect stderr to /dev/null. NFC.
2016-09-20 Davide Italiano[Writer] Fix a typo. NFC.
2016-09-20 Eric ChristopherRemove more guts of TargetMachine::getNameWithPrefix...
2016-09-20 Eric ChristopherRemove a use of subtarget initialization in the X86...
2016-09-20 Eric ChristopherRemove extra argument used once on TargetMachine::getNa...
2016-09-20 Keith WalkerImprove the -debug output for Debug Range Extension...
2016-09-20 Nick LewyckyReplace 'isProvablyNonNull' with existing utility llvm...
2016-09-20 Rafael EspindolaDisable --rosegment when we have linker scripts.
2016-09-20 Tim NorthoverGlobalISel: split aggregates for PCS lowering
2016-09-20 Rafael EspindolaMake tests less dependent on the exact layout.
2016-09-20 Simon Dardis[mips] MSA intrinsics header file
2016-09-20 Rafael EspindolaMove test to the correct directory. NFC.
2016-09-20 Simon Pilgrim[X86][SSE] Regenerate multiple combine tests
2016-09-20 Sanjay Patelmove variables closer to their uses; add FIXMEs; NFC
2016-09-20 Dean Michael... [XRay] ARM 32-bit no-Thumb support in compiler-rt
2016-09-20 Dmitry Vyukovtsan: check more addresses in CheckShadowMapping
2016-09-20 Dmitry Vyukovtsan: make CHECK more robust
2016-09-20 Rafael EspindolaRemove empty section commands.
2016-09-20 Artem Tamazov[AMDGPU][mc] Add regression tests for Bug 28168
2016-09-20 Elena DemikhovskyAVX-512: Fixed a bug in lowering saturated operations...
2016-09-20 Valery Pykhtin[AMDGPU] Refactor VOP3 instruction TD definitions
2016-09-20 Keith WalkerMake llvm::ConvertDebugDeclareToDebugValue() be a void...
2016-09-20 Nikolay HaustovAMDGPU: Improve documentation.
2016-09-20 Dorit NuzmanReverting revision 281960 due to test failures.
2016-09-20 Dorit Nuzman[SROA] Preserve llvm.mem.parallel_loop_access metadata.
2016-09-20 Craig Topper[AVX-512] Teach X86InstrInfo::copyPhysReg to use a...
2016-09-20 Craig Topper[AVX-512] Use 512-bit vcvtps2ph/vcvtph2ps to implement...
2016-09-20 Matthias BraunBranchFolder: Fix invalid undef flags after merge.
2016-09-20 Matthias BraunMachine{Instr|Operand}: Clarify some isIdenticalTo...
2016-09-20 Quentin Colombet[RegisterBankInfo] Avoid heap allocation in Instruction...
2016-09-20 NAKAMURA Takumiclang-change-namespace: Update libdeps.
2016-09-20 Sanjay Patel[x86] fix variable names; NFC
2016-09-20 Kostya Serebryany[sanitizer-coverage] add comdat to coverage guards...
2016-09-20 Rui UeyamaRemove a use of std::list.
2016-09-19 Sanjay Patel[x86] auto-generate checks
2016-09-19 Philip Reames[LCSSA] Cache LoopExits to avoid wasted work
2016-09-19 Quentin Colombet[RegisterBankInfo] Adapt call to std::fill due to use...
2016-09-19 David CallahanMerge branch 'ADCE5'
2016-09-19 Davide Italiano[GC] Don't crash when printing the special Discarded...
2016-09-19 Lang Hames[Kaleidoscope] Make Chapter 2 use llvm::make_unique...
2016-09-19 Sanjay Patel[x86] use getSignBit() to simplify code; NFCI
2016-09-19 Sean CallananFixed the build by changing a couple of const char...
2016-09-19 Zachary TurnerConvert 3 more functions to use a StringRef.
2016-09-19 Eric ChristopherMove the armv8.1-a ras test to a negative with noras...
2016-09-19 Mehdi AminiBitcodeWriter: fix emission of invoke when calling...
2016-09-19 Evgeniy StepanovMisleading comments of SplitBlockAndInsertIfThenElse...
2016-09-19 Kostya Kortchinsky[scudo] Modify Scudo to use its own Secondary Allocator
2016-09-19 Simon Pilgrim[X86][SSE] Updated vector abs tests
2016-09-19 Dan AlbertFix signatures of fallback tow(upper|lower)_l.
2016-09-19 Eric LiuAdd missing dependency to change-namespace.
2016-09-19 Gabor Horvath[analyzer] Calculate extent size for memory regions...
2016-09-19 Kostya Serebryany[libFuzzer] use sleep() instead of std::this_thread...
2016-09-19 Rafael EspindolaUse FileCheck variables. NFC.
2016-09-19 Rafael EspindolaMap .data.rel.ro correctly.
2016-09-19 Rafael EspindolaMake this test a bit stricter.
2016-09-19 Rafael EspindolaDon't CHECK the addresses. NFC
2016-09-19 Dehao ChenHandle early inline for hot callsites that reside in...
2016-09-19 Zachary TurnerFix compilation of unit tests.
2016-09-19 Shoaib Meenai[libc++] Fix extern template visibility for Windows
2016-09-19 Samuel AntaoReorder initializers in CallStackFrame so that we don...
2016-09-19 Zachary TurnerTry to fix freebsd and android builds.
2016-09-19 Dan AlbertReplace __ANDROID__ with __BIONIC__.
2016-09-19 Eric LiuTrying to fix name conflict in change-namespace tool.
2016-09-19 Zachary TurnerFix more functions in Args to use StringRef.
2016-09-19 Eric LiuA clang tool for changing surrouding namespaces of...
2016-09-19 Davide Italiano[Writer] Rename variables to reflect reality. NFCI.
2016-09-19 Quentin Colombet[RegisterBankInfo] Avoid heap allocation in most cases.
2016-09-19 Yaxun Liu[OpenCL] Allow half type kernel argument when cl_khr_fp...
2016-09-19 Matthias BraunLiveRangeCalc: Fix reporting of invalid vreg usage...
2016-09-19 Todd FialaXcode: support gtests that use the Inputs dir
2016-09-19 Dehao ChenOnly set branch weight during sample pgo annotation...
2016-09-19 Dehao ChenUse call target count to derive the call instruction...
2016-09-19 Dehao ChenRemove InstructionCombining and its related pass from...
2016-09-19 Etienne Bergeron[compiler-rt] Add support for the dynamic shadow allocation
2016-09-19 Etienne Bergeron[asan] Support dynamic shadow address instrumentation
2016-09-19 Alexander ShaposhnikovRemove excessive padding from the struct CallStackFrame
2016-09-19 Zachary Turner[Support] Add StringRef::withNullAsEmpty()
2016-09-19 Nico WeberRevert r281841, it does not work on Windows (PR30443).
2016-09-19 Yaxun Liu[OpenCL] Diagnose assignment to dereference of half...
2016-09-19 Valery Pykhtin[AMDGPU] Refactor VOPC instruction TD definitions
2016-09-19 Kostya Serebryany[sanitizer] rename __sanitizer_symbolize_data to __sani...
2016-09-19 Rafael EspindolaRemove unnecessary const_canst. NFC.
2016-09-19 George Rimar[ELF] - LinkerScript: Add workaround for gcc 6.2.0...
2016-09-19 Neil HickeyReverting r281714 due to causing an assert when calling...
2016-09-19 Diana Picus[AArch64] Fix encoding for lsl #12 in add/sub immediates
2016-09-19 Tobias GrosserFix spelling in CMakeLists
2016-09-19 Sam Kolton[AMDGPU] Fix s_branch with -1 offset
2016-09-19 Keith WalkerAdd @llvm.dbg.value entries for the phi node created...
2016-09-19 Oliver Stannard[Thumb] Set correct initial mapping symbol for big...
2016-09-19 Tim NorthoverARM: check alignment before transforming ldr -> ldm...
2016-09-19 Elena Demikhovsky[X86 Codegen Test] Divided masked_memop into several...
2016-09-19 Eric LiuRecommit r281457 "Supports adding insertion around...
2016-09-19 James Molloy[SimplifyCFG] Update (AND) IR flags when CSE'ing instru...
2016-09-19 Martin Probstclang-format: [JS] Fix line breaks before comments...
2016-09-19 Michal GornyFix respecting LIBOMP_LLVM_LIT_EXECUTABLE as full path
2016-09-19 Kostya Serebryany[sanitizer] add __sanitizer_symbolize_data (can only...
next