platform/upstream/llvm.git
2018-04-19 Dmitry Vyukovtsan: fix compiler warnings
2018-04-19 Sander de Smalen[AArch64][AsmParser] NFC: Cleanup parsing of scalar...
2018-04-19 Dean Michael... OpenBSD add C++ runtime in a driver's standpoint
2018-04-19 Tobias Grosser[RuntimeDebugBuilder] Do not break for 64 bit integers
2018-04-19 Craig Topper[X86] Scrub scheduling information for MUL/IMUL on...
2018-04-19 Rafael EspindolaSimplify. NFC.
2018-04-19 Rafael EspindolaDon't call getOffset twice. NFC.
2018-04-18 Douglas YungFix test from r330245 on Windows.
2018-04-18 Akira Hatanaka[CodeGen] Do not push a destructor cleanup for a struct...
2018-04-18 Reid Kleckner[MS] Fix unprototyped thunk emission for incomplete...
2018-04-18 Leonard MosescuImprove LLDB's handling of non-local minidumps
2018-04-18 Bob HaarmanFix data race in X86FloatingPoint.cpp ASSERT_SORTED
2018-04-18 Reid Kleckner[COFF] Mark images with no exception handlers for ...
2018-04-18 Heejin Ahn[OpenMP] Compilation error fix on const char*
2018-04-18 Craig Topper[X86] Correct the Defs, Uses, hasSideEffects, mayLoad...
2018-04-18 Alex Shlyapnikov[HWASan] Add "N" suffix to generic __hwasan_load/store.
2018-04-18 Artem Belevich[NVPTX, CUDA] Added support for m8n32k16 and m32n8k16...
2018-04-18 Simon Pilgrim[llvm-mca][X86] Add mmx versions of SSSE3 instructions
2018-04-18 Alex Bradbury[RISCV] Add test changes missed from rL330293
2018-04-18 Alex Bradbury[RISCV] Introduce pattern for materialising immediates...
2018-04-18 Tobias Grosser[RuntimeDebugBuilder] Print vectors passed without...
2018-04-18 Alex Bradbury[RISCV] Add imm-cse.ll test case
2018-04-18 Lei Huang[NFC] test case clean up
2018-04-18 Tobias Grosser[RuntimeDebugBuilder] Turn assert into an unreachable
2018-04-18 Alex Bradbury[RISCV] Expand codegen -> compression sanity checks...
2018-04-18 Craig Topper[X86] Fix the Uses/Defs,mayLoad,mayStore,hasSideEffects...
2018-04-18 Yan Zhangadd extra acronyms for objc property names
2018-04-18 Tobias Grosser[ScopDetect / ScopInfo] Get statistics for scops withou...
2018-04-18 Fangrui Song[OPENMP] Fix -Wunused-lambda-capture. NFC
2018-04-18 Jonathan Peyton[OpenMP] Fix affinity API for KMP_AFFINITY=none|compact...
2018-04-18 Jonathan PeytonIntroduce GOMP_taskloop API
2018-04-18 Alex BradburyRevert "[RISCV] implement li pseudo instruction"
2018-04-18 Artem Belevich[CUDA] added missing __ldg(const signed char *)
2018-04-18 Yaxun Liu[HIP] Add driver input type for HIP
2018-04-18 Lei Huang[Power9]Legalize and emit code for converting Unsigned...
2018-04-18 Martin Storsjo[MinGW] Try to fix asan testing after r330244
2018-04-18 Amara Emerson[AArch64] Add isel pattern for v8i8->v2f32 NVCASTs.
2018-04-18 Jonas Devlieghere[LIT] Have lit run the lldb test suite
2018-04-18 Alex Bradbury[RISCV] Add specific tests for materialising imm32hi20...
2018-04-18 Lei Huang[Power9]Legalize and emit code for converting (Un)Signe...
2018-04-18 Alexey Bataev[NVPTX] Emit debug info in DWARF-2 by default for Cuda...
2018-04-18 Alexey Bataev[DEBUG] Initial adaptation of NVPTX target for debug...
2018-04-18 Alexey Bataev[OPENMP] Code cleanup and code improvements.
2018-04-18 Chandler Carruth[x86] Switch EFLAGS copy lowering to use reg-reg form...
2018-04-18 Kostya Kortchinsky[sanitizer] Minor refactor of ThreadDescriptorSize
2018-04-18 Jonas Devlieghere[llvm-mca] Use WithColor for printing errors
2018-04-18 Aaron Smith[support] Revert the changes made to Path.inc for the...
2018-04-18 Pavel LabathFix macosx build broken by r330249
2018-04-18 Chandler Carruth[x86] Fix PR37100 by teaching the EFLAGS copy lowering...
2018-04-18 Simon Pilgrim[llvm-exegesis] Early out if the scheduler models have...
2018-04-18 Jonas Devlieghere[llvm-profdata] Use WithColor for printing errors
2018-04-18 Jonas Devlieghere[llvm-link] Use WithColor for printing errors
2018-04-18 Simon Pilgrim[llvm-exegesis] Use LLVMTargetMachine pointer everywher...
2018-04-18 Sanjay Patel[SimplifyLibcalls] Realloc(null, N) -> Malloc(N)
2018-04-18 Simon Pilgrim[llvm-exegesis] Put a newline at the end of each error...
2018-04-18 David Stuttard[AMDGPU] Fix issues for backend divergence tracking
2018-04-18 Sam Parker[IRCE] Only check for NSW on equality predicates
2018-04-18 Simon Pilgrim[llvm-exegesis] Pull out LLVMTargetMachine to simplify...
2018-04-18 Jan Korous[Sema] Disable built-in increment operator for bool...
2018-04-18 Momchil VelikovAdd tests for shrink wrapping and VLAs
2018-04-18 Teresa Johnson[gold] Add support for optimization remarks
2018-04-18 Pavel Labath[cmake] Improve pthread_[gs]etname_np detection code
2018-04-18 Florian Hahn[LoopUnroll] Only peel if a predicate becomes known...
2018-04-18 Pavel Labath[CodeGen/Dwarf] Make debug_names compatible with split...
2018-04-18 Ivan A. KosarevRevert r330195 "[NEON] Define vget_high_f16() and vget_...
2018-04-18 Pavel LabathReport more precise error message when attach fails
2018-04-18 Greg Bedwell[UpdateTestChecks] Add update_mca_test_checks.py script
2018-04-18 Haojian Wu[clang-tidy] Fix clang-tidy doesn't read .clangtidy...
2018-04-18 Martin Storsjo[MinGW] Look for a cross sysroot relative to the clang...
2018-04-18 Bjorn Pettersson[DebugInfo] Sink related dbg users when sinking in...
2018-04-18 Matt Davis[NFC] Remove doxygen brief tag from BasicBlock.h
2018-04-18 Craig Topper[X86][Broadwell] Remove some unnecessary InstRW overrid...
2018-04-18 Bruno Cardoso... [Modules] Turn on system header validation for implicit...
2018-04-18 Craig Topper[X86] Give CMOV 2 cycle latency on SLM.
2018-04-18 Craig Topper[X86] Don't crash on bad operand modifiers in inline...
2018-04-18 Sanjay Patel[InstCombine] peek through bitcasted vector/array point...
2018-04-17 Bob HaarmanFix lock order inversion between ManagedStatic and...
2018-04-17 Peter CollingbourneCOFF: Friendlier undefined symbol errors.
2018-04-17 Michael J.... [ELF] Add profile guided section layout
2018-04-17 Peter CollingbourneReland r330223, "COFF: Merge .idata, .didat and .edata...
2018-04-17 Peter CollingbourneCOFF: Implement /pdbaltpath flag.
2018-04-17 Keith Wyss[XRay][compiler-rt] Add noop patch functions for unsupp...
2018-04-17 Stanislav Mekhanoshin[AMDGPU] Enabled v2.16 literals for VOP3P
2018-04-17 Junmo Park[AAch64] Add the __ARM_FEATURE_DOTPROD macro definition
2018-04-17 Peter CollingbourneRevert r330223, "COFF: Merge .idata, .didat and .edata...
2018-04-17 Vedant Kumar[Mem2Reg] Create merged debug locations for inserted...
2018-04-17 Vedant Kumar[Mem2Reg] Make RenamePassData a struct, NFC
2018-04-17 Erich KeaneAdd Microsoft mangling for _Float16
2018-04-17 Alex Bradbury[RISCV] implement li pseudo instruction
2018-04-17 Peter CollingbourneCOFF: Merge .idata, .didat and .edata into .rdata by...
2018-04-17 Peter Collingbournellvm-pdbutil: Fix an off-by-one error.
2018-04-17 Stanislav MekhanoshinLoadStoreVectorizer crashes due to unsized type
2018-04-17 Keith Wyss[XRay] Add clang builtin for xray typed events.
2018-04-17 Keith Wyss[XRay] Typed event logging intrinsic
2018-04-17 Keith WyssImplement trampoline and handler for typed xray event...
2018-04-17 Heejin Ahn[WebAssembly] Add an assertion for an invalid CFG
2018-04-17 Rui UeyamaRename sys::Process::GetArgumentVector -> sys::windows...
2018-04-17 Dan Gohman[WebAssembly] Teach fast-isel to gracefully recover...
2018-04-17 Jim InghamChange PlatformPosix::DoLoadImage to use a UtilityFunction.
2018-04-17 Dan Albert[Driver] Use the per-API level Android library directories.
next