platform/upstream/llvm.git
2016-09-16 Zachary TurnerAdd unit tests for a few string conversion functions...
2016-09-16 Derek SchuffInstall libLLVM if needed with LLVM_INSTALL_TOOLCHAIN_ONLY
2016-09-16 Nirav DaveDefer asm errors to post-statement failure
2016-09-16 Dehao ChenChange extractProfMetadata and extractProfTotalWeight...
2016-09-16 Michael KupersteinMake test slightly more explicit. NFC.
2016-09-16 Eli FriedmanLoopDistribute should preserve GlobalsAA.
2016-09-16 Eli FriedmanLoopLoadElimination should preserve GlobalsAA.
2016-09-16 Sanjay Patelauto-generate checks
2016-09-16 Sanjay Patelauto-generate checks
2016-09-16 George RimarRecommit r281721 "[ELF] - Linkerscript: implement EXCLU...
2016-09-16 Nirav DaveIntroduce inline assembly parsing test is PR30372.
2016-09-16 Mehdi AminiFix test after renaming -name-anon-functions pass to...
2016-09-16 Teresa Johnson[LTO] Use llvm-nm instead of nm in new tests
2016-09-16 Eric ChristopherActually remove the Mangler from the AsmPrinter and...
2016-09-16 Eric ChristopherFix a hidden use of grabbing the Mangler from the AsmPr...
2016-09-16 Reid KlecknerRemove undefined weak hooks from dll thunk export list...
2016-09-16 Francis Ricci[compiler-rt] Don't force ASAN_HAS_EXCEPTIONS to be...
2016-09-16 Mehdi AminiRename NameAnonFunctions to NameAnonGlobals to match...
2016-09-16 Mehdi AminiFix NameAnonFunctions pass: for ThinLTO we need to...
2016-09-16 Sanjay Patel[InstCombine] add helper functions for visitICmpInst...
2016-09-16 Davide Italiano[IRObjectFile] Turn llvm_unreachable("foo") into someth...
2016-09-16 Davide Italiano[LTO] Prevent asm references to be dropped from the...
2016-09-16 Eugene LeviantImprove handling ASSERT outside SECTIONS block
2016-09-16 Ahmed Bougacha[AArch64][GlobalISel] Add default regbank mapping for...
2016-09-16 Ahmed Bougacha[AArch64][GlobalISel] Add default regbank mapping for...
2016-09-16 Ahmed Bougacha[AArch64][GlobalISel] Add default regbank mapping for...
2016-09-16 Rafael EspindolaChange how we compute offsets with linker scripts.
2016-09-16 Ahmed Bougacha[AArch64][GlobalISel] Test default regbank mapping...
2016-09-16 Ahmed Bougacha[AArch64][GlobalISel] Add default regbank mappings...
2016-09-16 Ahmed Bougacha[AArch64][GlobalISel] Add tests for default RegBank...
2016-09-16 David L KreitzerReapplying r278731 after fixing the problem that caused...
2016-09-16 Asiri Rathnayake[libcxx] Add missing c++98 xfail. NFC.
2016-09-16 Saleem AbdulrasoolCodeGen: use pointer rather than reference in range...
2016-09-16 Simon Dardis[mips] Fix previous revert r281726.
2016-09-16 Ismail DonmezFix shared library build
2016-09-16 Keith WalkerPlace the lowered phi instruction(s) before the DEBUG_V...
2016-09-16 Simon DardisRevert "[mips] Fix aui/daui/dahi/dati for MIPSR6"
2016-09-16 Teresa Johnson[LTO] Fix handling of mixed (regular and thin) mode LTO
2016-09-16 Simon Dardis[mips] Fix aui/daui/dahi/dati for MIPSR6
2016-09-16 George RimarReverted r281721 ("[ELF] - Linkerscript: implement...
2016-09-16 Sjoerd MeijerReverting r281719, this is causing buildbot failures...
2016-09-16 George Rimar[ELF] - Linkerscript: implement EXCLUDE_FILE in the...
2016-09-16 Ahmed Bougacha[AArch64][GlobalISel] Use the generic DefaultMapping...
2016-09-16 Sjoerd MeijerThis is an attempt to reapply r280808: [ARM] Lower...
2016-09-16 Eric LiuTrying to fix Mangler memory leak in TargetLoweringObje...
2016-09-16 Luke Drummond[RenderScript] Support tracking and dumping reduction...
2016-09-16 Chandler Carruth[LCG] Redesign the lazy post-order iteration mechanism...
2016-09-16 James Molloy[ARM] Promote small global constants to constant pools
2016-09-16 Neil HickeyImprove handling of floating point literals in OpenCL...
2016-09-16 Kirill Bobyrev[clang-tidy] Bugfix for readability-redundant-control...
2016-09-16 Eric FiselierTouch up [[clang::require_constant_initialization]...
2016-09-16 Neil HickeyTesting commit rights. Removing trailing white space...
2016-09-16 Kirill Bobyrev[clang-rename] Merge rename-{at|all} & optimise.
2016-09-16 Eric FiselierFix side effect in assertion
2016-09-16 Eric ChristopherMove the Mangler from the AsmPrinter down to TLOF and...
2016-09-16 Eric ChristopherRemove unused function getMang().
2016-09-16 Stephen HinesFix unused result from sign extending an Offset.
2016-09-16 Tobias GrosserUpdate CFGPrinter -> CFGPrinterLegacyPass
2016-09-16 Rui UeyamaUse functions in DebugInfoPDB to create dummy PDB file.
2016-09-16 Justin Lebar[CUDA] [doc] Note that you can use std::min/max from...
2016-09-16 Rui UeyamaDemangle symbols in "undefined symbol" error message.
2016-09-16 Eric FiselierAttempt to fix Sphinx build
2016-09-16 Todd Fialaadd availability check to DarwinLog event tests
2016-09-16 Eric FiselierUpdate _LIBCPP_EXCEPTION_ABI doc with @mclow's feedback
2016-09-16 David MajnemerAdd a test for r280191
2016-09-16 John McCallAlter the iOS/tvOS ARM64 C++ ABI to ignore the upper...
2016-09-16 Eric FiselierMove _LIBCPP_INLINE_VISIBILITY to first declaration...
2016-09-16 Eric FiselierMove _LIBCPP_INLINE_VISIBILITY to first declaration...
2016-09-16 Jim InghamFirst tests for serializing breakpoints.
2016-09-16 Vitaly BukaRevert "[asan] Avoid lifetime analysis for allocas...
2016-09-16 Vitaly BukaRevert "[asan] Add flag to allow lifetime analysis...
2016-09-16 Vitaly Buka[asan] Remove the test as the fix is going to be removed
2016-09-16 Stephen HinesDo not warn about format strings that are indexed strin...
2016-09-16 Mehdi AminiFix autoupgrade logic for Objective-C class properties...
2016-09-16 Eric FiselierUse _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY in valarr...
2016-09-16 Eric FiselierMove inline attributes in filesystem to first declaration
2016-09-16 Akira Hatanaka[CodeGen][ObjC] Block captures should inherit the type...
2016-09-16 Eric Fiselier[libc++] Add _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY...
2016-09-15 Justin Lebar[CUDA] Don't try to run sanitizers on NVPTX.
2016-09-15 Kostya Serebryany[asan] fix window build
2016-09-15 Rui UeyamaCheck /pdb output using llvm-pdbdump.
2016-09-15 Kostya Serebryany[asan] provide dummy implementations for __sanitizer_co...
2016-09-15 Hans Wennborgbuild_llvm_package.bat: Update to VS2015 and include...
2016-09-15 Evgeniy Stepanov[asan] Reenable 64-bit allocator on android/aarch64.
2016-09-15 Eric Fiselier[libc++] Fix and document visibility attributes for...
2016-09-15 Sanjay Patel[InstCombine] move folds for icmp (sh C2, Y), C1 in...
2016-09-15 Rui UeyamaFix old copy-n-paste errors.
2016-09-15 Rui UeyamaCreate PDB.h and move code to remove unnecessary #includes.
2016-09-15 Akira Hatanaka[Sema] Allow shifting a scalar operand by a vector...
2016-09-15 Anna Zaks[sanitizer] Fixup 2: Do not introduce __sanitizer names...
2016-09-15 Kostya Serebryany[libFuzzer] make caller-callee feedback work with trace...
2016-09-15 David L. JonesSimplify Clang's version number configuration in CMake.
2016-09-15 Kostya Serebryany[sanitizer-coverage] make trace-pc-guard and indirect...
2016-09-15 Reid Kleckner[codeview] Optimize the size of defranges with gaps
2016-09-15 Sanjay Patel[InstCombine] allow icmp (shr/shl) folds for vectors
2016-09-15 Zachary TurnerAllow ArchSpec to take a StringRef.
2016-09-15 Zachary Turner[cmake] Don't depend on lldb-server unless it's built.
2016-09-15 Rafael EspindolaError out instead of producing a corrupt PT_LOAD.
2016-09-15 Anna Zaks[sanitizer] Fixup: Do not introduce __sanitizer namespa...
2016-09-15 Anna Zaks[compiler-rt] Remove the system includes from __sanitiz...
next