platform/upstream/llvm.git
2016-02-25 Saleem Abdulrasoolbuiltins: adjust the clobbers list for android __clear_...
2016-02-25 Alexey Bataev[OPENMP 4.5] Support fielddecls in 'shared' clause.
2016-02-25 Chandler Carruth[Support] Add a fancy helper function to get a static...
2016-02-25 Xiuli Pan[OpenCL] Add Sema checks for types
2016-02-25 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr and modernize...
2016-02-25 NAKAMURA Takumicheck-clang-tools: Introduce the feature "target-headers".
2016-02-25 Justin BognerIR: Make the X / undef -> undef fold match the comment
2016-02-25 Greg ClaytonFix "target modules add -s <filename>" to work if the...
2016-02-25 Alexander Kornienko[clang-tidy] Another attempt to fix MSVC build
2016-02-25 Adrian McCarthyXFail TestInlines.py on Windows with clang.
2016-02-25 Junmo Park[CodeGenPrepare] Remove load-based heuristic
2016-02-25 Adrian McCarthyGet register context for the 32-bit process in a WoW64...
2016-02-25 Cong HouMove test/CodeGen/Generic/pr26652.ll to test/CodeGen...
2016-02-24 Alexander KornienkoTrying to fix MSVC build
2016-02-24 Sanjay Patelfix typo
2016-02-24 Cong HouDetecte vector reduction operations just before instruc...
2016-02-24 Manman RenFix assertion failure on MaybeODRUseExprs.
2016-02-24 Rafael EspindolaMake test more portable.
2016-02-24 Chris Bieneman[CMake] Fix a really simple, silly bug from r261797
2016-02-24 Zachary Turnerxfail case sensitivity test on Linux.
2016-02-24 Sanjay Pateladd tests to show missing bitcasted logic transform
2016-02-24 George Burgess IVMinor cleanup of Sema::CheckEnableIf. NFC.
2016-02-24 Chris Bieneman[CMake] Default CMAKE_MACOSX_RPATH to On, this is the...
2016-02-24 Amaury SechetAdd capability to push/pop DFI in MCStreamer. NFC
2016-02-24 Zachary TurnerUpdate the website with lots of new info about building...
2016-02-24 Anna Zaks[asan] Do not instrument globals in the special "LLVM...
2016-02-24 Michael KruseIntroduce ScopStmt::getRegionNode(). NFC.
2016-02-24 Michael KruseIntroduce ScopStmt::getEntryBlock(). NFC.
2016-02-24 Michael KruseIntroduce Scop::getStmtFor. NFC.
2016-02-24 Michael KruseAdd assertions checking def dominates use. NFC.
2016-02-24 Michael KruseAdd assertion to MemoryAccess::addIncoming. NFC.
2016-02-24 Michael KruseUse inline variable declaration. NFC.
2016-02-24 Michael KruseReplace std::auto_ptr with std::unique_ptr. NFC.
2016-02-24 Michael KruseTidy test case. NFC.
2016-02-24 Michael KruseProofreading comments in DependenceInfo.h. NFC.
2016-02-24 David MajnemerRevert "Don't convert a char to a const char *"
2016-02-24 Rafael EspindolaMark R_AARCH64_CALL26 as relative.
2016-02-24 Peter CollingbourneFix build by using hasFlag instead of hasArg.
2016-02-24 Richard SmithPR26237: Fix iterator invalidation bug that occurs...
2016-02-24 David MajnemerDon't convert a char to a const char *
2016-02-24 Justin Lebar[CUDA] Mark all CUDA device-side function defs, decls...
2016-02-24 Artem Belevich[CUDA] do not allow attribute-based overloading for...
2016-02-24 Justin Lebar[CUDA] Add conversion operators for threadIdx, blockIdx...
2016-02-24 Justin Lebar[CUDA] Add hack so code which includes "curand.h" doesn...
2016-02-24 Justin Lebar[CUDA] Don't specify exact line numbers in cuda-builtin...
2016-02-24 Justin LebarBail on compilation as soon as a job fails.
2016-02-24 Justin LebarMake test/Driver/output-file-cleanup.c hermetic.
2016-02-24 Rafael EspindolaMark R_AARCH64_ADD_ABS_LO12_NC as relative.
2016-02-24 Zachary TurnerSome fixes for case insensitive paths on Windows.
2016-02-24 Nico WeberFix rejects-valid caused by r261297.
2016-02-24 Rafael EspindolaMark R_AARCH64_LDST64_ABS_LO12_NC as relative.
2016-02-24 Greg ClaytonRemoved unused functions.
2016-02-24 Peter CollingbourneAdd whole-program vtable optimization feature to Clang.
2016-02-24 Rafael EspindolaMark R_AARCH64_LDST32_ABS_LO12_NC as relative.
2016-02-24 Rafael EspindolaR_AARCH64_LDST8_ABS_LO12_NC is effectivelly relative.
2016-02-24 Rafael EspindolaR_AARCH64_ADR_PREL_PG_HI21 is relative.
2016-02-24 Matthias BraunMachineInstr: Respect register aliases in clearRegiserK...
2016-02-24 Bob WilsonFix typo in test/CodeGen/object-size.c CHECK line.
2016-02-24 Rui UeyamaELF: Do not instantiate InputSectionBase::Discarded.
2016-02-24 Rafael EspindolaMove target independent code out of x86_64 only path.
2016-02-24 Tim NorthoverAArch64: remove CRC feature from Cyclone.
2016-02-24 Tim NorthoverAArch64: fix Cyclone CPU features list.
2016-02-24 Teresa Johnson[ThinLTO] Add missing breaks when parsing summaries...
2016-02-24 Manman RenObjective-C: Add a size field to non-fragile category...
2016-02-24 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding PSHUF{L|H}W{128|256...
2016-02-24 David Majnemer[SimplifyCFG] Use a more elegant solution than r261731
2016-02-24 Simon Pilgrim[X86][SSSE3] Added target shuffle combine tests for...
2016-02-24 Sanjay Patelremove fixme comment that was fixed with r261750
2016-02-24 David Majnemer[WinEH] Make sure terminate handlers have funclet operands
2016-02-24 Sanjay Patel[InstCombine] enable optimization of casted vector...
2016-02-24 Rafael EspindolaCreate implicit plt entries for R_X86_64_32S.
2016-02-24 Sanjay Pateladd test to show missing bitcasted vector xor fold
2016-02-24 Rafael EspindolaMark R_AARCH64_PREL32 as relative.
2016-02-24 Anton Korobeynikov`MSP430InstrInfo::loadRegFromStackSlot` forgets to...
2016-02-24 Simon Pilgrim[X86][SSE41] Combine vector blends with zero
2016-02-24 Alexander Kornienko[docs] Change non-c++ code blocks to 'text' format...
2016-02-24 Simon Pilgrim[X86][SSE41] Combine insertion of zero scalars into...
2016-02-24 Nikolay Haustov[AMDGPU] Assembler: Simplify handling of optional operands
2016-02-24 Aidan Dodds[Renderscript] Change expression strings to use portabl...
2016-02-24 Sagar Thakur[MSAN] Fix memcmp_test on MIPS
2016-02-24 Alexander Kornienko[clang-tidy] introduce modernize-deprecated-headers...
2016-02-24 Alexander Kornienko[clang-tidy] Added a check for forward declaration...
2016-02-24 Artur PilipenkoNFC. Move isDereferenceable to Loads.h/cpp
2016-02-24 Artur PilipenkoNFC. Move getAlignment helper function from ValueTracki...
2016-02-24 Omair JavaidFix test for homogeneity in case of aggregate consistin...
2016-02-24 Simon Pilgrim[X86][SSE] Fixed vector rotation test name typo
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
next