platform/upstream/llvm.git
2016-02-24 Nikolay Haustov[AMDGPU] fix amd_kernel_code_t bit field position as...
2016-02-24 David Majnemer[SimplifyCFG] Do not blindly remove unreachable blocks
2016-02-24 David Majnemer[CodeView] Describe variables live in x87 registers
2016-02-24 George Rimar[ELF] - replaced std::function with raw pointers in...
2016-02-24 Dmitry Vyukovtsan: disable ignore_lib4.cc test on powerpc64 and...
2016-02-24 Simon Pilgrim[X86][SSE] Don't get target shuffle operands prematurely.
2016-02-24 George Rimar[ELF] - Teach input section wildcard patterns to recogn...
2016-02-24 Michael Zuckerman[LLVM][AVX512][PSHUFHW ][PSHUFLW ] Change imm8 to int
2016-02-24 Igor BregerAVX512: Add vpmovzxbw/d/q ,vpmovzxw/d/q ,vpmovzxbdq...
2016-02-24 Mohit K. Bhakkad[MSan] fix process_vm_readv test: Exit silently if...
2016-02-24 Justin BognerX86: Wrap a helper for an assert in #ifndef NDEBUG
2016-02-24 Mohit K. Bhakkad[MSan] Mark dlerror.cc expected failure for MIPS
2016-02-24 Matt ArsenaultAMDGPU: Check cheaper condition before SignBitIsZero
2016-02-24 Xiuli Pan[OpenCL] Add Sema checks for OpenCL 2.0 block
2016-02-24 Chaoren LinFix TestCStrings for Linux with i386 inferiors.
2016-02-24 James Y KnightDefault vaarg lowering should support indirect struct...
2016-02-24 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr and modernize...
2016-02-24 Alexey Samsonov[tests] Portability fixup for r261713.
2016-02-24 Aaron Watrymath: Fix ilogb(double) return type
2016-02-24 Alexey Samsonov[tests] Resolve old TODOs in ASan unit tests.
2016-02-24 Rui UeyamaELF: Remove InputSectionBase::getAlign and instead...
2016-02-24 Rui UeyamaELF: Remove InputSectionBase::isLive and use Live membe...
2016-02-24 Rui UeyamaELF: Make some functions constant. NFC.
2016-02-24 Rui UeyamaCOFF: Temporarily remove flaky a test.
2016-02-24 Alexey Samsonov[tests] Don't compile CFI C tests in C++ mode.
2016-02-23 Sanjay Patel[InstCombine] refactor visitOr() to use foldCastedBitwi...
2016-02-23 Jingyue Wu[doc] Obtaining help on LLVM's CUDA support.
2016-02-23 Richard SmithPR24667: fix quadratic runtime if textually-included...
2016-02-23 Sean CallananWhen looking for symbols, find load addresses in a...
2016-02-23 Devin Coughlin[analyzer] Find ObjC 'self' decl even when block captur...
2016-02-23 Derek SchuffRevert "[WebAssembly] Stackify code emitted by eliminat...
2016-02-23 Sanjay Patelminimize test and use FileCheck
2016-02-23 Chris Bieneman[CMake] Support component-based installation for runtim...
2016-02-23 Chris Bieneman[CMake] Assign components and dependencies during add_c...
2016-02-23 Tim NorthoverAArch64: rename compact unwind forms back to UNWIND_ARM...
2016-02-23 Derek Schuff[WebAssembly] Stackify code emitted by eliminateFrameIndex
2016-02-23 Vedant Kumar[profile] Fix iteration over profile data entries
2016-02-23 Rafael EspindolaUse a different error in test.
2016-02-23 Chris Bieneman[CMake] Create an install-distribution target driven...
2016-02-23 Chris Bieneman[CMake] Add install-clang-format target by migrating...
2016-02-23 Tim NorthoverARM: fix handling of movw/movt relocations with addend.
2016-02-23 Rafael EspindolaFix the aarch64 logic for dynamic relocations.
2016-02-23 Marshall ClowFix a missing closing tag
2016-02-23 Marshall ClowMore updates
2016-02-23 Geoff Berry[AArch64] Generate csinv instruction more often
2016-02-23 Nico WeberRename Action::begin() to Action::input_begin().
2016-02-23 Adrian PrantlReapply r261657.
2016-02-23 Xinliang David LiFix comment
2016-02-23 Hans WennborgRevert r261633 "Supporting all entities declared in...
2016-02-23 Hans WennborgRevert r261634 "Supporting all entities declared in...
2016-02-23 Aaron BallmanAmends r252104 to evaluate the controlling expression...
2016-02-23 Rafael EspindolaSimplify. NFC.
2016-02-23 Rafael EspindolaDon't include tbss's alignment in offset.
2016-02-23 Davide Italiano[X86ISelLowering] Stop typing the same return over...
2016-02-23 Weiming ZhaoFix PR25339: ARM Constant Island
2016-02-23 Derek Schuff[WebAssembly] Add TODO comment to revisit red zone...
2016-02-23 Rui UeyamaHandle bitcode files in archive files with --whole...
2016-02-23 Derek Schuff[WebAssembly] Implement red zone for user stack
2016-02-23 Marshall ClowThese new tests fail on the green-dragon bots, which...
2016-02-23 Dmitry Vyukovtsan: clean up code after r261658
2016-02-23 Sanjay Patel[InstCombine] improve readability ; NFCI
2016-02-23 Dmitry Vyukovtsan: fix signal handling in ignored libraries
2016-02-23 Adrian PrantlRemove an unnecessary workaround introduced in r259975...
2016-02-23 David Majnemer[WinEH] Don't inline an 'unwinds to caller' cleanupret...
2016-02-23 Marshall ClowMore updates
2016-02-23 Bruno Cardoso... Revert "[VFS] Add support for handling path traversals"
2016-02-23 Marshall ClowAdd tests for LWG#2560. No code changes, just tests
2016-02-23 Sanjay Patel[InstCombine] less indenting; NFC
2016-02-23 Adhemerval... [lld] [ELF/AArch64] Fix R_AARCH64_ABS64 in Shared mode
2016-02-23 Geoff Berry[AArch64] Fix fastcc -tailcallopt epilog code generation.
2016-02-23 Sanjay Patel[InstCombine] add helper function to foldCastedBitwiseL...
2016-02-23 Marshall ClowAdd additional tests to ensure that we DTRT with short...
2016-02-23 Marshall ClowMore updates; patch for 2583 ready
2016-02-23 Alexander KornienkoFix a typo. NFC
2016-02-23 Alexander KornienkoClean up clang-format options documentation. NFC
2016-02-23 Alexander KornienkoSupport language selection for \code blocks.
2016-02-23 Alexander KornienkoUpdate clang-format options docs.
2016-02-23 Alexander KornienkoAllow running dump_format_style.py from any directory.
2016-02-23 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding prorv{d|q}{128|256...
2016-02-23 Aaron BallmanSilencing a signed vs unsigned mismatch.
2016-02-23 Aaron Watrymath: Add ilogb ported from amd-builtins
2016-02-23 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding pro{lv|r}{d|q}{128...
2016-02-23 Chad Rosier[AArch64] Fix comment typo in Cyclone scheduling defs...
2016-02-23 Pavel LabathWork around a stepping bug in arm64 android M
2016-02-23 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding pro{lv|r}{d|q}{128...
2016-02-23 Amjad AboudSupporting all entities declared in lexical scope in...
2016-02-23 Amjad AboudSupporting all entities declared in lexical scope in...
2016-02-23 Gabor Horvath[analyzer] Improve pointer arithmetic checker.
2016-02-23 Pavel Labath[linux] Remove all traces of signalfd(2)
2016-02-23 Tamas BerghammerXFAIL TestInlines for Linux with gcc
2016-02-23 Alexander KornienkoRemove a space after a trailing backslash.
2016-02-23 Sylvestre Ledrufix the indentation of the example
2016-02-23 Chandler Carruth[PM] Remove an overly aggressive assert now that I...
2016-02-23 Alexander KornienkoFix a -Wunused-variable diagnostic.
2016-02-23 Alexander KornienkoPrint options, if requested.
2016-02-23 Chandler Carruth[PM] Add a unittest for the CGSCC pass manager in the...
2016-02-23 Junmo Park[ARM] fix initialization of PredictableSelectIsExpensive
2016-02-23 Alexander Kornienko[clang-tidy] Updated docs on testing clang-tidy checks.
2016-02-23 Nikolay Haustov[AMDGPU] Fix operands of S_BFE_U64 and S_BFM_B64
2016-02-23 Roman GareevAnnotation of SIMD loops
next