platform/upstream/llvm.git
2015-10-22 Zia Ansari[X86] - Catch extra combine opportunities for redundant...
2015-10-22 Bill Schmidt[PPC] Fix PR24686 by failing assembly for an invalid...
2015-10-22 Benjamin KramerUnbreak the shared cmake build. libToolingCore now...
2015-10-22 Craig TopperDisable trigraph and escaped newline expansion on all...
2015-10-22 Rafael EspindolaAvoid hash lookups when finalizing StringTableBuilder...
2015-10-22 Rafael EspindolaUse array_pod_sort. NFC.
2015-10-22 Benjamin Kramer[Tooling] Add a utility function to replace one nested...
2015-10-22 Manuel KlimekSwitch check_clang_tidy to argparse and add a -resource...
2015-10-22 Pirama Arumuga... Fix incorrect target triple in fp16-promote.ll
2015-10-22 Daniel Sanders[mips][mips16] Fix typo in FileCheck directive.
2015-10-22 Asaf Badouh[X86][AVX512] extend vcvtph2ps to support xmm/ymm and...
2015-10-22 James Molloy[GlobalsAA] Loosen an overly conservative bailout
2015-10-22 James Molloy[BasicAA] Non-equal indices in a GEP of a SequentialTyp...
2015-10-22 Angel Garcia... Don't use "auto" on loops over fundamental types in...
2015-10-22 Gabor HorvathAttempt to fix build bot test failures.
2015-10-22 Angel Garcia... Correctly print the type in modernize-make-unique.
2015-10-22 James Molloy[ValueTracking] Add a new predicate: isKnownNonEqual()
2015-10-22 Gabor Horvath[analyzer] Bug identification
2015-10-22 Manuel KlimekAdd %check_clang_tidy and %clang_tidy_diff.
2015-10-22 Benjamin Kramer[AST] Remove redundant template keywords.
2015-10-22 Benjamin Kramer[AST] Store Decl* and Stmt* directly into the ParentMap.
2015-10-22 Tamas BerghammerMake SymbolFileDWARF::GetCachedSectionData thread safe
2015-10-22 Tamas BerghammerFix some race condition in ConstString around Mangled...
2015-10-22 Angel Garcia... Make string constants in the modernize module static.
2015-10-22 Pavel Labath[AppleObjCRuntime] Don't bother looking for the runtime...
2015-10-22 Ewan Crawford[RenderScript] Support for mips64 runtime hook
2015-10-22 Igor KudrinFix the buildbot.
2015-10-22 Manuel KlimekFix add_llvm_external_project.
2015-10-22 Igor Kudrin[ELF2] Add support for GNU Hash section
2015-10-22 Pawel BylicaUse range-based for loop in sys::path::append(). NFC.
2015-10-22 Yury Gribov[asan] Get rid of UB in string tests. Patch by Max...
2015-10-22 David Majnemer[MS ABI] Mangle static anonymous unions
2015-10-22 Elena DemikhovskyAVX-512: Fixed a bug in select_cc for i1 type
2015-10-22 Elena DemikhovskyPartially reverted changes from r250686
2015-10-22 Xinliang David Liclang driver toolchain refactoring
2015-10-22 Richard Smith[coroutines] Initial stub Sema functionality for handli...
2015-10-22 Richard Smith[coroutines] Add forgotten test for lexing coroutines...
2015-10-22 Richard Smith[coroutines] Add overloaded unary 'operator co_await'.
2015-10-22 Craig TopperConvert ActOnForwardProtocolDeclaration to take an...
2015-10-22 Craig TopperUse an ArrayRef<OffsetOfComponent> instead of pointer...
2015-10-22 Craig TopperChange FindProtocolDeclaration to take an ArrayRef...
2015-10-22 Craig TopperChange MacroInfo::setArgumentList to take an ArrayRef...
2015-10-22 NAKAMURA Takumiclang-tools-extra/test/clang-tidy/cppcoreguidelines...
2015-10-22 Richard Smith[coroutines] Add parsing support for co_await expressio...
2015-10-22 Richard Smith[coroutines] Fix description of LangOption for coroutines.
2015-10-22 NAKAMURA Takumiclang-tools-extra/test/clang-tidy/modernize-use-default...
2015-10-22 Richard Smith[coroutines] Add feature-test macro for coroutines...
2015-10-22 Jason MolendaMove the launch-as-root xpc service from lldb to xcode, to
2015-10-22 Richard Smith[coroutines] Add lexer support for co_await, co_yield...
2015-10-22 Jason MolendaChange ModuleList::GetSharedModule so that it will...
2015-10-22 Jason MolendaAdd some verbose lldb host logging so lldb will show...
2015-10-22 Craig TopperFix a couple places where InsertText was being called...
2015-10-22 Craig TopperPass an ArrayRef instead of pointer and size. NFC
2015-10-22 Sanjoy Das[IR] Add a `makeNoWrapRegion` method to `ConstantRange`
2015-10-22 Sanjoy Das[OperandBundles] Teach AliasAnalysis about operand...
2015-10-22 Sanjoy Das[OperandBundles] Make function attributes conservativel...
2015-10-22 JF BastienWebAssembly: fix more syntax
2015-10-22 Craig TopperChange SortAndUniqueProtocols to operate directly on...
2015-10-22 Craig TopperUse front() instead of [0] to make code more consistent...
2015-10-22 Pete CooperAdd missing load/store flags to thumb2 instructions.
2015-10-22 David MajnemerAttempt to fix formatting for operand bundles
2015-10-22 David BlaikieUpdate LangRef for changes to the alias textual IR...
2015-10-22 Eugene ZelenkoFix Clang-tidy modernize-use-override warnings in some...
2015-10-22 Todd FialaFix libstdc++ data formatters on Ubuntu 15.10 x86_64
2015-10-21 David Majnemer[WinEH] Remove extraneous call to emitEHRegistrationOff...
2015-10-21 Ben LangmuirFix use-after-free in ModuleManager
2015-10-21 Justin Bogner[PM]: Fix a doc typo. NFC
2015-10-21 Matt ArsenaultAMDGPU: Fix adding redundant m0 uses
2015-10-21 Matt ArsenaultAMDGPU: Fix verifier error in SIFoldOperands
2015-10-21 Matt ArsenaultAMDGPU: Split DiagnosticInfoUnsupported into its own...
2015-10-21 Johannes Doerfert[FIX] Do not hoist nested variant base pointers
2015-10-21 Evgeniy Stepanov[msan] Build unit test shared library code with -fPIC.
2015-10-21 Davide Italiano[JIT] Towards a working small memory model.
2015-10-21 John McCallEnable ARC on the fragile runtime.
2015-10-21 Reid Kleckner[Driver] Alias -fvisibility=internal to -fvisibility...
2015-10-21 Oleksiy VyalovFix lldb-server - write null terminating symbol along...
2015-10-21 Greg ClaytonFix typo so that "./dotest.py --results-formatter=curse...
2015-10-21 Matt ArsenaultAMDGPU: Simplify VOP3 operand legalization.
2015-10-21 Michael Liao[InstCombine] Revise the test case to match full sequene
2015-10-21 Evgeniy StepanovMemorySanitizer does not require PIE.
2015-10-21 Matt ArsenaultAMDGPU: Fix not checking implicit operands in verifyIns...
2015-10-21 Rui UeyamaELF2: Remove FIXMEs.
2015-10-21 Matt ArsenaultUse numeric_limits instead of LLONG_MAX
2015-10-21 Matt ArsenaultLegalizeDAG: Implement promote for build_vector
2015-10-21 Evgeniy StepanovRevert "MemorySanitizer does not require PIE."
2015-10-21 Vedant Kumar[Verifier] Minor comment update, NFC
2015-10-21 Keno Fischer[RuntimeDyld] Ignore ST_FILE symbols when constructing...
2015-10-21 Evgeniy StepanovMemorySanitizer does not require PIE.
2015-10-21 Lang Hames[Orc] Clean up a comment.
2015-10-21 Matthias Gehre[clang-tidy] add check cppcoreguidelines-pro-type-vararg
2015-10-21 Joerg SonnenbergerDrop assert that a call with struct return goes to...
2015-10-21 Eugene ZelenkoRevert r250925 in source/Plugins/OperatingSystem/Go...
2015-10-21 Reid Kleckner[WinEH] Add test for llvm.va.start in catchpad
2015-10-21 David Majnemer[Sema] Remove an unreachable llvm_unreachable
2015-10-21 Rui UeyamaELF2: Avoid bitwise-OR hack. NFC.
2015-10-21 Oleksiy VyalovAdd domain socket support to gdb-remote protocol and...
2015-10-21 Douglas Katzman[Myriad]: Always add -L paths even if -nostdlib is...
2015-10-21 Sean CallananFix error handling when there are no REPLs installed.
2015-10-21 Siva Chandra[SBValue] Add a method GetNumChildren(uint32_t max)
2015-10-21 Teresa JohnsonSilence Visual C++ warning in function summary parsing...
next