platform/upstream/llvm.git
2016-07-22 Benjamin Kramer[include-fixer] Fix faulty sort predicate.
2016-07-22 Sjoerd MeijerThis refactoring of ARM machine block size computation...
2016-07-22 Eugene Leviant[ELF] Support PROVIDE and PROVIDE_HIDDEN inside SECTIONS
2016-07-22 Hrvoje Varga[mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU...
2016-07-22 Tobias GrosserGPGPU: Generate PTX assembly code for the kernel modules
2016-07-22 Simon Atanasyan[ELF][MIPS] Apply mask while reading implicit addend...
2016-07-22 Craig Topper[AVX512] Add ExeDomain to vector extend and truncate...
2016-07-22 Craig Topper[AVX512] Add initial support for the Execution Domain...
2016-07-22 Craig Topper[AVX512] Fix the ExeDomain for some packed fp instructions.
2016-07-22 Craig Topper[AVX512] Add load folding for some AVX512VL logic and...
2016-07-22 Craig Topper[AVX512] Update X86InstrInfo::foldMemoryOperandCustom...
2016-07-22 David MajnemerDon't remove side effecting instructions due to Constan...
2016-07-22 Xinliang David LiSync up InstrProfData.inc with compiler-rt with fixes...
2016-07-22 Xinliang David LiRevert 276386
2016-07-22 Xinliang David LiSync up InstrProfData.inc with compiler-rt
2016-07-22 Xinliang David Li[Profile] cleanup: do not reference name directly of...
2016-07-22 Davide Italiano[ELF/LinkerScript] Support ONLY_IF_{RO, RW} directive.
2016-07-22 Kostya Serebryany[sanitizer] refactor TransferBatch to hide the implemen...
2016-07-22 Pete CooperFix r276380 for targets without REALPATH.
2016-07-22 Vitaly BukaFix test on windows, symbolizer returns invalid line
2016-07-22 Pete CooperAvoid dsymutil calls to getFileNameByIndex.
2016-07-22 Kostya Serebryany[asan] revert to using -std=c++11 on test/asan/TestCas...
2016-07-22 Vitaly Bukafix windows
2016-07-22 Kostya Serebryany[sanitizer] allocator: introduce kUseSeparateSizeClassF...
2016-07-22 Vitaly BukaFix test on windows
2016-07-22 Vitaly BukaAdd test to check detection of stack-use-after-scope...
2016-07-22 Vitaly BukaFix detection of stack-use-after scope for char arrays.
2016-07-22 Sanjoy Das[IRCE] Don't misuse CHECK-LABEL; NFC
2016-07-22 Sanjoy Das[IRCE] Add an option to skip profitability checks
2016-07-22 Eugene ZelenkoRestructure release notes.
2016-07-22 Vedant Kumar[Coverage] Attempt to appease a Windows builder
2016-07-22 Jason MolendaAdd support to get the shared cache information from...
2016-07-22 Sebastian PopGVN-hoist: move check before mutating the IR
2016-07-22 Vedant Kumar[Coverage] Strengthen a test case
2016-07-21 David Majnemer[AArch64] Cleanup sign extend in genAlternativeCodeSequence
2016-07-21 Devin Coughlin[analyzer] Add checker modeling potential C++ self...
2016-07-21 Sebastian PopGVN-hoist: add missing check for all GEP operands available
2016-07-21 Vedant Kumar[llvm-cov] Strengthen a test case
2016-07-21 Douglas Katzman[Sparc]: Fix bug in LowerSTORE due to r275592
2016-07-21 Wolfgang PiebReverting r275115 which caused PR28634.
2016-07-21 Sanjay Patel[InstCombine] break up foldICmpEqualityWithConstant...
2016-07-21 Vedant Kumar[llvm-cov] Use relative paths to the stylesheet (for...
2016-07-21 Sebastian PopGVH-hoist: only clone GEPs (PR28606)
2016-07-21 Daniel Dunbar[lit] Use full config path in diagnostics.
2016-07-21 Xinliang David Li[profile] update test case with interface change.
2016-07-21 Xinliang David Li[Profile] deprecate __llvm_profile_override_default_fil...
2016-07-21 Xinliang David Li[Profile] deprecate __llvm_profile_override_default_fil...
2016-07-21 Daniel Dunbar[lit] Bump version number.
2016-07-21 David Majnemer[Sema] Handle errors during rewriteBuiltinFunctionDecl
2016-07-21 Jason MolendaStop printing double { characters on Dictionary Structu...
2016-07-21 Erik Pilkington[CodeGen] Fix a crash when constant folding switch...
2016-07-21 Wei Mi[PM] Port NaryReassociate to the new PM
2016-07-21 Quentin Colombet[MIRTesting] Abort when failing to parse a function.
2016-07-21 Michael Kuperstein[X86] Do not use AND8ri8 in AVX512 pattern
2016-07-21 Kostya Serebryany[sanitizer] trying to fix Mac bots
2016-07-21 Sanjay Patel[InstSimplify] don't crash handling a pointer or aggreg...
2016-07-21 Akira Hatanaka[AArch64][Inline-Asm] Return the 32-bit floating point...
2016-07-21 Kostya Serebryany[sanitizer] better allocator stats (with rss)
2016-07-21 Michael Gottesman[cmake] Move the including of utils/unittests under...
2016-07-21 Sanjay Patel[InstSimplify] recognize trunc + icmp sgt/slt variants...
2016-07-21 Adam Nemet[OptDiag,LDist] Convert remaining opt remarks to use...
2016-07-21 Matthew Simpson[LV] Move vector int induction update to end of latch
2016-07-21 Rafael EspindolaReally fix invalid EhSectionPiece access.
2016-07-21 Etienne Bergeron[compiler-rt] Add support for relative offset adjustmen...
2016-07-21 Reid KlecknerDisable a flaky test on Windows that uses "echo >>"
2016-07-21 Reid KlecknerFix the clang-cl self-host with VS 2013 headers
2016-07-21 Francis RicciEnable cross-compilation across architectures on android
2016-07-21 Reid Kleckner[asan] Fix Win64 test portability issues
2016-07-21 George Burgess IVNormalize file docs. NFC.
2016-07-21 Rong Xu[PGO] Make needsComdatForCounter() available (NFC)
2016-07-21 Rafael EspindolaFix PR28575.
2016-07-21 Sanjay Pateladd vector tests and a simpler version of the negative...
2016-07-21 Reid KlecknerDisable thread safe statics in clang-cl, they call...
2016-07-21 Etienne BergeronFix unsymbolize unittest. Adding win64 address.
2016-07-21 Renato Golin[docs] Move GitHub to GitHubSubMod
2016-07-21 Etienne Bergeron[compiler-rt] Fix interception of memcpy/memmove on...
2016-07-21 George Rimar[ELF] - Basic support of linkerscript commands: DATA_SE...
2016-07-21 Rui UeyamaUpdate comment.
2016-07-21 Richard OsborneTransfer ownership of the XCore backend.
2016-07-21 Anna ThomasRevert "Invariant start/end intrinsics overloaded for...
2016-07-21 Sanjoy Das[IndVars] Reflow oddly formatted condition; NFC
2016-07-21 Kostya Serebryany[sanitizer] allocator: remove kPopulateSize and only...
2016-07-21 Adrian McCarthyReroll "Include unreferenced nested types in member...
2016-07-21 Anna ThomasInvariant start/end intrinsics overloaded for address...
2016-07-21 Reid KlecknerFix MSVC 2015 compilation failure around range-for...
2016-07-21 Reid KlecknerFix clang-cl warning and crash in sanitizers
2016-07-21 Rafael EspindolaUse just built llvm-as in tests.
2016-07-21 Sanjay Patelmake InstCombine compare helper functions private; NFC
2016-07-21 Etienne Bergeronfix https://reviews.llvm.org/D22610
2016-07-21 Vedant KumarAvoid a string copy, NFC
2016-07-21 JF BastienRemove FIXME for feature test macro
2016-07-21 Quentin Colombet[IRTranslator] Add G_SUB opcode.
2016-07-21 Quentin Colombet[llvm-config][GlobalISel] Canonicalize LLVM_HAS_GLOBAL_...
2016-07-21 Quentin Colombet[CMake][GlobalISel] Turn LLVM_BUILD_GLOBAL_ISEL into...
2016-07-21 Quentin Colombet[IRTranslator] Add comments to explain the ordering...
2016-07-21 Sanjay Patel[InstCombine] break up visitICmpInstWithInstAndIntCst...
2016-07-21 Oleksiy VyalovAdd check for non-null log instance in PlatformAndroid.
2016-07-21 Renato GolinAdding RELEASE_TESTERS.TXT
2016-07-21 Eugene Leviant[ELF] Fix bug in program header FLAGS processing +...
2016-07-21 George Rimar[ELF] - Cleanup of LinkerScript<ELFT>::assignAddresses()
next