platform/upstream/llvm.git
2016-03-16 Nicolai HaehnleAMDGPU: Prevent uniform loops from becoming infinite
2016-03-16 Colin LeMahieu[Hexagon] Adding missing break in switch statement...
2016-03-16 Chad Rosier[SLP] Make DataLayout a member variable.
2016-03-16 Geoff BerryRevert "[LSR] Create fewer redundant instructions."
2016-03-16 Carlo Bertolli[OPENMP] Support for codegen of private clause of targe...
2016-03-16 Rafael EspindolaSplit relaxTls into one per relaxation type.
2016-03-16 Manman RenAdd an optional string argument to DeprecatedAttr for...
2016-03-16 Jonathan Peyton[CMake] Fix Windows build problem for CMake versions...
2016-03-16 Simon PilgrimRemoved trailing whitespace
2016-03-16 Simon Pilgrim[X86] Reduced alignment of widened vector load/stores...
2016-03-16 Sanjay Pateladd checks for 'unpredictable' metadata preservation
2016-03-16 Roman LevensteinAdd attributes for preserve_mostcc/preserve_allcc calli...
2016-03-16 Sanjay Patelfix function names; NFC
2016-03-16 Evgeniy Stepanov[msan] Add a comment with a bug link.
2016-03-16 Geoff Berry[LSR] Create fewer redundant instructions.
2016-03-16 Kuba Brecka[tsan] Detect uses of uninitialized, destroyed and...
2016-03-16 Simon Pilgrim[X86] Regenerated + extended widened vector conversion...
2016-03-16 Olivier GoffartFix destructor definition of invalid classes
2016-03-16 Mike SpertusAdd visualizers for more clang types. Create more C...
2016-03-16 Pavel LabathFix null pointer "dereference" in DomainSocket
2016-03-16 NAKAMURA TakumiRevert r263617, "Reapply: [VFS] Add support for handlin...
2016-03-16 Yaron KerenDirectly get the canonical Type instead of going around...
2016-03-16 Vassil Vassilev[modules] Fix adding a templated friend functions to...
2016-03-16 Pavel LabathSwitch from unittest2.expectedFailure to our own decora...
2016-03-16 Pablo BarrioAdd more ARM Cortex-R8 regression tests to Clang.
2016-03-16 Pavel LabathMark an LLGS test as flaky
2016-03-16 Marina YatsinaAvoid using LookupResult's implicit copy ctor and assig...
2016-03-16 Pavel Labath[test] Persist packets between expect_gdbremote_sequenc...
2016-03-16 Pavel LabathFix thread/process ID reading from linux core files
2016-03-16 Michel DanzerAMDGPU: Verify instructions in non-debug builds as...
2016-03-16 Michel DanzerAMDGPU/SI: Clean up indentation in SIInstrInfo::getDefa...
2016-03-16 Pavel LabathMove OperatingSystem plugins to SystemInitializerFull
2016-03-16 Igor BregerAVX512BW: Fix SRA v64i8 lowering. Use PCMPGTM (cmp...
2016-03-16 NAKAMURA TakumiRevert r263622, "clang/lib/Frontend/ModuleDependencyCol...
2016-03-16 NAKAMURA Takumiclang/lib/Frontend/ModuleDependencyCollector.cpp: Use...
2016-03-16 Mohit K. Bhakkad[ASAN] Add support for mips/mips64 android
2016-03-16 Vedant Kumar[Bitcode] Add compatibility test for the 3.8 release
2016-03-16 Haicheng Wu[JumpThreading] See through Cast Instructions
2016-03-16 Bruno Cardoso... Reapply: [VFS] Add support for handling path traversals
2016-03-16 Eric FiselierAdd clang thread safety annotations to mutex and lock_g...
2016-03-16 Lang Hames[Support] Update Error unit test to remove implementati...
2016-03-16 Lang Hames[Support] Add the 'Error' class for structured error...
2016-03-16 Simon Pilgrim[X86] Regenerated widen load tests
2016-03-16 Pete CooperConvert some ObjC msgSends to runtime calls.
2016-03-16 Simon Pilgrim[X86][SSE41] Additional tests for extracting zeroable...
2016-03-15 Haicheng WuRevert "[JumpThreading] Simplify Instructions first...
2016-03-15 Enrico GranataOn some platforms, the compiler is allowed to assume...
2016-03-15 Enrico GranataMake it so that the data formatter for NSError can...
2016-03-15 Greg ClaytonOnly try to load the OS plug-in after a shared library...
2016-03-15 Greg ClaytonFix ClangASTContext::GetFunctionArgumentAtIndex() to...
2016-03-15 Davide ItalianoUnbreak buildbot.
2016-03-15 Justin Bognerllvm-bcanalyzer: Fix handling of attribute group entries
2016-03-15 Douglas KatzmanMyriad: define __myriad2 macro automatically
2016-03-15 Adam NemetTurn LoopLoadElimination on again
2016-03-15 Davide Italiano[ELF] Ignore _GLOBAL_OFFSET_TABLE_ symbol in shared...
2016-03-15 Greg ClaytonDon't crash if the TypeSP is empty.
2016-03-15 Enrico GranataImprove the 'type lookup' command such that it guesses...
2016-03-15 Mike Aizatsky[libfuzzer] speeding up corpus load
2016-03-15 Pete CooperFix EHFrame processing to add implicit references when...
2016-03-15 Arpith Chacko... Revert commit reviews.llvm.org/D17877 to fix tests...
2016-03-15 Jim InghamRemove unnecessary <limits> includes.
2016-03-15 Arpith Chacko... [OpenMP] Base support for target directive codegen...
2016-03-15 Jonathan PeytonFix spelling error in comment
2016-03-15 Bjorn SteinbrinkAlso handle the new Rust pers fn to isCatchAll()
2016-03-15 Bob WilsonMove the fixit for -Wformat-security to a note.
2016-03-15 Jonathan Peyton[STATS] Print "Unknown" for frequency if it wasn't...
2016-03-15 Jonathan Peyton[STATS] Fix comments in kmp_stats.h
2016-03-15 Bjorn SteinbrinkAdd Rust's personality function to the list of known...
2016-03-15 Jonathan Peyton[STATS] Add header information to stats print out
2016-03-15 Evgeniy Stepanov[msan] Don't put module constructors in comdats.
2016-03-15 Evgeniy Stepanov[cfi] Don't emit checks for disabled CFI kinds.
2016-03-15 Mehdi AminiAdd missing error handling in llvm-lto
2016-03-15 Teresa Johnson[ThinLTO] Record all global variable defs in the summary
2016-03-15 Alexey Samsonov[ASan] Make sure unittest works if sized-delete is...
2016-03-15 Pablo BarrioTest commit - Remove some trailing whitespace
2016-03-15 Quentin Colombet[MIR] Add a test case for the diagnostic of a wrongly...
2016-03-15 Quentin Colombet[AArch64] Move GlobalISel test cases into a GlobalISel...
2016-03-15 Chris Bieneman[CMake] Updating Apple build configurations
2016-03-15 Chris Bieneman[CMake] Defaulting CLANG_VENDOR to PACKAGE_VENDOR
2016-03-15 Rui UeyamaELF: Fix use-after-free problem.
2016-03-15 Chris BienemanFix a bot I broke.
2016-03-15 Chris Bieneman[Driver] [Darwin] Fix linking libclang_rt.profile_...
2016-03-15 Chris Bieneman[CMake] Add PACKAGE_VENDOR for customizing version...
2016-03-15 Adam Nemet[LV] Preserve LoopInfo when store predication is used
2016-03-15 Davide Italiano[MC] Rename TLSDESC as it's not ARM specific.
2016-03-15 Changpeng FangAMDGPU/SI: Implement GroupStaticSize Intrinsic for...
2016-03-15 Hemant Kulkarni[llvm-readobj] Impl GNU style printing of sections...
2016-03-15 David Majnemer[COFF] Don't trust a symbol's section number
2016-03-15 Douglas KatzmanMyriad: Add new sparc CPU kinds.
2016-03-15 Douglas KatzmanMyriad: Pass -mcpu to movi{Compile,Asm}
2016-03-15 Arpith Chacko... Reverted reviews.llvm.org/D17877 to fix tests.
2016-03-15 Jonas Hahnfeld[libcxx] Remove localization tests for Russian month...
2016-03-15 Kuba BreckaRevert r263551 due to a test failure.
2016-03-15 Arpith Chacko... [OpenMP] Base support for target directive codegen...
2016-03-15 Kuba Brecka[sanitizer] On OS X, verify that interceptors work...
2016-03-15 Benjamin Kramer[GlobalOpt] Don't look through aliases when sorting...
2016-03-15 George RimarError/warning/log messages should start with lowercase...
2016-03-15 Chad Rosier[SLP] Update comment to reflect reality. NFC.
2016-03-15 Ewan CrawfordAdd regression test for expressions calling functions...
2016-03-15 John BrawnMake it possible for AST plugins to enable themselves...
next