platform/upstream/llvm.git
2016-09-14 Jonas HahnfeldDocument option '-rtlib' in clang's man page and help...
2016-09-14 Wei MiCreate a getelementptr instead of sub expr for ValueOff...
2016-09-14 Tobias GrosserEnsure Polly linking works without BUILD_SHARED_LIBS
2016-09-14 Peter Collingbournegold: Simplify. Do not unnecessarily enumerate Obj...
2016-09-14 Richard Smith[docs] Fix formatting of   characters so that...
2016-09-14 Kostya Serebryany[libFuzzer] start using trace-pc-guard as an alternativ...
2016-09-14 Richard Smith[docs] Order diagnostic cross-references alphabetically...
2016-09-14 Richard SmithUpdate DiagnosticsReference and fix emitter to emit...
2016-09-14 Kostya Serebryany[sanitizer-coverage] add yet another flavour of coverag...
2016-09-14 Kostya Serebryany[sanitizer-coverage] add yet another flavour of coverag...
2016-09-14 Nico WeberFollow-up to r281367: Compare uuids case-insensitively.
2016-09-14 Richard Smith[modules] When merging one definition into another...
2016-09-14 Sean CallananCleaned up the code that handles function return addres...
2016-09-14 Richard SmithColor warnings purple rather than orange, to match...
2016-09-14 Rui UeyamaTurn a no-op assignment into an assertion.
2016-09-14 Rui UeyamaSimplify InputFile ownership management.
2016-09-13 Jason Henline[SE] Pack global dev handle addresses
2016-09-13 Jason HenlineDevice doc says device is small
2016-09-13 Jason Henline[SE] Platforms return Device values
2016-09-13 Akira HatanakaAddress Pete's review comment and define OrigArg on...
2016-09-13 Zachary TurnerForce c++14 when running tests on Windows.
2016-09-13 Akira Hatanaka[ObjCARC] Traverse chain downwards to replace uses...
2016-09-13 Jason MolendaTestQueues could error out because the one second sleep...
2016-09-13 Jason Henline[SE] KernelSpec return best PTX
2016-09-13 Richard SmithMissed update from r281412.
2016-09-13 Vedant Kumar[llvm-cov] Just emit the version number in the index...
2016-09-13 Hans WennborgAlso don't inline dllimport functions referring to...
2016-09-13 Richard SmithWarning flag updates:
2016-09-13 George Rimarrevert: [ELF] - Versionscript: support mangled symbols...
2016-09-13 Evgeniy Stepanov[asan] alloc_dealloc_mismatch=0 by default on Android.
2016-09-13 Evgeniy Stepanov[asan] Remove lit -j5 flag for android tests.
2016-09-13 Reid KlecknerFix a FIXME about MSVC 2013 in the diagnostic doc gener...
2016-09-13 Ahmed Bougacha[AArch64] Simplify patchpoint/stackmap size test (r2813...
2016-09-13 Artem Belevich[CUDA] Do not merge CUDA target attributes.
2016-09-13 Akira Hatanaka[CodeGen] Fix an assert in EmitNullConstant.
2016-09-13 Manman RenObjectiveC Generics: follow-up commit to r281355.
2016-09-13 Pawel Bylica[CodeGen] Fix invalid shift in mul expansion
2016-09-13 Michael Kuperstein[DAG] Allow build-to-shuffle combine to combine builds...
2016-09-13 Albert GutowskiTemporary fix for MS _Interlocked intrinsics
2016-09-13 Kevin EnderbyNext set of additional error checks for invalid Mach...
2016-09-13 Albert GutowskiReverse commit 281375 (breaks building Chromium)
2016-09-13 Sean CallananCleaned up some of the "frame diagnose" code to use...
2016-09-13 Krzysztof Parzyszek[Hexagon] Better handling of HVX vector lowering
2016-09-13 Tobias Grossercmake: PollyPPCG depends on PollyISL
2016-09-13 Hans WennborgTry harder to not inline dllimport functions referencin...
2016-09-13 Rui Ueyama[ELF] Set EF_ARM_EABI_VER5 for ARM
2016-09-13 Rui UeyamaSplit scanVersionScript. NFC.
2016-09-13 Filipe Cabecinhas[asan] Reify ErrorSanitizerGetAllocatedSizeNotOwned
2016-09-13 Filipe Cabecinhas[asan] Reify ErrorMallocUsableSizeNotOwned
2016-09-13 Filipe Cabecinhas[asan] Reify ErrorAllocTypeMismatch
2016-09-13 Filipe Cabecinhas[asan] Reify ErrorFreeNotMalloced
2016-09-13 Rui UeyamaAdd comments.
2016-09-13 Zachary TurnerAdd some unit tests for ArchSpec.
2016-09-13 Sanjay Pateladd tests for PR28672
2016-09-13 Alexander ShaposhnikovRemove excessive padding from PTHWriter
2016-09-13 Jason Henline[SE] Use real HostPlatformDevice for testing
2016-09-13 Bruno Cardoso... [SemaObjC] Be more strict while parsing type arguments...
2016-09-13 Richard SmithWork around MSVC 2013's inability to default move speci...
2016-09-13 Rui UeyamaInline small funciton.
2016-09-13 Rui UeyamaFix comments.
2016-09-13 Matt ArsenaultReapply "InstCombine: Reduce trunc (shl x, K) width."
2016-09-13 Albert GutowskiAdd bunch of _Interlocked builtins
2016-09-13 Jason Henline[SE] Host platform implementation
2016-09-13 Matthias BraunAArch64: Cleanup tailcall CC check, enable swiftcc.
2016-09-13 Albert GutowskiAdd some MS aliases for existing intrinsics
2016-09-13 Jason Henline[SE] Add .clang-format
2016-09-13 Alexander Shaposhnikov[analyzer] Fix ExprEngine::VisitMemberExpr
2016-09-13 Matt ArsenaultAMDGPU: Remove code I think is dead
2016-09-13 Evgeniy StepanovSwitch to 64-bit allocator on android/aarch64.
2016-09-13 Mike Aizatsky.clang-tidy: correct style name is 'camelBack' not...
2016-09-13 Matt ArsenaultAMDGPU: Support commuting a FrameIndex operand
2016-09-13 Matthew Simpson[LV] Clean up uniform induction variable analysis ...
2016-09-13 Nico Weber[clang-cl] Diagnose duplicate uuids.
2016-09-13 Davide Italiano[LTO] Don't pass SF_Undefined symbols to the IRmover.
2016-09-13 Reid KlecknerFix MSVC 2013 build by using our <thread> wrapper header
2016-09-13 Evgeniy Stepanov[asan] Re-poison all redzones on activation.
2016-09-13 Richard SmithWork around a GCC 4.7-specific issue: due to implementi...
2016-09-13 Simon Pilgrim[DAGCombiner] Use APInt directly in (shl (zext (srl...
2016-09-13 Nico WeberRevert r281336 (and r281337), it caused PR30372.
2016-09-13 Zachary TurnerSome more pointer safety in Breakpoint.
2016-09-13 Douglas Katzman[Myriad]: set LeonCASA processor feature
2016-09-13 Manman RenObjectiveC Generics: Start using ObjCTypeParamType.
2016-09-13 Yaxun LiuAMDGPU: Fix target options fp32/64-denormals
2016-09-13 Simon Pilgrim[X86][SSE] Added AVX512F and additional vector truncate...
2016-09-13 Manman RenObjectiveC generics: Add ObjCTypeParamType in the type...
2016-09-13 Simon Pilgrim[DAGCombiner] Use APInt directly in (shl (ext (shl...
2016-09-13 Manman RenObjectiveC: Refactor applyObjCProtocolQualifiers.
2016-09-13 Todd Fialafixup Xcode build for removal of MIUtilParse.*
2016-09-13 Manman RenAdd a class ObjCProtocolQualifiers to wrap APIs for...
2016-09-13 Matt ArsenaultFix misleading comment for getOrEnforceKnownAlignment
2016-09-13 Dimitar VlahovskiFix a merge mishap in rL281348
2016-09-13 Dimitar VlahovskiMinidumpParsing: pid, modules, exceptions, strings
2016-09-13 Jason Henline[SE] Stop using llvm-config --cxxflags
2016-09-13 Nico WeberTraversing template paramter lists of DeclaratorDecls...
2016-09-13 Eric LiuRemove redundant comma around parenthesis in parameter...
2016-09-13 Andrea Di Biagio[ConstantFold] Improve the bitcast folding logic for...
2016-09-13 Jonas Hahnfeld[asan] Add missing include for rand()
2016-09-13 Simon Pilgrim[X86] Regenerated shift combine tests.
2016-09-13 Vassil Vassilev[modules] Re-enable some previously excluded files.
2016-09-13 Krzysztof Parzyszek[Hexagon] Clear the flow queue after visiting a single...
next